|
|
|
| 1 | 2026-08-25T00:57:17.606Z | job assigned to worker 01M0V6MY1HFFFVYXC35RD432FA [factory aws, i-024632b993171a266] (queued for 1 m 34 s) |
| |
| 2 | 2026-08-25T00:57:24.085Z | starting task 0: "setup" |
| 3 | 2026-08-25T00:57:24.090Z | ++ uname -s |
| 4 | 2026-08-25T00:57:24.095Z | + kern=SunOS |
| 5 | 2026-08-25T00:57:24.095Z | + build_user=build |
| 6 | 2026-08-25T00:57:24.095Z | + build_uid=12345 |
| 7 | 2026-08-25T00:57:24.095Z | + work_dir=/work |
| 8 | 2026-08-25T00:57:24.095Z | + input_dir=/input |
| 9 | 2026-08-25T00:57:24.095Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T00:57:24.095Z | + case "$kern" in |
| 11 | 2026-08-25T00:57:24.095Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T00:57:24.095Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T00:57:26.102Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T00:57:26.204Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T00:57:26.207Z | + home_fs=zfs |
| 16 | 2026-08-25T00:57:26.207Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T00:57:26.207Z | + mkdir -p /home/build |
| 18 | 2026-08-25T00:57:26.207Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T00:57:28.207Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T00:57:28.210Z | process exited: duration 4124 ms, exit code 0 |
| |
| 21 | 2026-08-25T00:57:28.217Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T00:57:28.222Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-08-25T00:57:28.222Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-08-25T00:57:28.222Z | * rust toolchain profile = "default" |
| 25 | 2026-08-25T00:57:28.222Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-25T00:57:28.222Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T00:57:28.222Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T00:57:28.228Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T00:57:28.228Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-25T00:57:28.326Z | info: downloading installer |
| 31 | 2026-08-25T00:57:29.705Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T00:57:29.705Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T00:57:29.705Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T00:57:29.705Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T00:57:29.718Z | info: profile set to default |
| 36 | 2026-08-25T00:57:29.718Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T00:57:29.721Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-25T00:57:29.869Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-25T00:57:29.873Z | info: downloading 6 components |
| 40 | 2026-08-25T00:57:45.555Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-08-25T00:57:45.555Z | |
| 42 | 2026-08-25T00:57:45.582Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-25T00:57:45.582Z | |
| 44 | 2026-08-25T00:57:45.582Z | |
| 45 | 2026-08-25T00:57:45.582Z | Rust is installed now. Great! |
| 46 | 2026-08-25T00:57:45.583Z | |
| 47 | 2026-08-25T00:57:45.583Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T00:57:45.583Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T00:57:45.583Z | |
| 50 | 2026-08-25T00:57:45.583Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T00:57:45.583Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T00:57:45.583Z | |
| 53 | 2026-08-25T00:57:45.583Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T00:57:45.586Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T00:57:45.586Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T00:57:45.586Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T00:57:45.586Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T00:57:45.586Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T00:57:45.586Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T00:57:45.586Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T00:57:45.586Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T00:57:45.671Z | + rustup --version |
| 63 | 2026-08-25T00:57:45.680Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T00:57:45.683Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T00:57:45.700Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-25T00:57:45.703Z | + cargo --version |
| 67 | 2026-08-25T00:57:45.715Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-25T00:57:45.718Z | + rustc --version |
| 69 | 2026-08-25T00:57:45.737Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-25T00:57:45.741Z | process exited: duration 17521 ms, exit code 0 |
| |
| 71 | 2026-08-25T00:57:45.747Z | starting task 2: "authentication" |
| 72 | 2026-08-25T00:57:45.764Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-25T00:58:25.867Z | process exited: duration 40118 ms, exit code 0 |
| |
| 74 | 2026-08-25T00:58:25.877Z | starting task 3: "clone repository" |
| 75 | 2026-08-25T00:58:25.881Z | + mkdir -p /work/oxidecomputer/dendrite |
| 76 | 2026-08-25T00:58:25.888Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 77 | 2026-08-25T00:58:25.916Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 78 | 2026-08-25T00:58:26.652Z | + cd /work/oxidecomputer/dendrite |
| 79 | 2026-08-25T00:58:26.652Z | + git fetch origin 2887c15f944ac99b2c795495e8e32c59ef3d55ba |
| 80 | 2026-08-25T00:58:26.942Z | From https://github.com/oxidecomputer/dendrite |
| 81 | 2026-08-25T00:58:26.942Z | * branch 2887c15f944ac99b2c795495e8e32c59ef3d55ba -> FETCH_HEAD |
| 82 | 2026-08-25T00:58:26.947Z | + [[ -n cory/ci-tests ]] |
| 83 | 2026-08-25T00:58:26.950Z | ++ git branch --show-current |
| 84 | 2026-08-25T00:58:26.950Z | + current=main |
| 85 | 2026-08-25T00:58:26.950Z | + [[ main != cory/ci-tests ]] |
| 86 | 2026-08-25T00:58:26.950Z | + git branch -f cory/ci-tests 2887c15f944ac99b2c795495e8e32c59ef3d55ba |
| 87 | 2026-08-25T00:58:26.953Z | + git checkout -f cory/ci-tests |
| 88 | 2026-08-25T00:58:26.973Z | Switched to branch 'cory/ci-tests' |
| 89 | 2026-08-25T00:58:26.976Z | + git reset --hard 2887c15f944ac99b2c795495e8e32c59ef3d55ba |
| 90 | 2026-08-25T00:58:26.995Z | HEAD is now at 2887c15 Add a README to swadm |
| 91 | 2026-08-25T00:58:26.999Z | process exited: duration 1112 ms, exit code 0 |
| |
| 92 | 2026-08-25T00:58:27.025Z | starting task 4: "build" |
| 93 | 2026-08-25T00:58:27.029Z | + source .github/buildomat/common.sh |
| 94 | 2026-08-25T00:58:27.031Z | ++ TOFINO_STAGES=20 |
| 95 | 2026-08-25T00:58:27.031Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 96 | 2026-08-25T00:58:27.031Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 97 | 2026-08-25T00:58:27.031Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 98 | 2026-08-25T00:58:27.031Z | +++ uname -s |
| 99 | 2026-08-25T00:58:27.031Z | ++ '[' SunOS == SunOS ']' |
| 100 | 2026-08-25T00:58:27.031Z | ++ SERIES=illumos |
| 101 | 2026-08-25T00:58:27.032Z | +++ uname -s |
| 102 | 2026-08-25T00:58:27.034Z | ++ '[' SunOS == SunOS ']' |
| 103 | 2026-08-25T00:58:27.035Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 104 | 2026-08-25T00:58:27.035Z | ++ rustup show active-toolchain |
| 105 | 2026-08-25T00:58:27.038Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 106 | 2026-08-25T00:58:27.038Z | + source .github/buildomat/illumos.sh |
| 107 | 2026-08-25T00:58:27.038Z | ++ banner 'sde setup' |
| 108 | 2026-08-25T00:58:27.041Z | |
| 109 | 2026-08-25T00:58:27.041Z | #### ##### ###### #### ###### ##### # # ##### |
| 110 | 2026-08-25T00:58:27.041Z | # # # # # # # # # # # |
| 111 | 2026-08-25T00:58:27.041Z | #### # # ##### #### ##### # # # # # |
| 112 | 2026-08-25T00:58:27.041Z | # # # # # # # # # ##### |
| 113 | 2026-08-25T00:58:27.041Z | # # # # # # # # # # # # |
| 114 | 2026-08-25T00:58:27.041Z | #### ##### ###### #### ###### # #### # |
| 115 | 2026-08-25T00:58:27.041Z | |
| 116 | 2026-08-25T00:58:27.041Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-25T00:58:27.041Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 118 | 2026-08-25T00:58:27.041Z | ++ export PKG=tofino_sde.p5p |
| 119 | 2026-08-25T00:58:27.041Z | ++ PKG=tofino_sde.p5p |
| 120 | 2026-08-25T00:58:27.041Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 121 | 2026-08-25T00:58:27.045Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 122 | 2026-08-25T00:58:27.048Z | Dload Upload Total Spent Left Speed |
| 123 | 2026-08-25T00:58:29.717Z |
0 0 0 0 0 0 0 0 0
37 76.03M 37 28.87M 0 0 28.89M 0 00:02 00:02 28.90M
94 76.03M 94 71.67M 0 0 35.04M 0 00:02 00:02 35.05M
100 76.03M 100 76.03M 0 0 28.56M 0 00:02 00:02 35.05M
100 76.03M 100 76.03M 0 0 28.56M 0 00:02 00:02 35.05M
100 76.03M 100 76.03M 0 0 28.56M 0 00:02 00:02 35.05M |
| 124 | 2026-08-25T00:58:29.733Z | +++ digest -a sha256 tofino_sde.p5p |
| 125 | 2026-08-25T00:58:29.785Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 126 | 2026-08-25T00:58:29.785Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 127 | 2026-08-25T00:58:29.785Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 128 | 2026-08-25T00:58:31.229Z | Startup: Refreshing catalog 'helios' ... Done |
| 129 | 2026-08-25T00:58:31.625Z | Startup: Caching catalogs ... Done |
| 130 | 2026-08-25T00:58:31.677Z | Startup: Refreshing catalog 'oxide' ... Done |
| 131 | 2026-08-25T00:58:34.210Z | Planning: Solver setup ... Done |
| 132 | 2026-08-25T00:58:34.290Z | Planning: Running solver ... Done |
| 133 | 2026-08-25T00:58:34.328Z | Planning: Finding local manifests ... Done |
| 134 | 2026-08-25T00:58:34.335Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-25T00:58:34.341Z | Planning: Fetching manifests: 1/1 100% complete |
| 136 | 2026-08-25T00:58:34.348Z | Planning: Package planning ... Done |
| 137 | 2026-08-25T00:58:34.351Z | Planning: Merging actions ... Done |
| 138 | 2026-08-25T00:58:34.518Z | Planning: Checking for conflicting actions ... Done |
| 139 | 2026-08-25T00:58:34.525Z | Planning: Consolidating action changes ... Done |
| 140 | 2026-08-25T00:58:35.323Z | Planning: Evaluating mediators ... Done |
| 141 | 2026-08-25T00:58:35.326Z | Planning: Planning completed in 3.65 seconds |
| 142 | 2026-08-25T00:58:35.331Z | Packages to install: 1 |
| 143 | 2026-08-25T00:58:35.333Z | Create boot environment: No |
| 144 | 2026-08-25T00:58:35.333Z | Create backup boot environment: No |
| 145 | 2026-08-25T00:58:35.357Z | |
| 146 | 2026-08-25T00:58:35.357Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 147 | 2026-08-25T00:58:35.493Z | Download: Completed 75.30 MB in 0.13 seconds (560M/s) |
| 148 | 2026-08-25T00:58:35.649Z | Actions: 1/293 actions (Installing new actions) |
| 149 | 2026-08-25T00:58:36.615Z | Actions: Completed 293 actions in 0.97 seconds. |
| 150 | 2026-08-25T00:58:36.618Z | Finalize: Updating package state database ... Done |
| 151 | 2026-08-25T00:58:36.661Z | Finalize: Updating package cache ... Done |
| 152 | 2026-08-25T00:58:36.754Z | Finalize: Updating image state ... Done |
| 153 | 2026-08-25T00:58:39.361Z | Finalize: Creating fast lookup database ... Done |
| 154 | 2026-08-25T00:58:39.500Z | Finalize: Reading search index ... Done |
| 155 | 2026-08-25T00:58:39.500Z | Finalize: Updating search index ... Done |
| 156 | 2026-08-25T00:58:39.853Z | Finalize: Updating package cache ... Done |
| 157 | 2026-08-25T00:58:40.137Z | ++ export SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-25T00:58:40.137Z | ++ SDE=/opt/oxide/tofino_sde |
| 159 | 2026-08-25T00:58:40.137Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-25T00:58:40.137Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 161 | 2026-08-25T00:58:40.137Z | ++ banner packages |
| 162 | 2026-08-25T00:58:40.137Z | |
| 163 | 2026-08-25T00:58:40.137Z | ##### ## #### # # ## #### ###### #### |
| 164 | 2026-08-25T00:58:40.138Z | # # # # # # # # # # # # # # |
| 165 | 2026-08-25T00:58:40.138Z | # # # # # #### # # # ##### #### |
| 166 | 2026-08-25T00:58:40.138Z | ##### ###### # # # ###### # ### # # |
| 167 | 2026-08-25T00:58:40.138Z | # # # # # # # # # # # # # # |
| 168 | 2026-08-25T00:58:40.138Z | # # # #### # # # # #### ###### #### |
| 169 | 2026-08-25T00:58:40.138Z | |
| 170 | 2026-08-25T00:58:40.138Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 171 | 2026-08-25T00:58:40.223Z | Startup: Refreshing catalog 'helios' ... Done |
| 172 | 2026-08-25T00:58:40.223Z | Startup: Refreshing catalog 'oxide' ... Done |
| 173 | 2026-08-25T00:58:42.514Z | Planning: Solver setup ... Done |
| 174 | 2026-08-25T00:58:43.100Z | Planning: Running solver ... Done |
| 175 | 2026-08-25T00:58:43.100Z | Planning: Consolidating action changes ... Done |
| 176 | 2026-08-25T00:58:43.100Z | Planning: Evaluating mediators ... Done |
| 177 | 2026-08-25T00:58:43.101Z | Planning: Planning completed in 2.40 seconds |
| 178 | 2026-08-25T00:58:43.101Z | No updates necessary for this image. |
| 179 | 2026-08-25T00:58:43.101Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 180 | 2026-08-25T00:58:43.471Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-08-25T00:58:43.471Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-08-25T00:58:43.471Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-08-25T00:58:43.471Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-08-25T00:58:43.471Z | Planning: Planning completed in 0.28 seconds |
| 185 | 2026-08-25T00:58:43.471Z | Mediators to change: 2 |
| 186 | 2026-08-25T00:58:43.471Z | Create boot environment: No |
| 187 | 2026-08-25T00:58:43.472Z | Create backup boot environment: No |
| 188 | 2026-08-25T00:58:43.472Z | Finalize: Updating package state database ... Done |
| 189 | 2026-08-25T00:58:43.472Z | Finalize: Updating package cache ... Done |
| 190 | 2026-08-25T00:58:43.472Z | Finalize: Updating image state ... Done |
| 191 | 2026-08-25T00:58:45.262Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-08-25T00:58:45.330Z | Finalize: Reading search index ... Done |
| 193 | 2026-08-25T00:58:45.367Z | Finalize: Updating search index ... Done |
| 194 | 2026-08-25T00:58:45.486Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-25T00:58:45.602Z | ++ cargo --version |
| 196 | 2026-08-25T00:58:45.602Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 197 | 2026-08-25T00:58:45.602Z | ++ rustc --version |
| 198 | 2026-08-25T00:58:45.780Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 199 | 2026-08-25T00:58:45.780Z | + banner copyrights |
| 200 | 2026-08-25T00:58:45.780Z | |
| 201 | 2026-08-25T00:58:45.780Z | #### #### ##### # # ##### # #### # # ##### #### |
| 202 | 2026-08-25T00:58:45.780Z | # # # # # # # # # # # # # # # # # |
| 203 | 2026-08-25T00:58:45.780Z | # # # # # # # # # # ###### # #### |
| 204 | 2026-08-25T00:58:45.780Z | # # # ##### # ##### # # ### # # # # |
| 205 | 2026-08-25T00:58:45.780Z | # # # # # # # # # # # # # # # # |
| 206 | 2026-08-25T00:58:45.781Z | #### #### # # # # # #### # # # #### |
| 207 | 2026-08-25T00:58:45.781Z | |
| 208 | 2026-08-25T00:58:45.781Z | + ./tools/check_copyrights.sh |
| 209 | 2026-08-25T00:58:45.960Z | common/src/illumos.rs: Copyright with wrong year |
| 210 | 2026-08-25T00:58:46.857Z | dpd/p4/headers.p4: Copyright with wrong year |
| 211 | 2026-08-25T00:58:47.545Z | dpd/src/transceivers/stub_impl.rs: Copyright with wrong year |
| 212 | 2026-08-25T00:58:47.820Z | packet/src/eth.rs: Copyright with wrong year |
| 213 | 2026-08-25T00:58:47.820Z | pcap/build.rs: Copyright with wrong year |
| 214 | 2026-08-25T00:58:47.820Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 215 | 2026-08-25T00:58:47.924Z | + banner clippy |
| 216 | 2026-08-25T00:58:47.925Z | |
| 217 | 2026-08-25T00:58:47.925Z | #### # # ##### ##### # # |
| 218 | 2026-08-25T00:58:47.925Z | # # # # # # # # # # |
| 219 | 2026-08-25T00:58:47.925Z | # # # # # # # # |
| 220 | 2026-08-25T00:58:47.925Z | # # # ##### ##### # |
| 221 | 2026-08-25T00:58:47.925Z | # # # # # # # |
| 222 | 2026-08-25T00:58:47.925Z | #### ###### # # # # |
| 223 | 2026-08-25T00:58:47.926Z | |
| 224 | 2026-08-25T00:58:47.926Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 225 | 2026-08-25T00:58:47.926Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 226 | 2026-08-25T00:58:47.926Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 227 | 2026-08-25T00:58:57.646Z | Updating crates.io index |
| 228 | 2026-08-25T00:58:57.682Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 229 | 2026-08-25T00:58:58.327Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 230 | 2026-08-25T00:58:58.993Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 231 | 2026-08-25T00:58:59.704Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 232 | 2026-08-25T00:59:00.033Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-08-25T00:59:00.855Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 234 | 2026-08-25T00:59:01.001Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 235 | 2026-08-25T00:59:01.405Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 236 | 2026-08-25T00:59:01.762Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 237 | 2026-08-25T00:59:02.406Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 238 | 2026-08-25T00:59:03.024Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 239 | 2026-08-25T00:59:03.801Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 240 | 2026-08-25T00:59:04.689Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 241 | 2026-08-25T00:59:05.597Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 242 | 2026-08-25T00:59:05.597Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 243 | 2026-08-25T00:59:05.597Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 244 | 2026-08-25T00:59:05.977Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 245 | 2026-08-25T00:59:06.639Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-08-25T00:59:07.339Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 247 | 2026-08-25T00:59:07.783Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 248 | 2026-08-25T00:59:08.255Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 249 | 2026-08-25T00:59:09.408Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 250 | 2026-08-25T00:59:09.784Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-25T00:59:10.377Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 252 | 2026-08-25T00:59:12.296Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 253 | 2026-08-25T00:59:13.063Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 254 | 2026-08-25T00:59:13.650Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-08-25T00:59:14.008Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 256 | 2026-08-25T00:59:15.343Z | Downloading crates ... |
| 257 | 2026-08-25T00:59:15.416Z | Downloaded aead v0.5.2 |
| 258 | 2026-08-25T00:59:15.416Z | Downloaded autocfg v1.5.0 |
| 259 | 2026-08-25T00:59:15.416Z | Downloaded atomicwrites v0.4.4 |
| 260 | 2026-08-25T00:59:15.416Z | Downloaded cargo-platform v0.1.9 |
| 261 | 2026-08-25T00:59:15.416Z | Downloaded anstyle-query v1.1.4 |
| 262 | 2026-08-25T00:59:15.416Z | Downloaded argon2 v0.5.3 |
| 263 | 2026-08-25T00:59:15.416Z | Downloaded dyn-clone v1.0.20 |
| 264 | 2026-08-25T00:59:15.416Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 265 | 2026-08-25T00:59:15.416Z | Downloaded dtrace-parser v0.2.0 |
| 266 | 2026-08-25T00:59:15.416Z | Downloaded block-buffer v0.10.4 |
| 267 | 2026-08-25T00:59:15.416Z | Downloaded cargo_metadata v0.18.1 |
| 268 | 2026-08-25T00:59:15.416Z | Downloaded foldhash v0.2.0 |
| 269 | 2026-08-25T00:59:15.416Z | Downloaded async-stream-impl v0.3.6 |
| 270 | 2026-08-25T00:59:15.416Z | Downloaded heck v0.4.1 |
| 271 | 2026-08-25T00:59:15.417Z | Downloaded filetime v0.2.26 |
| 272 | 2026-08-25T00:59:15.417Z | Downloaded arrayref v0.3.9 |
| 273 | 2026-08-25T00:59:15.417Z | Downloaded adler2 v2.0.1 |
| 274 | 2026-08-25T00:59:15.417Z | Downloaded cfg-if v1.0.4 |
| 275 | 2026-08-25T00:59:15.417Z | Downloaded base16ct v0.2.0 |
| 276 | 2026-08-25T00:59:15.419Z | Downloaded byteorder v1.5.0 |
| 277 | 2026-08-25T00:59:15.419Z | Downloaded embedded-io v0.6.1 |
| 278 | 2026-08-25T00:59:15.419Z | Downloaded derive-ex v0.1.8 |
| 279 | 2026-08-25T00:59:15.419Z | Downloaded crucible-workspace-hack v0.1.0 |
| 280 | 2026-08-25T00:59:15.419Z | Downloaded dunce v1.0.5 |
| 281 | 2026-08-25T00:59:15.419Z | Downloaded bit-set v0.8.0 |
| 282 | 2026-08-25T00:59:15.419Z | Downloaded async-recursion v1.1.1 |
| 283 | 2026-08-25T00:59:15.419Z | Downloaded digest v0.11.3 |
| 284 | 2026-08-25T00:59:15.419Z | Downloaded displaydoc v0.2.5 |
| 285 | 2026-08-25T00:59:15.419Z | Downloaded deranged v0.5.3 |
| 286 | 2026-08-25T00:59:15.419Z | Downloaded ciborium-io v0.2.2 |
| 287 | 2026-08-25T00:59:15.419Z | Downloaded foreign-types-shared v0.3.1 |
| 288 | 2026-08-25T00:59:15.419Z | Downloaded hmac v0.12.1 |
| 289 | 2026-08-25T00:59:15.419Z | Downloaded cstr-argument v0.1.2 |
| 290 | 2026-08-25T00:59:15.420Z | Downloaded crc8 v0.1.1 |
| 291 | 2026-08-25T00:59:15.420Z | Downloaded compression-core v0.4.32 |
| 292 | 2026-08-25T00:59:15.420Z | Downloaded dof v0.3.0 |
| 293 | 2026-08-25T00:59:15.420Z | Downloaded cipher v0.4.4 |
| 294 | 2026-08-25T00:59:15.420Z | Downloaded drift v0.2.0 |
| 295 | 2026-08-25T00:59:15.420Z | Downloaded futures-sink v0.3.32 |
| 296 | 2026-08-25T00:59:15.420Z | Downloaded fastrand v2.3.0 |
| 297 | 2026-08-25T00:59:15.420Z | Downloaded cpufeatures v0.3.0 |
| 298 | 2026-08-25T00:59:15.420Z | Downloaded hex v0.4.3 |
| 299 | 2026-08-25T00:59:15.420Z | Downloaded hubpack_derive v0.1.1 |
| 300 | 2026-08-25T00:59:15.420Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 301 | 2026-08-25T00:59:15.420Z | Downloaded darling_macro v0.21.3 |
| 302 | 2026-08-25T00:59:15.420Z | Downloaded fnv v1.0.7 |
| 303 | 2026-08-25T00:59:15.420Z | Downloaded fixedbitset v0.4.2 |
| 304 | 2026-08-25T00:59:15.420Z | Downloaded hubpack v0.1.2 |
| 305 | 2026-08-25T00:59:15.420Z | Downloaded hyper-tls v0.6.0 |
| 306 | 2026-08-25T00:59:15.420Z | Downloaded foreign-types-macros v0.2.3 |
| 307 | 2026-08-25T00:59:15.420Z | Downloaded defmt-parser v1.0.0 |
| 308 | 2026-08-25T00:59:15.420Z | Downloaded erased-serde v0.3.31 |
| 309 | 2026-08-25T00:59:15.421Z | Downloaded dtrace-parser v0.3.0 |
| 310 | 2026-08-25T00:59:15.421Z | Downloaded compression-codecs v0.4.32 |
| 311 | 2026-08-25T00:59:15.421Z | Downloaded hostname v0.4.2 |
| 312 | 2026-08-25T00:59:15.421Z | Downloaded heck v0.5.0 |
| 313 | 2026-08-25T00:59:15.421Z | Downloaded foreign-types v0.3.2 |
| 314 | 2026-08-25T00:59:15.421Z | Downloaded http-body v1.0.1 |
| 315 | 2026-08-25T00:59:15.421Z | Downloaded cpufeatures v0.2.17 |
| 316 | 2026-08-25T00:59:15.421Z | Downloaded hash32 v0.3.1 |
| 317 | 2026-08-25T00:59:15.421Z | Downloaded gethostname v0.5.0 |
| 318 | 2026-08-25T00:59:15.421Z | Downloaded base64ct v1.8.0 |
| 319 | 2026-08-25T00:59:15.421Z | Downloaded cookie v0.18.1 |
| 320 | 2026-08-25T00:59:15.421Z | Downloaded fs_extra v1.3.0 |
| 321 | 2026-08-25T00:59:15.421Z | Downloaded git-stub v1.0.0 |
| 322 | 2026-08-25T00:59:15.421Z | Downloaded blake2 v0.10.6 |
| 323 | 2026-08-25T00:59:15.421Z | Downloaded indent_write v2.2.0 |
| 324 | 2026-08-25T00:59:15.421Z | Downloaded idna_adapter v1.2.1 |
| 325 | 2026-08-25T00:59:15.421Z | Downloaded hostname v0.3.1 |
| 326 | 2026-08-25T00:59:15.422Z | Downloaded futures-macro v0.3.32 |
| 327 | 2026-08-25T00:59:15.422Z | Downloaded internet-checksum v0.2.1 |
| 328 | 2026-08-25T00:59:15.422Z | Downloaded is_ci v1.2.0 |
| 329 | 2026-08-25T00:59:15.422Z | Downloaded futures-task v0.3.32 |
| 330 | 2026-08-25T00:59:15.422Z | Downloaded cobs v0.3.0 |
| 331 | 2026-08-25T00:59:15.422Z | Downloaded debug-ignore v1.0.5 |
| 332 | 2026-08-25T00:59:15.422Z | Downloaded csv-core v0.1.12 |
| 333 | 2026-08-25T00:59:15.422Z | Downloaded is-terminal v0.4.16 |
| 334 | 2026-08-25T00:59:15.422Z | Downloaded futures-io v0.3.32 |
| 335 | 2026-08-25T00:59:15.422Z | Downloaded critical-section v1.2.0 |
| 336 | 2026-08-25T00:59:15.422Z | Downloaded humantime v2.3.0 |
| 337 | 2026-08-25T00:59:15.422Z | Downloaded http-body-util v0.1.3 |
| 338 | 2026-08-25T00:59:15.422Z | Downloaded lazy_static v1.5.0 |
| 339 | 2026-08-25T00:59:15.424Z | Downloaded kstat-rs v0.2.4 |
| 340 | 2026-08-25T00:59:15.424Z | Downloaded keccak v0.1.6 |
| 341 | 2026-08-25T00:59:15.424Z | Downloaded itoa v1.0.15 |
| 342 | 2026-08-25T00:59:15.424Z | Downloaded macaddr v1.0.1 |
| 343 | 2026-08-25T00:59:15.424Z | Downloaded is_terminal_polyfill v1.70.1 |
| 344 | 2026-08-25T00:59:15.424Z | Downloaded git-stub-vcs v0.1.0 |
| 345 | 2026-08-25T00:59:15.424Z | Downloaded ff v0.13.1 |
| 346 | 2026-08-25T00:59:15.424Z | Downloaded colored v3.1.1 |
| 347 | 2026-08-25T00:59:15.424Z | Downloaded glob v0.3.3 |
| 348 | 2026-08-25T00:59:15.424Z | Downloaded group v0.13.0 |
| 349 | 2026-08-25T00:59:15.424Z | Downloaded http v1.4.2 |
| 350 | 2026-08-25T00:59:15.424Z | Downloaded libscf-sys v1.2.0 |
| 351 | 2026-08-25T00:59:15.424Z | Downloaded console v0.15.11 |
| 352 | 2026-08-25T00:59:15.424Z | Downloaded match_cfg v0.1.0 |
| 353 | 2026-08-25T00:59:15.424Z | Downloaded clap v4.6.1 |
| 354 | 2026-08-25T00:59:15.424Z | Downloaded mime v0.3.17 |
| 355 | 2026-08-25T00:59:15.424Z | Downloaded memoffset v0.9.1 |
| 356 | 2026-08-25T00:59:15.424Z | Downloaded httpdate v1.0.3 |
| 357 | 2026-08-25T00:59:15.566Z | Downloaded futures-executor v0.3.32 |
| 358 | 2026-08-25T00:59:15.566Z | Downloaded defmt-macros v1.0.1 |
| 359 | 2026-08-25T00:59:15.566Z | Downloaded newline-converter v0.3.0 |
| 360 | 2026-08-25T00:59:15.566Z | Downloaded num v0.4.3 |
| 361 | 2026-08-25T00:59:15.567Z | Downloaded ingot v0.1.1 |
| 362 | 2026-08-25T00:59:15.567Z | Downloaded newtype_derive v0.1.6 |
| 363 | 2026-08-25T00:59:15.567Z | Downloaded clap_derive v4.6.1 |
| 364 | 2026-08-25T00:59:15.567Z | Downloaded num-iter v0.1.45 |
| 365 | 2026-08-25T00:59:15.568Z | Downloaded ipnetwork v0.21.1 |
| 366 | 2026-08-25T00:59:15.568Z | Downloaded ingot-types v0.1.2 |
| 367 | 2026-08-25T00:59:15.568Z | Downloaded crc32fast v1.5.0 |
| 368 | 2026-08-25T00:59:15.568Z | Downloaded num_threads v0.1.7 |
| 369 | 2026-08-25T00:59:15.568Z | Downloaded defmt v1.0.1 |
| 370 | 2026-08-25T00:59:15.568Z | Downloaded num-derive v0.4.2 |
| 371 | 2026-08-25T00:59:15.568Z | Downloaded olpc-cjson v0.1.4 |
| 372 | 2026-08-25T00:59:15.569Z | Downloaded opaque-debug v0.3.1 |
| 373 | 2026-08-25T00:59:15.569Z | Downloaded num_enum_derive v0.5.11 |
| 374 | 2026-08-25T00:59:15.569Z | Downloaded num-conv v0.2.1 |
| 375 | 2026-08-25T00:59:15.570Z | Downloaded libloading v0.8.9 |
| 376 | 2026-08-25T00:59:15.570Z | Downloaded futures-channel v0.3.32 |
| 377 | 2026-08-25T00:59:15.570Z | Downloaded hyper-rustls v0.27.7 |
| 378 | 2026-08-25T00:59:15.570Z | Downloaded openssl-probe v0.1.6 |
| 379 | 2026-08-25T00:59:15.570Z | Downloaded expectorate v1.2.0 |
| 380 | 2026-08-25T00:59:15.570Z | Downloaded linked-hash-map v0.5.6 |
| 381 | 2026-08-25T00:59:15.570Z | Downloaded bitflags v2.11.1 |
| 382 | 2026-08-25T00:59:15.570Z | Downloaded lock_api v0.4.14 |
| 383 | 2026-08-25T00:59:15.570Z | Downloaded linear-map v1.2.0 |
| 384 | 2026-08-25T00:59:15.570Z | Downloaded const-oid v0.10.2 |
| 385 | 2026-08-25T00:59:15.570Z | Downloaded ciborium v0.2.2 |
| 386 | 2026-08-25T00:59:15.570Z | Downloaded plain v0.2.3 |
| 387 | 2026-08-25T00:59:15.570Z | Downloaded percent-encoding v2.3.2 |
| 388 | 2026-08-25T00:59:15.570Z | Downloaded parse-display v0.10.0 |
| 389 | 2026-08-25T00:59:15.570Z | Downloaded potential_utf v0.1.3 |
| 390 | 2026-08-25T00:59:15.570Z | Downloaded getrandom v0.2.16 |
| 391 | 2026-08-25T00:59:15.571Z | Downloaded globset v0.4.16 |
| 392 | 2026-08-25T00:59:15.571Z | Downloaded clang-sys v1.8.1 |
| 393 | 2026-08-25T00:59:15.573Z | Downloaded multer v3.1.0 |
| 394 | 2026-08-25T00:59:15.573Z | Downloaded ipnet v2.11.0 |
| 395 | 2026-08-25T00:59:15.573Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 396 | 2026-08-25T00:59:15.573Z | Downloaded proc-macro-error-attr v1.0.4 |
| 397 | 2026-08-25T00:59:15.573Z | Downloaded proc-macro-crate v1.3.1 |
| 398 | 2026-08-25T00:59:15.573Z | Downloaded pretty-hex v0.4.1 |
| 399 | 2026-08-25T00:59:15.573Z | Downloaded num_enum v0.5.11 |
| 400 | 2026-08-25T00:59:15.573Z | Downloaded elliptic-curve v0.13.8 |
| 401 | 2026-08-25T00:59:15.573Z | Downloaded newtype-uuid v1.3.2 |
| 402 | 2026-08-25T00:59:15.573Z | Downloaded num-integer v0.1.46 |
| 403 | 2026-08-25T00:59:15.573Z | Downloaded progenitor-client v0.14.0 |
| 404 | 2026-08-25T00:59:15.573Z | Downloaded progenitor-client v0.11.1 |
| 405 | 2026-08-25T00:59:15.573Z | Downloaded jobserver v0.1.34 |
| 406 | 2026-08-25T00:59:15.573Z | Downloaded progenitor-macro v0.14.0 |
| 407 | 2026-08-25T00:59:15.574Z | Downloaded num_enum v0.7.5 |
| 408 | 2026-08-25T00:59:15.574Z | Downloaded num_enum_derive v0.7.5 |
| 409 | 2026-08-25T00:59:15.574Z | Downloaded progenitor-client v0.10.0 |
| 410 | 2026-08-25T00:59:15.574Z | Downloaded progenitor-macro v0.10.0 |
| 411 | 2026-08-25T00:59:15.574Z | Downloaded progenitor-macro v0.11.1 |
| 412 | 2026-08-25T00:59:15.574Z | Downloaded getrandom v0.3.3 |
| 413 | 2026-08-25T00:59:15.574Z | Downloaded base64 v0.22.1 |
| 414 | 2026-08-25T00:59:15.574Z | Downloaded quick-error v1.2.3 |
| 415 | 2026-08-25T00:59:15.574Z | Downloaded oxnet v0.1.6 |
| 416 | 2026-08-25T00:59:15.574Z | Downloaded h2 v0.4.14 |
| 417 | 2026-08-25T00:59:15.695Z | Downloaded native-tls v0.2.14 |
| 418 | 2026-08-25T00:59:15.695Z | Downloaded memmap2 v0.9.8 |
| 419 | 2026-08-25T00:59:15.695Z | Downloaded litemap v0.8.0 |
| 420 | 2026-08-25T00:59:15.695Z | Downloaded pem v3.0.5 |
| 421 | 2026-08-25T00:59:15.695Z | Downloaded password-hash v0.5.0 |
| 422 | 2026-08-25T00:59:15.695Z | Downloaded rand_xorshift v0.4.0 |
| 423 | 2026-08-25T00:59:15.695Z | Downloaded poly1305 v0.8.0 |
| 424 | 2026-08-25T00:59:15.695Z | Downloaded pkg-config v0.3.32 |
| 425 | 2026-08-25T00:59:15.695Z | Downloaded ref-cast-impl v1.0.25 |
| 426 | 2026-08-25T00:59:15.695Z | Downloaded ppv-lite86 v0.2.21 |
| 427 | 2026-08-25T00:59:15.695Z | Downloaded icu_properties v2.0.1 |
| 428 | 2026-08-25T00:59:15.695Z | Downloaded indexmap v1.9.3 |
| 429 | 2026-08-25T00:59:15.695Z | Downloaded icu_provider v2.0.0 |
| 430 | 2026-08-25T00:59:15.696Z | Downloaded rustc_version v0.1.7 |
| 431 | 2026-08-25T00:59:15.696Z | Downloaded ref-cast v1.0.25 |
| 432 | 2026-08-25T00:59:15.696Z | Downloaded half v2.7.1 |
| 433 | 2026-08-25T00:59:15.696Z | Downloaded rustc-hash v2.1.1 |
| 434 | 2026-08-25T00:59:15.696Z | Downloaded rustc_version v0.4.1 |
| 435 | 2026-08-25T00:59:15.696Z | Downloaded once_cell v1.21.3 |
| 436 | 2026-08-25T00:59:15.696Z | Downloaded pin-project-internal v1.1.10 |
| 437 | 2026-08-25T00:59:15.696Z | Downloaded icu_locale_core v2.0.0 |
| 438 | 2026-08-25T00:59:15.696Z | Downloaded progenitor v0.10.0 |
| 439 | 2026-08-25T00:59:15.696Z | Downloaded proc-macro-error v1.0.4 |
| 440 | 2026-08-25T00:59:15.696Z | Downloaded omicron-zone-package v0.12.2 |
| 441 | 2026-08-25T00:59:15.696Z | Downloaded same-file v1.0.6 |
| 442 | 2026-08-25T00:59:15.696Z | Downloaded getrandom v0.4.2 |
| 443 | 2026-08-25T00:59:15.696Z | Downloaded secrecy v0.10.3 |
| 444 | 2026-08-25T00:59:15.697Z | Downloaded scroll_derive v0.13.1 |
| 445 | 2026-08-25T00:59:15.697Z | Downloaded scroll_derive v0.12.1 |
| 446 | 2026-08-25T00:59:15.697Z | Downloaded parking_lot_core v0.9.12 |
| 447 | 2026-08-25T00:59:15.697Z | Downloaded bytes v1.12.0 |
| 448 | 2026-08-25T00:59:15.697Z | Downloaded flate2 v1.1.2 |
| 449 | 2026-08-25T00:59:15.697Z | Downloaded crossbeam-channel v0.5.15 |
| 450 | 2026-08-25T00:59:15.697Z | Downloaded search_path v0.1.4 |
| 451 | 2026-08-25T00:59:15.697Z | Downloaded serde-big-array v0.5.1 |
| 452 | 2026-08-25T00:59:15.698Z | Downloaded scopeguard v1.2.0 |
| 453 | 2026-08-25T00:59:15.698Z | Downloaded rand_chacha v0.9.0 |
| 454 | 2026-08-25T00:59:15.698Z | Downloaded serde_spanned v0.6.9 |
| 455 | 2026-08-25T00:59:15.698Z | Downloaded rand_core v0.6.4 |
| 456 | 2026-08-25T00:59:15.698Z | Downloaded rand_core v0.9.3 |
| 457 | 2026-08-25T00:59:15.698Z | Downloaded pest_generator v2.8.2 |
| 458 | 2026-08-25T00:59:15.698Z | Downloaded sha1 v0.10.6 |
| 459 | 2026-08-25T00:59:15.698Z | Downloaded serde_repr v0.1.20 |
| 460 | 2026-08-25T00:59:15.698Z | Downloaded rand_chacha v0.3.1 |
| 461 | 2026-08-25T00:59:15.698Z | Downloaded paste v1.0.15 |
| 462 | 2026-08-25T00:59:15.698Z | Downloaded serde_spanned v1.1.1 |
| 463 | 2026-08-25T00:59:15.698Z | Downloaded serde_plain v1.0.2 |
| 464 | 2026-08-25T00:59:15.699Z | Downloaded resolv-conf v0.7.5 |
| 465 | 2026-08-25T00:59:15.699Z | Downloaded sha1 v0.11.0 |
| 466 | 2026-08-25T00:59:15.699Z | Downloaded serde_urlencoded v0.7.1 |
| 467 | 2026-08-25T00:59:15.699Z | Downloaded phf v0.12.1 |
| 468 | 2026-08-25T00:59:15.701Z | Downloaded async-compression v0.4.33 |
| 469 | 2026-08-25T00:59:15.701Z | Downloaded smawk v0.3.2 |
| 470 | 2026-08-25T00:59:15.701Z | Downloaded rusty-fork v0.3.0 |
| 471 | 2026-08-25T00:59:15.701Z | Downloaded rustversion v1.0.22 |
| 472 | 2026-08-25T00:59:15.702Z | Downloaded darling_core v0.21.3 |
| 473 | 2026-08-25T00:59:15.702Z | Downloaded icu_collections v2.0.0 |
| 474 | 2026-08-25T00:59:15.702Z | Downloaded slog-bunyan v2.5.0 |
| 475 | 2026-08-25T00:59:15.702Z | Downloaded sigpipe v0.1.3 |
| 476 | 2026-08-25T00:59:15.702Z | Downloaded num-traits v0.2.19 |
| 477 | 2026-08-25T00:59:15.704Z | Downloaded proc-macro-error2 v2.0.1 |
| 478 | 2026-08-25T00:59:15.704Z | Downloaded scroll v0.13.0 |
| 479 | 2026-08-25T00:59:15.704Z | Downloaded quote v1.0.45 |
| 480 | 2026-08-25T00:59:15.706Z | Downloaded schemars_derive v0.8.22 |
| 481 | 2026-08-25T00:59:15.706Z | Downloaded owo-colors v4.3.0 |
| 482 | 2026-08-25T00:59:15.706Z | Downloaded signal-hook-tokio v0.4.0 |
| 483 | 2026-08-25T00:59:15.706Z | Downloaded siphasher v1.0.1 |
| 484 | 2026-08-25T00:59:15.706Z | Downloaded icu_normalizer v2.0.0 |
| 485 | 2026-08-25T00:59:15.706Z | Downloaded quinn-udp v0.5.14 |
| 486 | 2026-08-25T00:59:15.706Z | Downloaded stable_deref_trait v1.2.0 |
| 487 | 2026-08-25T00:59:15.706Z | Downloaded hashbrown v0.12.3 |
| 488 | 2026-08-25T00:59:15.707Z | Downloaded const_format v0.2.34 |
| 489 | 2026-08-25T00:59:15.707Z | Downloaded pest_derive v2.8.2 |
| 490 | 2026-08-25T00:59:15.707Z | Downloaded structmeta-derive v0.3.0 |
| 491 | 2026-08-25T00:59:15.707Z | Downloaded scroll v0.12.0 |
| 492 | 2026-08-25T00:59:15.707Z | Downloaded subtle v2.6.1 |
| 493 | 2026-08-25T00:59:15.707Z | Downloaded papergrid v0.11.0 |
| 494 | 2026-08-25T00:59:15.707Z | Downloaded strsim v0.11.1 |
| 495 | 2026-08-25T00:59:15.707Z | Downloaded hickory-resolver v0.24.4 |
| 496 | 2026-08-25T00:59:15.707Z | Downloaded serde_derive_internals v0.29.1 |
| 497 | 2026-08-25T00:59:15.773Z | Downloaded pest_meta v2.8.2 |
| 498 | 2026-08-25T00:59:15.773Z | Downloaded serde_path_to_error v0.1.20 |
| 499 | 2026-08-25T00:59:15.773Z | Downloaded shlex v2.0.1 |
| 500 | 2026-08-25T00:59:15.773Z | Downloaded serde_tokenstream v0.2.3 |
| 501 | 2026-08-25T00:59:15.773Z | Downloaded sync_wrapper v1.0.2 |
| 502 | 2026-08-25T00:59:15.773Z | Downloaded swrite v0.1.0 |
| 503 | 2026-08-25T00:59:15.773Z | Downloaded strum v0.28.0 |
| 504 | 2026-08-25T00:59:15.773Z | Downloaded tabled_derive v0.7.0 |
| 505 | 2026-08-25T00:59:15.773Z | Downloaded take_mut v0.2.2 |
| 506 | 2026-08-25T00:59:15.773Z | Downloaded tabwriter v1.4.1 |
| 507 | 2026-08-25T00:59:15.773Z | Downloaded tagptr v0.2.0 |
| 508 | 2026-08-25T00:59:15.773Z | Downloaded testing_table v0.3.0 |
| 509 | 2026-08-25T00:59:15.775Z | Downloaded shlex v1.3.0 |
| 510 | 2026-08-25T00:59:15.775Z | Downloaded curl v0.4.50 |
| 511 | 2026-08-25T00:59:15.775Z | Downloaded slog-async v2.8.0 |
| 512 | 2026-08-25T00:59:15.775Z | Downloaded slab v0.4.11 |
| 513 | 2026-08-25T00:59:15.775Z | Downloaded jiff-static v0.2.15 |
| 514 | 2026-08-25T00:59:15.775Z | Downloaded terminal_size v0.4.3 |
| 515 | 2026-08-25T00:59:15.775Z | Downloaded progenitor-impl v0.11.1 |
| 516 | 2026-08-25T00:59:15.775Z | Downloaded signal-hook-registry v1.4.6 |
| 517 | 2026-08-25T00:59:15.775Z | Downloaded semver v1.0.28 |
| 518 | 2026-08-25T00:59:15.775Z | Downloaded thread-id v5.0.0 |
| 519 | 2026-08-25T00:59:15.775Z | Downloaded thread-id v4.2.2 |
| 520 | 2026-08-25T00:59:15.775Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 521 | 2026-08-25T00:59:15.775Z | Downloaded proc-macro2 v1.0.106 |
| 522 | 2026-08-25T00:59:15.775Z | Downloaded snafu-derive v0.8.9 |
| 523 | 2026-08-25T00:59:15.775Z | Downloaded termtree v0.5.1 |
| 524 | 2026-08-25T00:59:15.775Z | Downloaded crypto-bigint v0.5.5 |
| 525 | 2026-08-25T00:59:15.775Z | Downloaded smf v0.2.3 |
| 526 | 2026-08-25T00:59:15.775Z | Downloaded semver v0.1.20 |
| 527 | 2026-08-25T00:59:15.775Z | Downloaded tinyvec_macros v0.1.1 |
| 528 | 2026-08-25T00:59:15.775Z | Downloaded slog-term v2.9.2 |
| 529 | 2026-08-25T00:59:15.775Z | Downloaded dropshot-api-manager v0.7.2 |
| 530 | 2026-08-25T00:59:15.775Z | Downloaded structmeta v0.3.0 |
| 531 | 2026-08-25T00:59:15.775Z | Downloaded papergrid v0.18.0 |
| 532 | 2026-08-25T00:59:15.775Z | Downloaded tokio-macros v2.7.0 |
| 533 | 2026-08-25T00:59:15.775Z | Downloaded slog-dtrace v0.3.0 |
| 534 | 2026-08-25T00:59:15.775Z | Downloaded hickory-resolver v0.25.2 |
| 535 | 2026-08-25T00:59:15.775Z | Downloaded static_assertions v1.1.0 |
| 536 | 2026-08-25T00:59:15.775Z | Downloaded toml_datetime v0.6.11 |
| 537 | 2026-08-25T00:59:15.776Z | Downloaded slog-json v2.6.1 |
| 538 | 2026-08-25T00:59:15.776Z | Downloaded miniz_oxide v0.8.9 |
| 539 | 2026-08-25T00:59:15.776Z | Downloaded strum_macros v0.27.2 |
| 540 | 2026-08-25T00:59:15.776Z | Downloaded strum_macros v0.28.0 |
| 541 | 2026-08-25T00:59:15.776Z | Downloaded sha2 v0.10.9 |
| 542 | 2026-08-25T00:59:15.776Z | Downloaded supports-color v3.0.2 |
| 543 | 2026-08-25T00:59:15.776Z | Downloaded schemars v0.8.22 |
| 544 | 2026-08-25T00:59:15.776Z | Downloaded synstructure v0.13.2 |
| 545 | 2026-08-25T00:59:15.776Z | Downloaded rustls-pemfile v2.2.0 |
| 546 | 2026-08-25T00:59:15.776Z | Downloaded toml_write v0.1.2 |
| 547 | 2026-08-25T00:59:15.776Z | Downloaded hyper-util v0.1.20 |
| 548 | 2026-08-25T00:59:15.776Z | Downloaded rustls-pki-types v1.12.0 |
| 549 | 2026-08-25T00:59:15.776Z | Downloaded thiserror v1.0.69 |
| 550 | 2026-08-25T00:59:15.776Z | Downloaded tower-layer v0.3.3 |
| 551 | 2026-08-25T00:59:15.777Z | Downloaded topological-sort v0.2.2 |
| 552 | 2026-08-25T00:59:15.777Z | Downloaded thiserror v2.0.18 |
| 553 | 2026-08-25T00:59:15.777Z | Downloaded thiserror-impl v1.0.69 |
| 554 | 2026-08-25T00:59:15.777Z | Downloaded time-core v0.1.8 |
| 555 | 2026-08-25T00:59:15.777Z | Downloaded spin v0.9.8 |
| 556 | 2026-08-25T00:59:15.777Z | Downloaded time-macros v0.2.27 |
| 557 | 2026-08-25T00:59:15.777Z | Downloaded thiserror-no-std v2.0.2 |
| 558 | 2026-08-25T00:59:15.777Z | Downloaded tower-service v0.3.3 |
| 559 | 2026-08-25T00:59:15.777Z | Downloaded smallvec v1.15.1 |
| 560 | 2026-08-25T00:59:15.777Z | Downloaded tokio-dtrace v0.1.1 |
| 561 | 2026-08-25T00:59:15.777Z | Downloaded strum_macros v0.26.4 |
| 562 | 2026-08-25T00:59:15.777Z | Downloaded thread_local v1.1.9 |
| 563 | 2026-08-25T00:59:15.777Z | Downloaded thiserror-impl v2.0.18 |
| 564 | 2026-08-25T00:59:15.778Z | Downloaded tokio-native-tls v0.3.1 |
| 565 | 2026-08-25T00:59:15.779Z | Downloaded tinystr v0.8.1 |
| 566 | 2026-08-25T00:59:15.779Z | Downloaded serde_core v1.0.228 |
| 567 | 2026-08-25T00:59:15.779Z | Downloaded typify-macro v0.4.3 |
| 568 | 2026-08-25T00:59:15.779Z | Downloaded ryu v1.0.20 |
| 569 | 2026-08-25T00:59:15.779Z | Downloaded try-lock v0.2.5 |
| 570 | 2026-08-25T00:59:15.780Z | Downloaded unicode-linebreak v0.1.5 |
| 571 | 2026-08-25T00:59:15.780Z | Downloaded progenitor-impl v0.10.0 |
| 572 | 2026-08-25T00:59:15.780Z | Downloaded usdt-attr-macro v0.6.0 |
| 573 | 2026-08-25T00:59:15.780Z | Downloaded memchr v2.7.5 |
| 574 | 2026-08-25T00:59:15.780Z | Downloaded untrusted v0.9.0 |
| 575 | 2026-08-25T00:59:15.780Z | Downloaded usdt-macro v0.5.0 |
| 576 | 2026-08-25T00:59:15.780Z | Downloaded usdt v0.6.0 |
| 577 | 2026-08-25T00:59:15.932Z | Downloaded rayon-core v1.13.0 |
| 578 | 2026-08-25T00:59:15.932Z | Downloaded mio v1.2.1 |
| 579 | 2026-08-25T00:59:15.932Z | Downloaded slog v2.8.2 |
| 580 | 2026-08-25T00:59:15.932Z | Downloaded serde_with_macros v3.14.1 |
| 581 | 2026-08-25T00:59:15.933Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 582 | 2026-08-25T00:59:15.933Z | Downloaded signal-hook v0.4.4 |
| 583 | 2026-08-25T00:59:15.933Z | Downloaded serde_yaml v0.9.34+deprecated |
| 584 | 2026-08-25T00:59:15.933Z | Downloaded unicode-xid v0.2.6 |
| 585 | 2026-08-25T00:59:15.933Z | Downloaded usdt-macro v0.6.0 |
| 586 | 2026-08-25T00:59:15.933Z | Downloaded untrusted v0.7.1 |
| 587 | 2026-08-25T00:59:15.933Z | Downloaded term v1.2.0 |
| 588 | 2026-08-25T00:59:15.934Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 589 | 2026-08-25T00:59:15.934Z | Downloaded tempfile v3.27.0 |
| 590 | 2026-08-25T00:59:15.934Z | Downloaded minimal-lexical v0.2.1 |
| 591 | 2026-08-25T00:59:15.934Z | Downloaded universal-hash v0.5.1 |
| 592 | 2026-08-25T00:59:15.934Z | Downloaded openssl-sys v0.9.117 |
| 593 | 2026-08-25T00:59:15.934Z | Downloaded want v0.3.1 |
| 594 | 2026-08-25T00:59:15.934Z | Downloaded rand v0.8.5 |
| 595 | 2026-08-25T00:59:15.934Z | Downloaded wait-timeout v0.2.1 |
| 596 | 2026-08-25T00:59:15.934Z | Downloaded utf8parse v0.2.2 |
| 597 | 2026-08-25T00:59:15.934Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 598 | 2026-08-25T00:59:15.935Z | Downloaded typify-macro v0.6.2 |
| 599 | 2026-08-25T00:59:15.935Z | Downloaded indexmap v2.14.0 |
| 600 | 2026-08-25T00:59:15.935Z | Downloaded similar v2.7.0 |
| 601 | 2026-08-25T00:59:15.935Z | Downloaded usdt v0.5.0 |
| 602 | 2026-08-25T00:59:15.935Z | Downloaded prettyplease v0.2.37 |
| 603 | 2026-08-25T00:59:15.935Z | Downloaded goblin v0.8.2 |
| 604 | 2026-08-25T00:59:15.935Z | Downloaded version_check v0.9.5 |
| 605 | 2026-08-25T00:59:15.935Z | Downloaded tokio-rustls v0.25.0 |
| 606 | 2026-08-25T00:59:15.935Z | Downloaded waitgroup v0.1.2 |
| 607 | 2026-08-25T00:59:15.935Z | Downloaded toml v0.8.23 |
| 608 | 2026-08-25T00:59:15.935Z | Downloaded tokio-stream v0.1.17 |
| 609 | 2026-08-25T00:59:15.935Z | Downloaded progenitor-impl v0.14.0 |
| 610 | 2026-08-25T00:59:15.935Z | Downloaded schemars v0.9.0 |
| 611 | 2026-08-25T00:59:15.935Z | Downloaded zeroize_derive v1.4.3 |
| 612 | 2026-08-25T00:59:15.935Z | Downloaded unarray v0.1.4 |
| 613 | 2026-08-25T00:59:15.935Z | Downloaded zerofrom-derive v0.1.6 |
| 614 | 2026-08-25T00:59:15.936Z | Downloaded xattr v1.6.1 |
| 615 | 2026-08-25T00:59:15.936Z | Downloaded usdt-impl v0.6.0 |
| 616 | 2026-08-25T00:59:15.936Z | Downloaded rustls-webpki v0.103.6 |
| 617 | 2026-08-25T00:59:15.936Z | Downloaded quinn v0.11.9 |
| 618 | 2026-08-25T00:59:15.936Z | Downloaded serde_derive v1.0.228 |
| 619 | 2026-08-25T00:59:15.971Z | Downloaded tokio-rustls v0.26.4 |
| 620 | 2026-08-25T00:59:15.971Z | Downloaded yoke-derive v0.8.0 |
| 621 | 2026-08-25T00:59:15.971Z | Downloaded scuffle v0.1.0 |
| 622 | 2026-08-25T00:59:15.971Z | Downloaded postcard v1.1.3 |
| 623 | 2026-08-25T00:59:15.971Z | Downloaded usdt-attr-macro v0.5.0 |
| 624 | 2026-08-25T00:59:15.971Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 625 | 2026-08-25T00:59:15.971Z | Downloaded pin-project v1.1.10 |
| 626 | 2026-08-25T00:59:15.971Z | Downloaded test-strategy v0.4.3 |
| 627 | 2026-08-25T00:59:15.974Z | Downloaded vsss-rs v3.3.4 |
| 628 | 2026-08-25T00:59:15.974Z | Downloaded snafu v0.8.9 |
| 629 | 2026-08-25T00:59:15.974Z | Downloaded serde v1.0.228 |
| 630 | 2026-08-25T00:59:15.974Z | Downloaded zerofrom v0.1.6 |
| 631 | 2026-08-25T00:59:15.974Z | Downloaded zone_cfg_derive v0.3.1 |
| 632 | 2026-08-25T00:59:15.974Z | Downloaded nom v7.1.3 |
| 633 | 2026-08-25T00:59:15.974Z | Downloaded writeable v0.6.1 |
| 634 | 2026-08-25T00:59:15.974Z | Downloaded yoke v0.8.0 |
| 635 | 2026-08-25T00:59:15.974Z | Downloaded zone v0.3.1 |
| 636 | 2026-08-25T00:59:15.974Z | Downloaded tinyvec v1.10.0 |
| 637 | 2026-08-25T00:59:15.974Z | Downloaded ucd-trie v0.1.7 |
| 638 | 2026-08-25T00:59:15.974Z | Downloaded utf8_iter v1.0.4 |
| 639 | 2026-08-25T00:59:15.975Z | Downloaded usdt-impl v0.5.0 |
| 640 | 2026-08-25T00:59:15.975Z | Downloaded textwrap v0.16.2 |
| 641 | 2026-08-25T00:59:15.975Z | Downloaded walkdir v2.5.0 |
| 642 | 2026-08-25T00:59:15.975Z | Downloaded whoami v1.6.1 |
| 643 | 2026-08-25T00:59:15.975Z | Downloaded schemars v1.2.0 |
| 644 | 2026-08-25T00:59:15.975Z | Downloaded zerovec-derive v0.11.1 |
| 645 | 2026-08-25T00:59:15.975Z | Downloaded qorb v0.4.1 |
| 646 | 2026-08-25T00:59:15.975Z | Downloaded tracing-attributes v0.1.30 |
| 647 | 2026-08-25T00:59:15.975Z | Downloaded idna v1.1.0 |
| 648 | 2026-08-25T00:59:15.975Z | Downloaded strum v0.27.2 |
| 649 | 2026-08-25T00:59:15.975Z | Downloaded strum v0.26.3 |
| 650 | 2026-08-25T00:59:15.975Z | Downloaded icu_normalizer_data v2.0.0 |
| 651 | 2026-08-25T00:59:15.975Z | Downloaded toml v0.7.8 |
| 652 | 2026-08-25T00:59:15.975Z | Downloaded parking_lot v0.12.5 |
| 653 | 2026-08-25T00:59:15.975Z | Downloaded log v0.4.29 |
| 654 | 2026-08-25T00:59:15.975Z | Downloaded futures v0.3.32 |
| 655 | 2026-08-25T00:59:15.975Z | Downloaded heapless v0.8.0 |
| 656 | 2026-08-25T00:59:15.976Z | Downloaded progenitor v0.14.0 |
| 657 | 2026-08-25T00:59:15.976Z | Downloaded progenitor v0.11.1 |
| 658 | 2026-08-25T00:59:15.976Z | Downloaded num-rational v0.4.2 |
| 659 | 2026-08-25T00:59:15.976Z | Downloaded num-complex v0.4.6 |
| 660 | 2026-08-25T00:59:15.977Z | Downloaded chacha20poly1305 v0.10.1 |
| 661 | 2026-08-25T00:59:15.977Z | Downloaded tracing-core v0.1.34 |
| 662 | 2026-08-25T00:59:15.977Z | Downloaded aho-corasick v1.1.3 |
| 663 | 2026-08-25T00:59:15.977Z | Downloaded zmij v1.0.17 |
| 664 | 2026-08-25T00:59:15.977Z | Downloaded steno v0.4.1 |
| 665 | 2026-08-25T00:59:15.977Z | Downloaded itertools v0.12.1 |
| 666 | 2026-08-25T00:59:15.977Z | Downloaded unicode-ident v1.0.24 |
| 667 | 2026-08-25T00:59:15.977Z | Downloaded iri-string v0.7.8 |
| 668 | 2026-08-25T00:59:15.977Z | Downloaded vergen v8.3.2 |
| 669 | 2026-08-25T00:59:15.977Z | Downloaded socket2 v0.6.4 |
| 670 | 2026-08-25T00:59:15.977Z | Downloaded iddqd v0.3.18 |
| 671 | 2026-08-25T00:59:15.977Z | Downloaded typify v0.6.2 |
| 672 | 2026-08-25T00:59:15.977Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 673 | 2026-08-25T00:59:15.977Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 674 | 2026-08-25T00:59:15.977Z | Downloaded typify v0.4.3 |
| 675 | 2026-08-25T00:59:15.978Z | Downloaded zerocopy-derive v0.7.35 |
| 676 | 2026-08-25T00:59:15.978Z | Downloaded tar v0.4.45 |
| 677 | 2026-08-25T00:59:15.978Z | Downloaded clap_builder v4.6.0 |
| 678 | 2026-08-25T00:59:15.978Z | Downloaded rand v0.9.3 |
| 679 | 2026-08-25T00:59:15.978Z | Downloaded hashbrown v0.15.5 |
| 680 | 2026-08-25T00:59:15.978Z | Downloaded unsafe-libyaml v0.2.11 |
| 681 | 2026-08-25T00:59:15.978Z | Downloaded itertools v0.14.0 |
| 682 | 2026-08-25T00:59:15.978Z | Downloaded hashbrown v0.17.1 |
| 683 | 2026-08-25T00:59:15.978Z | Downloaded uuid v1.23.3 |
| 684 | 2026-08-25T00:59:15.978Z | Downloaded zeroize v1.8.1 |
| 685 | 2026-08-25T00:59:15.979Z | Downloaded hashbrown v0.16.1 |
| 686 | 2026-08-25T00:59:15.979Z | Downloaded hkdf v0.12.4 |
| 687 | 2026-08-25T00:59:15.979Z | Downloaded pest v2.8.2 |
| 688 | 2026-08-25T00:59:15.979Z | Downloaded pin-project-lite v0.2.16 |
| 689 | 2026-08-25T00:59:15.979Z | Downloaded toml_edit v0.22.27 |
| 690 | 2026-08-25T00:59:16.099Z | Downloaded libm v0.2.15 |
| 691 | 2026-08-25T00:59:16.100Z | Downloaded icu_properties_data v2.0.1 |
| 692 | 2026-08-25T00:59:16.100Z | Downloaded hyper v1.10.1 |
| 693 | 2026-08-25T00:59:16.100Z | Downloaded parse-display-derive v0.10.0 |
| 694 | 2026-08-25T00:59:16.100Z | Downloaded oxide-tokio-rt v0.1.2 |
| 695 | 2026-08-25T00:59:16.100Z | Downloaded httparse v1.10.1 |
| 696 | 2026-08-25T00:59:16.100Z | Downloaded url v2.5.7 |
| 697 | 2026-08-25T00:59:16.101Z | Downloaded zerotrie v0.2.2 |
| 698 | 2026-08-25T00:59:16.101Z | Downloaded blake3 v1.8.2 |
| 699 | 2026-08-25T00:59:16.101Z | Downloaded tracing v0.1.41 |
| 700 | 2026-08-25T00:59:16.101Z | Downloaded dropshot_endpoint v0.17.1 |
| 701 | 2026-08-25T00:59:16.101Z | Downloaded dropshot_endpoint v0.16.7 |
| 702 | 2026-08-25T00:59:16.101Z | Downloaded derive-where v1.6.0 |
| 703 | 2026-08-25T00:59:16.101Z | Downloaded powerfmt v0.2.0 |
| 704 | 2026-08-25T00:59:16.101Z | Downloaded phf_shared v0.12.1 |
| 705 | 2026-08-25T00:59:16.101Z | Downloaded ingot-macros v0.1.1 |
| 706 | 2026-08-25T00:59:16.156Z | Downloaded iana-time-zone v0.1.64 |
| 707 | 2026-08-25T00:59:16.156Z | Downloaded futures-util v0.3.32 |
| 708 | 2026-08-25T00:59:16.156Z | Downloaded itertools v0.15.0 |
| 709 | 2026-08-25T00:59:16.156Z | Downloaded regex v1.12.4 |
| 710 | 2026-08-25T00:59:16.156Z | Downloaded anyhow v1.0.102 |
| 711 | 2026-08-25T00:59:16.156Z | Downloaded allocator-api2 v0.2.21 |
| 712 | 2026-08-25T00:59:16.156Z | Downloaded openssl-macros v0.1.1 |
| 713 | 2026-08-25T00:59:16.156Z | Downloaded omicron-workspace-hack v0.1.0 |
| 714 | 2026-08-25T00:59:16.156Z | Downloaded libsw-core v0.3.2 |
| 715 | 2026-08-25T00:59:16.156Z | Downloaded libsw v3.5.0 |
| 716 | 2026-08-25T00:59:16.156Z | Downloaded hybrid-array v0.4.12 |
| 717 | 2026-08-25T00:59:16.156Z | Downloaded crossbeam-utils v0.8.21 |
| 718 | 2026-08-25T00:59:16.156Z | Downloaded camino v1.2.3 |
| 719 | 2026-08-25T00:59:16.156Z | Downloaded newtype-uuid-macros v0.1.0 |
| 720 | 2026-08-25T00:59:16.157Z | Downloaded memmap v0.7.0 |
| 721 | 2026-08-25T00:59:16.157Z | Downloaded managed v0.8.0 |
| 722 | 2026-08-25T00:59:16.162Z | Downloaded highway v1.3.0 |
| 723 | 2026-08-25T00:59:16.162Z | Downloaded lru-slab v0.1.2 |
| 724 | 2026-08-25T00:59:16.162Z | Downloaded lru-cache v0.1.2 |
| 725 | 2026-08-25T00:59:16.162Z | Downloaded darling v0.21.3 |
| 726 | 2026-08-25T00:59:16.162Z | Downloaded toml_edit v0.19.15 |
| 727 | 2026-08-25T00:59:16.163Z | Downloaded unicode-segmentation v1.12.0 |
| 728 | 2026-08-25T00:59:16.163Z | Downloaded reqwest v0.13.2 |
| 729 | 2026-08-25T00:59:16.163Z | Downloaded iddqd v0.4.5 |
| 730 | 2026-08-25T00:59:16.163Z | Downloaded rayon v1.11.0 |
| 731 | 2026-08-25T00:59:16.163Z | Downloaded typed-path v0.9.3 |
| 732 | 2026-08-25T00:59:16.163Z | Downloaded zerocopy-derive v0.8.27 |
| 733 | 2026-08-25T00:59:16.163Z | Downloaded portable-atomic v1.11.1 |
| 734 | 2026-08-25T00:59:16.163Z | Downloaded unicode-normalization v0.1.24 |
| 735 | 2026-08-25T00:59:16.163Z | Downloaded git2 v0.19.0 |
| 736 | 2026-08-25T00:59:16.163Z | Downloaded serde_json v1.0.150 |
| 737 | 2026-08-25T00:59:16.163Z | Downloaded reqwest v0.12.23 |
| 738 | 2026-08-25T00:59:16.163Z | Downloaded typenum v1.20.1 |
| 739 | 2026-08-25T00:59:16.163Z | Downloaded tower v0.5.2 |
| 740 | 2026-08-25T00:59:16.163Z | Downloaded serde_with v3.14.1 |
| 741 | 2026-08-25T00:59:16.164Z | Downloaded tower-http v0.6.8 |
| 742 | 2026-08-25T00:59:16.164Z | Downloaded zerovec v0.11.4 |
| 743 | 2026-08-25T00:59:16.164Z | Downloaded proptest v1.8.0 |
| 744 | 2026-08-25T00:59:16.164Z | Downloaded goblin v0.10.1 |
| 745 | 2026-08-25T00:59:16.164Z | Downloaded tough v0.20.0 |
| 746 | 2026-08-25T00:59:16.164Z | Downloaded rustls-webpki v0.102.8 |
| 747 | 2026-08-25T00:59:16.164Z | Downloaded chrono v0.4.45 |
| 748 | 2026-08-25T00:59:16.202Z | Downloaded tokio-util v0.7.16 |
| 749 | 2026-08-25T00:59:16.203Z | Downloaded aws-lc-rs v1.16.2 |
| 750 | 2026-08-25T00:59:16.203Z | Downloaded winnow v0.5.40 |
| 751 | 2026-08-25T00:59:16.203Z | Downloaded bstr v1.12.0 |
| 752 | 2026-08-25T00:59:16.203Z | Downloaded moka v0.12.11 |
| 753 | 2026-08-25T00:59:16.203Z | Downloaded zerocopy v0.7.35 |
| 754 | 2026-08-25T00:59:16.203Z | Downloaded bindgen v0.72.1 |
| 755 | 2026-08-25T00:59:16.203Z | Downloaded daft v0.1.5 |
| 756 | 2026-08-25T00:59:16.203Z | Downloaded crossbeam-epoch v0.9.18 |
| 757 | 2026-08-25T00:59:16.204Z | Downloaded generic-array v0.14.7 |
| 758 | 2026-08-25T00:59:16.204Z | Downloaded fs-err v3.1.2 |
| 759 | 2026-08-25T00:59:16.204Z | Downloaded find-msvc-tools v0.1.9 |
| 760 | 2026-08-25T00:59:16.204Z | Downloaded digest v0.10.7 |
| 761 | 2026-08-25T00:59:16.204Z | Downloaded data-encoding v2.9.0 |
| 762 | 2026-08-25T00:59:16.204Z | Downloaded const_format_proc_macros v0.2.34 |
| 763 | 2026-08-25T00:59:16.204Z | Downloaded hickory-proto v0.24.4 |
| 764 | 2026-08-25T00:59:16.204Z | Downloaded winnow v1.0.3 |
| 765 | 2026-08-25T00:59:16.230Z | Downloaded winnow v0.7.14 |
| 766 | 2026-08-25T00:59:16.230Z | Downloaded fixedbitset v0.5.7 |
| 767 | 2026-08-25T00:59:16.231Z | Downloaded constant_time_eq v0.3.1 |
| 768 | 2026-08-25T00:59:16.231Z | Downloaded anstyle v1.0.14 |
| 769 | 2026-08-25T00:59:16.231Z | Downloaded instant v0.1.13 |
| 770 | 2026-08-25T00:59:16.231Z | Downloaded inout v0.1.4 |
| 771 | 2026-08-25T00:59:16.231Z | Downloaded ident_case v1.0.1 |
| 772 | 2026-08-25T00:59:16.231Z | Downloaded quinn-proto v0.11.14 |
| 773 | 2026-08-25T00:59:16.231Z | Downloaded tabled v0.21.0 |
| 774 | 2026-08-25T00:59:16.231Z | Downloaded syn v1.0.109 |
| 775 | 2026-08-25T00:59:16.231Z | Downloaded foldhash v0.1.5 |
| 776 | 2026-08-25T00:59:16.231Z | Downloaded bcs v0.1.6 |
| 777 | 2026-08-25T00:59:16.231Z | Downloaded backoff v0.4.0 |
| 778 | 2026-08-25T00:59:16.231Z | Downloaded time v0.3.47 |
| 779 | 2026-08-25T00:59:16.231Z | Downloaded tabled v0.15.0 |
| 780 | 2026-08-25T00:59:16.420Z | Downloaded curve25519-dalek v4.1.3 |
| 781 | 2026-08-25T00:59:16.420Z | Downloaded enum-as-inner v0.6.1 |
| 782 | 2026-08-25T00:59:16.420Z | Downloaded dof v0.4.0 |
| 783 | 2026-08-25T00:59:16.420Z | Downloaded daft-derive v0.1.5 |
| 784 | 2026-08-25T00:59:16.420Z | Downloaded zerocopy v0.8.27 |
| 785 | 2026-08-25T00:59:16.420Z | Downloaded nix v0.30.1 |
| 786 | 2026-08-25T00:59:16.462Z | Downloaded vcpkg v0.2.15 |
| 787 | 2026-08-25T00:59:16.462Z | Downloaded syn v2.0.118 |
| 788 | 2026-08-25T00:59:16.462Z | Downloaded openssl v0.10.81 |
| 789 | 2026-08-25T00:59:16.462Z | Downloaded nix v0.31.3 |
| 790 | 2026-08-25T00:59:16.462Z | Downloaded smoltcp v0.11.0 |
| 791 | 2026-08-25T00:59:16.462Z | Downloaded unicode-width v0.2.1 |
| 792 | 2026-08-25T00:59:16.462Z | Downloaded regress v0.10.5 |
| 793 | 2026-08-25T00:59:16.463Z | Downloaded openapiv3 v2.2.0 |
| 794 | 2026-08-25T00:59:16.463Z | Downloaded webpki-roots v1.0.2 |
| 795 | 2026-08-25T00:59:16.463Z | Downloaded dropshot v0.16.7 |
| 796 | 2026-08-25T00:59:16.463Z | Downloaded rustls v0.23.40 |
| 797 | 2026-08-25T00:59:16.463Z | Downloaded rustix v0.38.44 |
| 798 | 2026-08-25T00:59:16.463Z | Downloaded hickory-proto v0.25.2 |
| 799 | 2026-08-25T00:59:16.463Z | Downloaded rustix v1.1.4 |
| 800 | 2026-08-25T00:59:16.463Z | Downloaded regress v0.11.1 |
| 801 | 2026-08-25T00:59:16.463Z | Downloaded regex-syntax v0.8.11 |
| 802 | 2026-08-25T00:59:16.463Z | Downloaded rustls v0.22.4 |
| 803 | 2026-08-25T00:59:16.463Z | Downloaded unicode-width v0.1.14 |
| 804 | 2026-08-25T00:59:16.463Z | Downloaded dropshot v0.17.1 |
| 805 | 2026-08-25T00:59:16.463Z | Downloaded crossbeam-deque v0.8.6 |
| 806 | 2026-08-25T00:59:16.463Z | Downloaded typify-impl v0.4.3 |
| 807 | 2026-08-25T00:59:16.463Z | Downloaded typify-impl v0.6.2 |
| 808 | 2026-08-25T00:59:16.463Z | Downloaded cmake v0.1.54 |
| 809 | 2026-08-25T00:59:16.463Z | Downloaded cexpr v0.6.0 |
| 810 | 2026-08-25T00:59:16.463Z | Downloaded equivalent v1.0.2 |
| 811 | 2026-08-25T00:59:16.464Z | Downloaded chacha20 v0.9.1 |
| 812 | 2026-08-25T00:59:16.464Z | Downloaded cc v1.2.64 |
| 813 | 2026-08-25T00:59:16.464Z | Downloaded block-buffer v0.12.0 |
| 814 | 2026-08-25T00:59:16.464Z | Downloaded defmt v0.3.100 |
| 815 | 2026-08-25T00:59:16.464Z | Downloaded cfg_aliases v0.2.1 |
| 816 | 2026-08-25T00:59:16.464Z | Downloaded foreign-types v0.5.0 |
| 817 | 2026-08-25T00:59:16.464Z | Downloaded futures-core v0.3.32 |
| 818 | 2026-08-25T00:59:16.464Z | Downloaded errno v0.3.14 |
| 819 | 2026-08-25T00:59:16.464Z | Downloaded embedded-io v0.4.0 |
| 820 | 2026-08-25T00:59:16.464Z | Downloaded ciborium-ll v0.2.2 |
| 821 | 2026-08-25T00:59:16.465Z | Downloaded form_urlencoded v1.2.2 |
| 822 | 2026-08-25T00:59:16.465Z | Downloaded foreign-types-shared v0.1.1 |
| 823 | 2026-08-25T00:59:16.465Z | Downloaded either v1.15.0 |
| 824 | 2026-08-25T00:59:16.465Z | Downloaded cancel-safe-futures v0.1.5 |
| 825 | 2026-08-25T00:59:16.465Z | Downloaded bitflags v1.3.2 |
| 826 | 2026-08-25T00:59:16.465Z | Downloaded async-stream v0.3.6 |
| 827 | 2026-08-25T00:59:16.465Z | Downloaded camino-tempfile v1.4.1 |
| 828 | 2026-08-25T00:59:16.465Z | Downloaded bytecount v0.6.9 |
| 829 | 2026-08-25T00:59:16.465Z | Downloaded atomic-waker v1.1.2 |
| 830 | 2026-08-25T00:59:16.465Z | Downloaded async-trait v0.1.89 |
| 831 | 2026-08-25T00:59:16.465Z | Downloaded anstream v1.0.0 |
| 832 | 2026-08-25T00:59:16.465Z | Downloaded clap_lex v1.1.0 |
| 833 | 2026-08-25T00:59:16.465Z | Downloaded float-ord v0.3.2 |
| 834 | 2026-08-25T00:59:16.465Z | Downloaded derive_more v0.99.20 |
| 835 | 2026-08-25T00:59:16.465Z | Downloaded crypto-common v0.2.2 |
| 836 | 2026-08-25T00:59:16.465Z | Downloaded crypto-common v0.1.6 |
| 837 | 2026-08-25T00:59:16.465Z | Downloaded convert_case v0.4.0 |
| 838 | 2026-08-25T00:59:16.465Z | Downloaded regex-automata v0.4.13 |
| 839 | 2026-08-25T00:59:16.465Z | Downloaded petgraph v0.6.5 |
| 840 | 2026-08-25T00:59:16.485Z | Downloaded colorchoice v1.0.4 |
| 841 | 2026-08-25T00:59:16.486Z | Downloaded bit-vec v0.8.0 |
| 842 | 2026-08-25T00:59:16.487Z | Downloaded arrayvec v0.7.6 |
| 843 | 2026-08-25T00:59:16.487Z | Downloaded anstyle-parse v1.0.0 |
| 844 | 2026-08-25T00:59:16.495Z | Downloaded jiff v0.2.15 |
| 845 | 2026-08-25T00:59:16.537Z | Downloaded tokio v1.52.3 |
| 846 | 2026-08-25T00:59:16.610Z | Downloaded chrono-tz v0.10.4 |
| 847 | 2026-08-25T00:59:16.610Z | Downloaded petgraph v0.8.2 |
| 848 | 2026-08-25T00:59:16.610Z | Downloaded libc v0.2.186 |
| 849 | 2026-08-25T00:59:16.734Z | Downloaded csv v1.4.0 |
| 850 | 2026-08-25T00:59:16.735Z | Downloaded libz-sys v1.1.22 |
| 851 | 2026-08-25T00:59:16.735Z | Downloaded encoding_rs v0.8.35 |
| 852 | 2026-08-25T00:59:16.737Z | Downloaded sha3 v0.10.8 |
| 853 | 2026-08-25T00:59:16.789Z | Downloaded ring v0.17.14 |
| 854 | 2026-08-25T00:59:16.822Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 855 | 2026-08-25T00:59:16.882Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 856 | 2026-08-25T00:59:17.284Z | Downloaded aws-lc-sys v0.39.1 |
| 857 | 2026-08-25T00:59:17.707Z | Compiling proc-macro2 v1.0.106 |
| 858 | 2026-08-25T00:59:17.708Z | Compiling quote v1.0.45 |
| 859 | 2026-08-25T00:59:18.257Z | Compiling unicode-ident v1.0.24 |
| 860 | 2026-08-25T00:59:18.257Z | Compiling serde_core v1.0.228 |
| 861 | 2026-08-25T00:59:18.257Z | Compiling serde v1.0.228 |
| 862 | 2026-08-25T00:59:18.257Z | Compiling libc v0.2.186 |
| 863 | 2026-08-25T00:59:18.257Z | Checking cfg-if v1.0.4 |
| 864 | 2026-08-25T00:59:18.397Z | Compiling zmij v1.0.17 |
| 865 | 2026-08-25T00:59:18.397Z | Compiling autocfg v1.5.0 |
| 866 | 2026-08-25T00:59:18.398Z | Compiling memchr v2.7.5 |
| 867 | 2026-08-25T00:59:18.398Z | Compiling libm v0.2.15 |
| 868 | 2026-08-25T00:59:18.762Z | Compiling getrandom v0.4.2 |
| 869 | 2026-08-25T00:59:18.865Z | Compiling jobserver v0.1.34 |
| 870 | 2026-08-25T00:59:18.865Z | Compiling shlex v2.0.1 |
| 871 | 2026-08-25T00:59:18.865Z | Compiling find-msvc-tools v0.1.9 |
| 872 | 2026-08-25T00:59:18.865Z | Compiling version_check v0.9.5 |
| 873 | 2026-08-25T00:59:18.980Z | Compiling cc v1.2.64 |
| 874 | 2026-08-25T00:59:19.070Z | Checking smallvec v1.15.1 |
| 875 | 2026-08-25T00:59:19.071Z | Compiling thiserror v2.0.18 |
| 876 | 2026-08-25T00:59:19.071Z | Checking itoa v1.0.15 |
| 877 | 2026-08-25T00:59:19.253Z | Compiling syn v2.0.118 |
| 878 | 2026-08-25T00:59:19.253Z | Compiling icu_normalizer_data v2.0.0 |
| 879 | 2026-08-25T00:59:19.253Z | Compiling icu_properties_data v2.0.1 |
| 880 | 2026-08-25T00:59:19.852Z | Compiling parking_lot_core v0.9.12 |
| 881 | 2026-08-25T00:59:19.853Z | Checking stable_deref_trait v1.2.0 |
| 882 | 2026-08-25T00:59:19.853Z | Compiling serde_json v1.0.150 |
| 883 | 2026-08-25T00:59:19.853Z | Compiling heck v0.5.0 |
| 884 | 2026-08-25T00:59:19.853Z | Checking writeable v0.6.1 |
| 885 | 2026-08-25T00:59:19.853Z | Checking litemap v0.8.0 |
| 886 | 2026-08-25T00:59:19.853Z | Compiling num-traits v0.2.19 |
| 887 | 2026-08-25T00:59:19.915Z | Checking percent-encoding v2.3.2 |
| 888 | 2026-08-25T00:59:20.118Z | Checking form_urlencoded v1.2.2 |
| 889 | 2026-08-25T00:59:20.214Z | Checking utf8_iter v1.0.4 |
| 890 | 2026-08-25T00:59:20.214Z | Compiling zerocopy v0.8.27 |
| 891 | 2026-08-25T00:59:20.318Z | Checking pin-project-lite v0.2.16 |
| 892 | 2026-08-25T00:59:20.318Z | Compiling log v0.4.29 |
| 893 | 2026-08-25T00:59:20.318Z | Compiling equivalent v1.0.2 |
| 894 | 2026-08-25T00:59:20.318Z | Compiling semver v1.0.28 |
| 895 | 2026-08-25T00:59:20.318Z | Checking iana-time-zone v0.1.64 |
| 896 | 2026-08-25T00:59:20.472Z | Compiling rustversion v1.0.22 |
| 897 | 2026-08-25T00:59:20.472Z | Checking getrandom v0.2.16 |
| 898 | 2026-08-25T00:59:20.550Z | Checking socket2 v0.6.4 |
| 899 | 2026-08-25T00:59:20.617Z | Checking uuid v1.23.3 |
| 900 | 2026-08-25T00:59:20.633Z | Checking scopeguard v1.2.0 |
| 901 | 2026-08-25T00:59:20.739Z | Checking lock_api v0.4.14 |
| 902 | 2026-08-25T00:59:20.969Z | Checking bitflags v2.11.1 |
| 903 | 2026-08-25T00:59:21.094Z | Checking signal-hook-registry v1.4.6 |
| 904 | 2026-08-25T00:59:21.094Z | Checking mio v1.2.1 |
| 905 | 2026-08-25T00:59:21.095Z | Checking parking_lot v0.12.5 |
| 906 | 2026-08-25T00:59:21.243Z | Compiling schemars v0.8.22 |
| 907 | 2026-08-25T00:59:21.243Z | Checking dyn-clone v1.0.20 |
| 908 | 2026-08-25T00:59:21.454Z | Compiling portable-atomic v1.11.1 |
| 909 | 2026-08-25T00:59:21.454Z | Checking futures-core v0.3.32 |
| 910 | 2026-08-25T00:59:22.161Z | Compiling ring v0.17.14 |
| 911 | 2026-08-25T00:59:22.161Z | Checking critical-section v1.2.0 |
| 912 | 2026-08-25T00:59:22.162Z | Compiling hashbrown v0.17.1 |
| 913 | 2026-08-25T00:59:22.162Z | Compiling httparse v1.10.1 |
| 914 | 2026-08-25T00:59:22.162Z | Checking subtle v2.6.1 |
| 915 | 2026-08-25T00:59:22.162Z | Checking futures-sink v0.3.32 |
| 916 | 2026-08-25T00:59:22.533Z | Compiling regex-syntax v0.8.11 |
| 917 | 2026-08-25T00:59:22.534Z | Compiling indexmap v2.14.0 |
| 918 | 2026-08-25T00:59:22.534Z | Compiling synstructure v0.13.2 |
| 919 | 2026-08-25T00:59:22.534Z | Compiling serde_derive_internals v0.29.1 |
| 920 | 2026-08-25T00:59:22.534Z | Checking once_cell v1.21.3 |
| 921 | 2026-08-25T00:59:23.180Z | Checking slab v0.4.11 |
| 922 | 2026-08-25T00:59:23.180Z | Compiling aho-corasick v1.1.3 |
| 923 | 2026-08-25T00:59:23.181Z | Compiling thiserror v1.0.69 |
| 924 | 2026-08-25T00:59:23.181Z | Compiling rustix v1.1.4 |
| 925 | 2026-08-25T00:59:23.181Z | Checking rand_core v0.6.4 |
| 926 | 2026-08-25T00:59:23.603Z | Checking typenum v1.20.1 |
| 927 | 2026-08-25T00:59:23.603Z | Checking futures-channel v0.3.32 |
| 928 | 2026-08-25T00:59:23.603Z | Compiling ucd-trie v0.1.7 |
| 929 | 2026-08-25T00:59:23.603Z | Compiling serde_derive v1.0.228 |
| 930 | 2026-08-25T00:59:23.604Z | Compiling zerofrom-derive v0.1.6 |
| 931 | 2026-08-25T00:59:23.604Z | Compiling yoke-derive v0.8.0 |
| 932 | 2026-08-25T00:59:24.271Z | Compiling zerovec-derive v0.11.1 |
| 933 | 2026-08-25T00:59:24.271Z | Compiling displaydoc v0.2.5 |
| 934 | 2026-08-25T00:59:24.271Z | Compiling thiserror-impl v2.0.18 |
| 935 | 2026-08-25T00:59:24.663Z | Compiling schemars_derive v0.8.22 |
| 936 | 2026-08-25T00:59:24.891Z | Compiling tokio-macros v2.7.0 |
| 937 | 2026-08-25T00:59:24.893Z | Compiling zerocopy-derive v0.8.27 |
| 938 | 2026-08-25T00:59:24.893Z | Checking zerofrom v0.1.6 |
| 939 | 2026-08-25T00:59:24.893Z | Compiling futures-macro v0.3.32 |
| 940 | 2026-08-25T00:59:24.893Z | Checking yoke v0.8.0 |
| 941 | 2026-08-25T00:59:25.175Z | Checking zerovec v0.11.4 |
| 942 | 2026-08-25T00:59:25.175Z | Checking zerotrie v0.2.2 |
| 943 | 2026-08-25T00:59:25.464Z | Compiling zeroize_derive v1.4.3 |
| 944 | 2026-08-25T00:59:25.464Z | Compiling regex-automata v0.4.13 |
| 945 | 2026-08-25T00:59:25.464Z | Compiling thiserror-impl v1.0.69 |
| 946 | 2026-08-25T00:59:25.748Z | Checking tinystr v0.8.1 |
| 947 | 2026-08-25T00:59:26.102Z | Checking potential_utf v0.1.3 |
| 948 | 2026-08-25T00:59:26.102Z | Checking icu_locale_core v2.0.0 |
| 949 | 2026-08-25T00:59:26.102Z | Checking icu_collections v2.0.0 |
| 950 | 2026-08-25T00:59:26.773Z | Checking zeroize v1.8.1 |
| 951 | 2026-08-25T00:59:26.773Z | Compiling pest v2.8.2 |
| 952 | 2026-08-25T00:59:26.773Z | Checking futures-task v0.3.32 |
| 953 | 2026-08-25T00:59:26.773Z | Checking icu_provider v2.0.0 |
| 954 | 2026-08-25T00:59:27.237Z | Checking futures-io v0.3.32 |
| 955 | 2026-08-25T00:59:27.237Z | Checking bytes v1.12.0 |
| 956 | 2026-08-25T00:59:27.238Z | Checking icu_properties v2.0.1 |
| 957 | 2026-08-25T00:59:27.238Z | Checking icu_normalizer v2.0.0 |
| 958 | 2026-08-25T00:59:27.238Z | Checking chrono v0.4.45 |
| 959 | 2026-08-25T00:59:27.238Z | Compiling serde_tokenstream v0.2.3 |
| 960 | 2026-08-25T00:59:27.238Z | Checking tokio v1.52.3 |
| 961 | 2026-08-25T00:59:27.628Z | Compiling regex v1.12.4 |
| 962 | 2026-08-25T00:59:27.629Z | Checking idna_adapter v1.2.1 |
| 963 | 2026-08-25T00:59:27.629Z | Compiling pest_meta v2.8.2 |
| 964 | 2026-08-25T00:59:27.629Z | Checking futures-util v0.3.32 |
| 965 | 2026-08-25T00:59:27.629Z | Compiling pkg-config v0.3.32 |
| 966 | 2026-08-25T00:59:27.629Z | Checking idna v1.1.0 |
| 967 | 2026-08-25T00:59:27.885Z | Compiling anyhow v1.0.102 |
| 968 | 2026-08-25T00:59:27.885Z | Checking url v2.5.7 |
| 969 | 2026-08-25T00:59:28.132Z | Compiling tracing-attributes v0.1.30 |
| 970 | 2026-08-25T00:59:28.132Z | Checking tracing-core v0.1.34 |
| 971 | 2026-08-25T00:59:28.592Z | Compiling pest_generator v2.8.2 |
| 972 | 2026-08-25T00:59:28.592Z | Compiling generic-array v0.14.7 |
| 973 | 2026-08-25T00:59:28.923Z | Compiling foldhash v0.2.0 |
| 974 | 2026-08-25T00:59:28.923Z | Compiling vcpkg v0.2.15 |
| 975 | 2026-08-25T00:59:28.923Z | Compiling allocator-api2 v0.2.21 |
| 976 | 2026-08-25T00:59:28.923Z | Compiling fnv v1.0.7 |
| 977 | 2026-08-25T00:59:29.200Z | Compiling pest_derive v2.8.2 |
| 978 | 2026-08-25T00:59:29.200Z | Compiling hashbrown v0.16.1 |
| 979 | 2026-08-25T00:59:29.200Z | Checking tracing v0.1.41 |
| 980 | 2026-08-25T00:59:29.708Z | Checking http v1.4.2 |
| 981 | 2026-08-25T00:59:30.313Z | Compiling getrandom v0.3.3 |
| 982 | 2026-08-25T00:59:30.313Z | Compiling byteorder v1.5.0 |
| 983 | 2026-08-25T00:59:30.313Z | Compiling camino v1.2.3 |
| 984 | 2026-08-25T00:59:30.313Z | Checking crypto-common v0.1.6 |
| 985 | 2026-08-25T00:59:30.313Z | Checking errno v0.3.14 |
| 986 | 2026-08-25T00:59:30.313Z | Checking ipnet v2.11.0 |
| 987 | 2026-08-25T00:59:30.313Z | Checking base64 v0.22.1 |
| 988 | 2026-08-25T00:59:30.313Z | Compiling num-conv v0.2.1 |
| 989 | 2026-08-25T00:59:30.592Z | Compiling time-core v0.1.8 |
| 990 | 2026-08-25T00:59:30.592Z | Compiling scroll_derive v0.13.1 |
| 991 | 2026-08-25T00:59:30.592Z | Compiling paste v1.0.15 |
| 992 | 2026-08-25T00:59:30.592Z | Checking http-body v1.0.1 |
| 993 | 2026-08-25T00:59:30.592Z | Checking tokio-util v0.7.16 |
| 994 | 2026-08-25T00:59:30.592Z | Compiling time-macros v0.2.27 |
| 995 | 2026-08-25T00:59:30.592Z | Checking rustls-pki-types v1.12.0 |
| 996 | 2026-08-25T00:59:30.592Z | Checking atomic-waker v1.1.2 |
| 997 | 2026-08-25T00:59:30.896Z | Checking try-lock v0.2.5 |
| 998 | 2026-08-25T00:59:30.896Z | Checking untrusted v0.9.0 |
| 999 | 2026-08-25T00:59:30.896Z | Checking tower-layer v0.3.3 |
| 1000 | 2026-08-25T00:59:31.009Z | Checking tower-service v0.3.3 |
| 1001 | 2026-08-25T00:59:31.011Z | Checking want v0.3.1 |
| 1002 | 2026-08-25T00:59:31.011Z | Checking h2 v0.4.14 |
| 1003 | 2026-08-25T00:59:31.011Z | Checking httpdate v1.0.3 |
| 1004 | 2026-08-25T00:59:31.011Z | Checking ryu v1.0.20 |
| 1005 | 2026-08-25T00:59:31.011Z | Compiling openssl-sys v0.9.117 |
| 1006 | 2026-08-25T00:59:31.011Z | Compiling async-trait v0.1.89 |
| 1007 | 2026-08-25T00:59:31.053Z | Compiling cmake v0.1.54 |
| 1008 | 2026-08-25T00:59:31.093Z | Compiling strsim v0.11.1 |
| 1009 | 2026-08-25T00:59:31.206Z | Compiling dunce v1.0.5 |
| 1010 | 2026-08-25T00:59:31.474Z | Compiling fs_extra v1.3.0 |
| 1011 | 2026-08-25T00:59:31.688Z | Checking pretty-hex v0.4.1 |
| 1012 | 2026-08-25T00:59:31.688Z | Compiling crossbeam-utils v0.8.21 |
| 1013 | 2026-08-25T00:59:31.688Z | Compiling scroll v0.13.0 |
| 1014 | 2026-08-25T00:59:31.688Z | Compiling regress v0.10.5 |
| 1015 | 2026-08-25T00:59:31.688Z | Compiling aws-lc-sys v0.39.1 |
| 1016 | 2026-08-25T00:59:31.777Z | Checking block-buffer v0.10.4 |
| 1017 | 2026-08-25T00:59:31.960Z | Checking ppv-lite86 v0.2.21 |
| 1018 | 2026-08-25T00:59:31.960Z | Compiling slog v2.8.2 |
| 1019 | 2026-08-25T00:59:31.960Z | Compiling usdt-impl v0.6.0 |
| 1020 | 2026-08-25T00:59:32.229Z | Compiling plain v0.2.3 |
| 1021 | 2026-08-25T00:59:32.229Z | Compiling goblin v0.10.1 |
| 1022 | 2026-08-25T00:59:32.229Z | Checking digest v0.10.7 |
| 1023 | 2026-08-25T00:59:32.300Z | Checking http-body-util v0.1.3 |
| 1024 | 2026-08-25T00:59:32.300Z | Checking ipnetwork v0.21.1 |
| 1025 | 2026-08-25T00:59:32.300Z | Checking erased-serde v0.3.31 |
| 1026 | 2026-08-25T00:59:32.300Z | Compiling omicron-workspace-hack v0.1.0 |
| 1027 | 2026-08-25T00:59:32.535Z | Compiling ident_case v1.0.1 |
| 1028 | 2026-08-25T00:59:32.601Z | Compiling darling_core v0.21.3 |
| 1029 | 2026-08-25T00:59:32.683Z | Checking serde_urlencoded v0.7.1 |
| 1030 | 2026-08-25T00:59:32.684Z | Compiling dtrace-parser v0.3.0 |
| 1031 | 2026-08-25T00:59:32.795Z | Checking hyper v1.10.1 |
| 1032 | 2026-08-25T00:59:32.881Z | Compiling openapiv3 v2.2.0 |
| 1033 | 2026-08-25T00:59:32.881Z | Compiling daft-derive v0.1.5 |
| 1034 | 2026-08-25T00:59:33.225Z | Compiling typify-impl v0.4.3 |
| 1035 | 2026-08-25T00:59:33.530Z | Compiling thread-id v5.0.0 |
| 1036 | 2026-08-25T00:59:33.744Z | Checking hyper-util v0.1.20 |
| 1037 | 2026-08-25T00:59:34.080Z | Compiling aws-lc-rs v1.16.2 |
| 1038 | 2026-08-25T00:59:34.736Z | Checking encoding_rs v0.8.35 |
| 1039 | 2026-08-25T00:59:34.780Z | Compiling dof v0.4.0 |
| 1040 | 2026-08-25T00:59:34.780Z | Compiling darling_macro v0.21.3 |
| 1041 | 2026-08-25T00:59:35.038Z | Checking mime v0.3.17 |
| 1042 | 2026-08-25T00:59:35.216Z | Compiling darling v0.21.3 |
| 1043 | 2026-08-25T00:59:35.455Z | Compiling slog-async v2.8.0 |
| 1044 | 2026-08-25T00:59:35.572Z | Checking cpufeatures v0.2.17 |
| 1045 | 2026-08-25T00:59:35.572Z | Checking untrusted v0.7.1 |
| 1046 | 2026-08-25T00:59:35.662Z | Checking rand_core v0.9.3 |
| 1047 | 2026-08-25T00:59:35.663Z | Checking oxnet v0.1.6 |
| 1048 | 2026-08-25T00:59:35.761Z | Compiling structmeta-derive v0.3.0 |
| 1049 | 2026-08-25T00:59:35.792Z | Compiling multer v3.1.0 |
| 1050 | 2026-08-25T00:59:35.792Z | Compiling usdt-attr-macro v0.6.0 |
| 1051 | 2026-08-25T00:59:35.821Z | Compiling usdt-macro v0.6.0 |
| 1052 | 2026-08-25T00:59:35.966Z | Compiling unsafe-libyaml v0.2.11 |
| 1053 | 2026-08-25T00:59:36.051Z | Compiling rustls v0.23.40 |
| 1054 | 2026-08-25T00:59:36.068Z | Compiling rustls v0.22.4 |
| 1055 | 2026-08-25T00:59:36.617Z | Compiling serde_yaml v0.9.34+deprecated |
| 1056 | 2026-08-25T00:59:36.713Z | Compiling async-stream-impl v0.3.6 |
| 1057 | 2026-08-25T00:59:36.713Z | Compiling typify-macro v0.4.3 |
| 1058 | 2026-08-25T00:59:36.714Z | Checking sync_wrapper v1.0.2 |
| 1059 | 2026-08-25T00:59:36.776Z | Compiling structmeta v0.3.0 |
| 1060 | 2026-08-25T00:59:36.777Z | Checking foreign-types-shared v0.1.1 |
| 1061 | 2026-08-25T00:59:36.911Z | Checking hex v0.4.3 |
| 1062 | 2026-08-25T00:59:37.069Z | Checking fastrand v2.3.0 |
| 1063 | 2026-08-25T00:59:37.137Z | Compiling openssl v0.10.81 |
| 1064 | 2026-08-25T00:59:37.200Z | Checking tempfile v3.27.0 |
| 1065 | 2026-08-25T00:59:37.550Z | Checking foreign-types v0.3.2 |
| 1066 | 2026-08-25T00:59:37.604Z | Checking tower v0.5.2 |
| 1067 | 2026-08-25T00:59:37.604Z | Checking rand_chacha v0.9.0 |
| 1068 | 2026-08-25T00:59:37.604Z | Checking futures-executor v0.3.32 |
| 1069 | 2026-08-25T00:59:37.604Z | Compiling strum_macros v0.26.4 |
| 1070 | 2026-08-25T00:59:37.605Z | Compiling openssl-macros v0.1.1 |
| 1071 | 2026-08-25T00:59:37.605Z | Checking iri-string v0.7.8 |
| 1072 | 2026-08-25T00:59:37.706Z | Compiling native-tls v0.2.14 |
| 1073 | 2026-08-25T00:59:37.769Z | Checking powerfmt v0.2.0 |
| 1074 | 2026-08-25T00:59:37.930Z | Checking openssl-probe v0.1.6 |
| 1075 | 2026-08-25T00:59:38.067Z | Checking deranged v0.5.3 |
| 1076 | 2026-08-25T00:59:38.172Z | Checking futures v0.3.32 |
| 1077 | 2026-08-25T00:59:38.172Z | Compiling typify v0.4.3 |
| 1078 | 2026-08-25T00:59:38.172Z | Checking rand v0.9.3 |
| 1079 | 2026-08-25T00:59:38.361Z | Compiling newtype-uuid-macros v0.1.0 |
| 1080 | 2026-08-25T00:59:38.529Z | Compiling ref-cast v1.0.25 |
| 1081 | 2026-08-25T00:59:38.565Z | Checking tower-http v0.6.8 |
| 1082 | 2026-08-25T00:59:38.748Z | Checking num_threads v0.1.7 |
| 1083 | 2026-08-25T00:59:39.187Z | Compiling ref-cast-impl v1.0.25 |
| 1084 | 2026-08-25T00:59:39.884Z | Compiling dropshot v0.16.7 |
| 1085 | 2026-08-25T00:59:39.884Z | Checking memmap2 v0.9.8 |
| 1086 | 2026-08-25T00:59:39.884Z | Checking time v0.3.47 |
| 1087 | 2026-08-25T00:59:39.884Z | Checking unicode-width v0.2.1 |
| 1088 | 2026-08-25T00:59:39.954Z | Compiling derive-ex v0.1.8 |
| 1089 | 2026-08-25T00:59:39.954Z | Checking crossbeam-channel v0.5.15 |
| 1090 | 2026-08-25T00:59:39.954Z | Checking webpki-roots v1.0.2 |
| 1091 | 2026-08-25T00:59:39.954Z | Compiling dropshot_endpoint v0.16.7 |
| 1092 | 2026-08-25T00:59:39.954Z | Compiling strum_macros v0.27.2 |
| 1093 | 2026-08-25T00:59:39.954Z | Checking winnow v0.7.14 |
| 1094 | 2026-08-25T00:59:40.104Z | Compiling progenitor-impl v0.11.1 |
| 1095 | 2026-08-25T00:59:40.283Z | Checking tokio-native-tls v0.3.1 |
| 1096 | 2026-08-25T00:59:40.537Z | Checking hyper-tls v0.6.0 |
| 1097 | 2026-08-25T00:59:40.781Z | Compiling test-strategy v0.4.3 |
| 1098 | 2026-08-25T00:59:40.877Z | Checking newtype-uuid v1.3.2 |
| 1099 | 2026-08-25T00:59:41.072Z | Checking thread_local v1.1.9 |
| 1100 | 2026-08-25T00:59:41.148Z | Checking winnow v1.0.3 |
| 1101 | 2026-08-25T00:59:41.223Z | Checking daft v0.1.5 |
| 1102 | 2026-08-25T00:59:41.223Z | Compiling serde_with_macros v3.14.1 |
| 1103 | 2026-08-25T00:59:41.360Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1104 | 2026-08-25T00:59:41.393Z | Checking serde_spanned v1.1.1 |
| 1105 | 2026-08-25T00:59:41.447Z | Checking is-terminal v0.4.16 |
| 1106 | 2026-08-25T00:59:41.581Z | Checking debug-ignore v1.0.5 |
| 1107 | 2026-08-25T00:59:41.740Z | Checking term v1.2.0 |
| 1108 | 2026-08-25T00:59:41.740Z | Checking either v1.15.0 |
| 1109 | 2026-08-25T00:59:41.784Z | Checking take_mut v0.2.2 |
| 1110 | 2026-08-25T00:59:41.784Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1111 | 2026-08-25T00:59:41.871Z | Checking match_cfg v0.1.0 |
| 1112 | 2026-08-25T00:59:41.943Z | Checking hostname v0.3.1 |
| 1113 | 2026-08-25T00:59:41.991Z | Checking slog-term v2.9.2 |
| 1114 | 2026-08-25T00:59:41.991Z | Checking slog-json v2.6.1 |
| 1115 | 2026-08-25T00:59:42.104Z | Compiling syn v1.0.109 |
| 1116 | 2026-08-25T00:59:42.137Z | Checking spin v0.9.8 |
| 1117 | 2026-08-25T00:59:42.137Z | Checking usdt v0.6.0 |
| 1118 | 2026-08-25T00:59:42.177Z | Checking slog-bunyan v2.5.0 |
| 1119 | 2026-08-25T00:59:42.227Z | Compiling progenitor-macro v0.11.1 |
| 1120 | 2026-08-25T00:59:42.351Z | Checking async-stream v0.3.6 |
| 1121 | 2026-08-25T00:59:42.351Z | Compiling parse-display-derive v0.10.0 |
| 1122 | 2026-08-25T00:59:42.414Z | Checking rustls-webpki v0.102.8 |
| 1123 | 2026-08-25T00:59:42.414Z | Checking waitgroup v0.1.2 |
| 1124 | 2026-08-25T00:59:42.539Z | Checking rustls-pemfile v2.2.0 |
| 1125 | 2026-08-25T00:59:42.539Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1126 | 2026-08-25T00:59:42.620Z | Checking serde_path_to_error v0.1.20 |
| 1127 | 2026-08-25T00:59:42.620Z | Checking hostname v0.4.2 |
| 1128 | 2026-08-25T00:59:42.664Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1129 | 2026-08-25T00:59:42.720Z | Checking strum v0.26.3 |
| 1130 | 2026-08-25T00:59:42.836Z | Checking rand_chacha v0.3.1 |
| 1131 | 2026-08-25T00:59:42.915Z | Checking macaddr v1.0.1 |
| 1132 | 2026-08-25T00:59:42.938Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1133 | 2026-08-25T00:59:43.282Z | Checking wait-timeout v0.2.1 |
| 1134 | 2026-08-25T00:59:43.798Z | Checking bit-vec v0.8.0 |
| 1135 | 2026-08-25T00:59:43.798Z | Checking lazy_static v1.5.0 |
| 1136 | 2026-08-25T00:59:43.798Z | Checking quick-error v1.2.3 |
| 1137 | 2026-08-25T00:59:43.798Z | Checking bit-set v0.8.0 |
| 1138 | 2026-08-25T00:59:43.798Z | Checking toml v0.9.12+spec-1.1.0 |
| 1139 | 2026-08-25T00:59:43.798Z | Checking rusty-fork v0.3.0 |
| 1140 | 2026-08-25T00:59:43.871Z | Checking rand v0.8.5 |
| 1141 | 2026-08-25T00:59:43.871Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1142 | 2026-08-25T00:59:43.872Z | Checking rand_xorshift v0.4.0 |
| 1143 | 2026-08-25T00:59:43.872Z | Checking sha1 v0.10.6 |
| 1144 | 2026-08-25T00:59:43.875Z | Checking unarray v0.1.4 |
| 1145 | 2026-08-25T00:59:44.215Z | Checking strum v0.27.2 |
| 1146 | 2026-08-25T00:59:44.512Z | Checking proptest v1.8.0 |
| 1147 | 2026-08-25T00:59:44.512Z | Checking tabwriter v1.4.1 |
| 1148 | 2026-08-25T00:59:44.562Z | Checking tokio-rustls v0.25.0 |
| 1149 | 2026-08-25T00:59:44.562Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1150 | 2026-08-25T00:59:44.562Z | Checking colored v3.1.1 |
| 1151 | 2026-08-25T00:59:44.562Z | Checking serde_with v3.14.1 |
| 1152 | 2026-08-25T00:59:44.783Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1153 | 2026-08-25T00:59:44.961Z | Checking instant v0.1.13 |
| 1154 | 2026-08-25T00:59:45.039Z | Checking rustc-hash v2.1.1 |
| 1155 | 2026-08-25T00:59:45.459Z | Checking iddqd v0.3.18 |
| 1156 | 2026-08-25T00:59:45.525Z | Checking backoff v0.4.0 |
| 1157 | 2026-08-25T00:59:45.711Z | Checking parse-display v0.10.0 |
| 1158 | 2026-08-25T00:59:45.741Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1159 | 2026-08-25T00:59:45.741Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1160 | 2026-08-25T00:59:45.805Z | Checking itertools v0.14.0 |
| 1161 | 2026-08-25T00:59:45.834Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1162 | 2026-08-25T00:59:46.588Z | Compiling toml_datetime v0.6.11 |
| 1163 | 2026-08-25T00:59:46.971Z | Compiling clap_derive v4.6.1 |
| 1164 | 2026-08-25T00:59:46.971Z | Checking utf8parse v0.2.2 |
| 1165 | 2026-08-25T00:59:46.971Z | Checking anstyle-parse v1.0.0 |
| 1166 | 2026-08-25T00:59:46.971Z | Checking terminal_size v0.4.3 |
| 1167 | 2026-08-25T00:59:47.134Z | Checking colorchoice v1.0.4 |
| 1168 | 2026-08-25T00:59:47.134Z | Checking is_terminal_polyfill v1.70.1 |
| 1169 | 2026-08-25T00:59:47.134Z | Checking anstyle v1.0.14 |
| 1170 | 2026-08-25T00:59:47.134Z | Checking anstyle-query v1.1.4 |
| 1171 | 2026-08-25T00:59:47.134Z | Checking anstream v1.0.0 |
| 1172 | 2026-08-25T00:59:47.778Z | Checking clap_lex v1.1.0 |
| 1173 | 2026-08-25T00:59:48.381Z | Checking clap_builder v4.6.0 |
| 1174 | 2026-08-25T00:59:49.240Z | Checking clap v4.6.1 |
| 1175 | 2026-08-25T00:59:49.688Z | Compiling num-derive v0.4.2 |
| 1176 | 2026-08-25T00:59:50.201Z | Compiling rustls-webpki v0.103.6 |
| 1177 | 2026-08-25T00:59:50.870Z | Compiling prettyplease v0.2.37 |
| 1178 | 2026-08-25T00:59:52.276Z | Checking crossbeam-epoch v0.9.18 |
| 1179 | 2026-08-25T00:59:52.334Z | Compiling cfg_aliases v0.2.1 |
| 1180 | 2026-08-25T00:59:52.334Z | Compiling winnow v0.5.40 |
| 1181 | 2026-08-25T00:59:53.156Z | Checking serde_spanned v0.6.9 |
| 1182 | 2026-08-25T00:59:53.337Z | Compiling memoffset v0.9.1 |
| 1183 | 2026-08-25T00:59:53.419Z | Compiling tokio-rustls v0.26.4 |
| 1184 | 2026-08-25T00:59:53.579Z | Compiling toml_edit v0.19.15 |
| 1185 | 2026-08-25T00:59:53.725Z | Compiling rayon-core v1.13.0 |
| 1186 | 2026-08-25T00:59:55.011Z | Compiling proc-macro-crate v1.3.1 |
| 1187 | 2026-08-25T00:59:55.129Z | Compiling zerocopy-derive v0.7.35 |
| 1188 | 2026-08-25T00:59:55.633Z | Compiling crc32fast v1.5.0 |
| 1189 | 2026-08-25T00:59:56.265Z | Compiling hyper-rustls v0.27.7 |
| 1190 | 2026-08-25T00:59:56.500Z | Checking crossbeam-deque v0.8.6 |
| 1191 | 2026-08-25T00:59:56.554Z | Compiling reqwest v0.12.23 |
| 1192 | 2026-08-25T00:59:56.665Z | Checking adler2 v2.0.1 |
| 1193 | 2026-08-25T00:59:57.091Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1194 | 2026-08-25T00:59:57.697Z | Compiling progenitor-client v0.11.1 |
| 1195 | 2026-08-25T00:59:57.890Z | Compiling progenitor v0.11.1 |
| 1196 | 2026-08-25T00:59:58.037Z | Checking miniz_oxide v0.8.9 |
| 1197 | 2026-08-25T00:59:58.920Z | Compiling num-integer v0.1.46 |
| 1198 | 2026-08-25T00:59:58.980Z | Compiling proc-macro-error-attr v1.0.4 |
| 1199 | 2026-08-25T00:59:59.125Z | Compiling heapless v0.8.0 |
| 1200 | 2026-08-25T00:59:59.425Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1201 | 2026-08-25T00:59:59.465Z | Checking flate2 v1.1.2 |
| 1202 | 2026-08-25T00:59:59.814Z | Compiling progenitor-client v0.10.0 |
| 1203 | 2026-08-25T01:00:00.041Z | Compiling ingot-macros v0.1.1 |
| 1204 | 2026-08-25T01:00:00.421Z | Checking hash32 v0.3.1 |
| 1205 | 2026-08-25T01:00:01.020Z | Checking hybrid-array v0.4.12 |
| 1206 | 2026-08-25T01:00:01.044Z | Compiling proc-macro-error v1.0.4 |
| 1207 | 2026-08-25T01:00:01.044Z | Checking toml_write v0.1.2 |
| 1208 | 2026-08-25T01:00:01.044Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1209 | 2026-08-25T01:00:01.262Z | Compiling smoltcp v0.11.0 |
| 1210 | 2026-08-25T01:00:01.353Z | Checking toml_edit v0.22.27 |
| 1211 | 2026-08-25T01:00:01.648Z | Checking num-iter v0.1.45 |
| 1212 | 2026-08-25T01:00:01.795Z | Checking num-rational v0.4.2 |
| 1213 | 2026-08-25T01:00:01.967Z | Compiling zerocopy v0.7.35 |
| 1214 | 2026-08-25T01:00:02.015Z | Compiling num_enum_derive v0.7.5 |
| 1215 | 2026-08-25T01:00:02.567Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1216 | 2026-08-25T01:00:02.757Z | Compiling hubpack_derive v0.1.1 |
| 1217 | 2026-08-25T01:00:02.757Z | Checking ingot-types v0.1.2 |
| 1218 | 2026-08-25T01:00:02.757Z | Checking cobs v0.3.0 |
| 1219 | 2026-08-25T01:00:02.819Z | Compiling foreign-types-macros v0.2.3 |
| 1220 | 2026-08-25T01:00:02.819Z | Compiling scroll_derive v0.12.1 |
| 1221 | 2026-08-25T01:00:02.912Z | Compiling num-complex v0.4.6 |
| 1222 | 2026-08-25T01:00:02.977Z | Compiling usdt-impl v0.5.0 |
| 1223 | 2026-08-25T01:00:03.076Z | Compiling crucible-workspace-hack v0.1.0 |
| 1224 | 2026-08-25T01:00:03.234Z | Checking foreign-types-shared v0.3.1 |
| 1225 | 2026-08-25T01:00:03.280Z | Checking bitflags v1.3.2 |
| 1226 | 2026-08-25T01:00:03.280Z | Checking managed v0.8.0 |
| 1227 | 2026-08-25T01:00:03.340Z | Checking foreign-types v0.5.0 |
| 1228 | 2026-08-25T01:00:03.340Z | Checking num v0.4.3 |
| 1229 | 2026-08-25T01:00:03.424Z | Checking scroll v0.12.0 |
| 1230 | 2026-08-25T01:00:03.486Z | Checking num_enum v0.7.5 |
| 1231 | 2026-08-25T01:00:03.563Z | Checking hubpack v0.1.2 |
| 1232 | 2026-08-25T01:00:03.657Z | Checking ingot v0.1.1 |
| 1233 | 2026-08-25T01:00:03.835Z | Checking postcard v1.1.3 |
| 1234 | 2026-08-25T01:00:03.835Z | Compiling dof v0.3.0 |
| 1235 | 2026-08-25T01:00:04.022Z | Checking toml v0.8.23 |
| 1236 | 2026-08-25T01:00:04.777Z | Checking block-buffer v0.12.0 |
| 1237 | 2026-08-25T01:00:04.778Z | Checking crypto-common v0.2.2 |
| 1238 | 2026-08-25T01:00:04.778Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1239 | 2026-08-25T01:00:04.778Z | Compiling dtrace-parser v0.2.0 |
| 1240 | 2026-08-25T01:00:04.879Z | Checking camino-tempfile v1.4.1 |
| 1241 | 2026-08-25T01:00:04.942Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1242 | 2026-08-25T01:00:05.037Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1243 | 2026-08-25T01:00:05.084Z | Checking cstr-argument v0.1.2 |
| 1244 | 2026-08-25T01:00:05.138Z | Compiling thread-id v4.2.2 |
| 1245 | 2026-08-25T01:00:05.183Z | Compiling float-ord v0.3.2 |
| 1246 | 2026-08-25T01:00:05.211Z | Checking static_assertions v1.1.0 |
| 1247 | 2026-08-25T01:00:05.211Z | Compiling minimal-lexical v0.2.1 |
| 1248 | 2026-08-25T01:00:05.312Z | Checking compression-core v0.4.32 |
| 1249 | 2026-08-25T01:00:05.539Z | Compiling heck v0.4.1 |
| 1250 | 2026-08-25T01:00:05.540Z | Checking const-oid v0.10.2 |
| 1251 | 2026-08-25T01:00:05.843Z | Checking compression-codecs v0.4.32 |
| 1252 | 2026-08-25T01:00:05.843Z | Compiling nom v7.1.3 |
| 1253 | 2026-08-25T01:00:05.843Z | Checking digest v0.11.3 |
| 1254 | 2026-08-25T01:00:06.046Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1255 | 2026-08-25T01:00:06.046Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1256 | 2026-08-25T01:00:06.047Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1257 | 2026-08-25T01:00:06.482Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1258 | 2026-08-25T01:00:06.483Z | Checking goblin v0.8.2 |
| 1259 | 2026-08-25T01:00:06.483Z | Checking rayon v1.11.0 |
| 1260 | 2026-08-25T01:00:06.593Z | Compiling num_enum_derive v0.5.11 |
| 1261 | 2026-08-25T01:00:06.593Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1262 | 2026-08-25T01:00:06.662Z | Compiling rustc_version v0.4.1 |
| 1263 | 2026-08-25T01:00:06.884Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1264 | 2026-08-25T01:00:06.977Z | Compiling dropshot v0.17.1 |
| 1265 | 2026-08-25T01:00:07.209Z | Compiling convert_case v0.4.0 |
| 1266 | 2026-08-25T01:00:07.553Z | Checking tinyvec_macros v0.1.1 |
| 1267 | 2026-08-25T01:00:07.553Z | Checking cpufeatures v0.3.0 |
| 1268 | 2026-08-25T01:00:07.553Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1269 | 2026-08-25T01:00:07.554Z | Compiling rustix v0.38.44 |
| 1270 | 2026-08-25T01:00:07.710Z | Compiling derive_more v0.99.20 |
| 1271 | 2026-08-25T01:00:07.710Z | Checking num_enum v0.5.11 |
| 1272 | 2026-08-25T01:00:07.710Z | Checking sha1 v0.11.0 |
| 1273 | 2026-08-25T01:00:07.710Z | Checking tinyvec v1.10.0 |
| 1274 | 2026-08-25T01:00:07.886Z | Checking toml v1.1.2+spec-1.1.0 |
| 1275 | 2026-08-25T01:00:07.886Z | Checking async-compression v0.4.33 |
| 1276 | 2026-08-25T01:00:07.994Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1277 | 2026-08-25T01:00:07.995Z | Compiling nix v0.30.1 |
| 1278 | 2026-08-25T01:00:08.238Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1279 | 2026-08-25T01:00:08.253Z | Checking libscf-sys v1.2.0 |
| 1280 | 2026-08-25T01:00:08.288Z | Compiling libz-sys v1.1.22 |
| 1281 | 2026-08-25T01:00:08.320Z | Compiling dropshot_endpoint v0.17.1 |
| 1282 | 2026-08-25T01:00:08.555Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1283 | 2026-08-25T01:00:08.711Z | Checking bytecount v0.6.9 |
| 1284 | 2026-08-25T01:00:08.778Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1285 | 2026-08-25T01:00:09.032Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1286 | 2026-08-25T01:00:09.457Z | Compiling usdt-attr-macro v0.5.0 |
| 1287 | 2026-08-25T01:00:09.491Z | Compiling usdt-macro v0.5.0 |
| 1288 | 2026-08-25T01:00:09.491Z | Compiling zone_cfg_derive v0.3.1 |
| 1289 | 2026-08-25T01:00:09.638Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1290 | 2026-08-25T01:00:09.870Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1291 | 2026-08-25T01:00:09.937Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1292 | 2026-08-25T01:00:10.028Z | Checking itertools v0.12.1 |
| 1293 | 2026-08-25T01:00:10.094Z | Checking memmap v0.7.0 |
| 1294 | 2026-08-25T01:00:10.401Z | Checking sigpipe v0.1.3 |
| 1295 | 2026-08-25T01:00:10.401Z | Checking glob v0.3.3 |
| 1296 | 2026-08-25T01:00:10.601Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1297 | 2026-08-25T01:00:10.601Z | Checking jiff v0.2.15 |
| 1298 | 2026-08-25T01:00:10.601Z | Checking usdt v0.5.0 |
| 1299 | 2026-08-25T01:00:10.601Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1300 | 2026-08-25T01:00:10.602Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1301 | 2026-08-25T01:00:10.698Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1302 | 2026-08-25T01:00:10.698Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1303 | 2026-08-25T01:00:10.698Z | Checking smf v0.2.3 |
| 1304 | 2026-08-25T01:00:10.745Z | Checking secrecy v0.10.3 |
| 1305 | 2026-08-25T01:00:10.858Z | Checking bstr v1.12.0 |
| 1306 | 2026-08-25T01:00:10.910Z | Checking whoami v1.6.1 |
| 1307 | 2026-08-25T01:00:10.952Z | Checking zone v0.3.1 |
| 1308 | 2026-08-25T01:00:11.019Z | Compiling curve25519-dalek v4.1.3 |
| 1309 | 2026-08-25T01:00:11.047Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1310 | 2026-08-25T01:00:11.233Z | Checking hmac v0.12.1 |
| 1311 | 2026-08-25T01:00:11.386Z | Compiling clang-sys v1.8.1 |
| 1312 | 2026-08-25T01:00:11.386Z | Checking inout v0.1.4 |
| 1313 | 2026-08-25T01:00:11.414Z | Compiling enum-as-inner v0.6.1 |
| 1314 | 2026-08-25T01:00:11.414Z | Checking ff v0.13.1 |
| 1315 | 2026-08-25T01:00:11.414Z | Compiling semver v0.1.20 |
| 1316 | 2026-08-25T01:00:11.414Z | Checking data-encoding v2.9.0 |
| 1317 | 2026-08-25T01:00:11.414Z | Checking group v0.13.0 |
| 1318 | 2026-08-25T01:00:11.680Z | Checking cipher v0.4.4 |
| 1319 | 2026-08-25T01:00:11.822Z | Compiling rustc_version v0.1.7 |
| 1320 | 2026-08-25T01:00:11.822Z | Checking hkdf v0.12.4 |
| 1321 | 2026-08-25T01:00:11.822Z | Checking atomicwrites v0.4.4 |
| 1322 | 2026-08-25T01:00:11.918Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1323 | 2026-08-25T01:00:11.918Z | Checking universal-hash v0.5.1 |
| 1324 | 2026-08-25T01:00:11.918Z | Compiling regress v0.11.1 |
| 1325 | 2026-08-25T01:00:11.918Z | Checking crypto-bigint v0.5.5 |
| 1326 | 2026-08-25T01:00:11.918Z | Checking half v2.7.1 |
| 1327 | 2026-08-25T01:00:11.988Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1328 | 2026-08-25T01:00:12.109Z | Checking base64ct v1.8.0 |
| 1329 | 2026-08-25T01:00:12.350Z | Checking indent_write v2.2.0 |
| 1330 | 2026-08-25T01:00:12.487Z | Checking base16ct v0.2.0 |
| 1331 | 2026-08-25T01:00:12.815Z | Checking opaque-debug v0.3.1 |
| 1332 | 2026-08-25T01:00:12.933Z | Checking ciborium-io v0.2.2 |
| 1333 | 2026-08-25T01:00:12.933Z | Checking poly1305 v0.8.0 |
| 1334 | 2026-08-25T01:00:12.933Z | Checking ciborium-ll v0.2.2 |
| 1335 | 2026-08-25T01:00:12.933Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1336 | 2026-08-25T01:00:12.933Z | Checking thiserror-no-std v2.0.2 |
| 1337 | 2026-08-25T01:00:12.933Z | Checking elliptic-curve v0.13.8 |
| 1338 | 2026-08-25T01:00:12.933Z | Checking password-hash v0.5.0 |
| 1339 | 2026-08-25T01:00:13.013Z | Compiling newtype_derive v0.1.6 |
| 1340 | 2026-08-25T01:00:13.013Z | Checking chacha20 v0.9.1 |
| 1341 | 2026-08-25T01:00:13.044Z | Checking similar v2.7.0 |
| 1342 | 2026-08-25T01:00:13.105Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1343 | 2026-08-25T01:00:13.105Z | Compiling nix v0.31.3 |
| 1344 | 2026-08-25T01:00:13.184Z | Checking blake2 v0.10.6 |
| 1345 | 2026-08-25T01:00:13.664Z | Compiling typify-impl v0.6.2 |
| 1346 | 2026-08-25T01:00:13.769Z | Checking aead v0.5.2 |
| 1347 | 2026-08-25T01:00:13.769Z | Compiling libloading v0.8.9 |
| 1348 | 2026-08-25T01:00:13.769Z | Checking keccak v0.1.6 |
| 1349 | 2026-08-25T01:00:13.769Z | Compiling bindgen v0.72.1 |
| 1350 | 2026-08-25T01:00:13.769Z | Checking resolv-conf v0.7.5 |
| 1351 | 2026-08-25T01:00:13.769Z | Checking linked-hash-map v0.5.6 |
| 1352 | 2026-08-25T01:00:13.769Z | Compiling owo-colors v4.3.0 |
| 1353 | 2026-08-25T01:00:13.966Z | Checking sha3 v0.10.8 |
| 1354 | 2026-08-25T01:00:13.966Z | Checking lru-cache v0.1.2 |
| 1355 | 2026-08-25T01:00:14.043Z | Checking vsss-rs v3.3.4 |
| 1356 | 2026-08-25T01:00:14.043Z | Checking chacha20poly1305 v0.10.1 |
| 1357 | 2026-08-25T01:00:14.043Z | Checking argon2 v0.5.3 |
| 1358 | 2026-08-25T01:00:14.136Z | Checking ciborium v0.2.2 |
| 1359 | 2026-08-25T01:00:14.387Z | Checking hickory-proto v0.24.4 |
| 1360 | 2026-08-25T01:00:14.426Z | Checking tokio-dtrace v0.1.1 |
| 1361 | 2026-08-25T01:00:14.518Z | Checking papergrid v0.18.0 |
| 1362 | 2026-08-25T01:00:14.554Z | Compiling cexpr v0.6.0 |
| 1363 | 2026-08-25T01:00:14.644Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1364 | 2026-08-25T01:00:14.942Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1365 | 2026-08-25T01:00:15.144Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1366 | 2026-08-25T01:00:15.271Z | Checking serde-big-array v0.5.1 |
| 1367 | 2026-08-25T01:00:15.582Z | Compiling serde_repr v0.1.20 |
| 1368 | 2026-08-25T01:00:15.625Z | Compiling derive-where v1.6.0 |
| 1369 | 2026-08-25T01:00:15.778Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1370 | 2026-08-25T01:00:15.822Z | Compiling shlex v1.3.0 |
| 1371 | 2026-08-25T01:00:16.028Z | Checking same-file v1.0.6 |
| 1372 | 2026-08-25T01:00:16.287Z | Checking unicode-segmentation v1.12.0 |
| 1373 | 2026-08-25T01:00:16.287Z | Checking siphasher v1.0.1 |
| 1374 | 2026-08-25T01:00:16.287Z | Checking walkdir v2.5.0 |
| 1375 | 2026-08-25T01:00:16.431Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1376 | 2026-08-25T01:00:16.431Z | Checking phf_shared v0.12.1 |
| 1377 | 2026-08-25T01:00:16.431Z | Checking hickory-resolver v0.24.4 |
| 1378 | 2026-08-25T01:00:16.431Z | Checking newline-converter v0.3.0 |
| 1379 | 2026-08-25T01:00:16.486Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1380 | 2026-08-25T01:00:16.798Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1381 | 2026-08-25T01:00:17.232Z | Checking tabled v0.21.0 |
| 1382 | 2026-08-25T01:00:17.232Z | Compiling typify-macro v0.6.2 |
| 1383 | 2026-08-25T01:00:17.371Z | Checking oxide-tokio-rt v0.1.2 |
| 1384 | 2026-08-25T01:00:17.371Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1385 | 2026-08-25T01:00:18.223Z | Checking itertools v0.15.0 |
| 1386 | 2026-08-25T01:00:18.273Z | Checking console v0.15.11 |
| 1387 | 2026-08-25T01:00:18.273Z | Compiling progenitor-impl v0.10.0 |
| 1388 | 2026-08-25T01:00:18.273Z | Checking tokio-stream v0.1.17 |
| 1389 | 2026-08-25T01:00:18.274Z | Compiling pin-project-internal v1.1.10 |
| 1390 | 2026-08-25T01:00:18.560Z | Compiling slog-dtrace v0.3.0 |
| 1391 | 2026-08-25T01:00:18.560Z | Checking csv-core v0.1.12 |
| 1392 | 2026-08-25T01:00:18.624Z | Checking unicode-linebreak v0.1.5 |
| 1393 | 2026-08-25T01:00:18.624Z | Checking smawk v0.3.2 |
| 1394 | 2026-08-25T01:00:18.624Z | Compiling unicode-xid v0.2.6 |
| 1395 | 2026-08-25T01:00:18.709Z | Checking foldhash v0.1.5 |
| 1396 | 2026-08-25T01:00:18.709Z | Compiling cancel-safe-futures v0.1.5 |
| 1397 | 2026-08-25T01:00:18.709Z | Compiling chrono-tz v0.10.4 |
| 1398 | 2026-08-25T01:00:18.750Z | Checking unicode-width v0.1.14 |
| 1399 | 2026-08-25T01:00:18.849Z | Checking swrite v0.1.0 |
| 1400 | 2026-08-25T01:00:18.932Z | Checking hashbrown v0.15.5 |
| 1401 | 2026-08-25T01:00:18.963Z | Compiling const_format_proc_macros v0.2.34 |
| 1402 | 2026-08-25T01:00:19.212Z | Checking textwrap v0.16.2 |
| 1403 | 2026-08-25T01:00:19.245Z | Checking pin-project v1.1.10 |
| 1404 | 2026-08-25T01:00:19.426Z | Checking csv v1.4.0 |
| 1405 | 2026-08-25T01:00:19.561Z | Checking qorb v0.4.1 |
| 1406 | 2026-08-25T01:00:19.773Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1407 | 2026-08-25T01:00:19.861Z | Checking expectorate v1.2.0 |
| 1408 | 2026-08-25T01:00:19.861Z | Checking phf v0.12.1 |
| 1409 | 2026-08-25T01:00:19.925Z | Checking unicode-normalization v0.1.24 |
| 1410 | 2026-08-25T01:00:19.925Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1411 | 2026-08-25T01:00:19.980Z | Compiling progenitor-macro v0.10.0 |
| 1412 | 2026-08-25T01:00:20.600Z | Checking libsw-core v0.3.2 |
| 1413 | 2026-08-25T01:00:20.760Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1414 | 2026-08-25T01:00:20.839Z | Compiling async-recursion v1.1.1 |
| 1415 | 2026-08-25T01:00:21.175Z | Compiling snafu-derive v0.8.9 |
| 1416 | 2026-08-25T01:00:21.209Z | Compiling cookie v0.18.1 |
| 1417 | 2026-08-25T01:00:21.237Z | Checking fixedbitset v0.5.7 |
| 1418 | 2026-08-25T01:00:21.470Z | Compiling moka v0.12.11 |
| 1419 | 2026-08-25T01:00:21.515Z | Checking fixedbitset v0.4.2 |
| 1420 | 2026-08-25T01:00:21.515Z | Checking highway v1.3.0 |
| 1421 | 2026-08-25T01:00:21.601Z | Checking petgraph v0.6.5 |
| 1422 | 2026-08-25T01:00:21.665Z | Checking petgraph v0.8.2 |
| 1423 | 2026-08-25T01:00:21.764Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1424 | 2026-08-25T01:00:22.595Z | Checking libsw v3.5.0 |
| 1425 | 2026-08-25T01:00:22.812Z | Checking olpc-cjson v0.1.4 |
| 1426 | 2026-08-25T01:00:23.145Z | Checking snafu v0.8.9 |
| 1427 | 2026-08-25T01:00:23.231Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1428 | 2026-08-25T01:00:23.234Z | Checking const_format v0.2.34 |
| 1429 | 2026-08-25T01:00:23.234Z | Checking papergrid v0.11.0 |
| 1430 | 2026-08-25T01:00:23.343Z | Compiling typify v0.6.2 |
| 1431 | 2026-08-25T01:00:23.719Z | Checking globset v0.4.16 |
| 1432 | 2026-08-25T01:00:23.719Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1433 | 2026-08-25T01:00:23.719Z | Checking gethostname v0.5.0 |
| 1434 | 2026-08-25T01:00:23.857Z | Compiling tabled_derive v0.7.0 |
| 1435 | 2026-08-25T01:00:23.857Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1436 | 2026-08-25T01:00:23.857Z | Checking reqwest v0.13.2 |
| 1437 | 2026-08-25T01:00:23.931Z | Checking bcs v0.1.6 |
| 1438 | 2026-08-25T01:00:23.947Z | Checking pem v3.0.5 |
| 1439 | 2026-08-25T01:00:24.100Z | Checking serde_plain v1.0.2 |
| 1440 | 2026-08-25T01:00:24.136Z | Checking humantime v2.3.0 |
| 1441 | 2026-08-25T01:00:24.191Z | Checking progenitor v0.10.0 |
| 1442 | 2026-08-25T01:00:24.272Z | Checking typed-path v0.9.3 |
| 1443 | 2026-08-25T01:00:24.272Z | Checking crc8 v0.1.1 |
| 1444 | 2026-08-25T01:00:24.316Z | Checking tagptr v0.2.0 |
| 1445 | 2026-08-25T01:00:24.316Z | Checking termtree v0.5.1 |
| 1446 | 2026-08-25T01:00:24.316Z | Checking linear-map v1.2.0 |
| 1447 | 2026-08-25T01:00:24.384Z | Compiling signal-hook v0.4.4 |
| 1448 | 2026-08-25T01:00:24.443Z | Checking tabled v0.15.0 |
| 1449 | 2026-08-25T01:00:24.497Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-08-25T01:00:24.861Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1451 | 2026-08-25T01:00:25.039Z | Checking tough v0.20.0 |
| 1452 | 2026-08-25T01:00:25.097Z | Compiling progenitor-impl v0.14.0 |
| 1453 | 2026-08-25T01:00:25.898Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1454 | 2026-08-25T01:00:26.122Z | Checking steno v0.4.1 |
| 1455 | 2026-08-25T01:00:26.687Z | Checking hickory-proto v0.25.2 |
| 1456 | 2026-08-25T01:00:26.873Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1457 | 2026-08-25T01:00:26.873Z | Compiling cargo-platform v0.1.9 |
| 1458 | 2026-08-25T01:00:26.933Z | Compiling vergen v8.3.2 |
| 1459 | 2026-08-25T01:00:27.041Z | Compiling fs-err v3.1.2 |
| 1460 | 2026-08-25T01:00:27.105Z | Compiling cargo_metadata v0.18.1 |
| 1461 | 2026-08-25T01:00:27.179Z | Compiling progenitor-macro v0.14.0 |
| 1462 | 2026-08-25T01:00:27.297Z | Checking progenitor-client v0.14.0 |
| 1463 | 2026-08-25T01:00:27.360Z | Checking dropshot-api-manager-types v0.7.2 |
| 1464 | 2026-08-25T01:00:27.490Z | Checking sha2 v0.10.9 |
| 1465 | 2026-08-25T01:00:27.544Z | Compiling blake3 v1.8.2 |
| 1466 | 2026-08-25T01:00:27.631Z | Checking hickory-resolver v0.25.2 |
| 1467 | 2026-08-25T01:00:28.245Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1468 | 2026-08-25T01:00:28.337Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1469 | 2026-08-25T01:00:28.337Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1470 | 2026-08-25T01:00:28.768Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-08-25T01:00:29.268Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-08-25T01:00:29.315Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-08-25T01:00:29.682Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-08-25T01:00:29.855Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-08-25T01:00:30.137Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1476 | 2026-08-25T01:00:30.219Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1477 | 2026-08-25T01:00:30.219Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-08-25T01:00:30.219Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-08-25T01:00:30.686Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-08-25T01:00:30.902Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-08-25T01:00:31.245Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1482 | 2026-08-25T01:00:31.289Z | Checking progenitor v0.14.0 |
| 1483 | 2026-08-25T01:00:31.371Z | Checking git-stub v1.0.0 |
| 1484 | 2026-08-25T01:00:31.391Z | Compiling strum_macros v0.28.0 |
| 1485 | 2026-08-25T01:00:31.436Z | Checking filetime v0.2.26 |
| 1486 | 2026-08-25T01:00:31.494Z | Checking constant_time_eq v0.3.1 |
| 1487 | 2026-08-25T01:00:31.565Z | Checking arrayvec v0.7.6 |
| 1488 | 2026-08-25T01:00:31.608Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1489 | 2026-08-25T01:00:31.649Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1490 | 2026-08-25T01:00:31.753Z | Checking xattr v1.6.1 |
| 1491 | 2026-08-25T01:00:31.829Z | Checking arrayref v0.3.9 |
| 1492 | 2026-08-25T01:00:31.860Z | Compiling curl v0.4.50 |
| 1493 | 2026-08-25T01:00:31.908Z | Checking is_ci v1.2.0 |
| 1494 | 2026-08-25T01:00:32.036Z | Checking supports-color v3.0.2 |
| 1495 | 2026-08-25T01:00:32.048Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1496 | 2026-08-25T01:00:32.170Z | Checking tar v0.4.45 |
| 1497 | 2026-08-25T01:00:32.381Z | Checking git-stub-vcs v0.1.0 |
| 1498 | 2026-08-25T01:00:32.551Z | Checking toml v0.7.8 |
| 1499 | 2026-08-25T01:00:32.757Z | Checking drift v0.2.0 |
| 1500 | 2026-08-25T01:00:32.868Z | Checking kstat-rs v0.2.4 |
| 1501 | 2026-08-25T01:00:33.033Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1502 | 2026-08-25T01:00:33.050Z | Checking topological-sort v0.2.2 |
| 1503 | 2026-08-25T01:00:33.157Z | Checking strum v0.28.0 |
| 1504 | 2026-08-25T01:00:33.205Z | Checking omicron-zone-package v0.12.2 |
| 1505 | 2026-08-25T01:00:33.287Z | Checking dropshot-api-manager v0.7.2 |
| 1506 | 2026-08-25T01:00:33.484Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1507 | 2026-08-25T01:00:33.562Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1508 | 2026-08-25T01:00:33.660Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1509 | 2026-08-25T01:00:33.763Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1510 | 2026-08-25T01:00:34.486Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1511 | 2026-08-25T01:00:34.711Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1512 | 2026-08-25T01:00:34.771Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1513 | 2026-08-25T01:00:34.960Z | Checking signal-hook-tokio v0.4.0 |
| 1514 | 2026-08-25T01:00:35.100Z | Checking scuffle v0.1.0 |
| 1515 | 2026-08-25T01:00:35.403Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1516 | 2026-08-25T01:00:35.628Z | Checking iddqd v0.4.5 |
| 1517 | 2026-08-25T01:00:35.794Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1518 | 2026-08-25T01:00:35.993Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1519 | 2026-08-25T01:00:36.013Z | Checking internet-checksum v0.2.1 |
| 1520 | 2026-08-25T01:00:36.013Z | Checking search_path v0.1.4 |
| 1521 | 2026-08-25T01:00:36.161Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1522 | 2026-08-25T01:00:36.185Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1523 | 2026-08-25T01:00:36.282Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1524 | 2026-08-25T01:00:36.862Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-08-25T01:00:37.623Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1526 | 2026-08-25T01:00:37.729Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1527 | 2026-08-25T01:00:37.738Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1528 | 2026-08-25T01:00:38.894Z | Compiling git2 v0.19.0 |
| 1529 | 2026-08-25T01:00:41.141Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1530 | 2026-08-25T01:00:42.535Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1531 | 2026-08-25T01:00:49.156Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1532 | 2026-08-25T01:00:49.963Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1533 | 2026-08-25T01:00:54.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 1534 | 2026-08-25T01:00:55.277Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1535 | 2026-08-25T01:00:55.277Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1536 | 2026-08-25T01:00:55.853Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1537 | 2026-08-25T01:00:56.144Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1538 | 2026-08-25T01:00:56.144Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1539 | 2026-08-25T01:00:56.144Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1540 | 2026-08-25T01:01:03.048Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1541 | 2026-08-25T01:01:03.048Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1542 | 2026-08-25T01:01:05.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.42s |
| 1543 | 2026-08-25T01:01:06.140Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1544 | 2026-08-25T01:01:06.140Z | + cargo clippy --features softnpu -- --deny warnings |
| 1545 | 2026-08-25T01:01:06.344Z | Downloading crates ... |
| 1546 | 2026-08-25T01:01:06.997Z | Downloaded typeid v1.0.3 |
| 1547 | 2026-08-25T01:01:06.997Z | Downloaded serde_arrays v0.1.0 |
| 1548 | 2026-08-25T01:01:06.997Z | Downloaded bitstruct_derive v0.1.0 |
| 1549 | 2026-08-25T01:01:06.998Z | Downloaded funty v2.0.0 |
| 1550 | 2026-08-25T01:01:06.998Z | Downloaded tap v1.0.1 |
| 1551 | 2026-08-25T01:01:06.998Z | Downloaded erased-serde v0.4.8 |
| 1552 | 2026-08-25T01:01:06.998Z | Downloaded radium v0.7.0 |
| 1553 | 2026-08-25T01:01:06.998Z | Downloaded bitstruct v0.1.1 |
| 1554 | 2026-08-25T01:01:06.998Z | Downloaded wyz v0.5.1 |
| 1555 | 2026-08-25T01:01:06.998Z | Downloaded ascii v1.1.0 |
| 1556 | 2026-08-25T01:01:06.998Z | Downloaded libloading v0.7.4 |
| 1557 | 2026-08-25T01:01:06.998Z | Downloaded bitvec v1.0.1 |
| 1558 | 2026-08-25T01:01:06.999Z | Downloaded num-bigint v0.4.6 |
| 1559 | 2026-08-25T01:01:07.276Z | Checking num-integer v0.1.46 |
| 1560 | 2026-08-25T01:01:07.277Z | Checking num-complex v0.4.6 |
| 1561 | 2026-08-25T01:01:07.277Z | Compiling radium v0.7.0 |
| 1562 | 2026-08-25T01:01:07.277Z | Checking tap v1.0.1 |
| 1563 | 2026-08-25T01:01:07.277Z | Checking funty v2.0.0 |
| 1564 | 2026-08-25T01:01:07.277Z | Compiling typeid v1.0.3 |
| 1565 | 2026-08-25T01:01:07.277Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1566 | 2026-08-25T01:01:07.277Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1567 | 2026-08-25T01:01:07.277Z | Checking wyz v0.5.1 |
| 1568 | 2026-08-25T01:01:07.292Z | Checking num-bigint v0.4.6 |
| 1569 | 2026-08-25T01:01:07.292Z | Checking num-iter v0.1.45 |
| 1570 | 2026-08-25T01:01:07.292Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1571 | 2026-08-25T01:01:07.292Z | Compiling erased-serde v0.4.8 |
| 1572 | 2026-08-25T01:01:07.292Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-08-25T01:01:07.292Z | Compiling bitstruct_derive v0.1.0 |
| 1574 | 2026-08-25T01:01:07.293Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-08-25T01:01:07.293Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1576 | 2026-08-25T01:01:07.293Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-08-25T01:01:07.293Z | Checking bitvec v1.0.1 |
| 1578 | 2026-08-25T01:01:07.293Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1579 | 2026-08-25T01:01:07.293Z | Checking ascii v1.1.0 |
| 1580 | 2026-08-25T01:01:07.293Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1581 | 2026-08-25T01:01:07.293Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-08-25T01:01:07.293Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1583 | 2026-08-25T01:01:07.610Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1584 | 2026-08-25T01:01:07.610Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1585 | 2026-08-25T01:01:07.610Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1586 | 2026-08-25T01:01:07.713Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1587 | 2026-08-25T01:01:07.713Z | Checking serde_arrays v0.1.0 |
| 1588 | 2026-08-25T01:01:07.713Z | Checking bitstruct v0.1.1 |
| 1589 | 2026-08-25T01:01:07.713Z | Checking num-rational v0.4.2 |
| 1590 | 2026-08-25T01:01:07.713Z | Checking libloading v0.7.4 |
| 1591 | 2026-08-25T01:01:07.713Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1592 | 2026-08-25T01:01:07.781Z | Checking num v0.4.3 |
| 1593 | 2026-08-25T01:01:07.845Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-08-25T01:01:08.404Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1595 | 2026-08-25T01:01:08.723Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1596 | 2026-08-25T01:01:08.723Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1597 | 2026-08-25T01:01:08.968Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1598 | 2026-08-25T01:01:09.088Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-08-25T01:01:09.174Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-08-25T01:01:09.621Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-08-25T01:01:10.197Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1602 | 2026-08-25T01:01:10.197Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1603 | 2026-08-25T01:01:10.197Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1604 | 2026-08-25T01:01:10.197Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1605 | 2026-08-25T01:01:10.656Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1606 | 2026-08-25T01:01:11.647Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1607 | 2026-08-25T01:01:15.513Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1608 | 2026-08-25T01:01:15.580Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1609 | 2026-08-25T01:01:21.914Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1610 | 2026-08-25T01:01:23.185Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1611 | 2026-08-25T01:01:23.710Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1612 | 2026-08-25T01:01:28.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.10s |
| 1613 | 2026-08-25T01:01:28.766Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1614 | 2026-08-25T01:01:28.767Z | + cargo clippy --features chaos -- --deny warnings |
| 1615 | 2026-08-25T01:01:28.767Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1616 | 2026-08-25T01:01:28.767Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1617 | 2026-08-25T01:01:28.767Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1618 | 2026-08-25T01:01:35.913Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1619 | 2026-08-25T01:01:35.937Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1620 | 2026-08-25T01:01:38.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.32s |
| 1621 | 2026-08-25T01:01:38.634Z | + banner fmt |
| 1622 | 2026-08-25T01:01:38.646Z | |
| 1623 | 2026-08-25T01:01:38.646Z | ###### # # ##### |
| 1624 | 2026-08-25T01:01:38.646Z | # ## ## # |
| 1625 | 2026-08-25T01:01:38.646Z | ##### # ## # # |
| 1626 | 2026-08-25T01:01:38.646Z | # # # # |
| 1627 | 2026-08-25T01:01:38.646Z | # # # # |
| 1628 | 2026-08-25T01:01:38.647Z | # # # # |
| 1629 | 2026-08-25T01:01:38.647Z | |
| 1630 | 2026-08-25T01:01:38.647Z | + cargo fmt -- --check |
| 1631 | 2026-08-25T01:01:39.149Z | + banner test |
| 1632 | 2026-08-25T01:01:39.294Z | |
| 1633 | 2026-08-25T01:01:39.294Z | ##### ###### #### ##### |
| 1634 | 2026-08-25T01:01:39.294Z | # # # # |
| 1635 | 2026-08-25T01:01:39.294Z | # ##### #### # |
| 1636 | 2026-08-25T01:01:39.294Z | # # # # |
| 1637 | 2026-08-25T01:01:39.294Z | # # # # # |
| 1638 | 2026-08-25T01:01:39.294Z | # ###### #### # |
| 1639 | 2026-08-25T01:01:39.294Z | |
| 1640 | 2026-08-25T01:01:39.294Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1641 | 2026-08-25T01:01:39.294Z | + RUST_BACKTRACE=full |
| 1642 | 2026-08-25T01:01:39.294Z | + cargo test --features tofino_stub --no-fail-fast |
| 1643 | 2026-08-25T01:01:39.938Z | Compiling unicode-ident v1.0.24 |
| 1644 | 2026-08-25T01:01:39.957Z | Compiling cfg-if v1.0.4 |
| 1645 | 2026-08-25T01:01:40.060Z | Compiling memchr v2.7.5 |
| 1646 | 2026-08-25T01:01:40.082Z | Compiling serde_core v1.0.228 |
| 1647 | 2026-08-25T01:01:40.082Z | Compiling itoa v1.0.15 |
| 1648 | 2026-08-25T01:01:40.082Z | Compiling libc v0.2.186 |
| 1649 | 2026-08-25T01:01:40.082Z | Compiling zmij v1.0.17 |
| 1650 | 2026-08-25T01:01:40.166Z | Compiling libm v0.2.15 |
| 1651 | 2026-08-25T01:01:40.214Z | Compiling proc-macro2 v1.0.106 |
| 1652 | 2026-08-25T01:01:40.214Z | Compiling heck v0.5.0 |
| 1653 | 2026-08-25T01:01:40.332Z | Compiling equivalent v1.0.2 |
| 1654 | 2026-08-25T01:01:40.444Z | Compiling log v0.4.29 |
| 1655 | 2026-08-25T01:01:40.589Z | Compiling quote v1.0.45 |
| 1656 | 2026-08-25T01:01:40.641Z | Compiling iana-time-zone v0.1.64 |
| 1657 | 2026-08-25T01:01:40.641Z | Compiling smallvec v1.15.1 |
| 1658 | 2026-08-25T01:01:40.791Z | Compiling syn v2.0.118 |
| 1659 | 2026-08-25T01:01:40.815Z | Compiling dyn-clone v1.0.20 |
| 1660 | 2026-08-25T01:01:40.913Z | Compiling hashbrown v0.17.1 |
| 1661 | 2026-08-25T01:01:40.985Z | Compiling fnv v1.0.7 |
| 1662 | 2026-08-25T01:01:40.985Z | Compiling stable_deref_trait v1.2.0 |
| 1663 | 2026-08-25T01:01:41.047Z | Compiling regex-syntax v0.8.11 |
| 1664 | 2026-08-25T01:01:41.047Z | Compiling pin-project-lite v0.2.16 |
| 1665 | 2026-08-25T01:01:41.047Z | Compiling percent-encoding v2.3.2 |
| 1666 | 2026-08-25T01:01:41.130Z | Compiling writeable v0.6.1 |
| 1667 | 2026-08-25T01:01:41.188Z | Compiling litemap v0.8.0 |
| 1668 | 2026-08-25T01:01:41.261Z | Compiling num-traits v0.2.19 |
| 1669 | 2026-08-25T01:01:41.378Z | Compiling icu_normalizer_data v2.0.0 |
| 1670 | 2026-08-25T01:01:41.398Z | Compiling icu_properties_data v2.0.1 |
| 1671 | 2026-08-25T01:01:41.507Z | Compiling form_urlencoded v1.2.2 |
| 1672 | 2026-08-25T01:01:41.516Z | Compiling utf8_iter v1.0.4 |
| 1673 | 2026-08-25T01:01:41.540Z | Compiling getrandom v0.4.2 |
| 1674 | 2026-08-25T01:01:41.630Z | Compiling aho-corasick v1.1.3 |
| 1675 | 2026-08-25T01:01:41.684Z | Compiling scopeguard v1.2.0 |
| 1676 | 2026-08-25T01:01:41.717Z | Compiling ucd-trie v0.1.7 |
| 1677 | 2026-08-25T01:01:41.756Z | Compiling semver v1.0.28 |
| 1678 | 2026-08-25T01:01:41.900Z | Compiling serde_json v1.0.150 |
| 1679 | 2026-08-25T01:01:41.976Z | Compiling indexmap v2.14.0 |
| 1680 | 2026-08-25T01:01:41.999Z | Compiling lock_api v0.4.14 |
| 1681 | 2026-08-25T01:01:42.062Z | Compiling byteorder v1.5.0 |
| 1682 | 2026-08-25T01:01:42.205Z | Compiling uuid v1.23.3 |
| 1683 | 2026-08-25T01:01:42.291Z | Compiling allocator-api2 v0.2.21 |
| 1684 | 2026-08-25T01:01:42.325Z | Compiling futures-core v0.3.32 |
| 1685 | 2026-08-25T01:01:42.437Z | Compiling regex-automata v0.4.13 |
| 1686 | 2026-08-25T01:01:42.682Z | Compiling foldhash v0.2.0 |
| 1687 | 2026-08-25T01:01:42.934Z | Compiling ryu v1.0.20 |
| 1688 | 2026-08-25T01:01:42.934Z | Compiling hashbrown v0.16.1 |
| 1689 | 2026-08-25T01:01:42.934Z | Compiling pretty-hex v0.4.1 |
| 1690 | 2026-08-25T01:01:43.132Z | Compiling futures-sink v0.3.32 |
| 1691 | 2026-08-25T01:01:43.253Z | Compiling strsim v0.11.1 |
| 1692 | 2026-08-25T01:01:43.253Z | Compiling plain v0.2.3 |
| 1693 | 2026-08-25T01:01:43.301Z | Compiling num-conv v0.2.1 |
| 1694 | 2026-08-25T01:01:43.301Z | Compiling time-core v0.1.8 |
| 1695 | 2026-08-25T01:01:43.361Z | Compiling slab v0.4.11 |
| 1696 | 2026-08-25T01:01:43.376Z | Compiling futures-channel v0.3.32 |
| 1697 | 2026-08-25T01:01:43.376Z | Compiling time-macros v0.2.27 |
| 1698 | 2026-08-25T01:01:43.597Z | Compiling synstructure v0.13.2 |
| 1699 | 2026-08-25T01:01:43.649Z | Compiling serde_derive_internals v0.29.1 |
| 1700 | 2026-08-25T01:01:43.665Z | Compiling futures-io v0.3.32 |
| 1701 | 2026-08-25T01:01:43.818Z | Compiling futures-task v0.3.32 |
| 1702 | 2026-08-25T01:01:44.014Z | Compiling regress v0.10.5 |
| 1703 | 2026-08-25T01:01:44.081Z | Compiling darling_core v0.21.3 |
| 1704 | 2026-08-25T01:01:44.238Z | Compiling regex v1.12.4 |
| 1705 | 2026-08-25T01:01:44.368Z | Compiling thread-id v5.0.0 |
| 1706 | 2026-08-25T01:01:44.409Z | Compiling getrandom v0.2.16 |
| 1707 | 2026-08-25T01:01:44.409Z | Compiling socket2 v0.6.4 |
| 1708 | 2026-08-25T01:01:44.477Z | Compiling parking_lot_core v0.9.12 |
| 1709 | 2026-08-25T01:01:44.666Z | Compiling bitflags v2.11.1 |
| 1710 | 2026-08-25T01:01:44.764Z | Compiling parking_lot v0.12.5 |
| 1711 | 2026-08-25T01:01:44.784Z | Compiling serde_derive v1.0.228 |
| 1712 | 2026-08-25T01:01:44.813Z | Compiling zerofrom-derive v0.1.6 |
| 1713 | 2026-08-25T01:01:44.862Z | Compiling yoke-derive v0.8.0 |
| 1714 | 2026-08-25T01:01:44.900Z | Compiling zerovec-derive v0.11.1 |
| 1715 | 2026-08-25T01:01:45.007Z | Compiling displaydoc v0.2.5 |
| 1716 | 2026-08-25T01:01:45.182Z | Compiling thiserror-impl v2.0.18 |
| 1717 | 2026-08-25T01:01:45.782Z | Compiling schemars_derive v0.8.22 |
| 1718 | 2026-08-25T01:01:45.887Z | Compiling tokio-macros v2.7.0 |
| 1719 | 2026-08-25T01:01:45.937Z | Compiling zeroize_derive v1.4.3 |
| 1720 | 2026-08-25T01:01:46.033Z | Compiling zerocopy-derive v0.8.27 |
| 1721 | 2026-08-25T01:01:46.106Z | Compiling futures-macro v0.3.32 |
| 1722 | 2026-08-25T01:01:46.458Z | Compiling thiserror v2.0.18 |
| 1723 | 2026-08-25T01:01:46.564Z | Compiling zerofrom v0.1.6 |
| 1724 | 2026-08-25T01:01:46.704Z | Compiling tracing-attributes v0.1.30 |
| 1725 | 2026-08-25T01:01:46.725Z | Compiling thiserror-impl v1.0.69 |
| 1726 | 2026-08-25T01:01:46.725Z | Compiling yoke v0.8.0 |
| 1727 | 2026-08-25T01:01:46.883Z | Compiling zerovec v0.11.4 |
| 1728 | 2026-08-25T01:01:46.958Z | Compiling zerotrie v0.2.2 |
| 1729 | 2026-08-25T01:01:46.995Z | Compiling pest v2.8.2 |
| 1730 | 2026-08-25T01:01:47.369Z | Compiling scroll_derive v0.13.1 |
| 1731 | 2026-08-25T01:01:47.759Z | Compiling zerocopy v0.8.27 |
| 1732 | 2026-08-25T01:01:47.837Z | Compiling serde v1.0.228 |
| 1733 | 2026-08-25T01:01:47.852Z | Compiling tinystr v0.8.1 |
| 1734 | 2026-08-25T01:01:47.928Z | Compiling potential_utf v0.1.3 |
| 1735 | 2026-08-25T01:01:47.949Z | Compiling async-trait v0.1.89 |
| 1736 | 2026-08-25T01:01:48.029Z | Compiling bytes v1.12.0 |
| 1737 | 2026-08-25T01:01:48.045Z | Compiling serde_tokenstream v0.2.3 |
| 1738 | 2026-08-25T01:01:48.097Z | Compiling icu_locale_core v2.0.0 |
| 1739 | 2026-08-25T01:01:48.225Z | Compiling icu_collections v2.0.0 |
| 1740 | 2026-08-25T01:01:48.346Z | Compiling chrono v0.4.45 |
| 1741 | 2026-08-25T01:01:48.347Z | Compiling pest_meta v2.8.2 |
| 1742 | 2026-08-25T01:01:48.600Z | Compiling scroll v0.13.0 |
| 1743 | 2026-08-25T01:01:48.617Z | Compiling icu_provider v2.0.0 |
| 1744 | 2026-08-25T01:01:48.653Z | Compiling http v1.4.2 |
| 1745 | 2026-08-25T01:01:48.676Z | Compiling goblin v0.10.1 |
| 1746 | 2026-08-25T01:01:48.786Z | Compiling daft-derive v0.1.5 |
| 1747 | 2026-08-25T01:01:48.887Z | Compiling icu_normalizer v2.0.0 |
| 1748 | 2026-08-25T01:01:48.917Z | Compiling icu_properties v2.0.1 |
| 1749 | 2026-08-25T01:01:48.933Z | Compiling pest_generator v2.8.2 |
| 1750 | 2026-08-25T01:01:49.505Z | Compiling schemars v0.8.22 |
| 1751 | 2026-08-25T01:01:49.549Z | Compiling darling_macro v0.21.3 |
| 1752 | 2026-08-25T01:01:49.617Z | Compiling pest_derive v2.8.2 |
| 1753 | 2026-08-25T01:01:49.661Z | Compiling openssl-macros v0.1.1 |
| 1754 | 2026-08-25T01:01:49.762Z | Compiling idna_adapter v1.2.1 |
| 1755 | 2026-08-25T01:01:50.038Z | Compiling idna v1.1.0 |
| 1756 | 2026-08-25T01:01:50.081Z | Compiling openapiv3 v2.2.0 |
| 1757 | 2026-08-25T01:01:50.153Z | Compiling darling v0.21.3 |
| 1758 | 2026-08-25T01:01:50.167Z | Compiling structmeta-derive v0.3.0 |
| 1759 | 2026-08-25T01:01:50.167Z | Compiling dtrace-parser v0.3.0 |
| 1760 | 2026-08-25T01:01:50.200Z | Compiling url v2.5.7 |
| 1761 | 2026-08-25T01:01:50.668Z | Compiling typify-impl v0.4.3 |
| 1762 | 2026-08-25T01:01:50.753Z | Compiling async-stream-impl v0.3.6 |
| 1763 | 2026-08-25T01:01:51.119Z | Compiling newtype-uuid-macros v0.1.0 |
| 1764 | 2026-08-25T01:01:51.267Z | Compiling serde_yaml v0.9.34+deprecated |
| 1765 | 2026-08-25T01:01:51.279Z | Compiling structmeta v0.3.0 |
| 1766 | 2026-08-25T01:01:51.393Z | Compiling zeroize v1.8.1 |
| 1767 | 2026-08-25T01:01:51.545Z | Compiling dof v0.4.0 |
| 1768 | 2026-08-25T01:01:51.672Z | Compiling strum_macros v0.26.4 |
| 1769 | 2026-08-25T01:01:51.706Z | Compiling signal-hook-registry v1.4.6 |
| 1770 | 2026-08-25T01:01:51.805Z | Compiling untrusted v0.9.0 |
| 1771 | 2026-08-25T01:01:51.915Z | Compiling thiserror v1.0.69 |
| 1772 | 2026-08-25T01:01:51.934Z | Compiling mio v1.2.1 |
| 1773 | 2026-08-25T01:01:52.047Z | Compiling usdt-impl v0.6.0 |
| 1774 | 2026-08-25T01:01:52.112Z | Compiling omicron-workspace-hack v0.1.0 |
| 1775 | 2026-08-25T01:01:52.171Z | Compiling base64 v0.22.1 |
| 1776 | 2026-08-25T01:01:52.448Z | Compiling tokio v1.52.3 |
| 1777 | 2026-08-25T01:01:52.711Z | Compiling http-body v1.0.1 |
| 1778 | 2026-08-25T01:01:52.820Z | Compiling dropshot_endpoint v0.16.7 |
| 1779 | 2026-08-25T01:01:52.820Z | Compiling ref-cast-impl v1.0.25 |
| 1780 | 2026-08-25T01:01:52.872Z | Compiling portable-atomic v1.11.1 |
| 1781 | 2026-08-25T01:01:53.298Z | Compiling ipnet v2.11.0 |
| 1782 | 2026-08-25T01:01:53.351Z | Compiling atomic-waker v1.1.2 |
| 1783 | 2026-08-25T01:01:53.377Z | Compiling derive-ex v0.1.8 |
| 1784 | 2026-08-25T01:01:53.416Z | Compiling strum_macros v0.27.2 |
| 1785 | 2026-08-25T01:01:53.454Z | Compiling usdt-attr-macro v0.6.0 |
| 1786 | 2026-08-25T01:01:53.822Z | Compiling usdt-macro v0.6.0 |
| 1787 | 2026-08-25T01:01:54.038Z | Compiling httparse v1.10.1 |
| 1788 | 2026-08-25T01:01:54.253Z | Compiling tower-layer v0.3.3 |
| 1789 | 2026-08-25T01:01:54.382Z | Compiling tower-service v0.3.3 |
| 1790 | 2026-08-25T01:01:54.426Z | Compiling critical-section v1.2.0 |
| 1791 | 2026-08-25T01:01:54.514Z | Compiling once_cell v1.21.3 |
| 1792 | 2026-08-25T01:01:54.575Z | Compiling try-lock v0.2.5 |
| 1793 | 2026-08-25T01:01:54.685Z | Compiling want v0.3.1 |
| 1794 | 2026-08-25T01:01:54.707Z | Compiling httpdate v1.0.3 |
| 1795 | 2026-08-25T01:01:54.819Z | Compiling serde_with_macros v3.14.1 |
| 1796 | 2026-08-25T01:01:55.038Z | Compiling ppv-lite86 v0.2.21 |
| 1797 | 2026-08-25T01:01:55.075Z | Compiling test-strategy v0.4.3 |
| 1798 | 2026-08-25T01:01:55.250Z | Compiling erased-serde v0.3.31 |
| 1799 | 2026-08-25T01:01:55.273Z | Compiling subtle v2.6.1 |
| 1800 | 2026-08-25T01:01:55.492Z | Compiling parse-display-derive v0.10.0 |
| 1801 | 2026-08-25T01:01:55.804Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1802 | 2026-08-25T01:01:56.293Z | Compiling http-body-util v0.1.3 |
| 1803 | 2026-08-25T01:01:56.413Z | Compiling anyhow v1.0.102 |
| 1804 | 2026-08-25T01:01:56.619Z | Compiling serde_urlencoded v0.7.1 |
| 1805 | 2026-08-25T01:01:56.668Z | Compiling rand_core v0.6.4 |
| 1806 | 2026-08-25T01:01:56.907Z | Compiling typenum v1.20.1 |
| 1807 | 2026-08-25T01:01:56.922Z | Compiling typify-macro v0.4.3 |
| 1808 | 2026-08-25T01:01:57.048Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1809 | 2026-08-25T01:01:57.185Z | Compiling futures-util v0.3.32 |
| 1810 | 2026-08-25T01:01:57.731Z | Compiling sync_wrapper v1.0.2 |
| 1811 | 2026-08-25T01:01:57.857Z | Compiling powerfmt v0.2.0 |
| 1812 | 2026-08-25T01:01:58.034Z | Compiling deranged v0.5.3 |
| 1813 | 2026-08-25T01:01:58.065Z | Compiling num_threads v0.1.7 |
| 1814 | 2026-08-25T01:01:58.065Z | Compiling tracing-core v0.1.34 |
| 1815 | 2026-08-25T01:01:58.325Z | Compiling camino v1.2.3 |
| 1816 | 2026-08-25T01:01:58.366Z | Compiling iri-string v0.7.8 |
| 1817 | 2026-08-25T01:01:58.776Z | Compiling tracing v0.1.41 |
| 1818 | 2026-08-25T01:01:58.963Z | Compiling typify v0.4.3 |
| 1819 | 2026-08-25T01:01:59.030Z | Compiling encoding_rs v0.8.35 |
| 1820 | 2026-08-25T01:01:59.076Z | Compiling fastrand v2.3.0 |
| 1821 | 2026-08-25T01:01:59.076Z | Compiling progenitor-impl v0.11.1 |
| 1822 | 2026-08-25T01:01:59.077Z | Compiling mime v0.3.17 |
| 1823 | 2026-08-25T01:01:59.089Z | Compiling cpufeatures v0.2.17 |
| 1824 | 2026-08-25T01:01:59.164Z | Compiling generic-array v0.14.7 |
| 1825 | 2026-08-25T01:01:59.338Z | Compiling hex v0.4.3 |
| 1826 | 2026-08-25T01:01:59.502Z | Compiling errno v0.3.14 |
| 1827 | 2026-08-25T01:01:59.597Z | Compiling crypto-common v0.1.6 |
| 1828 | 2026-08-25T01:01:59.670Z | Compiling tokio-util v0.7.16 |
| 1829 | 2026-08-25T01:01:59.913Z | Compiling thread_local v1.1.9 |
| 1830 | 2026-08-25T01:01:59.975Z | Compiling unicode-width v0.2.1 |
| 1831 | 2026-08-25T01:02:00.066Z | Compiling syn v1.0.109 |
| 1832 | 2026-08-25T01:02:00.183Z | Compiling rustls-pki-types v1.12.0 |
| 1833 | 2026-08-25T01:02:00.370Z | Compiling match_cfg v0.1.0 |
| 1834 | 2026-08-25T01:02:00.428Z | Compiling winnow v0.7.14 |
| 1835 | 2026-08-25T01:02:00.701Z | Compiling rustix v1.1.4 |
| 1836 | 2026-08-25T01:02:01.057Z | Compiling take_mut v0.2.2 |
| 1837 | 2026-08-25T01:02:01.262Z | Compiling winnow v1.0.3 |
| 1838 | 2026-08-25T01:02:01.282Z | Compiling term v1.2.0 |
| 1839 | 2026-08-25T01:02:01.517Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1840 | 2026-08-25T01:02:01.649Z | Compiling h2 v0.4.14 |
| 1841 | 2026-08-25T01:02:01.907Z | Compiling ring v0.17.14 |
| 1842 | 2026-08-25T01:02:02.147Z | Compiling serde_spanned v1.1.1 |
| 1843 | 2026-08-25T01:02:02.373Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1844 | 2026-08-25T01:02:02.447Z | Compiling spin v0.9.8 |
| 1845 | 2026-08-25T01:02:02.512Z | Compiling debug-ignore v1.0.5 |
| 1846 | 2026-08-25T01:02:02.569Z | Compiling progenitor-macro v0.11.1 |
| 1847 | 2026-08-25T01:02:02.607Z | Compiling quick-error v1.2.3 |
| 1848 | 2026-08-25T01:02:02.825Z | Compiling block-buffer v0.10.4 |
| 1849 | 2026-08-25T01:02:03.136Z | Compiling waitgroup v0.1.2 |
| 1850 | 2026-08-25T01:02:03.256Z | Compiling async-stream v0.3.6 |
| 1851 | 2026-08-25T01:02:03.508Z | Compiling serde_path_to_error v0.1.20 |
| 1852 | 2026-08-25T01:02:03.625Z | Compiling lazy_static v1.5.0 |
| 1853 | 2026-08-25T01:02:03.702Z | Compiling bit-vec v0.8.0 |
| 1854 | 2026-08-25T01:02:03.817Z | Compiling hyper v1.10.1 |
| 1855 | 2026-08-25T01:02:03.851Z | Compiling bit-set v0.8.0 |
| 1856 | 2026-08-25T01:02:03.922Z | Compiling digest v0.10.7 |
| 1857 | 2026-08-25T01:02:04.016Z | Compiling strum v0.26.3 |
| 1858 | 2026-08-25T01:02:04.051Z | Compiling ipnetwork v0.21.1 |
| 1859 | 2026-08-25T01:02:04.114Z | Compiling crossbeam-utils v0.8.21 |
| 1860 | 2026-08-25T01:02:04.233Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1861 | 2026-08-25T01:02:04.339Z | Compiling unarray v0.1.4 |
| 1862 | 2026-08-25T01:02:04.453Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1863 | 2026-08-25T01:02:04.467Z | Compiling slog v2.8.2 |
| 1864 | 2026-08-25T01:02:04.662Z | Compiling macaddr v1.0.1 |
| 1865 | 2026-08-25T01:02:04.732Z | Compiling tabwriter v1.4.1 |
| 1866 | 2026-08-25T01:02:04.778Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1867 | 2026-08-25T01:02:04.824Z | Compiling ref-cast v1.0.25 |
| 1868 | 2026-08-25T01:02:04.864Z | Compiling hyper-util v0.1.20 |
| 1869 | 2026-08-25T01:02:04.897Z | Compiling colored v3.1.1 |
| 1870 | 2026-08-25T01:02:04.930Z | Compiling strum v0.27.2 |
| 1871 | 2026-08-25T01:02:04.994Z | Compiling aws-lc-sys v0.39.1 |
| 1872 | 2026-08-25T01:02:05.033Z | Compiling getrandom v0.3.3 |
| 1873 | 2026-08-25T01:02:05.278Z | Compiling untrusted v0.7.1 |
| 1874 | 2026-08-25T01:02:05.439Z | Compiling rand_core v0.9.3 |
| 1875 | 2026-08-25T01:02:05.559Z | Compiling aws-lc-rs v1.16.2 |
| 1876 | 2026-08-25T01:02:05.718Z | Compiling oxnet v0.1.6 |
| 1877 | 2026-08-25T01:02:05.800Z | Compiling openssl-sys v0.9.117 |
| 1878 | 2026-08-25T01:02:06.034Z | Compiling futures-executor v0.3.32 |
| 1879 | 2026-08-25T01:02:06.126Z | Compiling instant v0.1.13 |
| 1880 | 2026-08-25T01:02:06.290Z | Compiling foreign-types-shared v0.1.1 |
| 1881 | 2026-08-25T01:02:06.340Z | Compiling rand_chacha v0.9.0 |
| 1882 | 2026-08-25T01:02:06.367Z | Compiling foreign-types v0.3.2 |
| 1883 | 2026-08-25T01:02:06.422Z | Compiling tempfile v3.27.0 |
| 1884 | 2026-08-25T01:02:06.617Z | Compiling rustls-webpki v0.103.6 |
| 1885 | 2026-08-25T01:02:06.894Z | Compiling tower v0.5.2 |
| 1886 | 2026-08-25T01:02:06.953Z | Compiling openssl-probe v0.1.6 |
| 1887 | 2026-08-25T01:02:07.086Z | Compiling rustls v0.23.40 |
| 1888 | 2026-08-25T01:02:07.309Z | Compiling tower-http v0.6.8 |
| 1889 | 2026-08-25T01:02:07.685Z | Compiling rand v0.9.3 |
| 1890 | 2026-08-25T01:02:07.722Z | Compiling openssl v0.10.81 |
| 1891 | 2026-08-25T01:02:07.744Z | Compiling futures v0.3.32 |
| 1892 | 2026-08-25T01:02:07.857Z | Compiling time v0.3.47 |
| 1893 | 2026-08-25T01:02:07.898Z | Compiling toml_datetime v0.6.11 |
| 1894 | 2026-08-25T01:02:08.196Z | Compiling clap_derive v4.6.1 |
| 1895 | 2026-08-25T01:02:08.216Z | Compiling memmap2 v0.9.8 |
| 1896 | 2026-08-25T01:02:08.894Z | Compiling crossbeam-channel v0.5.15 |
| 1897 | 2026-08-25T01:02:09.248Z | Compiling webpki-roots v1.0.2 |
| 1898 | 2026-08-25T01:02:09.370Z | Compiling newtype-uuid v1.3.2 |
| 1899 | 2026-08-25T01:02:09.563Z | Compiling daft v0.1.5 |
| 1900 | 2026-08-25T01:02:09.806Z | Compiling is-terminal v0.4.16 |
| 1901 | 2026-08-25T01:02:09.910Z | Compiling either v1.15.0 |
| 1902 | 2026-08-25T01:02:09.941Z | Compiling native-tls v0.2.14 |
| 1903 | 2026-08-25T01:02:10.115Z | Compiling tokio-rustls v0.26.4 |
| 1904 | 2026-08-25T01:02:10.260Z | Compiling tokio-native-tls v0.3.1 |
| 1905 | 2026-08-25T01:02:10.387Z | Compiling hyper-rustls v0.27.7 |
| 1906 | 2026-08-25T01:02:10.510Z | Compiling hyper-tls v0.6.0 |
| 1907 | 2026-08-25T01:02:10.514Z | Compiling usdt v0.6.0 |
| 1908 | 2026-08-25T01:02:10.594Z | Compiling slog-term v2.9.2 |
| 1909 | 2026-08-25T01:02:10.594Z | Compiling slog-async v2.8.0 |
| 1910 | 2026-08-25T01:02:10.764Z | Compiling reqwest v0.12.23 |
| 1911 | 2026-08-25T01:02:10.783Z | Compiling slog-json v2.6.1 |
| 1912 | 2026-08-25T01:02:10.810Z | Compiling hostname v0.3.1 |
| 1913 | 2026-08-25T01:02:10.947Z | Compiling slog-bunyan v2.5.0 |
| 1914 | 2026-08-25T01:02:10.961Z | Compiling rustls-webpki v0.102.8 |
| 1915 | 2026-08-25T01:02:10.984Z | Compiling multer v3.1.0 |
| 1916 | 2026-08-25T01:02:11.128Z | Compiling rustls-pemfile v2.2.0 |
| 1917 | 2026-08-25T01:02:11.182Z | Compiling hostname v0.4.2 |
| 1918 | 2026-08-25T01:02:11.337Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1919 | 2026-08-25T01:02:11.503Z | Compiling rustls v0.22.4 |
| 1920 | 2026-08-25T01:02:11.918Z | Compiling rand_chacha v0.3.1 |
| 1921 | 2026-08-25T01:02:11.929Z | Compiling wait-timeout v0.2.1 |
| 1922 | 2026-08-25T01:02:12.241Z | Compiling rand v0.8.5 |
| 1923 | 2026-08-25T01:02:12.400Z | Compiling rusty-fork v0.3.0 |
| 1924 | 2026-08-25T01:02:12.495Z | Compiling rand_xorshift v0.4.0 |
| 1925 | 2026-08-25T01:02:12.657Z | Compiling sha1 v0.10.6 |
| 1926 | 2026-08-25T01:02:12.918Z | Compiling proptest v1.8.0 |
| 1927 | 2026-08-25T01:02:13.377Z | Compiling tokio-rustls v0.25.0 |
| 1928 | 2026-08-25T01:02:13.572Z | Compiling dropshot v0.16.7 |
| 1929 | 2026-08-25T01:02:14.643Z | Compiling progenitor-client v0.11.1 |
| 1930 | 2026-08-25T01:02:14.970Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1931 | 2026-08-25T01:02:15.385Z | Compiling progenitor-client v0.10.0 |
| 1932 | 2026-08-25T01:02:15.572Z | Compiling itertools v0.14.0 |
| 1933 | 2026-08-25T01:02:15.699Z | Compiling serde_with v3.14.1 |
| 1934 | 2026-08-25T01:02:15.974Z | Compiling num-derive v0.4.2 |
| 1935 | 2026-08-25T01:02:16.773Z | Compiling progenitor v0.11.1 |
| 1936 | 2026-08-25T01:02:16.849Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1937 | 2026-08-25T01:02:16.920Z | Compiling rustc-hash v2.1.1 |
| 1938 | 2026-08-25T01:02:16.932Z | Compiling backoff v0.4.0 |
| 1939 | 2026-08-25T01:02:17.176Z | Compiling iddqd v0.3.18 |
| 1940 | 2026-08-25T01:02:17.257Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1941 | 2026-08-25T01:02:17.345Z | Compiling parse-display v0.10.0 |
| 1942 | 2026-08-25T01:02:17.382Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1943 | 2026-08-25T01:02:17.390Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1944 | 2026-08-25T01:02:17.513Z | Compiling anstyle v1.0.14 |
| 1945 | 2026-08-25T01:02:17.671Z | Compiling utf8parse v0.2.2 |
| 1946 | 2026-08-25T01:02:18.300Z | Compiling anstyle-parse v1.0.0 |
| 1947 | 2026-08-25T01:02:18.405Z | Compiling anstyle-query v1.1.4 |
| 1948 | 2026-08-25T01:02:18.460Z | Compiling colorchoice v1.0.4 |
| 1949 | 2026-08-25T01:02:18.460Z | Compiling is_terminal_polyfill v1.70.1 |
| 1950 | 2026-08-25T01:02:18.494Z | Compiling anstream v1.0.0 |
| 1951 | 2026-08-25T01:02:18.495Z | Compiling clap_lex v1.1.0 |
| 1952 | 2026-08-25T01:02:20.216Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1953 | 2026-08-25T01:02:23.842Z | Compiling winnow v0.5.40 |
| 1954 | 2026-08-25T01:02:27.381Z | Compiling terminal_size v0.4.3 |
| 1955 | 2026-08-25T01:02:35.358Z | Compiling clap_builder v4.6.0 |
| 1956 | 2026-08-25T01:02:35.835Z | Compiling dropshot_endpoint v0.17.1 |
| 1957 | 2026-08-25T01:02:36.256Z | Compiling toml_edit v0.19.15 |
| 1958 | 2026-08-25T01:02:36.256Z | Compiling clap v4.6.1 |
| 1959 | 2026-08-25T01:02:36.256Z | Compiling proc-macro-crate v1.3.1 |
| 1960 | 2026-08-25T01:02:36.257Z | Compiling adler2 v2.0.1 |
| 1961 | 2026-08-25T01:02:36.420Z | Compiling miniz_oxide v0.8.9 |
| 1962 | 2026-08-25T01:02:37.145Z | Compiling crc32fast v1.5.0 |
| 1963 | 2026-08-25T01:02:37.284Z | Compiling serde_spanned v0.6.9 |
| 1964 | 2026-08-25T01:02:37.284Z | Compiling zerocopy-derive v0.7.35 |
| 1965 | 2026-08-25T01:02:37.357Z | Compiling flate2 v1.1.2 |
| 1966 | 2026-08-25T01:02:37.586Z | Compiling prettyplease v0.2.37 |
| 1967 | 2026-08-25T01:02:37.636Z | Compiling hubpack_derive v0.1.1 |
| 1968 | 2026-08-25T01:02:37.829Z | Compiling hybrid-array v0.4.12 |
| 1969 | 2026-08-25T01:02:38.734Z | Compiling ingot-macros v0.1.1 |
| 1970 | 2026-08-25T01:02:38.970Z | Compiling scroll_derive v0.12.1 |
| 1971 | 2026-08-25T01:02:39.503Z | Compiling block-buffer v0.12.0 |
| 1972 | 2026-08-25T01:02:39.593Z | Compiling crypto-common v0.2.2 |
| 1973 | 2026-08-25T01:02:40.594Z | Compiling compression-core v0.4.32 |
| 1974 | 2026-08-25T01:02:40.690Z | Compiling const-oid v0.10.2 |
| 1975 | 2026-08-25T01:02:40.735Z | Compiling compression-codecs v0.4.32 |
| 1976 | 2026-08-25T01:02:40.863Z | Compiling digest v0.11.3 |
| 1977 | 2026-08-25T01:02:41.551Z | Compiling zerocopy v0.7.35 |
| 1978 | 2026-08-25T01:02:42.024Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1979 | 2026-08-25T01:02:42.125Z | Compiling toml_write v0.1.2 |
| 1980 | 2026-08-25T01:02:42.177Z | Compiling cpufeatures v0.3.0 |
| 1981 | 2026-08-25T01:02:42.257Z | Compiling sha1 v0.11.0 |
| 1982 | 2026-08-25T01:02:42.305Z | Compiling toml_edit v0.22.27 |
| 1983 | 2026-08-25T01:02:42.332Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1984 | 2026-08-25T01:02:43.316Z | Compiling async-compression v0.4.33 |
| 1985 | 2026-08-25T01:02:43.717Z | Compiling num_enum_derive v0.7.5 |
| 1986 | 2026-08-25T01:02:43.984Z | Compiling foreign-types-macros v0.2.3 |
| 1987 | 2026-08-25T01:02:44.228Z | Compiling num-integer v0.1.46 |
| 1988 | 2026-08-25T01:02:44.603Z | Compiling float-ord v0.3.2 |
| 1989 | 2026-08-25T01:02:44.736Z | Compiling toml v0.8.23 |
| 1990 | 2026-08-25T01:02:44.991Z | Compiling dropshot v0.17.1 |
| 1991 | 2026-08-25T01:02:46.551Z | Compiling dtrace-parser v0.2.0 |
| 1992 | 2026-08-25T01:02:46.605Z | Compiling glob v0.3.3 |
| 1993 | 2026-08-25T01:02:46.978Z | Compiling proc-macro-error-attr v1.0.4 |
| 1994 | 2026-08-25T01:02:47.054Z | Compiling num-iter v0.1.45 |
| 1995 | 2026-08-25T01:02:47.186Z | Compiling num-rational v0.4.2 |
| 1996 | 2026-08-25T01:02:47.400Z | Compiling dof v0.3.0 |
| 1997 | 2026-08-25T01:02:47.437Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1998 | 2026-08-25T01:02:47.573Z | Compiling num-complex v0.4.6 |
| 1999 | 2026-08-25T01:02:47.841Z | Compiling thread-id v4.2.2 |
| 2000 | 2026-08-25T01:02:47.933Z | Compiling num v0.4.3 |
| 2001 | 2026-08-25T01:02:47.950Z | Compiling usdt-impl v0.5.0 |
| 2002 | 2026-08-25T01:02:48.015Z | Compiling proc-macro-error v1.0.4 |
| 2003 | 2026-08-25T01:02:48.283Z | Compiling num_enum_derive v0.5.11 |
| 2004 | 2026-08-25T01:02:48.562Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2005 | 2026-08-25T01:02:49.048Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2006 | 2026-08-25T01:02:49.578Z | Compiling derive_more v0.99.20 |
| 2007 | 2026-08-25T01:02:49.667Z | Compiling usdt-macro v0.5.0 |
| 2008 | 2026-08-25T01:02:49.993Z | Compiling usdt-attr-macro v0.5.0 |
| 2009 | 2026-08-25T01:02:50.293Z | Compiling minimal-lexical v0.2.1 |
| 2010 | 2026-08-25T01:02:50.617Z | Compiling nom v7.1.3 |
| 2011 | 2026-08-25T01:02:50.869Z | Compiling libscf-sys v1.2.0 |
| 2012 | 2026-08-25T01:02:50.983Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2013 | 2026-08-25T01:02:51.011Z | Compiling zone_cfg_derive v0.3.1 |
| 2014 | 2026-08-25T01:02:51.587Z | Compiling memoffset v0.9.1 |
| 2015 | 2026-08-25T01:02:51.672Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2016 | 2026-08-25T01:02:51.712Z | Compiling rustc_version v0.4.1 |
| 2017 | 2026-08-25T01:02:51.817Z | Compiling crossbeam-epoch v0.9.18 |
| 2018 | 2026-08-25T01:02:52.070Z | Compiling regress v0.11.1 |
| 2019 | 2026-08-25T01:02:52.114Z | Compiling hubpack v0.1.2 |
| 2020 | 2026-08-25T01:02:52.162Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2021 | 2026-08-25T01:02:52.398Z | Compiling enum-as-inner v0.6.1 |
| 2022 | 2026-08-25T01:02:52.510Z | Compiling static_assertions v1.1.0 |
| 2023 | 2026-08-25T01:02:52.595Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2024 | 2026-08-25T01:02:52.610Z | Compiling curve25519-dalek v4.1.3 |
| 2025 | 2026-08-25T01:02:52.735Z | Compiling crossbeam-deque v0.8.6 |
| 2026 | 2026-08-25T01:02:52.988Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2027 | 2026-08-25T01:02:53.000Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2028 | 2026-08-25T01:02:54.058Z | Compiling typify-impl v0.6.2 |
| 2029 | 2026-08-25T01:02:54.092Z | Compiling bytecount v0.6.9 |
| 2030 | 2026-08-25T01:02:54.301Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2031 | 2026-08-25T01:02:54.332Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2032 | 2026-08-25T01:02:54.583Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2033 | 2026-08-25T01:02:55.404Z | Compiling rayon-core v1.13.0 |
| 2034 | 2026-08-25T01:02:56.088Z | Compiling clang-sys v1.8.1 |
| 2035 | 2026-08-25T01:02:56.157Z | Compiling scroll v0.12.0 |
| 2036 | 2026-08-25T01:02:56.278Z | Compiling hash32 v0.3.1 |
| 2037 | 2026-08-25T01:02:56.295Z | Compiling ingot-types v0.1.2 |
| 2038 | 2026-08-25T01:02:56.431Z | Compiling goblin v0.8.2 |
| 2039 | 2026-08-25T01:02:56.434Z | Compiling heapless v0.8.0 |
| 2040 | 2026-08-25T01:02:56.699Z | Compiling cobs v0.3.0 |
| 2041 | 2026-08-25T01:02:56.762Z | Compiling libloading v0.8.9 |
| 2042 | 2026-08-25T01:02:56.935Z | Compiling bitflags v1.3.2 |
| 2043 | 2026-08-25T01:02:56.952Z | Compiling foreign-types-shared v0.3.1 |
| 2044 | 2026-08-25T01:02:56.952Z | Compiling managed v0.8.0 |
| 2045 | 2026-08-25T01:02:56.968Z | Compiling bindgen v0.72.1 |
| 2046 | 2026-08-25T01:02:56.987Z | Compiling foreign-types v0.5.0 |
| 2047 | 2026-08-25T01:02:57.001Z | Compiling postcard v1.1.3 |
| 2048 | 2026-08-25T01:02:57.133Z | Compiling smoltcp v0.11.0 |
| 2049 | 2026-08-25T01:02:57.335Z | Compiling ingot v0.1.1 |
| 2050 | 2026-08-25T01:02:57.575Z | Compiling cexpr v0.6.0 |
| 2051 | 2026-08-25T01:02:57.734Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2052 | 2026-08-25T01:02:58.162Z | Compiling num_enum v0.7.5 |
| 2053 | 2026-08-25T01:02:58.288Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2054 | 2026-08-25T01:02:58.875Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2055 | 2026-08-25T01:02:59.555Z | Compiling camino-tempfile v1.4.1 |
| 2056 | 2026-08-25T01:02:59.802Z | Compiling derive-where v1.6.0 |
| 2057 | 2026-08-25T01:02:59.882Z | Compiling serde_repr v0.1.20 |
| 2058 | 2026-08-25T01:02:59.901Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2059 | 2026-08-25T01:03:00.206Z | Compiling memmap v0.7.0 |
| 2060 | 2026-08-25T01:03:00.233Z | Compiling cstr-argument v0.1.2 |
| 2061 | 2026-08-25T01:03:00.403Z | Compiling typify-macro v0.6.2 |
| 2062 | 2026-08-25T01:03:00.681Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2063 | 2026-08-25T01:03:00.888Z | Compiling usdt v0.5.0 |
| 2064 | 2026-08-25T01:03:00.904Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2065 | 2026-08-25T01:03:01.470Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2066 | 2026-08-25T01:03:01.668Z | Compiling rayon v1.11.0 |
| 2067 | 2026-08-25T01:03:01.958Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2068 | 2026-08-25T01:03:02.036Z | Compiling crucible-workspace-hack v0.1.0 |
| 2069 | 2026-08-25T01:03:02.513Z | Compiling typify v0.6.2 |
| 2070 | 2026-08-25T01:03:02.656Z | Compiling tinyvec_macros v0.1.1 |
| 2071 | 2026-08-25T01:03:02.794Z | Compiling tinyvec v1.10.0 |
| 2072 | 2026-08-25T01:03:02.875Z | Compiling progenitor-impl v0.14.0 |
| 2073 | 2026-08-25T01:03:03.145Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2074 | 2026-08-25T01:03:03.593Z | Compiling papergrid v0.18.0 |
| 2075 | 2026-08-25T01:03:03.643Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2076 | 2026-08-25T01:03:03.656Z | Compiling num_enum v0.5.11 |
| 2077 | 2026-08-25T01:03:04.029Z | Compiling pin-project-internal v1.1.10 |
| 2078 | 2026-08-25T01:03:04.562Z | Compiling tabled v0.21.0 |
| 2079 | 2026-08-25T01:03:04.903Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2080 | 2026-08-25T01:03:05.470Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2081 | 2026-08-25T01:03:05.670Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2082 | 2026-08-25T01:03:05.844Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2083 | 2026-08-25T01:03:05.987Z | Compiling nix v0.31.3 |
| 2084 | 2026-08-25T01:03:06.001Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2085 | 2026-08-25T01:03:06.203Z | Compiling rustix v0.38.44 |
| 2086 | 2026-08-25T01:03:06.454Z | Compiling progenitor-macro v0.14.0 |
| 2087 | 2026-08-25T01:03:06.587Z | Compiling itertools v0.12.1 |
| 2088 | 2026-08-25T01:03:06.773Z | Compiling itertools v0.15.0 |
| 2089 | 2026-08-25T01:03:06.826Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2090 | 2026-08-25T01:03:06.912Z | Compiling progenitor-impl v0.10.0 |
| 2091 | 2026-08-25T01:03:07.355Z | Compiling sigpipe v0.1.3 |
| 2092 | 2026-08-25T01:03:07.402Z | Compiling jiff v0.2.15 |
| 2093 | 2026-08-25T01:03:07.462Z | Compiling const_format_proc_macros v0.2.34 |
| 2094 | 2026-08-25T01:03:07.790Z | Compiling zone v0.3.1 |
| 2095 | 2026-08-25T01:03:07.800Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2096 | 2026-08-25T01:03:08.064Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2097 | 2026-08-25T01:03:08.098Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2098 | 2026-08-25T01:03:09.100Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2099 | 2026-08-25T01:03:09.377Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2100 | 2026-08-25T01:03:09.667Z | Compiling nix v0.30.1 |
| 2101 | 2026-08-25T01:03:10.053Z | Compiling smf v0.2.3 |
| 2102 | 2026-08-25T01:03:10.360Z | Compiling progenitor-macro v0.10.0 |
| 2103 | 2026-08-25T01:03:10.556Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2104 | 2026-08-25T01:03:10.717Z | Compiling secrecy v0.10.3 |
| 2105 | 2026-08-25T01:03:11.167Z | Compiling snafu-derive v0.8.9 |
| 2106 | 2026-08-25T01:03:11.183Z | Compiling async-recursion v1.1.1 |
| 2107 | 2026-08-25T01:03:11.291Z | Compiling bstr v1.12.0 |
| 2108 | 2026-08-25T01:03:11.804Z | Compiling whoami v1.6.1 |
| 2109 | 2026-08-25T01:03:11.906Z | Compiling crc8 v0.1.1 |
| 2110 | 2026-08-25T01:03:12.028Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2111 | 2026-08-25T01:03:13.740Z | Compiling tokio-dtrace v0.1.1 |
| 2112 | 2026-08-25T01:03:14.121Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2113 | 2026-08-25T01:03:15.290Z | Compiling reqwest v0.13.2 |
| 2114 | 2026-08-25T01:03:15.312Z | Compiling hmac v0.12.1 |
| 2115 | 2026-08-25T01:03:15.504Z | Compiling inout v0.1.4 |
| 2116 | 2026-08-25T01:03:15.654Z | Compiling ff v0.13.1 |
| 2117 | 2026-08-25T01:03:15.669Z | Compiling data-encoding v2.9.0 |
| 2118 | 2026-08-25T01:03:16.035Z | Compiling group v0.13.0 |
| 2119 | 2026-08-25T01:03:16.115Z | Compiling cipher v0.4.4 |
| 2120 | 2026-08-25T01:03:16.182Z | Compiling hkdf v0.12.4 |
| 2121 | 2026-08-25T01:03:16.320Z | Compiling progenitor-client v0.14.0 |
| 2122 | 2026-08-25T01:03:16.368Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2123 | 2026-08-25T01:03:16.901Z | Compiling oxide-tokio-rt v0.1.2 |
| 2124 | 2026-08-25T01:03:16.905Z | Compiling atomicwrites v0.4.4 |
| 2125 | 2026-08-25T01:03:17.058Z | Compiling tabled_derive v0.7.0 |
| 2126 | 2026-08-25T01:03:17.594Z | Compiling universal-hash v0.5.1 |
| 2127 | 2026-08-25T01:03:17.650Z | Compiling crypto-bigint v0.5.5 |
| 2128 | 2026-08-25T01:03:17.650Z | Compiling half v2.7.1 |
| 2129 | 2026-08-25T01:03:17.738Z | Compiling base16ct v0.2.0 |
| 2130 | 2026-08-25T01:03:17.912Z | Compiling base64ct v1.8.0 |
| 2131 | 2026-08-25T01:03:18.035Z | Compiling ciborium-io v0.2.2 |
| 2132 | 2026-08-25T01:03:18.198Z | Compiling opaque-debug v0.3.1 |
| 2133 | 2026-08-25T01:03:18.236Z | Compiling indent_write v2.2.0 |
| 2134 | 2026-08-25T01:03:18.376Z | Compiling poly1305 v0.8.0 |
| 2135 | 2026-08-25T01:03:18.740Z | Compiling elliptic-curve v0.13.8 |
| 2136 | 2026-08-25T01:03:18.779Z | Compiling password-hash v0.5.0 |
| 2137 | 2026-08-25T01:03:18.805Z | Compiling ciborium-ll v0.2.2 |
| 2138 | 2026-08-25T01:03:19.020Z | Compiling progenitor v0.14.0 |
| 2139 | 2026-08-25T01:03:19.241Z | Compiling chacha20 v0.9.1 |
| 2140 | 2026-08-25T01:03:19.332Z | Compiling similar v2.7.0 |
| 2141 | 2026-08-25T01:03:19.400Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2142 | 2026-08-25T01:03:19.685Z | Compiling thiserror-no-std v2.0.2 |
| 2143 | 2026-08-25T01:03:20.182Z | Compiling blake2 v0.10.6 |
| 2144 | 2026-08-25T01:03:20.260Z | Compiling aead v0.5.2 |
| 2145 | 2026-08-25T01:03:20.327Z | Compiling strum_macros v0.28.0 |
| 2146 | 2026-08-25T01:03:20.768Z | Compiling linked-hash-map v0.5.6 |
| 2147 | 2026-08-25T01:03:20.847Z | Compiling keccak v0.1.6 |
| 2148 | 2026-08-25T01:03:20.944Z | Compiling resolv-conf v0.7.5 |
| 2149 | 2026-08-25T01:03:21.001Z | Compiling sha3 v0.10.8 |
| 2150 | 2026-08-25T01:03:21.133Z | Compiling lru-cache v0.1.2 |
| 2151 | 2026-08-25T01:03:21.261Z | Compiling vsss-rs v3.3.4 |
| 2152 | 2026-08-25T01:03:21.318Z | Compiling chacha20poly1305 v0.10.1 |
| 2153 | 2026-08-25T01:03:21.318Z | Compiling argon2 v0.5.3 |
| 2154 | 2026-08-25T01:03:21.461Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2155 | 2026-08-25T01:03:21.698Z | Compiling ciborium v0.2.2 |
| 2156 | 2026-08-25T01:03:21.866Z | Compiling hickory-proto v0.24.4 |
| 2157 | 2026-08-25T01:03:22.109Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2158 | 2026-08-25T01:03:22.226Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2159 | 2026-08-25T01:03:22.791Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2160 | 2026-08-25T01:03:22.845Z | Compiling serde-big-array v0.5.1 |
| 2161 | 2026-08-25T01:03:23.045Z | Compiling humantime v2.3.0 |
| 2162 | 2026-08-25T01:03:23.114Z | Compiling siphasher v1.0.1 |
| 2163 | 2026-08-25T01:03:23.193Z | Compiling unicode-segmentation v1.12.0 |
| 2164 | 2026-08-25T01:03:23.316Z | Compiling same-file v1.0.6 |
| 2165 | 2026-08-25T01:03:23.320Z | Compiling phf_shared v0.12.1 |
| 2166 | 2026-08-25T01:03:23.446Z | Compiling walkdir v2.5.0 |
| 2167 | 2026-08-25T01:03:23.507Z | Compiling newline-converter v0.3.0 |
| 2168 | 2026-08-25T01:03:23.621Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2169 | 2026-08-25T01:03:23.657Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2170 | 2026-08-25T01:03:23.802Z | Compiling hickory-resolver v0.24.4 |
| 2171 | 2026-08-25T01:03:23.827Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2172 | 2026-08-25T01:03:25.422Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2173 | 2026-08-25T01:03:25.428Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2174 | 2026-08-25T01:03:26.290Z | Compiling newtype_derive v0.1.6 |
| 2175 | 2026-08-25T01:03:26.374Z | Compiling owo-colors v4.3.0 |
| 2176 | 2026-08-25T01:03:27.071Z | Compiling console v0.15.11 |
| 2177 | 2026-08-25T01:03:27.141Z | Compiling tokio-stream v0.1.17 |
| 2178 | 2026-08-25T01:03:27.553Z | Compiling csv-core v0.1.12 |
| 2179 | 2026-08-25T01:03:27.553Z | Compiling unicode-linebreak v0.1.5 |
| 2180 | 2026-08-25T01:03:27.610Z | Compiling smawk v0.3.2 |
| 2181 | 2026-08-25T01:03:27.746Z | Compiling foldhash v0.1.5 |
| 2182 | 2026-08-25T01:03:27.843Z | Compiling swrite v0.1.0 |
| 2183 | 2026-08-25T01:03:27.950Z | Compiling unicode-width v0.1.14 |
| 2184 | 2026-08-25T01:03:28.144Z | Compiling termtree v0.5.1 |
| 2185 | 2026-08-25T01:03:28.302Z | Compiling hashbrown v0.15.5 |
| 2186 | 2026-08-25T01:03:28.356Z | Compiling textwrap v0.16.2 |
| 2187 | 2026-08-25T01:03:28.370Z | Compiling csv v1.4.0 |
| 2188 | 2026-08-25T01:03:28.867Z | Compiling qorb v0.4.1 |
| 2189 | 2026-08-25T01:03:29.353Z | Compiling expectorate v1.2.0 |
| 2190 | 2026-08-25T01:03:30.546Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2191 | 2026-08-25T01:03:31.053Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2192 | 2026-08-25T01:03:31.540Z | Compiling phf v0.12.1 |
| 2193 | 2026-08-25T01:03:31.942Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2194 | 2026-08-25T01:03:32.618Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2195 | 2026-08-25T01:03:32.685Z | Compiling pin-project v1.1.10 |
| 2196 | 2026-08-25T01:03:32.712Z | Compiling unicode-normalization v0.1.24 |
| 2197 | 2026-08-25T01:03:32.797Z | Compiling libz-sys v1.1.22 |
| 2198 | 2026-08-25T01:03:33.614Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2199 | 2026-08-25T01:03:33.822Z | Compiling libsw-core v0.3.2 |
| 2200 | 2026-08-25T01:03:34.014Z | Compiling fixedbitset v0.4.2 |
| 2201 | 2026-08-25T01:03:34.495Z | Compiling fixedbitset v0.5.7 |
| 2202 | 2026-08-25T01:03:34.495Z | Compiling highway v1.3.0 |
| 2203 | 2026-08-25T01:03:34.495Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2204 | 2026-08-25T01:03:34.612Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2205 | 2026-08-25T01:03:34.626Z | Compiling petgraph v0.8.2 |
| 2206 | 2026-08-25T01:03:34.792Z | Compiling progenitor v0.10.0 |
| 2207 | 2026-08-25T01:03:34.950Z | Compiling petgraph v0.6.5 |
| 2208 | 2026-08-25T01:03:36.407Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-08-25T01:03:36.470Z | Compiling libsw v3.5.0 |
| 2210 | 2026-08-25T01:03:36.621Z | Compiling olpc-cjson v0.1.4 |
| 2211 | 2026-08-25T01:03:36.654Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2212 | 2026-08-25T01:03:36.704Z | Compiling snafu v0.8.9 |
| 2213 | 2026-08-25T01:03:36.802Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2214 | 2026-08-25T01:03:36.927Z | Compiling chrono-tz v0.10.4 |
| 2215 | 2026-08-25T01:03:37.215Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2216 | 2026-08-25T01:03:37.226Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2217 | 2026-08-25T01:03:38.236Z | Compiling papergrid v0.11.0 |
| 2218 | 2026-08-25T01:03:38.292Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2219 | 2026-08-25T01:03:38.593Z | Compiling strum v0.28.0 |
| 2220 | 2026-08-25T01:03:38.740Z | Compiling globset v0.4.16 |
| 2221 | 2026-08-25T01:03:39.026Z | Compiling const_format v0.2.34 |
| 2222 | 2026-08-25T01:03:39.309Z | Compiling slog-dtrace v0.3.0 |
| 2223 | 2026-08-25T01:03:39.359Z | Compiling cancel-safe-futures v0.1.5 |
| 2224 | 2026-08-25T01:03:39.558Z | Compiling gethostname v0.5.0 |
| 2225 | 2026-08-25T01:03:39.698Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2226 | 2026-08-25T01:03:40.068Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2227 | 2026-08-25T01:03:40.320Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2228 | 2026-08-25T01:03:40.567Z | Compiling pem v3.0.5 |
| 2229 | 2026-08-25T01:03:40.702Z | Compiling bcs v0.1.6 |
| 2230 | 2026-08-25T01:03:40.714Z | Compiling serde_plain v1.0.2 |
| 2231 | 2026-08-25T01:03:40.812Z | Compiling cargo-platform v0.1.9 |
| 2232 | 2026-08-25T01:03:40.963Z | Compiling tagptr v0.2.0 |
| 2233 | 2026-08-25T01:03:41.024Z | Compiling typed-path v0.9.3 |
| 2234 | 2026-08-25T01:03:41.126Z | Compiling linear-map v1.2.0 |
| 2235 | 2026-08-25T01:03:41.323Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2236 | 2026-08-25T01:03:41.939Z | Compiling tough v0.20.0 |
| 2237 | 2026-08-25T01:03:43.186Z | Compiling moka v0.12.11 |
| 2238 | 2026-08-25T01:03:43.220Z | Compiling cargo_metadata v0.18.1 |
| 2239 | 2026-08-25T01:03:43.959Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2240 | 2026-08-25T01:03:44.698Z | Compiling tabled v0.15.0 |
| 2241 | 2026-08-25T01:03:44.912Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2242 | 2026-08-25T01:03:45.030Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2243 | 2026-08-25T01:03:45.304Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2244 | 2026-08-25T01:03:45.572Z | Compiling git2 v0.19.0 |
| 2245 | 2026-08-25T01:03:46.978Z | Compiling steno v0.4.1 |
| 2246 | 2026-08-25T01:03:48.515Z | Compiling cookie v0.18.1 |
| 2247 | 2026-08-25T01:03:48.637Z | Compiling hickory-proto v0.25.2 |
| 2248 | 2026-08-25T01:03:50.575Z | Compiling hickory-resolver v0.25.2 |
| 2249 | 2026-08-25T01:03:51.109Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2250 | 2026-08-25T01:03:53.113Z | Compiling vergen v8.3.2 |
| 2251 | 2026-08-25T01:03:53.518Z | Compiling signal-hook v0.4.4 |
| 2252 | 2026-08-25T01:03:54.033Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2253 | 2026-08-25T01:03:54.638Z | Compiling serial_test_derive v3.5.0 |
| 2254 | 2026-08-25T01:03:55.003Z | Compiling predicates-core v1.0.9 |
| 2255 | 2026-08-25T01:03:55.099Z | Compiling mockall_derive v0.14.0 |
| 2256 | 2026-08-25T01:03:55.404Z | Compiling serial_test v3.5.0 |
| 2257 | 2026-08-25T01:03:55.432Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2258 | 2026-08-25T01:03:55.502Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2259 | 2026-08-25T01:03:55.535Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2260 | 2026-08-25T01:03:56.791Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2261 | 2026-08-25T01:03:57.237Z | Compiling sha2 v0.10.9 |
| 2262 | 2026-08-25T01:03:57.648Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2263 | 2026-08-25T01:03:57.714Z | Compiling mockall v0.14.0 |
| 2264 | 2026-08-25T01:03:57.795Z | Compiling yansi v1.0.1 |
| 2265 | 2026-08-25T01:03:57.954Z | Compiling diff v0.1.13 |
| 2266 | 2026-08-25T01:03:58.127Z | Compiling pretty_assertions v1.4.1 |
| 2267 | 2026-08-25T01:03:58.285Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2268 | 2026-08-25T01:03:59.108Z | Compiling fs-err v3.1.2 |
| 2269 | 2026-08-25T01:03:59.317Z | Compiling predicates-tree v1.0.12 |
| 2270 | 2026-08-25T01:03:59.421Z | Compiling predicates v3.1.3 |
| 2271 | 2026-08-25T01:04:00.546Z | Compiling git-stub v1.0.0 |
| 2272 | 2026-08-25T01:04:00.846Z | Compiling filetime v0.2.26 |
| 2273 | 2026-08-25T01:04:00.888Z | Compiling fragile v2.0.1 |
| 2274 | 2026-08-25T01:04:01.198Z | Compiling constant_time_eq v0.3.1 |
| 2275 | 2026-08-25T01:04:01.216Z | Compiling xattr v1.6.1 |
| 2276 | 2026-08-25T01:04:01.231Z | Compiling arrayref v0.3.9 |
| 2277 | 2026-08-25T01:04:01.291Z | Compiling arrayvec v0.7.6 |
| 2278 | 2026-08-25T01:04:01.619Z | Compiling downcast v0.11.0 |
| 2279 | 2026-08-25T01:04:01.774Z | Compiling is_ci v1.2.0 |
| 2280 | 2026-08-25T01:04:01.774Z | Compiling supports-color v3.0.2 |
| 2281 | 2026-08-25T01:04:01.774Z | Compiling blake3 v1.8.2 |
| 2282 | 2026-08-25T01:04:01.818Z | Compiling tar v0.4.45 |
| 2283 | 2026-08-25T01:04:01.819Z | Compiling toml v0.7.8 |
| 2284 | 2026-08-25T01:04:02.182Z | Compiling git-stub-vcs v0.1.0 |
| 2285 | 2026-08-25T01:04:02.573Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2286 | 2026-08-25T01:04:02.770Z | Compiling signal-hook-tokio v0.4.0 |
| 2287 | 2026-08-25T01:04:03.037Z | Compiling scuffle v0.1.0 |
| 2288 | 2026-08-25T01:04:03.977Z | Compiling drift v0.2.0 |
| 2289 | 2026-08-25T01:04:04.535Z | Compiling kstat-rs v0.2.4 |
| 2290 | 2026-08-25T01:04:04.762Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2291 | 2026-08-25T01:04:04.898Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2292 | 2026-08-25T01:04:05.035Z | Compiling hex-literal v1.1.0 |
| 2293 | 2026-08-25T01:04:05.162Z | Compiling topological-sort v0.2.2 |
| 2294 | 2026-08-25T01:04:05.266Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2295 | 2026-08-25T01:04:05.322Z | Compiling omicron-zone-package v0.12.2 |
| 2296 | 2026-08-25T01:04:05.682Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2297 | 2026-08-25T01:04:05.693Z | Compiling dropshot-api-manager v0.7.2 |
| 2298 | 2026-08-25T01:04:06.904Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2299 | 2026-08-25T01:04:07.341Z | Compiling curl v0.4.50 |
| 2300 | 2026-08-25T01:04:08.102Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2301 | 2026-08-25T01:04:08.180Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2302 | 2026-08-25T01:04:08.268Z | Compiling iddqd v0.4.5 |
| 2303 | 2026-08-25T01:04:08.422Z | Compiling internet-checksum v0.2.1 |
| 2304 | 2026-08-25T01:04:08.575Z | Compiling search_path v0.1.4 |
| 2305 | 2026-08-25T01:04:08.699Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2306 | 2026-08-25T01:04:08.991Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2307 | 2026-08-25T01:04:09.267Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2308 | 2026-08-25T01:04:12.737Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2309 | 2026-08-25T01:04:15.925Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2310 | 2026-08-25T01:05:01.144Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 21s |
| 2311 | 2026-08-25T01:05:01.201Z | Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455) |
| 2312 | 2026-08-25T01:05:01.201Z | |
| 2313 | 2026-08-25T01:05:01.201Z | running 0 tests |
| 2314 | 2026-08-25T01:05:01.201Z | |
| 2315 | 2026-08-25T01:05:01.201Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2316 | 2026-08-25T01:05:01.201Z | |
| 2317 | 2026-08-25T01:05:01.201Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2318 | 2026-08-25T01:05:01.201Z | |
| 2319 | 2026-08-25T01:05:01.201Z | running 0 tests |
| 2320 | 2026-08-25T01:05:01.201Z | |
| 2321 | 2026-08-25T01:05:01.201Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2322 | 2026-08-25T01:05:01.201Z | |
| 2323 | 2026-08-25T01:05:01.201Z | Running unittests src/lib.rs (target/debug/deps/asic-3168fbafa5f02bd2) |
| 2324 | 2026-08-25T01:05:01.201Z | |
| 2325 | 2026-08-25T01:05:01.201Z | running 0 tests |
| 2326 | 2026-08-25T01:05:01.201Z | |
| 2327 | 2026-08-25T01:05:01.201Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2328 | 2026-08-25T01:05:01.201Z | |
| 2329 | 2026-08-25T01:05:01.201Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 2330 | 2026-08-25T01:05:01.201Z | |
| 2331 | 2026-08-25T01:05:01.201Z | running 4 tests |
| 2332 | 2026-08-25T01:05:01.201Z | test nat::tests::test_vni ... ok |
| 2333 | 2026-08-25T01:05:01.202Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2334 | 2026-08-25T01:05:01.202Z | test test_purge ... ok |
| 2335 | 2026-08-25T01:05:01.202Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2336 | 2026-08-25T01:05:01.202Z | |
| 2337 | 2026-08-25T01:05:01.202Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2338 | 2026-08-25T01:05:01.202Z | |
| 2339 | 2026-08-25T01:05:01.202Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 2340 | 2026-08-25T01:05:01.202Z | |
| 2341 | 2026-08-25T01:05:01.202Z | running 1 test |
| 2342 | 2026-08-25T01:05:01.202Z | ------- |
| 2343 | 2026-08-25T01:05:01.202Z | Generating OpenAPI documents from API definitions ... |
| 2344 | 2026-08-25T01:05:01.351Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2345 | 2026-08-25T01:05:01.368Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2346 | 2026-08-25T01:05:02.399Z | ------- |
| 2347 | 2026-08-25T01:05:02.399Z | Checking 13 OpenAPI documents... |
| 2348 | 2026-08-25T01:05:02.399Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2349 | 2026-08-25T01:05:02.399Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2350 | 2026-08-25T01:05:02.399Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2351 | 2026-08-25T01:05:02.399Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2352 | 2026-08-25T01:05:02.453Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2353 | 2026-08-25T01:05:02.454Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2354 | 2026-08-25T01:05:02.454Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2355 | 2026-08-25T01:05:02.454Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2356 | 2026-08-25T01:05:02.454Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2357 | 2026-08-25T01:05:02.454Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2358 | 2026-08-25T01:05:02.454Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2359 | 2026-08-25T01:05:02.454Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2360 | 2026-08-25T01:05:02.454Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2361 | 2026-08-25T01:05:02.454Z | Fresh dpd "latest" symlink |
| 2362 | 2026-08-25T01:05:02.454Z | ------- |
| 2363 | 2026-08-25T01:05:02.454Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 2364 | 2026-08-25T01:05:02.508Z | test test::test_apis_up_to_date ... ok |
| 2365 | 2026-08-25T01:05:02.508Z | |
| 2366 | 2026-08-25T01:05:02.508Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s |
| 2367 | 2026-08-25T01:05:02.508Z | |
| 2368 | 2026-08-25T01:05:02.579Z | Running unittests src/main.rs (target/debug/deps/dpd-21bb189bdb36835c) |
| 2369 | 2026-08-25T01:05:02.579Z | |
| 2370 | 2026-08-25T01:05:02.579Z | running 34 tests |
| 2371 | 2026-08-25T01:05:02.579Z | test freemap::test_ordering ... ok |
| 2372 | 2026-08-25T01:05:02.579Z | test config::tests::test_updates ... ok |
| 2373 | 2026-08-25T01:05:02.579Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2374 | 2026-08-25T01:05:02.579Z | test freemap::test_split ... ok |
| 2375 | 2026-08-25T01:05:02.579Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2376 | 2026-08-25T01:05:02.580Z | test macaddrs::tests::test_mac_offset ... ok |
| 2377 | 2026-08-25T01:05:02.580Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2378 | 2026-08-25T01:05:02.580Z | Aug 25 01:05:01.036Aug 25 01:05:01.036 DEBG created new freemap DEBG, unitcreated new freemap: freemap_test, |
| 2379 | 2026-08-25T01:05:02.580Z | unit: freemap_test |
| 2380 | 2026-08-25T01:05:02.581Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2381 | 2026-08-25T01:05:02.581Z | Aug 25 01:05:01.036 DEBG initted freemap. size: 128, unit: freemap_test |
| 2382 | 2026-08-25T01:05:02.582Z | Aug 25 01:05:01.036 DEBG reset freemap, unit: freemap_test |
| 2383 | 2026-08-25T01:05:02.582Z | Aug 25 01:05:01.036 DEBG initted freemap. size: 128, unit: freemap_test |
| 2384 | 2026-08-25T01:05:02.582Z | Aug 25 01:05:01.036 DEBG reset freemap, unit: freemap_test |
| 2385 | 2026-08-25T01:05:02.582Z | Aug 25 01:05:01.036 DEBG created new freemap, unit: freemap_test |
| 2386 | 2026-08-25T01:05:02.582Z | Aug 25 01:05:01.036 DEBG initted freemap. size: 8, unit: freemap_test |
| 2387 | 2026-08-25T01:05:02.582Z | Aug 25 01:05:01.036 DEBG reset freemap, unit: freemap_test |
| 2388 | 2026-08-25T01:05:02.582Z | Aug 25 01:05:01.036 DEBG created new freemap, unit: freemap_test |
| 2389 | 2026-08-25T01:05:02.582Z | test nat::test_mapping ... ok |
| 2390 | 2026-08-25T01:05:02.582Z | Aug 25 01:05:01.036 DEBG initted freemap. size: 128, unit: freemap_test |
| 2391 | 2026-08-25T01:05:02.584Z | Aug 25 01:05:01.036 DEBG reset freemap, unit: freemap_test |
| 2392 | 2026-08-25T01:05:02.584Z | Aug 25 01:05:01.036 DEBG created new freemap, unit: freemap_test |
| 2393 | 2026-08-25T01:05:02.584Z | Aug 25 01:05:01.036 DEBG initted freemap. size: 128, unit: freemap_test |
| 2394 | 2026-08-25T01:05:02.584Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2395 | 2026-08-25T01:05:02.584Z | Aug 25 01:05:01.036 DEBG reset freemap, unit: freemap_test |
| 2396 | 2026-08-25T01:05:02.584Z | test freemap::test_free ... ok |
| 2397 | 2026-08-25T01:05:02.584Z | test freemap::test_exhaustion ... ok |
| 2398 | 2026-08-25T01:05:02.584Z | test freemap::test_basic ... ok |
| 2399 | 2026-08-25T01:05:02.584Z | test port_map::tests::test_backplane_group ... ok |
| 2400 | 2026-08-25T01:05:02.585Z | test freemap::test_reclaim ... ok |
| 2401 | 2026-08-25T01:05:02.585Z | test port_map::tests::test_port_map ... ok |
| 2402 | 2026-08-25T01:05:02.585Z | test port_map::tests::dump_map ... ok |
| 2403 | 2026-08-25T01:05:02.585Z | Aug 25 01:05:01.037 DEBG created new freemap, unit: freemap_test |
| 2404 | 2026-08-25T01:05:02.585Z | Aug 25 01:05:01.037 DEBG initted freemap. size: 128, unit: freemap_test |
| 2405 | 2026-08-25T01:05:02.585Z | Aug 25 01:05:01.037 DEBG reset freemap, unit: freemap_test |
| 2406 | 2026-08-25T01:05:02.585Z | Aug 25 01:05:01.037 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2407 | 2026-08-25T01:05:02.585Z | Aug 25 01:05:01.037 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2408 | 2026-08-25T01:05:02.585Z | Aug 25 01:05:01.037 Aug 25 01:05:01.037DEBG DEBGinitted freemap. size: 64 , created new freemapunit, :unit :freemap_route_ipv4 |
| 2409 | 2026-08-25T01:05:02.585Z | freemap_route_ipv4 |
| 2410 | 2026-08-25T01:05:02.585Z | Aug 25 01:05:01.037 Aug 25 01:05:01.037DEBG DEBGreset freemap , created new freemapunit, :unit :freemap_route_ipv4 |
| 2411 | 2026-08-25T01:05:02.585Z | freemap_route_ipv6 |
| 2412 | 2026-08-25T01:05:02.585Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 DEBGDEBG initted freemap. size: 64initted freemap. size: 64, , unitunit:: freemap_route_ipv6freemap_route_ipv4 |
| 2413 | 2026-08-25T01:05:02.585Z | |
| 2414 | 2026-08-25T01:05:02.585Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv4 |
| 2415 | 2026-08-25T01:05:02.585Z | |
| 2416 | 2026-08-25T01:05:02.585Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64 |
| 2417 | 2026-08-25T01:05:02.585Z | , unit: freemap_route_ipv6Aug 25 01:05:01.037 |
| 2418 | 2026-08-25T01:05:02.585Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:05:01.037 |
| 2419 | 2026-08-25T01:05:02.585Z | DEBG reset freemap, Aug 25 01:05:01.037unit :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2420 | 2026-08-25T01:05:02.585Z | |
| 2421 | 2026-08-25T01:05:02.585Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2422 | 2026-08-25T01:05:02.585Z | |
| 2423 | 2026-08-25T01:05:02.585Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2424 | 2026-08-25T01:05:02.585Z | |
| 2425 | 2026-08-25T01:05:02.585Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 2426 | 2026-08-25T01:05:02.585Z | |
| 2427 | 2026-08-25T01:05:02.586Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2428 | 2026-08-25T01:05:02.586Z | |
| 2429 | 2026-08-25T01:05:02.586Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 2430 | 2026-08-25T01:05:02.586Z | |
| 2431 | 2026-08-25T01:05:02.586Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2432 | 2026-08-25T01:05:02.586Z | |
| 2433 | 2026-08-25T01:05:02.586Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2434 | 2026-08-25T01:05:02.586Z | |
| 2435 | 2026-08-25T01:05:02.586Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2436 | 2026-08-25T01:05:02.586Z | |
| 2437 | 2026-08-25T01:05:02.586Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2438 | 2026-08-25T01:05:02.586Z | |
| 2439 | 2026-08-25T01:05:02.586Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2440 | 2026-08-25T01:05:02.586Z | |
| 2441 | 2026-08-25T01:05:02.586Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2442 | 2026-08-25T01:05:02.586Z | |
| 2443 | 2026-08-25T01:05:02.586Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2444 | 2026-08-25T01:05:02.586Z | |
| 2445 | 2026-08-25T01:05:02.586Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2446 | 2026-08-25T01:05:02.586Z | |
| 2447 | 2026-08-25T01:05:02.586Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2448 | 2026-08-25T01:05:02.587Z | |
| 2449 | 2026-08-25T01:05:02.587Z | test freemap::test_span ... ok |
| 2450 | 2026-08-25T01:05:02.587Z | Aug 25 01:05:01.037Aug 25 01:05:01.037 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2451 | 2026-08-25T01:05:02.587Z | |
| 2452 | 2026-08-25T01:05:02.587Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2453 | 2026-08-25T01:05:02.587Z | |
| 2454 | 2026-08-25T01:05:02.587Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 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 } }] |
| 2455 | 2026-08-25T01:05:02.587Z | Aug 25 01:05:01.038 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2456 | 2026-08-25T01:05:02.587Z | Aug 25 01:05:01.038 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 } }] |
| 2457 | 2026-08-25T01:05:02.587Z | Aug 25 01:05:01.038 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2458 | 2026-08-25T01:05:02.587Z | Aug 25 01:05:01.038 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 } }] |
| 2459 | 2026-08-25T01:05:02.589Z | Aug 25 01:05:01.038 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2460 | 2026-08-25T01:05:02.589Z | Aug 25 01:05:01.038 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 } }] |
| 2461 | 2026-08-25T01:05:02.589Z | Aug 25 01:05:01.038 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2462 | 2026-08-25T01:05:02.589Z | Aug 25 01:05:01.038 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 } }] |
| 2463 | 2026-08-25T01:05:02.589Z | Aug 25 01:05:01.038 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2464 | 2026-08-25T01:05:02.589Z | Aug 25 01:05:01.038 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 } }] |
| 2465 | 2026-08-25T01:05:02.589Z | Aug 25 01:05:01.038 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2466 | 2026-08-25T01:05:02.589Z | Aug 25 01:05:01.038 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 } }]INFO |
| 2467 | 2026-08-25T01:05:02.589Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2468 | 2026-08-25T01:05:02.644Z | Aug 25 01:05:01.038 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2469 | 2026-08-25T01:05:02.644Z | Aug 25 01:05:01.038 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 } }] |
| 2470 | 2026-08-25T01:05:02.644Z | Aug 25 01:05:01.038 DEBGAug 25 01:05:01.038 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 |
| 2471 | 2026-08-25T01:05:02.644Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2472 | 2026-08-25T01:05:02.644Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:8::/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 } }] |
| 2473 | 2026-08-25T01:05:02.653Z | |
| 2474 | 2026-08-25T01:05:02.653Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2475 | 2026-08-25T01:05:02.653Z | |
| 2476 | 2026-08-25T01:05:02.653Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2477 | 2026-08-25T01:05:02.653Z | |
| 2478 | 2026-08-25T01:05:02.653Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2479 | 2026-08-25T01:05:02.653Z | |
| 2480 | 2026-08-25T01:05:02.653Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 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:a::/64 -> 2001:db8::55:ff |
| 2481 | 2026-08-25T01:05:02.653Z | |
| 2482 | 2026-08-25T01:05:02.653Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:10::/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 } }] |
| 2483 | 2026-08-25T01:05:02.653Z | |
| 2484 | 2026-08-25T01:05:02.653Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:b::/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 } }] |
| 2485 | 2026-08-25T01:05:02.653Z | |
| 2486 | 2026-08-25T01:05:02.653Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 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:11::/64 -> 2001:db8::55:ff |
| 2487 | 2026-08-25T01:05:02.654Z | |
| 2488 | 2026-08-25T01:05:02.660Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2489 | 2026-08-25T01:05:02.660Z | |
| 2490 | 2026-08-25T01:05:02.660Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 2491 | 2026-08-25T01:05:02.660Z | |
| 2492 | 2026-08-25T01:05:02.660Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2493 | 2026-08-25T01:05:02.660Z | created new freemapadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2494 | 2026-08-25T01:05:02.660Z | , unitAug 25 01:05:01.038: Aug 25 01:05:01.038INFO freemap_route_ipv4DEBG |
| 2495 | 2026-08-25T01:05:02.660Z | adding route 3fff:beef:13::/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 } }] |
| 2496 | 2026-08-25T01:05:02.660Z | |
| 2497 | 2026-08-25T01:05:02.660Z | Aug 25 01:05:01.038 Aug 25 01:05:01.038DEBGAug 25 01:05:01.038 created new freemapINFO , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 2498 | 2026-08-25T01:05:02.660Z | unit : replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 2499 | 2026-08-25T01:05:02.660Z | |
| 2500 | 2026-08-25T01:05:02.660Z | Aug 25 01:05:01.038 DEBGAug 25 01:05:01.038Aug 25 01:05:01.038 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 } }] DEBGINFO |
| 2501 | 2026-08-25T01:05:02.660Z | initted freemap. size: 64adding route 3fff:beef:14::/64 -> 2001:db8::55:ff, |
| 2502 | 2026-08-25T01:05:02.661Z | unit: freemap_route_ipv4 |
| 2503 | 2026-08-25T01:05:02.661Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG Aug 25 01:05:01.038adding route 3fff:beef:f::/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 } }] |
| 2504 | 2026-08-25T01:05:02.663Z | |
| 2505 | 2026-08-25T01:05:02.663Z | DEBG reset freemap, Aug 25 01:05:01.038Aug 25 01:05:01.038unit :INFO freemap_route_ipv4DEBG |
| 2506 | 2026-08-25T01:05:02.663Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2507 | 2026-08-25T01:05:02.663Z | |
| 2508 | 2026-08-25T01:05:02.663Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038DEBGDEBG INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2509 | 2026-08-25T01:05:02.663Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2510 | 2026-08-25T01:05:02.663Z | initted freemap. size: 64, unit:Aug 25 01:05:01.038 Aug 25 01:05:01.038INFO freemap_route_ipv6DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2511 | 2026-08-25T01:05:02.663Z | |
| 2512 | 2026-08-25T01:05:02.663Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.038 |
| 2513 | 2026-08-25T01:05:02.663Z | Aug 25 01:05:01.038Aug 25 01:05:01.038DEBG DEBGcreated new freemapAug 25 01:05:01.038 , unitreset freemap:, DEBGunit freemap_route_ipv4:INFO |
| 2514 | 2026-08-25T01:05:02.663Z | freemap_route_ipv6 |
| 2515 | 2026-08-25T01:05:02.663Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2516 | 2026-08-25T01:05:02.663Z | |
| 2517 | 2026-08-25T01:05:02.663Z | Aug 25 01:05:01.038 DEBG created new freemapAug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038DEBG , unitINFOINFO : replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2518 | 2026-08-25T01:05:02.663Z | freemap_route_ipv6 |
| 2519 | 2026-08-25T01:05:02.663Z | |
| 2520 | 2026-08-25T01:05:02.663Z | |
| 2521 | 2026-08-25T01:05:02.668Z | Aug 25 01:05:01.038Aug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 2522 | 2026-08-25T01:05:02.668Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 2523 | 2026-08-25T01:05:02.668Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff, Aug 25 01:05:01.038 |
| 2524 | 2026-08-25T01:05:02.668Z | unit INFO: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4 |
| 2525 | 2026-08-25T01:05:02.668Z | |
| 2526 | 2026-08-25T01:05:02.668Z | Aug 25 01:05:01.038 INFOAug 25 01:05:01.038 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGAug 25 01:05:01.038 |
| 2527 | 2026-08-25T01:05:02.668Z | 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 } }]DEBGAug 25 01:05:01.038 |
| 2528 | 2026-08-25T01:05:02.668Z | DEBGreset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:05:01.038unit |
| 2529 | 2026-08-25T01:05:02.668Z | 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 } }]freemap_route_ipv4 |
| 2530 | 2026-08-25T01:05:02.668Z | Aug 25 01:05:01.038 |
| 2531 | 2026-08-25T01:05:02.668Z | INFO Aug 25 01:05:01.038adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2532 | 2026-08-25T01:05:02.668Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2533 | 2026-08-25T01:05:02.669Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2534 | 2026-08-25T01:05:02.669Z | Aug 25 01:05:01.038 Aug 25 01:05:01.038DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2535 | 2026-08-25T01:05:02.669Z | 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 } }] |
| 2536 | 2026-08-25T01:05:02.669Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2537 | 2026-08-25T01:05:02.669Z | |
| 2538 | 2026-08-25T01:05:02.669Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 2539 | 2026-08-25T01:05:02.669Z | |
| 2540 | 2026-08-25T01:05:02.669Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2541 | 2026-08-25T01:05:02.669Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2542 | 2026-08-25T01:05:02.669Z | |
| 2543 | 2026-08-25T01:05:02.669Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038DEBG DEBG 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 } }] |
| 2544 | 2026-08-25T01:05:02.669Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2545 | 2026-08-25T01:05:02.669Z | |
| 2546 | 2026-08-25T01:05:02.669Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFOINFO Aug 25 01:05:01.038 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2547 | 2026-08-25T01:05:02.669Z | |
| 2548 | 2026-08-25T01:05:02.669Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2549 | 2026-08-25T01:05:02.669Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038DEBG 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 } }]replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2550 | 2026-08-25T01:05:02.669Z | |
| 2551 | 2026-08-25T01:05:02.669Z | 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 } }] |
| 2552 | 2026-08-25T01:05:02.669Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFOINFOAug 25 01:05:01.038 INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2553 | 2026-08-25T01:05:02.669Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2554 | 2026-08-25T01:05:02.669Z | |
| 2555 | 2026-08-25T01:05:02.669Z | Aug 25 01:05:01.038 Aug 25 01:05:01.038Aug 25 01:05:01.038 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: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 } }] |
| 2556 | 2026-08-25T01:05:02.669Z | |
| 2557 | 2026-08-25T01:05:02.669Z | DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.038 |
| 2558 | 2026-08-25T01:05:02.669Z | INFOAug 25 01:05:01.038 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 2559 | 2026-08-25T01:05:02.669Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 01:05:01.038 |
| 2560 | 2026-08-25T01:05:02.669Z | INFOAug 25 01:05:01.038 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGAug 25 01:05:01.038 |
| 2561 | 2026-08-25T01:05:02.669Z | replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2562 | 2026-08-25T01:05:02.669Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.038 |
| 2563 | 2026-08-25T01:05:02.670Z | Aug 25 01:05:01.038DEBG INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2564 | 2026-08-25T01:05:02.671Z | Aug 25 01:05:01.038adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2565 | 2026-08-25T01:05:02.671Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 01:05:01.038Aug 25 01:05:01.038 |
| 2566 | 2026-08-25T01:05:02.676Z | INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2567 | 2026-08-25T01:05:02.676Z | |
| 2568 | 2026-08-25T01:05:02.721Z | Aug 25 01:05:01.038 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 } }] |
| 2569 | 2026-08-25T01:05:02.721Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 25 01:05:01.038 |
| 2570 | 2026-08-25T01:05:02.721Z | 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 } }] |
| 2571 | 2026-08-25T01:05:02.721Z | INFO Aug 25 01:05:01.038adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2572 | 2026-08-25T01:05:02.721Z | DEBG Aug 25 01:05:01.038replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:05:01.038INFO |
| 2573 | 2026-08-25T01:05:02.721Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 2574 | 2026-08-25T01:05:02.721Z | 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 } }] |
| 2575 | 2026-08-25T01:05:02.721Z | Aug 25 01:05:01.038 Aug 25 01:05:01.038INFO Aug 25 01:05:01.038DEBG adding route 3fff:beef:6::/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 } }] |
| 2576 | 2026-08-25T01:05:02.721Z | |
| 2577 | 2026-08-25T01:05:02.721Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2578 | 2026-08-25T01:05:02.721Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2579 | 2026-08-25T01:05:02.721Z | test api_server::tests::test_build_info ... ok |
| 2580 | 2026-08-25T01:05:02.721Z | DEBG |
| 2581 | 2026-08-25T01:05:02.721Z | 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 } }] |
| 2582 | 2026-08-25T01:05:02.722Z | Aug 25 01:05:01.038 INFO Aug 25 01:05:01.038Aug 25 01:05:01.038adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2583 | 2026-08-25T01:05:02.722Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG |
| 2584 | 2026-08-25T01:05:02.722Z | 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 } }] |
| 2585 | 2026-08-25T01:05:02.722Z | Aug 25 01:05:01.038 DEBGAug 25 01:05:01.038 Aug 25 01:05:01.038DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 3fff:beef: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 } }] |
| 2586 | 2026-08-25T01:05:02.722Z | |
| 2587 | 2026-08-25T01:05:02.722Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2588 | 2026-08-25T01:05:02.722Z | Aug 25 01:05:01.038 Aug 25 01:05:01.038Aug 25 01:05:01.038INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 2589 | 2026-08-25T01:05:02.722Z | INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2590 | 2026-08-25T01:05:02.722Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 01:05:01.038 |
| 2591 | 2026-08-25T01:05:02.722Z | DEBGAug 25 01:05:01.038 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.038 |
| 2592 | 2026-08-25T01:05:02.722Z | INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.038 |
| 2593 | 2026-08-25T01:05:02.722Z | INFO |
| 2594 | 2026-08-25T01:05:02.722Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 01:05:01.038 |
| 2595 | 2026-08-25T01:05:02.722Z | DEBG Aug 25 01:05:01.038replacing 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 } }] |
| 2596 | 2026-08-25T01:05:02.722Z | INFO Aug 25 01:05:01.038adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2597 | 2026-08-25T01:05:02.724Z | DEBGAug 25 01:05:01.038 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2598 | 2026-08-25T01:05:02.724Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2599 | 2026-08-25T01:05:02.724Z | Aug 25 01:05:01.038 Aug 25 01:05:01.038Aug 25 01:05:01.038DEBG 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 } }]DEBGINFO |
| 2600 | 2026-08-25T01:05:02.724Z | 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 } }] |
| 2601 | 2026-08-25T01:05:02.724Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2602 | 2026-08-25T01:05:02.724Z | Aug 25 01:05:01.038Aug 25 01:05:01.038Aug 25 01:05:01.038 INFO DEBGINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2603 | 2026-08-25T01:05:02.724Z | 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 } }] |
| 2604 | 2026-08-25T01:05:02.724Z | |
| 2605 | 2026-08-25T01:05:02.724Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038 INFODEBGDEBG adding route 3fff:beef:26::/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 } }] |
| 2606 | 2026-08-25T01:05:02.724Z | |
| 2607 | 2026-08-25T01:05:02.724Z | 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 } }] |
| 2608 | 2026-08-25T01:05:02.724Z | Aug 25 01:05:01.038Aug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBGINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2609 | 2026-08-25T01:05:02.724Z | adding route 3fff:beef:b::/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 } }] |
| 2610 | 2026-08-25T01:05:02.724Z | |
| 2611 | 2026-08-25T01:05:02.724Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 DEBGDEBGAug 25 01:05:01.038 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 } }] |
| 2612 | 2026-08-25T01:05:02.724Z | 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 } }] |
| 2613 | 2026-08-25T01:05:02.724Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2614 | 2026-08-25T01:05:02.724Z | Aug 25 01:05:01.038 Aug 25 01:05:01.038INFO Aug 25 01:05:01.038 DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 2615 | 2026-08-25T01:05:02.724Z | INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2616 | 2026-08-25T01:05:02.724Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 25 01:05:01.038 |
| 2617 | 2026-08-25T01:05:02.724Z | , DEBGAug 25 01:05:01.038unit : Aug 25 01:05:01.038 freemap_route_ipv6INFODEBG |
| 2618 | 2026-08-25T01:05:02.725Z | 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: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 } }] |
| 2619 | 2026-08-25T01:05:02.725Z | |
| 2620 | 2026-08-25T01:05:02.725Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2621 | 2026-08-25T01:05:02.725Z | Aug 25 01:05:01.038Aug 25 01:05:01.038Aug 25 01:05:01.038 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 2622 | 2026-08-25T01:05:02.725Z | |
| 2623 | 2026-08-25T01:05:02.725Z | Aug 25 01:05:01.038 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 |
| 2624 | 2026-08-25T01:05:02.725Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 DEBG reset freemap DEBGAug 25 01:05:01.038, replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]unitINFO |
| 2625 | 2026-08-25T01:05:02.725Z | |
| 2626 | 2026-08-25T01:05:02.725Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff: |
| 2627 | 2026-08-25T01:05:02.725Z | freemap_route_ipv6Aug 25 01:05:01.038 |
| 2628 | 2026-08-25T01:05:02.725Z | Aug 25 01:05:01.038 DEBG Aug 25 01:05:01.038replacing 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 |
| 2629 | 2026-08-25T01:05:02.725Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 25 01:05:01.038 |
| 2630 | 2026-08-25T01:05:02.725Z | INFOINFOAug 25 01:05:01.038 Aug 25 01:05:01.038adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBG |
| 2631 | 2026-08-25T01:05:02.725Z | INFO |
| 2632 | 2026-08-25T01:05:02.725Z | 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 } }] |
| 2633 | 2026-08-25T01:05:02.725Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2634 | 2026-08-25T01:05:02.725Z | Aug 25 01:05:01.038Aug 25 01:05:01.038 DEBGAug 25 01:05:01.038Aug 25 01:05:01.038DEBG 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGINFO |
| 2635 | 2026-08-25T01:05:02.725Z | 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 } }] |
| 2636 | 2026-08-25T01:05:02.725Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2637 | 2026-08-25T01:05:02.725Z | |
| 2638 | 2026-08-25T01:05:02.725Z | Aug 25 01:05:01.038Aug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038 DEBGINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 2639 | 2026-08-25T01:05:02.725Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2640 | 2026-08-25T01:05:02.725Z | |
| 2641 | 2026-08-25T01:05:02.725Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 01:05:01.038 |
| 2642 | 2026-08-25T01:05:02.725Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:05:01.038 |
| 2643 | 2026-08-25T01:05:02.726Z | Aug 25 01:05:01.038 INFODEBG Aug 25 01:05:01.038Aug 25 01:05:01.038 adding route 3fff:beef:10::/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 } }] |
| 2644 | 2026-08-25T01:05:02.726Z | |
| 2645 | 2026-08-25T01:05:02.726Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2646 | 2026-08-25T01:05:02.727Z | DEBGAug 25 01:05:01.038Aug 25 01:05:01.038 DEBG INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2c::/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 } }] |
| 2647 | 2026-08-25T01:05:02.727Z | |
| 2648 | 2026-08-25T01:05:02.727Z | |
| 2649 | 2026-08-25T01:05:02.727Z | Aug 25 01:05:01.038 DEBG Aug 25 01:05:01.038replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.038 Aug 25 01:05:01.038DEBG |
| 2650 | 2026-08-25T01:05:02.727Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 2651 | 2026-08-25T01:05:02.727Z | Aug 25 01:05:01.038adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2652 | 2026-08-25T01:05:02.727Z | INFO Aug 25 01:05:01.039adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2653 | 2026-08-25T01:05:02.727Z | Aug 25 01:05:01.039 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 } }] DEBGDEBG |
| 2654 | 2026-08-25T01:05:02.727Z | 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: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 } }] |
| 2655 | 2026-08-25T01:05:02.727Z | |
| 2656 | 2026-08-25T01:05:02.727Z | Aug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039 INFOINFOAug 25 01:05:01.039 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO |
| 2657 | 2026-08-25T01:05:02.727Z | DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2658 | 2026-08-25T01:05:02.727Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2659 | 2026-08-25T01:05:02.727Z | 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 } }] |
| 2660 | 2026-08-25T01:05:02.727Z | Aug 25 01:05:01.039Aug 25 01:05:01.039 Aug 25 01:05:01.039 DEBGDEBG DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2661 | 2026-08-25T01:05:02.727Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039 |
| 2662 | 2026-08-25T01:05:02.727Z | Aug 25 01:05:01.039 |
| 2663 | 2026-08-25T01:05:02.727Z | INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 25 01:05:01.039Aug 25 01:05:01.039 |
| 2664 | 2026-08-25T01:05:02.727Z | INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2665 | 2026-08-25T01:05:02.727Z | |
| 2666 | 2026-08-25T01:05:02.728Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 01:05:01.039 |
| 2667 | 2026-08-25T01:05:02.728Z | DEBGAug 25 01:05:01.039 Aug 25 01:05:01.039replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:05:01.039DEBG |
| 2668 | 2026-08-25T01:05:02.796Z | 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 } }]DEBGDEBG |
| 2669 | 2026-08-25T01:05:02.797Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2670 | 2026-08-25T01:05:02.797Z | |
| 2671 | 2026-08-25T01:05:02.797Z | Aug 25 01:05:01.039 Aug 25 01:05:01.039Aug 25 01:05:01.039INFOAug 25 01:05:01.039 INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2672 | 2026-08-25T01:05:02.797Z | |
| 2673 | 2026-08-25T01:05:02.797Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO |
| 2674 | 2026-08-25T01:05:02.797Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2675 | 2026-08-25T01:05:02.797Z | Aug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039 DEBGDEBG 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: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 } }] |
| 2676 | 2026-08-25T01:05:02.797Z | |
| 2677 | 2026-08-25T01:05:02.797Z | Aug 25 01:05:01.039replacing 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 } }] |
| 2678 | 2026-08-25T01:05:02.797Z | DEBG Aug 25 01:05:01.039replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:05:01.039INFO Aug 25 01:05:01.039INFO |
| 2679 | 2026-08-25T01:05:02.797Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2680 | 2026-08-25T01:05:02.797Z | |
| 2681 | 2026-08-25T01:05:02.797Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 25 01:05:01.039 |
| 2682 | 2026-08-25T01:05:02.797Z | INFOAug 25 01:05:01.039Aug 25 01:05:01.039 Aug 25 01:05:01.039DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2683 | 2026-08-25T01:05:02.800Z | DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2684 | 2026-08-25T01:05:02.800Z | 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 } }] |
| 2685 | 2026-08-25T01:05:02.800Z | |
| 2686 | 2026-08-25T01:05:02.800Z | Aug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039 INFOINFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2687 | 2026-08-25T01:05:02.800Z | 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 } }] |
| 2688 | 2026-08-25T01:05:02.800Z | Aug 25 01:05:01.039 DEBG created new freemapAug 25 01:05:01.039, unit :INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2689 | 2026-08-25T01:05:02.800Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2690 | 2026-08-25T01:05:02.800Z | |
| 2691 | 2026-08-25T01:05:02.800Z | Aug 25 01:05:01.039 Aug 25 01:05:01.039Aug 25 01:05:01.039 DEBG DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2692 | 2026-08-25T01:05:02.800Z | created new 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 } }], |
| 2693 | 2026-08-25T01:05:02.800Z | unit:Aug 25 01:05:01.039 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2694 | 2026-08-25T01:05:02.800Z | Aug 25 01:05:01.039 Aug 25 01:05:01.039freemap_route_ipv6 |
| 2695 | 2026-08-25T01:05:02.800Z | INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2696 | 2026-08-25T01:05:02.800Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039 |
| 2697 | 2026-08-25T01:05:02.800Z | DEBGAug 25 01:05:01.039 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 } }] |
| 2698 | 2026-08-25T01:05:02.805Z | Aug 25 01:05:01.039 Aug 25 01:05:01.039INFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2699 | 2026-08-25T01:05:02.805Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2700 | 2026-08-25T01:05:02.805Z | Aug 25 01:05:01.039 initted freemap. size: 64DEBG, Aug 25 01:05:01.039 unitreplacing 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 } }]: |
| 2701 | 2026-08-25T01:05:02.805Z | freemap_route_ipv4DEBG |
| 2702 | 2026-08-25T01:05:02.805Z | 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 } }] |
| 2703 | 2026-08-25T01:05:02.805Z | Aug 25 01:05:01.039 Aug 25 01:05:01.039DEBG Aug 25 01:05:01.039INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ffreset freemap |
| 2704 | 2026-08-25T01:05:02.805Z | , adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffunit |
| 2705 | 2026-08-25T01:05:02.805Z | Aug 25 01:05:01.039: freemap_route_ipv4DEBG |
| 2706 | 2026-08-25T01:05:02.805Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039 |
| 2707 | 2026-08-25T01:05:02.805Z | DEBGAug 25 01:05:01.039 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039 |
| 2708 | 2026-08-25T01:05:02.805Z | DEBG initted freemap. size: 64INFO, unitadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff: |
| 2709 | 2026-08-25T01:05:02.806Z | freemap_route_ipv6 |
| 2710 | 2026-08-25T01:05:02.806Z | Aug 25 01:05:01.039 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 25 01:05:01.039 |
| 2711 | 2026-08-25T01:05:02.806Z | DEBGAug 25 01:05:01.039 reset freemapDEBG , replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 2712 | 2026-08-25T01:05:02.806Z | :Aug 25 01:05:01.039 freemap_route_ipv6DEBG |
| 2713 | 2026-08-25T01:05:02.806Z | 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 } }] |
| 2714 | 2026-08-25T01:05:02.806Z | Aug 25 01:05:01.039 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2715 | 2026-08-25T01:05:02.806Z | Aug 25 01:05:01.039Aug 25 01:05:01.039 DEBGINFO Aug 25 01:05:01.039replacing 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 } }] |
| 2716 | 2026-08-25T01:05:02.806Z | Aug 25 01:05:01.039INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2717 | 2026-08-25T01:05:02.806Z | INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 01:05:01.039 |
| 2718 | 2026-08-25T01:05:02.806Z | Aug 25 01:05:01.039adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 2719 | 2026-08-25T01:05:02.806Z | DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2720 | 2026-08-25T01:05:02.806Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2721 | 2026-08-25T01:05:02.806Z | Aug 25 01:05:01.039Aug 25 01:05:01.039 DEBGDEBGAug 25 01:05:01.039 Aug 25 01:05:01.039 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 } }] |
| 2722 | 2026-08-25T01:05:02.806Z | DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2723 | 2026-08-25T01:05:02.806Z | |
| 2724 | 2026-08-25T01:05:02.806Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:05:01.039 |
| 2725 | 2026-08-25T01:05:02.806Z | INFO Aug 25 01:05:01.039adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2726 | 2026-08-25T01:05:02.806Z | Aug 25 01:05:01.039INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2727 | 2026-08-25T01:05:02.806Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 25 01:05:01.039 |
| 2728 | 2026-08-25T01:05:02.806Z | 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 } }] |
| 2729 | 2026-08-25T01:05:02.806Z | Aug 25 01:05:01.039 DEBGAug 25 01:05:01.039 Aug 25 01:05:01.039DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2730 | 2026-08-25T01:05:02.806Z | |
| 2731 | 2026-08-25T01:05:02.806Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2732 | 2026-08-25T01:05:02.806Z | Aug 25 01:05:01.039 INFOAug 25 01:05:01.039Aug 25 01:05:01.039 INFODEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2733 | 2026-08-25T01:05:02.807Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2734 | 2026-08-25T01:05:02.807Z | |
| 2735 | 2026-08-25T01:05:02.807Z | Aug 25 01:05:01.039 DEBG Aug 25 01:05:01.039replacing 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 } }] |
| 2736 | 2026-08-25T01:05:02.807Z | DEBGAug 25 01:05:01.039 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 |
| 2737 | 2026-08-25T01:05:02.807Z | Aug 25 01:05:01.039adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2738 | 2026-08-25T01:05:02.807Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 01:05:01.039 |
| 2739 | 2026-08-25T01:05:02.807Z | INFOAug 25 01:05:01.039 DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 01:05:01.039 |
| 2740 | 2026-08-25T01:05:02.807Z | DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2741 | 2026-08-25T01:05:02.807Z | |
| 2742 | 2026-08-25T01:05:02.807Z | Aug 25 01:05:01.039 Aug 25 01:05:01.039DEBGAug 25 01:05:01.039 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 } }]INFOINFO |
| 2743 | 2026-08-25T01:05:02.807Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2744 | 2026-08-25T01:05:02.807Z | |
| 2745 | 2026-08-25T01:05:02.807Z | Aug 25 01:05:01.039 Aug 25 01:05:01.039INFO Aug 25 01:05:01.039DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2746 | 2026-08-25T01:05:02.807Z | 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 } }] |
| 2747 | 2026-08-25T01:05:02.807Z | DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039 |
| 2748 | 2026-08-25T01:05:02.807Z | DEBG Aug 25 01:05:01.039replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039 |
| 2749 | 2026-08-25T01:05:02.807Z | INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 01:05:01.039 |
| 2750 | 2026-08-25T01:05:02.807Z | DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039 |
| 2751 | 2026-08-25T01:05:02.807Z | |
| 2752 | 2026-08-25T01:05:02.807Z | Aug 25 01:05:01.039 INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 01:05:01.039 |
| 2753 | 2026-08-25T01:05:02.807Z | DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:05:01.039 |
| 2754 | 2026-08-25T01:05:02.807Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2755 | 2026-08-25T01:05:02.807Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2756 | 2026-08-25T01:05:02.807Z | Aug 25 01:05:01.039Aug 25 01:05:01.039 Aug 25 01:05:01.039INFOAug 25 01:05:01.039 DEBGINFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2757 | 2026-08-25T01:05:02.808Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2758 | 2026-08-25T01:05:02.808Z | |
| 2759 | 2026-08-25T01:05:02.808Z | |
| 2760 | 2026-08-25T01:05:02.808Z | Aug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039 INFODEBG DEBG INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2761 | 2026-08-25T01:05:02.808Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2762 | 2026-08-25T01:05:02.808Z | |
| 2763 | 2026-08-25T01:05:02.808Z | |
| 2764 | 2026-08-25T01:05:02.808Z | Aug 25 01:05:01.039Aug 25 01:05:01.039 Aug 25 01:05:01.039Aug 25 01:05:01.039 INFODEBG 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 } }] adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 2765 | 2026-08-25T01:05:02.808Z | |
| 2766 | 2026-08-25T01:05:02.808Z | |
| 2767 | 2026-08-25T01:05:02.808Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2768 | 2026-08-25T01:05:02.829Z | Aug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039 INFODEBG adding route 3fff:beef:34::/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 } }] |
| 2769 | 2026-08-25T01:05:02.829Z | INFO |
| 2770 | 2026-08-25T01:05:02.829Z | Aug 25 01:05:01.039 DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2771 | 2026-08-25T01:05:02.830Z | Aug 25 01:05:01.039Aug 25 01:05:01.039replacing 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 } }] |
| 2772 | 2026-08-25T01:05:02.830Z | DEBGINFO Aug 25 01:05:01.039adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 01:05:01.039replacing 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 } }] |
| 2773 | 2026-08-25T01:05:02.830Z | INFODEBG |
| 2774 | 2026-08-25T01:05:02.830Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2775 | 2026-08-25T01:05:02.830Z | |
| 2776 | 2026-08-25T01:05:02.830Z | Aug 25 01:05:01.039Aug 25 01:05:01.039 Aug 25 01:05:01.039DEBG 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 } }]Aug 25 01:05:01.039 |
| 2777 | 2026-08-25T01:05:02.830Z | INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2778 | 2026-08-25T01:05:02.830Z | |
| 2779 | 2026-08-25T01:05:02.830Z | 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 } }] |
| 2780 | 2026-08-25T01:05:02.830Z | Aug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039 INFOAug 25 01:05:01.039 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGDEBGINFO |
| 2781 | 2026-08-25T01:05:02.830Z | 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: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 } }] |
| 2782 | 2026-08-25T01:05:02.830Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2783 | 2026-08-25T01:05:02.830Z | |
| 2784 | 2026-08-25T01:05:02.831Z | Aug 25 01:05:01.039 DEBG Aug 25 01:05:01.039Aug 25 01:05:01.039 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039 |
| 2785 | 2026-08-25T01:05:02.831Z | INFODEBG 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 |
| 2786 | 2026-08-25T01:05:02.831Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 01:05:01.039 |
| 2787 | 2026-08-25T01:05:02.831Z | INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff Aug 25 01:05:01.039 |
| 2788 | 2026-08-25T01:05:02.831Z | Aug 25 01:05:01.039adding route 3fff:beef:26::/64 -> 2001:db8::55:ff INFODEBG |
| 2789 | 2026-08-25T01:05:02.831Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2790 | 2026-08-25T01:05:02.831Z | |
| 2791 | 2026-08-25T01:05:02.831Z | Aug 25 01:05:01.039 Aug 25 01:05:01.039Aug 25 01:05:01.039 DEBGDEBG Aug 25 01:05:01.039 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: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 } }] |
| 2792 | 2026-08-25T01:05:02.831Z | INFO DEBG |
| 2793 | 2026-08-25T01:05:02.831Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2794 | 2026-08-25T01:05:02.831Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039 |
| 2795 | 2026-08-25T01:05:02.831Z | Aug 25 01:05:01.039 INFOINFOAug 25 01:05:01.039 Aug 25 01:05:01.039 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG |
| 2796 | 2026-08-25T01:05:02.831Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2797 | 2026-08-25T01:05:02.831Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 25 01:05:01.039 |
| 2798 | 2026-08-25T01:05:02.831Z | |
| 2799 | 2026-08-25T01:05:02.831Z | DEBG Aug 25 01:05:01.039replacing 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 } }] |
| 2800 | 2026-08-25T01:05:02.831Z | Aug 25 01:05:01.039Aug 25 01:05:01.039 DEBGINFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff Aug 25 01:05:01.039replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2801 | 2026-08-25T01:05:02.831Z | INFO |
| 2802 | 2026-08-25T01:05:02.831Z | |
| 2803 | 2026-08-25T01:05:02.831Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2804 | 2026-08-25T01:05:02.831Z | Aug 25 01:05:01.039Aug 25 01:05:01.039 Aug 25 01:05:01.039DEBG Aug 25 01:05:01.039 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 } }]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 } }] INFO |
| 2805 | 2026-08-25T01:05:02.831Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2806 | 2026-08-25T01:05:02.831Z | |
| 2807 | 2026-08-25T01:05:02.831Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2808 | 2026-08-25T01:05:02.831Z | Aug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039 Aug 25 01:05:01.039INFO DEBGINFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2809 | 2026-08-25T01:05:02.831Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG |
| 2810 | 2026-08-25T01:05:02.832Z | Aug 25 01:05:01.039 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 |
| 2811 | 2026-08-25T01:05:02.832Z | Aug 25 01:05:01.039replacing 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: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 } }] |
| 2812 | 2026-08-25T01:05:02.832Z | DEBG |
| 2813 | 2026-08-25T01:05:02.832Z | Aug 25 01:05:01.039replacing 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 } }] |
| 2814 | 2026-08-25T01:05:02.832Z | INFOAug 25 01:05:01.039 Aug 25 01:05:01.039Aug 25 01:05:01.039INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO |
| 2815 | 2026-08-25T01:05:02.832Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2816 | 2026-08-25T01:05:02.832Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2817 | 2026-08-25T01:05:02.832Z | Aug 25 01:05:01.039INFOAug 25 01:05:01.039 Aug 25 01:05:01.039DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff DEBG |
| 2818 | 2026-08-25T01:05:02.832Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2819 | 2026-08-25T01:05:02.832Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039 |
| 2820 | 2026-08-25T01:05:02.832Z | DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:05:01.039replacing 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 } }] |
| 2821 | 2026-08-25T01:05:02.832Z | |
| 2822 | 2026-08-25T01:05:02.832Z | INFOAug 25 01:05:01.039 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2823 | 2026-08-25T01:05:02.832Z | INFOAug 25 01:05:01.039 Aug 25 01:05:01.039 Aug 25 01:05:01.039adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO INFO |
| 2824 | 2026-08-25T01:05:02.832Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2825 | 2026-08-25T01:05:02.832Z | 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 } }] |
| 2826 | 2026-08-25T01:05:02.832Z | |
| 2827 | 2026-08-25T01:05:02.832Z | Aug 25 01:05:01.039 DEBGAug 25 01:05:01.039 Aug 25 01:05:01.039 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 } }] DEBGAug 25 01:05:01.039DEBG |
| 2828 | 2026-08-25T01:05:02.832Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2829 | 2026-08-25T01:05:02.832Z | |
| 2830 | 2026-08-25T01:05:02.832Z | 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 } }] |
| 2831 | 2026-08-25T01:05:02.832Z | Aug 25 01:05:01.039Aug 25 01:05:01.039 DEBGINFOAug 25 01:05:01.039Aug 25 01:05:01.039 INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2832 | 2026-08-25T01:05:02.832Z | |
| 2833 | 2026-08-25T01:05:02.832Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2834 | 2026-08-25T01:05:02.832Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 01:05:01.039 |
| 2835 | 2026-08-25T01:05:02.832Z | Aug 25 01:05:01.039 Aug 25 01:05:01.039DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039DEBG |
| 2836 | 2026-08-25T01:05:02.832Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 2837 | 2026-08-25T01:05:02.832Z | 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 } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2838 | 2026-08-25T01:05:02.832Z | DEBG |
| 2839 | 2026-08-25T01:05:02.832Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039 Aug 25 01:05:01.041INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 25 01:05:01.040 |
| 2840 | 2026-08-25T01:05:02.832Z | created new freemapDEBG, unitcreated new freemap: , freemap_route_ipv4unit |
| 2841 | 2026-08-25T01:05:02.832Z | : freemap_route_ipv4 |
| 2842 | 2026-08-25T01:05:02.832Z | |
| 2843 | 2026-08-25T01:05:02.832Z | Aug 25 01:05:01.049 Aug 25 01:05:01.039Aug 25 01:05:01.049 INFODEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 2844 | 2026-08-25T01:05:02.833Z | |
| 2845 | 2026-08-25T01:05:02.833Z | Aug 25 01:05:01.049DEBG DEBGcreated new freemapAug 25 01:05:01.049 Aug 25 01:05:01.049replacing 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 } }] , |
| 2846 | 2026-08-25T01:05:02.833Z | DEBGunit : DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2847 | 2026-08-25T01:05:02.833Z | freemap_route_ipv6Aug 25 01:05:01.049 |
| 2848 | 2026-08-25T01:05:02.833Z | |
| 2849 | 2026-08-25T01:05:02.833Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 25 01:05:01.049 |
| 2850 | 2026-08-25T01:05:02.833Z | DEBG Aug 25 01:05:01.049initted freemap. size: 64 , INFOunit :adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 2851 | 2026-08-25T01:05:02.833Z | freemap_route_ipv4Aug 25 01:05:01.049 |
| 2852 | 2026-08-25T01:05:02.833Z | DEBGAug 25 01:05:01.049 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2853 | 2026-08-25T01:05:02.833Z | Aug 25 01:05:01.041Aug 25 01:05:01.049 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 } }] |
| 2854 | 2026-08-25T01:05:02.833Z | DEBGDEBG reset freemapcreated new freemap, Aug 25 01:05:01.049, Aug 25 01:05:01.049unitunit :INFOINFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff: |
| 2855 | 2026-08-25T01:05:02.833Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 2856 | 2026-08-25T01:05:02.833Z | freemap_route_ipv4 |
| 2857 | 2026-08-25T01:05:02.833Z | |
| 2858 | 2026-08-25T01:05:02.833Z | Aug 25 01:05:01.049 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 } }] |
| 2859 | 2026-08-25T01:05:02.833Z | Aug 25 01:05:01.049 Aug 25 01:05:01.049Aug 25 01:05:01.040 Aug 25 01:05:01.049 DEBGDEBGDEBG Aug 25 01:05:01.049 initted freemap. size: 64created new freemapDEBG, created new freemapunit, unitDEBG:: , failed to allocate space for the new target listfreemap_route_ipv4unit |
| 2860 | 2026-08-25T01:05:02.833Z | |
| 2861 | 2026-08-25T01:05:02.833Z | : freemap_route_ipv6 |
| 2862 | 2026-08-25T01:05:02.833Z | 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_ipv6 |
| 2863 | 2026-08-25T01:05:02.833Z | |
| 2864 | 2026-08-25T01:05:02.833Z | Aug 25 01:05:01.049Aug 25 01:05:01.049 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 |
| 2865 | 2026-08-25T01:05:02.833Z | , Aug 25 01:05:01.049unit :DEBG Aug 25 01:05:01.049Aug 25 01:05:01.049freemap_route_ipv6 Aug 25 01:05:01.049 |
| 2866 | 2026-08-25T01:05:02.833Z | DEBG INFOcreated new freemap , failed to allocate space for the new target listunit: |
| 2867 | 2026-08-25T01:05:02.833Z | freemap_route_ipv6DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2868 | 2026-08-25T01:05:03.468Z | Aug 25 01:05:01.049, |
| 2869 | 2026-08-25T01:05:03.468Z | unit : INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2870 | 2026-08-25T01:05:03.468Z | Aug 25 01:05:01.049 |
| 2871 | 2026-08-25T01:05:03.468Z | Aug 25 01:05:01.049DEBG Aug 25 01:05:01.049Aug 25 01:05:01.049DEBG 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 } }]DEBGDEBG reset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit |
| 2872 | 2026-08-25T01:05:03.468Z | :initted freemap. size: 64 , |
| 2873 | 2026-08-25T01:05:03.468Z | unitfreemap_route_ipv4: |
| 2874 | 2026-08-25T01:05:03.468Z | freemap_route_ipv4Aug 25 01:05:01.049 |
| 2875 | 2026-08-25T01:05:03.468Z | INFOAug 25 01:05:01.049 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 25 01:05:01.049Aug 25 01:05:01.049 INFOinitted freemap. size: 64 |
| 2876 | 2026-08-25T01:05:03.473Z | , DEBGunit : reset freemap adding route 3fff:beef:18::/64 -> 2001:db8::55:ff, freemap_route_ipv6unit |
| 2877 | 2026-08-25T01:05:03.473Z | |
| 2878 | 2026-08-25T01:05:03.473Z | : freemap_route_ipv4Aug 25 01:05:01.049 |
| 2879 | 2026-08-25T01:05:03.473Z | DEBGAug 25 01:05:01.049 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGAug 25 01:05:01.049 |
| 2880 | 2026-08-25T01:05:03.473Z | reset freemapAug 25 01:05:01.049, DEBGDEBGAug 25 01:05:01.049 unit :replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:3unit |
| 2881 | 2026-08-25T01:05:03.473Z | |
| 2882 | 2026-08-25T01:05:03.473Z | : freemap_route_ipv6freemap_route_ipv6 |
| 2883 | 2026-08-25T01:05:03.473Z | |
| 2884 | 2026-08-25T01:05:03.473Z | Aug 25 01:05:01.049Aug 25 01:05:01.049 INFODEBG adding route 3fff:beef:19::/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 } }] |
| 2885 | 2026-08-25T01:05:03.473Z | |
| 2886 | 2026-08-25T01:05:03.473Z | Aug 25 01:05:01.050Aug 25 01:05:01.050 Aug 25 01:05:01.050 Aug 25 01:05:01.050DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO |
| 2887 | 2026-08-25T01:05:03.473Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2888 | 2026-08-25T01:05:03.473Z | Aug 25 01:05:01.050 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:05:01.050 |
| 2889 | 2026-08-25T01:05:03.473Z | DEBG DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2890 | 2026-08-25T01:05:03.473Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 01:05:01.050 |
| 2891 | 2026-08-25T01:05:03.473Z | INFO Aug 25 01:05:01.050Aug 25 01:05:01.050adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2892 | 2026-08-25T01:05:03.473Z | DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 2893 | 2026-08-25T01:05:03.473Z | Aug 25 01:05:01.050adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2894 | 2026-08-25T01:05:03.473Z | 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 } }] |
| 2895 | 2026-08-25T01:05:03.473Z | Aug 25 01:05:01.050 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 01:05:01.039Aug 25 01:05:01.050 |
| 2896 | 2026-08-25T01:05:03.473Z | INFODEBG Aug 25 01:05:01.050 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2897 | 2026-08-25T01:05:03.473Z | 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 } }] |
| 2898 | 2026-08-25T01:05:03.473Z | Aug 25 01:05:01.050replacing 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 } }] |
| 2899 | 2026-08-25T01:05:03.473Z | ERROAug 25 01:05:01.050 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 01:05:01.050DEBG |
| 2900 | 2026-08-25T01:05:03.473Z | INFO adding route 3fff:beef:2e::/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 } }] |
| 2901 | 2026-08-25T01:05:03.481Z | |
| 2902 | 2026-08-25T01:05:03.481Z | Aug 25 01:05:01.050 ERROAug 25 01:05:01.050 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 itINFO |
| 2903 | 2026-08-25T01:05:03.481Z | Aug 25 01:05:01.050 DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2904 | 2026-08-25T01:05:03.481Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.050 |
| 2905 | 2026-08-25T01:05:03.481Z | INFOAug 25 01:05:01.050 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 2906 | 2026-08-25T01:05:03.481Z | Aug 25 01:05:01.050replacing 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 } }] |
| 2907 | 2026-08-25T01:05:03.481Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 01:05:01.050 |
| 2908 | 2026-08-25T01:05:03.481Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 01:05:01.050 |
| 2909 | 2026-08-25T01:05:03.481Z | Aug 25 01:05:01.050 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 2910 | 2026-08-25T01:05:03.481Z | |
| 2911 | 2026-08-25T01:05:03.481Z | Aug 25 01:05:01.050 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 } }] |
| 2912 | 2026-08-25T01:05:03.481Z | Aug 25 01:05:01.050Aug 25 01:05:01.050 Aug 25 01:05:01.050INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2913 | 2026-08-25T01:05:03.481Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 2914 | 2026-08-25T01:05:03.481Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 25 01:05:01.050 |
| 2915 | 2026-08-25T01:05:03.481Z | Aug 25 01:05:01.050 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 } }] |
| 2916 | 2026-08-25T01:05:03.481Z | Aug 25 01:05:01.050 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2917 | 2026-08-25T01:05:03.482Z | 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 } }] |
| 2918 | 2026-08-25T01:05:03.482Z | Aug 25 01:05:01.050 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 } }] |
| 2919 | 2026-08-25T01:05:03.482Z | Aug 25 01:05:01.050 INFO Aug 25 01:05:01.050adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2920 | 2026-08-25T01:05:03.482Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 01:05:01.050 |
| 2921 | 2026-08-25T01:05:03.482Z | Aug 25 01:05:01.050DEBG DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2922 | 2026-08-25T01:05:03.482Z | created new freemap, unit: Aug 25 01:05:01.050Aug 25 01:05:01.050freemap_route_ipv6 INFODEBG |
| 2923 | 2026-08-25T01:05:03.482Z | adding route 3fff:beef:32::/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 } }] |
| 2924 | 2026-08-25T01:05:03.482Z | |
| 2925 | 2026-08-25T01:05:03.482Z | Aug 25 01:05:01.050 Aug 25 01:05:01.050DEBG Aug 25 01:05:01.050 DEBG initted freemap. size: 64 , replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 2926 | 2026-08-25T01:05:03.482Z | INFO: adding route 3fff:beef:20::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2927 | 2026-08-25T01:05:03.482Z | |
| 2928 | 2026-08-25T01:05:03.482Z | Aug 25 01:05:01.050 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2929 | 2026-08-25T01:05:03.482Z | Aug 25 01:05:01.050 Aug 25 01:05:01.050DEBG DEBGreset freemapAug 25 01:05:01.050, unitDEBG: replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 2930 | 2026-08-25T01:05:03.482Z | |
| 2931 | 2026-08-25T01:05:03.482Z | 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 } }] |
| 2932 | 2026-08-25T01:05:03.482Z | Aug 25 01:05:01.050Aug 25 01:05:01.050Aug 25 01:05:01.050 INFODEBGINFO initted freemap. size: 64adding route 3fff:beef:34::/64 -> 2001:db8::55:ff, |
| 2933 | 2026-08-25T01:05:03.482Z | unitadding route 3fff:beef:21::/64 -> 2001:db8::55:ff: |
| 2934 | 2026-08-25T01:05:03.482Z | Aug 25 01:05:01.050freemap_route_ipv6 |
| 2935 | 2026-08-25T01:05:03.482Z | 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 } }] |
| 2936 | 2026-08-25T01:05:03.482Z | Aug 25 01:05:01.050 DEBGAug 25 01:05:01.050Aug 25 01:05:01.050 DEBGreset freemap , INFO unit :adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2937 | 2026-08-25T01:05:03.482Z | test route::tests::grow_succeeds ... ok |
| 2938 | 2026-08-25T01:05:03.490Z | 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 |
| 2939 | 2026-08-25T01:05:03.491Z | |
| 2940 | 2026-08-25T01:05:03.491Z | Aug 25 01:05:01.050 Aug 25 01:05:01.050DEBG INFOAug 25 01:05:01.050replacing 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 } }] |
| 2941 | 2026-08-25T01:05:03.491Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 2942 | 2026-08-25T01:05:03.491Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2943 | 2026-08-25T01:05:03.491Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 2944 | 2026-08-25T01:05:03.491Z | Aug 25 01:05:01.050 INFO reset freemapadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 01:05:01.050 Aug 25 01:05:01.050DEBG DEBG |
| 2945 | 2026-08-25T01:05:03.491Z | created new freemapAug 25 01:05:01.050, Aug 25 01:05:01.050 unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 2946 | 2026-08-25T01:05:03.491Z | :created new freemap , freemap_route_ipv4Aug 25 01:05:01.050DEBG |
| 2947 | 2026-08-25T01:05:03.491Z | unitreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 25 01:05:01.132 |
| 2948 | 2026-08-25T01:05:03.491Z | DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:05:01.132 |
| 2949 | 2026-08-25T01:05:03.491Z | freemap_route_ipv4Aug 25 01:05:01.132 |
| 2950 | 2026-08-25T01:05:03.491Z | DEBGcreated new freemapDEBG , unitAug 25 01:05:01.132created new freemapAug 25 01:05:01.132 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 } }]: DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2951 | 2026-08-25T01:05:03.491Z | created new freemap |
| 2952 | 2026-08-25T01:05:03.491Z | , freemap_route_ipv4unit, :unit |
| 2953 | 2026-08-25T01:05:03.491Z | Aug 25 01:05:01.132 DEBG freemap_route_ipv6replacing 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 } }]: |
| 2954 | 2026-08-25T01:05:03.491Z | |
| 2955 | 2026-08-25T01:05:03.491Z | freemap_route_ipv6Aug 25 01:05:01.132 |
| 2956 | 2026-08-25T01:05:03.491Z | Aug 25 01:05:01.132 Aug 25 01:05:01.132INFODEBG Aug 25 01:05:01.132 DEBGcreated new freemap INFO, initted freemap. size: 64adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 01:05:01.132unitadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2957 | 2026-08-25T01:05:03.491Z | , :unit |
| 2958 | 2026-08-25T01:05:03.491Z | : DEBGfreemap_route_ipv4Aug 25 01:05:01.132 |
| 2959 | 2026-08-25T01:05:03.491Z | freemap_route_ipv6 DEBGAug 25 01:05:01.132 |
| 2960 | 2026-08-25T01:05:03.491Z | 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 } }] DEBGAug 25 01:05:01.132 |
| 2961 | 2026-08-25T01:05:03.491Z | DEBGAug 25 01:05:01.132 DEBGreset freemap initted freemap. size: 64replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 25 01:05:01.132unit |
| 2962 | 2026-08-25T01:05:03.491Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff:, initted freemap. size: 64 Aug 25 01:05:01.132 |
| 2963 | 2026-08-25T01:05:03.491Z | freemap_route_ipv4, |
| 2964 | 2026-08-25T01:05:03.491Z | unit INFO unit:adding route 3fff:beef:38::/64 -> 2001:db8::55:ff:Aug 25 01:05:01.132 |
| 2965 | 2026-08-25T01:05:03.491Z | Aug 25 01:05:01.132 freemap_route_ipv4DEBG |
| 2966 | 2026-08-25T01:05:03.491Z | Aug 25 01:05:01.132 DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. size: 64 |
| 2967 | 2026-08-25T01:05:03.492Z | freemap_route_ipv4DEBG, Aug 25 01:05:01.132 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 } }]unit |
| 2968 | 2026-08-25T01:05:03.668Z | DEBG |
| 2969 | 2026-08-25T01:05:03.668Z | : reset freemapAug 25 01:05:01.132, Aug 25 01:05:01.132freemap_route_ipv6unit |
| 2970 | 2026-08-25T01:05:03.668Z | Aug 25 01:05:01.132 INFO DEBG:Aug 25 01:05:01.132 INFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ff adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2971 | 2026-08-25T01:05:03.668Z | reset freemap |
| 2972 | 2026-08-25T01:05:03.668Z | , unit: |
| 2973 | 2026-08-25T01:05:03.668Z | reset freemapfreemap_route_ipv6Aug 25 01:05:01.132 |
| 2974 | 2026-08-25T01:05:03.668Z | Aug 25 01:05:01.132 , unitDEBG DEBGAug 25 01:05:01.132 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:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.132 |
| 2975 | 2026-08-25T01:05:03.668Z | |
| 2976 | 2026-08-25T01:05:03.668Z | : INFODEBG Aug 25 01:05:01.132adding route 172.16.0.0/32 -> 10.0.0.1 initted freemap. size: 64INFOAug 25 01:05:01.132 freemap_route_ipv4, |
| 2977 | 2026-08-25T01:05:03.668Z | INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2978 | 2026-08-25T01:05:03.668Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2979 | 2026-08-25T01:05:03.668Z | |
| 2980 | 2026-08-25T01:05:03.668Z | unit: Aug 25 01:05:01.132freemap_route_ipv6 Aug 25 01:05:01.132DEBG |
| 2981 | 2026-08-25T01:05:03.669Z | DEBGAug 25 01:05:01.132 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 |
| 2982 | 2026-08-25T01:05:03.669Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.132 |
| 2983 | 2026-08-25T01:05:03.669Z | |
| 2984 | 2026-08-25T01:05:03.669Z | Aug 25 01:05:01.132 DEBG Aug 25 01:05:01.132DEBGAug 25 01:05:01.132 Aug 25 01:05:01.132INFOINFO initted freemap. size: 64 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2, |
| 2985 | 2026-08-25T01:05:03.669Z | |
| 2986 | 2026-08-25T01:05:03.669Z | reset freemapINFOunit, adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunit:Aug 25 01:05:01.132:Aug 25 01:05:01.132 |
| 2987 | 2026-08-25T01:05:03.669Z | DEBGfreemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 2988 | 2026-08-25T01:05:03.669Z | DEBG |
| 2989 | 2026-08-25T01:05:03.669Z | 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 } }] |
| 2990 | 2026-08-25T01:05:03.669Z | Aug 25 01:05:01.132freemap_route_ipv6Aug 25 01:05:01.132 Aug 25 01:05:01.132DEBG Aug 25 01:05:01.132INFO adding route 172.16.0.0/32 -> 10.0.0.3INFOreplacing 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 } }] |
| 2991 | 2026-08-25T01:05:03.669Z | |
| 2992 | 2026-08-25T01:05:03.669Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO |
| 2993 | 2026-08-25T01:05:03.669Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2994 | 2026-08-25T01:05:03.669Z | |
| 2995 | 2026-08-25T01:05:03.669Z | Aug 25 01:05:01.132Aug 25 01:05:01.132 Aug 25 01:05:01.132DEBG INFO DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }] |
| 2996 | 2026-08-25T01:05:03.669Z | |
| 2997 | 2026-08-25T01:05:03.669Z | , |
| 2998 | 2026-08-25T01:05:03.669Z | Aug 25 01:05:01.132 unitAug 25 01:05:01.132:DEBG Aug 25 01:05:01.132 Aug 25 01:05:01.132freemap_route_ipv6Aug 25 01:05:01.132 |
| 2999 | 2026-08-25T01:05:03.669Z | INFO DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 3000 | 2026-08-25T01:05:03.669Z | |
| 3001 | 2026-08-25T01:05:03.669Z | |
| 3002 | 2026-08-25T01:05:03.669Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 3003 | 2026-08-25T01:05:03.669Z | Aug 25 01:05:01.132 Aug 25 01:05:01.132reset freemapDEBG, Aug 25 01:05:01.132 Aug 25 01:05:01.132 Aug 25 01:05:01.132DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] INFOfailed to allocate space for the new target listDEBG |
| 3004 | 2026-08-25T01:05:03.669Z | unit |
| 3005 | 2026-08-25T01:05:03.669Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFOreplacing 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 } }] |
| 3006 | 2026-08-25T01:05:03.669Z | |
| 3007 | 2026-08-25T01:05:03.669Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3008 | 2026-08-25T01:05:03.669Z | : Aug 25 01:05:01.132freemap_route_ipv6 DEBGAug 25 01:05:01.132 |
| 3009 | 2026-08-25T01:05:03.669Z | Aug 25 01:05:01.132INFO DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 25 01:05:01.132Aug 25 01:05:01.132 Aug 25 01:05:01.132 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3010 | 2026-08-25T01:05:03.669Z | |
| 3011 | 2026-08-25T01:05:03.669Z | INFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3012 | 2026-08-25T01:05:03.669Z | DEBG adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3013 | 2026-08-25T01:05:03.669Z | Aug 25 01:05:01.132replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:05:01.132 |
| 3014 | 2026-08-25T01:05:03.669Z | DEBGINFO |
| 3015 | 2026-08-25T01:05:03.669Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3016 | 2026-08-25T01:05:03.669Z | Aug 25 01:05:01.132replacing 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 } }] |
| 3017 | 2026-08-25T01:05:03.674Z | DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.132 |
| 3018 | 2026-08-25T01:05:03.674Z | Aug 25 01:05:01.132Aug 25 01:05:01.132 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 } }]Aug 25 01:05:01.132Aug 25 01:05:01.132 |
| 3019 | 2026-08-25T01:05:03.674Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 3020 | 2026-08-25T01:05:03.675Z | INFOadding route 172.17.0.1/32 -> 10.0.0.255 |
| 3021 | 2026-08-25T01:05:03.675Z | DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3022 | 2026-08-25T01:05:03.675Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3023 | 2026-08-25T01:05:03.675Z | Aug 25 01:05:01.132Aug 25 01:05:01.132 DEBGDEBGAug 25 01:05:01.132Aug 25 01:05:01.132 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 3024 | 2026-08-25T01:05:03.675Z | Aug 25 01:05:01.132 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 } }] |
| 3025 | 2026-08-25T01:05:03.675Z | INFODEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 3026 | 2026-08-25T01:05:03.675Z | 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:dead::/64 -> 2001:db8::55:4 |
| 3027 | 2026-08-25T01:05:03.675Z | |
| 3028 | 2026-08-25T01:05:03.675Z | Aug 25 01:05:01.132Aug 25 01:05:01.132Aug 25 01:05:01.132 Aug 25 01:05:01.132DEBGAug 25 01:05:01.132 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3029 | 2026-08-25T01:05:03.675Z | test route::tests::identity_replace_is_noop ... ok |
| 3030 | 2026-08-25T01:05:03.675Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3031 | 2026-08-25T01:05:03.684Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3032 | 2026-08-25T01:05:03.684Z | 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 172.17.0.2/32 -> 10.0.0.255 |
| 3033 | 2026-08-25T01:05:03.684Z | INFO |
| 3034 | 2026-08-25T01:05:03.684Z | Aug 25 01:05:01.132Aug 25 01:05:01.132 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.132DEBG |
| 3035 | 2026-08-25T01:05:03.684Z | |
| 3036 | 2026-08-25T01:05:03.684Z | |
| 3037 | 2026-08-25T01:05:03.684Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3038 | 2026-08-25T01:05:03.684Z | DEBG Aug 25 01:05:01.132replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:01.132Aug 25 01:05:01.132 |
| 3039 | 2026-08-25T01:05:03.684Z | Aug 25 01:05:01.132 INFOWARN adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff INFO |
| 3040 | 2026-08-25T01:05:03.684Z | 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3041 | 2026-08-25T01:05:03.684Z | Aug 25 01:05:01.132 Aug 25 01:05:01.132INFO DEBGadding route 172.17.0.3/32 -> 10.0.0.255 Aug 25 01:05:01.132adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3042 | 2026-08-25T01:05:03.684Z | |
| 3043 | 2026-08-25T01:05:03.684Z | |
| 3044 | 2026-08-25T01:05:03.684Z | 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 } }] |
| 3045 | 2026-08-25T01:05:03.684Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3046 | 2026-08-25T01:05:03.685Z | Aug 25 01:05:01.132 Aug 25 01:05:01.132INFO Aug 25 01:05:01.132adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 3047 | 2026-08-25T01:05:03.685Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.132 |
| 3048 | 2026-08-25T01:05:03.685Z | DEBGDEBGAug 25 01:05:01.132 Aug 25 01:05:01.132DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3049 | 2026-08-25T01:05:03.685Z | Aug 25 01:05:01.133Aug 25 01:05:01.216 DEBGAug 25 01:05:01.133 INFO DEBGcreated new freemapadding route 172.16.0.0/32 -> 10.0.0.4 , |
| 3050 | 2026-08-25T01:05:03.685Z | unitcreated new freemap:, Aug 25 01:05:01.050 unit :DEBG freemap_route_ipv4 |
| 3051 | 2026-08-25T01:05:03.685Z | created new freemapfreemap_route_ipv4, |
| 3052 | 2026-08-25T01:05:03.685Z | Aug 25 01:05:01.216unit :DEBG freemap_route_ipv4replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3053 | 2026-08-25T01:05:03.685Z | |
| 3054 | 2026-08-25T01:05:03.685Z | Aug 25 01:05:01.216 Aug 25 01:05:01.216DEBG DEBG created new freemapcreated new freemap, , unitunitAug 25 01:05:01.216:: Aug 25 01:05:01.216freemap_route_ipv6 |
| 3055 | 2026-08-25T01:05:03.685Z | DEBG freemap_route_ipv6DEBG |
| 3056 | 2026-08-25T01:05:03.685Z | created new freemap , Aug 25 01:05:01.216unit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]:DEBG |
| 3057 | 2026-08-25T01:05:03.685Z | freemap_route_ipv6 |
| 3058 | 2026-08-25T01:05:03.685Z | initted freemap. size: 64Aug 25 01:05:01.216, unitDEBG: initted freemap. size: 64freemap_route_ipv4, Aug 25 01:05:01.216unit :DEBG |
| 3059 | 2026-08-25T01:05:03.685Z | freemap_route_ipv4 |
| 3060 | 2026-08-25T01:05:03.685Z | initted freemap. size: 64, unitAug 25 01:05:01.216: Aug 25 01:05:01.216 DEBG reset freemapfreemap_route_ipv4DEBGINFO, unitadding route 172.17.0.4/32 -> 10.0.0.255 :reset freemap |
| 3061 | 2026-08-25T01:05:03.685Z | , |
| 3062 | 2026-08-25T01:05:03.685Z | freemap_route_ipv4unit |
| 3063 | 2026-08-25T01:05:03.685Z | :Aug 25 01:05:01.216 freemap_route_ipv4DEBG |
| 3064 | 2026-08-25T01:05:03.685Z | reset freemapAug 25 01:05:01.216 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 } }] |
| 3065 | 2026-08-25T01:05:03.685Z | Aug 25 01:05:01.216Aug 25 01:05:01.216 Aug 25 01:05:01.216 DEBGINFODEBG adding route 172.17.0.5/32 -> 10.0.0.255initted freemap. size: 64initted freemap. size: 64 |
| 3066 | 2026-08-25T01:05:03.685Z | , , unitunit:: freemap_route_ipv6freemap_route_ipv6Aug 25 01:05:01.216 |
| 3067 | 2026-08-25T01:05:03.685Z | |
| 3068 | 2026-08-25T01:05:03.846Z | 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 } }] |
| 3069 | 2026-08-25T01:05:03.846Z | Aug 25 01:05:01.216 DEBG Aug 25 01:05:01.216, unitreset freemap:INFO, Aug 25 01:05:01.216 freemap_route_ipv4DEBGadding route 172.17.0.6/32 -> 10.0.0.255unit |
| 3070 | 2026-08-25T01:05:03.846Z | : reset freemap , freemap_route_ipv6unit |
| 3071 | 2026-08-25T01:05:03.846Z | :Aug 25 01:05:01.216 |
| 3072 | 2026-08-25T01:05:03.846Z | freemap_route_ipv6DEBG |
| 3073 | 2026-08-25T01:05:03.846Z | initted freemap. size: 64Aug 25 01:05:01.216Aug 25 01:05:01.216 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 3fff:dead::/64 -> 2001:db8::55:1, |
| 3074 | 2026-08-25T01:05:03.846Z | unit |
| 3075 | 2026-08-25T01:05:03.846Z | :Aug 25 01:05:01.216 freemap_route_ipv6INFO |
| 3076 | 2026-08-25T01:05:03.846Z | Aug 25 01:05:01.216Aug 25 01:05:01.216 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGINFO |
| 3077 | 2026-08-25T01:05:03.846Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3078 | 2026-08-25T01:05:03.846Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3079 | 2026-08-25T01:05:03.846Z | Aug 25 01:05:01.216Aug 25 01:05:01.216 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 } }]reset freemap |
| 3080 | 2026-08-25T01:05:03.846Z | , unit: Aug 25 01:05:01.216Aug 25 01:05:01.216freemap_route_ipv6 |
| 3081 | 2026-08-25T01:05:03.846Z | INFODEBGAug 25 01:05:01.216 INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3082 | 2026-08-25T01:05:03.846Z | |
| 3083 | 2026-08-25T01:05:03.846Z | |
| 3084 | 2026-08-25T01:05:03.846Z | Aug 25 01:05:01.216 Aug 25 01:05:01.216Aug 25 01:05:01.216 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.8/32 -> 10.0.0.255INFOAug 25 01:05:01.216 |
| 3085 | 2026-08-25T01:05:03.846Z | |
| 3086 | 2026-08-25T01:05:03.846Z | DEBGAug 25 01:05:01.133adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3087 | 2026-08-25T01:05:03.846Z | Aug 25 01:05:01.216replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGAug 25 01:05:01.216 DEBG |
| 3088 | 2026-08-25T01:05:03.846Z | created new freemap INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unitadding route 3fff:dead::/64 -> 2001:db8::55:3: |
| 3089 | 2026-08-25T01:05:03.846Z | |
| 3090 | 2026-08-25T01:05:03.846Z | Aug 25 01:05:01.216freemap_route_ipv4 |
| 3091 | 2026-08-25T01:05:03.846Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 01:05:01.216 |
| 3092 | 2026-08-25T01:05:03.846Z | Aug 25 01:05:01.216 Aug 25 01:05:01.216DEBG INFO Aug 25 01:05:01.216 adding route 172.17.0.9/32 -> 10.0.0.255DEBGDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3093 | 2026-08-25T01:05:03.846Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3094 | 2026-08-25T01:05:03.846Z | |
| 3095 | 2026-08-25T01:05:03.846Z | |
| 3096 | 2026-08-25T01:05:03.847Z | Aug 25 01:05:01.216Aug 25 01:05:01.216 Aug 25 01:05:01.216DEBGAug 25 01:05:01.216 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 |
| 3097 | 2026-08-25T01:05:03.847Z | INFOAug 25 01:05:01.216 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3098 | 2026-08-25T01:05:03.847Z | |
| 3099 | 2026-08-25T01:05:03.847Z | created new freemapAug 25 01:05:01.216 , INFOunitAug 25 01:05:01.216:INFOAug 25 01:05:01.216 freemap_route_ipv6 |
| 3100 | 2026-08-25T01:05:03.847Z | adding route 172.17.0.0/32 -> 10.0.0.255 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3101 | 2026-08-25T01:05:03.847Z | |
| 3102 | 2026-08-25T01:05:03.847Z | |
| 3103 | 2026-08-25T01:05:03.847Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 01:05:01.216 |
| 3104 | 2026-08-25T01:05:03.847Z | Aug 25 01:05:01.216DEBG Aug 25 01:05:01.216 DEBGinitted freemap. size: 64 Aug 25 01:05:01.216replacing targets for 3fff:dead::/64 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 } }] , DEBGunitAug 25 01:05:01.216 :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 } }] |
| 3105 | 2026-08-25T01:05:03.847Z | freemap_route_ipv4 |
| 3106 | 2026-08-25T01:05:03.847Z | DEBG |
| 3107 | 2026-08-25T01:05:03.847Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG |
| 3108 | 2026-08-25T01:05:03.847Z | Aug 25 01:05:01.216Aug 25 01:05:01.216Aug 25 01:05:01.216 INFO WARNDEBG shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3109 | 2026-08-25T01:05:03.847Z | reset freemap |
| 3110 | 2026-08-25T01:05:03.847Z | , Aug 25 01:05:01.216unitreplacing 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 } }] |
| 3111 | 2026-08-25T01:05:03.847Z | : WARN |
| 3112 | 2026-08-25T01:05:03.847Z | freemap_route_ipv4 |
| 3113 | 2026-08-25T01:05:03.847Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3114 | 2026-08-25T01:05:03.847Z | Aug 25 01:05:01.216Aug 25 01:05:01.216 DEBGAug 25 01:05:01.216INFO DEBGAug 25 01:05:01.216 adding route 3fff:beef::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 3115 | 2026-08-25T01:05:03.847Z | , replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOunit |
| 3116 | 2026-08-25T01:05:03.847Z | : Aug 25 01:05:01.216adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv6Aug 25 01:05:01.216 |
| 3117 | 2026-08-25T01:05:03.847Z | |
| 3118 | 2026-08-25T01:05:03.847Z | DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3119 | 2026-08-25T01:05:03.847Z | |
| 3120 | 2026-08-25T01:05:03.847Z | Aug 25 01:05:01.216Aug 25 01:05:01.216 DEBGAug 25 01:05:01.216 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 } }] |
| 3121 | 2026-08-25T01:05:03.847Z | reset freemap, unitDEBGAug 25 01:05:01.216Aug 25 01:05:01.216: INFO INFOfreemap_route_ipv6 |
| 3122 | 2026-08-25T01:05:03.847Z | 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.12/32 -> 10.0.0.255 |
| 3123 | 2026-08-25T01:05:03.847Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 3124 | 2026-08-25T01:05:03.852Z | |
| 3125 | 2026-08-25T01:05:03.852Z | Aug 25 01:05:01.216 INFOAug 25 01:05:01.216 Aug 25 01:05:01.216adding route 172.16.0.0/32 -> 10.0.0.1 INFO |
| 3126 | 2026-08-25T01:05:03.852Z | adding route 172.17.0.3/32 -> 10.0.0.255DEBG Aug 25 01:05:01.216replacing 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 } }] |
| 3127 | 2026-08-25T01:05:03.852Z | Aug 25 01:05:01.216DEBG |
| 3128 | 2026-08-25T01:05:03.852Z | DEBGAug 25 01:05:01.216replacing 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 } }] |
| 3129 | 2026-08-25T01:05:03.852Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 3130 | 2026-08-25T01:05:03.852Z | 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 } }] |
| 3131 | 2026-08-25T01:05:03.853Z | Aug 25 01:05:01.216Aug 25 01:05:01.216 Aug 25 01:05:01.216 INFO INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:05:01.216 |
| 3132 | 2026-08-25T01:05:03.853Z | adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 3133 | 2026-08-25T01:05:03.853Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3134 | 2026-08-25T01:05:03.853Z | |
| 3135 | 2026-08-25T01:05:03.853Z | Aug 25 01:05:01.216Aug 25 01:05:01.216 Aug 25 01:05:01.216DEBGDEBG Aug 25 01:05:01.216 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3136 | 2026-08-25T01:05:03.853Z | 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 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.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 } }] |
| 3137 | 2026-08-25T01:05:03.853Z | |
| 3138 | 2026-08-25T01:05:03.853Z | |
| 3139 | 2026-08-25T01:05:03.853Z | Aug 25 01:05:01.216Aug 25 01:05:01.216Aug 25 01:05:01.216 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:05:01.216 |
| 3140 | 2026-08-25T01:05:03.853Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 3141 | 2026-08-25T01:05:03.853Z | INFOadding route 172.17.0.5/32 -> 10.0.0.255Aug 25 01:05:01.216 |
| 3142 | 2026-08-25T01:05:03.853Z | DEBG adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 01:05:01.216 |
| 3143 | 2026-08-25T01:05:03.853Z | Aug 25 01:05:01.216 |
| 3144 | 2026-08-25T01:05:03.853Z | DEBG DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:01.216 |
| 3145 | 2026-08-25T01:05:03.860Z | replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:05:01.216DEBG |
| 3146 | 2026-08-25T01:05:03.860Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3147 | 2026-08-25T01:05:03.860Z | |
| 3148 | 2026-08-25T01:05:03.860Z | Aug 25 01:05:01.216 Aug 25 01:05:01.216INFO Aug 25 01:05:01.216adding route 3fff:beef:4::/64 -> 2001:db8::55:ff INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3149 | 2026-08-25T01:05:03.860Z | Aug 25 01:05:01.217Aug 25 01:05:01.284 DEBGDEBG created new freemapreplacing 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 } }], |
| 3150 | 2026-08-25T01:05:03.860Z | |
| 3151 | 2026-08-25T01:05:03.860Z | unitAug 25 01:05:01.284 : 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 } }] INFOfreemap_route_ipv4 |
| 3152 | 2026-08-25T01:05:03.860Z | |
| 3153 | 2026-08-25T01:05:03.860Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3154 | 2026-08-25T01:05:03.860Z | Aug 25 01:05:01.284 INFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 25 01:05:01.284 |
| 3155 | 2026-08-25T01:05:03.860Z | 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 } }] |
| 3156 | 2026-08-25T01:05:03.860Z | |
| 3157 | 2026-08-25T01:05:03.860Z | Aug 25 01:05:01.284Aug 25 01:05:01.284 DEBGDEBG Aug 25 01:05:01.284replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:01.284created new freemapINFO , |
| 3158 | 2026-08-25T01:05:03.860Z | Aug 25 01:05:01.284INFOAug 25 01:05:01.284unit: adding route 172.17.0.8/32 -> 10.0.0.255 INFO |
| 3159 | 2026-08-25T01:05:03.860Z | Aug 25 01:05:01.284adding route 172.17.0.15/32 -> 10.0.0.255DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff freemap_route_ipv6INFOAug 25 01:05:01.284 |
| 3160 | 2026-08-25T01:05:03.860Z | |
| 3161 | 2026-08-25T01:05:03.861Z | |
| 3162 | 2026-08-25T01:05:03.861Z | 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 |
| 3163 | 2026-08-25T01:05:03.861Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.284 |
| 3164 | 2026-08-25T01:05:03.861Z | Aug 25 01:05:01.284 adding route 172.17.0.1/32 -> 10.0.0.255DEBG DEBGAug 25 01:05:01.284replacing 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 } }] |
| 3165 | 2026-08-25T01:05:03.861Z | |
| 3166 | 2026-08-25T01:05:03.861Z | Aug 25 01:05:01.284initted freemap. size: 64 , INFOunit DEBGadding route 172.17.0.9/32 -> 10.0.0.255Aug 25 01:05:01.284: replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3167 | 2026-08-25T01:05:03.861Z | Aug 25 01:05:01.284 |
| 3168 | 2026-08-25T01:05:03.929Z | Aug 25 01:05:01.284adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 25 01:05:01.284 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 } }] |
| 3169 | 2026-08-25T01:05:03.929Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.284 |
| 3170 | 2026-08-25T01:05:03.929Z | |
| 3171 | 2026-08-25T01:05:03.929Z | freemap_route_ipv4INFO |
| 3172 | 2026-08-25T01:05:03.929Z | Aug 25 01:05:01.284Aug 25 01:05:01.284 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 01:05:01.284adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3173 | 2026-08-25T01:05:03.930Z | Aug 25 01:05:01.284 |
| 3174 | 2026-08-25T01:05:03.930Z | INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 3175 | 2026-08-25T01:05:03.930Z | reset freemapINFOadding route 172.17.0.10/32 -> 10.0.0.255, |
| 3176 | 2026-08-25T01:05:03.930Z | unit:Aug 25 01:05:01.284adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3177 | 2026-08-25T01:05:03.930Z | freemap_route_ipv4Aug 25 01:05:01.284 |
| 3178 | 2026-08-25T01:05:03.931Z | 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 } }] |
| 3179 | 2026-08-25T01:05:03.931Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 25 01:05:01.284 |
| 3180 | 2026-08-25T01:05:03.931Z | Aug 25 01:05:01.284Aug 25 01:05:01.284 Aug 25 01:05:01.284DEBGAug 25 01:05:01.284 DEBG INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBGadding route 172.17.0.11/32 -> 10.0.0.255initted freemap. size: 64 Aug 25 01:05:01.284, 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 } }] |
| 3181 | 2026-08-25T01:05:03.931Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3182 | 2026-08-25T01:05:03.931Z | |
| 3183 | 2026-08-25T01:05:03.931Z | : DEBGfreemap_route_ipv6 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 } }] |
| 3184 | 2026-08-25T01:05:03.931Z | |
| 3185 | 2026-08-25T01:05:03.931Z | |
| 3186 | 2026-08-25T01:05:03.931Z | Aug 25 01:05:01.284 DEBG Aug 25 01:05:01.284replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.284 |
| 3187 | 2026-08-25T01:05:03.931Z | INFOINFO Aug 25 01:05:01.284Aug 25 01:05:01.284Aug 25 01:05:01.284 adding route 172.17.0.17/32 -> 10.0.0.255 adding route 172.17.0.3/32 -> 10.0.0.255INFOINFO |
| 3188 | 2026-08-25T01:05:03.931Z | DEBGadding route 172.17.0.12/32 -> 10.0.0.255Aug 25 01:05:01.284 |
| 3189 | 2026-08-25T01:05:03.931Z | INFO |
| 3190 | 2026-08-25T01:05:03.931Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 3191 | 2026-08-25T01:05:03.931Z | |
| 3192 | 2026-08-25T01:05:03.931Z | Aug 25 01:05:01.284 reset freemapDEBG, Aug 25 01:05:01.284unit replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.284 |
| 3193 | 2026-08-25T01:05:03.931Z | 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 } }]:DEBG |
| 3194 | 2026-08-25T01:05:03.931Z | Aug 25 01:05:01.284 Aug 25 01:05:01.284INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:05:01.284adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3195 | 2026-08-25T01:05:03.931Z | |
| 3196 | 2026-08-25T01:05:03.931Z | freemap_route_ipv6Aug 25 01:05:01.284 INFO |
| 3197 | 2026-08-25T01:05:03.931Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255 Aug 25 01:05:01.284 DEBG |
| 3198 | 2026-08-25T01:05:03.931Z | INFOAug 25 01:05:01.284 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3199 | 2026-08-25T01:05:03.931Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 3200 | 2026-08-25T01:05:03.931Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3201 | 2026-08-25T01:05:03.931Z | Aug 25 01:05:01.284 |
| 3202 | 2026-08-25T01:05:03.932Z | Aug 25 01:05:01.284 DEBGINFOAug 25 01:05:01.284 Aug 25 01:05:01.284INFO Aug 25 01:05:01.284 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3203 | 2026-08-25T01:05:03.932Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3204 | 2026-08-25T01:05:03.932Z | 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 } }] |
| 3205 | 2026-08-25T01:05:03.932Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3206 | 2026-08-25T01:05:03.932Z | Aug 25 01:05:01.284Aug 25 01:05:01.284 Aug 25 01:05:01.284 INFOAug 25 01:05:01.284 INFODEBGAug 25 01:05:01.284INFODEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3207 | 2026-08-25T01:05:03.932Z | |
| 3208 | 2026-08-25T01:05:03.932Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255 |
| 3209 | 2026-08-25T01:05:03.932Z | 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 } }] |
| 3210 | 2026-08-25T01:05:03.932Z | Aug 25 01:05:01.284 |
| 3211 | 2026-08-25T01:05:03.932Z | INFOAug 25 01:05:01.284 Aug 25 01:05:01.284Aug 25 01:05:01.284 adding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3212 | 2026-08-25T01:05:03.932Z | |
| 3213 | 2026-08-25T01:05:03.932Z | 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 } }]DEBGAug 25 01:05:01.284DEBG |
| 3214 | 2026-08-25T01:05:03.932Z | DEBGAug 25 01:05:01.284replacing 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 } }] 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 } }] |
| 3215 | 2026-08-25T01:05:03.932Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3216 | 2026-08-25T01:05:03.932Z | |
| 3217 | 2026-08-25T01:05:03.933Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.284 |
| 3218 | 2026-08-25T01:05:03.933Z | Aug 25 01:05:01.284 Aug 25 01:05:01.284INFO INFOINFOadding route 172.17.0.16/32 -> 10.0.0.255 Aug 25 01:05:01.284 |
| 3219 | 2026-08-25T01:05:03.933Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3220 | 2026-08-25T01:05:03.933Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 25 01:05:01.284 INFODEBG |
| 3221 | 2026-08-25T01:05:03.933Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 01:05:01.284 |
| 3222 | 2026-08-25T01:05:03.933Z | DEBG Aug 25 01:05:01.284 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.284 Aug 25 01:05:01.284 |
| 3223 | 2026-08-25T01:05:03.933Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 DEBGDEBG |
| 3224 | 2026-08-25T01:05:03.933Z | 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:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.284Aug 25 01:05:01.284replacing 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 } }] |
| 3225 | 2026-08-25T01:05:03.933Z | |
| 3226 | 2026-08-25T01:05:03.933Z | INFO |
| 3227 | 2026-08-25T01:05:03.933Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3228 | 2026-08-25T01:05:03.933Z | Aug 25 01:05:01.284Aug 25 01:05:01.284 Aug 25 01:05:01.284 INFOINFO Aug 25 01:05:01.284Aug 25 01:05:01.284 adding route 172.17.0.7/32 -> 10.0.0.255INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 3229 | 2026-08-25T01:05:03.933Z | |
| 3230 | 2026-08-25T01:05:03.933Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3231 | 2026-08-25T01:05:03.933Z | Aug 25 01:05:01.284 Aug 25 01:05:01.284 adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3232 | 2026-08-25T01:05:03.933Z | |
| 3233 | 2026-08-25T01:05:03.933Z | 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 } }] |
| 3234 | 2026-08-25T01:05:03.934Z | Aug 25 01:05:01.284replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3235 | 2026-08-25T01:05:03.935Z | DEBGAug 25 01:05:01.284Aug 25 01:05:01.284 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3236 | 2026-08-25T01:05:03.935Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 25 01:05:01.284 |
| 3237 | 2026-08-25T01:05:03.935Z | Aug 25 01:05:01.284 Aug 25 01:05:01.284INFOINFO Aug 25 01:05:01.284 INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff adding route 172.17.0.8/32 -> 10.0.0.255DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3238 | 2026-08-25T01:05:03.935Z | |
| 3239 | 2026-08-25T01:05:03.935Z | |
| 3240 | 2026-08-25T01:05:03.935Z | 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 } }] |
| 3241 | 2026-08-25T01:05:03.935Z | |
| 3242 | 2026-08-25T01:05:03.935Z | INFO Aug 25 01:05:01.284Aug 25 01:05:01.284Aug 25 01:05:01.284 adding route 172.17.0.19/32 -> 10.0.0.255DEBGAug 25 01:05:01.284 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:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3243 | 2026-08-25T01:05:03.935Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3244 | 2026-08-25T01:05:03.935Z | |
| 3245 | 2026-08-25T01:05:03.936Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3246 | 2026-08-25T01:05:03.936Z | |
| 3247 | 2026-08-25T01:05:03.936Z | Aug 25 01:05:01.284 DEBG Aug 25 01:05:01.284replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.284Aug 25 01:05:01.284 Aug 25 01:05:01.284 |
| 3248 | 2026-08-25T01:05:03.936Z | 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 } }]INFO |
| 3249 | 2026-08-25T01:05:03.936Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 25 01:05:01.284 INFO Aug 25 01:05:01.284adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3250 | 2026-08-25T01:05:03.936Z | INFO |
| 3251 | 2026-08-25T01:05:03.936Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 01:05:01.284 |
| 3252 | 2026-08-25T01:05:03.936Z | DEBGAug 25 01:05:01.284 Aug 25 01:05:01.284replacing 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 } }] |
| 3253 | 2026-08-25T01:05:03.936Z | 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: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 } }] |
| 3254 | 2026-08-25T01:05:03.936Z | |
| 3255 | 2026-08-25T01:05:03.936Z | Aug 25 01:05:01.284 INFOAug 25 01:05:01.284 Aug 25 01:05:01.284 INFO INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.21/32 -> 10.0.0.255 |
| 3256 | 2026-08-25T01:05:03.936Z | |
| 3257 | 2026-08-25T01:05:03.936Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 3258 | 2026-08-25T01:05:03.936Z | Aug 25 01:05:01.216Aug 25 01:05:01.284Aug 25 01:05:01.284 DEBG DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3259 | 2026-08-25T01:05:03.936Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.284 DEBG created 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 } }], |
| 3260 | 2026-08-25T01:05:03.936Z | unit:Aug 25 01:05:01.350 Aug 25 01:05:01.217freemap_route_ipv4Aug 25 01:05:01.350 |
| 3261 | 2026-08-25T01:05:03.936Z | INFODEBGINFO INFOadding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3262 | 2026-08-25T01:05:03.940Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffcreated new freemap |
| 3263 | 2026-08-25T01:05:03.940Z | , unit: |
| 3264 | 2026-08-25T01:05:03.940Z | Aug 25 01:05:01.350freemap_route_ipv4Aug 25 01:05:01.350 Aug 25 01:05:01.350 |
| 3265 | 2026-08-25T01:05:03.940Z | DEBGDEBG created new freemapreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], DEBG |
| 3266 | 2026-08-25T01:05:03.940Z | unit: 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 } }]freemap_route_ipv6Aug 25 01:05:01.350 |
| 3267 | 2026-08-25T01:05:03.940Z | Aug 25 01:05:01.350 |
| 3268 | 2026-08-25T01:05:04.017Z | INFO Aug 25 01:05:01.350DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 3269 | 2026-08-25T01:05:04.019Z | created new freemap DEBG, unit :Aug 25 01:05:01.350replacing 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 } }] |
| 3270 | 2026-08-25T01:05:04.019Z | DEBG freemap_route_ipv6Aug 25 01:05:01.350 |
| 3271 | 2026-08-25T01:05:04.019Z | Aug 25 01:05:01.350replacing 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 |
| 3272 | 2026-08-25T01:05:04.019Z | Aug 25 01:05:01.350 INFO initted freemap. size: 64INFO, adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 01:05:01.350 unitDEBG :Aug 25 01:05:01.350 adding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv4INFO |
| 3273 | 2026-08-25T01:05:04.019Z | |
| 3274 | 2026-08-25T01:05:04.019Z | |
| 3275 | 2026-08-25T01:05:04.019Z | initted freemap. size: 64 , unit:adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3276 | 2026-08-25T01:05:04.019Z | freemap_route_ipv4Aug 25 01:05:01.350 |
| 3277 | 2026-08-25T01:05:04.019Z | DEBGAug 25 01:05:01.350 reset freemapDEBG, unitreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.350 |
| 3278 | 2026-08-25T01:05:04.019Z | :Aug 25 01:05:01.350 DEBGAug 25 01:05:01.350 Aug 25 01:05:01.350replacing 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 } }]freemap_route_ipv4DEBG |
| 3279 | 2026-08-25T01:05:04.019Z | INFO |
| 3280 | 2026-08-25T01:05:04.019Z | DEBG adding route 172.17.0.25/32 -> 10.0.0.255reset freemap |
| 3281 | 2026-08-25T01:05:04.019Z | , replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.350unit :DEBGAug 25 01:05:01.350 |
| 3282 | 2026-08-25T01:05:04.019Z | DEBGinitted freemap. size: 64 , 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 |
| 3283 | 2026-08-25T01:05:04.019Z | : freemap_route_ipv6freemap_route_ipv4 |
| 3284 | 2026-08-25T01:05:04.019Z | |
| 3285 | 2026-08-25T01:05:04.019Z | Aug 25 01:05:01.350Aug 25 01:05:01.350 INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 3286 | 2026-08-25T01:05:04.025Z | Aug 25 01:05:01.350adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3287 | 2026-08-25T01:05:04.025Z | DEBGAug 25 01:05:01.350 Aug 25 01:05:01.350reset freemap Aug 25 01:05:01.350DEBG Aug 25 01:05:01.350DEBG, initted freemap. size: 64unit 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 } }], : |
| 3288 | 2026-08-25T01:05:04.025Z | unit:DEBG freemap_route_ipv6 freemap_route_ipv6 |
| 3289 | 2026-08-25T01:05:04.025Z | INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3290 | 2026-08-25T01:05:04.025Z | Aug 25 01:05:01.350 |
| 3291 | 2026-08-25T01:05:04.025Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 3292 | 2026-08-25T01:05:04.026Z | Aug 25 01:05:01.350Aug 25 01:05:01.350 |
| 3293 | 2026-08-25T01:05:04.026Z | Aug 25 01:05:01.350 INFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3294 | 2026-08-25T01:05:04.026Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 25 01:05:01.350 |
| 3295 | 2026-08-25T01:05:04.026Z | DEBGreset freemap 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 } }], |
| 3296 | 2026-08-25T01:05:04.026Z | unitAug 25 01:05:01.350: DEBGAug 25 01:05:01.350Aug 25 01:05:01.350 DEBGAug 25 01:05:01.350 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 |
| 3297 | 2026-08-25T01:05:04.026Z | INFO DEBG |
| 3298 | 2026-08-25T01:05:04.026Z | adding route 172.17.0.28/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 } }] |
| 3299 | 2026-08-25T01:05:04.026Z | |
| 3300 | 2026-08-25T01:05:04.026Z | Aug 25 01:05:01.350Aug 25 01:05:01.350 Aug 25 01:05:01.350INFOAug 25 01:05:01.350 INFO adding route 172.17.0.13/32 -> 10.0.0.255 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 } }] |
| 3301 | 2026-08-25T01:05:04.026Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3302 | 2026-08-25T01:05:04.026Z | |
| 3303 | 2026-08-25T01:05:04.026Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 3304 | 2026-08-25T01:05:04.026Z | Aug 25 01:05:01.350 |
| 3305 | 2026-08-25T01:05:04.026Z | DEBGAug 25 01:05:01.350 Aug 25 01:05:01.350 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.350 |
| 3306 | 2026-08-25T01:05:04.026Z | INFOAug 25 01:05:01.350INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 3307 | 2026-08-25T01:05:04.026Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:05:01.350 |
| 3308 | 2026-08-25T01:05:04.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 } }]INFOAug 25 01:05:01.350 |
| 3309 | 2026-08-25T01:05:04.026Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff DEBGAug 25 01:05:01.350 |
| 3310 | 2026-08-25T01:05:04.026Z | 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 } }] |
| 3311 | 2026-08-25T01:05:04.026Z | INFOAug 25 01:05:01.350 adding route 172.17.0.14/32 -> 10.0.0.255 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 01:05:01.350 |
| 3312 | 2026-08-25T01:05:04.026Z | |
| 3313 | 2026-08-25T01:05:04.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:3, vlan_id: None } }]INFO |
| 3314 | 2026-08-25T01:05:04.026Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 25 01:05:01.350 |
| 3315 | 2026-08-25T01:05:04.026Z | Aug 25 01:05:01.350 DEBGDEBG Aug 25 01:05:01.350replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3316 | 2026-08-25T01:05:04.027Z | |
| 3317 | 2026-08-25T01:05:04.027Z | 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 } }] |
| 3318 | 2026-08-25T01:05:04.027Z | Aug 25 01:05:01.350 Aug 25 01:05:01.350DEBGAug 25 01:05:01.350 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 |
| 3319 | 2026-08-25T01:05:04.027Z | INFO Aug 25 01:05:01.350adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3320 | 2026-08-25T01:05:04.027Z | INFOAug 25 01:05:01.350 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 3321 | 2026-08-25T01:05:04.027Z | adding route 172.17.0.31/32 -> 10.0.0.255INFOAug 25 01:05:01.350 |
| 3322 | 2026-08-25T01:05:04.027Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255Aug 25 01:05:01.350 |
| 3323 | 2026-08-25T01:05:04.027Z | Aug 25 01:05:01.350 |
| 3324 | 2026-08-25T01:05:04.027Z | DEBG 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 } }]Aug 25 01:05:01.350 |
| 3325 | 2026-08-25T01:05:04.027Z | DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.350 |
| 3326 | 2026-08-25T01:05:04.027Z | INFO Aug 25 01:05:01.350replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 3327 | 2026-08-25T01:05:04.027Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3328 | 2026-08-25T01:05:04.027Z | |
| 3329 | 2026-08-25T01:05:04.027Z | Aug 25 01:05:01.350 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 01:05:01.350Aug 25 01:05:01.350 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3330 | 2026-08-25T01:05:04.027Z | |
| 3331 | 2026-08-25T01:05:04.027Z | DEBG Aug 25 01:05:01.350replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:01.350Aug 25 01:05:01.350 |
| 3332 | 2026-08-25T01:05:04.027Z | 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 } }] |
| 3333 | 2026-08-25T01:05:04.027Z | Aug 25 01:05:01.350replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] INFODEBG 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 } }] |
| 3334 | 2026-08-25T01:05:04.027Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3335 | 2026-08-25T01:05:04.027Z | Aug 25 01:05:01.350 |
| 3336 | 2026-08-25T01:05:04.027Z | INFOAug 25 01:05:01.350Aug 25 01:05:01.350 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 3337 | 2026-08-25T01:05:04.028Z | Aug 25 01:05:01.350adding route 172.17.0.17/32 -> 10.0.0.255DEBG Aug 25 01:05:01.350DEBG DEBG |
| 3338 | 2026-08-25T01:05:04.028Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3339 | 2026-08-25T01:05:04.028Z | |
| 3340 | 2026-08-25T01:05:04.028Z | 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 } }] |
| 3341 | 2026-08-25T01:05:04.028Z | Aug 25 01:05:01.350 DEBGAug 25 01:05:01.350 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.350 |
| 3342 | 2026-08-25T01:05:04.035Z | INFOINFO Aug 25 01:05:01.350adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3343 | 2026-08-25T01:05:04.035Z | INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 3344 | 2026-08-25T01:05:04.035Z | test route::tests::same_size_non_subset_replace ... ok |
| 3345 | 2026-08-25T01:05:04.036Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3346 | 2026-08-25T01:05:04.036Z | Aug 25 01:05:01.350 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.350 |
| 3347 | 2026-08-25T01:05:04.036Z | DEBG Aug 25 01:05:01.350replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:01.350DEBG |
| 3348 | 2026-08-25T01:05:04.036Z | INFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3349 | 2026-08-25T01:05:04.036Z | |
| 3350 | 2026-08-25T01:05:04.036Z | Aug 25 01:05:01.350 INFOAug 25 01:05:01.350 adding route 172.17.0.19/32 -> 10.0.0.255INFOAug 25 01:05:01.350 |
| 3351 | 2026-08-25T01:05:04.036Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 3352 | 2026-08-25T01:05:04.036Z | 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 } }] |
| 3353 | 2026-08-25T01:05:04.036Z | |
| 3354 | 2026-08-25T01:05:04.036Z | Aug 25 01:05:01.350 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 25 01:05:01.350 |
| 3355 | 2026-08-25T01:05:04.036Z | Aug 25 01:05:01.350 DEBGDEBGAug 25 01:05:01.350 Aug 25 01:05:01.350 INFO DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3356 | 2026-08-25T01:05:04.036Z | 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 } }] |
| 3357 | 2026-08-25T01:05:04.036Z | |
| 3358 | 2026-08-25T01:05:04.036Z | 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 } }] |
| 3359 | 2026-08-25T01:05:04.038Z | Aug 25 01:05:01.350Aug 25 01:05:01.350 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3360 | 2026-08-25T01:05:04.038Z | Aug 25 01:05:01.350 |
| 3361 | 2026-08-25T01:05:04.038Z | INFO DEBGAug 25 01:05:01.350Aug 25 01:05:01.350 DEBG INFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3362 | 2026-08-25T01:05:04.038Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.350 |
| 3363 | 2026-08-25T01:05:04.038Z | |
| 3364 | 2026-08-25T01:05:04.038Z | Aug 25 01:05:01.350 INFO INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.17.0.20/32 -> 10.0.0.255 |
| 3365 | 2026-08-25T01:05:04.038Z | Aug 25 01:05:01.350adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3366 | 2026-08-25T01:05:04.038Z | |
| 3367 | 2026-08-25T01:05:04.038Z | 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 } }] |
| 3368 | 2026-08-25T01:05:04.082Z | Aug 25 01:05:01.350 DEBGAug 25 01:05:01.350 Aug 25 01:05:01.350replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:01.350 |
| 3369 | 2026-08-25T01:05:04.085Z | 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 } }]INFO |
| 3370 | 2026-08-25T01:05:04.085Z | Aug 25 01:05:01.350 INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 25 01:05:01.350 |
| 3371 | 2026-08-25T01:05:04.085Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 25 01:05:01.350 |
| 3372 | 2026-08-25T01:05:04.085Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 01:05:01.350 |
| 3373 | 2026-08-25T01:05:04.085Z | INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255DEBG Aug 25 01:05:01.350 |
| 3374 | 2026-08-25T01:05:04.085Z | replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG 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 } }] |
| 3375 | 2026-08-25T01:05:04.085Z | Aug 25 01:05:01.351Aug 25 01:05:01.351 DEBG created new freemap DEBG created new freemap, unit, :unit :freemap_route_ipv4 |
| 3376 | 2026-08-25T01:05:04.085Z | freemap_route_ipv4Aug 25 01:05:01.350 |
| 3377 | 2026-08-25T01:05:04.085Z | |
| 3378 | 2026-08-25T01:05:04.085Z | DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.284 |
| 3379 | 2026-08-25T01:05:04.086Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3380 | 2026-08-25T01:05:04.086Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.983Aug 25 01:05:01.983Aug 25 01:05:01.983 |
| 3381 | 2026-08-25T01:05:04.086Z | INFOAug 25 01:05:01.983 INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 25 01:05:01.983adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff INFODEBG |
| 3382 | 2026-08-25T01:05:04.086Z | DEBG |
| 3383 | 2026-08-25T01:05:04.086Z | 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 } }]created new freemap , Aug 25 01:05:01.983 |
| 3384 | 2026-08-25T01:05:04.086Z | Aug 25 01:05:01.983 DEBGunit adding route 172.17.0.21/32 -> 10.0.0.255DEBGreplacing 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 } }]: |
| 3385 | 2026-08-25T01:05:04.086Z | Aug 25 01:05:01.983 |
| 3386 | 2026-08-25T01:05:04.087Z | freemap_route_ipv6INFO Aug 25 01:05:01.983Aug 25 01:05:01.983replacing 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 } }] |
| 3387 | 2026-08-25T01:05:04.087Z | |
| 3388 | 2026-08-25T01:05:04.087Z | adding route 172.17.0.22/32 -> 10.0.0.255INFODEBGAug 25 01:05:01.983 failed to allocate space for the new target listAug 25 01:05:01.983 |
| 3389 | 2026-08-25T01:05:04.087Z | Aug 25 01:05:01.983 |
| 3390 | 2026-08-25T01:05:04.087Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO |
| 3391 | 2026-08-25T01:05:04.087Z | adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 3392 | 2026-08-25T01:05:04.087Z | initted freemap. size: 64, unitAug 25 01:05:01.984 :Aug 25 01:05:01.984Aug 25 01:05:01.984Aug 25 01:05:01.984DEBG DEBGDEBG 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 } }]freemap_route_ipv4 |
| 3393 | 2026-08-25T01:05:04.087Z | |
| 3394 | 2026-08-25T01:05:04.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 } }] |
| 3395 | 2026-08-25T01:05:04.087Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 25 01:05:01.984 |
| 3396 | 2026-08-25T01:05:04.087Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.984 |
| 3397 | 2026-08-25T01:05:04.087Z | INFODEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3398 | 2026-08-25T01:05:04.087Z | |
| 3399 | 2026-08-25T01:05:04.087Z | Aug 25 01:05:01.984 Aug 25 01:05:01.984Aug 25 01:05:01.984INFOAug 25 01:05:01.984reset freemap , unitDEBGINFO adding route 172.17.0.23/32 -> 10.0.0.255 INFO: |
| 3400 | 2026-08-25T01:05:04.093Z | adding route 172.17.0.22/32 -> 10.0.0.255 freemap_route_ipv4replacing 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 } }] |
| 3401 | 2026-08-25T01:05:04.093Z | |
| 3402 | 2026-08-25T01:05:04.093Z | |
| 3403 | 2026-08-25T01:05:04.093Z | Aug 25 01:05:01.984adding route 3fff:beef:17::/64 -> 2001:db8::55:ff DEBG |
| 3404 | 2026-08-25T01:05:04.093Z | Aug 25 01:05:01.984Aug 25 01:05:01.984 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 } }]Aug 25 01:05:01.984 |
| 3405 | 2026-08-25T01:05:04.093Z | adding route 172.17.0.43/32 -> 10.0.0.255DEBGAug 25 01:05:01.984 |
| 3406 | 2026-08-25T01:05:04.093Z | DEBGDEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.984 |
| 3407 | 2026-08-25T01:05:04.093Z | INFO Aug 25 01:05:01.984replacing 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 } }] |
| 3408 | 2026-08-25T01:05:04.093Z | DEBGinitted freemap. size: 64 , unit:adding route 172.17.0.24/32 -> 10.0.0.255 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.984freemap_route_ipv6 |
| 3409 | 2026-08-25T01:05:04.093Z | INFO |
| 3410 | 2026-08-25T01:05:04.093Z | |
| 3411 | 2026-08-25T01:05:04.093Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3412 | 2026-08-25T01:05:04.093Z | Aug 25 01:05:01.984Aug 25 01:05:01.984 Aug 25 01:05:01.984 INFO Aug 25 01:05:01.984DEBGINFO 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 } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3413 | 2026-08-25T01:05:04.093Z | Aug 25 01:05:01.984 |
| 3414 | 2026-08-25T01:05:04.093Z | 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 |
| 3415 | 2026-08-25T01:05:04.093Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff reset freemap |
| 3416 | 2026-08-25T01:05:04.093Z | , Aug 25 01:05:01.984unit Aug 25 01:05:01.984:INFOAug 25 01:05:01.984 freemap_route_ipv6 |
| 3417 | 2026-08-25T01:05:04.093Z | DEBGINFO adding route 172.17.0.24/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 } }] |
| 3418 | 2026-08-25T01:05:04.093Z | |
| 3419 | 2026-08-25T01:05:04.093Z | Aug 25 01:05:01.984Aug 25 01:05:01.984 INFODEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3420 | 2026-08-25T01:05:04.093Z | Aug 25 01:05:01.984adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3421 | 2026-08-25T01:05:04.093Z | 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 |
| 3422 | 2026-08-25T01:05:04.093Z | Aug 25 01:05:01.984 Aug 25 01:05:01.984 adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 3423 | 2026-08-25T01:05:04.093Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3424 | 2026-08-25T01:05:04.093Z | Aug 25 01:05:01.984DEBG Aug 25 01:05:01.984Aug 25 01:05:01.984replacing 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 |
| 3425 | 2026-08-25T01:05:04.093Z | INFO DEBGAug 25 01:05:01.984 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.984 |
| 3426 | 2026-08-25T01:05:04.093Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFO |
| 3427 | 2026-08-25T01:05:04.093Z | adding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3428 | 2026-08-25T01:05:04.093Z | |
| 3429 | 2026-08-25T01:05:04.093Z | Aug 25 01:05:01.984adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 3430 | 2026-08-25T01:05:04.093Z | Aug 25 01:05:01.984Aug 25 01:05:01.984INFO DEBGAug 25 01:05:01.984adding route 172.17.0.46/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3431 | 2026-08-25T01:05:04.093Z | INFO |
| 3432 | 2026-08-25T01:05:04.093Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3433 | 2026-08-25T01:05:04.093Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3434 | 2026-08-25T01:05:04.094Z | Aug 25 01:05:01.984Aug 25 01:05:01.984 Aug 25 01:05:01.984DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3435 | 2026-08-25T01:05:04.094Z | |
| 3436 | 2026-08-25T01:05:04.094Z | |
| 3437 | 2026-08-25T01:05:04.094Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 3438 | 2026-08-25T01:05:04.094Z | Aug 25 01:05:01.984Aug 25 01:05:01.984Aug 25 01:05:01.984 INFO Aug 25 01:05:01.984INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255 INFOadding route 172.17.0.47/32 -> 10.0.0.255 |
| 3439 | 2026-08-25T01:05:04.094Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 3440 | 2026-08-25T01:05:04.094Z | 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 } }] |
| 3441 | 2026-08-25T01:05:04.094Z | |
| 3442 | 2026-08-25T01:05:04.094Z | Aug 25 01:05:01.984Aug 25 01:05:01.984 Aug 25 01:05:01.984DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3443 | 2026-08-25T01:05:04.094Z | |
| 3444 | 2026-08-25T01:05:04.094Z | Aug 25 01:05:01.984DEBG INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3445 | 2026-08-25T01:05:04.094Z | Aug 25 01:05:01.984Aug 25 01:05:01.984 INFO |
| 3446 | 2026-08-25T01:05:04.094Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3447 | 2026-08-25T01:05:04.094Z | Aug 25 01:05:01.984Aug 25 01:05:01.984 DEBGDEBG |
| 3448 | 2026-08-25T01:05:04.096Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.984 |
| 3449 | 2026-08-25T01:05:04.096Z | 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 |
| 3450 | 2026-08-25T01:05:04.096Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 3451 | 2026-08-25T01:05:04.096Z | Aug 25 01:05:01.984Aug 25 01:05:01.983 DEBG created new freemap, unitINFO: adding route 172.17.0.27/32 -> 10.0.0.255freemap_route_ipv6 |
| 3452 | 2026-08-25T01:05:04.096Z | |
| 3453 | 2026-08-25T01:05:04.096Z | Aug 25 01:05:01.984Aug 25 01:05:01.984 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 } }]initted freemap. size: 64 |
| 3454 | 2026-08-25T01:05:04.096Z | , unit: freemap_route_ipv4 |
| 3455 | 2026-08-25T01:05:04.096Z | Aug 25 01:05:01.984 INFO Aug 25 01:05:01.984adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3456 | 2026-08-25T01:05:04.096Z | DEBG reset freemap, Aug 25 01:05:01.984unit :Aug 25 01:05:01.984 DEBGfreemap_route_ipv4INFO |
| 3457 | 2026-08-25T01:05:04.096Z | 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.49/32 -> 10.0.0.255 |
| 3458 | 2026-08-25T01:05:04.096Z | |
| 3459 | 2026-08-25T01:05:04.096Z | Aug 25 01:05:01.984 DEBG initted freemap. size: 64, unit: Aug 25 01:05:01.984freemap_route_ipv6 |
| 3460 | 2026-08-25T01:05:04.096Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 25 01:05:01.984 |
| 3461 | 2026-08-25T01:05:04.096Z | DEBG reset freemapAug 25 01:05:01.984Aug 25 01:05:01.984 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 } }] unit |
| 3462 | 2026-08-25T01:05:04.096Z | 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 } }]: |
| 3463 | 2026-08-25T01:05:04.096Z | freemap_route_ipv6 |
| 3464 | 2026-08-25T01:05:04.096Z | Aug 25 01:05:01.984 INFOAug 25 01:05:01.984 adding route 172.17.0.50/32 -> 10.0.0.255INFO |
| 3465 | 2026-08-25T01:05:04.097Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3466 | 2026-08-25T01:05:04.097Z | Aug 25 01:05:01.984Aug 25 01:05:01.984Aug 25 01:05:01.984 INFODEBG DEBGadding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3467 | 2026-08-25T01:05:04.097Z | |
| 3468 | 2026-08-25T01:05:04.221Z | |
| 3469 | 2026-08-25T01:05:04.221Z | Aug 25 01:05:01.984Aug 25 01:05:01.984 Aug 25 01:05:01.984DEBG INFO DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.984 |
| 3470 | 2026-08-25T01:05:04.221Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 3471 | 2026-08-25T01:05:04.221Z | |
| 3472 | 2026-08-25T01:05:04.221Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3473 | 2026-08-25T01:05:04.221Z | Aug 25 01:05:01.984 INFOAug 25 01:05:01.984Aug 25 01:05:01.984 DEBGINFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 01:05:01.984replacing 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 } }] |
| 3474 | 2026-08-25T01:05:04.221Z | |
| 3475 | 2026-08-25T01:05:04.221Z | DEBG |
| 3476 | 2026-08-25T01:05:04.221Z | 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 } }] |
| 3477 | 2026-08-25T01:05:04.222Z | Aug 25 01:05:01.984Aug 25 01:05:01.984 INFODEBGAug 25 01:05:01.984 adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:05:01.984 |
| 3478 | 2026-08-25T01:05:04.222Z | DEBGINFO |
| 3479 | 2026-08-25T01:05:04.222Z | 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.52/32 -> 10.0.0.255 |
| 3480 | 2026-08-25T01:05:04.229Z | |
| 3481 | 2026-08-25T01:05:04.229Z | Aug 25 01:05:01.984 DEBG Aug 25 01:05:01.984replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:01.984 |
| 3482 | 2026-08-25T01:05:04.229Z | INFO INFOadding route 172.16.0.0/32 -> 10.0.0.3 Aug 25 01:05:01.984 |
| 3483 | 2026-08-25T01:05:04.229Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBGAug 25 01:05:01.984 |
| 3484 | 2026-08-25T01:05:04.229Z | 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 } }]INFOAug 25 01:05:01.984 adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3485 | 2026-08-25T01:05:04.229Z | |
| 3486 | 2026-08-25T01:05:04.229Z | DEBG Aug 25 01:05:01.984replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3487 | 2026-08-25T01:05:04.229Z | DEBGAug 25 01:05:01.984Aug 25 01:05:01.984 INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3488 | 2026-08-25T01:05:04.229Z | Aug 25 01:05:01.984adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3489 | 2026-08-25T01:05:04.229Z | 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 } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3490 | 2026-08-25T01:05:04.229Z | Aug 25 01:05:01.984 |
| 3491 | 2026-08-25T01:05:04.230Z | DEBG Aug 25 01:05:02.126Aug 25 01:05:02.126created new freemapAug 25 01:05:02.126 DEBGDEBGINFO , unitadding route 172.17.0.34/32 -> 10.0.0.255: |
| 3492 | 2026-08-25T01:05:04.230Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 3493 | 2026-08-25T01:05:04.230Z | freemap_route_ipv4 |
| 3494 | 2026-08-25T01:05:04.230Z | |
| 3495 | 2026-08-25T01:05:04.230Z | Aug 25 01:05:02.126Aug 25 01:05:02.126 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3496 | 2026-08-25T01:05:04.230Z | Aug 25 01:05:02.126replacing targets for 172.16.0.0/32 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 } }] |
| 3497 | 2026-08-25T01:05:04.230Z | INFO Aug 25 01:05:02.126adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3498 | 2026-08-25T01:05:04.230Z | Aug 25 01:05:02.126INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 3499 | 2026-08-25T01:05:04.230Z | created new freemap, Aug 25 01:05:02.126unit :DEBG freemap_route_ipv6replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3500 | 2026-08-25T01:05:04.230Z | |
| 3501 | 2026-08-25T01:05:04.230Z | Aug 25 01:05:02.126Aug 25 01:05:01.984 Aug 25 01:05:02.126Aug 25 01:05:02.126DEBG DEBG 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 } }] |
| 3502 | 2026-08-25T01:05:04.230Z | INFOinitted freemap. size: 64 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 172.17.0.55/32 -> 10.0.0.255, |
| 3503 | 2026-08-25T01:05:04.230Z | Aug 25 01:05:02.126Aug 25 01:05:02.126 unit |
| 3504 | 2026-08-25T01:05:04.230Z | INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 |
| 3505 | 2026-08-25T01:05:04.230Z | :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 } }] |
| 3506 | 2026-08-25T01:05:04.230Z | freemap_route_ipv4Aug 25 01:05:02.126 |
| 3507 | 2026-08-25T01:05:04.230Z | Aug 25 01:05:02.126 DEBGDEBG Aug 25 01:05:02.126 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:02.126replacing 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 } }] |
| 3508 | 2026-08-25T01:05:04.233Z | |
| 3509 | 2026-08-25T01:05:04.233Z | DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.126INFO |
| 3510 | 2026-08-25T01:05:04.233Z | Aug 25 01:05:02.126adding route 172.17.0.29/32 -> 10.0.0.255 INFO Aug 25 01:05:02.126adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 01:05:02.126 |
| 3511 | 2026-08-25T01:05:04.233Z | INFO |
| 3512 | 2026-08-25T01:05:04.233Z | DEBGadding route 172.17.0.37/32 -> 10.0.0.255Aug 25 01:05:02.126 |
| 3513 | 2026-08-25T01:05:04.233Z | Aug 25 01:05:02.126DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG |
| 3514 | 2026-08-25T01:05:04.233Z | Aug 25 01:05:02.126replacing 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 } }] |
| 3515 | 2026-08-25T01:05:04.233Z | adding route 172.17.0.56/32 -> 10.0.0.255reset freemap |
| 3516 | 2026-08-25T01:05:04.233Z | DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 25 01:05:02.126unit |
| 3517 | 2026-08-25T01:05:04.233Z | INFOAug 25 01:05:02.126 adding route 172.17.0.30/32 -> 10.0.0.255INFOAug 25 01:05:02.126Aug 25 01:05:02.126 |
| 3518 | 2026-08-25T01:05:04.233Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 3519 | 2026-08-25T01:05:04.233Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3520 | 2026-08-25T01:05:04.233Z | DEBGAug 25 01:05:02.126 Aug 25 01:05:02.126replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:02.126DEBGDEBG 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 } }] |
| 3521 | 2026-08-25T01:05:04.233Z | DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3522 | 2026-08-25T01:05:04.233Z | |
| 3523 | 2026-08-25T01:05:04.233Z | Aug 25 01:05:02.126 |
| 3524 | 2026-08-25T01:05:04.233Z | INFO Aug 25 01:05:02.126adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 25 01:05:02.126 |
| 3525 | 2026-08-25T01:05:04.233Z | INFO INFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3526 | 2026-08-25T01:05:04.233Z | Aug 25 01:05:02.126 |
| 3527 | 2026-08-25T01:05:04.233Z | Aug 25 01:05:02.126 INFOAug 25 01:05:02.126DEBGAug 25 01:05:02.126 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 } }] |
| 3528 | 2026-08-25T01:05:04.233Z | 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.39/32 -> 10.0.0.255 |
| 3529 | 2026-08-25T01:05:04.233Z | 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 } }] |
| 3530 | 2026-08-25T01:05:04.233Z | |
| 3531 | 2026-08-25T01:05:04.233Z | Aug 25 01:05:02.126 Aug 25 01:05:02.126INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3532 | 2026-08-25T01:05:04.233Z | 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 } }] |
| 3533 | 2026-08-25T01:05:04.233Z | Aug 25 01:05:02.126 Aug 25 01:05:02.126Aug 25 01:05:02.126 INFO INFO Aug 25 01:05:02.126 adding route 172.17.0.32/32 -> 10.0.0.255DEBGadding route 172.17.0.58/32 -> 10.0.0.255 |
| 3534 | 2026-08-25T01:05:04.233Z | INFO |
| 3535 | 2026-08-25T01:05:04.233Z | adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3536 | 2026-08-25T01:05:04.234Z | |
| 3537 | 2026-08-25T01:05:04.234Z | Aug 25 01:05:02.126 DEBGAug 25 01:05:02.126 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3538 | 2026-08-25T01:05:04.234Z | 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 } }] |
| 3539 | 2026-08-25T01:05:04.234Z | Aug 25 01:05:02.126 Aug 25 01:05:02.126Aug 25 01:05:02.126DEBG Aug 25 01:05:02.126INFO INFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 3540 | 2026-08-25T01:05:04.234Z | |
| 3541 | 2026-08-25T01:05:04.234Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3542 | 2026-08-25T01:05:04.234Z | Aug 25 01:05:02.126Aug 25 01:05:02.126Aug 25 01:05:02.126 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 3543 | 2026-08-25T01:05:04.234Z | 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 172.17.0.59/32 -> 10.0.0.255 |
| 3544 | 2026-08-25T01:05:04.234Z | |
| 3545 | 2026-08-25T01:05:04.234Z | test route::tests::add_target_fails_full ... ok |
| 3546 | 2026-08-25T01:05:04.234Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3547 | 2026-08-25T01:05:04.234Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.127 DEBG Aug 25 01:05:02.127replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3548 | 2026-08-25T01:05:04.234Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff: |
| 3549 | 2026-08-25T01:05:04.234Z | freemap_route_ipv4 |
| 3550 | 2026-08-25T01:05:04.234Z | Aug 25 01:05:02.304Aug 25 01:05:02.304 DEBG INFO adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3551 | 2026-08-25T01:05:04.234Z | Aug 25 01:05:02.304 |
| 3552 | 2026-08-25T01:05:04.234Z | 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 } }] |
| 3553 | 2026-08-25T01:05:04.234Z | Aug 25 01:05:02.304 Aug 25 01:05:02.304INFO DEBGAug 25 01:05:02.304 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 |
| 3554 | 2026-08-25T01:05:04.234Z | adding route 172.17.0.60/32 -> 10.0.0.255 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3555 | 2026-08-25T01:05:04.234Z | |
| 3556 | 2026-08-25T01:05:04.234Z | Aug 25 01:05:02.304 INFOAug 25 01:05:02.304 Aug 25 01:05:02.304 adding route 172.17.0.43/32 -> 10.0.0.255 DEBG |
| 3557 | 2026-08-25T01:05:04.234Z | DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3558 | 2026-08-25T01:05:04.234Z | |
| 3559 | 2026-08-25T01:05:04.234Z | Aug 25 01:05:02.304Aug 25 01:05:02.304Aug 25 01:05:02.304 DEBG 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 } }] INFO |
| 3560 | 2026-08-25T01:05:04.234Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 172.17.0.61/32 -> 10.0.0.255 |
| 3561 | 2026-08-25T01:05:04.234Z | |
| 3562 | 2026-08-25T01:05:04.234Z | Aug 25 01:05:02.304 INFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 25 01:05:02.304 |
| 3563 | 2026-08-25T01:05:04.235Z | Aug 25 01:05:02.304 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 } }] |
| 3564 | 2026-08-25T01:05:04.235Z | Aug 25 01:05:02.304replacing 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 } }] DEBG |
| 3565 | 2026-08-25T01:05:04.235Z | 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 } }] |
| 3566 | 2026-08-25T01:05:04.235Z | Aug 25 01:05:02.304 INFOAug 25 01:05:02.304 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOAug 25 01:05:02.304 |
| 3567 | 2026-08-25T01:05:04.235Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3568 | 2026-08-25T01:05:04.299Z | |
| 3569 | 2026-08-25T01:05:04.299Z | Aug 25 01:05:02.304Aug 25 01:05:02.304Aug 25 01:05:02.304 DEBGDEBG 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 } }] 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 } }] |
| 3570 | 2026-08-25T01:05:04.299Z | 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 } }] |
| 3571 | 2026-08-25T01:05:04.299Z | |
| 3572 | 2026-08-25T01:05:04.299Z | Aug 25 01:05:02.304 Aug 25 01:05:02.304INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255Aug 25 01:05:02.304 |
| 3573 | 2026-08-25T01:05:04.299Z | INFOadding route 172.17.0.63/32 -> 10.0.0.255 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3574 | 2026-08-25T01:05:04.299Z | |
| 3575 | 2026-08-25T01:05:04.299Z | Aug 25 01:05:02.304 DEBG Aug 25 01:05:02.304Aug 25 01:05:02.304replacing 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 } }] |
| 3576 | 2026-08-25T01:05:04.299Z | DEBG DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3577 | 2026-08-25T01:05:04.299Z | Aug 25 01:05:02.304replacing 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 } }] |
| 3578 | 2026-08-25T01:05:04.299Z | INFO Aug 25 01:05:02.304adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3579 | 2026-08-25T01:05:04.299Z | Aug 25 01:05:02.304INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG |
| 3580 | 2026-08-25T01:05:04.299Z | Aug 25 01:05:02.304 DEBGfailed to allocate space for the new target list |
| 3581 | 2026-08-25T01:05:04.300Z | Aug 25 01:05:02.304replacing 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 |
| 3582 | 2026-08-25T01:05:04.300Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:02.304 |
| 3583 | 2026-08-25T01:05:04.300Z | DEBGAug 25 01:05:02.304 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:05:02.304 |
| 3584 | 2026-08-25T01:05:04.300Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3585 | 2026-08-25T01:05:04.300Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 01:05:02.304 |
| 3586 | 2026-08-25T01:05:04.300Z | Aug 25 01:05:02.304 DEBGAug 25 01:05:02.304DEBG 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 } }]DEBGfailed to allocate space for the new target list |
| 3587 | 2026-08-25T01:05:04.300Z | |
| 3588 | 2026-08-25T01:05:04.300Z | 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 } }] |
| 3589 | 2026-08-25T01:05:04.300Z | Aug 25 01:05:02.304 INFO Aug 25 01:05:02.304adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3590 | 2026-08-25T01:05:04.300Z | INFO Aug 25 01:05:01.984adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 25 01:05:02.304 |
| 3591 | 2026-08-25T01:05:04.300Z | DEBG DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.304 |
| 3592 | 2026-08-25T01:05:04.300Z | DEBGcreated new freemap 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 } }], unit: freemap_route_ipv4 |
| 3593 | 2026-08-25T01:05:04.300Z | Aug 25 01:05:02.305 |
| 3594 | 2026-08-25T01:05:04.300Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3595 | 2026-08-25T01:05:04.300Z | |
| 3596 | 2026-08-25T01:05:04.305Z | Aug 25 01:05:02.305 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3597 | 2026-08-25T01:05:04.306Z | Aug 25 01:05:02.305Aug 25 01:05:02.305 DEBGDEBG created new freemapreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 25 01:05:02.305 |
| 3598 | 2026-08-25T01:05:04.306Z | unit :Aug 25 01:05:02.305 DEBG DEBGfreemap_route_ipv6initted freemap. size: 64Aug 25 01:05:02.305, |
| 3599 | 2026-08-25T01:05:04.306Z | unit INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] : |
| 3600 | 2026-08-25T01:05:04.306Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 25 01:05:02.305 |
| 3601 | 2026-08-25T01:05:04.306Z | freemap_route_ipv6Aug 25 01:05:02.305 |
| 3602 | 2026-08-25T01:05:04.306Z | DEBG INFOAug 25 01:05:02.305 initted freemap. size: 64DEBG, adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 01:05:02.305unit |
| 3603 | 2026-08-25T01:05:04.306Z | 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 } }] |
| 3604 | 2026-08-25T01:05:04.306Z | : Aug 25 01:05:02.305freemap_route_ipv4 |
| 3605 | 2026-08-25T01:05:04.306Z | INFOAug 25 01:05:02.305 adding route 172.17.0.52/32 -> 10.0.0.255DEBG |
| 3606 | 2026-08-25T01:05:04.306Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:02.305 DEBG reset freemap, unit: |
| 3607 | 2026-08-25T01:05:04.306Z | freemap_route_ipv4Aug 25 01:05:02.305 |
| 3608 | 2026-08-25T01:05:04.306Z | DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.305 |
| 3609 | 2026-08-25T01:05:04.306Z | Aug 25 01:05:02.305INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 25 01:05:02.305initted freemap. size: 64 |
| 3610 | 2026-08-25T01:05:04.306Z | , unitINFO: adding route 172.17.0.53/32 -> 10.0.0.255Aug 25 01:05:02.305 |
| 3611 | 2026-08-25T01:05:04.306Z | freemap_route_ipv6DEBG |
| 3612 | 2026-08-25T01:05:04.306Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:02.305 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 } }] |
| 3613 | 2026-08-25T01:05:04.306Z | |
| 3614 | 2026-08-25T01:05:04.306Z | Aug 25 01:05:02.305 INFO Aug 25 01:05:02.305Aug 25 01:05:02.305adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3615 | 2026-08-25T01:05:04.306Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3616 | 2026-08-25T01:05:04.306Z | DEBGAug 25 01:05:02.305 reset freemapINFO, unitadding route 172.17.0.34/32 -> 10.0.0.255: |
| 3617 | 2026-08-25T01:05:04.306Z | freemap_route_ipv6 |
| 3618 | 2026-08-25T01:05:04.306Z | Aug 25 01:05:02.305 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:02.305Aug 25 01:05:02.305 |
| 3619 | 2026-08-25T01:05:04.306Z | 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.16.0.0/32 -> 10.0.0.1 |
| 3620 | 2026-08-25T01:05:04.306Z | |
| 3621 | 2026-08-25T01:05:04.306Z | Aug 25 01:05:02.305 INFOAug 25 01:05:02.305 adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 3622 | 2026-08-25T01:05:04.306Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3623 | 2026-08-25T01:05:04.306Z | DEBG Aug 25 01:05:02.305reset freemap Aug 25 01:05:02.305, INFOunit DEBGadding route 172.16.0.0/32 -> 10.0.0.2: |
| 3624 | 2026-08-25T01:05:04.306Z | freemap_route_ipv6replacing 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 } }] |
| 3625 | 2026-08-25T01:05:04.306Z | |
| 3626 | 2026-08-25T01:05:04.307Z | Aug 25 01:05:02.305 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:05:02.305 |
| 3627 | 2026-08-25T01:05:04.307Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 25 01:05:02.305 |
| 3628 | 2026-08-25T01:05:04.307Z | Aug 25 01:05:02.305 Aug 25 01:05:02.305INFO INFOINFOadding route 172.16.0.0/32 -> 10.0.0.3Aug 25 01:05:02.305 |
| 3629 | 2026-08-25T01:05:04.307Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 3630 | 2026-08-25T01:05:04.307Z | |
| 3631 | 2026-08-25T01:05:04.307Z | 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 } }] |
| 3632 | 2026-08-25T01:05:04.307Z | Aug 25 01:05:02.305Aug 25 01:05:02.305 DEBGDEBGAug 25 01:05:02.305 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 01:05:02.305INFO |
| 3633 | 2026-08-25T01:05:04.307Z | |
| 3634 | 2026-08-25T01:05:04.307Z | DEBGadding route 172.17.0.37/32 -> 10.0.0.255 |
| 3635 | 2026-08-25T01:05:04.307Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:02.305 |
| 3636 | 2026-08-25T01:05:04.307Z | INFO Aug 25 01:05:02.305adding route 172.16.0.0/32 -> 10.0.0.2 Aug 25 01:05:02.305 |
| 3637 | 2026-08-25T01:05:04.307Z | INFO INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 01:05:02.305 |
| 3638 | 2026-08-25T01:05:04.307Z | Aug 25 01:05:02.305 |
| 3639 | 2026-08-25T01:05:04.307Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:05:02.305 |
| 3640 | 2026-08-25T01:05:04.307Z | test route::tests::delete_target_fragmented ... ok |
| 3641 | 2026-08-25T01:05:04.307Z | 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 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 } }] |
| 3642 | 2026-08-25T01:05:04.307Z | Aug 25 01:05:02.305 |
| 3643 | 2026-08-25T01:05:04.307Z | DEBGAug 25 01:05:02.305 Aug 25 01:05:02.305replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3644 | 2026-08-25T01:05:04.307Z | INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3645 | 2026-08-25T01:05:04.307Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 25 01:05:02.305 |
| 3646 | 2026-08-25T01:05:04.307Z | INFO Aug 25 01:05:02.305adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3647 | 2026-08-25T01:05:04.307Z | Aug 25 01:05:02.305DEBGAug 25 01:05:02.305 DEBGDEBGreplacing targets for 172.16.0.0/32 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 } }] |
| 3648 | 2026-08-25T01:05:04.307Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3649 | 2026-08-25T01:05:04.307Z | |
| 3650 | 2026-08-25T01:05:04.307Z | Aug 25 01:05:02.305 Aug 25 01:05:02.305DEBG Aug 25 01:05:02.305 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 |
| 3651 | 2026-08-25T01:05:04.307Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3652 | 2026-08-25T01:05:04.307Z | |
| 3653 | 2026-08-25T01:05:04.307Z | Aug 25 01:05:02.305Aug 25 01:05:02.305 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 01:05:02.305 |
| 3654 | 2026-08-25T01:05:04.307Z | 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 |
| 3655 | 2026-08-25T01:05:04.307Z | 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 } }] |
| 3656 | 2026-08-25T01:05:04.307Z | Aug 25 01:05:02.305 DEBGAug 25 01:05:02.305 Aug 25 01:05:02.305INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3657 | 2026-08-25T01:05:04.307Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255 |
| 3658 | 2026-08-25T01:05:04.307Z | |
| 3659 | 2026-08-25T01:05:04.307Z | Aug 25 01:05:02.305 Aug 25 01:05:02.305INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255Aug 25 01:05:02.305 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 |
| 3660 | 2026-08-25T01:05:04.307Z | |
| 3661 | 2026-08-25T01:05:04.307Z | 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 } }] |
| 3662 | 2026-08-25T01:05:04.308Z | Aug 25 01:05:02.305Aug 25 01:05:02.402 INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3663 | 2026-08-25T01:05:04.308Z | |
| 3664 | 2026-08-25T01:05:04.308Z | Aug 25 01:05:02.305Aug 25 01:05:02.402 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 } }] |
| 3665 | 2026-08-25T01:05:04.308Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3666 | 2026-08-25T01:05:04.308Z | Aug 25 01:05:02.402 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 01:05:02.402 |
| 3667 | 2026-08-25T01:05:04.308Z | 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 } }] |
| 3668 | 2026-08-25T01:05:04.332Z | Aug 25 01:05:02.402 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3669 | 2026-08-25T01:05:04.332Z | Aug 25 01:05:02.402 INFO Aug 25 01:05:02.402adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3670 | 2026-08-25T01:05:04.332Z | DEBG Aug 25 01:05:02.402 DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3671 | 2026-08-25T01:05:04.332Z | 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 } }] |
| 3672 | 2026-08-25T01:05:04.332Z | Aug 25 01:05:02.305Aug 25 01:05:02.402Aug 25 01:05:02.402 DEBGINFO INFOadding route 172.17.0.5/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 } }] |
| 3673 | 2026-08-25T01:05:04.332Z | |
| 3674 | 2026-08-25T01:05:04.332Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3675 | 2026-08-25T01:05:04.332Z | Aug 25 01:05:02.402 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 } }] |
| 3676 | 2026-08-25T01:05:04.332Z | Aug 25 01:05:02.402Aug 25 01:05:02.402 INFODEBG Aug 25 01:05:02.402 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.41/32 -> 10.0.0.255INFO |
| 3677 | 2026-08-25T01:05:04.332Z | |
| 3678 | 2026-08-25T01:05:04.332Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3679 | 2026-08-25T01:05:04.332Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255 |
| 3680 | 2026-08-25T01:05:04.332Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.402 |
| 3681 | 2026-08-25T01:05:04.332Z | DEBG Aug 25 01:05:02.402replacing 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 } }] |
| 3682 | 2026-08-25T01:05:04.332Z | DEBGAug 25 01:05:02.402 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3683 | 2026-08-25T01:05:04.332Z | adding route 172.17.0.58/32 -> 10.0.0.255Aug 25 01:05:02.402 |
| 3684 | 2026-08-25T01:05:04.332Z | Aug 25 01:05:02.402INFO INFOadding route 172.17.0.42/32 -> 10.0.0.255 |
| 3685 | 2026-08-25T01:05:04.332Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3686 | 2026-08-25T01:05:04.332Z | Aug 25 01:05:02.402Aug 25 01:05:02.402 Aug 25 01:05:02.402DEBG 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.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 } }] |
| 3687 | 2026-08-25T01:05:04.332Z | |
| 3688 | 2026-08-25T01:05:04.333Z | 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 } }] |
| 3689 | 2026-08-25T01:05:04.333Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.43/32 -> 10.0.0.255 |
| 3690 | 2026-08-25T01:05:04.333Z | adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 01:05:02.402 |
| 3691 | 2026-08-25T01:05:04.333Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3692 | 2026-08-25T01:05:04.333Z | Aug 25 01:05:02.402Aug 25 01:05:02.402Aug 25 01:05:02.402 DEBG DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.402 |
| 3693 | 2026-08-25T01:05:04.333Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 3694 | 2026-08-25T01:05:04.333Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.402 |
| 3695 | 2026-08-25T01:05:04.333Z | INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:02.402adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3696 | 2026-08-25T01:05:04.333Z | Aug 25 01:05:02.402 INFO |
| 3697 | 2026-08-25T01:05:04.333Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 3698 | 2026-08-25T01:05:04.333Z | adding route 172.17.0.44/32 -> 10.0.0.255Aug 25 01:05:02.402 |
| 3699 | 2026-08-25T01:05:04.333Z | DEBGAug 25 01:05:02.402 Aug 25 01:05:02.402INFO Aug 25 01:05:02.402adding route 172.17.0.60/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3700 | 2026-08-25T01:05:04.333Z | |
| 3701 | 2026-08-25T01:05:04.333Z | |
| 3702 | 2026-08-25T01:05:04.333Z | 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 } }] |
| 3703 | 2026-08-25T01:05:04.333Z | Aug 25 01:05:02.402Aug 25 01:05:02.402 Aug 25 01:05:02.402 INFOINFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 3704 | 2026-08-25T01:05:04.333Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3705 | 2026-08-25T01:05:04.333Z | |
| 3706 | 2026-08-25T01:05:04.333Z | Aug 25 01:05:02.402Aug 25 01:05:02.402Aug 25 01:05:02.402 Aug 25 01:05:02.402 DEBGDEBG DEBG INFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3707 | 2026-08-25T01:05:04.333Z | failed to allocate space for the new target list |
| 3708 | 2026-08-25T01:05:04.333Z | |
| 3709 | 2026-08-25T01:05:04.333Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3710 | 2026-08-25T01:05:04.333Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402Aug 25 01:05:02.402INFO Aug 25 01:05:02.402adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3711 | 2026-08-25T01:05:04.333Z | DEBGINFODEBG Aug 25 01:05:02.402 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3712 | 2026-08-25T01:05:04.337Z | |
| 3713 | 2026-08-25T01:05:04.337Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3714 | 2026-08-25T01:05:04.337Z | |
| 3715 | 2026-08-25T01:05:04.337Z | Aug 25 01:05:02.402 DEBGAug 25 01:05:02.402Aug 25 01:05:02.402 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 } }] |
| 3716 | 2026-08-25T01:05:04.337Z | adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 3717 | 2026-08-25T01:05:04.337Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3718 | 2026-08-25T01:05:04.337Z | Aug 25 01:05:02.402Aug 25 01:05:02.402 INFODEBG Aug 25 01:05:02.402adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3719 | 2026-08-25T01:05:04.337Z | |
| 3720 | 2026-08-25T01:05:04.337Z | 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 } }] |
| 3721 | 2026-08-25T01:05:04.337Z | Aug 25 01:05:02.402Aug 25 01:05:02.402 Aug 25 01:05:02.402 DEBG INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3722 | 2026-08-25T01:05:04.337Z | adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3723 | 2026-08-25T01:05:04.337Z | |
| 3724 | 2026-08-25T01:05:04.337Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402INFOAug 25 01:05:02.402 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 3725 | 2026-08-25T01:05:04.337Z | DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3726 | 2026-08-25T01:05:04.337Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.402 |
| 3727 | 2026-08-25T01:05:04.337Z | 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 } }] |
| 3728 | 2026-08-25T01:05:04.337Z | Aug 25 01:05:02.402Aug 25 01:05:02.402 INFOAug 25 01:05:02.402INFO adding route 172.17.0.48/32 -> 10.0.0.255INFOadding route 172.17.0.14/32 -> 10.0.0.255 |
| 3729 | 2026-08-25T01:05:04.337Z | |
| 3730 | 2026-08-25T01:05:04.337Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3731 | 2026-08-25T01:05:04.337Z | Aug 25 01:05:02.402Aug 25 01:05:02.402Aug 25 01:05:02.402 DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3732 | 2026-08-25T01:05:04.337Z | |
| 3733 | 2026-08-25T01:05:04.337Z | 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 } }] |
| 3734 | 2026-08-25T01:05:04.337Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402DEBG Aug 25 01:05:02.402failed to allocate space for the new target list |
| 3735 | 2026-08-25T01:05:04.337Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 3736 | 2026-08-25T01:05:04.337Z | adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 01:05:02.402 |
| 3737 | 2026-08-25T01:05:04.337Z | DEBGAug 25 01:05:02.402 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:05:02.402 |
| 3738 | 2026-08-25T01:05:04.337Z | DEBG DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3739 | 2026-08-25T01:05:04.338Z | 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 } }] |
| 3740 | 2026-08-25T01:05:04.338Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.16/32 -> 10.0.0.255 |
| 3741 | 2026-08-25T01:05:04.338Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3742 | 2026-08-25T01:05:04.338Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402DEBG 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 } }] |
| 3743 | 2026-08-25T01:05:04.338Z | 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 } }] |
| 3744 | 2026-08-25T01:05:04.338Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255 |
| 3745 | 2026-08-25T01:05:04.338Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3746 | 2026-08-25T01:05:04.338Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402DEBG DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3747 | 2026-08-25T01:05:04.338Z | 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 } }] |
| 3748 | 2026-08-25T01:05:04.338Z | test route::tests::delete_targets_fragmented ... ok |
| 3749 | 2026-08-25T01:05:04.338Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 3750 | 2026-08-25T01:05:04.338Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3751 | 2026-08-25T01:05:04.338Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402 DEBG DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3752 | 2026-08-25T01:05:04.338Z | 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 } }] |
| 3753 | 2026-08-25T01:05:04.338Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255 |
| 3754 | 2026-08-25T01:05:04.338Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3755 | 2026-08-25T01:05:04.338Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402DEBG 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 } }] |
| 3756 | 2026-08-25T01:05:04.338Z | 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 } }] |
| 3757 | 2026-08-25T01:05:04.338Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255 |
| 3758 | 2026-08-25T01:05:04.338Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3759 | 2026-08-25T01:05:04.338Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402DEBG DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3760 | 2026-08-25T01:05:04.338Z | 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 } }] |
| 3761 | 2026-08-25T01:05:04.338Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.55/32 -> 10.0.0.255 |
| 3762 | 2026-08-25T01:05:04.338Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3763 | 2026-08-25T01:05:04.338Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402DEBG DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3764 | 2026-08-25T01:05:04.338Z | 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 } }] |
| 3765 | 2026-08-25T01:05:04.338Z | Aug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 3766 | 2026-08-25T01:05:04.338Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3767 | 2026-08-25T01:05:04.338Z | Aug 25 01:05:02.402 DEBGAug 25 01:05:02.402 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3768 | 2026-08-25T01:05:04.452Z | 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 } }] |
| 3769 | 2026-08-25T01:05:04.452Z | Aug 25 01:05:02.402 INFO Aug 25 01:05:02.402adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3770 | 2026-08-25T01:05:04.452Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3771 | 2026-08-25T01:05:04.452Z | Aug 25 01:05:02.402 DEBG Aug 25 01:05:02.402replacing 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 } }] |
| 3772 | 2026-08-25T01:05:04.456Z | 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 } }] |
| 3773 | 2026-08-25T01:05:04.456Z | Aug 25 01:05:02.402 INFO Aug 25 01:05:02.402adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3774 | 2026-08-25T01:05:04.456Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3775 | 2026-08-25T01:05:04.459Z | Aug 25 01:05:02.402 DEBG Aug 25 01:05:02.402replacing 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 } }] 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 } }] |
| 3776 | 2026-08-25T01:05:04.459Z | |
| 3777 | 2026-08-25T01:05:04.459Z | Aug 25 01:05:02.480 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3778 | 2026-08-25T01:05:04.459Z | Aug 25 01:05:02.403Aug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO adding route 172.17.0.59/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 } }] |
| 3779 | 2026-08-25T01:05:04.459Z | |
| 3780 | 2026-08-25T01:05:04.459Z | DEBG created new freemapAug 25 01:05:02.480Aug 25 01:05:02.480 , INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 unitreplacing 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 } }]: |
| 3781 | 2026-08-25T01:05:04.459Z | |
| 3782 | 2026-08-25T01:05:04.459Z | freemap_route_ipv4 |
| 3783 | 2026-08-25T01:05:04.459Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3784 | 2026-08-25T01:05:04.459Z | |
| 3785 | 2026-08-25T01:05:04.459Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO Aug 25 01:05:02.480 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.27/32 -> 10.0.0.255 |
| 3786 | 2026-08-25T01:05:04.459Z | |
| 3787 | 2026-08-25T01:05:04.459Z | DEBG created new freemap, Aug 25 01:05:02.480unitAug 25 01:05:02.480: DEBG freemap_route_ipv6DEBG |
| 3788 | 2026-08-25T01:05:04.461Z | failed to allocate space for the new target list |
| 3789 | 2026-08-25T01:05:04.461Z | 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 } }] |
| 3790 | 2026-08-25T01:05:04.461Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 Aug 25 01:05:02.480 DEBGDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3791 | 2026-08-25T01:05:04.461Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3792 | 2026-08-25T01:05:04.461Z | initted freemap. size: 64, unit: Aug 25 01:05:02.480freemap_route_ipv4 |
| 3793 | 2026-08-25T01:05:04.461Z | 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 } }] |
| 3794 | 2026-08-25T01:05:04.461Z | Aug 25 01:05:02.480 DEBG Aug 25 01:05:02.480reset freemap , INFOunit :adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3795 | 2026-08-25T01:05:04.461Z | freemap_route_ipv4 |
| 3796 | 2026-08-25T01:05:04.461Z | Aug 25 01:05:02.480 Aug 25 01:05:02.480DEBG DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3797 | 2026-08-25T01:05:04.461Z | initted freemap. size: 64, unit: Aug 25 01:05:02.480freemap_route_ipv6 |
| 3798 | 2026-08-25T01:05:04.461Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3799 | 2026-08-25T01:05:04.461Z | Aug 25 01:05:02.480 DEBG Aug 25 01:05:02.480reset freemap , DEBGunit :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 } }] |
| 3800 | 2026-08-25T01:05:04.461Z | freemap_route_ipv6 |
| 3801 | 2026-08-25T01:05:04.461Z | Aug 25 01:05:02.480 Aug 25 01:05:02.480INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 3802 | 2026-08-25T01:05:04.461Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3803 | 2026-08-25T01:05:04.461Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 3804 | 2026-08-25T01:05:04.464Z | |
| 3805 | 2026-08-25T01:05:04.464Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3806 | 2026-08-25T01:05:04.464Z | |
| 3807 | 2026-08-25T01:05:04.464Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 3808 | 2026-08-25T01:05:04.464Z | |
| 3809 | 2026-08-25T01:05:04.464Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3810 | 2026-08-25T01:05:04.464Z | |
| 3811 | 2026-08-25T01:05:04.464Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.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 } }] |
| 3812 | 2026-08-25T01:05:04.465Z | |
| 3813 | 2026-08-25T01:05:04.465Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3814 | 2026-08-25T01:05:04.465Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 01:05:02.480 |
| 3815 | 2026-08-25T01:05:04.465Z | 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 } }] |
| 3816 | 2026-08-25T01:05:04.465Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3817 | 2026-08-25T01:05:04.465Z | |
| 3818 | 2026-08-25T01:05:04.465Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.0/32 -> 10.0.0.255 |
| 3819 | 2026-08-25T01:05:04.465Z | |
| 3820 | 2026-08-25T01:05:04.465Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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 } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3821 | 2026-08-25T01:05:04.465Z | |
| 3822 | 2026-08-25T01:05:04.465Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.1/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 } }] |
| 3823 | 2026-08-25T01:05:04.465Z | |
| 3824 | 2026-08-25T01:05:04.465Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3825 | 2026-08-25T01:05:04.465Z | |
| 3826 | 2026-08-25T01:05:04.465Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.2/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 } }] |
| 3827 | 2026-08-25T01:05:04.465Z | |
| 3828 | 2026-08-25T01:05:04.465Z | test route::tests::delete_target_full ... ok |
| 3829 | 2026-08-25T01:05:04.465Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.38/32 -> 10.0.0.255 |
| 3830 | 2026-08-25T01:05:04.465Z | |
| 3831 | 2026-08-25T01:05:04.465Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.3/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 } }] |
| 3832 | 2026-08-25T01:05:04.465Z | |
| 3833 | 2026-08-25T01:05:04.465Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.39/32 -> 10.0.0.255 |
| 3834 | 2026-08-25T01:05:04.465Z | |
| 3835 | 2026-08-25T01:05:04.465Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.4/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 } }] |
| 3836 | 2026-08-25T01:05:04.465Z | |
| 3837 | 2026-08-25T01:05:04.465Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.40/32 -> 10.0.0.255 |
| 3838 | 2026-08-25T01:05:04.465Z | |
| 3839 | 2026-08-25T01:05:04.465Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.5/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 } }] |
| 3840 | 2026-08-25T01:05:04.466Z | |
| 3841 | 2026-08-25T01:05:04.466Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.41/32 -> 10.0.0.255 |
| 3842 | 2026-08-25T01:05:04.466Z | |
| 3843 | 2026-08-25T01:05:04.466Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.6/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 } }] |
| 3844 | 2026-08-25T01:05:04.466Z | |
| 3845 | 2026-08-25T01:05:04.466Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.42/32 -> 10.0.0.255 |
| 3846 | 2026-08-25T01:05:04.466Z | |
| 3847 | 2026-08-25T01:05:04.466Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.7/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 } }] |
| 3848 | 2026-08-25T01:05:04.466Z | |
| 3849 | 2026-08-25T01:05:04.466Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.43/32 -> 10.0.0.255 |
| 3850 | 2026-08-25T01:05:04.466Z | |
| 3851 | 2026-08-25T01:05:04.466Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.8/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 } }] |
| 3852 | 2026-08-25T01:05:04.466Z | |
| 3853 | 2026-08-25T01:05:04.466Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3854 | 2026-08-25T01:05:04.466Z | |
| 3855 | 2026-08-25T01:05:04.466Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.9/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 } }] |
| 3856 | 2026-08-25T01:05:04.466Z | |
| 3857 | 2026-08-25T01:05:04.466Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.45/32 -> 10.0.0.255 |
| 3858 | 2026-08-25T01:05:04.466Z | |
| 3859 | 2026-08-25T01:05:04.466Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.10/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 } }] |
| 3860 | 2026-08-25T01:05:04.466Z | |
| 3861 | 2026-08-25T01:05:04.466Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.46/32 -> 10.0.0.255 |
| 3862 | 2026-08-25T01:05:04.466Z | |
| 3863 | 2026-08-25T01:05:04.466Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.11/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 } }] |
| 3864 | 2026-08-25T01:05:04.466Z | |
| 3865 | 2026-08-25T01:05:04.466Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.47/32 -> 10.0.0.255 |
| 3866 | 2026-08-25T01:05:04.466Z | |
| 3867 | 2026-08-25T01:05:04.466Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.12/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 } }] |
| 3868 | 2026-08-25T01:05:04.555Z | |
| 3869 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.48/32 -> 10.0.0.255 |
| 3870 | 2026-08-25T01:05:04.556Z | |
| 3871 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.13/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 } }] |
| 3872 | 2026-08-25T01:05:04.556Z | |
| 3873 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3874 | 2026-08-25T01:05:04.556Z | |
| 3875 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.14/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 } }] |
| 3876 | 2026-08-25T01:05:04.556Z | |
| 3877 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3878 | 2026-08-25T01:05:04.556Z | |
| 3879 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.15/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 } }] |
| 3880 | 2026-08-25T01:05:04.556Z | |
| 3881 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.51/32 -> 10.0.0.255 |
| 3882 | 2026-08-25T01:05:04.556Z | |
| 3883 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.16/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 } }] |
| 3884 | 2026-08-25T01:05:04.556Z | |
| 3885 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.52/32 -> 10.0.0.255 |
| 3886 | 2026-08-25T01:05:04.556Z | |
| 3887 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3888 | 2026-08-25T01:05:04.556Z | |
| 3889 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 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.53/32 -> 10.0.0.255 |
| 3890 | 2026-08-25T01:05:04.556Z | |
| 3891 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.18/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 } }] |
| 3892 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.578 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 } }] |
| 3893 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.578 |
| 3894 | 2026-08-25T01:05:04.556Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3895 | 2026-08-25T01:05:04.556Z | Aug 25 01:05:02.578 DEBG Aug 25 01:05:02.578replacing 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 } }] |
| 3896 | 2026-08-25T01:05:04.556Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3897 | 2026-08-25T01:05:04.557Z | Aug 25 01:05:02.578 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3898 | 2026-08-25T01:05:04.557Z | Aug 25 01:05:02.578 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.578 |
| 3899 | 2026-08-25T01:05:04.557Z | 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 } }] |
| 3900 | 2026-08-25T01:05:04.557Z | Aug 25 01:05:02.578 INFO Aug 25 01:05:02.578adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3901 | 2026-08-25T01:05:04.557Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3902 | 2026-08-25T01:05:04.557Z | Aug 25 01:05:02.578 DEBGAug 25 01:05:02.578 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 |
| 3903 | 2026-08-25T01:05:04.557Z | 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 } }] |
| 3904 | 2026-08-25T01:05:04.557Z | Aug 25 01:05:02.578 Aug 25 01:05:02.578INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 3905 | 2026-08-25T01:05:04.557Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3906 | 2026-08-25T01:05:04.557Z | Aug 25 01:05:02.578Aug 25 01:05:02.578 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.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 } }] |
| 3907 | 2026-08-25T01:05:04.557Z | |
| 3908 | 2026-08-25T01:05:04.557Z | Aug 25 01:05:02.578Aug 25 01:05:02.578 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3909 | 2026-08-25T01:05:04.557Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3910 | 2026-08-25T01:05:04.557Z | Aug 25 01:05:02.578 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 } }] |
| 3911 | 2026-08-25T01:05:04.557Z | Aug 25 01:05:02.578 INFO Aug 25 01:05:02.578adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3912 | 2026-08-25T01:05:04.557Z | 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 } }] |
| 3913 | 2026-08-25T01:05:04.557Z | Aug 25 01:05:02.578 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.578 |
| 3914 | 2026-08-25T01:05:04.557Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3915 | 2026-08-25T01:05:04.557Z | Aug 25 01:05:02.578 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3916 | 2026-08-25T01:05:04.557Z | Aug 25 01:05:02.578 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.578 |
| 3917 | 2026-08-25T01:05:04.557Z | 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 } }] |
| 3918 | 2026-08-25T01:05:04.557Z | Aug 25 01:05:02.578 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 25 01:05:02.578 |
| 3919 | 2026-08-25T01:05:04.558Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3920 | 2026-08-25T01:05:04.558Z | Aug 25 01:05:02.578 DEBG Aug 25 01:05:02.578replacing 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 } }] |
| 3921 | 2026-08-25T01:05:04.558Z | 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 } }] |
| 3922 | 2026-08-25T01:05:04.558Z | Aug 25 01:05:02.578 INFOAug 25 01:05:02.578 adding route 172.17.0.60/32 -> 10.0.0.255INFO |
| 3923 | 2026-08-25T01:05:04.558Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3924 | 2026-08-25T01:05:04.558Z | Aug 25 01:05:02.578Aug 25 01:05:02.578 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3925 | 2026-08-25T01:05:04.558Z | |
| 3926 | 2026-08-25T01:05:04.558Z | Aug 25 01:05:02.578Aug 25 01:05:02.578 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3927 | 2026-08-25T01:05:04.558Z | |
| 3928 | 2026-08-25T01:05:04.558Z | Aug 25 01:05:02.578Aug 25 01:05:02.578 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3929 | 2026-08-25T01:05:04.558Z | |
| 3930 | 2026-08-25T01:05:04.558Z | Aug 25 01:05:02.578Aug 25 01:05:02.578 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3931 | 2026-08-25T01:05:04.558Z | |
| 3932 | 2026-08-25T01:05:04.558Z | Aug 25 01:05:02.578Aug 25 01:05:02.578 DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3933 | 2026-08-25T01:05:04.560Z | |
| 3934 | 2026-08-25T01:05:04.560Z | Aug 25 01:05:02.578Aug 25 01:05:02.578 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255failed to allocate space for the new target list |
| 3935 | 2026-08-25T01:05:04.560Z | |
| 3936 | 2026-08-25T01:05:04.560Z | Aug 25 01:05:02.578Aug 25 01:05:02.578 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3937 | 2026-08-25T01:05:04.560Z | |
| 3938 | 2026-08-25T01:05:04.560Z | Aug 25 01:05:02.578 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3939 | 2026-08-25T01:05:04.560Z | Aug 25 01:05:02.578 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 } }] |
| 3940 | 2026-08-25T01:05:04.560Z | test route::tests::delete_targets_full ... ok |
| 3941 | 2026-08-25T01:05:04.560Z | Aug 25 01:05:02.578 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3942 | 2026-08-25T01:05:04.560Z | Aug 25 01:05:02.578 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 } }] |
| 3943 | 2026-08-25T01:05:04.560Z | Aug 25 01:05:02.578 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3944 | 2026-08-25T01:05:04.560Z | Aug 25 01:05:02.578 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 } }] |
| 3945 | 2026-08-25T01:05:04.560Z | Aug 25 01:05:02.578 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3946 | 2026-08-25T01:05:04.560Z | Aug 25 01:05:02.578 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 } }] |
| 3947 | 2026-08-25T01:05:04.560Z | Aug 25 01:05:02.578 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3948 | 2026-08-25T01:05:04.560Z | Aug 25 01:05:02.578 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 } }] |
| 3949 | 2026-08-25T01:05:04.560Z | Aug 25 01:05:02.578 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3950 | 2026-08-25T01:05:04.561Z | Aug 25 01:05:02.578 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 } }] |
| 3951 | 2026-08-25T01:05:04.561Z | Aug 25 01:05:02.578 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3952 | 2026-08-25T01:05:04.561Z | |
| 3953 | 2026-08-25T01:05:04.561Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.67s |
| 3954 | 2026-08-25T01:05:04.561Z | |
| 3955 | 2026-08-25T01:05:04.561Z | |
| 3956 | 2026-08-25T01:05:04.561Z | running 0 tests |
| 3957 | 2026-08-25T01:05:04.561Z | |
| 3958 | 2026-08-25T01:05:04.561Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3959 | 2026-08-25T01:05:04.561Z | |
| 3960 | 2026-08-25T01:05:04.561Z | |
| 3961 | 2026-08-25T01:05:04.561Z | running 0 tests |
| 3962 | 2026-08-25T01:05:04.561Z | |
| 3963 | 2026-08-25T01:05:04.561Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3964 | 2026-08-25T01:05:04.561Z | |
| 3965 | 2026-08-25T01:05:04.561Z | |
| 3966 | 2026-08-25T01:05:04.561Z | running 6 tests |
| 3967 | 2026-08-25T01:05:04.561Z | test tests::test_port_id_cmp ... ok |
| 3968 | 2026-08-25T01:05:04.628Z | test tests::test_parse_client_port_id ... ok |
| 3969 | 2026-08-25T01:05:04.629Z | test tests::test_full_lot_id_lot_only ... ok |
| 3970 | 2026-08-25T01:05:04.629Z | test tests::test_full_lot_id_both_present ... ok |
| 3971 | 2026-08-25T01:05:04.629Z | test tests::test_full_lot_id_neither_present ... ok |
| 3972 | 2026-08-25T01:05:04.629Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3973 | 2026-08-25T01:05:04.629Z | |
| 3974 | 2026-08-25T01:05:04.629Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3975 | 2026-08-25T01:05:04.629Z | |
| 3976 | 2026-08-25T01:05:04.629Z | |
| 3977 | 2026-08-25T01:05:04.629Z | running 0 tests |
| 3978 | 2026-08-25T01:05:04.629Z | |
| 3979 | 2026-08-25T01:05:04.629Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3980 | 2026-08-25T01:05:04.629Z | |
| 3981 | 2026-08-25T01:05:04.629Z | |
| 3982 | 2026-08-25T01:05:04.629Z | running 0 tests |
| 3983 | 2026-08-25T01:05:04.629Z | |
| 3984 | 2026-08-25T01:05:04.629Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3985 | 2026-08-25T01:05:04.629Z | |
| 3986 | 2026-08-25T01:05:04.629Z | |
| 3987 | 2026-08-25T01:05:04.629Z | running 15 tests |
| 3988 | 2026-08-25T01:05:04.630Z | Aug 25 01:05:02.578 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 } }] |
| 3989 | 2026-08-25T01:05:04.630Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 3990 | 2026-08-25T01:05:04.630Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3991 | 2026-08-25T01:05:04.630Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 3992 | 2026-08-25T01:05:04.630Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 3993 | 2026-08-25T01:05:04.630Z | Aug 25 01:05:02.702 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 } }] |
| 3994 | 2026-08-25T01:05:04.630Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 3995 | 2026-08-25T01:05:04.630Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3996 | 2026-08-25T01:05:04.630Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 3997 | 2026-08-25T01:05:04.630Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 3998 | 2026-08-25T01:05:04.630Z | Aug 25 01:05:02.702 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 } }] |
| 3999 | 2026-08-25T01:05:04.630Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 4000 | 2026-08-25T01:05:04.630Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 4001 | 2026-08-25T01:05:04.630Z | test v1::network::tests::test_equal ... ok |
| 4002 | 2026-08-25T01:05:04.630Z | Aug 25 01:05:02.702 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 } }] |
| 4003 | 2026-08-25T01:05:04.630Z | test v1::network::tests::test_eui64 ... ok |
| 4004 | 2026-08-25T01:05:04.630Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 4005 | 2026-08-25T01:05:04.631Z | test v1::network::tests::test_into ... ok |
| 4006 | 2026-08-25T01:05:04.631Z | Aug 25 01:05:02.702 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 } }] |
| 4007 | 2026-08-25T01:05:04.631Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 4008 | 2026-08-25T01:05:04.631Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 4009 | 2026-08-25T01:05:04.631Z | test v1::network::tests::test_to_string ... ok |
| 4010 | 2026-08-25T01:05:04.631Z | Aug 25 01:05:02.702 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 } }] |
| 4011 | 2026-08-25T01:05:04.631Z | test v1::network::tests::test_not_equal ... ok |
| 4012 | 2026-08-25T01:05:04.631Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 4013 | 2026-08-25T01:05:04.631Z | test v1::network::tests::test_parse ... ok |
| 4014 | 2026-08-25T01:05:04.632Z | Aug 25 01:05:02.702 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-08-25T01:05:04.632Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 4016 | 2026-08-25T01:05:04.632Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 4017 | 2026-08-25T01:05:04.632Z | |
| 4018 | 2026-08-25T01:05:04.632Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4019 | 2026-08-25T01:05:04.632Z | |
| 4020 | 2026-08-25T01:05:04.632Z | |
| 4021 | 2026-08-25T01:05:04.632Z | running 12 tests |
| 4022 | 2026-08-25T01:05:04.632Z | test icmp::test_v6_checksum ... ok |
| 4023 | 2026-08-25T01:05:04.632Z | test ipv6::test_ipv6_parse ... ok |
| 4024 | 2026-08-25T01:05:04.632Z | test icmp::test_v4_checksum ... ok |
| 4025 | 2026-08-25T01:05:04.632Z | Aug 25 01:05:02.702 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 } }] |
| 4026 | 2026-08-25T01:05:04.632Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 4027 | 2026-08-25T01:05:04.632Z | Aug 25 01:05:02.702 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 } }] |
| 4028 | 2026-08-25T01:05:04.632Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 4029 | 2026-08-25T01:05:04.632Z | Aug 25 01:05:02.702 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 } }] |
| 4030 | 2026-08-25T01:05:04.632Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 4031 | 2026-08-25T01:05:04.632Z | Aug 25 01:05:02.702 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 } }] |
| 4032 | 2026-08-25T01:05:04.632Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 4033 | 2026-08-25T01:05:04.632Z | Aug 25 01:05:02.702 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 } }] |
| 4034 | 2026-08-25T01:05:04.632Z | test lldp::test_lldp_parse ... ok |
| 4035 | 2026-08-25T01:05:04.633Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 4036 | 2026-08-25T01:05:04.633Z | Aug 25 01:05:02.702 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 } }] |
| 4037 | 2026-08-25T01:05:04.633Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 4038 | 2026-08-25T01:05:04.633Z | Aug 25 01:05:02.702 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 } }] |
| 4039 | 2026-08-25T01:05:04.633Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 4040 | 2026-08-25T01:05:04.633Z | Aug 25 01:05:02.702 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 } }] |
| 4041 | 2026-08-25T01:05:04.633Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 4042 | 2026-08-25T01:05:04.633Z | Aug 25 01:05:02.702 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 } }] |
| 4043 | 2026-08-25T01:05:04.633Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4044 | 2026-08-25T01:05:04.633Z | test pbuf::test_byte ... ok |
| 4045 | 2026-08-25T01:05:04.633Z | test pbuf::test_nibble ... ok |
| 4046 | 2026-08-25T01:05:04.633Z | Aug 25 01:05:02.702 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 } }] |
| 4047 | 2026-08-25T01:05:04.633Z | test pbuf::test_short ... ok |
| 4048 | 2026-08-25T01:05:04.633Z | test pbuf::test_overflow ... ok |
| 4049 | 2026-08-25T01:05:04.633Z | test pbuf::test_twelve ... ok |
| 4050 | 2026-08-25T01:05:04.633Z | test pbuf::test_word ... ok |
| 4051 | 2026-08-25T01:05:04.633Z | test tcp::test_checksum_ack_data ... ok |
| 4052 | 2026-08-25T01:05:04.633Z | test tcp::test_checksum_syn_nodata ... ok |
| 4053 | 2026-08-25T01:05:04.633Z | |
| 4054 | 2026-08-25T01:05:04.634Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4055 | 2026-08-25T01:05:04.634Z | |
| 4056 | 2026-08-25T01:05:04.634Z | |
| 4057 | 2026-08-25T01:05:04.634Z | running 0 tests |
| 4058 | 2026-08-25T01:05:04.634Z | |
| 4059 | 2026-08-25T01:05:04.634Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4060 | 2026-08-25T01:05:04.634Z | |
| 4061 | 2026-08-25T01:05:04.634Z | |
| 4062 | 2026-08-25T01:05:04.634Z | running 5 tests |
| 4063 | 2026-08-25T01:05:04.634Z | test switchport::test::test_compute_lanes ... ok |
| 4064 | 2026-08-25T01:05:04.634Z | test switchport::test::port_id_ordering ... ok |
| 4065 | 2026-08-25T01:05:04.635Z | Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1 |
| 4066 | 2026-08-25T01:05:04.635Z | Lane 2 Rx Loss-of-lock: YesLane 3 |
| 4067 | 2026-08-25T01:05:04.635Z | Yes State: Activated Yes ActivatedYes |
| 4068 | 2026-08-25T01:05:04.673Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4069 | 2026-08-25T01:05:04.673Z | Activated Rx Loss-of-signal: Yes Activated |
| 4070 | 2026-08-25T01:05:04.673Z | Aug 25 01:05:02.702 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 } }] |
| 4071 | 2026-08-25T01:05:04.674Z | Yes Rx Output Enabled: false Yes falseYes |
| 4072 | 2026-08-25T01:05:04.674Z | Rx CDR Enabled: Yes falseYes false |
| 4073 | 2026-08-25T01:05:04.674Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4074 | 2026-08-25T01:05:04.674Z | Yes Rx Output Status: valid Yes |
| 4075 | 2026-08-25T01:05:04.674Z | Aug 25 01:05:02.702 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 } }] |
| 4076 | 2026-08-25T01:05:04.674Z | valid Tx Enabled: Yes validYes valid |
| 4077 | 2026-08-25T01:05:04.674Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4078 | 2026-08-25T01:05:04.675Z | Yes Rx Loss-of-lock: true Yes |
| 4079 | 2026-08-25T01:05:04.675Z | Aug 25 01:05:02.702 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 } }] |
| 4080 | 2026-08-25T01:05:04.675Z | true Tx Loss-of-lock: No true Notrue |
| 4081 | 2026-08-25T01:05:04.675Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4082 | 2026-08-25T01:05:04.675Z | No Rx Loss-of-signal: false Nofalse |
| 4083 | 2026-08-25T01:05:04.675Z | Aug 25 01:05:02.702 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 } }] |
| 4084 | 2026-08-25T01:05:04.675Z | Tx Loss-of-signal: Nofalse falseNo |
| 4085 | 2026-08-25T01:05:04.675Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4086 | 2026-08-25T01:05:04.675Z | Rx Auto-squelch Disable: true No true No |
| 4087 | 2026-08-25T01:05:04.675Z | Aug 25 01:05:02.702 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 } }] |
| 4088 | 2026-08-25T01:05:04.675Z | true true Tx CDR Enabled: No |
| 4089 | 2026-08-25T01:05:04.676Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4090 | 2026-08-25T01:05:04.676Z | No Tx Output Enabled: true Notrue No |
| 4091 | 2026-08-25T01:05:04.676Z | true Tx Adaptive EQ Fault: No true |
| 4092 | 2026-08-25T01:05:04.676Z | No Tx Output Status: invalid Noinvalid invalidNo |
| 4093 | 2026-08-25T01:05:04.676Z | invalid |
| 4094 | 2026-08-25T01:05:04.676Z | Tx Fault: Yes Tx Loss-of-lock: false Yes false falseYes falseYes |
| 4095 | 2026-08-25T01:05:04.676Z | |
| 4096 | 2026-08-25T01:05:04.676Z | Tx Loss-of-signal: true true true true |
| 4097 | 2026-08-25T01:05:04.676Z | Tx Auto-squelch Disable: false false false false |
| 4098 | 2026-08-25T01:05:04.676Z | Tx Adaptive EQ Fail: true true true true |
| 4099 | 2026-08-25T01:05:04.676Z | Aug 25 01:05:02.702 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 } }] |
| 4100 | 2026-08-25T01:05:04.676Z | Tx Failure: false false false false |
| 4101 | 2026-08-25T01:05:04.676Z | Aug 25 01:05:02.702 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4102 | 2026-08-25T01:05:04.676Z | Tx Force Squelch: true true true true |
| 4103 | 2026-08-25T01:05:04.677Z | Aug 25 01:05:02.702 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 } }] |
| 4104 | 2026-08-25T01:05:04.677Z | Tx Input Polarity: normal normal normal normal |
| 4105 | 2026-08-25T01:05:04.677Z | Aug 25 01:05:02.702 DEBG failed to allocate space for the new target list |
| 4106 | 2026-08-25T01:05:04.677Z | test switchport::test::test_print_sff_datapath ... ok |
| 4107 | 2026-08-25T01:05:04.677Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4108 | 2026-08-25T01:05:04.677Z | test link::test_filter ... ok |
| 4109 | 2026-08-25T01:05:04.677Z | Aug 25 01:05:02.702 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 } }] |
| 4110 | 2026-08-25T01:05:04.677Z | |
| 4111 | 2026-08-25T01:05:04.677Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4112 | 2026-08-25T01:05:04.677Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-37bcfa2aad029b9e) |
| 4113 | 2026-08-25T01:05:04.677Z | |
| 4114 | 2026-08-25T01:05:04.677Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 4115 | 2026-08-25T01:05:04.677Z | |
| 4116 | 2026-08-25T01:05:04.677Z | running 1 test |
| 4117 | 2026-08-25T01:05:04.677Z | test test_p4_counter_list ... ignored |
| 4118 | 2026-08-25T01:05:04.677Z | |
| 4119 | 2026-08-25T01:05:04.677Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-afca5f5d515ce1a3) |
| 4120 | 2026-08-25T01:05:04.677Z | Running tests/test_all.rs (target/debug/deps/test_all-ef53985cfe7a3a08) |
| 4121 | 2026-08-25T01:05:04.678Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 4122 | 2026-08-25T01:05:04.678Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 4123 | 2026-08-25T01:05:04.678Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 4124 | 2026-08-25T01:05:04.678Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4125 | 2026-08-25T01:05:04.678Z | Running unittests src/main.rs (target/debug/deps/swadm-c8f56b646933e200) |
| 4126 | 2026-08-25T01:05:04.678Z | Running tests/counters.rs (target/debug/deps/counters-cb8596ee5b0e526f) |
| 4127 | 2026-08-25T01:05:04.678Z | Running tests/link_apply.rs (target/debug/deps/link_apply-830aa419773ce0c7) |
| 4128 | 2026-08-25T01:05:04.678Z | Running tests/tx_eq.rs (target/debug/deps/tx_eq-e08fe517af08374d) |
| 4129 | 2026-08-25T01:05:04.678Z | Running unittests src/main.rs (target/debug/deps/tfportd-8cab87665073c18b) |
| 4130 | 2026-08-25T01:05:04.678Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 4131 | 2026-08-25T01:05:04.678Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 4132 | 2026-08-25T01:05:04.678Z | Doc-tests aal |
| 4133 | 2026-08-25T01:05:04.678Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4134 | 2026-08-25T01:05:04.678Z | |
| 4135 | 2026-08-25T01:05:04.679Z | |
| 4136 | 2026-08-25T01:05:04.679Z | running 4 tests |
| 4137 | 2026-08-25T01:05:04.679Z | test apply_tx_eq_all ... ignored |
| 4138 | 2026-08-25T01:05:04.679Z | test apply_tx_eq_custom ... ignored |
| 4139 | 2026-08-25T01:05:04.679Z | test tx_eq_exclusive ... ignored |
| 4140 | 2026-08-25T01:05:04.679Z | test cmd::test::output_txeq ... ok |
| 4141 | 2026-08-25T01:05:04.679Z | |
| 4142 | 2026-08-25T01:05:04.679Z | test result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 4143 | 2026-08-25T01:05:04.679Z | |
| 4144 | 2026-08-25T01:05:04.679Z | |
| 4145 | 2026-08-25T01:05:04.679Z | running 3 tests |
| 4146 | 2026-08-25T01:05:04.679Z | test set_all_taps ... ignored |
| 4147 | 2026-08-25T01:05:04.679Z | test set_partial_taps ... ignored |
| 4148 | 2026-08-25T01:05:04.679Z | test cmd::test::output_txeq ... ok |
| 4149 | 2026-08-25T01:05:04.679Z | |
| 4150 | 2026-08-25T01:05:04.679Z | test result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 4151 | 2026-08-25T01:05:04.680Z | |
| 4152 | 2026-08-25T01:05:04.680Z | |
| 4153 | 2026-08-25T01:05:04.680Z | running 3 tests |
| 4154 | 2026-08-25T01:05:04.680Z | test linklocal::test_parse_ipadm ... ok |
| 4155 | 2026-08-25T01:05:04.680Z | test tfport::test_parse_tfport ... ok |
| 4156 | 2026-08-25T01:05:04.680Z | test config::tests::test_updates ... ok |
| 4157 | 2026-08-25T01:05:04.680Z | |
| 4158 | 2026-08-25T01:05:04.680Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4159 | 2026-08-25T01:05:04.680Z | |
| 4160 | 2026-08-25T01:05:04.680Z | |
| 4161 | 2026-08-25T01:05:04.680Z | running 0 tests |
| 4162 | 2026-08-25T01:05:04.680Z | |
| 4163 | 2026-08-25T01:05:04.680Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4164 | 2026-08-25T01:05:04.680Z | |
| 4165 | 2026-08-25T01:05:04.680Z | |
| 4166 | 2026-08-25T01:05:04.680Z | running 0 tests |
| 4167 | 2026-08-25T01:05:04.680Z | |
| 4168 | 2026-08-25T01:05:04.708Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4169 | 2026-08-25T01:05:04.708Z | |
| 4170 | 2026-08-25T01:05:04.708Z | |
| 4171 | 2026-08-25T01:05:04.708Z | running 0 tests |
| 4172 | 2026-08-25T01:05:04.708Z | |
| 4173 | 2026-08-25T01:05:04.708Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4174 | 2026-08-25T01:05:04.709Z | |
| 4175 | 2026-08-25T01:05:04.709Z | Doc-tests aal_macros |
| 4176 | 2026-08-25T01:05:04.709Z | |
| 4177 | 2026-08-25T01:05:04.709Z | running 0 tests |
| 4178 | 2026-08-25T01:05:04.709Z | |
| 4179 | 2026-08-25T01:05:04.709Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4180 | 2026-08-25T01:05:04.709Z | |
| 4181 | 2026-08-25T01:05:04.710Z | Doc-tests common |
| 4182 | 2026-08-25T01:05:04.865Z | |
| 4183 | 2026-08-25T01:05:04.865Z | running 0 tests |
| 4184 | 2026-08-25T01:05:04.865Z | |
| 4185 | 2026-08-25T01:05:04.865Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4186 | 2026-08-25T01:05:04.865Z | |
| 4187 | 2026-08-25T01:05:04.893Z | Doc-tests dpd_api |
| 4188 | 2026-08-25T01:05:06.159Z | |
| 4189 | 2026-08-25T01:05:06.159Z | running 2 tests |
| 4190 | 2026-08-25T01:05:06.159Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 4191 | 2026-08-25T01:05:06.159Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 4192 | 2026-08-25T01:05:06.159Z | |
| 4193 | 2026-08-25T01:05:06.159Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4194 | 2026-08-25T01:05:06.159Z | |
| 4195 | 2026-08-25T01:05:06.344Z | Doc-tests dpd_client |
| 4196 | 2026-08-25T01:05:06.954Z | |
| 4197 | 2026-08-25T01:05:06.954Z | running 0 tests |
| 4198 | 2026-08-25T01:05:06.954Z | |
| 4199 | 2026-08-25T01:05:06.954Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4200 | 2026-08-25T01:05:06.954Z | |
| 4201 | 2026-08-25T01:05:06.987Z | Doc-tests dpd_types |
| 4202 | 2026-08-25T01:05:07.247Z | |
| 4203 | 2026-08-25T01:05:07.247Z | running 0 tests |
| 4204 | 2026-08-25T01:05:07.248Z | |
| 4205 | 2026-08-25T01:05:07.248Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4206 | 2026-08-25T01:05:07.248Z | |
| 4207 | 2026-08-25T01:05:07.302Z | Doc-tests dpd_types_versions |
| 4208 | 2026-08-25T01:05:08.800Z | |
| 4209 | 2026-08-25T01:05:08.800Z | running 1 test |
| 4210 | 2026-08-25T01:05:08.800Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4211 | 2026-08-25T01:05:08.801Z | |
| 4212 | 2026-08-25T01:05:08.801Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4213 | 2026-08-25T01:05:08.801Z | |
| 4214 | 2026-08-25T01:05:08.958Z | Doc-tests packet |
| 4215 | 2026-08-25T01:05:09.046Z | |
| 4216 | 2026-08-25T01:05:09.046Z | running 0 tests |
| 4217 | 2026-08-25T01:05:09.046Z | |
| 4218 | 2026-08-25T01:05:09.046Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4219 | 2026-08-25T01:05:09.046Z | |
| 4220 | 2026-08-25T01:05:09.046Z | Doc-tests pcap |
| 4221 | 2026-08-25T01:05:09.109Z | |
| 4222 | 2026-08-25T01:05:09.109Z | running 0 tests |
| 4223 | 2026-08-25T01:05:09.109Z | |
| 4224 | 2026-08-25T01:05:09.109Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4225 | 2026-08-25T01:05:09.109Z | |
| 4226 | 2026-08-25T01:05:09.134Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4227 | 2026-08-25T01:05:09.134Z | + RUST_BACKTRACE=full |
| 4228 | 2026-08-25T01:05:09.134Z | + cargo test --features tofino_asic --no-fail-fast |
| 4229 | 2026-08-25T01:05:09.687Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4230 | 2026-08-25T01:05:09.770Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4231 | 2026-08-25T01:05:09.779Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4232 | 2026-08-25T01:05:09.785Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4233 | 2026-08-25T01:05:18.586Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4234 | 2026-08-25T01:05:18.672Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4235 | 2026-08-25T01:06:00.858Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 51.76s |
| 4236 | 2026-08-25T01:06:00.973Z | Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455) |
| 4237 | 2026-08-25T01:06:00.978Z | |
| 4238 | 2026-08-25T01:06:00.978Z | running 0 tests |
| 4239 | 2026-08-25T01:06:00.978Z | |
| 4240 | 2026-08-25T01:06:00.982Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4241 | 2026-08-25T01:06:00.982Z | |
| 4242 | 2026-08-25T01:06:00.982Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4243 | 2026-08-25T01:06:00.988Z | |
| 4244 | 2026-08-25T01:06:00.988Z | running 0 tests |
| 4245 | 2026-08-25T01:06:00.988Z | |
| 4246 | 2026-08-25T01:06:00.988Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4247 | 2026-08-25T01:06:00.988Z | |
| 4248 | 2026-08-25T01:06:00.988Z | Running unittests src/lib.rs (target/debug/deps/asic-3fe1ab10dfa2737c) |
| 4249 | 2026-08-25T01:06:01.197Z | |
| 4250 | 2026-08-25T01:06:01.197Z | running 8 tests |
| 4251 | 2026-08-25T01:06:01.218Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4252 | 2026-08-25T01:06:01.218Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4253 | 2026-08-25T01:06:01.218Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4254 | 2026-08-25T01:06:01.218Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4255 | 2026-08-25T01:06:01.219Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4256 | 2026-08-25T01:06:01.219Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4257 | 2026-08-25T01:06:01.219Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4258 | 2026-08-25T01:06:01.584Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4259 | 2026-08-25T01:06:01.584Z | |
| 4260 | 2026-08-25T01:06:01.584Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4261 | 2026-08-25T01:06:01.584Z | |
| 4262 | 2026-08-25T01:06:01.594Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 4263 | 2026-08-25T01:06:01.606Z | |
| 4264 | 2026-08-25T01:06:01.607Z | running 4 tests |
| 4265 | 2026-08-25T01:06:01.607Z | test nat::tests::test_vni ... ok |
| 4266 | 2026-08-25T01:06:01.607Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4267 | 2026-08-25T01:06:01.607Z | test test_purge ... ok |
| 4268 | 2026-08-25T01:06:01.607Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4269 | 2026-08-25T01:06:01.607Z | |
| 4270 | 2026-08-25T01:06:01.607Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4271 | 2026-08-25T01:06:01.607Z | |
| 4272 | 2026-08-25T01:06:01.607Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 4273 | 2026-08-25T01:06:01.620Z | |
| 4274 | 2026-08-25T01:06:01.620Z | running 1 test |
| 4275 | 2026-08-25T01:06:01.620Z | ------- |
| 4276 | 2026-08-25T01:06:01.620Z | Generating OpenAPI documents from API definitions ... |
| 4277 | 2026-08-25T01:06:01.741Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4278 | 2026-08-25T01:06:01.810Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4279 | 2026-08-25T01:06:02.833Z | ------- |
| 4280 | 2026-08-25T01:06:02.833Z | Checking 13 OpenAPI documents... |
| 4281 | 2026-08-25T01:06:02.837Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4282 | 2026-08-25T01:06:02.837Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-08-25T01:06:02.837Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-08-25T01:06:02.837Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-08-25T01:06:02.843Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-08-25T01:06:02.843Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4287 | 2026-08-25T01:06:02.843Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4288 | 2026-08-25T01:06:02.843Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4289 | 2026-08-25T01:06:02.843Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4290 | 2026-08-25T01:06:02.843Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4291 | 2026-08-25T01:06:02.843Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4292 | 2026-08-25T01:06:02.843Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4293 | 2026-08-25T01:06:02.843Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4294 | 2026-08-25T01:06:02.843Z | Fresh dpd "latest" symlink |
| 4295 | 2026-08-25T01:06:02.843Z | ------- |
| 4296 | 2026-08-25T01:06:02.843Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 4297 | 2026-08-25T01:06:02.901Z | test test::test_apis_up_to_date ... ok |
| 4298 | 2026-08-25T01:06:02.901Z | |
| 4299 | 2026-08-25T01:06:02.901Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s |
| 4300 | 2026-08-25T01:06:02.901Z | |
| 4301 | 2026-08-25T01:06:02.955Z | Running unittests src/main.rs (target/debug/deps/dpd-c49d82f2d00afe7e) |
| 4302 | 2026-08-25T01:06:03.025Z | |
| 4303 | 2026-08-25T01:06:03.025Z | running 66 tests |
| 4304 | 2026-08-25T01:06:03.040Z | test freemap::test_ordering ... ok |
| 4305 | 2026-08-25T01:06:03.040Z | test config::tests::test_updates ... ok |
| 4306 | 2026-08-25T01:06:03.040Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4307 | 2026-08-25T01:06:03.040Z | test freemap::test_split ... ok |
| 4308 | 2026-08-25T01:06:03.040Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4309 | 2026-08-25T01:06:03.040Z | test macaddrs::tests::test_mac_offset ... ok |
| 4310 | 2026-08-25T01:06:03.040Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4311 | 2026-08-25T01:06:03.040Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4312 | 2026-08-25T01:06:03.040Z | test nat::test_mapping ... ok |
| 4313 | 2026-08-25T01:06:03.040Z | Aug 25 01:06:01.558 DEBG created new freemap, unit: freemap_test |
| 4314 | 2026-08-25T01:06:03.041Z | Aug 25 01:06:01.558 DEBG created new freemap, unit: freemap_test |
| 4315 | 2026-08-25T01:06:03.041Z | Aug 25 01:06:01.558Aug 25 01:06:01.558 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 4316 | 2026-08-25T01:06:03.041Z | |
| 4317 | 2026-08-25T01:06:03.041Z | Aug 25 01:06:01.558Aug 25 01:06:01.558 Aug 25 01:06:01.558DEBG DEBG created new freemapDEBG , reset freemapreset freemapunit, , unitunit:Aug 25 01:06:01.558:: DEBG freemap_test freemap_test |
| 4318 | 2026-08-25T01:06:03.041Z | created new freemap |
| 4319 | 2026-08-25T01:06:03.041Z | , freemap_testunit |
| 4320 | 2026-08-25T01:06:03.041Z | :Aug 25 01:06:01.558 freemap_testDEBG |
| 4321 | 2026-08-25T01:06:03.041Z | initted freemap. size: 128, unit: freemap_test |
| 4322 | 2026-08-25T01:06:03.041Z | Aug 25 01:06:01.558Aug 25 01:06:01.558 DEBGDEBG initted freemap. size: 128reset freemap, , unitunit:: freemap_testfreemap_test |
| 4323 | 2026-08-25T01:06:03.041Z | |
| 4324 | 2026-08-25T01:06:03.041Z | Aug 25 01:06:01.558 DEBG reset freemap, unit: freemap_test |
| 4325 | 2026-08-25T01:06:03.041Z | Aug 25 01:06:01.558 DEBG created new freemap, unit: freemap_test |
| 4326 | 2026-08-25T01:06:03.041Z | Aug 25 01:06:01.558 DEBG initted freemap. size: 8, unit: freemap_test |
| 4327 | 2026-08-25T01:06:03.041Z | test port_map::tests::dump_map ... ok |
| 4328 | 2026-08-25T01:06:03.041Z | Aug 25 01:06:01.558 DEBG reset freemap, unit: freemap_test |
| 4329 | 2026-08-25T01:06:03.041Z | test freemap::test_exhaustion ... ok |
| 4330 | 2026-08-25T01:06:03.041Z | test freemap::test_reclaim ... ok |
| 4331 | 2026-08-25T01:06:03.041Z | test freemap::test_basic ... ok |
| 4332 | 2026-08-25T01:06:03.041Z | test freemap::test_free ... ok |
| 4333 | 2026-08-25T01:06:03.041Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4334 | 2026-08-25T01:06:03.042Z | test port_map::tests::test_backplane_group ... ok |
| 4335 | 2026-08-25T01:06:03.042Z | test port_map::tests::test_port_map ... ok |
| 4336 | 2026-08-25T01:06:03.042Z | Aug 25 01:06:01.558 DEBG created new freemap, unit: freemap_test |
| 4337 | 2026-08-25T01:06:03.042Z | Aug 25 01:06:01.558 DEBG initted freemap. size: 128, unit: freemap_test |
| 4338 | 2026-08-25T01:06:03.042Z | Aug 25 01:06:01.558 DEBG reset freemap, unit: freemap_test |
| 4339 | 2026-08-25T01:06:03.042Z | test freemap::test_span ... ok |
| 4340 | 2026-08-25T01:06:03.042Z | test api_server::tests::test_build_info ... ok |
| 4341 | 2026-08-25T01:06:03.042Z | Aug 25 01:06:01.559 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4342 | 2026-08-25T01:06:03.045Z | Aug 25 01:06:01.559 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4343 | 2026-08-25T01:06:03.045Z | Aug 25 01:06:01.559 DEBGAug 25 01:06:01.559 initted freemap. size: 64DEBG, unitcreated new freemap: , freemap_route_ipv4unit |
| 4344 | 2026-08-25T01:06:03.045Z | : Aug 25 01:06:01.559freemap_route_ipv4 |
| 4345 | 2026-08-25T01:06:03.045Z | DEBG reset freemap, unit: Aug 25 01:06:01.559freemap_route_ipv4 |
| 4346 | 2026-08-25T01:06:03.045Z | DEBG created new freemap, unitAug 25 01:06:01.559: DEBGfreemap_route_ipv6 |
| 4347 | 2026-08-25T01:06:03.045Z | initted freemap. size: 64, unit: freemap_route_ipv6Aug 25 01:06:01.559 |
| 4348 | 2026-08-25T01:06:03.045Z | DEBG initted freemap. size: 64, unitAug 25 01:06:01.559: DEBGfreemap_route_ipv4 |
| 4349 | 2026-08-25T01:06:03.045Z | reset freemap, unit: Aug 25 01:06:01.559freemap_route_ipv6 |
| 4350 | 2026-08-25T01:06:03.045Z | DEBG reset freemap, unit:Aug 25 01:06:01.559 freemap_route_ipv4INFO |
| 4351 | 2026-08-25T01:06:03.045Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4352 | 2026-08-25T01:06:03.045Z | Aug 25 01:06:01.559Aug 25 01:06:01.559 DEBGDEBG 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 } }], |
| 4353 | 2026-08-25T01:06:03.045Z | unit: freemap_route_ipv6 |
| 4354 | 2026-08-25T01:06:03.045Z | Aug 25 01:06:01.559 INFO Aug 25 01:06:01.559adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4355 | 2026-08-25T01:06:03.045Z | DEBG reset freemap, unit:Aug 25 01:06:01.559 freemap_route_ipv6DEBG |
| 4356 | 2026-08-25T01:06:03.045Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:06:01.559 |
| 4357 | 2026-08-25T01:06:03.045Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4358 | 2026-08-25T01:06:03.045Z | Aug 25 01:06:01.559 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 } }] |
| 4359 | 2026-08-25T01:06:03.045Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4360 | 2026-08-25T01:06:03.045Z | Aug 25 01:06:01.559 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 } }] |
| 4361 | 2026-08-25T01:06:03.045Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4362 | 2026-08-25T01:06:03.045Z | Aug 25 01:06:01.559 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 } }] |
| 4363 | 2026-08-25T01:06:03.045Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4364 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 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 } }] |
| 4365 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4366 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 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 } }] |
| 4367 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4368 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 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 } }] |
| 4369 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4370 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 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 } }] |
| 4371 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4372 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 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 } }] |
| 4373 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4374 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 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 } }] |
| 4375 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4376 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 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 } }] |
| 4377 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4378 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 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 } }] |
| 4379 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4380 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 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 } }] |
| 4381 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4382 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 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 } }] |
| 4383 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4384 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 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 } }] |
| 4385 | 2026-08-25T01:06:03.046Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4386 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 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 } }] |
| 4387 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4388 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 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 } }] |
| 4389 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4390 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 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 } }] |
| 4391 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4392 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 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 } }] |
| 4393 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4394 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 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 } }] |
| 4395 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4396 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 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 } }] |
| 4397 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4398 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 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 } }] |
| 4399 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4400 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 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 } }] |
| 4401 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4402 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 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 } }] |
| 4403 | 2026-08-25T01:06:03.047Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4404 | 2026-08-25T01:06:03.068Z | Aug 25 01:06:01.559 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 } }] |
| 4405 | 2026-08-25T01:06:03.068Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4406 | 2026-08-25T01:06:03.068Z | Aug 25 01:06:01.559 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 } }] |
| 4407 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4408 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 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 } }] |
| 4409 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4410 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 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 } }] |
| 4411 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4412 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 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 } }] |
| 4413 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4414 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 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 } }] |
| 4415 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4416 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 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 } }] |
| 4417 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4418 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 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 } }] |
| 4419 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4420 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 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 } }] |
| 4421 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4422 | 2026-08-25T01:06:03.069Z | Aug 25 01:06:01.559 Aug 25 01:06:01.559INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 4423 | 2026-08-25T01:06:03.070Z | |
| 4424 | 2026-08-25T01:06:03.070Z | Aug 25 01:06:01.559Aug 25 01:06:01.559 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4425 | 2026-08-25T01:06:03.070Z | |
| 4426 | 2026-08-25T01:06:03.073Z | Aug 25 01:06:01.559Aug 25 01:06:01.559 DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4427 | 2026-08-25T01:06:03.073Z | |
| 4428 | 2026-08-25T01:06:03.073Z | Aug 25 01:06:01.559Aug 25 01:06:01.559 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4429 | 2026-08-25T01:06:03.073Z | |
| 4430 | 2026-08-25T01:06:03.073Z | Aug 25 01:06:01.559Aug 25 01:06:01.559 DEBGINFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4431 | 2026-08-25T01:06:03.073Z | |
| 4432 | 2026-08-25T01:06:03.073Z | Aug 25 01:06:01.559Aug 25 01:06:01.559 INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4433 | 2026-08-25T01:06:03.073Z | |
| 4434 | 2026-08-25T01:06:03.073Z | Aug 25 01:06:01.559Aug 25 01:06:01.559 DEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4435 | 2026-08-25T01:06:03.073Z | |
| 4436 | 2026-08-25T01:06:03.073Z | Aug 25 01:06:01.559Aug 25 01:06:01.559 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4437 | 2026-08-25T01:06:03.073Z | |
| 4438 | 2026-08-25T01:06:03.073Z | Aug 25 01:06:01.559Aug 25 01:06:01.559 INFODEBG adding route 3fff:beef:2::/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 } }] |
| 4439 | 2026-08-25T01:06:03.073Z | |
| 4440 | 2026-08-25T01:06:03.073Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4441 | 2026-08-25T01:06:03.073Z | Aug 25 01:06:01.559Aug 25 01:06:01.559 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4442 | 2026-08-25T01:06:03.073Z | |
| 4443 | 2026-08-25T01:06:03.073Z | Aug 25 01:06:01.559Aug 25 01:06:01.559 INFODEBG adding route 3fff:beef:3::/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 } }] |
| 4444 | 2026-08-25T01:06:03.073Z | |
| 4445 | 2026-08-25T01:06:03.073Z | Aug 25 01:06:01.560Aug 25 01:06:01.560 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4446 | 2026-08-25T01:06:03.074Z | |
| 4447 | 2026-08-25T01:06:03.074Z | Aug 25 01:06:01.559Aug 25 01:06:01.560Aug 25 01:06:01.560 DEBGINFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4448 | 2026-08-25T01:06:03.074Z | created new freemapreplacing 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 } }] |
| 4449 | 2026-08-25T01:06:03.074Z | , Aug 25 01:06:01.560unit :DEBG Aug 25 01:06:01.560replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 4450 | 2026-08-25T01:06:03.074Z | |
| 4451 | 2026-08-25T01:06:03.074Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4452 | 2026-08-25T01:06:03.074Z | Aug 25 01:06:01.560 INFOAug 25 01:06:01.560 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBGAug 25 01:06:01.560 |
| 4453 | 2026-08-25T01:06:03.074Z | created new freemapDEBG, unitreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 25 01:06:01.560 |
| 4454 | 2026-08-25T01:06:03.074Z | freemap_route_ipv6 |
| 4455 | 2026-08-25T01:06:03.074Z | 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 } }] |
| 4456 | 2026-08-25T01:06:03.074Z | Aug 25 01:06:01.560Aug 25 01:06:01.560 Aug 25 01:06:01.560INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 4457 | 2026-08-25T01:06:03.074Z | initted freemap. size: 64 adding route 3fff:beef:6::/64 -> 2001:db8::55:ff, |
| 4458 | 2026-08-25T01:06:03.074Z | unit: Aug 25 01:06:01.560freemap_route_ipv4 |
| 4459 | 2026-08-25T01:06:03.074Z | Aug 25 01:06:01.560DEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4460 | 2026-08-25T01:06:03.074Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.560 |
| 4461 | 2026-08-25T01:06:03.074Z | DEBG Aug 25 01:06:01.560reset freemap Aug 25 01:06:01.560INFO , INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ffunit :adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4462 | 2026-08-25T01:06:03.074Z | |
| 4463 | 2026-08-25T01:06:03.074Z | freemap_route_ipv4 |
| 4464 | 2026-08-25T01:06:03.074Z | Aug 25 01:06:01.560Aug 25 01:06:01.560 Aug 25 01:06:01.560DEBG DEBGDEBGreplacing 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 } }] initted freemap. size: 64replacing 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 } }], |
| 4465 | 2026-08-25T01:06:03.074Z | Aug 25 01:06:01.560unit : |
| 4466 | 2026-08-25T01:06:03.074Z | DEBG freemap_route_ipv6Aug 25 01:06:01.560created new freemap |
| 4467 | 2026-08-25T01:06:03.074Z | , INFO Aug 25 01:06:01.560unitadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 25 01:06:01.560 |
| 4468 | 2026-08-25T01:06:03.074Z | Aug 25 01:06:01.560 DEBG INFODEBG created new freemap:Aug 25 01:06:01.560 , DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ffunit |
| 4469 | 2026-08-25T01:06:03.074Z | 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 } }]reset freemap |
| 4470 | 2026-08-25T01:06:03.074Z | :, unitAug 25 01:06:01.560freemap_route_ipv4:freemap_route_ipv4 |
| 4471 | 2026-08-25T01:06:03.074Z | freemap_route_ipv6DEBG |
| 4472 | 2026-08-25T01:06:03.074Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.560 |
| 4473 | 2026-08-25T01:06:03.074Z | Aug 25 01:06:01.560 |
| 4474 | 2026-08-25T01:06:03.074Z | Aug 25 01:06:01.560INFO Aug 25 01:06:01.560 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGINFO |
| 4475 | 2026-08-25T01:06:03.074Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 4476 | 2026-08-25T01:06:03.074Z | created new freemap created new freemap, Aug 25 01:06:01.560Aug 25 01:06:01.560unit, : unit DEBG:DEBG Aug 25 01:06:01.560replacing 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 } }] freemap_route_ipv6 |
| 4477 | 2026-08-25T01:06:03.074Z | |
| 4478 | 2026-08-25T01:06:03.074Z | 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 } }] |
| 4479 | 2026-08-25T01:06:03.074Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4480 | 2026-08-25T01:06:03.075Z | freemap_route_ipv6 |
| 4481 | 2026-08-25T01:06:03.075Z | Aug 25 01:06:01.560Aug 25 01:06:01.560 DEBGAug 25 01:06:01.560Aug 25 01:06:01.560INFOAug 25 01:06:01.560 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4482 | 2026-08-25T01:06:03.075Z | DEBG |
| 4483 | 2026-08-25T01:06:03.075Z | initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4484 | 2026-08-25T01:06:03.075Z | , Aug 25 01:06:01.560Aug 25 01:06:01.560 INFODEBG unitinitted freemap. size: 64replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 25 01:06:01.560: |
| 4485 | 2026-08-25T01:06:03.075Z | DEBG freemap_route_ipv4unit : |
| 4486 | 2026-08-25T01:06:03.075Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4487 | 2026-08-25T01:06:03.075Z | freemap_route_ipv4 |
| 4488 | 2026-08-25T01:06:03.075Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 01:06:01.560Aug 25 01:06:01.560 |
| 4489 | 2026-08-25T01:06:03.075Z | Aug 25 01:06:01.560INFO Aug 25 01:06:01.560adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4490 | 2026-08-25T01:06:03.075Z | DEBG INFOAug 25 01:06:01.560 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemapDEBG , Aug 25 01:06:01.560reset freemap unit |
| 4491 | 2026-08-25T01:06:03.075Z | : replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGfreemap_route_ipv4 |
| 4492 | 2026-08-25T01:06:03.075Z | , 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 } }]unitAug 25 01:06:01.560: |
| 4493 | 2026-08-25T01:06:03.075Z | |
| 4494 | 2026-08-25T01:06:03.075Z | freemap_route_ipv4 DEBG |
| 4495 | 2026-08-25T01:06:03.075Z | Aug 25 01:06:01.560replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:06:01.560 INFOAug 25 01:06:01.560Aug 25 01:06:01.560 INFODEBG |
| 4496 | 2026-08-25T01:06:03.075Z | initted freemap. size: 64 DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff, Aug 25 01:06:01.560 |
| 4497 | 2026-08-25T01:06:03.075Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4498 | 2026-08-25T01:06:03.075Z | INFOunit Aug 25 01:06:01.560adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64:, |
| 4499 | 2026-08-25T01:06:03.075Z | unitfreemap_route_ipv6DEBG |
| 4500 | 2026-08-25T01:06:03.075Z | 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 } }]: |
| 4501 | 2026-08-25T01:06:03.075Z | Aug 25 01:06:01.560 freemap_route_ipv6DEBGAug 25 01:06:01.560 |
| 4502 | 2026-08-25T01:06:03.075Z | Aug 25 01:06:01.560replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 25 01:06:01.560INFO |
| 4503 | 2026-08-25T01:06:03.075Z | 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 } }]DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4504 | 2026-08-25T01:06:03.083Z | Aug 25 01:06:01.560reset freemap |
| 4505 | 2026-08-25T01:06:03.083Z | , INFOunitAug 25 01:06:01.560 DEBG:adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4506 | 2026-08-25T01:06:03.083Z | Aug 25 01:06:01.560 DEBG reset freemapfreemap_route_ipv6replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.560 |
| 4507 | 2026-08-25T01:06:03.083Z | , Aug 25 01:06:01.560 |
| 4508 | 2026-08-25T01:06:03.083Z | unitINFODEBGAug 25 01:06:01.560 Aug 25 01:06:01.560 : INFOfreemap_route_ipv6INFO |
| 4509 | 2026-08-25T01:06:03.083Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4510 | 2026-08-25T01:06:03.083Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4511 | 2026-08-25T01:06:03.083Z | |
| 4512 | 2026-08-25T01:06:03.084Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 01:06:01.560 |
| 4513 | 2026-08-25T01:06:03.084Z | Aug 25 01:06:01.560 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 25 01:06:01.560 |
| 4514 | 2026-08-25T01:06:03.084Z | Aug 25 01:06:01.560Aug 25 01:06:01.560 DEBGDEBG DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.560replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:beef:1::/64 -> 2001:db8::55: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 } }] |
| 4515 | 2026-08-25T01:06:03.084Z | |
| 4516 | 2026-08-25T01:06:03.084Z | |
| 4517 | 2026-08-25T01:06:03.084Z | DEBG |
| 4518 | 2026-08-25T01:06:03.084Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:06:01.560Aug 25 01:06:01.560 |
| 4519 | 2026-08-25T01:06:03.086Z | Aug 25 01:06:01.560DEBG 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 } }] |
| 4520 | 2026-08-25T01:06:03.086Z | Aug 25 01:06:01.560INFO INFO Aug 25 01:06:01.560adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4521 | 2026-08-25T01:06:03.086Z | Aug 25 01:06:01.560adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 4522 | 2026-08-25T01:06:03.086Z | INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 25 01:06:01.560 |
| 4523 | 2026-08-25T01:06:03.086Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 25 01:06:01.560DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4524 | 2026-08-25T01:06:03.086Z | Aug 25 01:06:01.560 |
| 4525 | 2026-08-25T01:06:03.086Z | |
| 4526 | 2026-08-25T01:06:03.086Z | DEBGDEBG Aug 25 01:06:01.560Aug 25 01:06:01.560 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG |
| 4527 | 2026-08-25T01:06:03.086Z | Aug 25 01:06:01.560INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4528 | 2026-08-25T01:06:03.086Z | |
| 4529 | 2026-08-25T01:06:03.086Z | Aug 25 01:06:01.560replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 4530 | 2026-08-25T01:06:03.086Z | DEBG Aug 25 01:06:01.560adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4531 | 2026-08-25T01:06:03.087Z | Aug 25 01:06:01.560INFOAug 25 01:06:01.560 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFO |
| 4532 | 2026-08-25T01:06:03.087Z | 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 } }] |
| 4533 | 2026-08-25T01:06:03.087Z | Aug 25 01:06:01.560Aug 25 01:06:01.560 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4534 | 2026-08-25T01:06:03.087Z | |
| 4535 | 2026-08-25T01:06:03.087Z | Aug 25 01:06:01.560Aug 25 01:06:01.560 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4536 | 2026-08-25T01:06:03.087Z | |
| 4537 | 2026-08-25T01:06:03.087Z | Aug 25 01:06:01.560Aug 25 01:06:01.560 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4538 | 2026-08-25T01:06:03.087Z | |
| 4539 | 2026-08-25T01:06:03.087Z | 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 } }] |
| 4540 | 2026-08-25T01:06:03.087Z | Aug 25 01:06:01.560Aug 25 01:06:01.560 DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4541 | 2026-08-25T01:06:03.087Z | |
| 4542 | 2026-08-25T01:06:03.087Z | Aug 25 01:06:01.560 INFOAug 25 01:06:01.560Aug 25 01:06:01.560 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 4543 | 2026-08-25T01:06:03.087Z | DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4544 | 2026-08-25T01:06:03.087Z | 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 } }] |
| 4545 | 2026-08-25T01:06:03.087Z | Aug 25 01:06:01.560 DEBG Aug 25 01:06:01.560replacing 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 } }] |
| 4546 | 2026-08-25T01:06:03.087Z | INFO Aug 25 01:06:01.560adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4547 | 2026-08-25T01:06:03.087Z | Aug 25 01:06:01.560DEBG INFOAug 25 01:06:01.560 DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4548 | 2026-08-25T01:06:03.087Z | |
| 4549 | 2026-08-25T01:06:03.087Z | |
| 4550 | 2026-08-25T01:06:03.087Z | Aug 25 01:06:01.560Aug 25 01:06:01.560 INFODEBGAug 25 01:06:01.560 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4551 | 2026-08-25T01:06:03.087Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4552 | 2026-08-25T01:06:03.088Z | |
| 4553 | 2026-08-25T01:06:03.088Z | Aug 25 01:06:01.560 INFOAug 25 01:06:01.560 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 4554 | 2026-08-25T01:06:03.088Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.560 |
| 4555 | 2026-08-25T01:06:03.090Z | DEBGAug 25 01:06:01.560 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 |
| 4556 | 2026-08-25T01:06:03.091Z | Aug 25 01:06:01.560replacing 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 } }] |
| 4557 | 2026-08-25T01:06:03.091Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 25 01:06:01.560Aug 25 01:06:01.560 INFOINFO |
| 4558 | 2026-08-25T01:06:03.091Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4559 | 2026-08-25T01:06:03.091Z | |
| 4560 | 2026-08-25T01:06:03.091Z | Aug 25 01:06:01.560 DEBG Aug 25 01:06:01.560Aug 25 01:06:01.560 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG |
| 4561 | 2026-08-25T01:06:03.091Z | 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: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 } }] |
| 4562 | 2026-08-25T01:06:03.091Z | |
| 4563 | 2026-08-25T01:06:03.091Z | 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 } }] |
| 4564 | 2026-08-25T01:06:03.091Z | Aug 25 01:06:01.560Aug 25 01:06:01.560 Aug 25 01:06:01.560DEBG Aug 25 01:06:01.560 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 } }] |
| 4565 | 2026-08-25T01:06:03.091Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff INFOINFO |
| 4566 | 2026-08-25T01:06:03.091Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4567 | 2026-08-25T01:06:03.091Z | |
| 4568 | 2026-08-25T01:06:03.091Z | Aug 25 01:06:01.560 Aug 25 01:06:01.560INFO Aug 25 01:06:01.560adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 4569 | 2026-08-25T01:06:03.091Z | Aug 25 01:06:01.560 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 |
| 4570 | 2026-08-25T01:06:03.095Z | DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.560 |
| 4571 | 2026-08-25T01:06:03.095Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4572 | 2026-08-25T01:06:03.095Z | Aug 25 01:06:01.560 Aug 25 01:06:01.560 |
| 4573 | 2026-08-25T01:06:03.095Z | INFOAug 25 01:06:01.560INFO INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4574 | 2026-08-25T01:06:03.095Z | |
| 4575 | 2026-08-25T01:06:03.095Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4576 | 2026-08-25T01:06:03.095Z | Aug 25 01:06:01.560Aug 25 01:06:01.560Aug 25 01:06:01.560Aug 25 01:06:01.560 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4577 | 2026-08-25T01:06:03.095Z | 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 } }] |
| 4578 | 2026-08-25T01:06:03.095Z | |
| 4579 | 2026-08-25T01:06:03.095Z | Aug 25 01:06:01.560INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFOAug 25 01:06:01.560 Aug 25 01:06:01.560 |
| 4580 | 2026-08-25T01:06:03.095Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4581 | 2026-08-25T01:06:03.095Z | INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 25 01:06:01.560 |
| 4582 | 2026-08-25T01:06:03.095Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG |
| 4583 | 2026-08-25T01:06:03.095Z | Aug 25 01:06:01.560 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 |
| 4584 | 2026-08-25T01:06:03.101Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.560 |
| 4585 | 2026-08-25T01:06:03.102Z | Aug 25 01:06:01.560Aug 25 01:06:01.560 INFO DEBGDEBG Aug 25 01:06:01.560adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4586 | 2026-08-25T01:06:03.102Z | 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 |
| 4587 | 2026-08-25T01:06:03.102Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4588 | 2026-08-25T01:06:03.102Z | |
| 4589 | 2026-08-25T01:06:03.102Z | Aug 25 01:06:01.560Aug 25 01:06:01.560 INFODEBG 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:2::/64 -> 2001:db8::55:ff |
| 4590 | 2026-08-25T01:06:03.102Z | |
| 4591 | 2026-08-25T01:06:03.102Z | Aug 25 01:06:01.560 Aug 25 01:06:01.560DEBG Aug 25 01:06:01.560 Aug 25 01:06:01.560replacing 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 } }] |
| 4592 | 2026-08-25T01:06:03.102Z | INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4593 | 2026-08-25T01:06:03.102Z | Aug 25 01:06:01.560 |
| 4594 | 2026-08-25T01:06:03.102Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 01:06:01.560 |
| 4595 | 2026-08-25T01:06:03.102Z | INFO INFO Aug 25 01:06:01.560adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4596 | 2026-08-25T01:06:03.102Z | |
| 4597 | 2026-08-25T01:06:03.102Z | Aug 25 01:06:01.560 DEBGDEBG Aug 25 01:06:01.560replacing 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: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 } }] |
| 4598 | 2026-08-25T01:06:03.102Z | Aug 25 01:06:01.560 |
| 4599 | 2026-08-25T01:06:03.102Z | DEBG DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4600 | 2026-08-25T01:06:03.102Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.560 |
| 4601 | 2026-08-25T01:06:03.102Z | INFOAug 25 01:06:01.560 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 01:06:01.560INFO |
| 4602 | 2026-08-25T01:06:03.102Z | Aug 25 01:06:01.560INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4603 | 2026-08-25T01:06:03.102Z | |
| 4604 | 2026-08-25T01:06:03.114Z | INFOAug 25 01:06:01.560 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 4605 | 2026-08-25T01:06:03.114Z | 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 } }] |
| 4606 | 2026-08-25T01:06:03.114Z | Aug 25 01:06:01.561Aug 25 01:06:01.561 Aug 25 01:06:01.561 DEBG Aug 25 01:06:01.561DEBG 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 } }] |
| 4607 | 2026-08-25T01:06:03.114Z | 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 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 25 01:06:01.561 |
| 4608 | 2026-08-25T01:06:03.114Z | |
| 4609 | 2026-08-25T01:06:03.115Z | INFO |
| 4610 | 2026-08-25T01:06:03.115Z | Aug 25 01:06:01.561 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 01:06:01.561DEBGAug 25 01:06:01.561 |
| 4611 | 2026-08-25T01:06:03.115Z | INFOINFO Aug 25 01:06:01.561 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:18::/64 -> 2001:db8::55:ff |
| 4612 | 2026-08-25T01:06:03.115Z | |
| 4613 | 2026-08-25T01:06:03.115Z | DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4614 | 2026-08-25T01:06:03.115Z | Aug 25 01:06:01.561 |
| 4615 | 2026-08-25T01:06:03.115Z | DEBG Aug 25 01:06:01.561replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.561INFO |
| 4616 | 2026-08-25T01:06:03.115Z | INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff Aug 25 01:06:01.561 |
| 4617 | 2026-08-25T01:06:03.115Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4618 | 2026-08-25T01:06:03.115Z | DEBGAug 25 01:06:01.561 Aug 25 01:06:01.561Aug 25 01:06:01.561 DEBGINFO DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4619 | 2026-08-25T01:06:03.115Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4620 | 2026-08-25T01:06:03.115Z | |
| 4621 | 2026-08-25T01:06:03.115Z | |
| 4622 | 2026-08-25T01:06:03.115Z | Aug 25 01:06:01.561 Aug 25 01:06:01.561INFOAug 25 01:06:01.561 adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffINFO |
| 4623 | 2026-08-25T01:06:03.115Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4624 | 2026-08-25T01:06:03.115Z | INFOAug 25 01:06:01.561 DEBGAug 25 01:06:01.561adding route 3fff:beef:b::/64 -> 2001:db8::55:ff Aug 25 01:06:01.561 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4625 | 2026-08-25T01:06:03.115Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4626 | 2026-08-25T01:06:03.115Z | replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561 |
| 4627 | 2026-08-25T01:06:03.115Z | |
| 4628 | 2026-08-25T01:06:03.115Z | Aug 25 01:06:01.561 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 01:06:01.561 |
| 4629 | 2026-08-25T01:06:03.115Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 25 01:06:01.561 |
| 4630 | 2026-08-25T01:06:03.115Z | DEBG Aug 25 01:06:01.561DEBG DEBGfailed to allocate space for the new target list Aug 25 01:06:01.561 |
| 4631 | 2026-08-25T01:06:03.115Z | 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: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 } }] |
| 4632 | 2026-08-25T01:06:03.116Z | DEBG |
| 4633 | 2026-08-25T01:06:03.116Z | 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 } }] |
| 4634 | 2026-08-25T01:06:03.116Z | Aug 25 01:06:01.561 INFOAug 25 01:06:01.561 Aug 25 01:06:01.561Aug 25 01:06:01.561DEBGadding route 3fff:beef:9::/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 } }]INFO |
| 4635 | 2026-08-25T01:06:03.116Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4636 | 2026-08-25T01:06:03.116Z | |
| 4637 | 2026-08-25T01:06:03.116Z | Aug 25 01:06:01.561INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 25 01:06:01.561DEBG |
| 4638 | 2026-08-25T01:06:03.116Z | failed to allocate space for the new target listAug 25 01:06:01.561 |
| 4639 | 2026-08-25T01:06:03.116Z | 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 } }]DEBGAug 25 01:06:01.561 |
| 4640 | 2026-08-25T01:06:03.116Z | 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 } }] |
| 4641 | 2026-08-25T01:06:03.116Z | DEBG Aug 25 01:06:01.561replacing 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 } }] |
| 4642 | 2026-08-25T01:06:03.117Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4643 | 2026-08-25T01:06:03.117Z | Aug 25 01:06:01.561 INFOAug 25 01:06:01.561 Aug 25 01:06:01.561 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4644 | 2026-08-25T01:06:03.117Z | |
| 4645 | 2026-08-25T01:06:03.117Z | |
| 4646 | 2026-08-25T01:06:03.117Z | Aug 25 01:06:01.561Aug 25 01:06:01.561 Aug 25 01:06:01.561DEBG DEBGINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4647 | 2026-08-25T01:06:03.117Z | |
| 4648 | 2026-08-25T01:06:03.117Z | 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 } }] |
| 4649 | 2026-08-25T01:06:03.117Z | Aug 25 01:06:01.561Aug 25 01:06:01.561 DEBGAug 25 01:06:01.561 Aug 25 01:06:01.561 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 } }]INFOINFO |
| 4650 | 2026-08-25T01:06:03.118Z | DEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561 |
| 4651 | 2026-08-25T01:06:03.118Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4652 | 2026-08-25T01:06:03.118Z | INFO |
| 4653 | 2026-08-25T01:06:03.118Z | Aug 25 01:06:01.561Aug 25 01:06:01.561 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4654 | 2026-08-25T01:06:03.118Z | DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.561 |
| 4655 | 2026-08-25T01:06:03.118Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.561 |
| 4656 | 2026-08-25T01:06:03.118Z | 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 } }] |
| 4657 | 2026-08-25T01:06:03.118Z | Aug 25 01:06:01.561 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 25 01:06:01.561adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4658 | 2026-08-25T01:06:03.118Z | Aug 25 01:06:01.561 |
| 4659 | 2026-08-25T01:06:03.118Z | INFOINFOAug 25 01:06:01.561 DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4660 | 2026-08-25T01:06:03.118Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4661 | 2026-08-25T01:06:03.118Z | Aug 25 01:06:01.561 |
| 4662 | 2026-08-25T01:06:03.118Z | DEBGAug 25 01:06:01.561 Aug 25 01:06:01.561Aug 25 01:06:01.561 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 DEBGDEBG |
| 4663 | 2026-08-25T01:06:03.118Z | adding route 3fff:beef:1f::/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 } }] |
| 4664 | 2026-08-25T01:06:03.118Z | |
| 4665 | 2026-08-25T01:06:03.118Z | 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 } }] |
| 4666 | 2026-08-25T01:06:03.118Z | Aug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4667 | 2026-08-25T01:06:03.118Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4668 | 2026-08-25T01:06:03.118Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4669 | 2026-08-25T01:06:03.118Z | |
| 4670 | 2026-08-25T01:06:03.118Z | Aug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 4671 | 2026-08-25T01:06:03.118Z | |
| 4672 | 2026-08-25T01:06:03.119Z | 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 } }] |
| 4673 | 2026-08-25T01:06:03.120Z | 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 } }] |
| 4674 | 2026-08-25T01:06:03.121Z | Aug 25 01:06:01.561Aug 25 01:06:01.561 DEBGAug 25 01:06:01.561INFO Aug 25 01:06:01.561 INFO adding route 3fff:beef:f::/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 } }]INFO |
| 4675 | 2026-08-25T01:06:03.121Z | |
| 4676 | 2026-08-25T01:06:03.121Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4677 | 2026-08-25T01:06:03.121Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 01:06:01.561Aug 25 01:06:01.561 |
| 4678 | 2026-08-25T01:06:03.121Z | DEBGINFOAug 25 01:06:01.561 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 01:06:01.561 |
| 4679 | 2026-08-25T01:06:03.121Z | 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 |
| 4680 | 2026-08-25T01:06:03.121Z | 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 |
| 4681 | 2026-08-25T01:06:03.121Z | Aug 25 01:06:01.561 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.561 |
| 4682 | 2026-08-25T01:06:03.121Z | DEBGAug 25 01:06:01.561INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4683 | 2026-08-25T01:06:03.121Z | 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:7::/64 -> 2001:db8::55:ff |
| 4684 | 2026-08-25T01:06:03.121Z | Aug 25 01:06:01.561 |
| 4685 | 2026-08-25T01:06:03.121Z | Aug 25 01:06:01.561 INFOAug 25 01:06:01.561 DEBGAug 25 01:06:01.561 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4686 | 2026-08-25T01:06:03.121Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4687 | 2026-08-25T01:06:03.121Z | |
| 4688 | 2026-08-25T01:06:03.121Z | DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561Aug 25 01:06:01.561 INFOAug 25 01:06:01.561 |
| 4689 | 2026-08-25T01:06:03.121Z | DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 4690 | 2026-08-25T01:06:03.121Z | 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 } }] |
| 4691 | 2026-08-25T01:06:03.121Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561 |
| 4692 | 2026-08-25T01:06:03.121Z | INFOAug 25 01:06:01.561 Aug 25 01:06:01.561adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 01:06:01.561 INFOINFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4693 | 2026-08-25T01:06:03.121Z | 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 |
| 4694 | 2026-08-25T01:06:03.121Z | |
| 4695 | 2026-08-25T01:06:03.121Z | |
| 4696 | 2026-08-25T01:06:03.121Z | Aug 25 01:06:01.561 Aug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561DEBG 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 } }]replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4697 | 2026-08-25T01:06:03.121Z | |
| 4698 | 2026-08-25T01:06:03.121Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4699 | 2026-08-25T01:06:03.121Z | |
| 4700 | 2026-08-25T01:06:03.121Z | Aug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561 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 } }] |
| 4701 | 2026-08-25T01:06:03.121Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO |
| 4702 | 2026-08-25T01:06:03.121Z | INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 25 01:06:01.561 |
| 4703 | 2026-08-25T01:06:03.121Z | INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 25 01:06:01.561 |
| 4704 | 2026-08-25T01:06:03.129Z | DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561Aug 25 01:06:01.561 |
| 4705 | 2026-08-25T01:06:03.134Z | |
| 4706 | 2026-08-25T01:06:03.135Z | DEBGAug 25 01:06:01.561DEBG Aug 25 01:06:01.561INFO 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 |
| 4707 | 2026-08-25T01:06:03.135Z | 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 } }] |
| 4708 | 2026-08-25T01:06:03.135Z | adding route 3fff:beef:25::/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 } }] |
| 4709 | 2026-08-25T01:06:03.135Z | |
| 4710 | 2026-08-25T01:06:03.135Z | Aug 25 01:06:01.561Aug 25 01:06:01.561 DEBGAug 25 01:06:01.561INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561 |
| 4711 | 2026-08-25T01:06:03.135Z | INFO |
| 4712 | 2026-08-25T01:06:03.135Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4713 | 2026-08-25T01:06:03.135Z | Aug 25 01:06:01.561adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 25 01:06:01.561DEBG |
| 4714 | 2026-08-25T01:06:03.135Z | 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 } }] |
| 4715 | 2026-08-25T01:06:03.135Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 25 01:06:01.561 |
| 4716 | 2026-08-25T01:06:03.135Z | Aug 25 01:06:01.561 DEBGDEBGAug 25 01:06:01.561 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561INFO |
| 4717 | 2026-08-25T01:06:03.135Z | 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:15::/64 -> 2001:db8::55:ffDEBG |
| 4718 | 2026-08-25T01:06:03.135Z | 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 } }] |
| 4719 | 2026-08-25T01:06:03.135Z | |
| 4720 | 2026-08-25T01:06:03.135Z | Aug 25 01:06:01.561Aug 25 01:06:01.561 INFOINFOAug 25 01:06:01.561 Aug 25 01:06:01.561 DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 4721 | 2026-08-25T01:06:03.135Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4722 | 2026-08-25T01:06:03.135Z | |
| 4723 | 2026-08-25T01:06:03.135Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 01:06:01.561 |
| 4724 | 2026-08-25T01:06:03.135Z | DEBG Aug 25 01:06:01.561replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.561 |
| 4725 | 2026-08-25T01:06:03.135Z | Aug 25 01:06:01.561 DEBG DEBGINFO Aug 25 01:06:01.561replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4726 | 2026-08-25T01:06:03.135Z | |
| 4727 | 2026-08-25T01:06:03.135Z | INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.561adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4728 | 2026-08-25T01:06:03.135Z | Aug 25 01:06:01.561 |
| 4729 | 2026-08-25T01:06:03.135Z | 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 } }] |
| 4730 | 2026-08-25T01:06:03.135Z | INFO Aug 25 01:06:01.561adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 25 01:06:01.561 |
| 4731 | 2026-08-25T01:06:03.135Z | Aug 25 01:06:01.561INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 25 01:06:01.561 |
| 4732 | 2026-08-25T01:06:03.135Z | INFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561DEBG |
| 4733 | 2026-08-25T01:06:03.135Z | DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:17::/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 } }] |
| 4734 | 2026-08-25T01:06:03.135Z | |
| 4735 | 2026-08-25T01:06:03.135Z | |
| 4736 | 2026-08-25T01:06:03.135Z | Aug 25 01:06:01.561 INFO Aug 25 01:06:01.561adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 01:06:01.561Aug 25 01:06:01.561 |
| 4737 | 2026-08-25T01:06:03.135Z | INFODEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4738 | 2026-08-25T01:06:03.135Z | |
| 4739 | 2026-08-25T01:06:03.135Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4740 | 2026-08-25T01:06:03.135Z | Aug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561 DEBGINFODEBG 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: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 } }] |
| 4741 | 2026-08-25T01:06:03.135Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4742 | 2026-08-25T01:06:03.135Z | |
| 4743 | 2026-08-25T01:06:03.136Z | Aug 25 01:06:01.561Aug 25 01:06:01.561 Aug 25 01:06:01.561INFO INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4744 | 2026-08-25T01:06:03.136Z | |
| 4745 | 2026-08-25T01:06:03.136Z | 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 } }] |
| 4746 | 2026-08-25T01:06:03.136Z | Aug 25 01:06:01.561 DEBGAug 25 01:06:01.561 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561 |
| 4747 | 2026-08-25T01:06:03.136Z | DEBGINFO adding route 3fff:beef:19::/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 } }]Aug 25 01:06:01.561 |
| 4748 | 2026-08-25T01:06:03.136Z | |
| 4749 | 2026-08-25T01:06:03.136Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4750 | 2026-08-25T01:06:03.136Z | Aug 25 01:06:01.561 Aug 25 01:06:01.561DEBG Aug 25 01:06:01.561 INFODEBGreplacing 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 } }] |
| 4751 | 2026-08-25T01:06:03.136Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4752 | 2026-08-25T01:06:03.136Z | 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 } }] |
| 4753 | 2026-08-25T01:06:03.136Z | Aug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4754 | 2026-08-25T01:06:03.136Z | |
| 4755 | 2026-08-25T01:06:03.136Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4756 | 2026-08-25T01:06:03.136Z | Aug 25 01:06:01.561Aug 25 01:06:01.561 Aug 25 01:06:01.561INFODEBG 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 } }]DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4757 | 2026-08-25T01:06:03.136Z | |
| 4758 | 2026-08-25T01:06:03.136Z | 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 } }] |
| 4759 | 2026-08-25T01:06:03.136Z | Aug 25 01:06:01.561 Aug 25 01:06:01.561INFO Aug 25 01:06:01.561DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 4760 | 2026-08-25T01:06:03.136Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4761 | 2026-08-25T01:06:03.136Z | |
| 4762 | 2026-08-25T01:06:03.136Z | Aug 25 01:06:01.561Aug 25 01:06:01.561 Aug 25 01:06:01.561 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4763 | 2026-08-25T01:06:03.136Z | DEBG |
| 4764 | 2026-08-25T01:06:03.136Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4765 | 2026-08-25T01:06:03.136Z | 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 } }] |
| 4766 | 2026-08-25T01:06:03.136Z | Aug 25 01:06:01.561 Aug 25 01:06:01.561DEBGAug 25 01:06:01.561 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4767 | 2026-08-25T01:06:03.136Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 25 01:06:01.561 |
| 4768 | 2026-08-25T01:06:03.136Z | |
| 4769 | 2026-08-25T01:06:03.136Z | INFO Aug 25 01:06:01.561adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 25 01:06:01.561 |
| 4770 | 2026-08-25T01:06:03.136Z | DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4771 | 2026-08-25T01:06:03.136Z | |
| 4772 | 2026-08-25T01:06:03.136Z | Aug 25 01:06:01.561 Aug 25 01:06:01.561DEBG INFOAug 25 01:06:01.561replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.561 |
| 4773 | 2026-08-25T01:06:03.136Z | DEBGINFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4774 | 2026-08-25T01:06:03.136Z | Aug 25 01:06:01.562Aug 25 01:06:01.564Aug 25 01:06:01.563 DEBG DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapcreated new freemap, |
| 4775 | 2026-08-25T01:06:03.136Z | unit, : unitfreemap_route_ipv4: |
| 4776 | 2026-08-25T01:06:03.136Z | freemap_route_ipv4Aug 25 01:06:01.564 |
| 4777 | 2026-08-25T01:06:03.136Z | INFO |
| 4778 | 2026-08-25T01:06:03.136Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4779 | 2026-08-25T01:06:03.136Z | Aug 25 01:06:01.564Aug 25 01:06:01.564 DEBG 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 } }]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 } }] |
| 4780 | 2026-08-25T01:06:03.136Z | |
| 4781 | 2026-08-25T01:06:03.136Z | 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 } }] |
| 4782 | 2026-08-25T01:06:03.136Z | Aug 25 01:06:01.564Aug 25 01:06:01.564 Aug 25 01:06:01.564 DEBGINFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4783 | 2026-08-25T01:06:03.137Z | created new freemapAug 25 01:06:01.564 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff , |
| 4784 | 2026-08-25T01:06:03.137Z | INFOAug 25 01:06:01.564 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunit: DEBG |
| 4785 | 2026-08-25T01:06:03.137Z | freemap_route_ipv6 |
| 4786 | 2026-08-25T01:06:03.137Z | Aug 25 01:06:01.564replacing 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 } }] |
| 4787 | 2026-08-25T01:06:03.137Z | DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.564 |
| 4788 | 2026-08-25T01:06:03.137Z | Aug 25 01:06:01.564DEBG Aug 25 01:06:01.564 INFOAug 25 01:06:01.564DEBGreplacing 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 } }] INFOinitted freemap. size: 64 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4789 | 2026-08-25T01:06:03.137Z | , |
| 4790 | 2026-08-25T01:06:03.137Z | unit: |
| 4791 | 2026-08-25T01:06:03.137Z | Aug 25 01:06:01.564Aug 25 01:06:01.564 freemap_route_ipv4DEBG |
| 4792 | 2026-08-25T01:06:03.137Z | 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 } }] |
| 4793 | 2026-08-25T01:06:03.137Z | 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 } }] |
| 4794 | 2026-08-25T01:06:03.137Z | Aug 25 01:06:01.564 Aug 25 01:06:01.564DEBGAug 25 01:06:01.564 Aug 25 01:06:01.564reset freemapINFO INFO, unitINFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff :adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4795 | 2026-08-25T01:06:03.137Z | |
| 4796 | 2026-08-25T01:06:03.137Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 4797 | 2026-08-25T01:06:03.137Z | |
| 4798 | 2026-08-25T01:06:03.137Z | Aug 25 01:06:01.564Aug 25 01:06:01.564 DEBGDEBG Aug 25 01:06:01.564replacing 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: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 } }] |
| 4799 | 2026-08-25T01:06:03.137Z | DEBG initted freemap. size: 64 |
| 4800 | 2026-08-25T01:06:03.137Z | , Aug 25 01:06:01.564Aug 25 01:06:01.564 unit Aug 25 01:06:01.564DEBG INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4801 | 2026-08-25T01:06:03.137Z | |
| 4802 | 2026-08-25T01:06:03.137Z | 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 } }]: |
| 4803 | 2026-08-25T01:06:03.137Z | freemap_route_ipv6Aug 25 01:06:01.564Aug 25 01:06:01.564 |
| 4804 | 2026-08-25T01:06:03.149Z | 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 } }] |
| 4805 | 2026-08-25T01:06:03.149Z | Aug 25 01:06:01.564Aug 25 01:06:01.564DEBG INFO Aug 25 01:06:01.564adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4806 | 2026-08-25T01:06:03.149Z | INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4807 | 2026-08-25T01:06:03.149Z | reset freemap , adding route 3fff:beef:12::/64 -> 2001:db8::55:ffunit |
| 4808 | 2026-08-25T01:06:03.149Z | :Aug 25 01:06:01.564 DEBGAug 25 01:06:01.564freemap_route_ipv6 INFOAug 25 01:06:01.564 |
| 4809 | 2026-08-25T01:06:03.149Z | 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 |
| 4810 | 2026-08-25T01:06:03.149Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 25 01:06:01.564 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 } }] |
| 4811 | 2026-08-25T01:06:03.150Z | INFOAug 25 01:06:01.564 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4812 | 2026-08-25T01:06:03.150Z | INFO Aug 25 01:06:01.564 |
| 4813 | 2026-08-25T01:06:03.150Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBG |
| 4814 | 2026-08-25T01:06:03.150Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.564 |
| 4815 | 2026-08-25T01:06:03.150Z | INFOAug 25 01:06:01.564 Aug 25 01:06:01.564adding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBGAug 25 01:06:01.564DEBG |
| 4816 | 2026-08-25T01:06:03.150Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4817 | 2026-08-25T01:06:03.150Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4818 | 2026-08-25T01:06:03.150Z | |
| 4819 | 2026-08-25T01:06:03.150Z | Aug 25 01:06:01.564Aug 25 01:06:01.564 DEBGDEBG Aug 25 01:06:01.564replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4820 | 2026-08-25T01:06:03.150Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4821 | 2026-08-25T01:06:03.150Z | Aug 25 01:06:01.564 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFOAug 25 01:06:01.564 Aug 25 01:06:01.564 |
| 4822 | 2026-08-25T01:06:03.150Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4823 | 2026-08-25T01:06:03.150Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 4824 | 2026-08-25T01:06:03.150Z | Aug 25 01:06:01.564adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBG |
| 4825 | 2026-08-25T01:06:03.150Z | Aug 25 01:06:01.564replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.564 DEBG |
| 4826 | 2026-08-25T01:06:03.150Z | Aug 25 01:06:01.564DEBG 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 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 } }] |
| 4827 | 2026-08-25T01:06:03.150Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4828 | 2026-08-25T01:06:03.150Z | Aug 25 01:06:01.564 |
| 4829 | 2026-08-25T01:06:03.150Z | Aug 25 01:06:01.564INFO INFO Aug 25 01:06:01.564 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 25 01:06:01.564INFO |
| 4830 | 2026-08-25T01:06:03.150Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4831 | 2026-08-25T01:06:03.150Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4832 | 2026-08-25T01:06:03.150Z | Aug 25 01:06:01.564 INFODEBG Aug 25 01:06:01.564Aug 25 01:06:01.564 DEBGDEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4833 | 2026-08-25T01:06:03.150Z | 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 } }] |
| 4834 | 2026-08-25T01:06:03.150Z | |
| 4835 | 2026-08-25T01:06:03.150Z | 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 } }] |
| 4836 | 2026-08-25T01:06:03.150Z | Aug 25 01:06:01.564Aug 25 01:06:01.564Aug 25 01:06:01.564 INFOINFODEBG Aug 25 01:06:01.564adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4837 | 2026-08-25T01:06:03.150Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4838 | 2026-08-25T01:06:03.150Z | INFO |
| 4839 | 2026-08-25T01:06:03.151Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4840 | 2026-08-25T01:06:03.151Z | Aug 25 01:06:01.564 Aug 25 01:06:01.564DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4841 | 2026-08-25T01:06:03.151Z | Aug 25 01:06:01.564 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.564 |
| 4842 | 2026-08-25T01:06:03.151Z | DEBGAug 25 01:06:01.564 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 } }] |
| 4843 | 2026-08-25T01:06:03.151Z | INFOINFO Aug 25 01:06:01.564adding route 3fff:beef:37::/64 -> 2001:db8::55:ff INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4844 | 2026-08-25T01:06:03.151Z | |
| 4845 | 2026-08-25T01:06:03.151Z | Aug 25 01:06:01.564 |
| 4846 | 2026-08-25T01:06:03.151Z | INFOAug 25 01:06:01.564 Aug 25 01:06:01.564adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 25 01:06:01.561 DEBGDEBGAug 25 01:06:01.564 |
| 4847 | 2026-08-25T01:06:03.151Z | 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 } }] |
| 4848 | 2026-08-25T01:06:03.151Z | DEBG INFOAug 25 01:06:01.564 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4849 | 2026-08-25T01:06:03.151Z | Aug 25 01:06:01.564 |
| 4850 | 2026-08-25T01:06:03.151Z | 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 } }] |
| 4851 | 2026-08-25T01:06:03.151Z | INFO |
| 4852 | 2026-08-25T01:06:03.151Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4853 | 2026-08-25T01:06:03.151Z | Aug 25 01:06:01.564Aug 25 01:06:01.564Aug 25 01:06:01.564 DEBGINFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }] |
| 4854 | 2026-08-25T01:06:03.151Z | Aug 25 01:06:01.564adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4855 | 2026-08-25T01:06:03.151Z | |
| 4856 | 2026-08-25T01:06:03.151Z | 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 } }] |
| 4857 | 2026-08-25T01:06:03.151Z | Aug 25 01:06:01.564Aug 25 01:06:01.564 DEBGAug 25 01:06:01.564 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 } }]INFODEBG |
| 4858 | 2026-08-25T01:06:03.151Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff Aug 25 01:06:01.564 |
| 4859 | 2026-08-25T01:06:03.151Z | Aug 25 01:06:01.564replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]WARN Aug 25 01:06:01.564DEBG 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 25 01:06:01.564adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4860 | 2026-08-25T01:06:03.151Z | |
| 4861 | 2026-08-25T01:06:03.151Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4862 | 2026-08-25T01:06:03.151Z | |
| 4863 | 2026-08-25T01:06:03.151Z | DEBG |
| 4864 | 2026-08-25T01:06:03.151Z | Aug 25 01:06:01.564replacing 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 } }] |
| 4865 | 2026-08-25T01:06:03.151Z | Aug 25 01:06:01.564ERRO Aug 25 01:06:01.564INFO DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 4866 | 2026-08-25T01:06:03.151Z | Aug 25 01:06:01.564 |
| 4867 | 2026-08-25T01:06:03.155Z | |
| 4868 | 2026-08-25T01:06:03.155Z | Aug 25 01:06:01.564INFO Aug 25 01:06:01.564 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 01:06:01.564 Aug 25 01:06:01.564ERROINFO 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 |
| 4869 | 2026-08-25T01:06:03.155Z | INFO |
| 4870 | 2026-08-25T01:06:03.155Z | 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 } }] |
| 4871 | 2026-08-25T01:06:03.155Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4872 | 2026-08-25T01:06:03.155Z | |
| 4873 | 2026-08-25T01:06:03.155Z | Aug 25 01:06:01.564Aug 25 01:06:01.564 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 01:06:01.564 |
| 4874 | 2026-08-25T01:06:03.155Z | DEBG DEBGAug 25 01:06:01.564 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: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 } }] |
| 4875 | 2026-08-25T01:06:03.155Z | |
| 4876 | 2026-08-25T01:06:03.156Z | DEBGAug 25 01:06:01.564 Aug 25 01:06:01.564replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.564 |
| 4877 | 2026-08-25T01:06:03.156Z | DEBGINFOINFO adding route 3fff:beef:1b::/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 } }]Aug 25 01:06:01.564adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4878 | 2026-08-25T01:06:03.156Z | |
| 4879 | 2026-08-25T01:06:03.156Z | |
| 4880 | 2026-08-25T01:06:03.156Z | INFO Aug 25 01:06:01.564adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 25 01:06:01.564Aug 25 01:06:01.564INFO |
| 4881 | 2026-08-25T01:06:03.156Z | DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4882 | 2026-08-25T01:06:03.156Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.565 |
| 4883 | 2026-08-25T01:06:03.156Z | Aug 25 01:06:01.564 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 } }] |
| 4884 | 2026-08-25T01:06:03.156Z | DEBG Aug 25 01:06:01.587created new freemap Aug 25 01:06:01.587, DEBGAug 25 01:06:01.587 INFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit |
| 4885 | 2026-08-25T01:06:03.156Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 4886 | 2026-08-25T01:06:03.156Z | :adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4887 | 2026-08-25T01:06:03.156Z | freemap_route_ipv4Aug 25 01:06:01.587 |
| 4888 | 2026-08-25T01:06:03.156Z | Aug 25 01:06:01.587INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4889 | 2026-08-25T01:06:03.156Z | Aug 25 01:06:01.587 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.587 |
| 4890 | 2026-08-25T01:06:03.156Z | DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.587 |
| 4891 | 2026-08-25T01:06:03.156Z | Aug 25 01:06:01.587 DEBGAug 25 01:06:01.587created new freemap , INFOunit : 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_ipv6adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4892 | 2026-08-25T01:06:03.156Z | |
| 4893 | 2026-08-25T01:06:03.156Z | DEBG |
| 4894 | 2026-08-25T01:06:03.156Z | failed to allocate space for the new target listAug 25 01:06:01.587Aug 25 01:06:01.587 |
| 4895 | 2026-08-25T01:06:03.157Z | DEBG INFOinitted freemap. size: 64 Aug 25 01:06:01.587, adding route 3fff:beef:22::/64 -> 2001:db8::55:ffunitAug 25 01:06:01.587 :DEBG |
| 4896 | 2026-08-25T01:06:03.157Z | replacing targets for 3fff:dead::/64 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 } }] DEBGfreemap_route_ipv4 |
| 4897 | 2026-08-25T01:06:03.157Z | 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 } }] |
| 4898 | 2026-08-25T01:06:03.157Z | |
| 4899 | 2026-08-25T01:06:03.157Z | Aug 25 01:06:01.587 DEBGAug 25 01:06:01.587Aug 25 01:06:01.587 DEBGINFO reset freemapadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff, unit |
| 4900 | 2026-08-25T01:06:03.157Z | 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 } }]: |
| 4901 | 2026-08-25T01:06:03.157Z | freemap_route_ipv4Aug 25 01:06:01.587 |
| 4902 | 2026-08-25T01:06:03.157Z | DEBGAug 25 01:06:01.562 Aug 25 01:06:01.587 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 } }]INFO |
| 4903 | 2026-08-25T01:06:03.157Z | created new freemap Aug 25 01:06:01.587, adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit |
| 4904 | 2026-08-25T01:06:03.164Z | DEBG:Aug 25 01:06:01.587 freemap_route_ipv4INFOinitted freemap. size: 64 |
| 4905 | 2026-08-25T01:06:03.164Z | Aug 25 01:06:01.587adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff, |
| 4906 | 2026-08-25T01:06:03.164Z | unitDEBG: Aug 25 01:06:01.587freemap_route_ipv6 |
| 4907 | 2026-08-25T01:06:03.164Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4908 | 2026-08-25T01:06:03.165Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.587Aug 25 01:06:01.587 DEBG created new freemap, unitDEBGAug 25 01:06:01.587 :INFO reset freemapfreemap_route_ipv6 , adding route 3fff:beef:24::/64 -> 2001:db8::55:ffunit |
| 4909 | 2026-08-25T01:06:03.165Z | : |
| 4910 | 2026-08-25T01:06:03.165Z | freemap_route_ipv6 |
| 4911 | 2026-08-25T01:06:03.165Z | |
| 4912 | 2026-08-25T01:06:03.165Z | Aug 25 01:06:01.587 DEBG Aug 25 01:06:01.587 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.587 |
| 4913 | 2026-08-25T01:06:03.165Z | Aug 25 01:06:01.587INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4914 | 2026-08-25T01:06:03.165Z | initted freemap. size: 64INFO , Aug 25 01:06:01.587unit :Aug 25 01:06:01.587 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 4915 | 2026-08-25T01:06:03.167Z | freemap_route_ipv4DEBG |
| 4916 | 2026-08-25T01:06:03.167Z | 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:25::/64 -> 2001:db8::55:ff |
| 4917 | 2026-08-25T01:06:03.167Z | |
| 4918 | 2026-08-25T01:06:03.167Z | Aug 25 01:06:01.587Aug 25 01:06:01.587 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 } }]reset freemap |
| 4919 | 2026-08-25T01:06:03.167Z | , unitAug 25 01:06:01.587: freemap_route_ipv4INFO |
| 4920 | 2026-08-25T01:06:03.167Z | Aug 25 01:06:01.587adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 01:06:01.587 |
| 4921 | 2026-08-25T01:06:03.167Z | DEBG Aug 25 01:06:01.587INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4922 | 2026-08-25T01:06:03.167Z | Aug 25 01:06:01.587 adding route 3fff:dead::/64 -> 2001:db8::55:2 initted freemap. size: 64DEBG |
| 4923 | 2026-08-25T01:06:03.167Z | , 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 } }]: |
| 4924 | 2026-08-25T01:06:03.167Z | freemap_route_ipv6 |
| 4925 | 2026-08-25T01:06:03.167Z | Aug 25 01:06:01.587 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4926 | 2026-08-25T01:06:03.167Z | Aug 25 01:06:01.587Aug 25 01:06:01.587 DEBGAug 25 01:06:01.587DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 4927 | 2026-08-25T01:06:03.167Z | |
| 4928 | 2026-08-25T01:06:03.167Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 01:06:01.587 |
| 4929 | 2026-08-25T01:06:03.167Z | DEBG Aug 25 01:06:01.587Aug 25 01:06:01.587 Aug 25 01:06:01.587INFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:3, |
| 4930 | 2026-08-25T01:06:03.167Z | INFOunit DEBG:adding route 3fff:beef:27::/64 -> 2001:db8::55:ff freemap_route_ipv6 |
| 4931 | 2026-08-25T01:06:03.167Z | |
| 4932 | 2026-08-25T01:06:03.167Z | 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 } }] |
| 4933 | 2026-08-25T01:06:03.167Z | Aug 25 01:06:01.587Aug 25 01:06:01.587Aug 25 01:06:01.587 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 25 01:06:01.587 |
| 4934 | 2026-08-25T01:06:03.168Z | |
| 4935 | 2026-08-25T01:06:03.168Z | 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 } }] |
| 4936 | 2026-08-25T01:06:03.168Z | Aug 25 01:06:01.587 INFOINFO Aug 25 01:06:01.587adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4937 | 2026-08-25T01:06:03.168Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4938 | 2026-08-25T01:06:03.168Z | |
| 4939 | 2026-08-25T01:06:03.168Z | Aug 25 01:06:01.587Aug 25 01:06:01.587 DEBGAug 25 01:06:01.587DEBG Aug 25 01:06:01.587 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 } }] |
| 4940 | 2026-08-25T01:06:03.168Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4941 | 2026-08-25T01:06:03.168Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4942 | 2026-08-25T01:06:03.168Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.587Aug 25 01:06:01.587 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 } }] |
| 4943 | 2026-08-25T01:06:03.172Z | Aug 25 01:06:01.587DEBG Aug 25 01:06:01.587INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]WARNadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4944 | 2026-08-25T01:06:03.172Z | |
| 4945 | 2026-08-25T01:06:03.172Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4946 | 2026-08-25T01:06:03.172Z | |
| 4947 | 2026-08-25T01:06:03.172Z | Aug 25 01:06:01.587Aug 25 01:06:01.587 INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4948 | 2026-08-25T01:06:03.172Z | 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 } }] |
| 4949 | 2026-08-25T01:06:03.172Z | Aug 25 01:06:01.587Aug 25 01:06:01.587 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4950 | 2026-08-25T01:06:03.172Z | |
| 4951 | 2026-08-25T01:06:03.172Z | |
| 4952 | 2026-08-25T01:06:03.172Z | Aug 25 01:06:01.587 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4953 | 2026-08-25T01:06:03.172Z | Aug 25 01:06:01.587 INFOAug 25 01:06:01.587 Aug 25 01:06:01.587 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 4954 | 2026-08-25T01:06:03.172Z | DEBGAug 25 01:06:01.562replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4955 | 2026-08-25T01:06:03.172Z | Aug 25 01:06:01.587 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4956 | 2026-08-25T01:06:03.173Z | |
| 4957 | 2026-08-25T01:06:03.173Z | created new freemapAug 25 01:06:01.587, unitINFO: freemap_route_ipv4 |
| 4958 | 2026-08-25T01:06:03.173Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 25 01:06:01.587 |
| 4959 | 2026-08-25T01:06:03.173Z | Aug 25 01:06:01.587 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOAug 25 01:06:01.588 |
| 4960 | 2026-08-25T01:06:03.173Z | Aug 25 01:06:01.588adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 4961 | 2026-08-25T01:06:03.173Z | test route::tests::grow_succeeds ... ok |
| 4962 | 2026-08-25T01:06:03.173Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 4963 | 2026-08-25T01:06:03.173Z | 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 } }]created new freemap |
| 4964 | 2026-08-25T01:06:03.173Z | , Aug 25 01:06:01.588unit :DEBG Aug 25 01:06:01.588 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 |
| 4965 | 2026-08-25T01:06:03.173Z | freemap_route_ipv6Aug 25 01:06:01.588 |
| 4966 | 2026-08-25T01:06:03.173Z | 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 } }] |
| 4967 | 2026-08-25T01:06:03.173Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4968 | 2026-08-25T01:06:03.173Z | Aug 25 01:06:01.588Aug 25 01:06:01.588 Aug 25 01:06:01.588Aug 25 01:06:01.588 INFO INFODEBGDEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4969 | 2026-08-25T01:06:03.173Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit |
| 4970 | 2026-08-25T01:06:03.173Z | : freemap_route_ipv4Aug 25 01:06:01.588 |
| 4971 | 2026-08-25T01:06:03.173Z | DEBGAug 25 01:06:01.588 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 } }] INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4972 | 2026-08-25T01:06:03.173Z | Aug 25 01:06:01.588 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4973 | 2026-08-25T01:06:03.173Z | DEBG |
| 4974 | 2026-08-25T01:06:03.173Z | Aug 25 01:06:01.588reset freemap , INFOunitAug 25 01:06:01.588: Aug 25 01:06:01.588adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 4975 | 2026-08-25T01:06:03.173Z | freemap_route_ipv4 |
| 4976 | 2026-08-25T01:06:03.173Z | DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4977 | 2026-08-25T01:06:03.173Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.588 |
| 4978 | 2026-08-25T01:06:03.173Z | Aug 25 01:06:01.588Aug 25 01:06:01.588 DEBG INFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4979 | 2026-08-25T01:06:03.173Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 25 01:06:01.588initted freemap. size: 64 , INFOunit |
| 4980 | 2026-08-25T01:06:03.173Z | Aug 25 01:06:01.588: adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff INFO |
| 4981 | 2026-08-25T01:06:03.173Z | freemap_route_ipv6adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 01:06:01.588 |
| 4982 | 2026-08-25T01:06:03.173Z | DEBG |
| 4983 | 2026-08-25T01:06:03.173Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.588 |
| 4984 | 2026-08-25T01:06:03.175Z | DEBG Aug 25 01:06:01.588Aug 25 01:06:01.588 Aug 25 01:06:01.588 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 } }] |
| 4985 | 2026-08-25T01:06:03.175Z | DEBGINFO reset freemapDEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 25 01:06:01.588 |
| 4986 | 2026-08-25T01:06:03.175Z | , unit: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 |
| 4987 | 2026-08-25T01:06:03.175Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4988 | 2026-08-25T01:06:03.175Z | |
| 4989 | 2026-08-25T01:06:03.175Z | Aug 25 01:06:01.588 DEBG Aug 25 01:06:01.588Aug 25 01:06:01.588 Aug 25 01:06:01.588replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 4990 | 2026-08-25T01:06:03.175Z | 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 } }] |
| 4991 | 2026-08-25T01:06:03.176Z | INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 25 01:06:01.588 Aug 25 01:06:01.588adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4992 | 2026-08-25T01:06:03.176Z | |
| 4993 | 2026-08-25T01:06:03.176Z | INFO INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4994 | 2026-08-25T01:06:03.176Z | Aug 25 01:06:01.588 |
| 4995 | 2026-08-25T01:06:03.176Z | Aug 25 01:06:01.588DEBG Aug 25 01:06:01.588DEBG Aug 25 01:06:01.588 DEBGDEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 4996 | 2026-08-25T01:06:03.176Z | Aug 25 01:06:01.588Aug 25 01:06:01.588 DEBG Aug 25 01:06:01.614created new freemap DEBG, INFOcreated new freemapunit , adding route 172.17.0.0/32 -> 10.0.0.255:unit |
| 4997 | 2026-08-25T01:06:03.176Z | : freemap_route_ipv4freemap_route_ipv4 |
| 4998 | 2026-08-25T01:06:03.176Z | |
| 4999 | 2026-08-25T01:06:03.176Z | Aug 25 01:06:01.614 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 Aug 25 01:06:01.614 |
| 5000 | 2026-08-25T01:06:03.176Z | 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 } }]created new freemapAug 25 01:06:01.614 |
| 5001 | 2026-08-25T01:06:03.176Z | , DEBGunit :created new freemapAug 25 01:06:01.614, freemap_route_ipv6unit |
| 5002 | 2026-08-25T01:06:03.176Z | INFO :adding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 25 01:06:01.614freemap_route_ipv6 |
| 5003 | 2026-08-25T01:06:03.176Z | DEBG |
| 5004 | 2026-08-25T01:06:03.911Z | initted freemap. size: 64Aug 25 01:06:01.614 , INFOunit Aug 25 01:06:01.614adding route 172.17.0.1/32 -> 10.0.0.255Aug 25 01:06:01.614 |
| 5005 | 2026-08-25T01:06:03.911Z | :DEBG freemap_route_ipv4DEBGinitted freemap. size: 64 |
| 5006 | 2026-08-25T01:06:03.911Z | , replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 5007 | 2026-08-25T01:06:03.912Z | :Aug 25 01:06:01.614Aug 25 01:06:01.614 DEBGfreemap_route_ipv4Aug 25 01:06:01.614 |
| 5008 | 2026-08-25T01:06:03.912Z | 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 } }]INFOreset freemap |
| 5009 | 2026-08-25T01:06:03.912Z | Aug 25 01:06:01.614, unit :DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreset freemap |
| 5010 | 2026-08-25T01:06:03.912Z | , freemap_route_ipv4unit:Aug 25 01:06:01.614 freemap_route_ipv4INFO |
| 5011 | 2026-08-25T01:06:03.912Z | |
| 5012 | 2026-08-25T01:06:03.912Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 25 01:06:01.614Aug 25 01:06:01.614 |
| 5013 | 2026-08-25T01:06:03.912Z | Aug 25 01:06:01.614DEBG 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 } }] |
| 5014 | 2026-08-25T01:06:03.912Z | initted freemap. size: 64DEBG, unitinitted freemap. size: 64Aug 25 01:06:01.614: , unitAug 25 01:06:01.588DEBGfreemap_route_ipv6: |
| 5015 | 2026-08-25T01:06:03.912Z | DEBGAug 25 01:06:01.614replacing 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 } }] |
| 5016 | 2026-08-25T01:06:03.912Z | freemap_route_ipv6 |
| 5017 | 2026-08-25T01:06:03.912Z | created new freemapAug 25 01:06:01.614INFO , adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5018 | 2026-08-25T01:06:03.912Z | unitDEBG: Aug 25 01:06:01.614Aug 25 01:06:01.614 reset freemap , Aug 25 01:06:01.614unitfreemap_route_ipv4 INFO: |
| 5019 | 2026-08-25T01:06:03.912Z | DEBG freemap_route_ipv6 |
| 5020 | 2026-08-25T01:06:03.912Z | DEBG reset freemapreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5021 | 2026-08-25T01:06:03.912Z | |
| 5022 | 2026-08-25T01:06:03.912Z | , Aug 25 01:06:01.614unit Aug 25 01:06:01.614INFO: Aug 25 01:06:01.614DEBG Aug 25 01:06:01.614 adding route 172.16.0.0/32 -> 10.0.0.1created new freemap |
| 5023 | 2026-08-25T01:06:03.912Z | freemap_route_ipv6INFO , adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5024 | 2026-08-25T01:06:03.912Z | |
| 5025 | 2026-08-25T01:06:03.912Z | Aug 25 01:06:01.614unit DEBG: DEBG Aug 25 01:06:01.614 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 } }]INFOfreemap_route_ipv6 |
| 5026 | 2026-08-25T01:06:03.912Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5027 | 2026-08-25T01:06:03.913Z | Aug 25 01:06:01.614 |
| 5028 | 2026-08-25T01:06:03.913Z | |
| 5029 | 2026-08-25T01:06:03.913Z | DEBGAug 25 01:06:01.614 Aug 25 01:06:01.614Aug 25 01:06:01.614DEBGreplacing 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 } }] |
| 5030 | 2026-08-25T01:06:03.913Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5031 | 2026-08-25T01:06:03.939Z | 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 } }]Aug 25 01:06:01.614 |
| 5032 | 2026-08-25T01:06:03.939Z | Aug 25 01:06:01.614initted freemap. size: 64 INFO, INFOadding route 172.17.0.4/32 -> 10.0.0.255unit |
| 5033 | 2026-08-25T01:06:03.939Z | Aug 25 01:06:01.615: adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOfreemap_route_ipv4 |
| 5034 | 2026-08-25T01:06:03.939Z | |
| 5035 | 2026-08-25T01:06:03.939Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5036 | 2026-08-25T01:06:03.939Z | Aug 25 01:06:01.615 Aug 25 01:06:01.615 DEBGDEBGAug 25 01:06:01.615 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 } }]DEBGAug 25 01:06:01.615 |
| 5037 | 2026-08-25T01:06:03.939Z | 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 } }] |
| 5038 | 2026-08-25T01:06:03.939Z | DEBG reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], |
| 5039 | 2026-08-25T01:06:03.939Z | unitAug 25 01:06:01.615Aug 25 01:06:01.615: freemap_route_ipv4INFOINFOAug 25 01:06:01.615 |
| 5040 | 2026-08-25T01:06:03.939Z | adding route 172.17.0.5/32 -> 10.0.0.255INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5041 | 2026-08-25T01:06:03.940Z | |
| 5042 | 2026-08-25T01:06:03.940Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 01:06:01.615 |
| 5043 | 2026-08-25T01:06:03.940Z | DEBGAug 25 01:06:01.615 initted freemap. size: 64DEBGAug 25 01:06:01.615Aug 25 01:06:01.615, unitreplacing 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: |
| 5044 | 2026-08-25T01:06:03.940Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5045 | 2026-08-25T01:06:03.940Z | DEBGfreemap_route_ipv6 |
| 5046 | 2026-08-25T01:06:03.940Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.615 |
| 5047 | 2026-08-25T01:06:03.940Z | Aug 25 01:06:01.615INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 5048 | 2026-08-25T01:06:03.940Z | Aug 25 01:06:01.615adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 01:06:01.615 |
| 5049 | 2026-08-25T01:06:03.940Z | Aug 25 01:06:01.615INFO Aug 25 01:06:01.615adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 5050 | 2026-08-25T01:06:03.940Z | 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 } }]created new freemap |
| 5051 | 2026-08-25T01:06:03.940Z | Aug 25 01:06:01.615Aug 25 01:06:01.615 DEBG 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 } }]unit : |
| 5052 | 2026-08-25T01:06:03.940Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.615 DEBGfreemap_route_ipv6 |
| 5053 | 2026-08-25T01:06:03.940Z | |
| 5054 | 2026-08-25T01:06:03.940Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 01:06:01.615 |
| 5055 | 2026-08-25T01:06:03.940Z | Aug 25 01:06:01.615 INFO Aug 25 01:06:01.615INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 25 01:06:01.615 adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5056 | 2026-08-25T01:06:03.940Z | DEBG |
| 5057 | 2026-08-25T01:06:03.940Z | WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })initted freemap. size: 64 |
| 5058 | 2026-08-25T01:06:03.950Z | , Aug 25 01:06:01.615Aug 25 01:06:01.615unit :DEBG DEBGfreemap_route_ipv4 |
| 5059 | 2026-08-25T01:06:03.951Z | 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 } }] |
| 5060 | 2026-08-25T01:06:03.951Z | 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 } }] |
| 5061 | 2026-08-25T01:06:03.951Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5062 | 2026-08-25T01:06:03.951Z | Aug 25 01:06:01.615 DEBGAug 25 01:06:01.615 reset freemapAug 25 01:06:01.615, unitINFO: INFO adding route 172.17.0.8/32 -> 10.0.0.255 freemap_route_ipv4 |
| 5063 | 2026-08-25T01:06:03.951Z | |
| 5064 | 2026-08-25T01:06:03.951Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5065 | 2026-08-25T01:06:03.951Z | Aug 25 01:06:01.615 Aug 25 01:06:01.615DEBG Aug 25 01:06:01.615DEBGreplacing 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 } }] |
| 5066 | 2026-08-25T01:06:03.951Z | 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 } }] |
| 5067 | 2026-08-25T01:06:03.951Z | DEBG initted freemap. size: 64Aug 25 01:06:01.615, unit: freemap_route_ipv6Aug 25 01:06:01.615 INFOINFO 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 172.17.0.9/32 -> 10.0.0.255adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 5068 | 2026-08-25T01:06:03.951Z | |
| 5069 | 2026-08-25T01:06:03.951Z | |
| 5070 | 2026-08-25T01:06:03.951Z | |
| 5071 | 2026-08-25T01:06:03.951Z | Aug 25 01:06:01.615Aug 25 01:06:01.615 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5072 | 2026-08-25T01:06:03.951Z | |
| 5073 | 2026-08-25T01:06:03.951Z | Aug 25 01:06:01.615 DEBG Aug 25 01:06:01.615reset freemapAug 25 01:06:01.615 INFO, INFOunit adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255: |
| 5074 | 2026-08-25T01:06:03.951Z | |
| 5075 | 2026-08-25T01:06:03.951Z | Aug 25 01:06:01.615 freemap_route_ipv6 |
| 5076 | 2026-08-25T01:06:03.951Z | INFOAug 25 01:06:01.615 Aug 25 01:06:01.615adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5077 | 2026-08-25T01:06:03.954Z | DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5078 | 2026-08-25T01:06:03.954Z | |
| 5079 | 2026-08-25T01:06:03.954Z | Aug 25 01:06:01.615 Aug 25 01:06:01.615Aug 25 01:06:01.615 DEBGINFOAug 25 01:06:01.615 INFO 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 } }]adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5080 | 2026-08-25T01:06:03.954Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5081 | 2026-08-25T01:06:03.954Z | |
| 5082 | 2026-08-25T01:06:03.955Z | failed to allocate space for the new target list |
| 5083 | 2026-08-25T01:06:03.955Z | Aug 25 01:06:01.615Aug 25 01:06:01.615 DEBGDEBGAug 25 01:06:01.615 Aug 25 01:06:01.615replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5084 | 2026-08-25T01:06:03.955Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]INFO |
| 5085 | 2026-08-25T01:06:03.955Z | |
| 5086 | 2026-08-25T01:06:03.955Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 01:06:01.615 INFO |
| 5087 | 2026-08-25T01:06:03.955Z | Aug 25 01:06:01.615 adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 5088 | 2026-08-25T01:06:03.955Z | Aug 25 01:06:01.615adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5089 | 2026-08-25T01:06:03.955Z | DEBG Aug 25 01:06:01.615replacing 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 } }] |
| 5090 | 2026-08-25T01:06:03.955Z | DEBG Aug 25 01:06:01.615DEBG 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 } }]reset freemap |
| 5091 | 2026-08-25T01:06:03.955Z | , unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:06:01.615: |
| 5092 | 2026-08-25T01:06:03.955Z | Aug 25 01:06:01.615 INFO INFOfreemap_route_ipv6 adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5093 | 2026-08-25T01:06:03.955Z | |
| 5094 | 2026-08-25T01:06:03.955Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 25 01:06:01.615 |
| 5095 | 2026-08-25T01:06:03.955Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 01:06:01.615Aug 25 01:06:01.615 |
| 5096 | 2026-08-25T01:06:03.955Z | Aug 25 01:06:01.615DEBG 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 Aug 25 01:06:01.615 |
| 5097 | 2026-08-25T01:06:03.955Z | 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.16.0.0/32 -> 10.0.0.1 |
| 5098 | 2026-08-25T01:06:03.955Z | |
| 5099 | 2026-08-25T01:06:03.955Z | 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 } }] |
| 5100 | 2026-08-25T01:06:03.955Z | Aug 25 01:06:01.615 Aug 25 01:06:01.615INFO DEBGAug 25 01:06:01.615 adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 25 01:06:01.615 |
| 5101 | 2026-08-25T01:06:03.959Z | |
| 5102 | 2026-08-25T01:06:03.959Z | INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5103 | 2026-08-25T01:06:03.959Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 01:06:01.615Aug 25 01:06:01.615 |
| 5104 | 2026-08-25T01:06:04.011Z | Aug 25 01:06:01.615DEBGINFO replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5105 | 2026-08-25T01:06:04.011Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:06:01.615 |
| 5106 | 2026-08-25T01:06:04.011Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.615DEBG |
| 5107 | 2026-08-25T01:06:04.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5108 | 2026-08-25T01:06:04.011Z | Aug 25 01:06:01.615Aug 25 01:06:01.615 DEBGDEBG Aug 25 01:06:01.615created new freemap created new freemapINFO, , unitunit:Aug 25 01:06:01.643 adding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4 :DEBG |
| 5109 | 2026-08-25T01:06:04.011Z | |
| 5110 | 2026-08-25T01:06:04.011Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 5111 | 2026-08-25T01:06:04.011Z | |
| 5112 | 2026-08-25T01:06:04.011Z | Aug 25 01:06:01.643 Aug 25 01:06:01.643 |
| 5113 | 2026-08-25T01:06:04.011Z | 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 } }]DEBG |
| 5114 | 2026-08-25T01:06:04.011Z | Aug 25 01:06:01.643Aug 25 01:06:01.643Aug 25 01:06:01.615 created new freemapAug 25 01:06:01.643, Aug 25 01:06:01.643unitDEBGINFO DEBG: created new freemap , 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 } }]freemap_route_ipv6INFOadding route 172.17.0.16/32 -> 10.0.0.255unit |
| 5115 | 2026-08-25T01:06:04.012Z | |
| 5116 | 2026-08-25T01:06:04.012Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff: |
| 5117 | 2026-08-25T01:06:04.012Z | |
| 5118 | 2026-08-25T01:06:04.014Z | DEBGAug 25 01:06:01.643freemap_route_ipv6 |
| 5119 | 2026-08-25T01:06:04.014Z | DEBGAug 25 01:06:01.643Aug 25 01:06:01.643 Aug 25 01:06:01.643 INFODEBG DEBG Aug 25 01:06:01.643replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5120 | 2026-08-25T01:06:04.014Z | |
| 5121 | 2026-08-25T01:06:04.014Z | |
| 5122 | 2026-08-25T01:06:04.014Z | initted freemap. size: 64 initted freemap. size: 64, unit, :Aug 25 01:06:01.643 Aug 25 01:06:01.643unit :freemap_route_ipv4INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5123 | 2026-08-25T01:06:04.014Z | freemap_route_ipv4Aug 25 01:06:01.643replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBG |
| 5124 | 2026-08-25T01:06:04.014Z | 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 } }] |
| 5125 | 2026-08-25T01:06:04.014Z | Aug 25 01:06:01.643 DEBG |
| 5126 | 2026-08-25T01:06:04.014Z | adding route 172.17.0.17/32 -> 10.0.0.255Aug 25 01:06:01.643 |
| 5127 | 2026-08-25T01:06:04.014Z | |
| 5128 | 2026-08-25T01:06:04.014Z | reset freemapDEBG, Aug 25 01:06:01.643Aug 25 01:06:01.643 unitINFO reset freemap: DEBGAug 25 01:06:01.643 , 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 } }] freemap_route_ipv4DEBG |
| 5129 | 2026-08-25T01:06:04.014Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5130 | 2026-08-25T01:06:04.014Z | unit |
| 5131 | 2026-08-25T01:06:04.014Z | :replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.643 |
| 5132 | 2026-08-25T01:06:04.014Z | Aug 25 01:06:01.643Aug 25 01:06:01.643 DEBGDEBGfreemap_route_ipv4 |
| 5133 | 2026-08-25T01:06:04.014Z | 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 } }]initted freemap. size: 64 |
| 5134 | 2026-08-25T01:06:04.014Z | Aug 25 01:06:01.643, INFOAug 25 01:06:01.643 unit DEBGINFO: adding route 3fff:beef:33::/64 -> 2001:db8::55:ff initted freemap. size: 64 , freemap_route_ipv6Aug 25 01:06:01.643adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5135 | 2026-08-25T01:06:04.014Z | unit |
| 5136 | 2026-08-25T01:06:04.014Z | INFO: adding route 172.17.0.0/32 -> 10.0.0.255freemap_route_ipv6 |
| 5137 | 2026-08-25T01:06:04.014Z | |
| 5138 | 2026-08-25T01:06:04.014Z | Aug 25 01:06:01.643 |
| 5139 | 2026-08-25T01:06:04.014Z | Aug 25 01:06:01.643DEBG DEBGAug 25 01:06:01.643 Aug 25 01:06:01.643reset freemap replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG, DEBG |
| 5140 | 2026-08-25T01:06:04.014Z | unitAug 25 01:06:01.643 : reset freemapfreemap_route_ipv6DEBG, |
| 5141 | 2026-08-25T01:06:04.014Z | unitreplacing 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 } }]: |
| 5142 | 2026-08-25T01:06:04.015Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6 |
| 5143 | 2026-08-25T01:06:04.015Z | |
| 5144 | 2026-08-25T01:06:04.015Z | Aug 25 01:06:01.643Aug 25 01:06:01.643 INFO INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 25 01:06:01.643Aug 25 01:06:01.643 |
| 5145 | 2026-08-25T01:06:04.015Z | Aug 25 01:06:01.643 INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFO |
| 5146 | 2026-08-25T01:06:04.015Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5147 | 2026-08-25T01:06:04.015Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 5148 | 2026-08-25T01:06:04.015Z | Aug 25 01:06:01.643Aug 25 01:06:01.643Aug 25 01:06:01.643adding route 172.17.0.1/32 -> 10.0.0.255 DEBG DEBG |
| 5149 | 2026-08-25T01:06:04.015Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 25 01:06:01.643DEBG |
| 5150 | 2026-08-25T01:06:04.015Z | 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 } }] 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5151 | 2026-08-25T01:06:04.015Z | Aug 25 01:06:01.643 |
| 5152 | 2026-08-25T01:06:04.015Z | Aug 25 01:06:01.643 |
| 5153 | 2026-08-25T01:06:04.015Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 5154 | 2026-08-25T01:06:04.015Z | Aug 25 01:06:01.643 Aug 25 01:06:01.643 Aug 25 01:06:01.643INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:06:01.643adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5155 | 2026-08-25T01:06:04.015Z | DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5156 | 2026-08-25T01:06:04.015Z | |
| 5157 | 2026-08-25T01:06:04.015Z | Aug 25 01:06:01.643INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO Aug 25 01:06:01.643adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5158 | 2026-08-25T01:06:04.015Z | |
| 5159 | 2026-08-25T01:06:04.015Z | |
| 5160 | 2026-08-25T01:06:04.015Z | DEBG Aug 25 01:06:01.643replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 25 01:06:01.643 |
| 5161 | 2026-08-25T01:06:04.015Z | DEBGAug 25 01:06:01.643 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 } }] |
| 5162 | 2026-08-25T01:06:04.015Z | 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 } }] |
| 5163 | 2026-08-25T01:06:04.015Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:06:01.643Aug 25 01:06:01.643 |
| 5164 | 2026-08-25T01:06:04.015Z | INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 01:06:01.643 |
| 5165 | 2026-08-25T01:06:04.015Z | 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 } }] |
| 5166 | 2026-08-25T01:06:04.015Z | INFO Aug 25 01:06:01.643adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5167 | 2026-08-25T01:06:04.015Z | INFOAug 25 01:06:01.643Aug 25 01:06:01.643 INFOAug 25 01:06:01.643DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }] |
| 5168 | 2026-08-25T01:06:04.015Z | |
| 5169 | 2026-08-25T01:06:04.015Z | adding route 172.17.0.21/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 } }] |
| 5170 | 2026-08-25T01:06:04.016Z | |
| 5171 | 2026-08-25T01:06:04.016Z | Aug 25 01:06:01.643 Aug 25 01:06:01.643DEBG 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 } }] adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5172 | 2026-08-25T01:06:04.016Z | |
| 5173 | 2026-08-25T01:06:04.016Z | Aug 25 01:06:01.643 DEBGAug 25 01:06:01.643 Aug 25 01:06:01.643Aug 25 01:06:01.643 INFOINFOreplacing 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 } }] |
| 5174 | 2026-08-25T01:06:04.016Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5175 | 2026-08-25T01:06:04.017Z | |
| 5176 | 2026-08-25T01:06:04.017Z | |
| 5177 | 2026-08-25T01:06:04.017Z | Aug 25 01:06:01.643 INFO Aug 25 01:06:01.643adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5178 | 2026-08-25T01:06:04.018Z | 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 } }] |
| 5179 | 2026-08-25T01:06:04.018Z | Aug 25 01:06:01.643Aug 25 01:06:01.643Aug 25 01:06:01.643 DEBG DEBGAug 25 01:06:01.643 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5180 | 2026-08-25T01:06:04.018Z | INFO |
| 5181 | 2026-08-25T01:06:04.018Z | adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5182 | 2026-08-25T01:06:04.018Z | |
| 5183 | 2026-08-25T01:06:04.018Z | Aug 25 01:06:01.643Aug 25 01:06:01.643 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5184 | 2026-08-25T01:06:04.018Z | |
| 5185 | 2026-08-25T01:06:04.018Z | Aug 25 01:06:01.643Aug 25 01:06:01.643 DEBGDEBG |
| 5186 | 2026-08-25T01:06:04.018Z | Aug 25 01:06:01.643Aug 25 01:06:01.643 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5187 | 2026-08-25T01:06:04.018Z | DEBG |
| 5188 | 2026-08-25T01:06:04.018Z | 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 } }]WARN |
| 5189 | 2026-08-25T01:06:04.018Z | Aug 25 01:06:01.643shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5190 | 2026-08-25T01:06:04.018Z | Aug 25 01:06:01.643 INFOINFO Aug 25 01:06:01.643 Aug 25 01:06:01.643INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255 |
| 5191 | 2026-08-25T01:06:04.018Z | |
| 5192 | 2026-08-25T01:06:04.019Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255 |
| 5193 | 2026-08-25T01:06:04.019Z | |
| 5194 | 2026-08-25T01:06:04.019Z | Aug 25 01:06:01.643Aug 25 01:06:01.643 Aug 25 01:06:01.643DEBGDEBGAug 25 01:06:01.643 Aug 25 01:06:01.615 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: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 |
| 5195 | 2026-08-25T01:06:04.019Z | |
| 5196 | 2026-08-25T01:06:04.019Z | DEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5197 | 2026-08-25T01:06:04.019Z | Aug 25 01:06:01.643created new freemapreplacing 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 } }], |
| 5198 | 2026-08-25T01:06:04.019Z | Aug 25 01:06:01.643unitINFO:Aug 25 01:06:01.643 INFOfreemap_route_ipv4 INFO |
| 5199 | 2026-08-25T01:06:04.019Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.7/32 -> 10.0.0.255 |
| 5200 | 2026-08-25T01:06:04.019Z | Aug 25 01:06:01.643 |
| 5201 | 2026-08-25T01:06:04.019Z | INFO |
| 5202 | 2026-08-25T01:06:04.019Z | Aug 25 01:06:01.643 adding route 172.17.0.25/32 -> 10.0.0.255DEBGAug 25 01:06:01.643 |
| 5203 | 2026-08-25T01:06:04.019Z | Aug 25 01:06:01.643 Aug 25 01:06:01.643created new freemapDEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , DEBG |
| 5204 | 2026-08-25T01:06:04.070Z | replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.643unit DEBG:replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }] |
| 5205 | 2026-08-25T01:06:04.070Z | |
| 5206 | 2026-08-25T01:06:04.070Z | Aug 25 01:06:01.643freemap_route_ipv6 |
| 5207 | 2026-08-25T01:06:04.070Z | |
| 5208 | 2026-08-25T01:06:04.070Z | Aug 25 01:06:01.643 Aug 25 01:06:01.643INFOINFO Aug 25 01:06:01.643 Aug 25 01:06:01.643INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.8/32 -> 10.0.0.255 initted freemap. size: 64Aug 25 01:06:01.644, unitDEBG: created new freemapfreemap_route_ipv4, |
| 5209 | 2026-08-25T01:06:04.070Z | unit: Aug 25 01:06:01.644 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4 |
| 5210 | 2026-08-25T01:06:04.070Z | Aug 25 01:06:01.660 |
| 5211 | 2026-08-25T01:06:04.070Z | INFO created new freemapadding route 172.17.0.26/32 -> 10.0.0.255DEBG, unitAug 25 01:06:01.660reset freemap |
| 5212 | 2026-08-25T01:06:04.070Z | DEBG, unitreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 5213 | 2026-08-25T01:06:04.070Z | : freemap_route_ipv4freemap_route_ipv4 |
| 5214 | 2026-08-25T01:06:04.070Z | Aug 25 01:06:01.660Aug 25 01:06:01.660 |
| 5215 | 2026-08-25T01:06:04.070Z | DEBGINFOAug 25 01:06:01.660Aug 25 01:06:01.660 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff created new freemap |
| 5216 | 2026-08-25T01:06:04.070Z | , unitDEBG: Aug 25 01:06:01.660replacing 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 } }]initted freemap. size: 64 |
| 5217 | 2026-08-25T01:06:04.071Z | , DEBG unitreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 5218 | 2026-08-25T01:06:04.071Z | Aug 25 01:06:01.660freemap_route_ipv6 INFO |
| 5219 | 2026-08-25T01:06:04.071Z | freemap_route_ipv6Aug 25 01:06:01.660Aug 25 01:06:01.660 |
| 5220 | 2026-08-25T01:06:04.071Z | adding route 172.17.0.27/32 -> 10.0.0.255INFODEBG |
| 5221 | 2026-08-25T01:06:04.071Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 25 01:06:01.660 |
| 5222 | 2026-08-25T01:06:04.071Z | Aug 25 01:06:01.660DEBGcreated new freemap reset freemap, , unitDEBGAug 25 01:06:01.660unit ::initted freemap. size: 64 , freemap_route_ipv6freemap_route_ipv6 |
| 5223 | 2026-08-25T01:06:04.071Z | unit:DEBG freemap_route_ipv4 |
| 5224 | 2026-08-25T01:06:04.071Z | |
| 5225 | 2026-08-25T01:06:04.071Z | Aug 25 01:06:01.660Aug 25 01:06:01.660replacing 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 } }] |
| 5226 | 2026-08-25T01:06:04.071Z | INFODEBG Aug 25 01:06:01.660adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:06:01.660 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 } }]DEBGAug 25 01:06:01.660 |
| 5227 | 2026-08-25T01:06:04.071Z | INFO |
| 5228 | 2026-08-25T01:06:04.071Z | reset freemapDEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff, |
| 5229 | 2026-08-25T01:06:04.071Z | unit:Aug 25 01:06:01.660 freemap_route_ipv4DEBG |
| 5230 | 2026-08-25T01:06:04.071Z | Aug 25 01:06:01.660initted 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 } }]INFOAug 25 01:06:01.660 |
| 5231 | 2026-08-25T01:06:04.071Z | DEBGunit :Aug 25 01:06:01.660 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255Aug 25 01:06:01.660 |
| 5232 | 2026-08-25T01:06:04.071Z | |
| 5233 | 2026-08-25T01:06:04.071Z | INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv4initted freemap. size: 64 |
| 5234 | 2026-08-25T01:06:04.071Z | Aug 25 01:06:01.660, unitDEBG: Aug 25 01:06:01.660replacing 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 } }] |
| 5235 | 2026-08-25T01:06:04.071Z | |
| 5236 | 2026-08-25T01:06:04.071Z | Aug 25 01:06:01.660INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5237 | 2026-08-25T01:06:04.071Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5238 | 2026-08-25T01:06:04.071Z | freemap_route_ipv6Aug 25 01:06:01.660Aug 25 01:06:01.660 |
| 5239 | 2026-08-25T01:06:04.071Z | Aug 25 01:06:01.660INFOAug 25 01:06:01.660DEBG INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5240 | 2026-08-25T01:06:04.071Z | adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5241 | 2026-08-25T01:06:04.071Z | DEBG |
| 5242 | 2026-08-25T01:06:04.071Z | Aug 25 01:06:01.660 INFOAug 25 01:06:01.660 Aug 25 01:06:01.660reset freemapadding route 3fff:beef:36::/64 -> 2001:db8::55:ff, |
| 5243 | 2026-08-25T01:06:04.075Z | Aug 25 01:06:01.660DEBG DEBG unitDEBGreset freemap , replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 25 01:06:01.660 |
| 5244 | 2026-08-25T01:06:04.075Z | 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 freemap_route_ipv4replacing 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 } }] |
| 5245 | 2026-08-25T01:06:04.075Z | |
| 5246 | 2026-08-25T01:06:04.075Z | unit |
| 5247 | 2026-08-25T01:06:04.075Z | : freemap_route_ipv6Aug 25 01:06:01.660 |
| 5248 | 2026-08-25T01:06:04.075Z | INFOAug 25 01:06:01.660 Aug 25 01:06:01.660 adding route 172.17.0.1/32 -> 10.0.0.255INFOAug 25 01:06:01.660INFO |
| 5249 | 2026-08-25T01:06:04.075Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff DEBG |
| 5250 | 2026-08-25T01:06:04.075Z | adding route 172.17.0.30/32 -> 10.0.0.255initted freemap. size: 64Aug 25 01:06:01.660 |
| 5251 | 2026-08-25T01:06:04.075Z | , Aug 25 01:06:01.660DEBGunit :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 } }] |
| 5252 | 2026-08-25T01:06:04.076Z | DEBG freemap_route_ipv6Aug 25 01:06:01.660 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 } }] |
| 5253 | 2026-08-25T01:06:04.076Z | INFOAug 25 01:06:01.660Aug 25 01:06:01.660 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5254 | 2026-08-25T01:06:04.076Z | |
| 5255 | 2026-08-25T01:06:04.076Z | 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 adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5256 | 2026-08-25T01:06:04.076Z | |
| 5257 | 2026-08-25T01:06:04.076Z | Aug 25 01:06:01.660Aug 25 01:06:01.660Aug 25 01:06:01.660Aug 25 01:06:01.660 INFODEBG INFODEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5258 | 2026-08-25T01:06:04.076Z | |
| 5259 | 2026-08-25T01:06:04.076Z | 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 } }]reset freemapAug 25 01:06:01.660 |
| 5260 | 2026-08-25T01:06:04.081Z | 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 } }]unitAug 25 01:06:01.660 |
| 5261 | 2026-08-25T01:06:04.081Z | Aug 25 01:06:01.660:Aug 25 01:06:01.660 Aug 25 01:06:01.660DEBGINFODEBG freemap_route_ipv6replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5262 | 2026-08-25T01:06:04.081Z | 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 } }] |
| 5263 | 2026-08-25T01:06:04.081Z | |
| 5264 | 2026-08-25T01:06:04.081Z | |
| 5265 | 2026-08-25T01:06:04.081Z | INFO Aug 25 01:06:01.660 adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 01:06:01.660 |
| 5266 | 2026-08-25T01:06:04.081Z | Aug 25 01:06:01.660Aug 25 01:06:01.660 INFODEBG Aug 25 01:06:01.660 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:39::/64 -> 2001:db8::55:ff |
| 5267 | 2026-08-25T01:06:04.082Z | DEBGINFO |
| 5268 | 2026-08-25T01:06:04.082Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:06:01.660adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 01:06:01.660 |
| 5269 | 2026-08-25T01:06:04.082Z | DEBGINFO adding route 172.17.0.4/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 } }] |
| 5270 | 2026-08-25T01:06:04.082Z | |
| 5271 | 2026-08-25T01:06:04.082Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5272 | 2026-08-25T01:06:04.082Z | test route::tests::identity_replace_is_noop ... ok |
| 5273 | 2026-08-25T01:06:04.082Z | Aug 25 01:06:01.660Aug 25 01:06:01.660 Aug 25 01:06:01.660 DEBGINFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5274 | 2026-08-25T01:06:04.082Z | 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.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 } }] |
| 5275 | 2026-08-25T01:06:04.082Z | |
| 5276 | 2026-08-25T01:06:04.082Z | |
| 5277 | 2026-08-25T01:06:04.082Z | Aug 25 01:06:01.660Aug 25 01:06:01.660 DEBGDEBG Aug 25 01:06:01.660replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.660Aug 25 01:06:01.660replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5278 | 2026-08-25T01:06:04.082Z | INFO INFO |
| 5279 | 2026-08-25T01:06:04.082Z | adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5280 | 2026-08-25T01:06:04.082Z | |
| 5281 | 2026-08-25T01:06:04.082Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 01:06:01.660Aug 25 01:06:01.660 Aug 25 01:06:01.660 Aug 25 01:06:01.660 |
| 5282 | 2026-08-25T01:06:04.082Z | INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 5283 | 2026-08-25T01:06:04.082Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 25 01:06:01.660replacing 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 } }] |
| 5284 | 2026-08-25T01:06:04.082Z | |
| 5285 | 2026-08-25T01:06:04.082Z | INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 5286 | 2026-08-25T01:06:04.082Z | Aug 25 01:06:01.660 |
| 5287 | 2026-08-25T01:06:04.082Z | INFO Aug 25 01:06:01.660Aug 25 01:06:01.660 adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 01:06:01.660 |
| 5288 | 2026-08-25T01:06:04.083Z | INFO DEBGDEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:06:01.660replacing 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 } }] |
| 5289 | 2026-08-25T01:06:04.083Z | |
| 5290 | 2026-08-25T01:06:04.083Z | |
| 5291 | 2026-08-25T01:06:04.083Z | INFO Aug 25 01:06:01.660adding route 172.17.0.34/32 -> 10.0.0.255Aug 25 01:06:01.660 |
| 5292 | 2026-08-25T01:06:04.083Z | Aug 25 01:06:01.660DEBGINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 5293 | 2026-08-25T01:06:04.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 } }, NextHop { asic_port_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.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.660 |
| 5294 | 2026-08-25T01:06:04.083Z | |
| 5295 | 2026-08-25T01:06:04.083Z | DEBGAug 25 01:06:01.660Aug 25 01:06:01.660 Aug 25 01:06:01.660 DEBGINFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 5296 | 2026-08-25T01:06:04.083Z | |
| 5297 | 2026-08-25T01:06:04.083Z | Aug 25 01:06:01.660 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 |
| 5298 | 2026-08-25T01:06:04.083Z | adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5299 | 2026-08-25T01:06:04.083Z | |
| 5300 | 2026-08-25T01:06:04.083Z | Aug 25 01:06:01.660 DEBG Aug 25 01:06:01.660Aug 25 01:06:01.660 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5301 | 2026-08-25T01:06:04.083Z | failed to allocate space for the new target list |
| 5302 | 2026-08-25T01:06:04.083Z | Aug 25 01:06:01.660DEBGAug 25 01:06:01.660 Aug 25 01:06:01.660replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5303 | 2026-08-25T01:06:04.083Z | DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5304 | 2026-08-25T01:06:04.141Z | |
| 5305 | 2026-08-25T01:06:04.141Z | Aug 25 01:06:01.660DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5306 | 2026-08-25T01:06:04.142Z | Aug 25 01:06:01.660adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5307 | 2026-08-25T01:06:04.142Z | INFO Aug 25 01:06:01.660adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5308 | 2026-08-25T01:06:04.142Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 25 01:06:01.660 |
| 5309 | 2026-08-25T01:06:04.142Z | DEBGAug 25 01:06:01.660 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG |
| 5310 | 2026-08-25T01:06:04.142Z | Aug 25 01:06:01.660 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 |
| 5311 | 2026-08-25T01:06:04.142Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.660 |
| 5312 | 2026-08-25T01:06:04.142Z | DEBGAug 25 01:06:01.660 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 25 01:06:01.660 |
| 5313 | 2026-08-25T01:06:04.142Z | |
| 5314 | 2026-08-25T01:06:04.142Z | |
| 5315 | 2026-08-25T01:06:04.142Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5316 | 2026-08-25T01:06:04.142Z | Aug 25 01:06:01.661Aug 25 01:06:01.677Aug 25 01:06:01.677 Aug 25 01:06:01.677DEBG DEBGDEBG created new freemapDEBG , replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }] |
| 5317 | 2026-08-25T01:06:04.142Z | unit |
| 5318 | 2026-08-25T01:06:04.142Z | : replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 5319 | 2026-08-25T01:06:04.142Z | |
| 5320 | 2026-08-25T01:06:04.142Z | Aug 25 01:06:01.677Aug 25 01:06:01.677 INFOINFOAug 25 01:06:01.677 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 01:06:01.677adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5321 | 2026-08-25T01:06:04.142Z | INFODEBG |
| 5322 | 2026-08-25T01:06:04.142Z | adding route 172.17.0.9/32 -> 10.0.0.255created new freemap |
| 5323 | 2026-08-25T01:06:04.142Z | , Aug 25 01:06:01.677unit :DEBG freemap_route_ipv6Aug 25 01:06:01.677 |
| 5324 | 2026-08-25T01:06:04.143Z | Aug 25 01:06:01.677 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 } }] |
| 5325 | 2026-08-25T01:06:04.143Z | Aug 25 01:06:01.677 DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5326 | 2026-08-25T01:06:04.143Z | Aug 25 01:06:01.677initted freemap. size: 64 , INFOunit :adding route 172.17.0.11/32 -> 10.0.0.255 Aug 25 01:06:01.677 |
| 5327 | 2026-08-25T01:06:04.143Z | freemap_route_ipv4replacing 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 } }] |
| 5328 | 2026-08-25T01:06:04.143Z | |
| 5329 | 2026-08-25T01:06:04.143Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 25 01:06:01.677Aug 25 01:06:01.677 |
| 5330 | 2026-08-25T01:06:04.143Z | 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-08-25T01:06:04.143Z | , Aug 25 01:06:01.677Aug 25 01:06:01.677 DEBGunitDEBG :failed to allocate space for the new target list |
| 5332 | 2026-08-25T01:06:04.143Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.677freemap_route_ipv4 INFO |
| 5333 | 2026-08-25T01:06:04.143Z | |
| 5334 | 2026-08-25T01:06:04.143Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 25 01:06:01.677 |
| 5335 | 2026-08-25T01:06:04.143Z | Aug 25 01:06:01.677DEBG 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 } }] |
| 5336 | 2026-08-25T01:06:04.143Z | initted freemap. size: 64Aug 25 01:06:01.677, unitINFO:Aug 25 01:06:01.677 adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv6DEBG |
| 5337 | 2026-08-25T01:06:04.143Z | |
| 5338 | 2026-08-25T01:06:04.143Z | Aug 25 01:06:01.677Aug 25 01:06:01.677 DEBGDEBG reset freemapreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5339 | 2026-08-25T01:06:04.143Z | |
| 5340 | 2026-08-25T01:06:04.143Z | , unit: freemap_route_ipv6 |
| 5341 | 2026-08-25T01:06:04.143Z | Aug 25 01:06:01.677 Aug 25 01:06:01.677INFO INFOadding route 172.17.0.12/32 -> 10.0.0.255 Aug 25 01:06:01.677adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5342 | 2026-08-25T01:06:04.143Z | |
| 5343 | 2026-08-25T01:06:04.143Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255 Aug 25 01:06:01.677 |
| 5344 | 2026-08-25T01:06:04.143Z | Aug 25 01:06:01.677INFO DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5345 | 2026-08-25T01:06:04.143Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5346 | 2026-08-25T01:06:04.143Z | |
| 5347 | 2026-08-25T01:06:04.143Z | Aug 25 01:06:01.677 Aug 25 01:06:01.677 Aug 25 01:06:01.677INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 5348 | 2026-08-25T01:06:04.143Z | adding route 172.17.0.13/32 -> 10.0.0.255DEBGAug 25 01:06:01.677 |
| 5349 | 2026-08-25T01:06:04.144Z | 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 } }] |
| 5350 | 2026-08-25T01:06:04.144Z | DEBGAug 25 01:06:01.677 DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.677 |
| 5351 | 2026-08-25T01:06:04.144Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 25 01:06:01.677DEBG |
| 5352 | 2026-08-25T01:06:04.144Z | Aug 25 01:06:01.677 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 |
| 5353 | 2026-08-25T01:06:04.144Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5354 | 2026-08-25T01:06:04.144Z | adding route 172.17.0.38/32 -> 10.0.0.255Aug 25 01:06:01.677 |
| 5355 | 2026-08-25T01:06:04.144Z | Aug 25 01:06:01.677INFO adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 5356 | 2026-08-25T01:06:04.144Z | Aug 25 01:06:01.677adding route 172.17.0.14/32 -> 10.0.0.255 Aug 25 01:06:01.677DEBG |
| 5357 | 2026-08-25T01:06:04.144Z | DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5358 | 2026-08-25T01:06:04.144Z | |
| 5359 | 2026-08-25T01:06:04.144Z | Aug 25 01:06:01.677 Aug 25 01:06:01.677DEBG 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 } }]replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.677 |
| 5360 | 2026-08-25T01:06:04.144Z | |
| 5361 | 2026-08-25T01:06:04.144Z | Aug 25 01:06:01.677 INFOINFO Aug 25 01:06:01.677adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5362 | 2026-08-25T01:06:04.144Z | Aug 25 01:06:01.677INFOadding route 172.17.0.39/32 -> 10.0.0.255 INFO |
| 5363 | 2026-08-25T01:06:04.144Z | test route::tests::same_size_non_subset_replace ... ok |
| 5364 | 2026-08-25T01:06:04.144Z | Aug 25 01:06:01.677 adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 5365 | 2026-08-25T01:06:04.144Z | Aug 25 01:06:01.677 |
| 5366 | 2026-08-25T01:06:04.144Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5367 | 2026-08-25T01:06:04.144Z | Aug 25 01:06:01.677replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:06:01.677 |
| 5368 | 2026-08-25T01:06:04.144Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 25 01:06:01.677 |
| 5369 | 2026-08-25T01:06:04.144Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5370 | 2026-08-25T01:06:04.144Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5371 | 2026-08-25T01:06:04.144Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5372 | 2026-08-25T01:06:04.144Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5373 | 2026-08-25T01:06:04.144Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5374 | 2026-08-25T01:06:04.144Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5375 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5376 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5377 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5378 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5379 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5380 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5381 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5382 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5383 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5384 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5385 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5386 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5387 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5388 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5389 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5390 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5391 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5392 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5393 | 2026-08-25T01:06:04.145Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5394 | 2026-08-25T01:06:04.148Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5395 | 2026-08-25T01:06:04.149Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5396 | 2026-08-25T01:06:04.149Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5397 | 2026-08-25T01:06:04.149Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5398 | 2026-08-25T01:06:04.149Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5399 | 2026-08-25T01:06:04.149Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5400 | 2026-08-25T01:06:04.149Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5401 | 2026-08-25T01:06:04.149Z | Aug 25 01:06:01.677DEBG INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.677adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5402 | 2026-08-25T01:06:04.149Z | Aug 25 01:06:01.696 Aug 25 01:06:01.678Aug 25 01:06:01.678INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 5403 | 2026-08-25T01:06:04.149Z | created new freemap |
| 5404 | 2026-08-25T01:06:04.169Z | , unitDEBG: freemap_route_ipv4created new freemap, unit |
| 5405 | 2026-08-25T01:06:04.169Z | : freemap_route_ipv4 |
| 5406 | 2026-08-25T01:06:04.169Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5407 | 2026-08-25T01:06:04.169Z | Aug 25 01:06:01.696Aug 25 01:06:01.696 DEBGAug 25 01:06:01.696Aug 25 01:06:01.644Aug 25 01:06:01.696 DEBG DEBGDEBG Aug 25 01:06:01.696created new freemapreplacing 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 freemap |
| 5408 | 2026-08-25T01:06:04.169Z | unit, unit::DEBG DEBG freemap_route_ipv6 freemap_route_ipv4 |
| 5409 | 2026-08-25T01:06:04.169Z | created new freemap, 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 } }] |
| 5410 | 2026-08-25T01:06:04.169Z | Aug 25 01:06:01.696unit |
| 5411 | 2026-08-25T01:06:04.169Z | Aug 25 01:06:01.696 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOAug 25 01:06:01.696:DEBG |
| 5412 | 2026-08-25T01:06:04.169Z | Aug 25 01:06:01.696 initted freemap. size: 64 freemap_route_ipv6, DEBG unit |
| 5413 | 2026-08-25T01:06:04.169Z | adding route 172.17.0.17/32 -> 10.0.0.255: |
| 5414 | 2026-08-25T01:06:04.169Z | freemap_route_ipv4INFO |
| 5415 | 2026-08-25T01:06:04.169Z | adding route 172.17.0.17/32 -> 10.0.0.255Aug 25 01:06:01.696 |
| 5416 | 2026-08-25T01:06:04.169Z | created new freemap , INFOunit :Aug 25 01:06:01.696 Aug 25 01:06:01.696freemap_route_ipv6 DEBG |
| 5417 | 2026-08-25T01:06:04.169Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5418 | 2026-08-25T01:06:04.169Z | 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 } }] |
| 5419 | 2026-08-25T01:06:04.169Z | DEBGAug 25 01:06:01.696 Aug 25 01:06:01.696replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.696 |
| 5420 | 2026-08-25T01:06:04.170Z | DEBG DEBGinitted freemap. size: 64INFOAug 25 01:06:01.696, unitDEBG: Aug 25 01:06:01.696initted freemap. size: 64adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5421 | 2026-08-25T01:06:04.170Z | Aug 25 01:06:01.696INFOfreemap_route_ipv4reset freemap adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5422 | 2026-08-25T01:06:04.170Z | , |
| 5423 | 2026-08-25T01:06:04.170Z | unitAug 25 01:06:01.696 :DEBGDEBG freemap_route_ipv4 |
| 5424 | 2026-08-25T01:06:04.170Z | 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.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 } }] |
| 5425 | 2026-08-25T01:06:04.171Z | Aug 25 01:06:01.696 |
| 5426 | 2026-08-25T01:06:04.172Z | Aug 25 01:06:01.696 , DEBGAug 25 01:06:01.696DEBG unit replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.696Aug 25 01:06:01.696 |
| 5427 | 2026-08-25T01:06:04.172Z | INFOreset freemapINFO, unit DEBG: adding route 172.17.0.19/32 -> 10.0.0.255 :Aug 25 01:06:01.696freemap_route_ipv4reset freemap |
| 5428 | 2026-08-25T01:06:04.172Z | |
| 5429 | 2026-08-25T01:06:04.172Z | , INFOfreemap_route_ipv4unit |
| 5430 | 2026-08-25T01:06:04.172Z | :adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5431 | 2026-08-25T01:06:04.172Z | Aug 25 01:06:01.696Aug 25 01:06:01.696freemap_route_ipv4adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5432 | 2026-08-25T01:06:04.172Z | Aug 25 01:06:01.696 |
| 5433 | 2026-08-25T01:06:04.172Z | DEBG Aug 25 01:06:01.696initted freemap. size: 64Aug 25 01:06:01.696 , DEBGunit: 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 } }]DEBGfreemap_route_ipv6 |
| 5434 | 2026-08-25T01:06:04.172Z | Aug 25 01:06:01.696 |
| 5435 | 2026-08-25T01:06:04.172Z | DEBGDEBG initted freemap. size: 64 Aug 25 01:06:01.696Aug 25 01:06:01.696, initted freemap. size: 64replacing 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 } }] |
| 5436 | 2026-08-25T01:06:04.172Z | DEBG DEBG , reset freemap unitINFO , adding route 172.17.0.20/32 -> 10.0.0.255unit |
| 5437 | 2026-08-25T01:06:04.172Z | :Aug 25 01:06:01.696replacing 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 } }] |
| 5438 | 2026-08-25T01:06:04.172Z | freemap_route_ipv6INFO: |
| 5439 | 2026-08-25T01:06:04.172Z | unit : Aug 25 01:06:01.696freemap_route_ipv6Aug 25 01:06:01.696 freemap_route_ipv6 adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5440 | 2026-08-25T01:06:04.172Z | INFO |
| 5441 | 2026-08-25T01:06:04.172Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5442 | 2026-08-25T01:06:04.172Z | DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.696Aug 25 01:06:01.696 Aug 25 01:06:01.696 |
| 5443 | 2026-08-25T01:06:04.172Z | DEBG |
| 5444 | 2026-08-25T01:06:04.172Z | reset freemapDEBG, unit :replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.696 Aug 25 01:06:01.696 |
| 5445 | 2026-08-25T01:06:04.172Z | Aug 25 01:06:01.696DEBG freemap_route_ipv6reset freemap , INFODEBG |
| 5446 | 2026-08-25T01:06:04.172Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 01:06:01.696 |
| 5447 | 2026-08-25T01:06:04.172Z | adding route 172.17.0.21/32 -> 10.0.0.255 unit |
| 5448 | 2026-08-25T01:06:04.172Z | : INFOINFO Aug 25 01:06:01.696adding route 172.17.0.3/32 -> 10.0.0.255 INFOfreemap_route_ipv6 |
| 5449 | 2026-08-25T01:06:04.174Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5450 | 2026-08-25T01:06:04.174Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5451 | 2026-08-25T01:06:04.174Z | |
| 5452 | 2026-08-25T01:06:04.174Z | Aug 25 01:06:01.696Aug 25 01:06:01.696Aug 25 01:06:01.696 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.696 |
| 5453 | 2026-08-25T01:06:04.174Z | INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.1 Aug 25 01:06:01.696replacing 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 } }] |
| 5454 | 2026-08-25T01:06:04.174Z | |
| 5455 | 2026-08-25T01:06:04.174Z | |
| 5456 | 2026-08-25T01:06:04.174Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 01:06:01.696 |
| 5457 | 2026-08-25T01:06:04.174Z | Aug 25 01:06:01.696Aug 25 01:06:01.696INFO Aug 25 01:06:01.696 INFOINFO Aug 25 01:06:01.696DEBG adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 01:06:01.696replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 5458 | 2026-08-25T01:06:04.174Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 5459 | 2026-08-25T01:06:04.174Z | |
| 5460 | 2026-08-25T01:06:04.174Z | 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 } }] |
| 5461 | 2026-08-25T01:06:04.174Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 01:06:01.696 |
| 5462 | 2026-08-25T01:06:04.174Z | Aug 25 01:06:01.696 |
| 5463 | 2026-08-25T01:06:04.174Z | DEBGAug 25 01:06:01.696 INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5464 | 2026-08-25T01:06:04.174Z | Aug 25 01:06:01.696 DEBGINFO Aug 25 01:06:01.696replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5465 | 2026-08-25T01:06:04.174Z | |
| 5466 | 2026-08-25T01:06:04.174Z | INFOAug 25 01:06:01.696adding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5467 | 2026-08-25T01:06:04.174Z | |
| 5468 | 2026-08-25T01:06:04.174Z | Aug 25 01:06:01.696Aug 25 01:06:01.696 Aug 25 01:06:01.696INFO DEBGINFO Aug 25 01:06:01.696 Aug 25 01:06:01.696 DEBG adding route 172.17.0.23/32 -> 10.0.0.255DEBG 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 } }] replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5469 | 2026-08-25T01:06:04.174Z | |
| 5470 | 2026-08-25T01:06:04.174Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5471 | 2026-08-25T01:06:04.174Z | |
| 5472 | 2026-08-25T01:06:04.174Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5473 | 2026-08-25T01:06:04.174Z | Aug 25 01:06:01.696 Aug 25 01:06:01.696 |
| 5474 | 2026-08-25T01:06:04.174Z | INFOINFOAug 25 01:06:01.696 Aug 25 01:06:01.696Aug 25 01:06:01.696 Aug 25 01:06:01.696adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5475 | 2026-08-25T01:06:04.175Z | DEBG |
| 5476 | 2026-08-25T01:06:04.175Z | DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG |
| 5477 | 2026-08-25T01:06:04.175Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5478 | 2026-08-25T01:06:04.175Z | Aug 25 01:06:01.696Aug 25 01:06:01.696 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 } }]DEBGAug 25 01:06:01.696 DEBG |
| 5479 | 2026-08-25T01:06:04.175Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.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 } }] |
| 5480 | 2026-08-25T01:06:04.175Z | |
| 5481 | 2026-08-25T01:06:04.175Z | Aug 25 01:06:01.696 |
| 5482 | 2026-08-25T01:06:04.175Z | 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 } }] |
| 5483 | 2026-08-25T01:06:04.175Z | Aug 25 01:06:01.696INFO Aug 25 01:06:01.696INFO Aug 25 01:06:01.696adding route 172.17.0.24/32 -> 10.0.0.255 adding route 172.17.0.5/32 -> 10.0.0.255INFOINFO |
| 5484 | 2026-08-25T01:06:04.175Z | Aug 25 01:06:01.696 |
| 5485 | 2026-08-25T01:06:04.175Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5486 | 2026-08-25T01:06:04.175Z | |
| 5487 | 2026-08-25T01:06:04.175Z | |
| 5488 | 2026-08-25T01:06:04.175Z | Aug 25 01:06:01.696Aug 25 01:06:01.696 Aug 25 01:06:01.696DEBG DEBG DEBGAug 25 01:06:01.696replacing 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.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 } }] |
| 5489 | 2026-08-25T01:06:04.175Z | |
| 5490 | 2026-08-25T01:06:04.175Z | DEBGAug 25 01:06:01.696replacing 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 } }] |
| 5491 | 2026-08-25T01:06:04.175Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG Aug 25 01:06:01.696replacing 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 } }] |
| 5492 | 2026-08-25T01:06:04.175Z | |
| 5493 | 2026-08-25T01:06:04.175Z | Aug 25 01:06:01.696INFO Aug 25 01:06:01.696 Aug 25 01:06:01.697adding route 172.17.0.6/32 -> 10.0.0.255 DEBGINFOINFO |
| 5494 | 2026-08-25T01:06:04.175Z | adding route 172.17.0.26/32 -> 10.0.0.255 adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5495 | 2026-08-25T01:06:04.175Z | replacing targets for 3fff:dead::/64 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 } }] |
| 5496 | 2026-08-25T01:06:04.175Z | |
| 5497 | 2026-08-25T01:06:04.175Z | Aug 25 01:06:01.697 DEBGAug 25 01:06:01.697Aug 25 01:06:01.661 |
| 5498 | 2026-08-25T01:06:04.175Z | 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.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 } }] |
| 5499 | 2026-08-25T01:06:04.175Z | |
| 5500 | 2026-08-25T01:06:04.175Z | Aug 25 01:06:01.697 DEBGDEBG created new freemapreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 25 01:06:01.697unit |
| 5501 | 2026-08-25T01:06:04.175Z | : INFOfreemap_route_ipv4Aug 25 01:06:01.697 |
| 5502 | 2026-08-25T01:06:04.175Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255Aug 25 01:06:01.697 |
| 5503 | 2026-08-25T01:06:04.175Z | INFO |
| 5504 | 2026-08-25T01:06:04.209Z | adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 01:06:01.697 |
| 5505 | 2026-08-25T01:06:04.209Z | Aug 25 01:06:01.697 DEBGDEBG created new freemapreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 25 01:06:01.697 |
| 5506 | 2026-08-25T01:06:04.209Z | unit :Aug 25 01:06:01.697DEBG 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 } }] |
| 5507 | 2026-08-25T01:06:04.209Z | freemap_route_ipv6Aug 25 01:06:01.697DEBG INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5508 | 2026-08-25T01:06:04.209Z | Aug 25 01:06:01.697 |
| 5509 | 2026-08-25T01:06:04.209Z | adding route 172.17.0.28/32 -> 10.0.0.255 INFO |
| 5510 | 2026-08-25T01:06:04.209Z | adding route 172.17.0.42/32 -> 10.0.0.255Aug 25 01:06:01.697 |
| 5511 | 2026-08-25T01:06:04.209Z | Aug 25 01:06:01.697DEBG INFOinitted freemap. size: 64Aug 25 01:06:01.697Aug 25 01:06:01.697 DEBGDEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 5512 | 2026-08-25T01:06:04.209Z | , replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5513 | 2026-08-25T01:06:04.209Z | |
| 5514 | 2026-08-25T01:06:04.209Z | unit:Aug 25 01:06:01.697 freemap_route_ipv4DEBG |
| 5515 | 2026-08-25T01:06:04.209Z | Aug 25 01:06:01.697replacing 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 } }] |
| 5516 | 2026-08-25T01:06:04.209Z | INFO Aug 25 01:06:01.697Aug 25 01:06:01.697adding route 172.17.0.29/32 -> 10.0.0.255Aug 25 01:06:01.697 |
| 5517 | 2026-08-25T01:06:04.210Z | DEBG created new freemapAug 25 01:06:01.697, unitDEBG: Aug 25 01:06:01.697replacing 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 } }] |
| 5518 | 2026-08-25T01:06:04.210Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255freemap_route_ipv4 |
| 5519 | 2026-08-25T01:06:04.210Z | |
| 5520 | 2026-08-25T01:06:04.210Z | Aug 25 01:06:02.342INFOAug 25 01:06:02.342 adding route 172.17.0.43/32 -> 10.0.0.255INFOAug 25 01:06:02.342Aug 25 01:06:02.342 DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 5521 | 2026-08-25T01:06:04.210Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.342 |
| 5522 | 2026-08-25T01:06:04.210Z | DEBG created new freemap |
| 5523 | 2026-08-25T01:06:04.210Z | 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 } }]Aug 25 01:06:02.342unit : |
| 5524 | 2026-08-25T01:06:04.210Z | INFO Aug 25 01:06:02.342freemap_route_ipv6 |
| 5525 | 2026-08-25T01:06:04.210Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5526 | 2026-08-25T01:06:04.210Z | DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.342 |
| 5527 | 2026-08-25T01:06:04.210Z | Aug 25 01:06:02.342Aug 25 01:06:02.342 DEBGadding route 172.17.0.2/32 -> 10.0.0.255 DEBGinitted freemap. size: 64DEBG |
| 5528 | 2026-08-25T01:06:04.210Z | , 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 } }]unitAug 25 01:06:02.342 |
| 5529 | 2026-08-25T01:06:04.210Z | : Aug 25 01:06:02.342replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 5530 | 2026-08-25T01:06:04.210Z | INFO |
| 5531 | 2026-08-25T01:06:04.210Z | DEBGAug 25 01:06:02.342adding route 172.17.0.44/32 -> 10.0.0.255 Aug 25 01:06:02.342replacing 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 } }] |
| 5532 | 2026-08-25T01:06:04.210Z | DEBG |
| 5533 | 2026-08-25T01:06:04.210Z | INFOreset freemap Aug 25 01:06:02.342Aug 25 01:06:02.342, INFO unitINFOadding route 172.17.0.27/32 -> 10.0.0.255: adding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv4 |
| 5534 | 2026-08-25T01:06:04.211Z | |
| 5535 | 2026-08-25T01:06:04.211Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 25 01:06:02.342 |
| 5536 | 2026-08-25T01:06:04.211Z | Aug 25 01:06:02.342Aug 25 01:06:02.342 |
| 5537 | 2026-08-25T01:06:04.211Z | DEBGINFOAug 25 01:06:02.342 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:06:02.342Aug 25 01:06:02.342 |
| 5538 | 2026-08-25T01:06:04.211Z | DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 5539 | 2026-08-25T01:06:04.211Z | DEBG, adding route 172.17.0.30/32 -> 10.0.0.255DEBG Aug 25 01:06:02.342replacing 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 } }] unitAug 25 01:06:02.342 |
| 5540 | 2026-08-25T01:06:04.211Z | 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 } }] |
| 5541 | 2026-08-25T01:06:04.211Z | :adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 5542 | 2026-08-25T01:06:04.211Z | |
| 5543 | 2026-08-25T01:06:04.211Z | adding route 172.17.0.4/32 -> 10.0.0.255Aug 25 01:06:02.342Aug 25 01:06:02.342 |
| 5544 | 2026-08-25T01:06:04.211Z | INFO Aug 25 01:06:02.342 DEBGfreemap_route_ipv6INFOadding route 172.17.0.11/32 -> 10.0.0.255 Aug 25 01:06:02.342replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5545 | 2026-08-25T01:06:04.211Z | |
| 5546 | 2026-08-25T01:06:04.211Z | 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 } }] |
| 5547 | 2026-08-25T01:06:04.211Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5548 | 2026-08-25T01:06:04.211Z | Aug 25 01:06:02.342Aug 25 01:06:02.342 |
| 5549 | 2026-08-25T01:06:04.211Z | Aug 25 01:06:02.342 DEBGINFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 reset freemap |
| 5550 | 2026-08-25T01:06:04.211Z | |
| 5551 | 2026-08-25T01:06:04.211Z | Aug 25 01:06:02.342Aug 25 01:06:02.343Aug 25 01:06:02.342, unit DEBGAug 25 01:06:02.343 : 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 } }] |
| 5552 | 2026-08-25T01:06:04.211Z | freemap_route_ipv6DEBGreplacing 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 |
| 5553 | 2026-08-25T01:06:04.211Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.343 |
| 5554 | 2026-08-25T01:06:04.211Z | Aug 25 01:06:02.343 |
| 5555 | 2026-08-25T01:06:04.211Z | INFODEBGAug 25 01:06:02.343 Aug 25 01:06:02.343adding route 172.17.0.46/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 } }] |
| 5556 | 2026-08-25T01:06:04.211Z | 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 } }] |
| 5557 | 2026-08-25T01:06:04.211Z | INFO |
| 5558 | 2026-08-25T01:06:04.211Z | adding route 172.16.0.0/32 -> 10.0.0.1 Aug 25 01:06:02.343adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5559 | 2026-08-25T01:06:04.211Z | DEBGAug 25 01:06:02.343Aug 25 01:06:02.343 |
| 5560 | 2026-08-25T01:06:04.211Z | Aug 25 01:06:02.343 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:06:02.343INFOAug 25 01:06:02.343 INFODEBG |
| 5561 | 2026-08-25T01:06:04.212Z | DEBGadding route 172.17.0.6/32 -> 10.0.0.255 adding route 172.17.0.12/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 } }] |
| 5562 | 2026-08-25T01:06:04.212Z | 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 } }] |
| 5563 | 2026-08-25T01:06:04.212Z | |
| 5564 | 2026-08-25T01:06:04.212Z | Aug 25 01:06:02.343 |
| 5565 | 2026-08-25T01:06:04.212Z | INFOINFOAug 25 01:06:02.343 Aug 25 01:06:02.343 INFOAug 25 01:06:02.343adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 5566 | 2026-08-25T01:06:04.212Z | INFO |
| 5567 | 2026-08-25T01:06:04.212Z | 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.16.0.0/32 -> 10.0.0.2Aug 25 01:06:02.343 |
| 5568 | 2026-08-25T01:06:04.212Z | |
| 5569 | 2026-08-25T01:06:04.212Z | adding route 172.17.0.31/32 -> 10.0.0.255Aug 25 01:06:02.343DEBG |
| 5570 | 2026-08-25T01:06:04.212Z | 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 } }] |
| 5571 | 2026-08-25T01:06:04.212Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5572 | 2026-08-25T01:06:04.212Z | DEBGAug 25 01:06:02.343 Aug 25 01:06:02.343 Aug 25 01:06:02.343 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 |
| 5573 | 2026-08-25T01:06:04.212Z | Aug 25 01:06:02.343replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.343 INFO |
| 5574 | 2026-08-25T01:06:04.212Z | INFOAug 25 01:06:02.343adding route 172.17.0.48/32 -> 10.0.0.255DEBG DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 5575 | 2026-08-25T01:06:04.212Z | Aug 25 01:06:02.343 INFO |
| 5576 | 2026-08-25T01:06:04.212Z | 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.32/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:06:02.343 |
| 5577 | 2026-08-25T01:06:04.212Z | INFO |
| 5578 | 2026-08-25T01:06:04.212Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5579 | 2026-08-25T01:06:04.212Z | Aug 25 01:06:02.343 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.343 |
| 5580 | 2026-08-25T01:06:04.212Z | Aug 25 01:06:02.343INFO Aug 25 01:06:02.509adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5581 | 2026-08-25T01:06:04.213Z | INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255 |
| 5582 | 2026-08-25T01:06:04.213Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.509 |
| 5583 | 2026-08-25T01:06:04.213Z | 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 } }]DEBGAug 25 01:06:02.509 |
| 5584 | 2026-08-25T01:06:04.213Z | reset freemapDEBG , unit:Aug 25 01:06:02.509 freemap_route_ipv4INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5585 | 2026-08-25T01:06:04.213Z | |
| 5586 | 2026-08-25T01:06:04.213Z | adding route 172.17.0.50/32 -> 10.0.0.255Aug 25 01:06:02.509 |
| 5587 | 2026-08-25T01:06:04.213Z | INFO Aug 25 01:06:02.509 INFOadding route 172.17.0.14/32 -> 10.0.0.255 |
| 5588 | 2026-08-25T01:06:04.213Z | Aug 25 01:06:02.509Aug 25 01:06:02.509 DEBGDEBG initted freemap. size: 64adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }], |
| 5589 | 2026-08-25T01:06:04.213Z | unit |
| 5590 | 2026-08-25T01:06:04.213Z | : Aug 25 01:06:02.509freemap_route_ipv6 Aug 25 01:06:02.509DEBG |
| 5591 | 2026-08-25T01:06:04.213Z | Aug 25 01:06:02.509 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 } }] |
| 5592 | 2026-08-25T01:06:04.213Z | DEBGINFO Aug 25 01:06:02.509 adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5593 | 2026-08-25T01:06:04.213Z | DEBG reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }], |
| 5594 | 2026-08-25T01:06:04.213Z | unitAug 25 01:06:02.509:Aug 25 01:06:02.509 DEBG INFO freemap_route_ipv6replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5595 | 2026-08-25T01:06:04.213Z | |
| 5596 | 2026-08-25T01:06:04.213Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5597 | 2026-08-25T01:06:04.213Z | Aug 25 01:06:02.509Aug 25 01:06:02.509 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.52/32 -> 10.0.0.255Aug 25 01:06:02.509 |
| 5598 | 2026-08-25T01:06:04.213Z | Aug 25 01:06:02.509 |
| 5599 | 2026-08-25T01:06:04.213Z | DEBGAug 25 01:06:02.509DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5600 | 2026-08-25T01:06:04.213Z | |
| 5601 | 2026-08-25T01:06:04.213Z | |
| 5602 | 2026-08-25T01:06:04.213Z | Aug 25 01:06:02.509Aug 25 01:06:02.509Aug 25 01:06:02.509 DEBGINFO INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5603 | 2026-08-25T01:06:04.213Z | adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5604 | 2026-08-25T01:06:04.230Z | |
| 5605 | 2026-08-25T01:06:04.230Z | Aug 25 01:06:02.509Aug 25 01:06:02.509 DEBGAug 25 01:06:02.509 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 } }] DEBGINFOadding route 172.17.0.7/32 -> 10.0.0.255 |
| 5606 | 2026-08-25T01:06:04.230Z | |
| 5607 | 2026-08-25T01:06:04.231Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.53/32 -> 10.0.0.255 |
| 5608 | 2026-08-25T01:06:04.231Z | |
| 5609 | 2026-08-25T01:06:04.231Z | Aug 25 01:06:02.509 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5610 | 2026-08-25T01:06:04.231Z | Aug 25 01:06:02.509 DEBGAug 25 01:06:02.509Aug 25 01:06:02.509 INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5611 | 2026-08-25T01:06:04.231Z | Aug 25 01:06:02.509 adding route 172.16.0.0/32 -> 10.0.0.3DEBG DEBG |
| 5612 | 2026-08-25T01:06:04.231Z | 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 } }] |
| 5613 | 2026-08-25T01:06:04.231Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.509 |
| 5614 | 2026-08-25T01:06:04.231Z | INFOAug 25 01:06:02.509 adding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 5615 | 2026-08-25T01:06:04.231Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 25 01:06:02.509Aug 25 01:06:02.509 |
| 5616 | 2026-08-25T01:06:04.231Z | INFOAug 25 01:06:02.509INFO adding route 172.17.0.54/32 -> 10.0.0.255 DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 5617 | 2026-08-25T01:06:04.231Z | |
| 5618 | 2026-08-25T01:06:04.231Z | 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 } }] |
| 5619 | 2026-08-25T01:06:04.231Z | Aug 25 01:06:02.509Aug 25 01:06:02.509 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 5620 | 2026-08-25T01:06:04.231Z | |
| 5621 | 2026-08-25T01:06:04.231Z | Aug 25 01:06:02.509 Aug 25 01:06:02.509Aug 25 01:06:02.509 Aug 25 01:06:02.509DEBG INFODEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.19/32 -> 10.0.0.255 |
| 5622 | 2026-08-25T01:06:04.231Z | |
| 5623 | 2026-08-25T01:06:04.231Z | INFO |
| 5624 | 2026-08-25T01:06:04.231Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 25 01:06:02.509 DEBGAug 25 01:06:02.509 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 |
| 5625 | 2026-08-25T01:06:04.233Z | replacing targets for 172.16.0.0/32 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 } }] |
| 5626 | 2026-08-25T01:06:04.233Z | |
| 5627 | 2026-08-25T01:06:04.233Z | Aug 25 01:06:02.509Aug 25 01:06:02.509 INFOAug 25 01:06:02.509INFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 5628 | 2026-08-25T01:06:04.233Z | |
| 5629 | 2026-08-25T01:06:04.233Z | 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 } }] |
| 5630 | 2026-08-25T01:06:04.233Z | Aug 25 01:06:02.509 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 } }] |
| 5631 | 2026-08-25T01:06:04.233Z | Aug 25 01:06:02.509Aug 25 01:06:02.509 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.21/32 -> 10.0.0.255 |
| 5632 | 2026-08-25T01:06:04.233Z | |
| 5633 | 2026-08-25T01:06:04.233Z | |
| 5634 | 2026-08-25T01:06:04.233Z | Aug 25 01:06:02.509Aug 25 01:06:02.509Aug 25 01:06:02.509 DEBGINFO 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 } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5635 | 2026-08-25T01:06:04.233Z | |
| 5636 | 2026-08-25T01:06:04.233Z | Aug 25 01:06:02.509 adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5637 | 2026-08-25T01:06:04.233Z | INFOAug 25 01:06:02.509Aug 25 01:06:02.509 INFO adding route 172.17.0.32/32 -> 10.0.0.255 DEBG |
| 5638 | 2026-08-25T01:06:04.233Z | adding route 172.17.0.22/32 -> 10.0.0.255 Aug 25 01:06:02.509replacing 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 } }] |
| 5639 | 2026-08-25T01:06:04.233Z | |
| 5640 | 2026-08-25T01:06:04.233Z | DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.509 |
| 5641 | 2026-08-25T01:06:04.233Z | Aug 25 01:06:02.509Aug 25 01:06:02.509DEBG INFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5642 | 2026-08-25T01:06:04.233Z | Aug 25 01:06:02.509 adding route 172.17.0.11/32 -> 10.0.0.255 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 } }] |
| 5643 | 2026-08-25T01:06:04.233Z | |
| 5644 | 2026-08-25T01:06:04.233Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5645 | 2026-08-25T01:06:04.233Z | Aug 25 01:06:02.509 Aug 25 01:06:02.509Aug 25 01:06:02.509 INFOAug 25 01:06:02.509DEBG DEBGadding route 172.17.0.33/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 } }] |
| 5646 | 2026-08-25T01:06:04.233Z | |
| 5647 | 2026-08-25T01:06:04.233Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5648 | 2026-08-25T01:06:04.233Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.509 |
| 5649 | 2026-08-25T01:06:04.233Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5650 | 2026-08-25T01:06:04.233Z | Aug 25 01:06:02.509Aug 25 01:06:02.509 INFODEBGAug 25 01:06:02.509 adding route 172.17.0.58/32 -> 10.0.0.255DEBGAug 25 01:06:02.509 |
| 5651 | 2026-08-25T01:06:04.234Z | 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.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 } }] |
| 5652 | 2026-08-25T01:06:04.234Z | |
| 5653 | 2026-08-25T01:06:04.234Z | DEBG Aug 25 01:06:02.509replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:06:02.509DEBG |
| 5654 | 2026-08-25T01:06:04.234Z | Aug 25 01:06:02.509INFO 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.255Aug 25 01:06:02.509 |
| 5655 | 2026-08-25T01:06:04.234Z | INFO |
| 5656 | 2026-08-25T01:06:04.234Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5657 | 2026-08-25T01:06:04.234Z | Aug 25 01:06:02.509Aug 25 01:06:02.509 INFODEBG |
| 5658 | 2026-08-25T01:06:04.234Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255Aug 25 01:06:02.509 |
| 5659 | 2026-08-25T01:06:04.234Z | |
| 5660 | 2026-08-25T01:06:04.234Z | Aug 25 01:06:02.509 DEBGAug 25 01:06:02.509Aug 25 01:06:02.509 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 } }]INFODEBG DEBG adding route 172.17.0.14/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 } }] |
| 5661 | 2026-08-25T01:06:04.234Z | |
| 5662 | 2026-08-25T01:06:04.234Z | 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 } }] |
| 5663 | 2026-08-25T01:06:04.234Z | |
| 5664 | 2026-08-25T01:06:04.234Z | Aug 25 01:06:02.509Aug 25 01:06:02.509 INFODEBGAug 25 01:06:02.509 replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5665 | 2026-08-25T01:06:04.234Z | |
| 5666 | 2026-08-25T01:06:04.234Z | INFOAug 25 01:06:02.509 Aug 25 01:06:02.509Aug 25 01:06:02.509 DEBGadding route 172.17.0.60/32 -> 10.0.0.255INFOINFO 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.15/32 -> 10.0.0.255 |
| 5667 | 2026-08-25T01:06:04.234Z | |
| 5668 | 2026-08-25T01:06:04.234Z | |
| 5669 | 2026-08-25T01:06:04.234Z | test route::tests::add_target_fails_full ... ok |
| 5670 | 2026-08-25T01:06:04.234Z | adding route 172.17.0.25/32 -> 10.0.0.255Aug 25 01:06:02.509Aug 25 01:06:02.509 Aug 25 01:06:02.509INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5671 | 2026-08-25T01:06:04.234Z | |
| 5672 | 2026-08-25T01:06:04.234Z | |
| 5673 | 2026-08-25T01:06:04.234Z | 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.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.509Aug 25 01:06:02.509 |
| 5674 | 2026-08-25T01:06:04.234Z | |
| 5675 | 2026-08-25T01:06:04.234Z | DEBG INFOAug 25 01:06:02.509 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 } }]DEBGAug 25 01:06:02.509adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5676 | 2026-08-25T01:06:04.234Z | INFO |
| 5677 | 2026-08-25T01:06:04.234Z | Aug 25 01:06:02.509adding route 172.17.0.61/32 -> 10.0.0.255 |
| 5678 | 2026-08-25T01:06:04.234Z | 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 } }]INFOAug 25 01:06:02.509 DEBGAug 25 01:06:02.509adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5679 | 2026-08-25T01:06:04.234Z | DEBG |
| 5680 | 2026-08-25T01:06:04.234Z | 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 } }] |
| 5681 | 2026-08-25T01:06:04.234Z | 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 } }] |
| 5682 | 2026-08-25T01:06:04.234Z | Aug 25 01:06:02.509 INFOAug 25 01:06:02.509 Aug 25 01:06:02.509adding route 172.17.0.26/32 -> 10.0.0.255INFOAug 25 01:06:02.509 DEBGINFOadding route 172.17.0.37/32 -> 10.0.0.255 Aug 25 01:06:02.509replacing 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 } }] |
| 5683 | 2026-08-25T01:06:04.234Z | INFO |
| 5684 | 2026-08-25T01:06:04.235Z | adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5685 | 2026-08-25T01:06:04.235Z | |
| 5686 | 2026-08-25T01:06:04.235Z | |
| 5687 | 2026-08-25T01:06:04.235Z | Aug 25 01:06:02.509 INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 25 01:06:02.509 |
| 5688 | 2026-08-25T01:06:04.235Z | Aug 25 01:06:02.509DEBGAug 25 01:06:02.509Aug 25 01:06:02.509 DEBGAug 25 01:06:02.509 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 } }]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 } }] |
| 5689 | 2026-08-25T01:06:04.235Z | DEBG Aug 25 01:06:02.570replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5690 | 2026-08-25T01:06:04.235Z | |
| 5691 | 2026-08-25T01:06:04.235Z | Aug 25 01:06:02.570 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 |
| 5692 | 2026-08-25T01:06:04.235Z | |
| 5693 | 2026-08-25T01:06:04.235Z | 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 } }] |
| 5694 | 2026-08-25T01:06:04.235Z | Aug 25 01:06:02.570 Aug 25 01:06:02.570INFO INFO Aug 25 01:06:02.570 adding route 172.17.0.63/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5695 | 2026-08-25T01:06:04.235Z | |
| 5696 | 2026-08-25T01:06:04.235Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 25 01:06:02.570Aug 25 01:06:02.570 DEBGDEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5697 | 2026-08-25T01:06:04.235Z | |
| 5698 | 2026-08-25T01:06:04.235Z | Aug 25 01:06:02.570Aug 25 01:06:02.570 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 |
| 5699 | 2026-08-25T01:06:04.235Z | DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:06:02.570failed to allocate space for the new target list |
| 5700 | 2026-08-25T01:06:04.235Z | |
| 5701 | 2026-08-25T01:06:04.235Z | INFO Aug 25 01:06:02.570adding route 172.17.0.18/32 -> 10.0.0.255 Aug 25 01:06:02.570 |
| 5702 | 2026-08-25T01:06:04.235Z | INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255 Aug 25 01:06:02.570adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5703 | 2026-08-25T01:06:04.235Z | 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 } }] |
| 5704 | 2026-08-25T01:06:04.265Z | 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 } }] |
| 5705 | 2026-08-25T01:06:04.265Z | |
| 5706 | 2026-08-25T01:06:04.265Z | Aug 25 01:06:02.570 DEBG Aug 25 01:06:02.570replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:06:02.570 |
| 5707 | 2026-08-25T01:06:04.265Z | Aug 25 01:06:02.570 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5708 | 2026-08-25T01:06:04.265Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 25 01:06:02.570Aug 25 01:06:02.570 |
| 5709 | 2026-08-25T01:06:04.265Z | DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 5710 | 2026-08-25T01:06:04.265Z | INFO failed to allocate space for the new target listadding route 172.17.0.38/32 -> 10.0.0.255Aug 25 01:06:02.570 |
| 5711 | 2026-08-25T01:06:04.265Z | Aug 25 01:06:02.570INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5712 | 2026-08-25T01:06:04.265Z | |
| 5713 | 2026-08-25T01:06:04.265Z | Aug 25 01:06:02.570Aug 25 01:06:02.570DEBG INFODEBG 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 } }] |
| 5714 | 2026-08-25T01:06:04.265Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570 |
| 5715 | 2026-08-25T01:06:04.265Z | adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 5716 | 2026-08-25T01:06:04.265Z | Aug 25 01:06:02.570replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570 INFOAug 25 01:06:02.570 |
| 5717 | 2026-08-25T01:06:04.265Z | adding route 172.17.0.20/32 -> 10.0.0.255INFO DEBG |
| 5718 | 2026-08-25T01:06:04.265Z | adding route 172.17.0.39/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 } }]Aug 25 01:06:02.570 |
| 5719 | 2026-08-25T01:06:04.265Z | |
| 5720 | 2026-08-25T01:06:04.265Z | Aug 25 01:06:02.570INFO DEBG adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 01:06:02.570Aug 25 01:06:02.570 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5721 | 2026-08-25T01:06:04.265Z | |
| 5722 | 2026-08-25T01:06:04.265Z | 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 } }] |
| 5723 | 2026-08-25T01:06:04.266Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5724 | 2026-08-25T01:06:04.266Z | Aug 25 01:06:02.570Aug 25 01:06:02.570 Aug 25 01:06:02.570DEBGINFO Aug 25 01:06:02.570 INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5725 | 2026-08-25T01:06:04.266Z | 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 } }] |
| 5726 | 2026-08-25T01:06:04.266Z | |
| 5727 | 2026-08-25T01:06:04.266Z | |
| 5728 | 2026-08-25T01:06:04.266Z | Aug 25 01:06:02.570Aug 25 01:06:02.570Aug 25 01:06:02.570 DEBGAug 25 01:06:02.570DEBG 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.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 } }] |
| 5729 | 2026-08-25T01:06:04.266Z | INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5730 | 2026-08-25T01:06:04.266Z | |
| 5731 | 2026-08-25T01:06:04.266Z | |
| 5732 | 2026-08-25T01:06:04.266Z | Aug 25 01:06:02.570 INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 01:06:02.570 |
| 5733 | 2026-08-25T01:06:04.268Z | Aug 25 01:06:02.570 INFO Aug 25 01:06:02.570 DEBGAug 25 01:06:02.570 DEBG DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5734 | 2026-08-25T01:06:04.268Z | adding route 172.17.0.22/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 } }] |
| 5735 | 2026-08-25T01:06:04.268Z | |
| 5736 | 2026-08-25T01:06:04.268Z | |
| 5737 | 2026-08-25T01:06:04.269Z | Aug 25 01:06:02.570Aug 25 01:06:02.570Aug 25 01:06:02.570 INFOINFOAug 25 01:06:02.570 adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5738 | 2026-08-25T01:06:04.269Z | INFODEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255Aug 25 01:06:02.570 |
| 5739 | 2026-08-25T01:06:04.269Z | |
| 5740 | 2026-08-25T01:06:04.269Z | 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 } }] |
| 5741 | 2026-08-25T01:06:04.269Z | |
| 5742 | 2026-08-25T01:06:04.269Z | Aug 25 01:06:02.570Aug 25 01:06:02.570Aug 25 01:06:02.570 Aug 25 01:06:02.570 DEBG DEBGINFO INFO adding route 172.17.0.23/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 } }]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 } }] |
| 5743 | 2026-08-25T01:06:04.269Z | |
| 5744 | 2026-08-25T01:06:04.269Z | |
| 5745 | 2026-08-25T01:06:04.269Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5746 | 2026-08-25T01:06:04.269Z | Aug 25 01:06:02.570Aug 25 01:06:02.570 Aug 25 01:06:02.570INFO Aug 25 01:06:02.570adding route 172.17.0.43/32 -> 10.0.0.255 INFO DEBG |
| 5747 | 2026-08-25T01:06:04.269Z | DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5748 | 2026-08-25T01:06:04.269Z | 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 } }] |
| 5749 | 2026-08-25T01:06:04.269Z | |
| 5750 | 2026-08-25T01:06:04.269Z | Aug 25 01:06:02.570 Aug 25 01:06:02.570DEBG Aug 25 01:06:02.570 Aug 25 01:06:02.570INFO 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 } }] adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5751 | 2026-08-25T01:06:04.269Z | DEBG |
| 5752 | 2026-08-25T01:06:04.269Z | |
| 5753 | 2026-08-25T01:06:04.269Z | 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 } }] |
| 5754 | 2026-08-25T01:06:04.269Z | Aug 25 01:06:02.570 Aug 25 01:06:02.570Aug 25 01:06:02.570INFO DEBGAug 25 01:06:02.570 INFODEBGadding route 172.17.0.44/32 -> 10.0.0.255 |
| 5755 | 2026-08-25T01:06:04.269Z | replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5756 | 2026-08-25T01:06:04.270Z | 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 } }] |
| 5757 | 2026-08-25T01:06:04.270Z | |
| 5758 | 2026-08-25T01:06:04.270Z | Aug 25 01:06:02.570Aug 25 01:06:02.570Aug 25 01:06:02.570Aug 25 01:06:02.570 DEBG INFODEBG adding route 172.17.0.25/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 } }] |
| 5759 | 2026-08-25T01:06:04.270Z | 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 } }] |
| 5760 | 2026-08-25T01:06:04.270Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5761 | 2026-08-25T01:06:04.270Z | |
| 5762 | 2026-08-25T01:06:04.270Z | Aug 25 01:06:02.570 DEBGAug 25 01:06:02.570 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570 |
| 5763 | 2026-08-25T01:06:04.270Z | test route::tests::delete_targets_fragmented ... ok |
| 5764 | 2026-08-25T01:06:04.270Z | Aug 25 01:06:02.570 INFOINFODEBG Aug 25 01:06:02.570adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5765 | 2026-08-25T01:06:04.270Z | test route::tests::delete_target_full ... ok |
| 5766 | 2026-08-25T01:06:04.270Z | |
| 5767 | 2026-08-25T01:06:04.270Z | 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 } }] |
| 5768 | 2026-08-25T01:06:04.270Z | adding route 172.17.0.26/32 -> 10.0.0.255Aug 25 01:06:02.570 |
| 5769 | 2026-08-25T01:06:04.270Z | Aug 25 01:06:02.570 DEBGDEBG Aug 25 01:06:02.570replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5770 | 2026-08-25T01:06:04.270Z | INFO |
| 5771 | 2026-08-25T01:06:04.270Z | Aug 25 01:06:02.570 DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 5772 | 2026-08-25T01:06:04.270Z | Aug 25 01:06:02.570replacing 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 } }] |
| 5773 | 2026-08-25T01:06:04.270Z | Aug 25 01:06:02.570INFO INFOAug 25 01:06:02.570adding route 172.17.0.46/32 -> 10.0.0.255 Aug 25 01:06:02.570 DEBGadding route 172.17.0.36/32 -> 10.0.0.255 |
| 5774 | 2026-08-25T01:06:04.270Z | |
| 5775 | 2026-08-25T01:06:04.270Z | 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 } }] |
| 5776 | 2026-08-25T01:06:04.270Z | Aug 25 01:06:02.570adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5777 | 2026-08-25T01:06:04.270Z | DEBGAug 25 01:06:02.570 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5778 | 2026-08-25T01:06:04.270Z | Aug 25 01:06:02.570Aug 25 01:06:02.570 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 } }]replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570INFO |
| 5779 | 2026-08-25T01:06:04.270Z | INFO |
| 5780 | 2026-08-25T01:06:04.270Z | adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255Aug 25 01:06:02.570 |
| 5781 | 2026-08-25T01:06:04.270Z | |
| 5782 | 2026-08-25T01:06:04.270Z | INFOAug 25 01:06:02.570 adding route 172.17.0.37/32 -> 10.0.0.255Aug 25 01:06:02.570Aug 25 01:06:02.570 |
| 5783 | 2026-08-25T01:06:04.270Z | DEBGDEBG INFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.28/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 } }] |
| 5784 | 2026-08-25T01:06:04.270Z | |
| 5785 | 2026-08-25T01:06:04.270Z | |
| 5786 | 2026-08-25T01:06:04.270Z | Aug 25 01:06:02.570 DEBGAug 25 01:06:02.570 Aug 25 01:06:02.570 Aug 25 01:06:02.570INFOINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 5787 | 2026-08-25T01:06:04.270Z | |
| 5788 | 2026-08-25T01:06:04.271Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5789 | 2026-08-25T01:06:04.271Z | 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 } }] |
| 5790 | 2026-08-25T01:06:04.271Z | Aug 25 01:06:02.570Aug 25 01:06:02.570 Aug 25 01:06:02.570 DEBGAug 25 01:06:02.570 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 } }]DEBG |
| 5791 | 2026-08-25T01:06:04.271Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5792 | 2026-08-25T01:06:04.271Z | adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255Aug 25 01:06:02.570 |
| 5793 | 2026-08-25T01:06:04.271Z | |
| 5794 | 2026-08-25T01:06:04.271Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 01:06:02.570 |
| 5795 | 2026-08-25T01:06:04.271Z | Aug 25 01:06:02.570 INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255 Aug 25 01:06:02.570replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570 |
| 5796 | 2026-08-25T01:06:04.271Z | |
| 5797 | 2026-08-25T01:06:04.271Z | 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 } }] |
| 5798 | 2026-08-25T01:06:04.271Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570 |
| 5799 | 2026-08-25T01:06:04.271Z | DEBGAug 25 01:06:02.570 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570 |
| 5800 | 2026-08-25T01:06:04.271Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5801 | 2026-08-25T01:06:04.271Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 25 01:06:02.570 |
| 5802 | 2026-08-25T01:06:04.271Z | INFO Aug 25 01:06:02.570Aug 25 01:06:02.570adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 01:06:02.570 |
| 5803 | 2026-08-25T01:06:04.271Z | 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 } }] INFO |
| 5804 | 2026-08-25T01:06:04.286Z | 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.39/32 -> 10.0.0.255Aug 25 01:06:02.570 |
| 5805 | 2026-08-25T01:06:04.286Z | |
| 5806 | 2026-08-25T01:06:04.286Z | DEBG Aug 25 01:06:02.570Aug 25 01:06:02.570 Aug 25 01:06:02.570INFOreplacing 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 |
| 5807 | 2026-08-25T01:06:04.286Z | |
| 5808 | 2026-08-25T01:06:04.286Z | Aug 25 01:06:02.622INFO INFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5809 | 2026-08-25T01:06:04.286Z | |
| 5810 | 2026-08-25T01:06:04.287Z | Aug 25 01:06:02.622Aug 25 01:06:02.622 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.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 } }] |
| 5811 | 2026-08-25T01:06:04.287Z | |
| 5812 | 2026-08-25T01:06:04.287Z | Aug 25 01:06:02.622 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 } }] |
| 5813 | 2026-08-25T01:06:04.287Z | Aug 25 01:06:02.622 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5814 | 2026-08-25T01:06:04.287Z | Aug 25 01:06:02.622Aug 25 01:06:02.622 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 01:06:02.622 |
| 5815 | 2026-08-25T01:06:04.287Z | adding route 172.17.0.51/32 -> 10.0.0.255 DEBG |
| 5816 | 2026-08-25T01:06:04.287Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.622 |
| 5817 | 2026-08-25T01:06:04.287Z | 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 } }] |
| 5818 | 2026-08-25T01:06:04.287Z | Aug 25 01:06:02.622 INFO adding route 172.17.0.53/32 -> 10.0.0.255Aug 25 01:06:02.622 |
| 5819 | 2026-08-25T01:06:04.287Z | Aug 25 01:06:02.622DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5820 | 2026-08-25T01:06:04.287Z | Aug 25 01:06:02.622adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5821 | 2026-08-25T01:06:04.290Z | 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 } }] |
| 5822 | 2026-08-25T01:06:04.290Z | Aug 25 01:06:02.622 INFO Aug 25 01:06:02.622adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5823 | 2026-08-25T01:06:04.290Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5824 | 2026-08-25T01:06:04.290Z | Aug 25 01:06:02.622Aug 25 01:06:02.622 DEBGDEBG Aug 25 01:06:02.622replacing 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.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 } }] |
| 5825 | 2026-08-25T01:06:04.290Z | |
| 5826 | 2026-08-25T01:06:04.290Z | 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 } }] |
| 5827 | 2026-08-25T01:06:04.290Z | Aug 25 01:06:02.622 INFOAug 25 01:06:02.622 adding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 5828 | 2026-08-25T01:06:04.290Z | Aug 25 01:06:02.622adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5829 | 2026-08-25T01:06:04.290Z | INFODEBG Aug 25 01:06:02.622adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5830 | 2026-08-25T01:06:04.290Z | 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.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 } }] |
| 5831 | 2026-08-25T01:06:04.290Z | Aug 25 01:06:02.622 |
| 5832 | 2026-08-25T01:06:04.290Z | Aug 25 01:06:02.622DEBG 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 |
| 5833 | 2026-08-25T01:06:04.290Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.622 |
| 5834 | 2026-08-25T01:06:04.290Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 25 01:06:02.622 |
| 5835 | 2026-08-25T01:06:04.290Z | Aug 25 01:06:02.622INFO Aug 25 01:06:02.622adding route 172.17.0.56/32 -> 10.0.0.255 INFOAug 25 01:06:02.622 |
| 5836 | 2026-08-25T01:06:04.290Z | adding route 172.17.0.35/32 -> 10.0.0.255INFODEBG |
| 5837 | 2026-08-25T01:06:04.290Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.622adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5838 | 2026-08-25T01:06:04.290Z | DEBG |
| 5839 | 2026-08-25T01:06:04.290Z | 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 } }] |
| 5840 | 2026-08-25T01:06:04.290Z | Aug 25 01:06:02.622 DEBGAug 25 01:06:02.622Aug 25 01:06:02.622 Aug 25 01:06:02.622 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 } }] |
| 5841 | 2026-08-25T01:06:04.291Z | adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 5842 | 2026-08-25T01:06:04.291Z | INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5843 | 2026-08-25T01:06:04.291Z | |
| 5844 | 2026-08-25T01:06:04.291Z | Aug 25 01:06:02.622 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 25 01:06:02.622Aug 25 01:06:02.622Aug 25 01:06:02.622 |
| 5845 | 2026-08-25T01:06:04.291Z | DEBG DEBG Aug 25 01:06:02.622replacing 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 } }] INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5846 | 2026-08-25T01:06:04.291Z | DEBG |
| 5847 | 2026-08-25T01:06:04.291Z | 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.41/32 -> 10.0.0.255 |
| 5848 | 2026-08-25T01:06:04.291Z | |
| 5849 | 2026-08-25T01:06:04.291Z | Aug 25 01:06:02.622 Aug 25 01:06:02.622INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255Aug 25 01:06:02.622Aug 25 01:06:02.622 |
| 5850 | 2026-08-25T01:06:04.291Z | INFOadding route 172.17.0.56/32 -> 10.0.0.255DEBG |
| 5851 | 2026-08-25T01:06:04.291Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 25 01:06:02.622replacing 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 } }] |
| 5852 | 2026-08-25T01:06:04.291Z | |
| 5853 | 2026-08-25T01:06:04.291Z | Aug 25 01:06:02.622DEBG Aug 25 01:06:02.622Aug 25 01:06:02.622replacing 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 } }]DEBG |
| 5854 | 2026-08-25T01:06:04.291Z | replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG INFO |
| 5855 | 2026-08-25T01:06:04.294Z | Aug 25 01:06:02.622replacing 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.42/32 -> 10.0.0.255 |
| 5856 | 2026-08-25T01:06:04.295Z | |
| 5857 | 2026-08-25T01:06:04.295Z | Aug 25 01:06:02.622INFO Aug 25 01:06:02.622INFO Aug 25 01:06:02.622 adding route 172.17.0.59/32 -> 10.0.0.255INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5858 | 2026-08-25T01:06:04.295Z | 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 } }] |
| 5859 | 2026-08-25T01:06:04.295Z | |
| 5860 | 2026-08-25T01:06:04.295Z | |
| 5861 | 2026-08-25T01:06:04.295Z | Aug 25 01:06:02.622 Aug 25 01:06:02.622Aug 25 01:06:02.622Aug 25 01:06:02.622 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 } }]INFO |
| 5862 | 2026-08-25T01:06:04.295Z | 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 } }] DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 5863 | 2026-08-25T01:06:04.295Z | |
| 5864 | 2026-08-25T01:06:04.295Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.622 |
| 5865 | 2026-08-25T01:06:04.295Z | Aug 25 01:06:02.622 INFO Aug 25 01:06:02.622INFOadding route 172.17.0.60/32 -> 10.0.0.255 Aug 25 01:06:02.622 DEBG |
| 5866 | 2026-08-25T01:06:04.295Z | INFOadding route 172.17.0.39/32 -> 10.0.0.255 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.58/32 -> 10.0.0.255 |
| 5867 | 2026-08-25T01:06:04.295Z | |
| 5868 | 2026-08-25T01:06:04.295Z | |
| 5869 | 2026-08-25T01:06:04.295Z | Aug 25 01:06:02.622 DEBG Aug 25 01:06:02.622replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.622 |
| 5870 | 2026-08-25T01:06:04.295Z | Aug 25 01:06:02.622DEBG DEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5871 | 2026-08-25T01:06:04.295Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5872 | 2026-08-25T01:06:04.295Z | replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.622 |
| 5873 | 2026-08-25T01:06:04.295Z | INFO adding route 172.17.0.61/32 -> 10.0.0.255Aug 25 01:06:02.622 |
| 5874 | 2026-08-25T01:06:04.295Z | Aug 25 01:06:02.622Aug 25 01:06:02.622 INFODEBG adding route 172.17.0.40/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 } }] |
| 5875 | 2026-08-25T01:06:04.296Z | INFO |
| 5876 | 2026-08-25T01:06:04.296Z | adding route 172.17.0.59/32 -> 10.0.0.255Aug 25 01:06:02.622 |
| 5877 | 2026-08-25T01:06:04.296Z | DEBG Aug 25 01:06:02.622replacing 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 } }] |
| 5878 | 2026-08-25T01:06:04.296Z | Aug 25 01:06:02.622Aug 25 01:06:02.622DEBG 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 } }]INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255Aug 25 01:06:02.622 |
| 5879 | 2026-08-25T01:06:04.296Z | 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 } }] |
| 5880 | 2026-08-25T01:06:04.296Z | |
| 5881 | 2026-08-25T01:06:04.296Z | INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5882 | 2026-08-25T01:06:04.296Z | Aug 25 01:06:02.622Aug 25 01:06:02.622Aug 25 01:06:02.622 INFOAug 25 01:06:02.622INFO DEBG DEBGadding route 172.17.0.60/32 -> 10.0.0.255 adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5883 | 2026-08-25T01:06:04.296Z | 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 } }]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 } }] |
| 5884 | 2026-08-25T01:06:04.296Z | |
| 5885 | 2026-08-25T01:06:04.296Z | |
| 5886 | 2026-08-25T01:06:04.296Z | Aug 25 01:06:02.622 DEBG Aug 25 01:06:02.622Aug 25 01:06:02.622 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 } }]DEBGAug 25 01:06:02.622 |
| 5887 | 2026-08-25T01:06:04.296Z | 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 INFO |
| 5888 | 2026-08-25T01:06:04.296Z | failed to allocate space for the new target list |
| 5889 | 2026-08-25T01:06:04.296Z | Aug 25 01:06:02.622adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5890 | 2026-08-25T01:06:04.296Z | Aug 25 01:06:02.622DEBG failed to allocate space for the new target listINFO |
| 5891 | 2026-08-25T01:06:04.296Z | Aug 25 01:06:02.622Aug 25 01:06:02.622 adding route 172.17.0.42/32 -> 10.0.0.255DEBG |
| 5892 | 2026-08-25T01:06:04.296Z | 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 } }] |
| 5893 | 2026-08-25T01:06:04.296Z | Aug 25 01:06:02.622 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 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 } }] |
| 5894 | 2026-08-25T01:06:04.296Z | Aug 25 01:06:02.622 |
| 5895 | 2026-08-25T01:06:04.296Z | DEBG Aug 25 01:06:02.622replacing 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 } }] |
| 5896 | 2026-08-25T01:06:04.296Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5897 | 2026-08-25T01:06:04.296Z | Aug 25 01:06:02.622 INFOAug 25 01:06:02.622 adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 5898 | 2026-08-25T01:06:04.296Z | 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 } }] |
| 5899 | 2026-08-25T01:06:04.296Z | Aug 25 01:06:02.622 DEBGAug 25 01:06:02.622 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5900 | 2026-08-25T01:06:04.296Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5901 | 2026-08-25T01:06:04.296Z | Aug 25 01:06:02.622 INFOAug 25 01:06:02.622 adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 5902 | 2026-08-25T01:06:04.296Z | 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 } }] |
| 5903 | 2026-08-25T01:06:04.300Z | Aug 25 01:06:02.622 Aug 25 01:06:02.622DEBG 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 } }] |
| 5904 | 2026-08-25T01:06:04.311Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5905 | 2026-08-25T01:06:04.312Z | Aug 25 01:06:02.622 Aug 25 01:06:02.622INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 5906 | 2026-08-25T01:06:04.312Z | 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 } }] |
| 5907 | 2026-08-25T01:06:04.312Z | Aug 25 01:06:02.622Aug 25 01:06:02.622 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.50/32 -> 10.0.0.255 |
| 5908 | 2026-08-25T01:06:04.312Z | |
| 5909 | 2026-08-25T01:06:04.312Z | Aug 25 01:06:02.622Aug 25 01:06:02.622 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.46/32 -> 10.0.0.255 |
| 5910 | 2026-08-25T01:06:04.312Z | |
| 5911 | 2026-08-25T01:06:04.312Z | Aug 25 01:06:02.622Aug 25 01:06:02.622 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.51/32 -> 10.0.0.255 |
| 5912 | 2026-08-25T01:06:04.312Z | |
| 5913 | 2026-08-25T01:06:04.312Z | Aug 25 01:06:02.622Aug 25 01:06:02.622 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.47/32 -> 10.0.0.255 |
| 5914 | 2026-08-25T01:06:04.312Z | |
| 5915 | 2026-08-25T01:06:04.312Z | Aug 25 01:06:02.622Aug 25 01:06:02.622 INFODEBG adding route 172.17.0.52/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 } }] |
| 5916 | 2026-08-25T01:06:04.312Z | |
| 5917 | 2026-08-25T01:06:04.312Z | Aug 25 01:06:02.622Aug 25 01:06:02.622 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.48/32 -> 10.0.0.255 |
| 5918 | 2026-08-25T01:06:04.312Z | |
| 5919 | 2026-08-25T01:06:04.312Z | Aug 25 01:06:02.622Aug 25 01:06:02.622 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.53/32 -> 10.0.0.255 |
| 5920 | 2026-08-25T01:06:04.312Z | |
| 5921 | 2026-08-25T01:06:04.312Z | Aug 25 01:06:02.622Aug 25 01:06:02.622 INFODEBG adding route 172.17.0.49/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 } }] |
| 5922 | 2026-08-25T01:06:04.312Z | |
| 5923 | 2026-08-25T01:06:04.313Z | Aug 25 01:06:02.622Aug 25 01:06:02.622 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.54/32 -> 10.0.0.255 |
| 5924 | 2026-08-25T01:06:04.313Z | Aug 25 01:06:02.724 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 } }] |
| 5925 | 2026-08-25T01:06:04.313Z | |
| 5926 | 2026-08-25T01:06:04.313Z | Aug 25 01:06:02.724 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5927 | 2026-08-25T01:06:04.313Z | Aug 25 01:06:02.724 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 } }] |
| 5928 | 2026-08-25T01:06:04.313Z | Aug 25 01:06:02.724 INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 25 01:06:02.724 |
| 5929 | 2026-08-25T01:06:04.313Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 25 01:06:02.724 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 } }] |
| 5930 | 2026-08-25T01:06:04.313Z | Aug 25 01:06:02.724 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5931 | 2026-08-25T01:06:04.313Z | |
| 5932 | 2026-08-25T01:06:04.313Z | Aug 25 01:06:02.724 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.724 |
| 5933 | 2026-08-25T01:06:04.313Z | DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.724 |
| 5934 | 2026-08-25T01:06:04.313Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5935 | 2026-08-25T01:06:04.313Z | Aug 25 01:06:02.724 INFO Aug 25 01:06:02.724adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5936 | 2026-08-25T01:06:04.313Z | 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 } }] |
| 5937 | 2026-08-25T01:06:04.313Z | Aug 25 01:06:02.724 DEBG Aug 25 01:06:02.724replacing 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 } }] |
| 5938 | 2026-08-25T01:06:04.313Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5939 | 2026-08-25T01:06:04.313Z | Aug 25 01:06:02.724 INFO Aug 25 01:06:02.724adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5940 | 2026-08-25T01:06:04.313Z | 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 } }] |
| 5941 | 2026-08-25T01:06:04.313Z | Aug 25 01:06:02.724Aug 25 01:06:02.724 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.60/32 -> 10.0.0.255 |
| 5942 | 2026-08-25T01:06:04.313Z | |
| 5943 | 2026-08-25T01:06:04.313Z | Aug 25 01:06:02.724Aug 25 01:06:02.724 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.53/32 -> 10.0.0.255 |
| 5944 | 2026-08-25T01:06:04.313Z | |
| 5945 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724Aug 25 01:06:02.724 DEBGDEBG failed to allocate space for the new target listreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5946 | 2026-08-25T01:06:04.314Z | |
| 5947 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724Aug 25 01:06:02.724 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.54/32 -> 10.0.0.255 |
| 5948 | 2026-08-25T01:06:04.314Z | |
| 5949 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724 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 } }] |
| 5950 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5951 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724 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 } }] |
| 5952 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5953 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724 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 } }] |
| 5954 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5955 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724 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 } }] |
| 5956 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5957 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724 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 } }] |
| 5958 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5959 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724 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 } }] |
| 5960 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5961 | 2026-08-25T01:06:04.314Z | Aug 25 01:06:02.724 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 } }] |
| 5962 | 2026-08-25T01:06:04.315Z | Aug 25 01:06:02.724 DEBG failed to allocate space for the new target list |
| 5963 | 2026-08-25T01:06:04.315Z | Aug 25 01:06:02.724 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 } }] |
| 5964 | 2026-08-25T01:06:04.315Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-2f9d8829011d5683) |
| 5965 | 2026-08-25T01:06:04.315Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 5966 | 2026-08-25T01:06:04.316Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-ec0eafd1bf41e957) |
| 5967 | 2026-08-25T01:06:04.316Z | test route::tests::delete_target_fragmented ... ok |
| 5968 | 2026-08-25T01:06:04.316Z | Running tests/test_all.rs (target/debug/deps/test_all-c6441cfd51e8f1de) |
| 5969 | 2026-08-25T01:06:04.316Z | test route::tests::delete_targets_full ... ok |
| 5970 | 2026-08-25T01:06:04.316Z | |
| 5971 | 2026-08-25T01:06:04.316Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.17s |
| 5972 | 2026-08-25T01:06:04.316Z | |
| 5973 | 2026-08-25T01:06:04.316Z | |
| 5974 | 2026-08-25T01:06:04.316Z | running 0 tests |
| 5975 | 2026-08-25T01:06:04.316Z | |
| 5976 | 2026-08-25T01:06:04.316Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5977 | 2026-08-25T01:06:04.316Z | |
| 5978 | 2026-08-25T01:06:04.316Z | |
| 5979 | 2026-08-25T01:06:04.316Z | running 0 tests |
| 5980 | 2026-08-25T01:06:04.316Z | |
| 5981 | 2026-08-25T01:06:04.316Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5982 | 2026-08-25T01:06:04.316Z | |
| 5983 | 2026-08-25T01:06:04.316Z | |
| 5984 | 2026-08-25T01:06:04.316Z | running 6 tests |
| 5985 | 2026-08-25T01:06:04.316Z | test tests::test_full_lot_id_neither_present ... ok |
| 5986 | 2026-08-25T01:06:04.316Z | test tests::test_parse_client_port_id ... ok |
| 5987 | 2026-08-25T01:06:04.320Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5988 | 2026-08-25T01:06:04.320Z | test tests::test_full_lot_id_lot_only ... ok |
| 5989 | 2026-08-25T01:06:04.320Z | test tests::test_full_lot_id_both_present ... ok |
| 5990 | 2026-08-25T01:06:04.320Z | test tests::test_port_id_cmp ... ok |
| 5991 | 2026-08-25T01:06:04.320Z | |
| 5992 | 2026-08-25T01:06:04.320Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5993 | 2026-08-25T01:06:04.320Z | |
| 5994 | 2026-08-25T01:06:04.320Z | |
| 5995 | 2026-08-25T01:06:04.320Z | running 0 tests |
| 5996 | 2026-08-25T01:06:04.320Z | |
| 5997 | 2026-08-25T01:06:04.320Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5998 | 2026-08-25T01:06:04.320Z | |
| 5999 | 2026-08-25T01:06:04.320Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 6000 | 2026-08-25T01:06:04.320Z | |
| 6001 | 2026-08-25T01:06:04.320Z | running 0 tests |
| 6002 | 2026-08-25T01:06:04.320Z | |
| 6003 | 2026-08-25T01:06:04.321Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6004 | 2026-08-25T01:06:04.330Z | |
| 6005 | 2026-08-25T01:06:04.330Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 6006 | 2026-08-25T01:06:04.330Z | |
| 6007 | 2026-08-25T01:06:04.330Z | running 15 tests |
| 6008 | 2026-08-25T01:06:04.330Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 6009 | 2026-08-25T01:06:04.330Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 6010 | 2026-08-25T01:06:04.331Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 6011 | 2026-08-25T01:06:04.331Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 6012 | 2026-08-25T01:06:04.331Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 6013 | 2026-08-25T01:06:04.331Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 6014 | 2026-08-25T01:06:04.331Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 6015 | 2026-08-25T01:06:04.331Z | test v1::network::tests::test_equal ... ok |
| 6016 | 2026-08-25T01:06:04.331Z | test v1::network::tests::test_eui64 ... ok |
| 6017 | 2026-08-25T01:06:04.331Z | test v1::network::tests::test_into ... ok |
| 6018 | 2026-08-25T01:06:04.331Z | test v1::network::tests::test_not_equal ... ok |
| 6019 | 2026-08-25T01:06:04.331Z | test v1::network::tests::test_to_string ... ok |
| 6020 | 2026-08-25T01:06:04.331Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 6021 | 2026-08-25T01:06:04.331Z | test v1::network::tests::test_parse ... ok |
| 6022 | 2026-08-25T01:06:04.331Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 6023 | 2026-08-25T01:06:04.331Z | |
| 6024 | 2026-08-25T01:06:04.331Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6025 | 2026-08-25T01:06:04.331Z | |
| 6026 | 2026-08-25T01:06:04.331Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 6027 | 2026-08-25T01:06:04.331Z | |
| 6028 | 2026-08-25T01:06:04.331Z | running 12 tests |
| 6029 | 2026-08-25T01:06:04.331Z | test icmp::test_v6_checksum ... ok |
| 6030 | 2026-08-25T01:06:04.331Z | test icmp::test_v4_checksum ... ok |
| 6031 | 2026-08-25T01:06:04.331Z | test lldp::test_lldp_parse ... ok |
| 6032 | 2026-08-25T01:06:04.331Z | test ipv6::test_ipv6_parse ... ok |
| 6033 | 2026-08-25T01:06:04.331Z | test pbuf::test_byte ... ok |
| 6034 | 2026-08-25T01:06:04.331Z | test pbuf::test_nibble ... ok |
| 6035 | 2026-08-25T01:06:04.331Z | test pbuf::test_short ... ok |
| 6036 | 2026-08-25T01:06:04.331Z | test pbuf::test_overflow ... ok |
| 6037 | 2026-08-25T01:06:04.331Z | test pbuf::test_twelve ... ok |
| 6038 | 2026-08-25T01:06:04.331Z | test pbuf::test_word ... ok |
| 6039 | 2026-08-25T01:06:04.331Z | test tcp::test_checksum_ack_data ... ok |
| 6040 | 2026-08-25T01:06:04.338Z | test tcp::test_checksum_syn_nodata ... ok |
| 6041 | 2026-08-25T01:06:04.338Z | |
| 6042 | 2026-08-25T01:06:04.338Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6043 | 2026-08-25T01:06:04.338Z | |
| 6044 | 2026-08-25T01:06:04.338Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6045 | 2026-08-25T01:06:04.338Z | |
| 6046 | 2026-08-25T01:06:04.338Z | running 0 tests |
| 6047 | 2026-08-25T01:06:04.338Z | |
| 6048 | 2026-08-25T01:06:04.338Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6049 | 2026-08-25T01:06:04.338Z | |
| 6050 | 2026-08-25T01:06:04.338Z | Running unittests src/main.rs (target/debug/deps/swadm-0125cc1217f213ac) |
| 6051 | 2026-08-25T01:06:04.339Z | |
| 6052 | 2026-08-25T01:06:04.339Z | running 5 tests |
| 6053 | 2026-08-25T01:06:04.339Z | test switchport::test::test_compute_lanes ... ok |
| 6054 | 2026-08-25T01:06:04.339Z | test switchport::test::port_id_ordering ... ok |
| 6055 | 2026-08-25T01:06:04.339Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 6056 | 2026-08-25T01:06:04.339Z | Rx Loss-of-lock: Yes Lane 0 Yes Yes YesLane 1 |
| 6057 | 2026-08-25T01:06:04.339Z | Rx Loss-of-signal: YesLane 2 Yes Lane 3Yes |
| 6058 | 2026-08-25T01:06:04.339Z | Yes |
| 6059 | 2026-08-25T01:06:04.339Z | Rx CDR Enabled: Yes State: Activated YesActivated YesActivated Yes |
| 6060 | 2026-08-25T01:06:04.339Z | Activated Tx Enabled: Yes |
| 6061 | 2026-08-25T01:06:04.339Z | Running tests/counters.rs (target/debug/deps/counters-11de73b18664eaeb) |
| 6062 | 2026-08-25T01:06:04.339Z | Rx Output Enabled: false Yes false Yes falseYes |
| 6063 | 2026-08-25T01:06:04.339Z | false |
| 6064 | 2026-08-25T01:06:04.339Z | Tx Loss-of-lock: No Rx Output Status: validNo validNo Novalid |
| 6065 | 2026-08-25T01:06:04.339Z | valid |
| 6066 | 2026-08-25T01:06:04.339Z | Tx Loss-of-signal: No Rx Loss-of-lock: true Notrue true trueNo |
| 6067 | 2026-08-25T01:06:04.339Z | No |
| 6068 | 2026-08-25T01:06:04.340Z | Rx Loss-of-signal: false Tx CDR Enabled: No false No false falseNo |
| 6069 | 2026-08-25T01:06:04.340Z | Rx Auto-squelch Disable: trueNo |
| 6070 | 2026-08-25T01:06:04.340Z | true Tx Adaptive EQ Fault: Notrue trueNo |
| 6071 | 2026-08-25T01:06:04.340Z | Tx Output Enabled: trueNo Notrue |
| 6072 | 2026-08-25T01:06:04.340Z | Tx Fault: Yes true trueYes |
| 6073 | 2026-08-25T01:06:04.340Z | Tx Output Status: invalid Yesinvalid Yes |
| 6074 | 2026-08-25T01:06:04.340Z | invalid invalid |
| 6075 | 2026-08-25T01:06:04.340Z | Tx Loss-of-lock: false false false false |
| 6076 | 2026-08-25T01:06:04.340Z | Tx Loss-of-signal: true true true true |
| 6077 | 2026-08-25T01:06:04.340Z | Tx Auto-squelch Disable: false false false false |
| 6078 | 2026-08-25T01:06:04.340Z | Tx Adaptive EQ Fail: true true true true |
| 6079 | 2026-08-25T01:06:04.340Z | Tx Failure: false false false false |
| 6080 | 2026-08-25T01:06:04.340Z | Tx Force Squelch: true true true true |
| 6081 | 2026-08-25T01:06:04.340Z | Tx Input Polarity: normal normal normal normal |
| 6082 | 2026-08-25T01:06:04.340Z | test switchport::test::test_print_sff_datapath ... ok |
| 6083 | 2026-08-25T01:06:04.340Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6084 | 2026-08-25T01:06:04.340Z | test link::test_filter ... ok |
| 6085 | 2026-08-25T01:06:04.340Z | |
| 6086 | 2026-08-25T01:06:04.340Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6087 | 2026-08-25T01:06:04.340Z | |
| 6088 | 2026-08-25T01:06:04.340Z | |
| 6089 | 2026-08-25T01:06:04.340Z | running 1 test |
| 6090 | 2026-08-25T01:06:04.340Z | test test_p4_counter_list ... ignored |
| 6091 | 2026-08-25T01:06:04.349Z | |
| 6092 | 2026-08-25T01:06:04.350Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6093 | 2026-08-25T01:06:04.350Z | |
| 6094 | 2026-08-25T01:06:04.350Z | Running tests/link_apply.rs (target/debug/deps/link_apply-e3737862197354f8) |
| 6095 | 2026-08-25T01:06:04.350Z | |
| 6096 | 2026-08-25T01:06:04.350Z | running 4 tests |
| 6097 | 2026-08-25T01:06:04.350Z | test apply_tx_eq_all ... ignored |
| 6098 | 2026-08-25T01:06:04.350Z | test apply_tx_eq_custom ... ignored |
| 6099 | 2026-08-25T01:06:04.350Z | test tx_eq_exclusive ... ignored |
| 6100 | 2026-08-25T01:06:04.350Z | test cmd::test::output_txeq ... ok |
| 6101 | 2026-08-25T01:06:04.350Z | |
| 6102 | 2026-08-25T01:06:04.350Z | test result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6103 | 2026-08-25T01:06:04.350Z | |
| 6104 | 2026-08-25T01:06:04.359Z | Running tests/tx_eq.rs (target/debug/deps/tx_eq-75907c96d642554f) |
| 6105 | 2026-08-25T01:06:04.360Z | |
| 6106 | 2026-08-25T01:06:04.360Z | running 3 tests |
| 6107 | 2026-08-25T01:06:04.360Z | test set_all_taps ... ignored |
| 6108 | 2026-08-25T01:06:04.360Z | test set_partial_taps ... ignored |
| 6109 | 2026-08-25T01:06:04.360Z | test cmd::test::output_txeq ... ok |
| 6110 | 2026-08-25T01:06:04.360Z | |
| 6111 | 2026-08-25T01:06:04.360Z | test result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6112 | 2026-08-25T01:06:04.360Z | |
| 6113 | 2026-08-25T01:06:04.360Z | Running unittests src/main.rs (target/debug/deps/tfportd-b387268b9be4b80e) |
| 6114 | 2026-08-25T01:06:04.360Z | |
| 6115 | 2026-08-25T01:06:04.360Z | running 3 tests |
| 6116 | 2026-08-25T01:06:04.360Z | test linklocal::test_parse_ipadm ... ok |
| 6117 | 2026-08-25T01:06:04.360Z | test tfport::test_parse_tfport ... ok |
| 6118 | 2026-08-25T01:06:04.360Z | test config::tests::test_updates ... ok |
| 6119 | 2026-08-25T01:06:04.360Z | |
| 6120 | 2026-08-25T01:06:04.360Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6121 | 2026-08-25T01:06:04.360Z | |
| 6122 | 2026-08-25T01:06:04.360Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 6123 | 2026-08-25T01:06:04.360Z | |
| 6124 | 2026-08-25T01:06:04.360Z | running 0 tests |
| 6125 | 2026-08-25T01:06:04.360Z | |
| 6126 | 2026-08-25T01:06:04.360Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6127 | 2026-08-25T01:06:04.360Z | |
| 6128 | 2026-08-25T01:06:04.360Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 6129 | 2026-08-25T01:06:04.360Z | |
| 6130 | 2026-08-25T01:06:04.360Z | running 0 tests |
| 6131 | 2026-08-25T01:06:04.360Z | |
| 6132 | 2026-08-25T01:06:04.360Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6133 | 2026-08-25T01:06:04.360Z | |
| 6134 | 2026-08-25T01:06:04.360Z | Doc-tests aal |
| 6135 | 2026-08-25T01:06:05.498Z | |
| 6136 | 2026-08-25T01:06:05.498Z | running 0 tests |
| 6137 | 2026-08-25T01:06:05.498Z | |
| 6138 | 2026-08-25T01:06:05.498Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6139 | 2026-08-25T01:06:05.498Z | |
| 6140 | 2026-08-25T01:06:05.501Z | Doc-tests aal_macros |
| 6141 | 2026-08-25T01:06:05.501Z | |
| 6142 | 2026-08-25T01:06:05.501Z | running 0 tests |
| 6143 | 2026-08-25T01:06:05.501Z | |
| 6144 | 2026-08-25T01:06:05.501Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6145 | 2026-08-25T01:06:05.501Z | |
| 6146 | 2026-08-25T01:06:05.501Z | Doc-tests common |
| 6147 | 2026-08-25T01:06:05.501Z | |
| 6148 | 2026-08-25T01:06:05.501Z | running 0 tests |
| 6149 | 2026-08-25T01:06:05.501Z | |
| 6150 | 2026-08-25T01:06:05.501Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6151 | 2026-08-25T01:06:05.501Z | |
| 6152 | 2026-08-25T01:06:05.501Z | Doc-tests dpd_api |
| 6153 | 2026-08-25T01:06:05.561Z | |
| 6154 | 2026-08-25T01:06:05.561Z | running 2 tests |
| 6155 | 2026-08-25T01:06:05.561Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 6156 | 2026-08-25T01:06:05.561Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 6157 | 2026-08-25T01:06:05.561Z | |
| 6158 | 2026-08-25T01:06:05.561Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6159 | 2026-08-25T01:06:05.561Z | |
| 6160 | 2026-08-25T01:06:05.593Z | Doc-tests dpd_client |
| 6161 | 2026-08-25T01:06:09.061Z | |
| 6162 | 2026-08-25T01:06:09.061Z | running 0 tests |
| 6163 | 2026-08-25T01:06:09.061Z | |
| 6164 | 2026-08-25T01:06:09.061Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6165 | 2026-08-25T01:06:09.061Z | |
| 6166 | 2026-08-25T01:06:09.108Z | Doc-tests dpd_types |
| 6167 | 2026-08-25T01:06:09.108Z | |
| 6168 | 2026-08-25T01:06:09.109Z | running 0 tests |
| 6169 | 2026-08-25T01:06:09.109Z | |
| 6170 | 2026-08-25T01:06:09.109Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6171 | 2026-08-25T01:06:09.109Z | |
| 6172 | 2026-08-25T01:06:09.109Z | Doc-tests dpd_types_versions |
| 6173 | 2026-08-25T01:06:09.109Z | |
| 6174 | 2026-08-25T01:06:09.109Z | running 1 test |
| 6175 | 2026-08-25T01:06:09.109Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6176 | 2026-08-25T01:06:09.109Z | |
| 6177 | 2026-08-25T01:06:09.109Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6178 | 2026-08-25T01:06:09.109Z | |
| 6179 | 2026-08-25T01:06:09.109Z | Doc-tests packet |
| 6180 | 2026-08-25T01:06:09.109Z | |
| 6181 | 2026-08-25T01:06:09.109Z | running 0 tests |
| 6182 | 2026-08-25T01:06:09.109Z | |
| 6183 | 2026-08-25T01:06:09.109Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6184 | 2026-08-25T01:06:09.109Z | |
| 6185 | 2026-08-25T01:06:09.109Z | Doc-tests pcap |
| 6186 | 2026-08-25T01:06:09.157Z | |
| 6187 | 2026-08-25T01:06:09.157Z | running 0 tests |
| 6188 | 2026-08-25T01:06:09.157Z | |
| 6189 | 2026-08-25T01:06:09.157Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6190 | 2026-08-25T01:06:09.157Z | |
| 6191 | 2026-08-25T01:06:09.173Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6192 | 2026-08-25T01:06:09.173Z | + RUST_BACKTRACE=full |
| 6193 | 2026-08-25T01:06:09.173Z | + cargo test --features softnpu --no-fail-fast |
| 6194 | 2026-08-25T01:06:09.751Z | Compiling num-integer v0.1.46 |
| 6195 | 2026-08-25T01:06:09.834Z | Compiling num-complex v0.4.6 |
| 6196 | 2026-08-25T01:06:09.872Z | Compiling bitstruct_derive v0.1.0 |
| 6197 | 2026-08-25T01:06:09.874Z | Compiling tap v1.0.1 |
| 6198 | 2026-08-25T01:06:09.992Z | Compiling wyz v0.5.1 |
| 6199 | 2026-08-25T01:06:10.128Z | Compiling num-iter v0.1.45 |
| 6200 | 2026-08-25T01:06:10.160Z | Compiling num-rational v0.4.2 |
| 6201 | 2026-08-25T01:06:10.171Z | Compiling num-bigint v0.4.6 |
| 6202 | 2026-08-25T01:06:10.251Z | Compiling radium v0.7.0 |
| 6203 | 2026-08-25T01:06:10.254Z | Compiling funty v2.0.0 |
| 6204 | 2026-08-25T01:06:10.300Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6205 | 2026-08-25T01:06:10.357Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6206 | 2026-08-25T01:06:10.480Z | Compiling num v0.4.3 |
| 6207 | 2026-08-25T01:06:10.554Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6208 | 2026-08-25T01:06:10.564Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6209 | 2026-08-25T01:06:10.576Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6210 | 2026-08-25T01:06:10.675Z | Compiling bitvec v1.0.1 |
| 6211 | 2026-08-25T01:06:10.696Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6212 | 2026-08-25T01:06:10.838Z | Compiling typeid v1.0.3 |
| 6213 | 2026-08-25T01:06:10.869Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6214 | 2026-08-25T01:06:10.951Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6215 | 2026-08-25T01:06:10.962Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6216 | 2026-08-25T01:06:10.989Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6217 | 2026-08-25T01:06:11.298Z | Compiling ascii v1.1.0 |
| 6218 | 2026-08-25T01:06:11.713Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6219 | 2026-08-25T01:06:11.770Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6220 | 2026-08-25T01:06:11.838Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6221 | 2026-08-25T01:06:11.891Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6222 | 2026-08-25T01:06:12.040Z | Compiling erased-serde v0.4.8 |
| 6223 | 2026-08-25T01:06:12.131Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6224 | 2026-08-25T01:06:12.236Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6225 | 2026-08-25T01:06:12.336Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6226 | 2026-08-25T01:06:12.530Z | Compiling bitstruct v0.1.1 |
| 6227 | 2026-08-25T01:06:12.848Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6228 | 2026-08-25T01:06:12.860Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6229 | 2026-08-25T01:06:12.923Z | Compiling serde_arrays v0.1.0 |
| 6230 | 2026-08-25T01:06:12.959Z | Compiling libloading v0.7.4 |
| 6231 | 2026-08-25T01:06:13.128Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6232 | 2026-08-25T01:06:13.752Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6233 | 2026-08-25T01:06:13.963Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6234 | 2026-08-25T01:06:13.972Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6235 | 2026-08-25T01:06:15.111Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6236 | 2026-08-25T01:06:15.970Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6237 | 2026-08-25T01:06:23.515Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6238 | 2026-08-25T01:06:23.575Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6239 | 2026-08-25T01:06:23.575Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6240 | 2026-08-25T01:06:23.575Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6241 | 2026-08-25T01:06:23.575Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6242 | 2026-08-25T01:06:24.283Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6243 | 2026-08-25T01:06:24.514Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6244 | 2026-08-25T01:06:24.770Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6245 | 2026-08-25T01:06:30.726Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6246 | 2026-08-25T01:06:30.954Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6247 | 2026-08-25T01:06:38.644Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6248 | 2026-08-25T01:06:41.076Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6249 | 2026-08-25T01:06:44.620Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6250 | 2026-08-25T01:07:24.560Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 6251 | 2026-08-25T01:07:24.680Z | Running unittests src/lib.rs (target/debug/deps/aal-fca1c72dfc47a54a) |
| 6252 | 2026-08-25T01:07:24.688Z | |
| 6253 | 2026-08-25T01:07:24.688Z | running 0 tests |
| 6254 | 2026-08-25T01:07:24.688Z | |
| 6255 | 2026-08-25T01:07:24.693Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6256 | 2026-08-25T01:07:24.693Z | |
| 6257 | 2026-08-25T01:07:24.693Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6258 | 2026-08-25T01:07:24.696Z | |
| 6259 | 2026-08-25T01:07:24.697Z | running 0 tests |
| 6260 | 2026-08-25T01:07:24.697Z | |
| 6261 | 2026-08-25T01:07:24.697Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6262 | 2026-08-25T01:07:24.697Z | |
| 6263 | 2026-08-25T01:07:24.697Z | Running unittests src/lib.rs (target/debug/deps/asic-044e9430fd7fc305) |
| 6264 | 2026-08-25T01:07:24.700Z | |
| 6265 | 2026-08-25T01:07:24.700Z | running 0 tests |
| 6266 | 2026-08-25T01:07:24.700Z | |
| 6267 | 2026-08-25T01:07:24.700Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6268 | 2026-08-25T01:07:24.700Z | |
| 6269 | 2026-08-25T01:07:24.700Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 6270 | 2026-08-25T01:07:24.721Z | |
| 6271 | 2026-08-25T01:07:24.721Z | running 4 tests |
| 6272 | 2026-08-25T01:07:24.725Z | test nat::tests::test_vni ... ok |
| 6273 | 2026-08-25T01:07:24.725Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6274 | 2026-08-25T01:07:24.728Z | test test_purge ... ok |
| 6275 | 2026-08-25T01:07:24.731Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6276 | 2026-08-25T01:07:24.732Z | |
| 6277 | 2026-08-25T01:07:24.732Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6278 | 2026-08-25T01:07:24.732Z | |
| 6279 | 2026-08-25T01:07:24.732Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 6280 | 2026-08-25T01:07:24.735Z | |
| 6281 | 2026-08-25T01:07:24.735Z | running 1 test |
| 6282 | 2026-08-25T01:07:24.739Z | ------- |
| 6283 | 2026-08-25T01:07:24.739Z | Generating OpenAPI documents from API definitions ... |
| 6284 | 2026-08-25T01:07:24.881Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6285 | 2026-08-25T01:07:24.955Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6286 | 2026-08-25T01:07:26.007Z | ------- |
| 6287 | 2026-08-25T01:07:26.007Z | Checking 13 OpenAPI documents... |
| 6288 | 2026-08-25T01:07:26.007Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6289 | 2026-08-25T01:07:26.011Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6290 | 2026-08-25T01:07:26.011Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6291 | 2026-08-25T01:07:26.011Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6292 | 2026-08-25T01:07:26.011Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6293 | 2026-08-25T01:07:26.011Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6294 | 2026-08-25T01:07:26.011Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6295 | 2026-08-25T01:07:26.011Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6296 | 2026-08-25T01:07:26.011Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6297 | 2026-08-25T01:07:26.011Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6298 | 2026-08-25T01:07:26.011Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6299 | 2026-08-25T01:07:26.011Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6300 | 2026-08-25T01:07:26.011Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6301 | 2026-08-25T01:07:26.011Z | Fresh dpd "latest" symlink |
| 6302 | 2026-08-25T01:07:26.011Z | ------- |
| 6303 | 2026-08-25T01:07:26.011Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 6304 | 2026-08-25T01:07:26.075Z | test test::test_apis_up_to_date ... ok |
| 6305 | 2026-08-25T01:07:26.075Z | |
| 6306 | 2026-08-25T01:07:26.075Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s |
| 6307 | 2026-08-25T01:07:26.075Z | |
| 6308 | 2026-08-25T01:07:26.135Z | Running unittests src/main.rs (target/debug/deps/dpd-9056bd977270705b) |
| 6309 | 2026-08-25T01:07:26.141Z | |
| 6310 | 2026-08-25T01:07:26.141Z | running 34 tests |
| 6311 | 2026-08-25T01:07:26.146Z | test freemap::test_ordering ... ok |
| 6312 | 2026-08-25T01:07:26.146Z | test config::tests::test_updates ... ok |
| 6313 | 2026-08-25T01:07:26.146Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6314 | 2026-08-25T01:07:26.146Z | test freemap::test_split ... ok |
| 6315 | 2026-08-25T01:07:26.146Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6316 | 2026-08-25T01:07:26.146Z | test macaddrs::tests::test_mac_offset ... ok |
| 6317 | 2026-08-25T01:07:26.146Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6318 | 2026-08-25T01:07:26.148Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6319 | 2026-08-25T01:07:26.148Z | Aug 25 01:07:24.677 DEBG created new freemap, unit: freemap_test |
| 6320 | 2026-08-25T01:07:26.153Z | Aug 25 01:07:24.677 DEBG initted freemap. size: 128, unit: freemap_test |
| 6321 | 2026-08-25T01:07:26.153Z | Aug 25 01:07:24.677 DEBG reset freemap, unit: freemap_test |
| 6322 | 2026-08-25T01:07:26.153Z | Aug 25 01:07:24.677 DEBG created new freemap, unit: freemap_test |
| 6323 | 2026-08-25T01:07:26.154Z | Aug 25 01:07:24.677 DEBG initted freemap. size: 128, unit: freemap_test |
| 6324 | 2026-08-25T01:07:26.154Z | Aug 25 01:07:24.677 DEBG reset freemap, unit: freemap_testAug 25 01:07:24.677 |
| 6325 | 2026-08-25T01:07:26.154Z | DEBG created new freemap, unit: freemap_test |
| 6326 | 2026-08-25T01:07:26.154Z | Aug 25 01:07:24.678 DEBG initted freemap. size: 128, unit: freemap_test |
| 6327 | 2026-08-25T01:07:26.154Z | Aug 25 01:07:24.678 DEBG reset freemap, unit: freemap_test |
| 6328 | 2026-08-25T01:07:26.154Z | Aug 25 01:07:24.677 DEBG created new freemap, unit: freemap_test |
| 6329 | 2026-08-25T01:07:26.154Z | test freemap::test_reclaim ... ok |
| 6330 | 2026-08-25T01:07:26.154Z | Aug 25 01:07:24.678 DEBG initted freemap. size: 128, unit: freemap_test |
| 6331 | 2026-08-25T01:07:26.154Z | Aug 25 01:07:24.678 DEBG reset freemap, unit: freemap_test |
| 6332 | 2026-08-25T01:07:26.154Z | test nat::test_mapping ... ok |
| 6333 | 2026-08-25T01:07:26.154Z | test freemap::test_exhaustion ... ok |
| 6334 | 2026-08-25T01:07:26.154Z | test freemap::test_basic ... ok |
| 6335 | 2026-08-25T01:07:26.154Z | test freemap::test_free ... ok |
| 6336 | 2026-08-25T01:07:26.154Z | test port_map::tests::test_backplane_group ... ok |
| 6337 | 2026-08-25T01:07:26.154Z | test port_map::tests::test_port_map ... ok |
| 6338 | 2026-08-25T01:07:26.156Z | test port_map::tests::dump_map ... ok |
| 6339 | 2026-08-25T01:07:26.156Z | Aug 25 01:07:24.678 DEBG created new freemap, unit: freemap_test |
| 6340 | 2026-08-25T01:07:26.156Z | Aug 25 01:07:24.678 DEBG initted freemap. size: 8, unit: freemap_test |
| 6341 | 2026-08-25T01:07:26.156Z | Aug 25 01:07:24.678 DEBG reset freemap, unit: freemap_test |
| 6342 | 2026-08-25T01:07:26.156Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6343 | 2026-08-25T01:07:26.156Z | Aug 25 01:07:24.679 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6344 | 2026-08-25T01:07:26.156Z | Aug 25 01:07:24.679 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6345 | 2026-08-25T01:07:26.156Z | Aug 25 01:07:24.679 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6346 | 2026-08-25T01:07:26.156Z | Aug 25 01:07:24.679 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6347 | 2026-08-25T01:07:26.156Z | Aug 25 01:07:24.679 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6348 | 2026-08-25T01:07:26.157Z | Aug 25 01:07:24.679 DEBG reset freemap, unitAug 25 01:07:24.679: DEBGfreemap_route_ipv6 |
| 6349 | 2026-08-25T01:07:26.157Z | created new freemap, unitAug 25 01:07:24.679: INFOfreemap_test adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6350 | 2026-08-25T01:07:26.157Z | |
| 6351 | 2026-08-25T01:07:26.157Z | Aug 25 01:07:24.679 DEBGAug 25 01:07:24.679 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 6352 | 2026-08-25T01:07:26.157Z | initted freemap. size: 128, unit:Aug 25 01:07:24.679 freemap_testINFO |
| 6353 | 2026-08-25T01:07:26.157Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6354 | 2026-08-25T01:07:26.157Z | Aug 25 01:07:24.679 Aug 25 01:07:24.679DEBG DEBGreset freemap , replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 6355 | 2026-08-25T01:07:26.157Z | : freemap_test |
| 6356 | 2026-08-25T01:07:26.157Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6357 | 2026-08-25T01:07:26.157Z | Aug 25 01:07:24.679 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 } }] |
| 6358 | 2026-08-25T01:07:26.157Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6359 | 2026-08-25T01:07:26.157Z | Aug 25 01:07:24.679 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 } }] |
| 6360 | 2026-08-25T01:07:26.157Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6361 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 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 } }] |
| 6362 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6363 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6364 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6365 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 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 } }] |
| 6366 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6367 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 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 } }] |
| 6368 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6369 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 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 } }] |
| 6370 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6371 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 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 } }] |
| 6372 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6373 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 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 } }] |
| 6374 | 2026-08-25T01:07:26.159Z | test api_server::tests::test_build_info ... ok |
| 6375 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6376 | 2026-08-25T01:07:26.159Z | Aug 25 01:07:24.679 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 } }] |
| 6377 | 2026-08-25T01:07:26.161Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6378 | 2026-08-25T01:07:26.161Z | Aug 25 01:07:24.679 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 } }] |
| 6379 | 2026-08-25T01:07:26.161Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6380 | 2026-08-25T01:07:26.161Z | Aug 25 01:07:24.679 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 } }] |
| 6381 | 2026-08-25T01:07:26.161Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6382 | 2026-08-25T01:07:26.161Z | Aug 25 01:07:24.679 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 } }] |
| 6383 | 2026-08-25T01:07:26.161Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6384 | 2026-08-25T01:07:26.161Z | Aug 25 01:07:24.679 DEBGAug 25 01:07:24.679 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 |
| 6385 | 2026-08-25T01:07:26.161Z | created new freemap, Aug 25 01:07:24.679unit :INFO freemap_route_ipv4adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6386 | 2026-08-25T01:07:26.161Z | |
| 6387 | 2026-08-25T01:07:26.161Z | Aug 25 01:07:24.679 DEBGAug 25 01:07:24.679 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 |
| 6388 | 2026-08-25T01:07:26.161Z | created new freemap, unit:Aug 25 01:07:24.679 freemap_route_ipv6INFO |
| 6389 | 2026-08-25T01:07:26.161Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6390 | 2026-08-25T01:07:26.161Z | Aug 25 01:07:24.679Aug 25 01:07:24.679 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 6391 | 2026-08-25T01:07:26.161Z | unit: freemap_route_ipv4 |
| 6392 | 2026-08-25T01:07:26.161Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6393 | 2026-08-25T01:07:26.161Z | Aug 25 01:07:24.679 DEBG reset freemapAug 25 01:07:24.679, unitDEBG: 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 } }]freemap_route_ipv4 |
| 6394 | 2026-08-25T01:07:26.161Z | |
| 6395 | 2026-08-25T01:07:26.161Z | Aug 25 01:07:24.679Aug 25 01:07:24.679 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 6396 | 2026-08-25T01:07:26.162Z | , unit: freemap_route_ipv6Aug 25 01:07:24.679 |
| 6397 | 2026-08-25T01:07:26.162Z | 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 } }] |
| 6398 | 2026-08-25T01:07:26.162Z | Aug 25 01:07:24.679 Aug 25 01:07:24.679DEBG INFOreset freemap , adding route 3fff:beef:13::/64 -> 2001:db8::55:ffunit |
| 6399 | 2026-08-25T01:07:26.162Z | : freemap_route_ipv6 |
| 6400 | 2026-08-25T01:07:26.162Z | Aug 25 01:07:24.679 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.679 |
| 6401 | 2026-08-25T01:07:26.162Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6402 | 2026-08-25T01:07:26.162Z | Aug 25 01:07:24.679 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 25 01:07:24.679 |
| 6403 | 2026-08-25T01:07:26.162Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:07:24.679 |
| 6404 | 2026-08-25T01:07:26.162Z | 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 } }] |
| 6405 | 2026-08-25T01:07:26.162Z | Aug 25 01:07:24.679 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 01:07:24.679 |
| 6406 | 2026-08-25T01:07:26.162Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6407 | 2026-08-25T01:07:26.162Z | Aug 25 01:07:24.679 DEBG Aug 25 01:07:24.679replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6408 | 2026-08-25T01:07:26.162Z | 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 } }] |
| 6409 | 2026-08-25T01:07:26.162Z | Aug 25 01:07:24.679 Aug 25 01:07:24.679INFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6410 | 2026-08-25T01:07:26.163Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6411 | 2026-08-25T01:07:26.163Z | Aug 25 01:07:24.679Aug 25 01:07:24.679 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: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 } }] |
| 6412 | 2026-08-25T01:07:26.163Z | |
| 6413 | 2026-08-25T01:07:26.163Z | Aug 25 01:07:24.679Aug 25 01:07:24.679 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6414 | 2026-08-25T01:07:26.163Z | |
| 6415 | 2026-08-25T01:07:26.163Z | test freemap::test_span ... ok |
| 6416 | 2026-08-25T01:07:26.163Z | Aug 25 01:07:24.679Aug 25 01:07:24.679 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6417 | 2026-08-25T01:07:26.163Z | |
| 6418 | 2026-08-25T01:07:26.163Z | Aug 25 01:07:24.679Aug 25 01:07:24.679 Aug 25 01:07:24.679INFO INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6419 | 2026-08-25T01:07:26.163Z | created new freemap |
| 6420 | 2026-08-25T01:07:26.167Z | , unit:Aug 25 01:07:24.679 Aug 25 01:07:24.679 DEBGfreemap_route_ipv4 DEBG |
| 6421 | 2026-08-25T01:07:26.167Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 6422 | 2026-08-25T01:07:26.168Z | |
| 6423 | 2026-08-25T01:07:26.168Z | Aug 25 01:07:24.679 DEBG Aug 25 01:07:24.679Aug 25 01:07:24.679 created new freemap , INFOunitINFO :adding route 3fff:beef:19::/64 -> 2001:db8::55:ff adding route 3fff:beef:3::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6424 | 2026-08-25T01:07:26.168Z | |
| 6425 | 2026-08-25T01:07:26.168Z | |
| 6426 | 2026-08-25T01:07:26.168Z | Aug 25 01:07:24.679Aug 25 01:07:24.679 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 } }]initted freemap. size: 64Aug 25 01:07:24.679, |
| 6427 | 2026-08-25T01:07:26.168Z | unitDEBG 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 } }]: |
| 6428 | 2026-08-25T01:07:26.168Z | Aug 25 01:07:24.679freemap_route_ipv4 |
| 6429 | 2026-08-25T01:07:26.168Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6430 | 2026-08-25T01:07:26.168Z | Aug 25 01:07:24.679Aug 25 01:07:24.679 Aug 25 01:07:24.679DEBG INFOreset freemap , DEBGunit adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 6431 | 2026-08-25T01:07:26.168Z | |
| 6432 | 2026-08-25T01:07:26.168Z | freemap_route_ipv4 |
| 6433 | 2026-08-25T01:07:26.168Z | Aug 25 01:07:24.679 Aug 25 01:07:24.679Aug 25 01:07:24.679INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6434 | 2026-08-25T01:07:26.168Z | initted freemap. size: 64DEBG, unit :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 } }] |
| 6435 | 2026-08-25T01:07:26.168Z | Aug 25 01:07:24.679freemap_route_ipv6 |
| 6436 | 2026-08-25T01:07:26.169Z | 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 } }] |
| 6437 | 2026-08-25T01:07:26.169Z | Aug 25 01:07:24.679Aug 25 01:07:24.679 Aug 25 01:07:24.679 DEBGINFO reset freemapadding route 3fff:beef:6::/64 -> 2001:db8::55:ff , |
| 6438 | 2026-08-25T01:07:26.169Z | INFOunit: adding route 3fff:beef:1b::/64 -> 2001:db8::55:fffreemap_route_ipv6Aug 25 01:07:24.679 |
| 6439 | 2026-08-25T01:07:26.169Z | |
| 6440 | 2026-08-25T01:07:26.169Z | DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.679 |
| 6441 | 2026-08-25T01:07:26.169Z | DEBGAug 25 01:07:24.679 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 } }]INFOAug 25 01:07:24.679 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 6442 | 2026-08-25T01:07:26.169Z | |
| 6443 | 2026-08-25T01:07:26.169Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6444 | 2026-08-25T01:07:26.169Z | Aug 25 01:07:24.679Aug 25 01:07:24.679 Aug 25 01:07:24.679DEBGDEBG 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 } }] |
| 6445 | 2026-08-25T01:07:26.169Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6446 | 2026-08-25T01:07:26.169Z | |
| 6447 | 2026-08-25T01:07:26.169Z | Aug 25 01:07:24.679 INFOAug 25 01:07:24.679Aug 25 01:07:24.679 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG |
| 6448 | 2026-08-25T01:07:26.169Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6449 | 2026-08-25T01:07:26.170Z | 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 } }] |
| 6450 | 2026-08-25T01:07:26.170Z | Aug 25 01:07:24.679Aug 25 01:07:24.679 Aug 25 01:07:24.679DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6451 | 2026-08-25T01:07:26.170Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6452 | 2026-08-25T01:07:26.170Z | Aug 25 01:07:24.679adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6453 | 2026-08-25T01:07:26.170Z | INFOAug 25 01:07:24.679 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 6454 | 2026-08-25T01:07:26.170Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6455 | 2026-08-25T01:07:26.170Z | Aug 25 01:07:24.679Aug 25 01:07:24.679Aug 25 01:07:24.679 DEBGDEBGDEBG 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 } }] |
| 6456 | 2026-08-25T01:07:26.170Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6457 | 2026-08-25T01:07:26.171Z | |
| 6458 | 2026-08-25T01:07:26.172Z | Aug 25 01:07:24.679 Aug 25 01:07:24.679INFOAug 25 01:07:24.679 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFOINFO |
| 6459 | 2026-08-25T01:07:26.172Z | adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6460 | 2026-08-25T01:07:26.172Z | |
| 6461 | 2026-08-25T01:07:26.172Z | Aug 25 01:07:24.679Aug 25 01:07:24.679 DEBGDEBGAug 25 01:07:24.679 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG |
| 6462 | 2026-08-25T01:07:26.172Z | 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 } }] |
| 6463 | 2026-08-25T01:07:26.172Z | 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 } }] |
| 6464 | 2026-08-25T01:07:26.172Z | Aug 25 01:07:24.679 INFOAug 25 01:07:24.679 Aug 25 01:07:24.679adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO |
| 6465 | 2026-08-25T01:07:26.172Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 6466 | 2026-08-25T01:07:26.172Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6467 | 2026-08-25T01:07:26.172Z | Aug 25 01:07:24.679 Aug 25 01:07:24.679DEBG DEBGAug 25 01:07:24.679replacing 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 } }] |
| 6468 | 2026-08-25T01:07:26.172Z | replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6469 | 2026-08-25T01:07:26.172Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.679 |
| 6470 | 2026-08-25T01:07:26.172Z | Aug 25 01:07:24.679 INFOINFO Aug 25 01:07:24.679adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6471 | 2026-08-25T01:07:26.172Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6472 | 2026-08-25T01:07:26.173Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6473 | 2026-08-25T01:07:26.173Z | Aug 25 01:07:24.679Aug 25 01:07:24.679 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:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.679 |
| 6474 | 2026-08-25T01:07:26.173Z | |
| 6475 | 2026-08-25T01:07:26.173Z | DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.679Aug 25 01:07:24.679 INFO |
| 6476 | 2026-08-25T01:07:26.173Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6477 | 2026-08-25T01:07:26.173Z | |
| 6478 | 2026-08-25T01:07:26.173Z | Aug 25 01:07:24.679Aug 25 01:07:24.679 DEBGAug 25 01:07:24.679DEBG 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 } }] |
| 6479 | 2026-08-25T01:07:26.173Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6480 | 2026-08-25T01:07:26.173Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6481 | 2026-08-25T01:07:26.173Z | Aug 25 01:07:24.679 INFOAug 25 01:07:24.679 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 6482 | 2026-08-25T01:07:26.173Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6483 | 2026-08-25T01:07:26.173Z | Aug 25 01:07:24.679 DEBGAug 25 01:07:24.679 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6484 | 2026-08-25T01:07:26.173Z | 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 } }] |
| 6485 | 2026-08-25T01:07:26.174Z | Aug 25 01:07:24.679 INFOAug 25 01:07:24.679 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO |
| 6486 | 2026-08-25T01:07:26.174Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6487 | 2026-08-25T01:07:26.174Z | Aug 25 01:07:24.680 DEBG Aug 25 01:07:24.680replacing 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 } }] |
| 6488 | 2026-08-25T01:07:26.174Z | 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 } }] |
| 6489 | 2026-08-25T01:07:26.174Z | Aug 25 01:07:24.680 INFO Aug 25 01:07:24.680adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6490 | 2026-08-25T01:07:26.174Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6491 | 2026-08-25T01:07:26.174Z | Aug 25 01:07:24.680 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680 |
| 6492 | 2026-08-25T01:07:26.174Z | 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-08-25T01:07:26.174Z | Aug 25 01:07:24.680 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 25 01:07:24.680 |
| 6494 | 2026-08-25T01:07:26.174Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6495 | 2026-08-25T01:07:26.174Z | Aug 25 01:07:24.680 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680 |
| 6496 | 2026-08-25T01:07:26.174Z | 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 } }] |
| 6497 | 2026-08-25T01:07:26.174Z | Aug 25 01:07:24.680 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 25 01:07:24.679 |
| 6498 | 2026-08-25T01:07:26.174Z | Aug 25 01:07:24.680DEBG INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.680adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6499 | 2026-08-25T01:07:26.175Z | |
| 6500 | 2026-08-25T01:07:26.175Z | 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 } }] |
| 6501 | 2026-08-25T01:07:26.175Z | Aug 25 01:07:24.680Aug 25 01:07:24.680Aug 25 01:07:24.680 DEBGINFOINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6502 | 2026-08-25T01:07:26.175Z | |
| 6503 | 2026-08-25T01:07:26.175Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6504 | 2026-08-25T01:07:26.175Z | Aug 25 01:07:24.680Aug 25 01:07:24.680 INFOAug 25 01:07:24.680 DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6505 | 2026-08-25T01:07:26.175Z | DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6506 | 2026-08-25T01:07:26.175Z | 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 } }] |
| 6507 | 2026-08-25T01:07:26.175Z | Aug 25 01:07:24.680Aug 25 01:07:24.680Aug 25 01:07:24.680 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6508 | 2026-08-25T01:07:26.175Z | DEBG |
| 6509 | 2026-08-25T01:07:26.175Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680Aug 25 01:07:24.680 DEBGDEBG |
| 6510 | 2026-08-25T01:07:26.175Z | 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: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 } }] |
| 6511 | 2026-08-25T01:07:26.175Z | |
| 6512 | 2026-08-25T01:07:26.175Z | Aug 25 01:07:24.680Aug 25 01:07:24.680 INFOINFO Aug 25 01:07:24.680adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6513 | 2026-08-25T01:07:26.175Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6514 | 2026-08-25T01:07:26.177Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6515 | 2026-08-25T01:07:26.177Z | Aug 25 01:07:24.680Aug 25 01:07:24.680 DEBGAug 25 01:07:24.680 DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6516 | 2026-08-25T01:07:26.177Z | 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 |
| 6517 | 2026-08-25T01:07:26.177Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680 |
| 6518 | 2026-08-25T01:07:26.177Z | Aug 25 01:07:24.680INFO INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6519 | 2026-08-25T01:07:26.177Z | |
| 6520 | 2026-08-25T01:07:26.183Z | Aug 25 01:07:24.680Aug 25 01:07:24.680 INFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 01:07:24.680Aug 25 01:07:24.680 |
| 6521 | 2026-08-25T01:07:26.183Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6522 | 2026-08-25T01:07:26.183Z | DEBGcreated new freemap 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 } }]unit |
| 6523 | 2026-08-25T01:07:26.183Z | Aug 25 01:07:24.680 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6524 | 2026-08-25T01:07:26.183Z | : Aug 25 01:07:24.680replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4Aug 25 01:07:24.680INFO |
| 6525 | 2026-08-25T01:07:26.183Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO |
| 6526 | 2026-08-25T01:07:26.183Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6527 | 2026-08-25T01:07:26.183Z | |
| 6528 | 2026-08-25T01:07:26.184Z | Aug 25 01:07:24.680 DEBG Aug 25 01:07:24.680replacing 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 } }] |
| 6529 | 2026-08-25T01:07:26.184Z | DEBGAug 25 01:07:24.680Aug 25 01:07:24.680 INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6530 | 2026-08-25T01:07:26.185Z | Aug 25 01:07:24.680 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffcreated new freemapINFO |
| 6531 | 2026-08-25T01:07:26.185Z | , adding route 3fff:beef:d::/64 -> 2001:db8::55:ffunit |
| 6532 | 2026-08-25T01:07:26.185Z | : Aug 25 01:07:24.680freemap_route_ipv6 |
| 6533 | 2026-08-25T01:07:26.185Z | INFOAug 25 01:07:24.680Aug 25 01:07:24.680 DEBGAug 25 01:07:24.680 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 6534 | 2026-08-25T01:07:26.185Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6535 | 2026-08-25T01:07:26.185Z | initted freemap. size: 64, DEBGunit Aug 25 01:07:24.680:Aug 25 01:07:24.680 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 } }] 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 } }]freemap_route_ipv4INFO |
| 6536 | 2026-08-25T01:07:26.185Z | |
| 6537 | 2026-08-25T01:07:26.186Z | |
| 6538 | 2026-08-25T01:07:26.186Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6539 | 2026-08-25T01:07:26.186Z | Aug 25 01:07:24.680 Aug 25 01:07:24.680DEBGAug 25 01:07:24.680 Aug 25 01:07:24.680INFO INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6540 | 2026-08-25T01:07:26.186Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6541 | 2026-08-25T01:07:26.186Z | reset freemapreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680, |
| 6542 | 2026-08-25T01:07:26.186Z | unitDEBG: replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680 Aug 25 01:07:24.680 |
| 6543 | 2026-08-25T01:07:26.186Z | freemap_route_ipv4 |
| 6544 | 2026-08-25T01:07:26.186Z | INFO DEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 25 01:07:24.680 |
| 6545 | 2026-08-25T01:07:26.186Z | INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.680adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 25 01:07:24.680 |
| 6546 | 2026-08-25T01:07:26.187Z | |
| 6547 | 2026-08-25T01:07:26.187Z | DEBGDEBG Aug 25 01:07:24.680 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 } }] |
| 6548 | 2026-08-25T01:07:26.187Z | DEBGinitted freemap. size: 64 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680 |
| 6549 | 2026-08-25T01:07:26.187Z | , Aug 25 01:07:24.680unit: INFOINFO Aug 25 01:07:24.680adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6550 | 2026-08-25T01:07:26.187Z | INFO |
| 6551 | 2026-08-25T01:07:26.187Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 01:07:24.680 |
| 6552 | 2026-08-25T01:07:26.187Z | DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 25 01:07:24.680replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680 |
| 6553 | 2026-08-25T01:07:26.187Z | DEBG DEBG |
| 6554 | 2026-08-25T01:07:26.187Z | 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 } }] reset freemap |
| 6555 | 2026-08-25T01:07:26.187Z | , Aug 25 01:07:24.680unit : INFO freemap_route_ipv6adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6556 | 2026-08-25T01:07:26.187Z | |
| 6557 | 2026-08-25T01:07:26.188Z | Aug 25 01:07:24.680 Aug 25 01:07:24.680 DEBGINFOAug 25 01:07:24.680Aug 25 01:07:24.680 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:1b::/64 -> 2001:db8::55:ff DEBG |
| 6558 | 2026-08-25T01:07:26.188Z | INFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6559 | 2026-08-25T01:07:26.188Z | |
| 6560 | 2026-08-25T01:07:26.188Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6561 | 2026-08-25T01:07:26.188Z | Aug 25 01:07:24.680Aug 25 01:07:24.680Aug 25 01:07:24.680Aug 25 01:07:24.680 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 6562 | 2026-08-25T01:07:26.188Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6563 | 2026-08-25T01:07:26.188Z | |
| 6564 | 2026-08-25T01:07:26.188Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6565 | 2026-08-25T01:07:26.188Z | Aug 25 01:07:24.680Aug 25 01:07:24.680 Aug 25 01:07:24.680INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6566 | 2026-08-25T01:07:26.188Z | |
| 6567 | 2026-08-25T01:07:26.188Z | |
| 6568 | 2026-08-25T01:07:26.188Z | Aug 25 01:07:24.680Aug 25 01:07:24.680 DEBGINFO Aug 25 01:07:24.680Aug 25 01:07:24.680adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6569 | 2026-08-25T01:07:26.188Z | 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 } }] 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 } }] |
| 6570 | 2026-08-25T01:07:26.188Z | DEBGAug 25 01:07:24.680 DEBG |
| 6571 | 2026-08-25T01:07:26.189Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.680replacing 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 } }] |
| 6572 | 2026-08-25T01:07:26.189Z | INFO |
| 6573 | 2026-08-25T01:07:26.189Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 25 01:07:24.680 |
| 6574 | 2026-08-25T01:07:26.189Z | INFO Aug 25 01:07:24.680adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 01:07:24.680Aug 25 01:07:24.680 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6575 | 2026-08-25T01:07:26.189Z | |
| 6576 | 2026-08-25T01:07:26.189Z | |
| 6577 | 2026-08-25T01:07:26.189Z | INFOAug 25 01:07:24.680 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGAug 25 01:07:24.680 Aug 25 01:07:24.680Aug 25 01:07:24.680 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 } }] |
| 6578 | 2026-08-25T01:07:26.189Z | INFO |
| 6579 | 2026-08-25T01:07:26.189Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6580 | 2026-08-25T01:07:26.189Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]created new freemapAug 25 01:07:24.680Aug 25 01:07:24.680 , DEBGINFOunit adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6581 | 2026-08-25T01:07:26.189Z | : |
| 6582 | 2026-08-25T01:07:26.189Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680 Aug 25 01:07:24.680 |
| 6583 | 2026-08-25T01:07:26.189Z | DEBGfreemap_route_ipv4 Aug 25 01:07:24.680replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680 |
| 6584 | 2026-08-25T01:07:26.189Z | INFO |
| 6585 | 2026-08-25T01:07:26.189Z | DEBG Aug 25 01:07:24.680INFOAug 25 01:07:24.680 DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 6586 | 2026-08-25T01:07:26.189Z | adding route 3fff:dead::/64 -> 2001:db8::55:2created new freemap |
| 6587 | 2026-08-25T01:07:26.189Z | , unitAug 25 01:07:24.680adding route 3fff:beef:16::/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 } }] |
| 6588 | 2026-08-25T01:07:26.189Z | DEBGAug 25 01:07:24.680 |
| 6589 | 2026-08-25T01:07:26.190Z | freemap_route_ipv6 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 } }] |
| 6590 | 2026-08-25T01:07:26.190Z | |
| 6591 | 2026-08-25T01:07:26.190Z | DEBGAug 25 01:07:24.680Aug 25 01:07:24.680 DEBGAug 25 01:07:24.680 Aug 25 01:07:24.680 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 } }]initted freemap. size: 64INFOreplacing 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 } }] |
| 6592 | 2026-08-25T01:07:26.190Z | |
| 6593 | 2026-08-25T01:07:26.190Z | , adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6594 | 2026-08-25T01:07:26.190Z | INFOunit: Aug 25 01:07:24.680freemap_route_ipv4Aug 25 01:07:24.680 INFOINFO |
| 6595 | 2026-08-25T01:07:26.190Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6596 | 2026-08-25T01:07:26.190Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6597 | 2026-08-25T01:07:26.190Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 25 01:07:24.680 |
| 6598 | 2026-08-25T01:07:26.190Z | DEBGAug 25 01:07:24.680 reset freemapAug 25 01:07:24.680DEBG Aug 25 01:07:24.680, 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 } }] |
| 6599 | 2026-08-25T01:07:26.190Z | DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit |
| 6600 | 2026-08-25T01:07:26.190Z | 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 } }]: |
| 6601 | 2026-08-25T01:07:26.190Z | Aug 25 01:07:24.680 freemap_route_ipv4INFOAug 25 01:07:24.680 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6602 | 2026-08-25T01:07:26.191Z | INFO Aug 25 01:07:24.680 |
| 6603 | 2026-08-25T01:07:26.191Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 25 01:07:24.680INFO |
| 6604 | 2026-08-25T01:07:26.191Z | DEBGAug 25 01:07:24.680 initted freemap. size: 64DEBG, unitreplacing 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 } }]: |
| 6605 | 2026-08-25T01:07:26.191Z | freemap_route_ipv6adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 25 01:07:24.680 |
| 6606 | 2026-08-25T01:07:26.191Z | Aug 25 01:07:24.680 |
| 6607 | 2026-08-25T01:07:26.191Z | Aug 25 01:07:24.680INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6608 | 2026-08-25T01:07:26.191Z | DEBG DEBGAug 25 01:07:24.680replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.680 |
| 6609 | 2026-08-25T01:07:26.191Z | 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 } }] DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6610 | 2026-08-25T01:07:26.191Z | |
| 6611 | 2026-08-25T01:07:26.191Z | reset freemapAug 25 01:07:24.680, unitAug 25 01:07:24.680INFO: Aug 25 01:07:24.680 freemap_route_ipv6 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO |
| 6612 | 2026-08-25T01:07:26.191Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6613 | 2026-08-25T01:07:26.191Z | |
| 6614 | 2026-08-25T01:07:26.191Z | INFOAug 25 01:07:24.680 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6615 | 2026-08-25T01:07:26.191Z | DEBGAug 25 01:07:24.680 Aug 25 01:07:24.680replacing 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 INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6616 | 2026-08-25T01:07:26.191Z | |
| 6617 | 2026-08-25T01:07:26.191Z | Aug 25 01:07:24.680 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 6618 | 2026-08-25T01:07:26.192Z | Aug 25 01:07:24.680Aug 25 01:07:24.680 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 25 01:07:24.680 |
| 6619 | 2026-08-25T01:07:26.192Z | INFO DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.680 |
| 6620 | 2026-08-25T01:07:26.197Z | DEBGadding route 3fff:beef:3::/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 } }] |
| 6621 | 2026-08-25T01:07:26.197Z | 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 } }] |
| 6622 | 2026-08-25T01:07:26.197Z | |
| 6623 | 2026-08-25T01:07:26.197Z | Aug 25 01:07:24.680Aug 25 01:07:24.680Aug 25 01:07:24.680 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 } }] Aug 25 01:07:24.680adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 6624 | 2026-08-25T01:07:26.197Z | |
| 6625 | 2026-08-25T01:07:26.197Z | Aug 25 01:07:24.680Aug 25 01:07:24.680INFO DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff INFOadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 6626 | 2026-08-25T01:07:26.197Z | |
| 6627 | 2026-08-25T01:07:26.197Z | |
| 6628 | 2026-08-25T01:07:26.197Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6629 | 2026-08-25T01:07:26.197Z | Aug 25 01:07:24.680 Aug 25 01:07:24.680INFOAug 25 01:07:24.680 Aug 25 01:07:24.680adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6630 | 2026-08-25T01:07:26.197Z | 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 } }]Aug 25 01:07:24.680DEBG DEBG |
| 6631 | 2026-08-25T01:07:26.197Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6632 | 2026-08-25T01:07:26.197Z | |
| 6633 | 2026-08-25T01:07:26.197Z | |
| 6634 | 2026-08-25T01:07:26.197Z | Aug 25 01:07:24.680 Aug 25 01:07:24.680INFO Aug 25 01:07:24.680 Aug 25 01:07:24.680adding route 3fff:dead::/64 -> 2001:db8::55:3INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6635 | 2026-08-25T01:07:26.198Z | |
| 6636 | 2026-08-25T01:07:26.198Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 01:07:24.680 |
| 6637 | 2026-08-25T01:07:26.198Z | Aug 25 01:07:24.680DEBGAug 25 01:07:24.680 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 } }] |
| 6638 | 2026-08-25T01:07:26.198Z | |
| 6639 | 2026-08-25T01:07:26.198Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6640 | 2026-08-25T01:07:26.198Z | DEBGAug 25 01:07:24.681 INFOAug 25 01:07:24.681 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681 |
| 6641 | 2026-08-25T01:07:26.198Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 6642 | 2026-08-25T01:07:26.198Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG |
| 6643 | 2026-08-25T01:07:26.198Z | Aug 25 01:07:24.681Aug 25 01:07:24.681 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 } }] INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6644 | 2026-08-25T01:07:26.198Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6645 | 2026-08-25T01:07:26.198Z | |
| 6646 | 2026-08-25T01:07:26.198Z | Aug 25 01:07:24.681 Aug 25 01:07:24.681DEBG Aug 25 01:07:24.681INFOAug 25 01:07:24.681 DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6647 | 2026-08-25T01:07:26.198Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6648 | 2026-08-25T01:07:26.198Z | |
| 6649 | 2026-08-25T01:07:26.198Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 25 01:07:24.681Aug 25 01:07:24.681 |
| 6650 | 2026-08-25T01:07:26.198Z | Aug 25 01:07:24.681 INFODEBGDEBG 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 } }] |
| 6651 | 2026-08-25T01:07:26.198Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:7::/64 -> 2001:db8::55:ff |
| 6652 | 2026-08-25T01:07:26.198Z | |
| 6653 | 2026-08-25T01:07:26.199Z | Aug 25 01:07:24.681Aug 25 01:07:24.681 INFODEBGAug 25 01:07:24.681 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6654 | 2026-08-25T01:07:26.199Z | |
| 6655 | 2026-08-25T01:07:26.199Z | 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 } }] |
| 6656 | 2026-08-25T01:07:26.199Z | Aug 25 01:07:24.681 Aug 25 01:07:24.681DEBGAug 25 01:07:24.681 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 } }] |
| 6657 | 2026-08-25T01:07:26.199Z | INFO INFO Aug 25 01:07:24.681adding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6658 | 2026-08-25T01:07:26.199Z | INFO |
| 6659 | 2026-08-25T01:07:26.199Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6660 | 2026-08-25T01:07:26.199Z | Aug 25 01:07:24.681 DEBGAug 25 01:07:24.681Aug 25 01:07:24.681 DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6661 | 2026-08-25T01:07:26.199Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6662 | 2026-08-25T01:07:26.199Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681 |
| 6663 | 2026-08-25T01:07:26.199Z | INFO Aug 25 01:07:24.681adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6664 | 2026-08-25T01:07:26.199Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6665 | 2026-08-25T01:07:26.199Z | Aug 25 01:07:24.681Aug 25 01:07:24.681 DEBGINFO Aug 25 01:07:24.681 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 6666 | 2026-08-25T01:07:26.199Z | 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 } }] |
| 6667 | 2026-08-25T01:07:26.199Z | |
| 6668 | 2026-08-25T01:07:26.199Z | Aug 25 01:07:24.681Aug 25 01:07:24.681 INFOAug 25 01:07:24.681 INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6669 | 2026-08-25T01:07:26.199Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 6670 | 2026-08-25T01:07:26.199Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681 |
| 6671 | 2026-08-25T01:07:26.200Z | 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 } }]Aug 25 01:07:24.681 |
| 6672 | 2026-08-25T01:07:26.200Z | DEBG Aug 25 01:07:24.681replacing 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 } }] |
| 6673 | 2026-08-25T01:07:26.200Z | Aug 25 01:07:24.681INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 6674 | 2026-08-25T01:07:26.200Z | Aug 25 01:07:24.681 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 6675 | 2026-08-25T01:07:26.200Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6676 | 2026-08-25T01:07:26.200Z | Aug 25 01:07:24.681Aug 25 01:07:24.681Aug 25 01:07:24.681 DEBG DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6677 | 2026-08-25T01:07:26.200Z | |
| 6678 | 2026-08-25T01:07:26.200Z | 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 } }] |
| 6679 | 2026-08-25T01:07:26.200Z | Aug 25 01:07:24.681Aug 25 01:07:24.681Aug 25 01:07:24.681 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6680 | 2026-08-25T01:07:26.200Z | |
| 6681 | 2026-08-25T01:07:26.200Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6682 | 2026-08-25T01:07:26.200Z | Aug 25 01:07:24.681 DEBGAug 25 01:07:24.681 Aug 25 01:07:24.681 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 } }]DEBG |
| 6683 | 2026-08-25T01:07:26.200Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6684 | 2026-08-25T01:07:26.200Z | Aug 25 01:07:24.681 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 |
| 6685 | 2026-08-25T01:07:26.200Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 01:07:24.681 |
| 6686 | 2026-08-25T01:07:26.200Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 01:07:24.681 |
| 6687 | 2026-08-25T01:07:26.201Z | Aug 25 01:07:24.681 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6688 | 2026-08-25T01:07:26.201Z | Aug 25 01:07:24.681 |
| 6689 | 2026-08-25T01:07:26.201Z | DEBG Aug 25 01:07:24.681replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681 |
| 6690 | 2026-08-25T01:07:26.205Z | INFODEBGAug 25 01:07:24.681 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6691 | 2026-08-25T01:07:26.205Z | |
| 6692 | 2026-08-25T01:07:26.205Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 6693 | 2026-08-25T01:07:26.205Z | Aug 25 01:07:24.681Aug 25 01:07:24.681 INFODEBGAug 25 01:07:24.681 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: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 } }] |
| 6694 | 2026-08-25T01:07:26.205Z | 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 } }] |
| 6695 | 2026-08-25T01:07:26.205Z | |
| 6696 | 2026-08-25T01:07:26.205Z | Aug 25 01:07:24.681adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6697 | 2026-08-25T01:07:26.206Z | Aug 25 01:07:24.681Aug 25 01:07:24.681INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 6698 | 2026-08-25T01:07:26.206Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6699 | 2026-08-25T01:07:26.206Z | INFO Aug 25 01:07:24.681adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 01:07:24.681Aug 25 01:07:24.681 DEBG |
| 6700 | 2026-08-25T01:07:26.206Z | DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 6701 | 2026-08-25T01:07:26.206Z | |
| 6702 | 2026-08-25T01:07:26.206Z | DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681 |
| 6703 | 2026-08-25T01:07:26.206Z | Aug 25 01:07:24.681 INFO INFOAug 25 01:07:24.681 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6704 | 2026-08-25T01:07:26.206Z | INFO |
| 6705 | 2026-08-25T01:07:26.207Z | Aug 25 01:07:24.681 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 25 01:07:24.681 |
| 6706 | 2026-08-25T01:07:26.207Z | DEBGDEBG Aug 25 01:07:24.681replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.681DEBGreplacing 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 } }] |
| 6707 | 2026-08-25T01:07:26.207Z | |
| 6708 | 2026-08-25T01:07:26.207Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6709 | 2026-08-25T01:07:26.207Z | 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 } }] |
| 6710 | 2026-08-25T01:07:26.207Z | Aug 25 01:07:24.681 Aug 25 01:07:24.681INFO Aug 25 01:07:24.681Aug 25 01:07:24.681 INFO INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6711 | 2026-08-25T01:07:26.207Z | INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6712 | 2026-08-25T01:07:26.207Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 01:07:24.681 |
| 6713 | 2026-08-25T01:07:26.207Z | DEBG |
| 6714 | 2026-08-25T01:07:26.207Z | 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 } }] |
| 6715 | 2026-08-25T01:07:26.207Z | Aug 25 01:07:24.681 Aug 25 01:07:24.681DEBG Aug 25 01:07:24.681replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681 |
| 6716 | 2026-08-25T01:07:26.207Z | DEBG INFO 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 } }]DEBGAug 25 01:07:24.681 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 6717 | 2026-08-25T01:07:26.207Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6718 | 2026-08-25T01:07:26.207Z | |
| 6719 | 2026-08-25T01:07:26.207Z | |
| 6720 | 2026-08-25T01:07:26.214Z | Aug 25 01:07:24.681 Aug 25 01:07:24.681Aug 25 01:07:24.681INFO Aug 25 01:07:24.681adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO |
| 6721 | 2026-08-25T01:07:26.214Z | DEBGDEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff Aug 25 01:07:24.681replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6722 | 2026-08-25T01:07:26.214Z | |
| 6723 | 2026-08-25T01:07:26.214Z | DEBG |
| 6724 | 2026-08-25T01:07:26.215Z | 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 } }] |
| 6725 | 2026-08-25T01:07:26.215Z | Aug 25 01:07:24.681Aug 25 01:07:24.681Aug 25 01:07:24.681 Aug 25 01:07:24.681INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOINFO |
| 6726 | 2026-08-25T01:07:26.215Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBG |
| 6727 | 2026-08-25T01:07:26.215Z | Aug 25 01:07:24.681adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6728 | 2026-08-25T01:07:26.215Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6729 | 2026-08-25T01:07:26.215Z | Aug 25 01:07:24.681 Aug 25 01:07:24.681replacing 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 } }] |
| 6730 | 2026-08-25T01:07:26.215Z | DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6731 | 2026-08-25T01:07:26.215Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681 |
| 6732 | 2026-08-25T01:07:26.215Z | INFOAug 25 01:07:24.681 INFO Aug 25 01:07:24.681adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6733 | 2026-08-25T01:07:26.215Z | Aug 25 01:07:24.681 |
| 6734 | 2026-08-25T01:07:26.215Z | INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6735 | 2026-08-25T01:07:26.215Z | Aug 25 01:07:24.681adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 25 01:07:24.681DEBG DEBG |
| 6736 | 2026-08-25T01:07:26.215Z | 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 } }] |
| 6737 | 2026-08-25T01:07:26.215Z | Aug 25 01:07:24.681Aug 25 01:07:24.681 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 } }]Aug 25 01:07:24.681 |
| 6738 | 2026-08-25T01:07:26.215Z | DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6739 | 2026-08-25T01:07:26.215Z | 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 } }] |
| 6740 | 2026-08-25T01:07:26.215Z | |
| 6741 | 2026-08-25T01:07:26.215Z | Aug 25 01:07:24.681 Aug 25 01:07:24.681DEBGAug 25 01:07:24.681 Aug 25 01:07:24.681replacing 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 } }] |
| 6742 | 2026-08-25T01:07:26.216Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 01:07:24.681 |
| 6743 | 2026-08-25T01:07:26.216Z | INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO |
| 6744 | 2026-08-25T01:07:26.216Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 25 01:07:24.681 |
| 6745 | 2026-08-25T01:07:26.216Z | DEBGAug 25 01:07:24.681 adding route 3fff:beef:3a::/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 } }] |
| 6746 | 2026-08-25T01:07:26.216Z | DEBG |
| 6747 | 2026-08-25T01:07:26.216Z | Aug 25 01:07:24.681replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6748 | 2026-08-25T01:07:26.216Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681 |
| 6749 | 2026-08-25T01:07:26.216Z | INFO Aug 25 01:07:24.681adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 01:07:24.681Aug 25 01:07:24.681 INFOINFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6750 | 2026-08-25T01:07:26.216Z | |
| 6751 | 2026-08-25T01:07:26.216Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6752 | 2026-08-25T01:07:26.216Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681Aug 25 01:07:24.681 |
| 6753 | 2026-08-25T01:07:26.216Z | DEBGDEBG Aug 25 01:07:24.681replacing 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: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 } }] |
| 6754 | 2026-08-25T01:07:26.216Z | |
| 6755 | 2026-08-25T01:07:26.216Z | DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681 |
| 6756 | 2026-08-25T01:07:26.216Z | INFOAug 25 01:07:24.681Aug 25 01:07:24.681 Aug 25 01:07:24.681adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 6757 | 2026-08-25T01:07:26.217Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO |
| 6758 | 2026-08-25T01:07:26.217Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6759 | 2026-08-25T01:07:26.217Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6760 | 2026-08-25T01:07:26.217Z | Aug 25 01:07:24.681Aug 25 01:07:24.681 Aug 25 01:07:24.681 DEBGDEBGAug 25 01:07:24.681DEBG 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 |
| 6761 | 2026-08-25T01:07:26.217Z | 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: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 } }] |
| 6762 | 2026-08-25T01:07:26.217Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681 |
| 6763 | 2026-08-25T01:07:26.217Z | |
| 6764 | 2026-08-25T01:07:26.217Z | INFOAug 25 01:07:24.681 Aug 25 01:07:24.681INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6765 | 2026-08-25T01:07:26.217Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6766 | 2026-08-25T01:07:26.217Z | |
| 6767 | 2026-08-25T01:07:26.217Z | Aug 25 01:07:24.681 Aug 25 01:07:24.681DEBG DEBGAug 25 01:07:24.681 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: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 } }] |
| 6768 | 2026-08-25T01:07:26.218Z | |
| 6769 | 2026-08-25T01:07:26.218Z | DEBGAug 25 01:07:24.681 Aug 25 01:07:24.681 Aug 25 01:07:24.681INFOINFOreplacing 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 } }] |
| 6770 | 2026-08-25T01:07:26.219Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO |
| 6771 | 2026-08-25T01:07:26.219Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6772 | 2026-08-25T01:07:26.219Z | |
| 6773 | 2026-08-25T01:07:26.219Z | Aug 25 01:07:24.681 INFOAug 25 01:07:24.681Aug 25 01:07:24.681 Aug 25 01:07:24.681DEBG DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6774 | 2026-08-25T01:07:26.219Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff 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 } }] |
| 6775 | 2026-08-25T01:07:26.219Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681 |
| 6776 | 2026-08-25T01:07:26.219Z | |
| 6777 | 2026-08-25T01:07:26.219Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6778 | 2026-08-25T01:07:26.219Z | Aug 25 01:07:24.681Aug 25 01:07:24.681Aug 25 01:07:24.681 DEBG INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681 |
| 6779 | 2026-08-25T01:07:26.219Z | DEBG INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.681adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 6780 | 2026-08-25T01:07:26.219Z | |
| 6781 | 2026-08-25T01:07:26.219Z | INFO |
| 6782 | 2026-08-25T01:07:26.219Z | Aug 25 01:07:24.681adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 01:07:24.681 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6783 | 2026-08-25T01:07:26.219Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6784 | 2026-08-25T01:07:26.219Z | |
| 6785 | 2026-08-25T01:07:26.219Z | Aug 25 01:07:24.681 Aug 25 01:07:24.681Aug 25 01:07:24.681Aug 25 01:07:24.681 DEBG DEBG INFODEBG 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:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6786 | 2026-08-25T01:07:26.219Z | |
| 6787 | 2026-08-25T01:07:26.220Z | |
| 6788 | 2026-08-25T01:07:26.220Z | 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 } }] |
| 6789 | 2026-08-25T01:07:26.220Z | Aug 25 01:07:24.681Aug 25 01:07:24.681Aug 25 01:07:24.681 Aug 25 01:07:24.681INFO DEBGINFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6790 | 2026-08-25T01:07:26.220Z | |
| 6791 | 2026-08-25T01:07:26.220Z | 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 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 6792 | 2026-08-25T01:07:26.220Z | Aug 25 01:07:24.683 Aug 25 01:07:24.684Aug 25 01:07:24.684 DEBGDEBGAug 25 01:07:24.682 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 } }]DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6793 | 2026-08-25T01:07:26.220Z | |
| 6794 | 2026-08-25T01:07:26.220Z | created new freemapAug 25 01:07:24.684Aug 25 01:07:24.682 INFOAug 25 01:07:24.684 DEBGINFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6795 | 2026-08-25T01:07:26.220Z | , Aug 25 01:07:24.681 created new freemapadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffunit, Aug 25 01:07:24.684 |
| 6796 | 2026-08-25T01:07:26.220Z | unit Aug 25 01:07:24.684:DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG:freemap_route_ipv4 |
| 6797 | 2026-08-25T01:07:26.220Z | |
| 6798 | 2026-08-25T01:07:26.220Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG created new freemapfreemap_route_ipv4 |
| 6799 | 2026-08-25T01:07:26.220Z | , Aug 25 01:07:24.684 |
| 6800 | 2026-08-25T01:07:26.220Z | Aug 25 01:07:24.684Aug 25 01:07:24.684unit INFO: Aug 25 01:07:24.684 DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6801 | 2026-08-25T01:07:26.220Z | INFOfreemap_route_ipv4DEBG |
| 6802 | 2026-08-25T01:07:26.221Z | created new freemap , adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffunit: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 } }] |
| 6803 | 2026-08-25T01:07:26.222Z | Aug 25 01:07:24.684freemap_route_ipv6 |
| 6804 | 2026-08-25T01:07:26.222Z | |
| 6805 | 2026-08-25T01:07:26.222Z | DEBGAug 25 01:07:24.684Aug 25 01:07:24.684Aug 25 01:07:24.684 DEBGDEBGAug 25 01:07:24.684 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG initted freemap. size: 64 |
| 6806 | 2026-08-25T01:07:26.222Z | , 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 } }]created new freemapunit |
| 6807 | 2026-08-25T01:07:26.222Z | , Aug 25 01:07:24.684unit:Aug 25 01:07:24.684 :freemap_route_ipv4INFO |
| 6808 | 2026-08-25T01:07:26.222Z | Aug 25 01:07:24.684adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff DEBG INFOfreemap_route_ipv6DEBG |
| 6809 | 2026-08-25T01:07:26.222Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6810 | 2026-08-25T01:07:26.222Z | |
| 6811 | 2026-08-25T01:07:26.222Z | created new freemapAug 25 01:07:24.684 , Aug 25 01:07:24.684DEBGunitfailed to allocate space for the new target listAug 25 01:07:24.684 DEBG:reset freemap , 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 } }]unitDEBG : |
| 6812 | 2026-08-25T01:07:26.222Z | freemap_route_ipv6 |
| 6813 | 2026-08-25T01:07:26.222Z | |
| 6814 | 2026-08-25T01:07:26.222Z | freemap_route_ipv4 |
| 6815 | 2026-08-25T01:07:26.223Z | initted freemap. size: 64Aug 25 01:07:24.685 Aug 25 01:07:24.684Aug 25 01:07:24.685, Aug 25 01:07:24.685unitINFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff : |
| 6816 | 2026-08-25T01:07:26.223Z | freemap_route_ipv4replacing 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 } }] |
| 6817 | 2026-08-25T01:07:26.223Z | DEBG |
| 6818 | 2026-08-25T01:07:26.223Z | initted freemap. size: 64DEBGAug 25 01:07:24.685, unitAug 25 01:07:24.685: Aug 25 01:07:24.685 DEBGDEBG 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 } }] 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 } }]freemap_route_ipv6 |
| 6819 | 2026-08-25T01:07:26.223Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreset freemap |
| 6820 | 2026-08-25T01:07:26.228Z | |
| 6821 | 2026-08-25T01:07:26.228Z | |
| 6822 | 2026-08-25T01:07:26.228Z | , unit:Aug 25 01:07:24.685 Aug 25 01:07:24.685Aug 25 01:07:24.685INFO freemap_route_ipv4adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 6823 | 2026-08-25T01:07:26.228Z | |
| 6824 | 2026-08-25T01:07:26.228Z | DEBG reset freemap replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 6825 | 2026-08-25T01:07:26.228Z | unitAug 25 01:07:24.685:Aug 25 01:07:24.685 freemap_route_ipv6Aug 25 01:07:24.685 |
| 6826 | 2026-08-25T01:07:26.228Z | Aug 25 01:07:24.685DEBG DEBGINFOAug 25 01:07:24.685 initted freemap. size: 64 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 } }], unitadding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 6827 | 2026-08-25T01:07:26.229Z | |
| 6828 | 2026-08-25T01:07:26.229Z | freemap_route_ipv6 |
| 6829 | 2026-08-25T01:07:26.229Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6830 | 2026-08-25T01:07:26.229Z | Aug 25 01:07:24.685Aug 25 01:07:24.685 Aug 25 01:07:24.685INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBG |
| 6831 | 2026-08-25T01:07:26.230Z | 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 } }]reset freemap |
| 6832 | 2026-08-25T01:07:26.230Z | Aug 25 01:07:24.685Aug 25 01:07:24.685, DEBGunit DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.685: |
| 6833 | 2026-08-25T01:07:26.230Z | INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6834 | 2026-08-25T01:07:26.230Z | |
| 6835 | 2026-08-25T01:07:26.230Z | Aug 25 01:07:24.685 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.685 |
| 6836 | 2026-08-25T01:07:26.230Z | failed to allocate space for the new target listAug 25 01:07:24.685 |
| 6837 | 2026-08-25T01:07:26.230Z | DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:07:24.685 |
| 6838 | 2026-08-25T01:07:26.230Z | Aug 25 01:07:24.685 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 01:07:24.685 |
| 6839 | 2026-08-25T01:07:26.230Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 6840 | 2026-08-25T01:07:26.230Z | |
| 6841 | 2026-08-25T01:07:26.230Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 01:07:24.685 |
| 6842 | 2026-08-25T01:07:26.230Z | DEBGAug 25 01:07:24.685 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6843 | 2026-08-25T01:07:26.230Z | DEBGAug 25 01:07:24.685 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6844 | 2026-08-25T01:07:26.230Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:07:24.685 |
| 6845 | 2026-08-25T01:07:26.230Z | DEBG Aug 25 01:07:24.685replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6846 | 2026-08-25T01:07:26.230Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6847 | 2026-08-25T01:07:26.230Z | Aug 25 01:07:24.685DEBG Aug 25 01:07:24.685INFO failed to allocate space for the new target listadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 6848 | 2026-08-25T01:07:26.230Z | |
| 6849 | 2026-08-25T01:07:26.230Z | 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 } }] |
| 6850 | 2026-08-25T01:07:26.230Z | DEBGAug 25 01:07:24.685 created new freemapDEBG, Aug 25 01:07:24.685unit 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 |
| 6851 | 2026-08-25T01:07:26.230Z | : adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6852 | 2026-08-25T01:07:26.230Z | freemap_route_ipv4Aug 25 01:07:24.685 |
| 6853 | 2026-08-25T01:07:26.230Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6854 | 2026-08-25T01:07:26.230Z | Aug 25 01:07:24.685 Aug 25 01:07:24.685DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.685 |
| 6855 | 2026-08-25T01:07:26.230Z | 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 } }] |
| 6856 | 2026-08-25T01:07:26.231Z | DEBG created new freemapAug 25 01:07:24.685, unitAug 25 01:07:24.685INFO: adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6857 | 2026-08-25T01:07:26.231Z | |
| 6858 | 2026-08-25T01:07:26.231Z | INFOAug 25 01:07:24.685 DEBGAug 25 01:07:24.685 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 |
| 6859 | 2026-08-25T01:07:26.231Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 6860 | 2026-08-25T01:07:26.231Z | , Aug 25 01:07:24.685unit INFO: adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 25 01:07:24.685 |
| 6861 | 2026-08-25T01:07:26.231Z | DEBGfreemap_route_ipv4 |
| 6862 | 2026-08-25T01:07:26.231Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.685 |
| 6863 | 2026-08-25T01:07:26.231Z | DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.685 |
| 6864 | 2026-08-25T01:07:26.231Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 01:07:24.685 |
| 6865 | 2026-08-25T01:07:26.231Z | Aug 25 01:07:24.685INFO |
| 6866 | 2026-08-25T01:07:26.231Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG |
| 6867 | 2026-08-25T01:07:26.232Z | reset freemap, unit: Aug 25 01:07:24.685freemap_route_ipv4 |
| 6868 | 2026-08-25T01:07:26.232Z | DEBG Aug 25 01:07:24.685replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.685 |
| 6869 | 2026-08-25T01:07:26.232Z | Aug 25 01:07:24.685DEBGINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6870 | 2026-08-25T01:07:26.232Z | |
| 6871 | 2026-08-25T01:07:26.232Z | DEBG initted freemap. size: 64, Aug 25 01:07:24.685unit Aug 25 01:07:24.685: INFOINFO freemap_route_ipv6adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 25 01:07:24.685 |
| 6872 | 2026-08-25T01:07:26.232Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6873 | 2026-08-25T01:07:26.232Z | |
| 6874 | 2026-08-25T01:07:26.232Z | DEBGAug 25 01:07:24.685 DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.685replacing 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 } }] |
| 6875 | 2026-08-25T01:07:26.232Z | DEBG |
| 6876 | 2026-08-25T01:07:26.232Z | 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 } }] |
| 6877 | 2026-08-25T01:07:26.232Z | Aug 25 01:07:24.685 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6878 | 2026-08-25T01:07:26.232Z | Aug 25 01:07:24.685 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6879 | 2026-08-25T01:07:26.232Z | Aug 25 01:07:24.685 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 } }] |
| 6880 | 2026-08-25T01:07:26.232Z | Aug 25 01:07:24.685 INFO Aug 25 01:07:24.685adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6881 | 2026-08-25T01:07:26.232Z | DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.685Aug 25 01:07:24.685 DEBGINFO |
| 6882 | 2026-08-25T01:07:26.232Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6883 | 2026-08-25T01:07:26.232Z | 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 } }] |
| 6884 | 2026-08-25T01:07:26.232Z | Aug 25 01:07:24.685 INFOAug 25 01:07:24.685 Aug 25 01:07:24.685adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 25 01:07:24.685 |
| 6885 | 2026-08-25T01:07:26.232Z | DEBG DEBG reset freemap , INFOunitreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: Aug 25 01:07:24.685adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6886 | 2026-08-25T01:07:26.232Z | freemap_route_ipv6 |
| 6887 | 2026-08-25T01:07:26.232Z | |
| 6888 | 2026-08-25T01:07:26.232Z | 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 } }] |
| 6889 | 2026-08-25T01:07:26.232Z | Aug 25 01:07:24.685 INFO Aug 25 01:07:24.685adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 25 01:07:24.685 |
| 6890 | 2026-08-25T01:07:26.232Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 25 01:07:24.685Aug 25 01:07:24.685 |
| 6891 | 2026-08-25T01:07:26.232Z | DEBG |
| 6892 | 2026-08-25T01:07:26.232Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.685DEBG |
| 6893 | 2026-08-25T01:07:26.232Z | 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 } }] |
| 6894 | 2026-08-25T01:07:26.232Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6895 | 2026-08-25T01:07:26.232Z | Aug 25 01:07:24.685Aug 25 01:07:24.685 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 25 01:07:24.685 |
| 6896 | 2026-08-25T01:07:26.232Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.685 |
| 6897 | 2026-08-25T01:07:26.232Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 6898 | 2026-08-25T01:07:26.232Z | Aug 25 01:07:24.685Aug 25 01:07:24.685 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6899 | 2026-08-25T01:07:26.232Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.685 DEBG |
| 6900 | 2026-08-25T01:07:26.232Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:07:24.685 |
| 6901 | 2026-08-25T01:07:26.232Z | INFOAug 25 01:07:24.685 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOAug 25 01:07:24.685 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6902 | 2026-08-25T01:07:26.232Z | Aug 25 01:07:24.685 DEBGAug 25 01:07:24.685Aug 25 01:07:24.699 DEBGDEBG created new freemapcreated new freemap, replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit, : |
| 6903 | 2026-08-25T01:07:26.233Z | unitfreemap_route_ipv4: |
| 6904 | 2026-08-25T01:07:26.233Z | freemap_route_ipv4 |
| 6905 | 2026-08-25T01:07:26.233Z | |
| 6906 | 2026-08-25T01:07:26.233Z | Aug 25 01:07:24.699Aug 25 01:07:24.699 Aug 25 01:07:24.699 DEBGINFO Aug 25 01:07:24.699created new freemap adding route 3fff:beef:9::/64 -> 2001:db8::55:ff, |
| 6907 | 2026-08-25T01:07:26.233Z | unit:DEBG INFOfreemap_route_ipv6 Aug 25 01:07:24.699 |
| 6908 | 2026-08-25T01:07:26.233Z | created new freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:ff , unit |
| 6909 | 2026-08-25T01:07:26.233Z | :DEBGAug 25 01:07:24.699 freemap_route_ipv6 DEBGreplacing 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 } }] |
| 6910 | 2026-08-25T01:07:26.233Z | |
| 6911 | 2026-08-25T01:07:26.233Z | initted freemap. size: 64Aug 25 01:07:24.699, unitDEBG:Aug 25 01:07:24.699 Aug 25 01:07:24.699 freemap_route_ipv4 |
| 6912 | 2026-08-25T01:07:26.233Z | DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6913 | 2026-08-25T01:07:26.233Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6914 | 2026-08-25T01:07:26.233Z | initted freemap. size: 64Aug 25 01:07:24.699, Aug 25 01:07:24.699INFOunit adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG: reset freemap |
| 6915 | 2026-08-25T01:07:26.233Z | , Aug 25 01:07:24.699freemap_route_ipv4unit |
| 6916 | 2026-08-25T01:07:26.233Z | :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 } }] |
| 6917 | 2026-08-25T01:07:26.233Z | freemap_route_ipv4Aug 25 01:07:24.699 |
| 6918 | 2026-08-25T01:07:26.233Z | DEBGAug 25 01:07:24.699 Aug 25 01:07:24.699 reset freemapINFO, Aug 25 01:07:24.699adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG |
| 6919 | 2026-08-25T01:07:26.233Z | unit :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 } }] |
| 6920 | 2026-08-25T01:07:26.238Z | freemap_route_ipv4DEBG initted freemap. size: 64 |
| 6921 | 2026-08-25T01:07:26.238Z | , unitAug 25 01:07:24.699Aug 25 01:07:24.699: freemap_route_ipv6DEBG |
| 6922 | 2026-08-25T01:07:26.238Z | replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 25 01:07:24.699 |
| 6923 | 2026-08-25T01:07:26.238Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 25 01:07:24.699 |
| 6924 | 2026-08-25T01:07:26.238Z | DEBG initted freemap. size: 64DEBG, Aug 25 01:07:24.699reset freemap unitDEBG, Aug 25 01:07:24.699: unit replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 6925 | 2026-08-25T01:07:26.238Z | INFO freemap_route_ipv6freemap_route_ipv6adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6926 | 2026-08-25T01:07:26.238Z | |
| 6927 | 2026-08-25T01:07:26.238Z | Aug 25 01:07:24.699 |
| 6928 | 2026-08-25T01:07:26.238Z | INFOAug 25 01:07:24.699Aug 25 01:07:24.699 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 6929 | 2026-08-25T01:07:26.238Z | 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 } }]reset freemapAug 25 01:07:24.699 |
| 6930 | 2026-08-25T01:07:26.239Z | , Aug 25 01:07:24.699unitINFO: adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv6Aug 25 01:07:24.699DEBG |
| 6931 | 2026-08-25T01:07:26.239Z | |
| 6932 | 2026-08-25T01:07:26.239Z | INFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6933 | 2026-08-25T01:07:26.239Z | |
| 6934 | 2026-08-25T01:07:26.239Z | Aug 25 01:07:24.699Aug 25 01:07:24.699 DEBGINFO Aug 25 01:07:24.699replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 01:07:24.699 |
| 6935 | 2026-08-25T01:07:26.239Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 6936 | 2026-08-25T01:07:26.239Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 25 01:07:24.699 |
| 6937 | 2026-08-25T01:07:26.239Z | |
| 6938 | 2026-08-25T01:07:26.239Z | INFO Aug 25 01:07:24.699adding route 172.16.0.0/32 -> 10.0.0.2 |
| 6939 | 2026-08-25T01:07:26.239Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 01:07:24.699 |
| 6940 | 2026-08-25T01:07:26.239Z | Aug 25 01:07:24.699INFO DEBG Aug 25 01:07:24.699adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 25 01:07:24.699 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 6941 | 2026-08-25T01:07:26.239Z | INFO |
| 6942 | 2026-08-25T01:07:26.239Z | 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 } }] |
| 6943 | 2026-08-25T01:07:26.239Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 25 01:07:24.699 |
| 6944 | 2026-08-25T01:07:26.240Z | INFO Aug 25 01:07:24.699Aug 25 01:07:24.699adding route 172.16.0.0/32 -> 10.0.0.3 INFO |
| 6945 | 2026-08-25T01:07:26.240Z | DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 25 01:07:24.699 |
| 6946 | 2026-08-25T01:07:26.240Z | DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.699 |
| 6947 | 2026-08-25T01:07:26.240Z | DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.699 |
| 6948 | 2026-08-25T01:07:26.240Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 25 01:07:24.699 |
| 6949 | 2026-08-25T01:07:26.240Z | Aug 25 01:07:24.699 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO INFO |
| 6950 | 2026-08-25T01:07:26.240Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff adding route 172.17.0.1/32 -> 10.0.0.255 |
| 6951 | 2026-08-25T01:07:26.240Z | |
| 6952 | 2026-08-25T01:07:26.240Z | Aug 25 01:07:24.699Aug 25 01:07:24.699 INFO Aug 25 01:07:24.699INFOAug 25 01:07:24.699 adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6953 | 2026-08-25T01:07:26.240Z | DEBGDEBG |
| 6954 | 2026-08-25T01:07:26.240Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6955 | 2026-08-25T01:07:26.240Z | |
| 6956 | 2026-08-25T01:07:26.240Z | Aug 25 01:07:24.699 Aug 25 01:07:24.699DEBGAug 25 01:07:24.699 DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6957 | 2026-08-25T01:07:26.240Z | Aug 25 01:07:24.699 |
| 6958 | 2026-08-25T01:07:26.240Z | INFO |
| 6959 | 2026-08-25T01:07:26.240Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 6960 | 2026-08-25T01:07:26.240Z | Aug 25 01:07:24.699Aug 25 01:07:24.699Aug 25 01:07:24.699 INFO DEBG INFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6961 | 2026-08-25T01:07:26.240Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255Aug 25 01:07:24.699 |
| 6962 | 2026-08-25T01:07:26.241Z | |
| 6963 | 2026-08-25T01:07:26.241Z | Aug 25 01:07:24.699DEBG Aug 25 01:07:24.699 INFO DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6964 | 2026-08-25T01:07:26.241Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 01:07:24.699replacing 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 } }] |
| 6965 | 2026-08-25T01:07:26.241Z | DEBG |
| 6966 | 2026-08-25T01:07:26.241Z | 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 } }] |
| 6967 | 2026-08-25T01:07:26.241Z | Aug 25 01:07:24.699 |
| 6968 | 2026-08-25T01:07:26.241Z | Aug 25 01:07:24.699Aug 25 01:07:24.685 INFO Aug 25 01:07:24.699DEBG INFOinitted freemap. size: 64 INFOAug 25 01:07:24.700, Aug 25 01:07:24.700unit :adding route 172.17.0.1/32 -> 10.0.0.255DEBG DEBG |
| 6969 | 2026-08-25T01:07:26.242Z | 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 } }] |
| 6970 | 2026-08-25T01:07:26.242Z | freemap_route_ipv4adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6971 | 2026-08-25T01:07:26.242Z | |
| 6972 | 2026-08-25T01:07:26.242Z | Aug 25 01:07:24.700Aug 25 01:07:24.700replacing 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 } }] INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6973 | 2026-08-25T01:07:26.242Z | |
| 6974 | 2026-08-25T01:07:26.242Z | Aug 25 01:07:24.700replacing 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 } }] |
| 6975 | 2026-08-25T01:07:26.242Z | |
| 6976 | 2026-08-25T01:07:26.242Z | Aug 25 01:07:24.700Aug 25 01:07:24.700 Aug 25 01:07:24.700DEBGAug 25 01:07:24.700 Aug 25 01:07:24.700 DEBGDEBGINFOreplacing 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:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6977 | 2026-08-25T01:07:26.242Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6978 | 2026-08-25T01:07:26.242Z | DEBG reset freemapreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.700 |
| 6979 | 2026-08-25T01:07:26.242Z | adding route 172.17.0.2/32 -> 10.0.0.255, |
| 6980 | 2026-08-25T01:07:26.242Z | |
| 6981 | 2026-08-25T01:07:26.242Z | Aug 25 01:07:24.700unit :INFO freemap_route_ipv4 |
| 6982 | 2026-08-25T01:07:26.242Z | INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 25 01:07:24.700 |
| 6983 | 2026-08-25T01:07:26.242Z | Aug 25 01:07:24.700 Aug 25 01:07:24.700DEBG Aug 25 01:07:24.700 adding route 3fff:beef:3c::/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 } }] |
| 6984 | 2026-08-25T01:07:26.242Z | INFO |
| 6985 | 2026-08-25T01:07:26.242Z | DEBG Aug 25 01:07:24.700initted freemap. size: 64 , unitDEBG DEBG: Aug 25 01:07:24.700adding route 172.17.0.4/32 -> 10.0.0.255Aug 25 01:07:24.700 DEBG |
| 6986 | 2026-08-25T01:07:26.242Z | test route::tests::identity_replace_is_noop ... ok |
| 6987 | 2026-08-25T01:07:26.243Z | 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:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6replacing 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 } }] |
| 6988 | 2026-08-25T01:07:26.243Z | |
| 6989 | 2026-08-25T01:07:26.243Z | |
| 6990 | 2026-08-25T01:07:26.243Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 25 01:07:24.700 |
| 6991 | 2026-08-25T01:07:26.243Z | DEBGAug 25 01:07:24.700 Aug 25 01:07:24.700 |
| 6992 | 2026-08-25T01:07:26.243Z | Aug 25 01:07:24.700 INFOreset freemapINFO INFOAug 25 01:07:24.700 , adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff DEBG |
| 6993 | 2026-08-25T01:07:26.243Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunit |
| 6994 | 2026-08-25T01:07:26.243Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff :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 } }] |
| 6995 | 2026-08-25T01:07:26.243Z | |
| 6996 | 2026-08-25T01:07:26.243Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6997 | 2026-08-25T01:07:26.244Z | Aug 25 01:07:24.700Aug 25 01:07:24.700Aug 25 01:07:24.700 Aug 25 01:07:24.700DEBG freemap_route_ipv6INFODEBGAug 25 01:07:24.700 DEBG |
| 6998 | 2026-08-25T01:07:26.244Z | 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 } }]DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 6999 | 2026-08-25T01:07:26.244Z | adding route 172.17.0.4/32 -> 10.0.0.255 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 } }] |
| 7000 | 2026-08-25T01:07:26.244Z | |
| 7001 | 2026-08-25T01:07:26.244Z | Aug 25 01:07:24.700 INFOAug 25 01:07:24.700Aug 25 01:07:24.700 |
| 7002 | 2026-08-25T01:07:26.244Z | Aug 25 01:07:24.700 adding route 172.17.0.5/32 -> 10.0.0.255INFO |
| 7003 | 2026-08-25T01:07:26.244Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7004 | 2026-08-25T01:07:26.244Z | INFO |
| 7005 | 2026-08-25T01:07:26.244Z | DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 25 01:07:24.700 |
| 7006 | 2026-08-25T01:07:26.244Z | Aug 25 01:07:24.700 INFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.700 |
| 7007 | 2026-08-25T01:07:26.244Z | DEBGAug 25 01:07:24.700Aug 25 01:07:24.700 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 } }] |
| 7008 | 2026-08-25T01:07:26.244Z | Aug 25 01:07:24.700 INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 7009 | 2026-08-25T01:07:26.244Z | |
| 7010 | 2026-08-25T01:07:26.244Z | Aug 25 01:07:24.700 Aug 25 01:07:24.700DEBG 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 } }] |
| 7011 | 2026-08-25T01:07:26.244Z | 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 } }] |
| 7012 | 2026-08-25T01:07:26.244Z | Aug 25 01:07:24.700 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7013 | 2026-08-25T01:07:26.244Z | Aug 25 01:07:24.700 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 } }] |
| 7014 | 2026-08-25T01:07:26.245Z | Aug 25 01:07:24.700 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7015 | 2026-08-25T01:07:26.245Z | |
| 7016 | 2026-08-25T01:07:26.245Z | Aug 25 01:07:24.700 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 } }]DEBG |
| 7017 | 2026-08-25T01:07:26.245Z | 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 |
| 7018 | 2026-08-25T01:07:26.245Z | Aug 25 01:07:24.700 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7019 | 2026-08-25T01:07:26.245Z | Aug 25 01:07:24.700Aug 25 01:07:24.700INFO Aug 25 01:07:24.700 INFO INFOAug 25 01:07:24.700 DEBG INFO adding route 172.17.0.5/32 -> 10.0.0.255replacing 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.2 |
| 7020 | 2026-08-25T01:07:26.250Z | adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7021 | 2026-08-25T01:07:26.250Z | |
| 7022 | 2026-08-25T01:07:26.250Z | |
| 7023 | 2026-08-25T01:07:26.250Z | Aug 25 01:07:24.700Aug 25 01:07:24.715 DEBGDEBGAug 25 01:07:24.715 created new freemapreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.715DEBG |
| 7024 | 2026-08-25T01:07:26.250Z | , Aug 25 01:07:24.715 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOunitAug 25 01:07:24.715 |
| 7025 | 2026-08-25T01:07:26.250Z | : DEBGINFO adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7026 | 2026-08-25T01:07:26.250Z | |
| 7027 | 2026-08-25T01:07:26.250Z | Aug 25 01:07:24.715freemap_route_ipv4 Aug 25 01:07:24.715INFO INFO |
| 7028 | 2026-08-25T01:07:26.250Z | Aug 25 01:07:24.715adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBGadding route 172.16.0.0/32 -> 10.0.0.3 |
| 7029 | 2026-08-25T01:07:26.250Z | 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 } }] |
| 7030 | 2026-08-25T01:07:26.250Z | |
| 7031 | 2026-08-25T01:07:26.251Z | Aug 25 01:07:24.715 Aug 25 01:07:24.715Aug 25 01:07:24.715 DEBG Aug 25 01:07:24.715DEBG DEBG 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 } }] |
| 7032 | 2026-08-25T01:07:26.251Z | , 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 7033 | 2026-08-25T01:07:26.251Z | freemap_route_ipv6Aug 25 01:07:24.715 |
| 7034 | 2026-08-25T01:07:26.251Z | adding route 172.17.0.8/32 -> 10.0.0.255INFO |
| 7035 | 2026-08-25T01:07:26.251Z | adding route 172.16.0.0/32 -> 10.0.0.4Aug 25 01:07:24.715Aug 25 01:07:24.715 |
| 7036 | 2026-08-25T01:07:26.251Z | DEBG DEBGinitted freemap. size: 64 Aug 25 01:07:24.715, Aug 25 01:07:24.715 unitDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]: DEBGreplacing targets for 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 } }] |
| 7037 | 2026-08-25T01:07:26.252Z | |
| 7038 | 2026-08-25T01:07:26.252Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7039 | 2026-08-25T01:07:26.252Z | freemap_route_ipv4 |
| 7040 | 2026-08-25T01:07:26.252Z | Aug 25 01:07:24.715Aug 25 01:07:24.715Aug 25 01:07:24.715 WARNDEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 25 01:07:24.715 |
| 7041 | 2026-08-25T01:07:26.252Z | DEBGadding route 172.17.0.9/32 -> 10.0.0.255shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7042 | 2026-08-25T01:07:26.252Z | reset freemap |
| 7043 | 2026-08-25T01:07:26.252Z | , unitAug 25 01:07:24.715: freemap_route_ipv4Aug 25 01:07:24.715ERRO |
| 7044 | 2026-08-25T01:07:26.252Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 7045 | 2026-08-25T01:07:26.252Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.715 |
| 7046 | 2026-08-25T01:07:26.252Z | DEBG Aug 25 01:07:24.715initted freemap. size: 64 , ERROAug 25 01:07:24.715unit : INFOfreemap_route_ipv6 |
| 7047 | 2026-08-25T01:07:26.252Z | shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itadding route 172.17.0.10/32 -> 10.0.0.255 |
| 7048 | 2026-08-25T01:07:26.252Z | |
| 7049 | 2026-08-25T01:07:26.252Z | Aug 25 01:07:24.715 DEBG reset freemap, unitadding route 3fff:beef:16::/64 -> 2001:db8::55:ff:Aug 25 01:07:24.715 |
| 7050 | 2026-08-25T01:07:26.252Z | freemap_route_ipv6DEBG |
| 7051 | 2026-08-25T01:07:26.252Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.715 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7052 | 2026-08-25T01:07:26.252Z | |
| 7053 | 2026-08-25T01:07:26.252Z | Aug 25 01:07:24.715 INFOAug 25 01:07:24.715Aug 25 01:07:24.715 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7054 | 2026-08-25T01:07:26.253Z | INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255 |
| 7055 | 2026-08-25T01:07:26.253Z | |
| 7056 | 2026-08-25T01:07:26.253Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 25 01:07:24.715 |
| 7057 | 2026-08-25T01:07:26.253Z | DEBGAug 25 01:07:24.715 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 01:07:24.715Aug 25 01:07:24.715 |
| 7058 | 2026-08-25T01:07:26.253Z | DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.715DEBG |
| 7059 | 2026-08-25T01:07:26.253Z | 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 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7060 | 2026-08-25T01:07:26.253Z | |
| 7061 | 2026-08-25T01:07:26.253Z | |
| 7062 | 2026-08-25T01:07:26.253Z | Aug 25 01:07:24.715 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 01:07:24.715Aug 25 01:07:24.715 |
| 7063 | 2026-08-25T01:07:26.253Z | Aug 25 01:07:24.715 INFODEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7064 | 2026-08-25T01:07:26.253Z | adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 7065 | 2026-08-25T01:07:26.253Z | |
| 7066 | 2026-08-25T01:07:26.253Z | Aug 25 01:07:24.715 Aug 25 01:07:24.715Aug 25 01:07:24.715 DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7067 | 2026-08-25T01:07:26.253Z | Aug 25 01:07:24.715 |
| 7068 | 2026-08-25T01:07:26.253Z | 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 } }] |
| 7069 | 2026-08-25T01:07:26.253Z | Aug 25 01:07:24.715 INFOAug 25 01:07:24.715 Aug 25 01:07:24.715 DEBGINFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7070 | 2026-08-25T01:07:26.253Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7071 | 2026-08-25T01:07:26.253Z | |
| 7072 | 2026-08-25T01:07:26.253Z | DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.715 |
| 7073 | 2026-08-25T01:07:26.253Z | Aug 25 01:07:24.715Aug 25 01:07:24.715DEBG 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 } }] |
| 7074 | 2026-08-25T01:07:26.253Z | DEBGINFO adding route 172.17.0.1/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 } }] |
| 7075 | 2026-08-25T01:07:26.253Z | |
| 7076 | 2026-08-25T01:07:26.253Z | Aug 25 01:07:24.715Aug 25 01:07:24.715 INFOINFOAug 25 01:07:24.715 Aug 25 01:07:24.715 DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 7077 | 2026-08-25T01:07:26.253Z | 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 } }] |
| 7078 | 2026-08-25T01:07:26.253Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7079 | 2026-08-25T01:07:26.254Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 7080 | 2026-08-25T01:07:26.254Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255 |
| 7081 | 2026-08-25T01:07:26.255Z | |
| 7082 | 2026-08-25T01:07:26.255Z | Aug 25 01:07:24.715Aug 25 01:07:24.715 DEBGINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7083 | 2026-08-25T01:07:26.255Z | |
| 7084 | 2026-08-25T01:07:26.255Z | Aug 25 01:07:24.715 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 } }] |
| 7085 | 2026-08-25T01:07:26.255Z | Aug 25 01:07:24.715 |
| 7086 | 2026-08-25T01:07:26.255Z | Aug 25 01:07:24.715 DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.715Aug 25 01:07:24.715 |
| 7087 | 2026-08-25T01:07:26.255Z | INFOINFO DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 7088 | 2026-08-25T01:07:26.255Z | Aug 25 01:07:24.715 adding route 172.17.0.15/32 -> 10.0.0.255INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.715Aug 25 01:07:24.715 |
| 7089 | 2026-08-25T01:07:26.255Z | |
| 7090 | 2026-08-25T01:07:26.255Z | adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 7091 | 2026-08-25T01:07:26.255Z | DEBG Aug 25 01:07:24.715replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.715 |
| 7092 | 2026-08-25T01:07:26.255Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.715 |
| 7093 | 2026-08-25T01:07:26.255Z | DEBG DEBG Aug 25 01:07:24.715replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 7094 | 2026-08-25T01:07:26.255Z | |
| 7095 | 2026-08-25T01:07:26.255Z | INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 01:07:24.715 |
| 7096 | 2026-08-25T01:07:26.255Z | Aug 25 01:07:24.715 INFOAug 25 01:07:24.715 adding route 172.17.0.6/32 -> 10.0.0.255 adding route 172.17.0.4/32 -> 10.0.0.255INFOINFO Aug 25 01:07:24.715 |
| 7097 | 2026-08-25T01:07:26.255Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7098 | 2026-08-25T01:07:26.255Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7099 | 2026-08-25T01:07:26.255Z | |
| 7100 | 2026-08-25T01:07:26.255Z | DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.715 |
| 7101 | 2026-08-25T01:07:26.255Z | Aug 25 01:07:24.715 DEBGAug 25 01:07:24.715Aug 25 01:07:24.715 DEBG DEBGAug 25 01:07:24.715replacing 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 } }] DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }] |
| 7102 | 2026-08-25T01:07:26.255Z | |
| 7103 | 2026-08-25T01:07:26.255Z | INFO 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:beef:1d::/64 -> 2001:db8::55:ff |
| 7104 | 2026-08-25T01:07:26.255Z | |
| 7105 | 2026-08-25T01:07:26.255Z | Aug 25 01:07:24.715 |
| 7106 | 2026-08-25T01:07:26.255Z | Aug 25 01:07:24.715INFO adding route 172.17.0.7/32 -> 10.0.0.255INFOAug 25 01:07:24.715 |
| 7107 | 2026-08-25T01:07:26.255Z | Aug 25 01:07:24.715Aug 25 01:07:24.715 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO |
| 7108 | 2026-08-25T01:07:26.255Z | DEBG INFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7109 | 2026-08-25T01:07:26.255Z | Aug 25 01:07:24.715replacing 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 } }] |
| 7110 | 2026-08-25T01:07:26.255Z | |
| 7111 | 2026-08-25T01:07:26.255Z | Aug 25 01:07:24.715DEBG DEBGAug 25 01:07:24.715 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 } }] |
| 7112 | 2026-08-25T01:07:26.255Z | DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.715replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.715INFO |
| 7113 | 2026-08-25T01:07:26.256Z | Aug 25 01:07:24.715adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 7114 | 2026-08-25T01:07:26.256Z | DEBG Aug 25 01:07:24.715 |
| 7115 | 2026-08-25T01:07:26.256Z | Aug 25 01:07:24.715 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 } }] INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 7116 | 2026-08-25T01:07:26.256Z | |
| 7117 | 2026-08-25T01:07:26.256Z | adding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 7118 | 2026-08-25T01:07:26.256Z | 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 } }] |
| 7119 | 2026-08-25T01:07:26.256Z | Aug 25 01:07:24.715Aug 25 01:07:24.715 Aug 25 01:07:24.715INFO INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7120 | 2026-08-25T01:07:26.263Z | |
| 7121 | 2026-08-25T01:07:26.263Z | |
| 7122 | 2026-08-25T01:07:26.263Z | Aug 25 01:07:24.715Aug 25 01:07:24.715 DEBGAug 25 01:07:24.715 INFOAug 25 01:07:24.715 INFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 7123 | 2026-08-25T01:07:26.263Z | DEBG |
| 7124 | 2026-08-25T01:07:26.263Z | adding route 172.17.0.7/32 -> 10.0.0.255Aug 25 01:07:24.715 Aug 25 01:07:24.716DEBG 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 } }] |
| 7125 | 2026-08-25T01:07:26.263Z | DEBG Aug 25 01:07:24.716Aug 25 01:07:24.728created new freemap , DEBGunit :created new freemap INFOfreemap_route_ipv4 |
| 7126 | 2026-08-25T01:07:26.263Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff, |
| 7127 | 2026-08-25T01:07:26.263Z | unitAug 25 01:07:24.728Aug 25 01:07:24.728: DEBG freemap_route_ipv4DEBGreplacing 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 } }] |
| 7128 | 2026-08-25T01:07:26.263Z | |
| 7129 | 2026-08-25T01:07:26.263Z | Aug 25 01:07:24.715created new freemap INFO, unitadding route 172.17.0.9/32 -> 10.0.0.255: |
| 7130 | 2026-08-25T01:07:26.263Z | Aug 25 01:07:24.728 freemap_route_ipv6DEBG |
| 7131 | 2026-08-25T01:07:26.264Z | created new freemapAug 25 01:07:24.728, unitAug 25 01:07:24.728Aug 25 01:07:24.728 INFO: DEBGfreemap_route_ipv6 DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 7132 | 2026-08-25T01:07:26.264Z | , |
| 7133 | 2026-08-25T01:07:26.264Z | unit: freemap_route_ipv4replacing 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 } }] |
| 7134 | 2026-08-25T01:07:26.264Z | |
| 7135 | 2026-08-25T01:07:26.264Z | Aug 25 01:07:24.728 DEBG Aug 25 01:07:24.728initted freemap. size: 64Aug 25 01:07:24.728, Aug 25 01:07:24.728 DEBGunit INFO: freemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 7136 | 2026-08-25T01:07:26.264Z | |
| 7137 | 2026-08-25T01:07:26.264Z | reset freemap, unitreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.728Aug 25 01:07:24.728: |
| 7138 | 2026-08-25T01:07:26.264Z | DEBG reset freemapDEBG, unitreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 7139 | 2026-08-25T01:07:26.264Z | Aug 25 01:07:24.728 freemap_route_ipv4INFOfreemap_route_ipv4 |
| 7140 | 2026-08-25T01:07:26.264Z | |
| 7141 | 2026-08-25T01:07:26.264Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7142 | 2026-08-25T01:07:26.264Z | Aug 25 01:07:24.728Aug 25 01:07:24.728 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255initted freemap. size: 64 |
| 7143 | 2026-08-25T01:07:26.264Z | , Aug 25 01:07:24.728unit : DEBGfreemap_route_ipv6Aug 25 01:07:24.728 |
| 7144 | 2026-08-25T01:07:26.264Z | Aug 25 01:07:24.728initted freemap. size: 64 DEBGDEBG Aug 25 01:07:24.728replacing 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 } }] , 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 } }]unit : |
| 7145 | 2026-08-25T01:07:26.264Z | reset freemapfreemap_route_ipv6, |
| 7146 | 2026-08-25T01:07:26.264Z | Aug 25 01:07:24.728unit: |
| 7147 | 2026-08-25T01:07:26.264Z | INFOfreemap_route_ipv6 Aug 25 01:07:24.728adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7148 | 2026-08-25T01:07:26.264Z | |
| 7149 | 2026-08-25T01:07:26.264Z | DEBG reset freemapAug 25 01:07:24.728Aug 25 01:07:24.728 INFOINFO , adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7150 | 2026-08-25T01:07:26.264Z | |
| 7151 | 2026-08-25T01:07:26.264Z | Aug 25 01:07:24.728 unitDEBG: Aug 25 01:07:24.728 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.728 |
| 7152 | 2026-08-25T01:07:26.264Z | freemap_route_ipv6DEBG |
| 7153 | 2026-08-25T01:07:26.264Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7154 | 2026-08-25T01:07:26.264Z | Aug 25 01:07:24.728 |
| 7155 | 2026-08-25T01:07:26.264Z | Aug 25 01:07:24.728 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 01:07:24.728 |
| 7156 | 2026-08-25T01:07:26.264Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7157 | 2026-08-25T01:07:26.264Z | |
| 7158 | 2026-08-25T01:07:26.264Z | Aug 25 01:07:24.728Aug 25 01:07:24.728 INFO Aug 25 01:07:24.728DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGAug 25 01:07:24.728 |
| 7159 | 2026-08-25T01:07:26.264Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 7160 | 2026-08-25T01:07:26.264Z | |
| 7161 | 2026-08-25T01:07:26.264Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:07:24.728 |
| 7162 | 2026-08-25T01:07:26.264Z | Aug 25 01:07:24.728 Aug 25 01:07:24.728DEBGINFO INFOAug 25 01:07:24.728replacing 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:dead::/64 -> 2001:db8::55:2 |
| 7163 | 2026-08-25T01:07:26.264Z | INFOadding route 172.17.0.14/32 -> 10.0.0.255 |
| 7164 | 2026-08-25T01:07:26.264Z | |
| 7165 | 2026-08-25T01:07:26.264Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7166 | 2026-08-25T01:07:26.264Z | Aug 25 01:07:24.728Aug 25 01:07:24.728 INFOAug 25 01:07:24.728Aug 25 01:07:24.728 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7167 | 2026-08-25T01:07:26.264Z | 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 } }] |
| 7168 | 2026-08-25T01:07:26.265Z | DEBG |
| 7169 | 2026-08-25T01:07:26.265Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:07:24.728Aug 25 01:07:24.728 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 7170 | 2026-08-25T01:07:26.265Z | |
| 7171 | 2026-08-25T01:07:26.265Z | |
| 7172 | 2026-08-25T01:07:26.265Z | Aug 25 01:07:24.728 INFO Aug 25 01:07:24.728Aug 25 01:07:24.728adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7173 | 2026-08-25T01:07:26.265Z | DEBGAug 25 01:07:24.728 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 25 01:07:24.728INFO |
| 7174 | 2026-08-25T01:07:26.265Z | INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG Aug 25 01:07:24.728replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7175 | 2026-08-25T01:07:26.265Z | DEBG |
| 7176 | 2026-08-25T01:07:26.265Z | |
| 7177 | 2026-08-25T01:07:26.265Z | replacing targets for 3fff:dead::/64 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 } }] |
| 7178 | 2026-08-25T01:07:26.265Z | Aug 25 01:07:24.728 Aug 25 01:07:24.728Aug 25 01:07:24.728 Aug 25 01:07:24.728INFO WARNadding route 172.17.0.16/32 -> 10.0.0.255 |
| 7179 | 2026-08-25T01:07:26.265Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7180 | 2026-08-25T01:07:26.265Z | |
| 7181 | 2026-08-25T01:07:26.265Z | 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 } }] |
| 7182 | 2026-08-25T01:07:26.265Z | Aug 25 01:07:24.728Aug 25 01:07:24.728replacing 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 } }] |
| 7183 | 2026-08-25T01:07:26.265Z | 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.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 } }] |
| 7184 | 2026-08-25T01:07:26.265Z | Aug 25 01:07:24.729 |
| 7185 | 2026-08-25T01:07:26.265Z | DEBG Aug 25 01:07:24.729failed to allocate space for the new target list |
| 7186 | 2026-08-25T01:07:26.265Z | Aug 25 01:07:24.729INFO INFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7187 | 2026-08-25T01:07:26.265Z | |
| 7188 | 2026-08-25T01:07:26.265Z | Aug 25 01:07:24.729 Aug 25 01:07:24.729DEBGAug 25 01:07:24.729 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7189 | 2026-08-25T01:07:26.265Z | |
| 7190 | 2026-08-25T01:07:26.265Z | replacing targets for 3fff:dead::/64 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 } }] |
| 7191 | 2026-08-25T01:07:26.265Z | Aug 25 01:07:24.729 Aug 25 01:07:24.729 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7192 | 2026-08-25T01:07:26.265Z | INFO Aug 25 01:07:24.729adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7193 | 2026-08-25T01:07:26.265Z | INFOAug 25 01:07:24.729 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 7194 | 2026-08-25T01:07:26.265Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.729 |
| 7195 | 2026-08-25T01:07:26.265Z | DEBGAug 25 01:07:24.729 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7196 | 2026-08-25T01:07:26.265Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7197 | 2026-08-25T01:07:26.265Z | Aug 25 01:07:24.729Aug 25 01:07:24.729Aug 25 01:07:24.729 INFODEBG INFOadding route 172.17.0.19/32 -> 10.0.0.255 |
| 7198 | 2026-08-25T01:07:26.265Z | adding route 172.17.0.10/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7199 | 2026-08-25T01:07:26.265Z | |
| 7200 | 2026-08-25T01:07:26.265Z | Aug 25 01:07:24.729 Aug 25 01:07:24.729DEBG 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 |
| 7201 | 2026-08-25T01:07:26.265Z | Aug 25 01:07:24.729replacing 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 } }] |
| 7202 | 2026-08-25T01:07:26.266Z | WARN Aug 25 01:07:24.729shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7203 | 2026-08-25T01:07:26.266Z | Aug 25 01:07:24.729INFO adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 7204 | 2026-08-25T01:07:26.266Z | adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7205 | 2026-08-25T01:07:26.266Z | |
| 7206 | 2026-08-25T01:07:26.266Z | Aug 25 01:07:24.729 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 } }] |
| 7207 | 2026-08-25T01:07:26.266Z | Aug 25 01:07:24.685Aug 25 01:07:24.729 INFOAug 25 01:07:24.729Aug 25 01:07:24.729 adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 7208 | 2026-08-25T01:07:26.266Z | INFO DEBG created new freemapreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.729adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7209 | 2026-08-25T01:07:26.266Z | |
| 7210 | 2026-08-25T01:07:26.266Z | , DEBGunit Aug 25 01:07:24.729: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 } }] |
| 7211 | 2026-08-25T01:07:26.266Z | freemap_route_ipv4 Aug 25 01:07:24.729DEBG INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.729 |
| 7212 | 2026-08-25T01:07:26.266Z | |
| 7213 | 2026-08-25T01:07:26.266Z | INFOadding route 172.17.0.12/32 -> 10.0.0.255 adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7214 | 2026-08-25T01:07:26.266Z | |
| 7215 | 2026-08-25T01:07:26.266Z | Aug 25 01:07:24.729Aug 25 01:07:24.729 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.22/32 -> 10.0.0.255 |
| 7216 | 2026-08-25T01:07:26.266Z | |
| 7217 | 2026-08-25T01:07:26.267Z | Aug 25 01:07:24.729 DEBG Aug 25 01:07:24.729created new freemapAug 25 01:07:24.729 , DEBGINFOAug 25 01:07:24.729 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 } }] unitDEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 7218 | 2026-08-25T01:07:26.267Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 7219 | 2026-08-25T01:07:26.268Z | freemap_route_ipv6 |
| 7220 | 2026-08-25T01:07:26.278Z | |
| 7221 | 2026-08-25T01:07:26.278Z | Aug 25 01:07:24.729Aug 25 01:07:24.729 DEBGINFO Aug 25 01:07:24.729replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7222 | 2026-08-25T01:07:26.279Z | |
| 7223 | 2026-08-25T01:07:26.279Z | Aug 25 01:07:24.729 DEBG INFOinitted freemap. size: 64Aug 25 01:07:24.729, Aug 25 01:07:24.729adding route 172.17.0.23/32 -> 10.0.0.255unit : |
| 7224 | 2026-08-25T01:07:26.279Z | DEBGINFO freemap_route_ipv4adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7225 | 2026-08-25T01:07:26.279Z | 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 } }] |
| 7226 | 2026-08-25T01:07:26.279Z | |
| 7227 | 2026-08-25T01:07:26.279Z | Aug 25 01:07:24.729Aug 25 01:07:24.729 Aug 25 01:07:24.729DEBG 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 } }] DEBGAug 25 01:07:24.729 |
| 7228 | 2026-08-25T01:07:26.280Z | reset freemap INFO, adding route 172.17.0.22/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 } }] |
| 7229 | 2026-08-25T01:07:26.280Z | unitAug 25 01:07:24.729: |
| 7230 | 2026-08-25T01:07:26.280Z | freemap_route_ipv4 |
| 7231 | 2026-08-25T01:07:26.280Z | INFO Aug 25 01:07:24.729Aug 25 01:07:24.729 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.729 |
| 7232 | 2026-08-25T01:07:26.280Z | Aug 25 01:07:24.729DEBG Aug 25 01:07:24.729 DEBG created new freemapcreated new freemapDEBG, , created new freemapunitunit, :unit: :freemap_route_ipv4 |
| 7233 | 2026-08-25T01:07:26.280Z | Aug 25 01:07:24.745freemap_route_ipv4 freemap_route_ipv4INFO |
| 7234 | 2026-08-25T01:07:26.280Z | |
| 7235 | 2026-08-25T01:07:26.280Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7236 | 2026-08-25T01:07:26.280Z | Aug 25 01:07:24.745adding route 172.17.0.24/32 -> 10.0.0.255Aug 25 01:07:24.745 DEBG |
| 7237 | 2026-08-25T01:07:26.280Z | created new freemap Aug 25 01:07:24.745DEBG, Aug 25 01:07:24.745unitDEBG: Aug 25 01:07:24.745Aug 25 01:07:24.745 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 7238 | 2026-08-25T01:07:26.280Z | DEBG |
| 7239 | 2026-08-25T01:07:26.280Z | 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 } }] |
| 7240 | 2026-08-25T01:07:26.281Z | DEBGDEBG created new freemapAug 25 01:07:24.745 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 } }]created new freemap |
| 7241 | 2026-08-25T01:07:26.281Z | INFO, , Aug 25 01:07:24.745unit:adding route 172.17.0.24/32 -> 10.0.0.255 unitINFO Aug 25 01:07:24.745freemap_route_ipv6 |
| 7242 | 2026-08-25T01:07:26.281Z | :INFO |
| 7243 | 2026-08-25T01:07:26.281Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 01:07:24.745 adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7244 | 2026-08-25T01:07:26.281Z | freemap_route_ipv6 |
| 7245 | 2026-08-25T01:07:26.281Z | |
| 7246 | 2026-08-25T01:07:26.281Z | DEBG initted freemap. size: 64Aug 25 01:07:24.745, Aug 25 01:07:24.745Aug 25 01:07:24.745 Aug 25 01:07:24.745 DEBGDEBGAug 25 01:07:24.745DEBG unit 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 } }]initted freemap. size: 64 |
| 7247 | 2026-08-25T01:07:26.281Z | DEBGDEBG: replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4 |
| 7248 | 2026-08-25T01:07:26.281Z | |
| 7249 | 2026-08-25T01:07:26.281Z | Aug 25 01:07:24.745 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 } }], |
| 7250 | 2026-08-25T01:07:26.281Z | initted freemap. size: 64INFO, Aug 25 01:07:24.745 INFOunitadding route 3fff:beef:21::/64 -> 2001:db8::55:ffunitAug 25 01:07:24.745Aug 25 01:07:24.745 DEBG |
| 7251 | 2026-08-25T01:07:26.281Z | adding route 172.17.0.25/32 -> 10.0.0.255INFOreset freemap:, |
| 7252 | 2026-08-25T01:07:26.281Z | :unit:adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7253 | 2026-08-25T01:07:26.281Z | freemap_route_ipv4 Aug 25 01:07:24.745freemap_route_ipv4 |
| 7254 | 2026-08-25T01:07:26.281Z | freemap_route_ipv4 |
| 7255 | 2026-08-25T01:07:26.281Z | Aug 25 01:07:24.745DEBG |
| 7256 | 2026-08-25T01:07:26.281Z | Aug 25 01:07:24.745 DEBG Aug 25 01:07:24.745replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.745 DEBG Aug 25 01:07:24.745 |
| 7257 | 2026-08-25T01:07:26.281Z | 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 } }] DEBGreset freemap |
| 7258 | 2026-08-25T01:07:26.281Z | , 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 } }]unitAug 25 01:07:24.745 |
| 7259 | 2026-08-25T01:07:26.281Z | : initted freemap. size: 64INFOAug 25 01:07:24.745, freemap_route_ipv4adding route 172.17.0.26/32 -> 10.0.0.255DEBGunit |
| 7260 | 2026-08-25T01:07:26.281Z | :Aug 25 01:07:24.745 |
| 7261 | 2026-08-25T01:07:26.281Z | freemap_route_ipv6 INFO |
| 7262 | 2026-08-25T01:07:26.281Z | INFO reset freemap Aug 25 01:07:24.745Aug 25 01:07:24.745adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 01:07:24.745 adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7263 | 2026-08-25T01:07:26.281Z | |
| 7264 | 2026-08-25T01:07:26.281Z | DEBG, unit 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 } }]DEBGAug 25 01:07:24.745 |
| 7265 | 2026-08-25T01:07:26.281Z | : initted freemap. size: 64DEBG DEBGfreemap_route_ipv4, unit Aug 25 01:07:24.745 : |
| 7266 | 2026-08-25T01:07:26.281Z | DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.745 |
| 7267 | 2026-08-25T01:07:26.281Z | freemap_route_ipv6 |
| 7268 | 2026-08-25T01:07:26.281Z | reset freemapreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 7269 | 2026-08-25T01:07:26.281Z | INFO Aug 25 01:07:24.745adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7270 | 2026-08-25T01:07:26.282Z | Aug 25 01:07:24.745unitAug 25 01:07:24.745: INFOINFOAug 25 01:07:24.745 freemap_route_ipv6adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7271 | 2026-08-25T01:07:26.282Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 25 01:07:24.745DEBGDEBG |
| 7272 | 2026-08-25T01:07:26.282Z | |
| 7273 | 2026-08-25T01:07:26.282Z | DEBGreset freemap Aug 25 01:07:24.745, 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 } }]unitDEBG : |
| 7274 | 2026-08-25T01:07:26.282Z | Aug 25 01:07:24.745 initted freemap. size: 64INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.745, |
| 7275 | 2026-08-25T01:07:26.282Z | unitAug 25 01:07:24.745 :freemap_route_ipv6INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7276 | 2026-08-25T01:07:26.282Z | Aug 25 01:07:24.745 |
| 7277 | 2026-08-25T01:07:26.282Z | DEBGadding route 172.17.0.28/32 -> 10.0.0.255 freemap_route_ipv6 |
| 7278 | 2026-08-25T01:07:26.282Z | |
| 7279 | 2026-08-25T01:07:26.282Z | Aug 25 01:07:24.745 INFODEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7280 | 2026-08-25T01:07:26.282Z | |
| 7281 | 2026-08-25T01:07:26.282Z | Aug 25 01:07:24.745Aug 25 01:07:24.745 |
| 7282 | 2026-08-25T01:07:26.282Z | Aug 25 01:07:24.745Aug 25 01:07:24.745 Aug 25 01:07:24.745 INFO DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7283 | 2026-08-25T01:07:26.282Z | 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 } }] |
| 7284 | 2026-08-25T01:07:26.282Z | |
| 7285 | 2026-08-25T01:07:26.282Z | 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 |
| 7286 | 2026-08-25T01:07:26.282Z | Aug 25 01:07:24.745reset freemap , DEBGunitAug 25 01:07:24.745Aug 25 01:07:24.745 Aug 25 01:07:24.745 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 } }]INFOINFOAug 25 01:07:24.745: |
| 7287 | 2026-08-25T01:07:26.282Z | INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 7288 | 2026-08-25T01:07:26.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 } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7289 | 2026-08-25T01:07:26.282Z | freemap_route_ipv6 |
| 7290 | 2026-08-25T01:07:26.282Z | Aug 25 01:07:24.745 INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7291 | 2026-08-25T01:07:26.282Z | |
| 7292 | 2026-08-25T01:07:26.282Z | Aug 25 01:07:24.745Aug 25 01:07:24.745Aug 25 01:07:24.745 |
| 7293 | 2026-08-25T01:07:26.282Z | DEBG Aug 25 01:07:24.745DEBG 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 } }]DEBGINFOAug 25 01:07:24.745Aug 25 01:07:24.745replacing 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 } }] |
| 7294 | 2026-08-25T01:07:26.282Z | |
| 7295 | 2026-08-25T01:07:26.282Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7296 | 2026-08-25T01:07:26.282Z | test route::tests::grow_succeeds ... ok |
| 7297 | 2026-08-25T01:07:26.282Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7298 | 2026-08-25T01:07:26.282Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.745DEBG 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 } }] |
| 7299 | 2026-08-25T01:07:26.282Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7300 | 2026-08-25T01:07:26.282Z | Aug 25 01:07:24.759 Aug 25 01:07:24.759INFO adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 7301 | 2026-08-25T01:07:26.283Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:07:24.759 |
| 7302 | 2026-08-25T01:07:26.283Z | DEBG Aug 25 01:07:24.759replacing 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 } }] |
| 7303 | 2026-08-25T01:07:26.283Z | DEBG Aug 25 01:07:24.759replacing 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 } }] |
| 7304 | 2026-08-25T01:07:26.283Z | DEBG Aug 25 01:07:24.745Aug 25 01:07:24.759replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7305 | 2026-08-25T01:07:26.283Z | INFOINFOAug 25 01:07:24.759 adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7306 | 2026-08-25T01:07:26.283Z | INFO |
| 7307 | 2026-08-25T01:07:26.283Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7308 | 2026-08-25T01:07:26.283Z | |
| 7309 | 2026-08-25T01:07:26.283Z | Aug 25 01:07:24.759Aug 25 01:07:24.759 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 } }] |
| 7310 | 2026-08-25T01:07:26.283Z | Aug 25 01:07:24.759 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 } }] |
| 7311 | 2026-08-25T01:07:26.283Z | Aug 25 01:07:24.760INFOAug 25 01:07:24.760 INFOINFO Aug 25 01:07:24.760 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7312 | 2026-08-25T01:07:26.283Z | |
| 7313 | 2026-08-25T01:07:26.283Z | DEBG adding route 172.17.0.1/32 -> 10.0.0.255 initted freemap. size: 64 |
| 7314 | 2026-08-25T01:07:26.283Z | , unitAug 25 01:07:24.760Aug 25 01:07:24.760 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 } }]Aug 25 01:07:24.760 |
| 7315 | 2026-08-25T01:07:26.283Z | 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 } }]freemap_route_ipv6 |
| 7316 | 2026-08-25T01:07:26.283Z | |
| 7317 | 2026-08-25T01:07:26.283Z | DEBG Aug 25 01:07:24.760 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 |
| 7318 | 2026-08-25T01:07:26.283Z | Aug 25 01:07:24.760adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 25 01:07:24.760INFO |
| 7319 | 2026-08-25T01:07:26.283Z | DEBGadding route 172.17.0.33/32 -> 10.0.0.255Aug 25 01:07:24.760 |
| 7320 | 2026-08-25T01:07:26.289Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 25 01:07:24.760reset freemap |
| 7321 | 2026-08-25T01:07:26.289Z | Aug 25 01:07:24.760DEBG, unitDEBG: 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 } }] |
| 7322 | 2026-08-25T01:07:26.289Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7323 | 2026-08-25T01:07:26.289Z | |
| 7324 | 2026-08-25T01:07:26.289Z | Aug 25 01:07:24.760 INFOAug 25 01:07:24.760Aug 25 01:07:24.760 INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 7325 | 2026-08-25T01:07:26.289Z | adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 7326 | 2026-08-25T01:07:26.289Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:07:24.760Aug 25 01:07:24.760 |
| 7327 | 2026-08-25T01:07:26.289Z | DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7328 | 2026-08-25T01:07:26.289Z | Aug 25 01:07:24.760 |
| 7329 | 2026-08-25T01:07:26.289Z | DEBG Aug 25 01:07:24.760replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7330 | 2026-08-25T01:07:26.291Z | Aug 25 01:07:24.760DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 01:07:24.760Aug 25 01:07:24.760INFO |
| 7331 | 2026-08-25T01:07:26.291Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7332 | 2026-08-25T01:07:26.291Z | INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 01:07:24.760 |
| 7333 | 2026-08-25T01:07:26.292Z | |
| 7334 | 2026-08-25T01:07:26.292Z | Aug 25 01:07:24.760DEBG DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.760replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:07:24.760 |
| 7335 | 2026-08-25T01:07:26.292Z | DEBG |
| 7336 | 2026-08-25T01:07:26.292Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.760 |
| 7337 | 2026-08-25T01:07:26.292Z | DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7338 | 2026-08-25T01:07:26.292Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7339 | 2026-08-25T01:07:26.292Z | Aug 25 01:07:24.760 Aug 25 01:07:24.760DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7340 | 2026-08-25T01:07:26.292Z | adding route 172.17.0.36/32 -> 10.0.0.255Aug 25 01:07:24.760 |
| 7341 | 2026-08-25T01:07:26.293Z | DEBGAug 25 01:07:24.760 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 } }] |
| 7342 | 2026-08-25T01:07:26.293Z | Aug 25 01:07:24.760 Aug 25 01:07:24.760DEBG 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 } }] |
| 7343 | 2026-08-25T01:07:26.293Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7344 | 2026-08-25T01:07:26.293Z | Aug 25 01:07:24.760DEBGAug 25 01:07:24.760Aug 25 01:07:24.760 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 } }]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 } }] |
| 7345 | 2026-08-25T01:07:26.293Z | adding route 172.17.0.37/32 -> 10.0.0.255INFO |
| 7346 | 2026-08-25T01:07:26.294Z | |
| 7347 | 2026-08-25T01:07:26.294Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 01:07:24.760 Aug 25 01:07:24.760INFO |
| 7348 | 2026-08-25T01:07:26.294Z | adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 7349 | 2026-08-25T01:07:26.294Z | Aug 25 01:07:24.760replacing 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 } }] |
| 7350 | 2026-08-25T01:07:26.294Z | INFO Aug 25 01:07:24.760adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7351 | 2026-08-25T01:07:26.294Z | DEBGAug 25 01:07:24.760 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.760 |
| 7352 | 2026-08-25T01:07:26.294Z | INFODEBGAug 25 01:07:24.760 adding route 172.17.0.38/32 -> 10.0.0.255Aug 25 01:07:24.760replacing 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 } }] |
| 7353 | 2026-08-25T01:07:26.294Z | INFO |
| 7354 | 2026-08-25T01:07:26.294Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7355 | 2026-08-25T01:07:26.294Z | DEBG Aug 25 01:07:24.760 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 } }]DEBGAug 25 01:07:24.760Aug 25 01:07:24.760 INFODEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 172.17.0.7/32 -> 10.0.0.255 |
| 7356 | 2026-08-25T01:07:26.295Z | |
| 7357 | 2026-08-25T01:07:26.295Z | |
| 7358 | 2026-08-25T01:07:26.295Z | |
| 7359 | 2026-08-25T01:07:26.295Z | Aug 25 01:07:24.760Aug 25 01:07:24.760Aug 25 01:07:24.760 INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7360 | 2026-08-25T01:07:26.295Z | DEBGadding route 172.17.0.39/32 -> 10.0.0.255Aug 25 01:07:24.760 |
| 7361 | 2026-08-25T01:07:26.295Z | 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 } }] |
| 7362 | 2026-08-25T01:07:26.295Z | Aug 25 01:07:24.760Aug 25 01:07:24.760INFO DEBGAug 25 01:07:24.760DEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 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 } }] |
| 7363 | 2026-08-25T01:07:26.295Z | |
| 7364 | 2026-08-25T01:07:26.295Z | |
| 7365 | 2026-08-25T01:07:26.295Z | adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 01:07:24.760 |
| 7366 | 2026-08-25T01:07:26.295Z | Aug 25 01:07:24.760 Aug 25 01:07:24.760INFOAug 25 01:07:24.760 INFO adding route 172.17.0.40/32 -> 10.0.0.255 DEBGDEBG |
| 7367 | 2026-08-25T01:07:26.295Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7368 | 2026-08-25T01:07:26.296Z | 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 } }] |
| 7369 | 2026-08-25T01:07:26.296Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.760 |
| 7370 | 2026-08-25T01:07:26.296Z | Aug 25 01:07:24.760DEBG Aug 25 01:07:24.760replacing 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 |
| 7371 | 2026-08-25T01:07:26.296Z | 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 |
| 7372 | 2026-08-25T01:07:26.296Z | Aug 25 01:07:24.760 INFOAug 25 01:07:24.760 Aug 25 01:07:24.760adding route 172.17.0.9/32 -> 10.0.0.255INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 7373 | 2026-08-25T01:07:26.296Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7374 | 2026-08-25T01:07:26.296Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7375 | 2026-08-25T01:07:26.296Z | |
| 7376 | 2026-08-25T01:07:26.297Z | Aug 25 01:07:24.760Aug 25 01:07:24.760 Aug 25 01:07:24.760DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.760replacing 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 } }] |
| 7377 | 2026-08-25T01:07:26.297Z | |
| 7378 | 2026-08-25T01:07:26.297Z | DEBGWARN DEBG shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 7379 | 2026-08-25T01:07:26.297Z | Aug 25 01:07:24.760Aug 25 01:07:24.760 |
| 7380 | 2026-08-25T01:07:26.297Z | 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 } }] |
| 7381 | 2026-08-25T01:07:26.297Z | INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255 |
| 7382 | 2026-08-25T01:07:26.297Z | adding route 172.17.0.42/32 -> 10.0.0.255Aug 25 01:07:24.760 |
| 7383 | 2026-08-25T01:07:26.297Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 7384 | 2026-08-25T01:07:26.297Z | Aug 25 01:07:24.760Aug 25 01:07:24.760 Aug 25 01:07:24.760 DEBG INFOAug 25 01:07:24.760 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 |
| 7385 | 2026-08-25T01:07:26.297Z | DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 7386 | 2026-08-25T01:07:26.298Z | |
| 7387 | 2026-08-25T01:07:26.299Z | Aug 25 01:07:24.760adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7388 | 2026-08-25T01:07:26.299Z | INFO Aug 25 01:07:24.760Aug 25 01:07:24.760adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7389 | 2026-08-25T01:07:26.299Z | INFO INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255Aug 25 01:07:24.760Aug 25 01:07:24.760 |
| 7390 | 2026-08-25T01:07:26.299Z | INFODEBG |
| 7391 | 2026-08-25T01:07:26.299Z | adding route 172.17.0.15/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 } }] |
| 7392 | 2026-08-25T01:07:26.299Z | |
| 7393 | 2026-08-25T01:07:26.299Z | DEBG Aug 25 01:07:24.760Aug 25 01:07:24.760 DEBGDEBGAug 25 01:07:24.760 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 } }]INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7394 | 2026-08-25T01:07:26.299Z | adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.760 |
| 7395 | 2026-08-25T01:07:26.299Z | 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 } }] |
| 7396 | 2026-08-25T01:07:26.299Z | |
| 7397 | 2026-08-25T01:07:26.299Z | |
| 7398 | 2026-08-25T01:07:26.299Z | Aug 25 01:07:24.760Aug 25 01:07:24.760 DEBG INFOAug 25 01:07:24.760 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOAug 25 01:07:24.760 |
| 7399 | 2026-08-25T01:07:26.299Z | 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 } }] |
| 7400 | 2026-08-25T01:07:26.299Z | Aug 25 01:07:24.761Aug 25 01:07:24.760Aug 25 01:07:24.770 INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7401 | 2026-08-25T01:07:26.300Z | DEBG created new freemapcreated new freemap, Aug 25 01:07:24.770unit, :unit : DEBGfreemap_route_ipv4freemap_route_ipv4 |
| 7402 | 2026-08-25T01:07:26.300Z | |
| 7403 | 2026-08-25T01:07:26.300Z | 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 } }] |
| 7404 | 2026-08-25T01:07:26.300Z | Aug 25 01:07:24.770Aug 25 01:07:24.760 DEBGAug 25 01:07:24.770 DEBGcreated new freemap , unitcreated new freemap , Aug 25 01:07:24.770Aug 25 01:07:24.770 DEBG INFOunit :adding route 172.17.0.14/32 -> 10.0.0.255DEBGcreated new freemap |
| 7405 | 2026-08-25T01:07:26.300Z | , unitreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: : |
| 7406 | 2026-08-25T01:07:26.300Z | freemap_route_ipv6Aug 25 01:07:24.770 |
| 7407 | 2026-08-25T01:07:26.300Z | freemap_route_ipv4 |
| 7408 | 2026-08-25T01:07:26.300Z | 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 } }]Aug 25 01:07:24.770 |
| 7409 | 2026-08-25T01:07:26.300Z | Aug 25 01:07:24.770DEBGfreemap_route_ipv6 INFO |
| 7410 | 2026-08-25T01:07:26.300Z | initted freemap. size: 64adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff, |
| 7411 | 2026-08-25T01:07:26.300Z | Aug 25 01:07:24.770unitAug 25 01:07:24.770 :INFO DEBGAug 25 01:07:24.770 freemap_route_ipv4adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7412 | 2026-08-25T01:07:26.300Z | initted freemap. size: 64 |
| 7413 | 2026-08-25T01:07:26.300Z | , DEBGunitAug 25 01:07:24.770 Aug 25 01:07:24.770 DEBG:replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7414 | 2026-08-25T01:07:26.300Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4reset freemap |
| 7415 | 2026-08-25T01:07:26.300Z | , unit |
| 7416 | 2026-08-25T01:07:26.300Z | : Aug 25 01:07:24.770Aug 25 01:07:24.770 freemap_route_ipv4 INFO |
| 7417 | 2026-08-25T01:07:26.301Z | INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7418 | 2026-08-25T01:07:26.301Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 25 01:07:24.770Aug 25 01:07:24.770 |
| 7419 | 2026-08-25T01:07:26.301Z | DEBG Aug 25 01:07:24.770 Aug 25 01:07:24.770 initted freemap. size: 64DEBGDEBG, unitreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 7420 | 2026-08-25T01:07:26.306Z | |
| 7421 | 2026-08-25T01:07:26.306Z | freemap_route_ipv6 |
| 7422 | 2026-08-25T01:07:26.306Z | reset freemapAug 25 01:07:24.770Aug 25 01:07:24.770 Aug 25 01:07:24.770DEBGINFO reset freemapINFO , adding route 172.17.0.17/32 -> 10.0.0.255 , adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7423 | 2026-08-25T01:07:26.306Z | unit:unit: |
| 7424 | 2026-08-25T01:07:26.306Z | freemap_route_ipv4freemap_route_ipv6 |
| 7425 | 2026-08-25T01:07:26.307Z | |
| 7426 | 2026-08-25T01:07:26.307Z | Aug 25 01:07:24.770 DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.770Aug 25 01:07:24.770 |
| 7427 | 2026-08-25T01:07:26.307Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 01:07:24.770Aug 25 01:07:24.770 |
| 7428 | 2026-08-25T01:07:26.307Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 7429 | 2026-08-25T01:07:26.307Z | adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 7430 | 2026-08-25T01:07:26.307Z | Aug 25 01:07:24.770 DEBGAug 25 01:07:24.770initted freemap. size: 64 , Aug 25 01:07:24.770 unitINFO: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 7431 | 2026-08-25T01:07:26.307Z | freemap_route_ipv6adding route 3fff:beef:30::/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 } }] |
| 7432 | 2026-08-25T01:07:26.307Z | |
| 7433 | 2026-08-25T01:07:26.307Z | Aug 25 01:07:24.770 |
| 7434 | 2026-08-25T01:07:26.307Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 01:07:24.770 |
| 7435 | 2026-08-25T01:07:26.307Z | Aug 25 01:07:24.770 INFOAug 25 01:07:24.770 Aug 25 01:07:24.770adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 7436 | 2026-08-25T01:07:26.307Z | DEBGreset freemap 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 } }] unit |
| 7437 | 2026-08-25T01:07:26.307Z | 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 } }]: |
| 7438 | 2026-08-25T01:07:26.307Z | freemap_route_ipv6 |
| 7439 | 2026-08-25T01:07:26.307Z | Aug 25 01:07:24.770Aug 25 01:07:24.770 INFODEBG Aug 25 01:07:24.770adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 7440 | 2026-08-25T01:07:26.307Z | |
| 7441 | 2026-08-25T01:07:26.307Z | Aug 25 01:07:24.770INFO INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 01:07:24.770 |
| 7442 | 2026-08-25T01:07:26.308Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 01:07:24.770 |
| 7443 | 2026-08-25T01:07:26.308Z | INFODEBG Aug 25 01:07:24.770replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7444 | 2026-08-25T01:07:26.308Z | adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 7445 | 2026-08-25T01:07:26.308Z | Aug 25 01:07:24.770 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 } }] |
| 7446 | 2026-08-25T01:07:26.308Z | Aug 25 01:07:24.770Aug 25 01:07:24.770DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGAug 25 01:07:24.770 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 } }] |
| 7447 | 2026-08-25T01:07:26.308Z | adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 7448 | 2026-08-25T01:07:26.308Z | |
| 7449 | 2026-08-25T01:07:26.308Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7450 | 2026-08-25T01:07:26.308Z | Aug 25 01:07:24.770Aug 25 01:07:24.770 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.21/32 -> 10.0.0.255Aug 25 01:07:24.770Aug 25 01:07:24.770 |
| 7451 | 2026-08-25T01:07:26.308Z | DEBG |
| 7452 | 2026-08-25T01:07:26.308Z | 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 } }] |
| 7453 | 2026-08-25T01:07:26.308Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.770 Aug 25 01:07:24.770DEBG |
| 7454 | 2026-08-25T01:07:26.308Z | Aug 25 01:07:24.770 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 } }]DEBGDEBGAug 25 01:07:24.770 |
| 7455 | 2026-08-25T01:07:26.308Z | 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: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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7456 | 2026-08-25T01:07:26.308Z | |
| 7457 | 2026-08-25T01:07:26.309Z | Aug 25 01:07:24.770 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff INFO |
| 7458 | 2026-08-25T01:07:26.309Z | Aug 25 01:07:24.770 adding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 7459 | 2026-08-25T01:07:26.309Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 01:07:24.770 |
| 7460 | 2026-08-25T01:07:26.309Z | DEBGAug 25 01:07:24.770 Aug 25 01:07:24.770 Aug 25 01:07:24.770DEBG DEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7461 | 2026-08-25T01:07:26.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 } }]replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap |
| 7462 | 2026-08-25T01:07:26.309Z | , Aug 25 01:07:24.770 |
| 7463 | 2026-08-25T01:07:26.309Z | unitAug 25 01:07:24.770Aug 25 01:07:24.770 INFO:INFO Aug 25 01:07:24.770INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.23/32 -> 10.0.0.255 |
| 7464 | 2026-08-25T01:07:26.309Z | freemap_route_ipv6INFOadding route 172.17.0.36/32 -> 10.0.0.255 |
| 7465 | 2026-08-25T01:07:26.309Z | |
| 7466 | 2026-08-25T01:07:26.309Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7467 | 2026-08-25T01:07:26.309Z | |
| 7468 | 2026-08-25T01:07:26.309Z | Aug 25 01:07:24.770 DEBG Aug 25 01:07:24.770replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.770DEBG |
| 7469 | 2026-08-25T01:07:26.310Z | Aug 25 01:07:24.770 initted freemap. size: 64DEBG , DEBG Aug 25 01:07:24.770unit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 01:07:24.770: |
| 7470 | 2026-08-25T01:07:26.310Z | 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 } }] |
| 7471 | 2026-08-25T01:07:26.310Z | 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 } }] INFOfreemap_route_ipv4 Aug 25 01:07:24.770adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7472 | 2026-08-25T01:07:26.310Z | |
| 7473 | 2026-08-25T01:07:26.310Z | |
| 7474 | 2026-08-25T01:07:26.310Z | Aug 25 01:07:24.770 DEBGINFO Aug 25 01:07:24.770replacing targets for 3fff:dead::/64 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 } }] |
| 7475 | 2026-08-25T01:07:26.310Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7476 | 2026-08-25T01:07:26.310Z | DEBG Aug 25 01:07:24.770Aug 25 01:07:24.770 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.770DEBGINFO |
| 7477 | 2026-08-25T01:07:26.310Z | DEBGreset freemap adding route 172.17.0.37/32 -> 10.0.0.255, replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7478 | 2026-08-25T01:07:26.310Z | : |
| 7479 | 2026-08-25T01:07:26.310Z | Aug 25 01:07:24.770freemap_route_ipv4 |
| 7480 | 2026-08-25T01:07:26.310Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 01:07:24.770 |
| 7481 | 2026-08-25T01:07:26.310Z | Aug 25 01:07:24.770DEBG Aug 25 01:07:24.770replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7482 | 2026-08-25T01:07:26.310Z | DEBGAug 25 01:07:24.770 adding route 172.17.0.25/32 -> 10.0.0.255 initted freemap. size: 64 |
| 7483 | 2026-08-25T01:07:26.311Z | DEBG, unit :replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.770 |
| 7484 | 2026-08-25T01:07:26.311Z | freemap_route_ipv6Aug 25 01:07:24.770 |
| 7485 | 2026-08-25T01:07:26.311Z | DEBG INFO adding route 172.17.0.38/32 -> 10.0.0.255 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7486 | 2026-08-25T01:07:26.311Z | |
| 7487 | 2026-08-25T01:07:26.311Z | Aug 25 01:07:24.770Aug 25 01:07:24.770 INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 25 01:07:24.770Aug 25 01:07:24.770 DEBGreset freemap |
| 7488 | 2026-08-25T01:07:26.311Z | , INFO adding route 172.17.0.26/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 } }] |
| 7489 | 2026-08-25T01:07:26.311Z | |
| 7490 | 2026-08-25T01:07:26.311Z | unit:Aug 25 01:07:24.770Aug 25 01:07:24.770 DEBG Aug 25 01:07:24.770 adding route 172.17.0.44/32 -> 10.0.0.255 freemap_route_ipv6replacing 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 } }]INFODEBG |
| 7491 | 2026-08-25T01:07:26.311Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7492 | 2026-08-25T01:07:26.311Z | |
| 7493 | 2026-08-25T01:07:26.311Z | 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 } }] |
| 7494 | 2026-08-25T01:07:26.311Z | Aug 25 01:07:24.770 INFO |
| 7495 | 2026-08-25T01:07:26.311Z | Aug 25 01:07:24.770adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 25 01:07:24.770Aug 25 01:07:24.770 Aug 25 01:07:24.770 |
| 7496 | 2026-08-25T01:07:26.312Z | 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 } }]INFO |
| 7497 | 2026-08-25T01:07:26.312Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.770 adding route 172.16.0.0/32 -> 10.0.0.1DEBGadding route 172.17.0.27/32 -> 10.0.0.255 |
| 7498 | 2026-08-25T01:07:26.312Z | |
| 7499 | 2026-08-25T01:07:26.313Z | |
| 7500 | 2026-08-25T01:07:26.313Z | Aug 25 01:07:24.770replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.770Aug 25 01:07:24.770 |
| 7501 | 2026-08-25T01:07:26.313Z | test route::tests::same_size_non_subset_replace ... ok |
| 7502 | 2026-08-25T01:07:26.313Z | DEBGINFOAug 25 01:07:24.770DEBG INFOadding route 172.17.0.45/32 -> 10.0.0.255 |
| 7503 | 2026-08-25T01:07:26.313Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.770 |
| 7504 | 2026-08-25T01:07:26.313Z | INFO |
| 7505 | 2026-08-25T01:07:26.313Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.40/32 -> 10.0.0.255Aug 25 01:07:24.770 |
| 7506 | 2026-08-25T01:07:26.313Z | Aug 25 01:07:24.770 Aug 25 01:07:24.770 DEBG |
| 7507 | 2026-08-25T01:07:26.313Z | INFOINFO adding route 172.17.0.28/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 } }] |
| 7508 | 2026-08-25T01:07:26.313Z | Aug 25 01:07:24.770 Aug 25 01:07:24.770DEBG |
| 7509 | 2026-08-25T01:07:26.313Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7510 | 2026-08-25T01:07:26.313Z | 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.16.0.0/32 -> 10.0.0.2 |
| 7511 | 2026-08-25T01:07:26.313Z | DEBGAug 25 01:07:24.770 |
| 7512 | 2026-08-25T01:07:26.313Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7513 | 2026-08-25T01:07:26.313Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.770 INFOAug 25 01:07:24.771 Aug 25 01:07:24.771 adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 7514 | 2026-08-25T01:07:26.313Z | DEBG created new freemapcreated new freemap, , Aug 25 01:07:24.782unit unitDEBG: :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 } }]freemap_route_ipv4 |
| 7515 | 2026-08-25T01:07:26.313Z | |
| 7516 | 2026-08-25T01:07:26.313Z | freemap_route_ipv4 |
| 7517 | 2026-08-25T01:07:26.313Z | Aug 25 01:07:24.782Aug 25 01:07:24.770Aug 25 01:07:24.782 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 } }] Aug 25 01:07:24.782created new freemap |
| 7518 | 2026-08-25T01:07:26.314Z | INFO , unitadding route 172.17.0.47/32 -> 10.0.0.255: |
| 7519 | 2026-08-25T01:07:26.314Z | freemap_route_ipv6Aug 25 01:07:24.782DEBG |
| 7520 | 2026-08-25T01:07:26.320Z | created new freemap , DEBGunitAug 25 01:07:24.782: freemap_route_ipv6Aug 25 01:07:24.782DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG |
| 7521 | 2026-08-25T01:07:26.320Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 7522 | 2026-08-25T01:07:26.321Z | , |
| 7523 | 2026-08-25T01:07:26.321Z | unitAug 25 01:07:24.770Aug 25 01:07:24.782 INFO:Aug 25 01:07:24.782DEBG freemap_route_ipv4initted freemap. size: 64 |
| 7524 | 2026-08-25T01:07:26.321Z | , unitadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO: |
| 7525 | 2026-08-25T01:07:26.321Z | Aug 25 01:07:24.782freemap_route_ipv4INFOadding route 172.17.0.48/32 -> 10.0.0.255 Aug 25 01:07:24.782 |
| 7526 | 2026-08-25T01:07:26.321Z | DEBG |
| 7527 | 2026-08-25T01:07:26.321Z | adding route 172.17.0.16/32 -> 10.0.0.255DEBGreset freemap |
| 7528 | 2026-08-25T01:07:26.321Z | , unitAug 25 01:07:24.782: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 } }] freemap_route_ipv4Aug 25 01:07:24.782 |
| 7529 | 2026-08-25T01:07:26.321Z | DEBG Aug 25 01:07:24.782 DEBG |
| 7530 | 2026-08-25T01:07:26.321Z | DEBG Aug 25 01:07:24.782 reset freemap replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 25 01:07:24.782 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 } }] |
| 7531 | 2026-08-25T01:07:26.321Z | initted freemap. size: 64 |
| 7532 | 2026-08-25T01:07:26.321Z | , , INFO unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff: |
| 7533 | 2026-08-25T01:07:26.322Z | unitfreemap_route_ipv6Aug 25 01:07:24.782 |
| 7534 | 2026-08-25T01:07:26.322Z | Aug 25 01:07:24.782:Aug 25 01:07:24.782 INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 Aug 25 01:07:24.782INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4 |
| 7535 | 2026-08-25T01:07:26.322Z | |
| 7536 | 2026-08-25T01:07:26.322Z | adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 7537 | 2026-08-25T01:07:26.322Z | |
| 7538 | 2026-08-25T01:07:26.322Z | reset freemapAug 25 01:07:24.782Aug 25 01:07:24.782 DEBG, unit :initted freemap. size: 64DEBG Aug 25 01:07:24.782Aug 25 01:07:24.782, INFODEBG freemap_route_ipv6 |
| 7539 | 2026-08-25T01:07:26.322Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7540 | 2026-08-25T01:07:26.323Z | 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 } }] |
| 7541 | 2026-08-25T01:07:26.323Z | 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 } }] |
| 7542 | 2026-08-25T01:07:26.323Z | unit:Aug 25 01:07:24.782 INFOAug 25 01:07:24.782Aug 25 01:07:24.782freemap_route_ipv6 Aug 25 01:07:24.782DEBG adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7543 | 2026-08-25T01:07:26.323Z | INFOINFO |
| 7544 | 2026-08-25T01:07:26.323Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 25 01:07:24.782 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 7545 | 2026-08-25T01:07:26.324Z | |
| 7546 | 2026-08-25T01:07:26.324Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7547 | 2026-08-25T01:07:26.324Z | |
| 7548 | 2026-08-25T01:07:26.324Z | Aug 25 01:07:24.782Aug 25 01:07:24.782 Aug 25 01:07:24.782DEBGAug 25 01:07:24.782 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.782DEBG DEBG |
| 7549 | 2026-08-25T01:07:26.324Z | reset freemap 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.16.0.0/32 -> 10.0.0.2failed to allocate space for the new target listunit |
| 7550 | 2026-08-25T01:07:26.324Z | |
| 7551 | 2026-08-25T01:07:26.324Z | Aug 25 01:07:24.782 |
| 7552 | 2026-08-25T01:07:26.324Z | INFO :Aug 25 01:07:24.782 Aug 25 01:07:24.782Aug 25 01:07:24.782 INFODEBGfreemap_route_ipv6 |
| 7553 | 2026-08-25T01:07:26.324Z | DEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.19/32 -> 10.0.0.255 |
| 7554 | 2026-08-25T01:07:26.324Z | replacing targets for 3fff:dead::/64 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 } }] |
| 7555 | 2026-08-25T01:07:26.324Z | |
| 7556 | 2026-08-25T01:07:26.325Z | |
| 7557 | 2026-08-25T01:07:26.325Z | Aug 25 01:07:24.782Aug 25 01:07:24.782 Aug 25 01:07:24.782INFODEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 7558 | 2026-08-25T01:07:26.325Z | |
| 7559 | 2026-08-25T01:07:26.325Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7560 | 2026-08-25T01:07:26.325Z | Aug 25 01:07:24.782 Aug 25 01:07:24.782Aug 25 01:07:24.782Aug 25 01:07:24.782 DEBG 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 } }]DEBG |
| 7561 | 2026-08-25T01:07:26.325Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 7562 | 2026-08-25T01:07:26.325Z | |
| 7563 | 2026-08-25T01:07:26.325Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 25 01:07:24.782 |
| 7564 | 2026-08-25T01:07:26.325Z | INFOAug 25 01:07:24.782 INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 7565 | 2026-08-25T01:07:26.325Z | adding route 172.16.0.0/32 -> 10.0.0.4Aug 25 01:07:24.782 |
| 7566 | 2026-08-25T01:07:26.325Z | Aug 25 01:07:24.782 INFODEBG Aug 25 01:07:24.782replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.782 |
| 7567 | 2026-08-25T01:07:26.325Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 7568 | 2026-08-25T01:07:26.325Z | Aug 25 01:07:24.782replacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7569 | 2026-08-25T01:07:26.325Z | INFO |
| 7570 | 2026-08-25T01:07:26.325Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7571 | 2026-08-25T01:07:26.325Z | Aug 25 01:07:24.782 Aug 25 01:07:24.782INFO Aug 25 01:07:24.782DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.53/32 -> 10.0.0.255 |
| 7572 | 2026-08-25T01:07:26.325Z | |
| 7573 | 2026-08-25T01:07:26.326Z | DEBGAug 25 01:07:24.782 replacing targets for 172.16.0.0/32 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 } }] DEBG |
| 7574 | 2026-08-25T01:07:26.326Z | Aug 25 01:07:24.782replacing 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 } }] |
| 7575 | 2026-08-25T01:07:26.326Z | 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 } }] |
| 7576 | 2026-08-25T01:07:26.326Z | Aug 25 01:07:24.782 INFOAug 25 01:07:24.782 Aug 25 01:07:24.782INFO adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 7577 | 2026-08-25T01:07:26.326Z | adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7578 | 2026-08-25T01:07:26.326Z | |
| 7579 | 2026-08-25T01:07:26.326Z | Aug 25 01:07:24.782Aug 25 01:07:24.782 Aug 25 01:07:24.782DEBG 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 } }] |
| 7580 | 2026-08-25T01:07:26.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 } }]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 } }] |
| 7581 | 2026-08-25T01:07:26.326Z | |
| 7582 | 2026-08-25T01:07:26.326Z | Aug 25 01:07:24.782 INFOAug 25 01:07:24.782 INFO Aug 25 01:07:24.782adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7583 | 2026-08-25T01:07:26.326Z | INFOadding route 172.17.0.23/32 -> 10.0.0.255 |
| 7584 | 2026-08-25T01:07:26.326Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7585 | 2026-08-25T01:07:26.326Z | Aug 25 01:07:24.782Aug 25 01:07:24.782Aug 25 01:07:24.782 DEBG DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 7586 | 2026-08-25T01:07:26.326Z | |
| 7587 | 2026-08-25T01:07:26.326Z | |
| 7588 | 2026-08-25T01:07:26.327Z | Aug 25 01:07:24.782Aug 25 01:07:24.782 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7589 | 2026-08-25T01:07:26.327Z | |
| 7590 | 2026-08-25T01:07:26.327Z | Aug 25 01:07:24.782 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 } }]Aug 25 01:07:24.782Aug 25 01:07:24.782 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.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 } }] |
| 7591 | 2026-08-25T01:07:26.327Z | |
| 7592 | 2026-08-25T01:07:26.327Z | |
| 7593 | 2026-08-25T01:07:26.327Z | Aug 25 01:07:24.782 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7594 | 2026-08-25T01:07:26.328Z | Aug 25 01:07:24.782 INFOAug 25 01:07:24.782 DEBG adding route 172.17.0.25/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 } }] |
| 7595 | 2026-08-25T01:07:26.328Z | |
| 7596 | 2026-08-25T01:07:26.328Z | Aug 25 01:07:24.782 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 } }] |
| 7597 | 2026-08-25T01:07:26.328Z | Aug 25 01:07:24.782 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 25 01:07:24.782 |
| 7598 | 2026-08-25T01:07:26.328Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7599 | 2026-08-25T01:07:26.328Z | Aug 25 01:07:24.782 Aug 25 01:07:24.782 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 } }]DEBG |
| 7600 | 2026-08-25T01:07:26.328Z | 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 } }] |
| 7601 | 2026-08-25T01:07:26.328Z | Aug 25 01:07:24.782 Aug 25 01:07:24.782INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 7602 | 2026-08-25T01:07:26.328Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7603 | 2026-08-25T01:07:26.328Z | test route::tests::add_target_fails_full ... ok |
| 7604 | 2026-08-25T01:07:26.328Z | Aug 25 01:07:24.782Aug 25 01:07:24.782 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.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 } }] |
| 7605 | 2026-08-25T01:07:26.328Z | |
| 7606 | 2026-08-25T01:07:26.328Z | Aug 25 01:07:24.782 Aug 25 01:07:24.782INFO adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 7607 | 2026-08-25T01:07:26.328Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7608 | 2026-08-25T01:07:26.328Z | Aug 25 01:07:24.782 Aug 25 01:07:24.782DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7609 | 2026-08-25T01:07:26.328Z | replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7610 | 2026-08-25T01:07:26.328Z | |
| 7611 | 2026-08-25T01:07:26.328Z | Aug 25 01:07:24.782 INFO Aug 25 01:07:24.782adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7612 | 2026-08-25T01:07:26.328Z | INFOAug 25 01:07:24.782 adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7613 | 2026-08-25T01:07:26.328Z | INFOAug 25 01:07:24.782 adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 7614 | 2026-08-25T01:07:26.328Z | Aug 25 01:07:24.782replacing 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 } }] |
| 7615 | 2026-08-25T01:07:26.329Z | DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.782 |
| 7616 | 2026-08-25T01:07:26.329Z | DEBGAug 25 01:07:24.782 Aug 25 01:07:24.782INFOreplacing 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 } }] |
| 7617 | 2026-08-25T01:07:26.329Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7618 | 2026-08-25T01:07:26.329Z | INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7619 | 2026-08-25T01:07:26.329Z | Aug 25 01:07:24.782 INFO Aug 25 01:07:24.782Aug 25 01:07:24.782 adding route 172.17.0.30/32 -> 10.0.0.255 DEBG |
| 7620 | 2026-08-25T01:07:26.333Z | 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 } }] 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 } }] |
| 7621 | 2026-08-25T01:07:26.334Z | |
| 7622 | 2026-08-25T01:07:26.334Z | Aug 25 01:07:24.792Aug 25 01:07:24.792 INFODEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7623 | 2026-08-25T01:07:26.334Z | |
| 7624 | 2026-08-25T01:07:26.334Z | Aug 25 01:07:24.792 INFOAug 25 01:07:24.792Aug 25 01:07:24.792 adding route 172.17.0.63/32 -> 10.0.0.255INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255 |
| 7625 | 2026-08-25T01:07:26.334Z | |
| 7626 | 2026-08-25T01:07:26.334Z | 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 } }] |
| 7627 | 2026-08-25T01:07:26.334Z | Aug 25 01:07:24.792 Aug 25 01:07:24.792DEBG Aug 25 01:07:24.792DEBG INFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7628 | 2026-08-25T01:07:26.334Z | |
| 7629 | 2026-08-25T01:07:26.334Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7630 | 2026-08-25T01:07:26.334Z | Aug 25 01:07:24.792 INFOAug 25 01:07:24.792Aug 25 01:07:24.783 DEBG created new freemapDEBG, unitfailed to allocate space for the new target list: |
| 7631 | 2026-08-25T01:07:26.334Z | freemap_route_ipv4 |
| 7632 | 2026-08-25T01:07:26.334Z | |
| 7633 | 2026-08-25T01:07:26.334Z | Aug 25 01:07:24.792Aug 25 01:07:24.792Aug 25 01:07:24.792 DEBGDEBG created new freemapDEBG, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:07:24.792 |
| 7634 | 2026-08-25T01:07:26.334Z | unitreplacing 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 } }]: |
| 7635 | 2026-08-25T01:07:26.334Z | freemap_route_ipv6 |
| 7636 | 2026-08-25T01:07:26.334Z | INFOAug 25 01:07:24.792 adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 01:07:24.792 |
| 7637 | 2026-08-25T01:07:26.334Z | DEBG failed to allocate space for the new target listAug 25 01:07:24.792 |
| 7638 | 2026-08-25T01:07:26.334Z | INFODEBGAug 25 01:07:24.792 initted freemap. size: 64DEBG, adding route 172.17.0.33/32 -> 10.0.0.255 unit |
| 7639 | 2026-08-25T01:07:26.334Z | :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 } }] |
| 7640 | 2026-08-25T01:07:26.334Z | freemap_route_ipv4 |
| 7641 | 2026-08-25T01:07:26.334Z | Aug 25 01:07:24.792 DEBG Aug 25 01:07:24.792adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 01:07:24.792 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 } }] |
| 7642 | 2026-08-25T01:07:26.334Z | DEBGINFO |
| 7643 | 2026-08-25T01:07:26.334Z | reset freemap adding route 172.17.0.42/32 -> 10.0.0.255, |
| 7644 | 2026-08-25T01:07:26.334Z | unit:Aug 25 01:07:24.792 Aug 25 01:07:24.792 DEBGfreemap_route_ipv4INFO |
| 7645 | 2026-08-25T01:07:26.335Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.792 |
| 7646 | 2026-08-25T01:07:26.335Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7647 | 2026-08-25T01:07:26.335Z | Aug 25 01:07:24.792DEBG DEBG initted freemap. size: 64replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 7648 | 2026-08-25T01:07:26.335Z | unitAug 25 01:07:24.792: INFOfreemap_route_ipv6 |
| 7649 | 2026-08-25T01:07:26.335Z | adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 01:07:24.792 DEBG |
| 7650 | 2026-08-25T01:07:26.335Z | Aug 25 01:07:24.792replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.792INFO Aug 25 01:07:24.792 adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7651 | 2026-08-25T01:07:26.335Z | |
| 7652 | 2026-08-25T01:07:26.335Z | DEBGDEBG reset freemapreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.792, unit |
| 7653 | 2026-08-25T01:07:26.335Z | 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 } }] |
| 7654 | 2026-08-25T01:07:26.335Z | freemap_route_ipv6 |
| 7655 | 2026-08-25T01:07:26.335Z | Aug 25 01:07:24.793Aug 25 01:07:24.792 Aug 25 01:07:24.793 INFOINFO INFOAug 25 01:07:24.793adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7656 | 2026-08-25T01:07:26.335Z | adding route 172.17.0.35/32 -> 10.0.0.255 adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 7657 | 2026-08-25T01:07:26.335Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:07:24.793 |
| 7658 | 2026-08-25T01:07:26.335Z | |
| 7659 | 2026-08-25T01:07:26.335Z | DEBG Aug 25 01:07:24.793replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.793 |
| 7660 | 2026-08-25T01:07:26.335Z | Aug 25 01:07:24.793 DEBGDEBGDEBG Aug 25 01:07:24.793replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.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 } }] |
| 7661 | 2026-08-25T01:07:26.335Z | |
| 7662 | 2026-08-25T01:07:26.335Z | INFO |
| 7663 | 2026-08-25T01:07:26.335Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7664 | 2026-08-25T01:07:26.335Z | Aug 25 01:07:24.793Aug 25 01:07:24.793Aug 25 01:07:24.793 Aug 25 01:07:24.793INFO DEBG INFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7665 | 2026-08-25T01:07:26.335Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7666 | 2026-08-25T01:07:26.335Z | |
| 7667 | 2026-08-25T01:07:26.335Z | |
| 7668 | 2026-08-25T01:07:26.335Z | Aug 25 01:07:24.793 Aug 25 01:07:24.793INFOAug 25 01:07:24.793 DEBGDEBGadding route 172.17.0.36/32 -> 10.0.0.255 |
| 7669 | 2026-08-25T01:07:26.335Z | Aug 25 01:07:24.793replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 7670 | 2026-08-25T01:07:26.335Z | DEBG |
| 7671 | 2026-08-25T01:07:26.335Z | 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 } }] |
| 7672 | 2026-08-25T01:07:26.335Z | Aug 25 01:07:24.793Aug 25 01:07:24.793 Aug 25 01:07:24.793DEBG Aug 25 01:07:24.793replacing 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 INFOadding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 7673 | 2026-08-25T01:07:26.335Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7674 | 2026-08-25T01:07:26.335Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7675 | 2026-08-25T01:07:26.336Z | |
| 7676 | 2026-08-25T01:07:26.336Z | Aug 25 01:07:24.793 Aug 25 01:07:24.793DEBG Aug 25 01:07:24.793INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 25 01:07:24.793 DEBG |
| 7677 | 2026-08-25T01:07:26.336Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7678 | 2026-08-25T01:07:26.336Z | 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 } }] |
| 7679 | 2026-08-25T01:07:26.336Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.793Aug 25 01:07:24.793 |
| 7680 | 2026-08-25T01:07:26.336Z | INFODEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.793 |
| 7681 | 2026-08-25T01:07:26.336Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 01:07:24.793 |
| 7682 | 2026-08-25T01:07:26.336Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255INFO |
| 7683 | 2026-08-25T01:07:26.336Z | Aug 25 01:07:24.793adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7684 | 2026-08-25T01:07:26.336Z | DEBGAug 25 01:07:24.793 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 } }] adding route 172.17.0.38/32 -> 10.0.0.255Aug 25 01:07:24.793 |
| 7685 | 2026-08-25T01:07:26.336Z | |
| 7686 | 2026-08-25T01:07:26.336Z | DEBGAug 25 01:07:24.793 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.793 |
| 7687 | 2026-08-25T01:07:26.336Z | DEBG DEBG Aug 25 01:07:24.793replacing 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 } }] |
| 7688 | 2026-08-25T01:07:26.336Z | INFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7689 | 2026-08-25T01:07:26.336Z | |
| 7690 | 2026-08-25T01:07:26.336Z | Aug 25 01:07:24.793Aug 25 01:07:24.793 Aug 25 01:07:24.793INFOINFO Aug 25 01:07:24.793DEBG INFOadding route 172.17.0.39/32 -> 10.0.0.255 adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7691 | 2026-08-25T01:07:26.336Z | 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 } }] |
| 7692 | 2026-08-25T01:07:26.336Z | |
| 7693 | 2026-08-25T01:07:26.336Z | |
| 7694 | 2026-08-25T01:07:26.336Z | Aug 25 01:07:24.793Aug 25 01:07:24.793 DEBGAug 25 01:07:24.793DEBGAug 25 01:07:24.793 INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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.1/32 -> 10.0.0.255DEBG |
| 7695 | 2026-08-25T01:07:26.336Z | |
| 7696 | 2026-08-25T01:07:26.336Z | |
| 7697 | 2026-08-25T01:07:26.336Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.793 |
| 7698 | 2026-08-25T01:07:26.336Z | Aug 25 01:07:24.793Aug 25 01:07:24.793 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7699 | 2026-08-25T01:07:26.336Z | Aug 25 01:07:24.793DEBG adding route 172.17.0.40/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 } }]INFO |
| 7700 | 2026-08-25T01:07:26.336Z | |
| 7701 | 2026-08-25T01:07:26.336Z | Aug 25 01:07:24.793 adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 01:07:24.793Aug 25 01:07:24.793 DEBG |
| 7702 | 2026-08-25T01:07:26.336Z | INFODEBG 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.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 } }] |
| 7703 | 2026-08-25T01:07:26.336Z | Aug 25 01:07:24.793adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7704 | 2026-08-25T01:07:26.336Z | DEBG |
| 7705 | 2026-08-25T01:07:26.336Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.793 |
| 7706 | 2026-08-25T01:07:26.336Z | INFOAug 25 01:07:24.793 Aug 25 01:07:24.793adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 01:07:24.793DEBG |
| 7707 | 2026-08-25T01:07:26.336Z | INFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7708 | 2026-08-25T01:07:26.336Z | adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7709 | 2026-08-25T01:07:26.336Z | Aug 25 01:07:24.793 |
| 7710 | 2026-08-25T01:07:26.336Z | Aug 25 01:07:24.793Aug 25 01:07:24.793 DEBGDEBG Aug 25 01:07:24.793 INFOreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7711 | 2026-08-25T01:07:26.337Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7712 | 2026-08-25T01:07:26.337Z | 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.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 } }] |
| 7713 | 2026-08-25T01:07:26.337Z | Aug 25 01:07:24.793 |
| 7714 | 2026-08-25T01:07:26.337Z | Aug 25 01:07:24.793INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255 |
| 7715 | 2026-08-25T01:07:26.337Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.793 |
| 7716 | 2026-08-25T01:07:26.337Z | INFO Aug 25 01:07:24.793Aug 25 01:07:24.793 DEBGadding route 172.17.0.51/32 -> 10.0.0.255INFO Aug 25 01:07:24.793 |
| 7717 | 2026-08-25T01:07:26.337Z | 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 |
| 7718 | 2026-08-25T01:07:26.337Z | adding route 172.17.0.42/32 -> 10.0.0.255 adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7719 | 2026-08-25T01:07:26.337Z | |
| 7720 | 2026-08-25T01:07:26.502Z | Aug 25 01:07:24.793 Aug 25 01:07:24.793INFOAug 25 01:07:24.793Aug 25 01:07:24.793 adding route 172.17.0.43/32 -> 10.0.0.255DEBG DEBG |
| 7721 | 2026-08-25T01:07:26.502Z | DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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.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 } }] |
| 7722 | 2026-08-25T01:07:26.503Z | |
| 7723 | 2026-08-25T01:07:26.503Z | |
| 7724 | 2026-08-25T01:07:26.503Z | Aug 25 01:07:24.793 DEBGAug 25 01:07:24.793 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 } }]INFOAug 25 01:07:24.793Aug 25 01:07:24.793 |
| 7725 | 2026-08-25T01:07:26.503Z | INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 7726 | 2026-08-25T01:07:26.503Z | Aug 25 01:07:24.793 INFO adding route 172.17.0.5/32 -> 10.0.0.255INFO |
| 7727 | 2026-08-25T01:07:26.503Z | Aug 25 01:07:24.793 adding route 172.17.0.43/32 -> 10.0.0.255 adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7728 | 2026-08-25T01:07:26.503Z | DEBG Aug 25 01:07:24.793replacing 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 } }] |
| 7729 | 2026-08-25T01:07:26.503Z | DEBG |
| 7730 | 2026-08-25T01:07:26.503Z | Aug 25 01:07:24.793 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 } }]DEBG |
| 7731 | 2026-08-25T01:07:26.503Z | Aug 25 01:07:24.793Aug 25 01:07:24.793 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7732 | 2026-08-25T01:07:26.503Z | INFOAug 25 01:07:24.793 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.53/32 -> 10.0.0.255 |
| 7733 | 2026-08-25T01:07:26.503Z | |
| 7734 | 2026-08-25T01:07:26.503Z | INFOAug 25 01:07:24.793 adding route 172.17.0.6/32 -> 10.0.0.255INFOAug 25 01:07:24.793 Aug 25 01:07:24.793adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7735 | 2026-08-25T01:07:26.503Z | DEBG |
| 7736 | 2026-08-25T01:07:26.503Z | INFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7737 | 2026-08-25T01:07:26.503Z | |
| 7738 | 2026-08-25T01:07:26.503Z | Aug 25 01:07:24.793Aug 25 01:07:24.793 Aug 25 01:07:24.809DEBG Aug 25 01:07:24.809DEBGreplacing 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 INFO |
| 7739 | 2026-08-25T01:07:26.504Z | 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.54/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7740 | 2026-08-25T01:07:26.504Z | |
| 7741 | 2026-08-25T01:07:26.504Z | |
| 7742 | 2026-08-25T01:07:26.504Z | Aug 25 01:07:24.809 INFOAug 25 01:07:24.809 Aug 25 01:07:24.809 adding route 172.17.0.7/32 -> 10.0.0.255DEBGINFO |
| 7743 | 2026-08-25T01:07:26.504Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.809adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7744 | 2026-08-25T01:07:26.504Z | Aug 25 01:07:24.809INFO DEBG adding route 172.17.0.45/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 } }]Aug 25 01:07:24.809 |
| 7745 | 2026-08-25T01:07:26.504Z | |
| 7746 | 2026-08-25T01:07:26.504Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 25 01:07:24.809 |
| 7747 | 2026-08-25T01:07:26.504Z | |
| 7748 | 2026-08-25T01:07:26.504Z | Aug 25 01:07:24.809DEBG INFOreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.809 |
| 7749 | 2026-08-25T01:07:26.504Z | Aug 25 01:07:24.809adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7750 | 2026-08-25T01:07:26.504Z | DEBG Aug 25 01:07:24.809DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7751 | 2026-08-25T01:07:26.504Z | INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.809adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7752 | 2026-08-25T01:07:26.504Z | |
| 7753 | 2026-08-25T01:07:26.504Z | DEBG Aug 25 01:07:24.809replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.809 |
| 7754 | 2026-08-25T01:07:26.505Z | 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 } }]Aug 25 01:07:24.809 |
| 7755 | 2026-08-25T01:07:26.505Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7756 | 2026-08-25T01:07:26.505Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 25 01:07:24.809 |
| 7757 | 2026-08-25T01:07:26.505Z | Aug 25 01:07:24.809INFO Aug 25 01:07:24.809INFO adding route 172.17.0.9/32 -> 10.0.0.255 adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 7758 | 2026-08-25T01:07:26.505Z | |
| 7759 | 2026-08-25T01:07:26.505Z | Aug 25 01:07:24.809replacing 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 } }] |
| 7760 | 2026-08-25T01:07:26.505Z | DEBGAug 25 01:07:24.809 Aug 25 01:07:24.809 Aug 25 01:07:24.809DEBG 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 } }] |
| 7761 | 2026-08-25T01:07:26.505Z | DEBGINFO 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 } }] |
| 7762 | 2026-08-25T01:07:26.505Z | 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 } }] |
| 7763 | 2026-08-25T01:07:26.505Z | |
| 7764 | 2026-08-25T01:07:26.505Z | Aug 25 01:07:24.809 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 25 01:07:24.809Aug 25 01:07:24.809Aug 25 01:07:24.809 |
| 7765 | 2026-08-25T01:07:26.506Z | INFOINFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7766 | 2026-08-25T01:07:26.506Z | 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 } }] |
| 7767 | 2026-08-25T01:07:26.506Z | |
| 7768 | 2026-08-25T01:07:26.506Z | Aug 25 01:07:24.809 DEBGAug 25 01:07:24.809 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.809DEBGAug 25 01:07:24.809 |
| 7769 | 2026-08-25T01:07:26.506Z | 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 } }] |
| 7770 | 2026-08-25T01:07:26.506Z | DEBGAug 25 01:07:24.809 INFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.809INFO |
| 7771 | 2026-08-25T01:07:26.506Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7772 | 2026-08-25T01:07:26.506Z | INFOAug 25 01:07:24.809 adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7773 | 2026-08-25T01:07:26.506Z | INFO |
| 7774 | 2026-08-25T01:07:26.506Z | Aug 25 01:07:24.809 adding route 172.17.0.58/32 -> 10.0.0.255Aug 25 01:07:24.809 DEBGDEBG |
| 7775 | 2026-08-25T01:07:26.507Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.809replacing 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 } }] |
| 7776 | 2026-08-25T01:07:26.507Z | DEBGAug 25 01:07:24.809 |
| 7777 | 2026-08-25T01:07:26.507Z | DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 7778 | 2026-08-25T01:07:26.508Z | |
| 7779 | 2026-08-25T01:07:26.508Z | Aug 25 01:07:24.809 Aug 25 01:07:24.809INFO INFOadding route 172.17.0.51/32 -> 10.0.0.255Aug 25 01:07:24.809 |
| 7780 | 2026-08-25T01:07:26.508Z | Aug 25 01:07:24.809INFO adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 7781 | 2026-08-25T01:07:26.508Z | adding route 172.17.0.59/32 -> 10.0.0.255 Aug 25 01:07:24.809adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7782 | 2026-08-25T01:07:26.508Z | Aug 25 01:07:24.809 |
| 7783 | 2026-08-25T01:07:26.508Z | 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.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 } }] |
| 7784 | 2026-08-25T01:07:26.508Z | |
| 7785 | 2026-08-25T01:07:26.508Z | Aug 25 01:07:24.809Aug 25 01:07:24.809 Aug 25 01:07:24.809Aug 25 01:07:24.809DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG |
| 7786 | 2026-08-25T01:07:26.508Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7787 | 2026-08-25T01:07:26.508Z | 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.13/32 -> 10.0.0.255 |
| 7788 | 2026-08-25T01:07:26.508Z | |
| 7789 | 2026-08-25T01:07:26.508Z | Aug 25 01:07:24.809 Aug 25 01:07:24.809INFOAug 25 01:07:24.809Aug 25 01:07:24.809 DEBGINFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 7790 | 2026-08-25T01:07:26.508Z | |
| 7791 | 2026-08-25T01:07:26.508Z | test route::tests::delete_target_fragmented ... ok |
| 7792 | 2026-08-25T01:07:26.508Z | 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 } }] |
| 7793 | 2026-08-25T01:07:26.508Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7794 | 2026-08-25T01:07:26.508Z | Aug 25 01:07:24.809 INFOAug 25 01:07:24.809Aug 25 01:07:24.809 adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 7795 | 2026-08-25T01:07:26.509Z | DEBGAug 25 01:07:24.809 DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 7796 | 2026-08-25T01:07:26.509Z | test route::tests::delete_targets_full ... ok |
| 7797 | 2026-08-25T01:07:26.509Z | test route::tests::delete_target_full ... ok |
| 7798 | 2026-08-25T01:07:26.509Z | 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.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 } }] |
| 7799 | 2026-08-25T01:07:26.509Z | |
| 7800 | 2026-08-25T01:07:26.509Z | Aug 25 01:07:24.809Aug 25 01:07:24.820 DEBGINFO Aug 25 01:07:24.820Aug 25 01:07:24.820 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 } }]DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 7801 | 2026-08-25T01:07:26.509Z | |
| 7802 | 2026-08-25T01:07:26.509Z | 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 } }] |
| 7803 | 2026-08-25T01:07:26.509Z | DEBG failed to allocate space for the new target list |
| 7804 | 2026-08-25T01:07:26.509Z | Aug 25 01:07:24.820Aug 25 01:07:24.820 Aug 25 01:07:24.820INFO DEBGINFO adding route 172.17.0.15/32 -> 10.0.0.255adding 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.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7805 | 2026-08-25T01:07:26.509Z | Aug 25 01:07:24.820 |
| 7806 | 2026-08-25T01:07:26.509Z | 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 } }] |
| 7807 | 2026-08-25T01:07:26.509Z | |
| 7808 | 2026-08-25T01:07:26.509Z | Aug 25 01:07:24.820Aug 25 01:07:24.820 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.52/32 -> 10.0.0.255 |
| 7809 | 2026-08-25T01:07:26.509Z | |
| 7810 | 2026-08-25T01:07:26.509Z | Aug 25 01:07:24.820 Aug 25 01:07:24.820DEBG INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7811 | 2026-08-25T01:07:26.509Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7812 | 2026-08-25T01:07:26.509Z | Aug 25 01:07:24.820Aug 25 01:07:24.820 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.53/32 -> 10.0.0.255 |
| 7813 | 2026-08-25T01:07:26.509Z | |
| 7814 | 2026-08-25T01:07:26.509Z | Aug 25 01:07:24.820 Aug 25 01:07:24.820DEBG 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 } }] |
| 7815 | 2026-08-25T01:07:26.509Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7816 | 2026-08-25T01:07:26.509Z | Aug 25 01:07:24.820Aug 25 01:07:24.820 Aug 25 01:07:24.820DEBG DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7817 | 2026-08-25T01:07:26.509Z | INFO |
| 7818 | 2026-08-25T01:07:26.509Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7819 | 2026-08-25T01:07:26.509Z | Aug 25 01:07:24.820 INFOAug 25 01:07:24.820 Aug 25 01:07:24.820adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7820 | 2026-08-25T01:07:26.514Z | INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 7821 | 2026-08-25T01:07:26.514Z | Aug 25 01:07:24.820replacing 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 } }] |
| 7822 | 2026-08-25T01:07:26.514Z | 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 } }] |
| 7823 | 2026-08-25T01:07:26.514Z | Aug 25 01:07:24.820Aug 25 01:07:24.820 INFODEBG Aug 25 01:07:24.820adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7824 | 2026-08-25T01:07:26.514Z | INFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7825 | 2026-08-25T01:07:26.514Z | |
| 7826 | 2026-08-25T01:07:26.514Z | Aug 25 01:07:24.820Aug 25 01:07:24.820Aug 25 01:07:24.820 DEBG INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7827 | 2026-08-25T01:07:26.514Z | DEBGadding route 172.17.0.17/32 -> 10.0.0.255 |
| 7828 | 2026-08-25T01:07:26.515Z | 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 } }] |
| 7829 | 2026-08-25T01:07:26.515Z | Aug 25 01:07:24.820Aug 25 01:07:24.820 Aug 25 01:07:24.820INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255 |
| 7830 | 2026-08-25T01:07:26.515Z | 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 } }] |
| 7831 | 2026-08-25T01:07:26.515Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7832 | 2026-08-25T01:07:26.515Z | Aug 25 01:07:24.820Aug 25 01:07:24.820 DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.820 |
| 7833 | 2026-08-25T01:07:26.515Z | adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 7834 | 2026-08-25T01:07:26.515Z | 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 } }] |
| 7835 | 2026-08-25T01:07:26.515Z | Aug 25 01:07:24.820Aug 25 01:07:24.820 Aug 25 01:07:24.820INFO INFODEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 7836 | 2026-08-25T01:07:26.515Z | 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 |
| 7837 | 2026-08-25T01:07:26.515Z | |
| 7838 | 2026-08-25T01:07:26.515Z | Aug 25 01:07:24.820 DEBG Aug 25 01:07:24.820Aug 25 01:07:24.820replacing 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 } }] |
| 7839 | 2026-08-25T01:07:26.515Z | INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 7840 | 2026-08-25T01:07:26.515Z | Aug 25 01:07:24.820replacing 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 } }] |
| 7841 | 2026-08-25T01:07:26.515Z | DEBG failed to allocate space for the new target list |
| 7842 | 2026-08-25T01:07:26.516Z | Aug 25 01:07:24.820Aug 25 01:07:24.820 INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255Aug 25 01:07:24.820 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 |
| 7843 | 2026-08-25T01:07:26.516Z | replacing targets for 172.16.0.0/32 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 } }] |
| 7844 | 2026-08-25T01:07:26.516Z | Aug 25 01:07:24.820 |
| 7845 | 2026-08-25T01:07:26.516Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7846 | 2026-08-25T01:07:26.516Z | Aug 25 01:07:24.821 DEBG Aug 25 01:07:24.821replacing 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 } }] |
| 7847 | 2026-08-25T01:07:26.516Z | DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7848 | 2026-08-25T01:07:26.516Z | Aug 25 01:07:24.821 INFO Aug 25 01:07:24.821adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7849 | 2026-08-25T01:07:26.516Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7850 | 2026-08-25T01:07:26.516Z | Aug 25 01:07:24.821 DEBG Aug 25 01:07:24.821replacing 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 } }] |
| 7851 | 2026-08-25T01:07:26.516Z | 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 } }] |
| 7852 | 2026-08-25T01:07:26.516Z | Aug 25 01:07:24.821 INFO Aug 25 01:07:24.821adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7853 | 2026-08-25T01:07:26.516Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7854 | 2026-08-25T01:07:26.516Z | Aug 25 01:07:24.821 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 } }] |
| 7855 | 2026-08-25T01:07:26.516Z | Aug 25 01:07:24.821 Aug 25 01:07:24.821DEBG 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 } }] |
| 7856 | 2026-08-25T01:07:26.516Z | INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7857 | 2026-08-25T01:07:26.516Z | Aug 25 01:07:24.821Aug 25 01:07:24.821 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing 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 } }] |
| 7858 | 2026-08-25T01:07:26.518Z | |
| 7859 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821Aug 25 01:07:24.821 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7860 | 2026-08-25T01:07:26.518Z | |
| 7861 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821Aug 25 01:07:24.821 DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7862 | 2026-08-25T01:07:26.518Z | |
| 7863 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821Aug 25 01:07:24.821 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 7864 | 2026-08-25T01:07:26.518Z | |
| 7865 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821Aug 25 01:07:24.821 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 } }] |
| 7866 | 2026-08-25T01:07:26.518Z | |
| 7867 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 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 } }] |
| 7868 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7869 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 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 } }] |
| 7870 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7871 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 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 } }] |
| 7872 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7873 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 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 } }] |
| 7874 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7875 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 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 } }] |
| 7876 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7877 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 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 } }] |
| 7878 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7879 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 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 } }] |
| 7880 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7881 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7882 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7883 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7884 | 2026-08-25T01:07:26.518Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7885 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7886 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7887 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7888 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7889 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7890 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7891 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7892 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7893 | 2026-08-25T01:07:26.519Z | test route::tests::delete_targets_fragmented ... ok |
| 7894 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 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 } }] |
| 7895 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7896 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 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 } }] |
| 7897 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7898 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 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 } }] |
| 7899 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7900 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 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 } }] |
| 7901 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7902 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 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 } }] |
| 7903 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7904 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 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 } }] |
| 7905 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7906 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 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 } }] |
| 7907 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7908 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 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 } }] |
| 7909 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7910 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 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 } }] |
| 7911 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7912 | 2026-08-25T01:07:26.519Z | |
| 7913 | 2026-08-25T01:07:26.519Z | Aug 25 01:07:24.821 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 } }] |
| 7914 | 2026-08-25T01:07:26.520Z | Aug 25 01:07:24.821 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7915 | 2026-08-25T01:07:26.520Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s |
| 7916 | 2026-08-25T01:07:26.520Z | |
| 7917 | 2026-08-25T01:07:26.520Z | |
| 7918 | 2026-08-25T01:07:26.520Z | running 0 tests |
| 7919 | 2026-08-25T01:07:26.520Z | |
| 7920 | 2026-08-25T01:07:26.530Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7921 | 2026-08-25T01:07:26.530Z | |
| 7922 | 2026-08-25T01:07:26.530Z | Aug 25 01:07:24.821 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 } }] |
| 7923 | 2026-08-25T01:07:26.530Z | Aug 25 01:07:24.838 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7924 | 2026-08-25T01:07:26.530Z | Aug 25 01:07:24.838 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 } }] |
| 7925 | 2026-08-25T01:07:26.530Z | Aug 25 01:07:24.838 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7926 | 2026-08-25T01:07:26.530Z | Aug 25 01:07:24.838 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 } }] |
| 7927 | 2026-08-25T01:07:26.530Z | Aug 25 01:07:24.838 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7928 | 2026-08-25T01:07:26.530Z | Aug 25 01:07:24.838 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 } }] |
| 7929 | 2026-08-25T01:07:26.530Z | Aug 25 01:07:24.838 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7930 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 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 } }] |
| 7931 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7932 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 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 } }] |
| 7933 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7934 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 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 } }] |
| 7935 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7936 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 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 } }] |
| 7937 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7938 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 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 } }] |
| 7939 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7940 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 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 } }] |
| 7941 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7942 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 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 } }] |
| 7943 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7944 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 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 } }] |
| 7945 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7946 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 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 } }] |
| 7947 | 2026-08-25T01:07:26.531Z | Aug 25 01:07:24.838 DEBG failed to allocate space for the new target list |
| 7948 | 2026-08-25T01:07:26.532Z | Aug 25 01:07:24.838 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7949 | 2026-08-25T01:07:26.532Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-6f1b5734e4ce32a8) |
| 7950 | 2026-08-25T01:07:26.532Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 7951 | 2026-08-25T01:07:26.532Z | |
| 7952 | 2026-08-25T01:07:26.532Z | running 0 tests |
| 7953 | 2026-08-25T01:07:26.532Z | |
| 7954 | 2026-08-25T01:07:26.532Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7955 | 2026-08-25T01:07:26.532Z | |
| 7956 | 2026-08-25T01:07:26.532Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-997b6ac0c3f3c24c) |
| 7957 | 2026-08-25T01:07:26.532Z | |
| 7958 | 2026-08-25T01:07:26.532Z | running 6 tests |
| 7959 | 2026-08-25T01:07:26.532Z | test tests::test_parse_client_port_id ... ok |
| 7960 | 2026-08-25T01:07:26.532Z | test tests::test_port_id_cmp ... ok |
| 7961 | 2026-08-25T01:07:26.532Z | test tests::test_full_lot_id_neither_present ... ok |
| 7962 | 2026-08-25T01:07:26.532Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7963 | 2026-08-25T01:07:26.533Z | test tests::test_full_lot_id_lot_only ... ok |
| 7964 | 2026-08-25T01:07:26.533Z | test tests::test_full_lot_id_both_present ... ok |
| 7965 | 2026-08-25T01:07:26.533Z | |
| 7966 | 2026-08-25T01:07:26.533Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7967 | 2026-08-25T01:07:26.533Z | |
| 7968 | 2026-08-25T01:07:26.533Z | Running tests/test_all.rs (target/debug/deps/test_all-27505f3949f0cd2c) |
| 7969 | 2026-08-25T01:07:26.533Z | |
| 7970 | 2026-08-25T01:07:26.533Z | running 0 tests |
| 7971 | 2026-08-25T01:07:26.533Z | |
| 7972 | 2026-08-25T01:07:26.533Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7973 | 2026-08-25T01:07:26.533Z | |
| 7974 | 2026-08-25T01:07:26.533Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 7975 | 2026-08-25T01:07:26.533Z | |
| 7976 | 2026-08-25T01:07:26.533Z | running 0 tests |
| 7977 | 2026-08-25T01:07:26.534Z | |
| 7978 | 2026-08-25T01:07:26.534Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7979 | 2026-08-25T01:07:26.534Z | |
| 7980 | 2026-08-25T01:07:26.534Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 7981 | 2026-08-25T01:07:26.534Z | |
| 7982 | 2026-08-25T01:07:26.534Z | running 15 tests |
| 7983 | 2026-08-25T01:07:26.534Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 7984 | 2026-08-25T01:07:26.534Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 7985 | 2026-08-25T01:07:26.534Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 7986 | 2026-08-25T01:07:26.534Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 7987 | 2026-08-25T01:07:26.534Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 7988 | 2026-08-25T01:07:26.535Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 7989 | 2026-08-25T01:07:26.535Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 7990 | 2026-08-25T01:07:26.535Z | test v1::network::tests::test_equal ... ok |
| 7991 | 2026-08-25T01:07:26.535Z | test v1::network::tests::test_eui64 ... ok |
| 7992 | 2026-08-25T01:07:26.535Z | test v1::network::tests::test_into ... ok |
| 7993 | 2026-08-25T01:07:26.535Z | test v1::network::tests::test_not_equal ... ok |
| 7994 | 2026-08-25T01:07:26.535Z | test v1::network::tests::test_to_string ... ok |
| 7995 | 2026-08-25T01:07:26.535Z | test v1::network::tests::test_parse ... ok |
| 7996 | 2026-08-25T01:07:26.535Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 7997 | 2026-08-25T01:07:26.535Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 7998 | 2026-08-25T01:07:26.535Z | |
| 7999 | 2026-08-25T01:07:26.535Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8000 | 2026-08-25T01:07:26.535Z | |
| 8001 | 2026-08-25T01:07:26.535Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 8002 | 2026-08-25T01:07:26.535Z | |
| 8003 | 2026-08-25T01:07:26.535Z | running 12 tests |
| 8004 | 2026-08-25T01:07:26.535Z | test pbuf::test_byte ... ok |
| 8005 | 2026-08-25T01:07:26.535Z | test ipv6::test_ipv6_parse ... ok |
| 8006 | 2026-08-25T01:07:26.536Z | test icmp::test_v6_checksum ... ok |
| 8007 | 2026-08-25T01:07:26.536Z | test icmp::test_v4_checksum ... ok |
| 8008 | 2026-08-25T01:07:26.536Z | test lldp::test_lldp_parse ... ok |
| 8009 | 2026-08-25T01:07:26.536Z | test pbuf::test_nibble ... ok |
| 8010 | 2026-08-25T01:07:26.536Z | test pbuf::test_short ... ok |
| 8011 | 2026-08-25T01:07:26.536Z | test pbuf::test_overflow ... ok |
| 8012 | 2026-08-25T01:07:26.536Z | test pbuf::test_twelve ... ok |
| 8013 | 2026-08-25T01:07:26.536Z | test pbuf::test_word ... ok |
| 8014 | 2026-08-25T01:07:26.536Z | test tcp::test_checksum_syn_nodata ... ok |
| 8015 | 2026-08-25T01:07:26.536Z | test tcp::test_checksum_ack_data ... ok |
| 8016 | 2026-08-25T01:07:26.536Z | |
| 8017 | 2026-08-25T01:07:26.536Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8018 | 2026-08-25T01:07:26.536Z | |
| 8019 | 2026-08-25T01:07:26.536Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 8020 | 2026-08-25T01:07:26.541Z | |
| 8021 | 2026-08-25T01:07:26.541Z | running 0 tests |
| 8022 | 2026-08-25T01:07:26.541Z | |
| 8023 | 2026-08-25T01:07:26.541Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8024 | 2026-08-25T01:07:26.541Z | |
| 8025 | 2026-08-25T01:07:26.541Z | Running unittests src/main.rs (target/debug/deps/swadm-c8f56b646933e200) |
| 8026 | 2026-08-25T01:07:26.541Z | |
| 8027 | 2026-08-25T01:07:26.541Z | running 5 tests |
| 8028 | 2026-08-25T01:07:26.541Z | test switchport::test::test_compute_lanes ... ok |
| 8029 | 2026-08-25T01:07:26.541Z | test switchport::test::port_id_ordering ... ok |
| 8030 | 2026-08-25T01:07:26.541Z | test link::test_filter ... ok |
| 8031 | 2026-08-25T01:07:26.541Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8032 | 2026-08-25T01:07:26.541Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 8033 | 2026-08-25T01:07:26.541Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 8034 | 2026-08-25T01:07:26.541Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 8035 | 2026-08-25T01:07:26.542Z | Tx Enabled: Yes Yes Yes Yes |
| 8036 | 2026-08-25T01:07:26.542Z | Tx Loss-of-lock: No No No No |
| 8037 | 2026-08-25T01:07:26.542Z | Tx Loss-of-signal: No No No No |
| 8038 | 2026-08-25T01:07:26.542Z | Lane 0 Tx CDR Enabled: No No Lane 1No NoLane 2 |
| 8039 | 2026-08-25T01:07:26.542Z | Tx Adaptive EQ Fault: NoLane 3 No |
| 8040 | 2026-08-25T01:07:26.542Z | No State: ActivatedNo |
| 8041 | 2026-08-25T01:07:26.542Z | Activated Tx Fault: Yes ActivatedYes ActivatedYes |
| 8042 | 2026-08-25T01:07:26.542Z | Rx Output Enabled: falseYes |
| 8043 | 2026-08-25T01:07:26.542Z | false false false |
| 8044 | 2026-08-25T01:07:26.542Z | Rx Output Status: valid valid valid valid |
| 8045 | 2026-08-25T01:07:26.542Z | Rx Loss-of-lock: true true true true |
| 8046 | 2026-08-25T01:07:26.542Z | Rx Loss-of-signal: false false false false |
| 8047 | 2026-08-25T01:07:26.542Z | Rx Auto-squelch Disable: true true true true |
| 8048 | 2026-08-25T01:07:26.542Z | Tx Output Enabled: true true true true |
| 8049 | 2026-08-25T01:07:26.542Z | Tx Output Status: invalid invalid invalid invalid |
| 8050 | 2026-08-25T01:07:26.542Z | Tx Loss-of-lock: false false false false |
| 8051 | 2026-08-25T01:07:26.543Z | Tx Loss-of-signal: true true true true |
| 8052 | 2026-08-25T01:07:26.543Z | Tx Auto-squelch Disable: false false false false |
| 8053 | 2026-08-25T01:07:26.543Z | Tx Adaptive EQ Fail: true true true true |
| 8054 | 2026-08-25T01:07:26.543Z | Tx Failure: false false false false |
| 8055 | 2026-08-25T01:07:26.543Z | Tx Force Squelch: true true true true |
| 8056 | 2026-08-25T01:07:26.543Z | Tx Input Polarity: normal normal normal normal |
| 8057 | 2026-08-25T01:07:26.543Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8058 | 2026-08-25T01:07:26.543Z | test switchport::test::test_print_sff_datapath ... ok |
| 8059 | 2026-08-25T01:07:26.543Z | |
| 8060 | 2026-08-25T01:07:26.543Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8061 | 2026-08-25T01:07:26.543Z | |
| 8062 | 2026-08-25T01:07:26.543Z | Running tests/counters.rs (target/debug/deps/counters-cb8596ee5b0e526f) |
| 8063 | 2026-08-25T01:07:26.543Z | |
| 8064 | 2026-08-25T01:07:26.543Z | running 1 test |
| 8065 | 2026-08-25T01:07:26.543Z | test test_p4_counter_list ... ignored |
| 8066 | 2026-08-25T01:07:26.543Z | |
| 8067 | 2026-08-25T01:07:26.543Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8068 | 2026-08-25T01:07:26.543Z | |
| 8069 | 2026-08-25T01:07:26.543Z | Running tests/link_apply.rs (target/debug/deps/link_apply-830aa419773ce0c7) |
| 8070 | 2026-08-25T01:07:26.543Z | |
| 8071 | 2026-08-25T01:07:26.543Z | running 4 tests |
| 8072 | 2026-08-25T01:07:26.544Z | test apply_tx_eq_all ... ignored |
| 8073 | 2026-08-25T01:07:26.544Z | test apply_tx_eq_custom ... ignored |
| 8074 | 2026-08-25T01:07:26.544Z | test tx_eq_exclusive ... ignored |
| 8075 | 2026-08-25T01:07:26.544Z | test cmd::test::output_txeq ... ok |
| 8076 | 2026-08-25T01:07:26.544Z | |
| 8077 | 2026-08-25T01:07:26.544Z | test result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8078 | 2026-08-25T01:07:26.544Z | |
| 8079 | 2026-08-25T01:07:26.544Z | Running tests/tx_eq.rs (target/debug/deps/tx_eq-e08fe517af08374d) |
| 8080 | 2026-08-25T01:07:26.544Z | Running unittests src/main.rs (target/debug/deps/tfportd-764680ca705f256a) |
| 8081 | 2026-08-25T01:07:26.544Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 8082 | 2026-08-25T01:07:26.544Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 8083 | 2026-08-25T01:07:26.544Z | Doc-tests aal |
| 8084 | 2026-08-25T01:07:26.544Z | |
| 8085 | 2026-08-25T01:07:26.545Z | running 3 tests |
| 8086 | 2026-08-25T01:07:26.545Z | test set_all_taps ... ignored |
| 8087 | 2026-08-25T01:07:26.545Z | test set_partial_taps ... ignored |
| 8088 | 2026-08-25T01:07:26.545Z | test cmd::test::output_txeq ... ok |
| 8089 | 2026-08-25T01:07:26.545Z | |
| 8090 | 2026-08-25T01:07:26.545Z | test result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8091 | 2026-08-25T01:07:26.545Z | |
| 8092 | 2026-08-25T01:07:26.545Z | |
| 8093 | 2026-08-25T01:07:26.545Z | running 3 tests |
| 8094 | 2026-08-25T01:07:26.545Z | test linklocal::test_parse_ipadm ... ok |
| 8095 | 2026-08-25T01:07:26.545Z | test tfport::test_parse_tfport ... ok |
| 8096 | 2026-08-25T01:07:26.545Z | test config::tests::test_updates ... ok |
| 8097 | 2026-08-25T01:07:26.545Z | |
| 8098 | 2026-08-25T01:07:26.545Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8099 | 2026-08-25T01:07:26.545Z | |
| 8100 | 2026-08-25T01:07:26.545Z | |
| 8101 | 2026-08-25T01:07:26.545Z | running 0 tests |
| 8102 | 2026-08-25T01:07:26.546Z | |
| 8103 | 2026-08-25T01:07:26.546Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8104 | 2026-08-25T01:07:26.546Z | |
| 8105 | 2026-08-25T01:07:26.546Z | |
| 8106 | 2026-08-25T01:07:26.546Z | running 0 tests |
| 8107 | 2026-08-25T01:07:26.546Z | |
| 8108 | 2026-08-25T01:07:26.546Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8109 | 2026-08-25T01:07:26.546Z | |
| 8110 | 2026-08-25T01:07:26.717Z | |
| 8111 | 2026-08-25T01:07:26.717Z | running 0 tests |
| 8112 | 2026-08-25T01:07:26.717Z | |
| 8113 | 2026-08-25T01:07:26.721Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8114 | 2026-08-25T01:07:26.721Z | |
| 8115 | 2026-08-25T01:07:26.743Z | Doc-tests aal_macros |
| 8116 | 2026-08-25T01:07:26.814Z | |
| 8117 | 2026-08-25T01:07:26.814Z | running 0 tests |
| 8118 | 2026-08-25T01:07:26.814Z | |
| 8119 | 2026-08-25T01:07:26.815Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8120 | 2026-08-25T01:07:26.815Z | |
| 8121 | 2026-08-25T01:07:26.825Z | Doc-tests common |
| 8122 | 2026-08-25T01:07:27.054Z | |
| 8123 | 2026-08-25T01:07:27.055Z | running 0 tests |
| 8124 | 2026-08-25T01:07:27.055Z | |
| 8125 | 2026-08-25T01:07:27.055Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8126 | 2026-08-25T01:07:27.055Z | |
| 8127 | 2026-08-25T01:07:27.081Z | Doc-tests dpd_api |
| 8128 | 2026-08-25T01:07:27.788Z | |
| 8129 | 2026-08-25T01:07:27.788Z | running 2 tests |
| 8130 | 2026-08-25T01:07:27.788Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 8131 | 2026-08-25T01:07:27.788Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 8132 | 2026-08-25T01:07:27.788Z | |
| 8133 | 2026-08-25T01:07:27.788Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8134 | 2026-08-25T01:07:27.788Z | |
| 8135 | 2026-08-25T01:07:27.818Z | Doc-tests dpd_client |
| 8136 | 2026-08-25T01:07:29.185Z | |
| 8137 | 2026-08-25T01:07:29.186Z | running 0 tests |
| 8138 | 2026-08-25T01:07:29.186Z | |
| 8139 | 2026-08-25T01:07:29.186Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8140 | 2026-08-25T01:07:29.186Z | |
| 8141 | 2026-08-25T01:07:29.242Z | Doc-tests dpd_types |
| 8142 | 2026-08-25T01:07:29.428Z | |
| 8143 | 2026-08-25T01:07:29.428Z | running 0 tests |
| 8144 | 2026-08-25T01:07:29.428Z | |
| 8145 | 2026-08-25T01:07:29.428Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8146 | 2026-08-25T01:07:29.428Z | |
| 8147 | 2026-08-25T01:07:29.450Z | Doc-tests dpd_types_versions |
| 8148 | 2026-08-25T01:07:30.945Z | |
| 8149 | 2026-08-25T01:07:30.945Z | running 1 test |
| 8150 | 2026-08-25T01:07:30.945Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8151 | 2026-08-25T01:07:30.945Z | |
| 8152 | 2026-08-25T01:07:30.945Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8153 | 2026-08-25T01:07:30.945Z | |
| 8154 | 2026-08-25T01:07:30.996Z | Doc-tests packet |
| 8155 | 2026-08-25T01:07:31.215Z | |
| 8156 | 2026-08-25T01:07:31.215Z | running 0 tests |
| 8157 | 2026-08-25T01:07:31.216Z | |
| 8158 | 2026-08-25T01:07:31.216Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8159 | 2026-08-25T01:07:31.216Z | |
| 8160 | 2026-08-25T01:07:31.242Z | Doc-tests pcap |
| 8161 | 2026-08-25T01:07:31.293Z | |
| 8162 | 2026-08-25T01:07:31.293Z | running 0 tests |
| 8163 | 2026-08-25T01:07:31.293Z | |
| 8164 | 2026-08-25T01:07:31.293Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8165 | 2026-08-25T01:07:31.293Z | |
| 8166 | 2026-08-25T01:07:31.344Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8167 | 2026-08-25T01:07:31.344Z | + RUST_BACKTRACE=full |
| 8168 | 2026-08-25T01:07:31.344Z | + cargo test --features chaos --no-fail-fast |
| 8169 | 2026-08-25T01:07:31.948Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8170 | 2026-08-25T01:07:32.027Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8171 | 2026-08-25T01:07:32.036Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8172 | 2026-08-25T01:07:40.518Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8173 | 2026-08-25T01:07:40.711Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8174 | 2026-08-25T01:08:19.019Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 47.65s |
| 8175 | 2026-08-25T01:08:19.133Z | Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455) |
| 8176 | 2026-08-25T01:08:19.141Z | |
| 8177 | 2026-08-25T01:08:19.142Z | running 0 tests |
| 8178 | 2026-08-25T01:08:19.142Z | |
| 8179 | 2026-08-25T01:08:19.148Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8180 | 2026-08-25T01:08:19.148Z | |
| 8181 | 2026-08-25T01:08:19.148Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8182 | 2026-08-25T01:08:19.149Z | |
| 8183 | 2026-08-25T01:08:19.149Z | running 0 tests |
| 8184 | 2026-08-25T01:08:19.149Z | |
| 8185 | 2026-08-25T01:08:19.149Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8186 | 2026-08-25T01:08:19.149Z | |
| 8187 | 2026-08-25T01:08:19.149Z | Running unittests src/lib.rs (target/debug/deps/asic-fbbd3f473aded47c) |
| 8188 | 2026-08-25T01:08:19.156Z | |
| 8189 | 2026-08-25T01:08:19.156Z | running 0 tests |
| 8190 | 2026-08-25T01:08:19.157Z | |
| 8191 | 2026-08-25T01:08:19.157Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8192 | 2026-08-25T01:08:19.157Z | |
| 8193 | 2026-08-25T01:08:19.163Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 8194 | 2026-08-25T01:08:19.186Z | |
| 8195 | 2026-08-25T01:08:19.186Z | running 4 tests |
| 8196 | 2026-08-25T01:08:19.196Z | test nat::tests::test_vni ... ok |
| 8197 | 2026-08-25T01:08:19.197Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8198 | 2026-08-25T01:08:19.197Z | test test_purge ... ok |
| 8199 | 2026-08-25T01:08:19.197Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8200 | 2026-08-25T01:08:19.197Z | |
| 8201 | 2026-08-25T01:08:19.197Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8202 | 2026-08-25T01:08:19.197Z | |
| 8203 | 2026-08-25T01:08:19.204Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 8204 | 2026-08-25T01:08:19.214Z | |
| 8205 | 2026-08-25T01:08:19.215Z | running 1 test |
| 8206 | 2026-08-25T01:08:19.220Z | ------- |
| 8207 | 2026-08-25T01:08:19.221Z | Generating OpenAPI documents from API definitions ... |
| 8208 | 2026-08-25T01:08:19.367Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8209 | 2026-08-25T01:08:19.444Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8210 | 2026-08-25T01:08:20.512Z | ------- |
| 8211 | 2026-08-25T01:08:20.512Z | Checking 13 OpenAPI documents... |
| 8212 | 2026-08-25T01:08:20.512Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8213 | 2026-08-25T01:08:20.512Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8214 | 2026-08-25T01:08:20.512Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8215 | 2026-08-25T01:08:20.512Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8216 | 2026-08-25T01:08:20.516Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8217 | 2026-08-25T01:08:20.516Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8218 | 2026-08-25T01:08:20.516Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8219 | 2026-08-25T01:08:20.516Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8220 | 2026-08-25T01:08:20.516Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8221 | 2026-08-25T01:08:20.516Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8222 | 2026-08-25T01:08:20.516Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8223 | 2026-08-25T01:08:20.516Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8224 | 2026-08-25T01:08:20.516Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8225 | 2026-08-25T01:08:20.516Z | Fresh dpd "latest" symlink |
| 8226 | 2026-08-25T01:08:20.516Z | ------- |
| 8227 | 2026-08-25T01:08:20.516Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 8228 | 2026-08-25T01:08:20.580Z | test test::test_apis_up_to_date ... ok |
| 8229 | 2026-08-25T01:08:20.580Z | |
| 8230 | 2026-08-25T01:08:20.584Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s |
| 8231 | 2026-08-25T01:08:20.584Z | |
| 8232 | 2026-08-25T01:08:20.640Z | Running unittests src/main.rs (target/debug/deps/dpd-33fbf1c126320551) |
| 8233 | 2026-08-25T01:08:20.647Z | |
| 8234 | 2026-08-25T01:08:20.647Z | running 34 tests |
| 8235 | 2026-08-25T01:08:20.651Z | test freemap::test_ordering ... ok |
| 8236 | 2026-08-25T01:08:20.651Z | test config::tests::test_updates ... ok |
| 8237 | 2026-08-25T01:08:20.651Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8238 | 2026-08-25T01:08:20.651Z | test freemap::test_split ... ok |
| 8239 | 2026-08-25T01:08:20.651Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8240 | 2026-08-25T01:08:20.653Z | test macaddrs::tests::test_mac_offset ... ok |
| 8241 | 2026-08-25T01:08:20.658Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8242 | 2026-08-25T01:08:20.658Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8243 | 2026-08-25T01:08:20.658Z | test nat::test_mapping ... ok |
| 8244 | 2026-08-25T01:08:20.658Z | Aug 25 01:08:19.183 DEBG created new freemapAug 25 01:08:19.183 DEBG , created new freemapunit:, unitfreemap_test: freemap_test |
| 8245 | 2026-08-25T01:08:20.658Z | |
| 8246 | 2026-08-25T01:08:20.658Z | Aug 25 01:08:19.183Aug 25 01:08:19.183 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 8247 | 2026-08-25T01:08:20.658Z | |
| 8248 | 2026-08-25T01:08:20.658Z | Aug 25 01:08:19.183 DEBG Aug 25 01:08:19.183Aug 25 01:08:19.183 created new freemap DEBGDEBG , reset freemapreset freemapunit, :, unitunit:: freemap_testfreemap_testfreemap_test |
| 8249 | 2026-08-25T01:08:20.658Z | |
| 8250 | 2026-08-25T01:08:20.658Z | |
| 8251 | 2026-08-25T01:08:20.658Z | Aug 25 01:08:19.183 DEBG initted freemap. size: 128, unit: freemap_test |
| 8252 | 2026-08-25T01:08:20.658Z | Aug 25 01:08:19.183 DEBG reset freemapAug 25 01:08:19.183, unitDEBG: created new freemapfreemap_test |
| 8253 | 2026-08-25T01:08:20.658Z | , unit: freemap_test |
| 8254 | 2026-08-25T01:08:20.658Z | Aug 25 01:08:19.183 DEBG initted freemap. size: 128, unit: freemap_test |
| 8255 | 2026-08-25T01:08:20.659Z | Aug 25 01:08:19.183 DEBG reset freemap, unit: freemap_test |
| 8256 | 2026-08-25T01:08:20.659Z | test freemap::test_basic ... ok |
| 8257 | 2026-08-25T01:08:20.659Z | test freemap::test_exhaustion ... ok |
| 8258 | 2026-08-25T01:08:20.659Z | test freemap::test_reclaim ... ok |
| 8259 | 2026-08-25T01:08:20.659Z | test freemap::test_free ... ok |
| 8260 | 2026-08-25T01:08:20.660Z | test port_map::tests::test_backplane_group ... ok |
| 8261 | 2026-08-25T01:08:20.660Z | test port_map::tests::test_port_map ... ok |
| 8262 | 2026-08-25T01:08:20.660Z | test port_map::tests::dump_map ... ok |
| 8263 | 2026-08-25T01:08:20.660Z | Aug 25 01:08:19.184 DEBG created new freemap, unit: freemap_test |
| 8264 | 2026-08-25T01:08:20.660Z | Aug 25 01:08:19.184 DEBG initted freemap. size: 8, unit: freemap_test |
| 8265 | 2026-08-25T01:08:20.660Z | Aug 25 01:08:19.184 DEBG reset freemap, unit: freemap_test |
| 8266 | 2026-08-25T01:08:20.661Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8267 | 2026-08-25T01:08:20.661Z | Aug 25 01:08:19.184 DEBG created new freemap, unit:Aug 25 01:08:19.184 freemap_testDEBG |
| 8268 | 2026-08-25T01:08:20.661Z | created new freemap, unitAug 25 01:08:19.184: DEBGfreemap_route_ipv4 initted freemap. size: 128 |
| 8269 | 2026-08-25T01:08:20.661Z | , unit: freemap_test |
| 8270 | 2026-08-25T01:08:20.661Z | Aug 25 01:08:19.184 Aug 25 01:08:19.184DEBG DEBGcreated new freemap , reset freemapunit, :unit :freemap_route_ipv6 |
| 8271 | 2026-08-25T01:08:20.661Z | freemap_test |
| 8272 | 2026-08-25T01:08:20.661Z | Aug 25 01:08:19.184 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8273 | 2026-08-25T01:08:20.661Z | Aug 25 01:08:19.184 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8274 | 2026-08-25T01:08:20.661Z | Aug 25 01:08:19.184 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8275 | 2026-08-25T01:08:20.661Z | Aug 25 01:08:19.184 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8276 | 2026-08-25T01:08:20.661Z | Aug 25 01:08:19.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8277 | 2026-08-25T01:08:20.661Z | Aug 25 01:08:19.184 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8278 | 2026-08-25T01:08:20.661Z | Aug 25 01:08:19.184 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8279 | 2026-08-25T01:08:20.661Z | Aug 25 01:08:19.184 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8280 | 2026-08-25T01:08:20.661Z | Aug 25 01:08:19.184 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8281 | 2026-08-25T01:08:20.662Z | Aug 25 01:08:19.184 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8282 | 2026-08-25T01:08:20.662Z | Aug 25 01:08:19.184 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8283 | 2026-08-25T01:08:20.662Z | Aug 25 01:08:19.184 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8284 | 2026-08-25T01:08:20.662Z | Aug 25 01:08:19.184 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8285 | 2026-08-25T01:08:20.662Z | Aug 25 01:08:19.184 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8286 | 2026-08-25T01:08:20.662Z | Aug 25 01:08:19.184 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8287 | 2026-08-25T01:08:20.662Z | Aug 25 01:08:19.184 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8288 | 2026-08-25T01:08:20.662Z | Aug 25 01:08:19.184 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8289 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.184 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 } }] |
| 8290 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.184 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8291 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 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 } }] |
| 8292 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8293 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 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 } }] |
| 8294 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8295 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 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 } }] |
| 8296 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8297 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 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 } }] |
| 8298 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8299 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 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 } }] |
| 8300 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8301 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 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 } }] |
| 8302 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8303 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 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 } }] |
| 8304 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8305 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 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 } }] |
| 8306 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8307 | 2026-08-25T01:08:20.663Z | Aug 25 01:08:19.185 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 } }] |
| 8308 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8309 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 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 } }] |
| 8310 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8311 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 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 } }] |
| 8312 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8313 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 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 } }] |
| 8314 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8315 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 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 } }] |
| 8316 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8317 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 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 } }] |
| 8318 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8319 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 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 } }] |
| 8320 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8321 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 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 } }] |
| 8322 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8323 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 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 } }] |
| 8324 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8325 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 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 } }] |
| 8326 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8327 | 2026-08-25T01:08:20.664Z | Aug 25 01:08:19.185 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 } }] |
| 8328 | 2026-08-25T01:08:20.665Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8329 | 2026-08-25T01:08:20.665Z | Aug 25 01:08:19.185 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 } }] |
| 8330 | 2026-08-25T01:08:20.665Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8331 | 2026-08-25T01:08:20.665Z | Aug 25 01:08:19.185 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 } }] |
| 8332 | 2026-08-25T01:08:20.665Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8333 | 2026-08-25T01:08:20.666Z | Aug 25 01:08:19.185 Aug 25 01:08:19.185DEBG DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8334 | 2026-08-25T01:08:20.666Z | created new freemap, unit:Aug 25 01:08:19.185 freemap_route_ipv4INFO |
| 8335 | 2026-08-25T01:08:20.667Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8336 | 2026-08-25T01:08:20.667Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG created new freemapreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8337 | 2026-08-25T01:08:20.667Z | unit: freemap_route_ipv6 |
| 8338 | 2026-08-25T01:08:20.667Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 25 01:08:19.185 |
| 8339 | 2026-08-25T01:08:20.667Z | DEBG initted freemap. size: 64, Aug 25 01:08:19.185unit :DEBG 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 } }] |
| 8340 | 2026-08-25T01:08:20.667Z | |
| 8341 | 2026-08-25T01:08:20.672Z | test freemap::test_span ... ok |
| 8342 | 2026-08-25T01:08:20.673Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreset freemap |
| 8343 | 2026-08-25T01:08:20.673Z | , unit: freemap_route_ipv4Aug 25 01:08:19.185 |
| 8344 | 2026-08-25T01:08:20.673Z | 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 } }] |
| 8345 | 2026-08-25T01:08:20.673Z | test api_server::tests::test_build_info ... ok |
| 8346 | 2026-08-25T01:08:20.673Z | Aug 25 01:08:19.185 DEBG initted freemap. size: 64Aug 25 01:08:19.185, unitINFO: adding route 3fff:beef:1f::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8347 | 2026-08-25T01:08:20.673Z | |
| 8348 | 2026-08-25T01:08:20.673Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 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 } }]reset freemap |
| 8349 | 2026-08-25T01:08:20.673Z | , unit: freemap_route_ipv6Aug 25 01:08:19.185 |
| 8350 | 2026-08-25T01:08:20.673Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8351 | 2026-08-25T01:08:20.673Z | Aug 25 01:08:19.185 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 01:08:19.185 |
| 8352 | 2026-08-25T01:08:20.673Z | 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 } }] |
| 8353 | 2026-08-25T01:08:20.673Z | Aug 25 01:08:19.185 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:08:19.185Aug 25 01:08:19.185 |
| 8354 | 2026-08-25T01:08:20.673Z | INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 01:08:19.185 |
| 8355 | 2026-08-25T01:08:20.673Z | created new freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:2: |
| 8356 | 2026-08-25T01:08:20.673Z | Aug 25 01:08:19.185freemap_route_ipv4 |
| 8357 | 2026-08-25T01:08:20.673Z | 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 } }] |
| 8358 | 2026-08-25T01:08:20.673Z | Aug 25 01:08:19.185 DEBGAug 25 01:08:19.185 Aug 25 01:08:19.185 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 INFO |
| 8359 | 2026-08-25T01:08:20.673Z | created new freemap , adding route 3fff:beef:22::/64 -> 2001:db8::55:ffunit |
| 8360 | 2026-08-25T01:08:20.673Z | :Aug 25 01:08:19.185 freemap_route_ipv6INFO |
| 8361 | 2026-08-25T01:08:20.674Z | Aug 25 01:08:19.185 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 8362 | 2026-08-25T01:08:20.674Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8363 | 2026-08-25T01:08:20.674Z | Aug 25 01:08:19.185replacing 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 } }] |
| 8364 | 2026-08-25T01:08:20.674Z | DEBG Aug 25 01:08:19.185initted freemap. size: 64 , DEBGAug 25 01:08:19.185unit : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv4 |
| 8365 | 2026-08-25T01:08:20.674Z | INFO |
| 8366 | 2026-08-25T01:08:20.674Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8367 | 2026-08-25T01:08:20.674Z | Aug 25 01:08:19.185 INFOAug 25 01:08:19.185 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 8368 | 2026-08-25T01:08:20.674Z | reset freemapAug 25 01:08:19.185, unitDEBGAug 25 01:08:19.185: DEBG freemap_route_ipv4replacing 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 } }] |
| 8369 | 2026-08-25T01:08:20.674Z | |
| 8370 | 2026-08-25T01:08:20.674Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8371 | 2026-08-25T01:08:20.675Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 Aug 25 01:08:19.185INFODEBG INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8372 | 2026-08-25T01:08:20.675Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 8373 | 2026-08-25T01:08:20.675Z | , unit:Aug 25 01:08:19.185 Aug 25 01:08:19.185freemap_route_ipv6 |
| 8374 | 2026-08-25T01:08:20.675Z | DEBG 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 } }] |
| 8375 | 2026-08-25T01:08:20.675Z | Aug 25 01:08:19.185replacing 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 } }] |
| 8376 | 2026-08-25T01:08:20.675Z | DEBG reset freemapAug 25 01:08:19.185, unitAug 25 01:08:19.185:INFO freemap_route_ipv6INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8377 | 2026-08-25T01:08:20.675Z | |
| 8378 | 2026-08-25T01:08:20.675Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8379 | 2026-08-25T01:08:20.675Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 Aug 25 01:08:19.185INFO DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 8380 | 2026-08-25T01:08:20.675Z | |
| 8381 | 2026-08-25T01:08:20.675Z | 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 } }] |
| 8382 | 2026-08-25T01:08:20.675Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 Aug 25 01:08:19.185INFO INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff DEBG |
| 8383 | 2026-08-25T01:08:20.675Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8384 | 2026-08-25T01:08:20.675Z | |
| 8385 | 2026-08-25T01:08:20.675Z | Aug 25 01:08:19.185 DEBGAug 25 01:08:19.185 Aug 25 01:08:19.185replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8386 | 2026-08-25T01:08:20.676Z | INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8387 | 2026-08-25T01:08:20.677Z | |
| 8388 | 2026-08-25T01:08:20.677Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 01:08:19.185Aug 25 01:08:19.185 |
| 8389 | 2026-08-25T01:08:20.677Z | 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 } }]INFOAug 25 01:08:19.185 |
| 8390 | 2026-08-25T01:08:20.677Z | DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8391 | 2026-08-25T01:08:20.677Z | 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 } }] |
| 8392 | 2026-08-25T01:08:20.677Z | Aug 25 01:08:19.185 Aug 25 01:08:19.185INFOAug 25 01:08:19.185 adding route 3fff:beef::/64 -> 2001:db8::55:ff DEBGINFO |
| 8393 | 2026-08-25T01:08:20.677Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8394 | 2026-08-25T01:08:20.677Z | |
| 8395 | 2026-08-25T01:08:20.677Z | Aug 25 01:08:19.185 Aug 25 01:08:19.185DEBGAug 25 01:08:19.185 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 } }]DEBGINFO |
| 8396 | 2026-08-25T01:08:20.677Z | 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:4::/64 -> 2001:db8::55:ff |
| 8397 | 2026-08-25T01:08:20.677Z | |
| 8398 | 2026-08-25T01:08:20.677Z | Aug 25 01:08:19.185 Aug 25 01:08:19.185Aug 25 01:08:19.185 DEBGINFOINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8399 | 2026-08-25T01:08:20.677Z | |
| 8400 | 2026-08-25T01:08:20.677Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8401 | 2026-08-25T01:08:20.677Z | Aug 25 01:08:19.185 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8402 | 2026-08-25T01:08:20.677Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8403 | 2026-08-25T01:08:20.677Z | Aug 25 01:08:19.185 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 } }] |
| 8404 | 2026-08-25T01:08:20.677Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8405 | 2026-08-25T01:08:20.677Z | Aug 25 01:08:19.185 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 } }] |
| 8406 | 2026-08-25T01:08:20.678Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8407 | 2026-08-25T01:08:20.678Z | Aug 25 01:08:19.185 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 } }] |
| 8408 | 2026-08-25T01:08:20.678Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 01:08:19.185 |
| 8409 | 2026-08-25T01:08:20.678Z | DEBG Aug 25 01:08:19.185created new freemap DEBG, unitreplacing 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 } }]: |
| 8410 | 2026-08-25T01:08:20.678Z | freemap_route_ipv4 |
| 8411 | 2026-08-25T01:08:20.678Z | Aug 25 01:08:19.185 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8412 | 2026-08-25T01:08:20.678Z | Aug 25 01:08:19.185 DEBG Aug 25 01:08:19.185created new freemap , DEBGunit :replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8413 | 2026-08-25T01:08:20.678Z | freemap_route_ipv6 |
| 8414 | 2026-08-25T01:08:20.678Z | Aug 25 01:08:19.185 Aug 25 01:08:19.185INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8415 | 2026-08-25T01:08:20.678Z | initted freemap. size: 64, unit: Aug 25 01:08:19.185freemap_route_ipv4 |
| 8416 | 2026-08-25T01:08:20.678Z | 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 } }] |
| 8417 | 2026-08-25T01:08:20.678Z | Aug 25 01:08:19.185 DEBG reset freemapAug 25 01:08:19.185, unitINFO: adding route 3fff:beef:8::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8418 | 2026-08-25T01:08:20.678Z | |
| 8419 | 2026-08-25T01:08:20.678Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 8420 | 2026-08-25T01:08:20.678Z | , unit: freemap_route_ipv6Aug 25 01:08:19.185 |
| 8421 | 2026-08-25T01:08:20.678Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8422 | 2026-08-25T01:08:20.678Z | Aug 25 01:08:19.185 DEBG reset freemapAug 25 01:08:19.185, unitDEBG: replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8423 | 2026-08-25T01:08:20.678Z | |
| 8424 | 2026-08-25T01:08:20.678Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8425 | 2026-08-25T01:08:20.678Z | |
| 8426 | 2026-08-25T01:08:20.679Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8427 | 2026-08-25T01:08:20.679Z | |
| 8428 | 2026-08-25T01:08:20.679Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8429 | 2026-08-25T01:08:20.679Z | |
| 8430 | 2026-08-25T01:08:20.679Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 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: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 } }] |
| 8431 | 2026-08-25T01:08:20.679Z | |
| 8432 | 2026-08-25T01:08:20.679Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8433 | 2026-08-25T01:08:20.679Z | |
| 8434 | 2026-08-25T01:08:20.679Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 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: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 } }] |
| 8435 | 2026-08-25T01:08:20.679Z | |
| 8436 | 2026-08-25T01:08:20.679Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8437 | 2026-08-25T01:08:20.679Z | |
| 8438 | 2026-08-25T01:08:20.679Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 8439 | 2026-08-25T01:08:20.679Z | |
| 8440 | 2026-08-25T01:08:20.679Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8441 | 2026-08-25T01:08:20.684Z | |
| 8442 | 2026-08-25T01:08:20.684Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8443 | 2026-08-25T01:08:20.684Z | |
| 8444 | 2026-08-25T01:08:20.684Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8445 | 2026-08-25T01:08:20.684Z | |
| 8446 | 2026-08-25T01:08:20.685Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 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: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 } }] |
| 8447 | 2026-08-25T01:08:20.685Z | |
| 8448 | 2026-08-25T01:08:20.686Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8449 | 2026-08-25T01:08:20.686Z | |
| 8450 | 2026-08-25T01:08:20.686Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8451 | 2026-08-25T01:08:20.686Z | |
| 8452 | 2026-08-25T01:08:20.686Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8453 | 2026-08-25T01:08:20.686Z | |
| 8454 | 2026-08-25T01:08:20.686Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8455 | 2026-08-25T01:08:20.686Z | |
| 8456 | 2026-08-25T01:08:20.686Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8457 | 2026-08-25T01:08:20.686Z | |
| 8458 | 2026-08-25T01:08:20.686Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8459 | 2026-08-25T01:08:20.686Z | |
| 8460 | 2026-08-25T01:08:20.686Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8461 | 2026-08-25T01:08:20.686Z | |
| 8462 | 2026-08-25T01:08:20.687Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8463 | 2026-08-25T01:08:20.687Z | |
| 8464 | 2026-08-25T01:08:20.687Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8465 | 2026-08-25T01:08:20.687Z | |
| 8466 | 2026-08-25T01:08:20.687Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8467 | 2026-08-25T01:08:20.687Z | |
| 8468 | 2026-08-25T01:08:20.687Z | Aug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8469 | 2026-08-25T01:08:20.687Z | |
| 8470 | 2026-08-25T01:08:20.687Z | Aug 25 01:08:19.186Aug 25 01:08:19.186 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8471 | 2026-08-25T01:08:20.687Z | |
| 8472 | 2026-08-25T01:08:20.687Z | Aug 25 01:08:19.186Aug 25 01:08:19.186 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8473 | 2026-08-25T01:08:20.687Z | |
| 8474 | 2026-08-25T01:08:20.687Z | Aug 25 01:08:19.186Aug 25 01:08:19.186 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8475 | 2026-08-25T01:08:20.687Z | |
| 8476 | 2026-08-25T01:08:20.687Z | Aug 25 01:08:19.185Aug 25 01:08:19.186Aug 25 01:08:19.186 INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff 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 } }] |
| 8477 | 2026-08-25T01:08:20.687Z | |
| 8478 | 2026-08-25T01:08:20.687Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8479 | 2026-08-25T01:08:20.687Z | Aug 25 01:08:19.186Aug 25 01:08:19.186 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8480 | 2026-08-25T01:08:20.687Z | |
| 8481 | 2026-08-25T01:08:20.687Z | Aug 25 01:08:19.186Aug 25 01:08:19.186 INFOINFOAug 25 01:08:19.186 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8482 | 2026-08-25T01:08:20.688Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8483 | 2026-08-25T01:08:20.688Z | |
| 8484 | 2026-08-25T01:08:20.688Z | Aug 25 01:08:19.186 DEBG Aug 25 01:08:19.186replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186 |
| 8485 | 2026-08-25T01:08:20.688Z | DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8486 | 2026-08-25T01:08:20.688Z | |
| 8487 | 2026-08-25T01:08:20.688Z | Aug 25 01:08:19.186 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 25 01:08:19.186 |
| 8488 | 2026-08-25T01:08:20.688Z | Aug 25 01:08:19.186INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 25 01:08:19.186 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8489 | 2026-08-25T01:08:20.688Z | DEBG |
| 8490 | 2026-08-25T01:08:20.688Z | Aug 25 01:08:19.185replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186 |
| 8491 | 2026-08-25T01:08:20.688Z | DEBG Aug 25 01:08:19.186INFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 25 01:08:19.186 |
| 8492 | 2026-08-25T01:08:20.688Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO |
| 8493 | 2026-08-25T01:08:20.688Z | 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:c::/64 -> 2001:db8::55:ff |
| 8494 | 2026-08-25T01:08:20.688Z | |
| 8495 | 2026-08-25T01:08:20.688Z | Aug 25 01:08:19.186 INFOAug 25 01:08:19.186 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 01:08:19.186 |
| 8496 | 2026-08-25T01:08:20.688Z | INFODEBG adding route 3fff:beef:2c::/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 } }] |
| 8497 | 2026-08-25T01:08:20.688Z | |
| 8498 | 2026-08-25T01:08:20.688Z | Aug 25 01:08:19.186 Aug 25 01:08:19.186DEBG DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186 |
| 8499 | 2026-08-25T01:08:20.688Z | Aug 25 01:08:19.186 INFO 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:d::/64 -> 2001:db8::55:ffAug 25 01:08:19.186 |
| 8500 | 2026-08-25T01:08:20.688Z | |
| 8501 | 2026-08-25T01:08:20.688Z | DEBGINFO Aug 25 01:08:19.186replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186 |
| 8502 | 2026-08-25T01:08:20.688Z | DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186 |
| 8503 | 2026-08-25T01:08:20.688Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8504 | 2026-08-25T01:08:20.688Z | INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8505 | 2026-08-25T01:08:20.688Z | Aug 25 01:08:19.186adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 25 01:08:19.186 |
| 8506 | 2026-08-25T01:08:20.688Z | DEBGAug 25 01:08:19.186 INFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8507 | 2026-08-25T01:08:20.690Z | Aug 25 01:08:19.186adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8508 | 2026-08-25T01:08:20.690Z | 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 } }]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 } }] |
| 8509 | 2026-08-25T01:08:20.690Z | Aug 25 01:08:19.186Aug 25 01:08:19.186 |
| 8510 | 2026-08-25T01:08:20.690Z | DEBGINFOAug 25 01:08:19.186 Aug 25 01:08:19.186DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8511 | 2026-08-25T01:08:20.690Z | INFOcreated new freemapreplacing 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 } }] |
| 8512 | 2026-08-25T01:08:20.690Z | , Aug 25 01:08:19.186adding route 3fff:beef:7::/64 -> 2001:db8::55:ff Aug 25 01:08:19.186DEBG |
| 8513 | 2026-08-25T01:08:20.690Z | unit replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO |
| 8514 | 2026-08-25T01:08:20.690Z | freemap_route_ipv4 Aug 25 01:08:19.186adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8515 | 2026-08-25T01:08:20.690Z | |
| 8516 | 2026-08-25T01:08:20.690Z | Aug 25 01:08:19.186 INFOAug 25 01:08:19.186 Aug 25 01:08:19.186adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8517 | 2026-08-25T01:08:20.690Z | INFODEBGAug 25 01:08:19.186DEBG DEBGadding route 3fff:beef:f::/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 } }] |
| 8518 | 2026-08-25T01:08:20.690Z | Aug 25 01:08:19.186 |
| 8519 | 2026-08-25T01:08:20.690Z | 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 } }] |
| 8520 | 2026-08-25T01:08:20.690Z | created new freemapDEBGAug 25 01:08:19.186Aug 25 01:08:19.186 , Aug 25 01:08:19.186 DEBGunitreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO INFO 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 } }] |
| 8521 | 2026-08-25T01:08:20.690Z | freemap_route_ipv6adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8522 | 2026-08-25T01:08:20.690Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8523 | 2026-08-25T01:08:20.690Z | |
| 8524 | 2026-08-25T01:08:20.690Z | |
| 8525 | 2026-08-25T01:08:20.690Z | Aug 25 01:08:19.186Aug 25 01:08:19.186Aug 25 01:08:19.186Aug 25 01:08:19.186 Aug 25 01:08:19.186 DEBG 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 } }] DEBGINFO |
| 8526 | 2026-08-25T01:08:20.690Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO 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:1e::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 25 01:08:19.186, |
| 8527 | 2026-08-25T01:08:20.690Z | |
| 8528 | 2026-08-25T01:08:20.690Z | INFO |
| 8529 | 2026-08-25T01:08:20.690Z | unit: adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 25 01:08:19.186freemap_route_ipv4 |
| 8530 | 2026-08-25T01:08:20.690Z | |
| 8531 | 2026-08-25T01:08:20.690Z | Aug 25 01:08:19.186 Aug 25 01:08:19.186 INFODEBGDEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 25 01:08:19.186 |
| 8532 | 2026-08-25T01:08:20.690Z | Aug 25 01:08:19.186 DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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: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 } }] |
| 8533 | 2026-08-25T01:08:20.690Z | Aug 25 01:08:19.186DEBG |
| 8534 | 2026-08-25T01:08:20.690Z | 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 } }], |
| 8535 | 2026-08-25T01:08:20.690Z | Aug 25 01:08:19.186 |
| 8536 | 2026-08-25T01:08:20.691Z | Aug 25 01:08:19.186 unit :Aug 25 01:08:19.186INFO INFOINFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8537 | 2026-08-25T01:08:20.691Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8538 | 2026-08-25T01:08:20.691Z | freemap_route_ipv4Aug 25 01:08:19.186adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 25 01:08:19.186 |
| 8539 | 2026-08-25T01:08:20.691Z | |
| 8540 | 2026-08-25T01:08:20.691Z | DEBG INFOAug 25 01:08:19.186 Aug 25 01:08:19.186replacing 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:1f::/64 -> 2001:db8::55:ff |
| 8541 | 2026-08-25T01:08:20.704Z | DEBGAug 25 01:08:19.186 DEBG |
| 8542 | 2026-08-25T01:08:20.704Z | DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8543 | 2026-08-25T01:08:20.704Z | Aug 25 01:08:19.186replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186initted freemap. size: 64 , |
| 8544 | 2026-08-25T01:08:20.704Z | DEBG unitreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8545 | 2026-08-25T01:08:20.704Z | :INFO Aug 25 01:08:19.186freemap_route_ipv6 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8546 | 2026-08-25T01:08:20.704Z | |
| 8547 | 2026-08-25T01:08:20.704Z | Aug 25 01:08:19.186Aug 25 01:08:19.186INFO INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 01:08:19.186 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 25 01:08:19.186 |
| 8548 | 2026-08-25T01:08:20.704Z | INFO |
| 8549 | 2026-08-25T01:08:20.705Z | DEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreset freemapDEBG |
| 8550 | 2026-08-25T01:08:20.705Z | 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 } }], |
| 8551 | 2026-08-25T01:08:20.705Z | unitAug 25 01:08:19.186Aug 25 01:08:19.186 :Aug 25 01:08:19.186 DEBGfreemap_route_ipv6 DEBGDEBG |
| 8552 | 2026-08-25T01:08:20.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 } }]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 } }] |
| 8553 | 2026-08-25T01:08:20.705Z | 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 } }] |
| 8554 | 2026-08-25T01:08:20.705Z | Aug 25 01:08:19.186Aug 25 01:08:19.186 Aug 25 01:08:19.186 |
| 8555 | 2026-08-25T01:08:20.705Z | INFOAug 25 01:08:19.186 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8556 | 2026-08-25T01:08:20.705Z | |
| 8557 | 2026-08-25T01:08:20.705Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8558 | 2026-08-25T01:08:20.705Z | Aug 25 01:08:19.186adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 01:08:19.186Aug 25 01:08:19.186 |
| 8559 | 2026-08-25T01:08:20.705Z | INFODEBG Aug 25 01:08:19.186 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 |
| 8560 | 2026-08-25T01:08:20.705Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8561 | 2026-08-25T01:08:20.705Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGAug 25 01:08:19.186 |
| 8562 | 2026-08-25T01:08:20.705Z | 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 } }] |
| 8563 | 2026-08-25T01:08:20.705Z | DEBG Aug 25 01:08:19.186Aug 25 01:08:19.186Aug 25 01:08:19.186replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:08:19.186 INFO |
| 8564 | 2026-08-25T01:08:20.705Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff INFO |
| 8565 | 2026-08-25T01:08:20.705Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 01:08:19.186DEBG |
| 8566 | 2026-08-25T01:08:20.705Z | |
| 8567 | 2026-08-25T01:08:20.705Z | Aug 25 01:08:19.186replacing 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 } }]DEBG |
| 8568 | 2026-08-25T01:08:20.705Z | DEBG Aug 25 01:08:19.186replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186 |
| 8569 | 2026-08-25T01:08:20.705Z | 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 } }]Aug 25 01:08:19.186Aug 25 01:08:19.186 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: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 } }] |
| 8570 | 2026-08-25T01:08:20.705Z | INFO INFO |
| 8571 | 2026-08-25T01:08:20.705Z | |
| 8572 | 2026-08-25T01:08:20.706Z | Aug 25 01:08:19.186adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8573 | 2026-08-25T01:08:20.706Z | INFO |
| 8574 | 2026-08-25T01:08:20.706Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 25 01:08:19.186 |
| 8575 | 2026-08-25T01:08:20.706Z | Aug 25 01:08:19.186 INFODEBGAug 25 01:08:19.186 Aug 25 01:08:19.186replacing 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 } }] |
| 8576 | 2026-08-25T01:08:20.706Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8577 | 2026-08-25T01:08:20.706Z | DEBG Aug 25 01:08:19.186DEBGreplacing 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 } }] INFOAug 25 01:08:19.186replacing 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 |
| 8578 | 2026-08-25T01:08:20.706Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8579 | 2026-08-25T01:08:20.706Z | |
| 8580 | 2026-08-25T01:08:20.706Z | Aug 25 01:08:19.186replacing 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 } }] |
| 8581 | 2026-08-25T01:08:20.706Z | Aug 25 01:08:19.186Aug 25 01:08:19.186 INFO DEBGINFOAug 25 01:08:19.186 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8582 | 2026-08-25T01:08:20.706Z | |
| 8583 | 2026-08-25T01:08:20.706Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8584 | 2026-08-25T01:08:20.706Z | |
| 8585 | 2026-08-25T01:08:20.706Z | Aug 25 01:08:19.186Aug 25 01:08:19.186 Aug 25 01:08:19.186DEBG Aug 25 01:08:19.186DEBG 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 } }]INFO |
| 8586 | 2026-08-25T01:08:20.706Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8587 | 2026-08-25T01:08:20.706Z | Aug 25 01:08:19.186 |
| 8588 | 2026-08-25T01:08:20.706Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8589 | 2026-08-25T01:08:20.706Z | |
| 8590 | 2026-08-25T01:08:20.706Z | Aug 25 01:08:19.186Aug 25 01:08:19.186 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 01:08:19.186adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 25 01:08:19.186 |
| 8591 | 2026-08-25T01:08:20.706Z | |
| 8592 | 2026-08-25T01:08:20.706Z | DEBG DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:08:19.186replacing 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 } }] |
| 8593 | 2026-08-25T01:08:20.706Z | Aug 25 01:08:19.186 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186replacing 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 } }] |
| 8594 | 2026-08-25T01:08:20.706Z | |
| 8595 | 2026-08-25T01:08:20.706Z | INFO |
| 8596 | 2026-08-25T01:08:20.707Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 25 01:08:19.186 |
| 8597 | 2026-08-25T01:08:20.707Z | Aug 25 01:08:19.186 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8598 | 2026-08-25T01:08:20.707Z | |
| 8599 | 2026-08-25T01:08:20.707Z | Aug 25 01:08:19.186 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186Aug 25 01:08:19.186 Aug 25 01:08:19.186 |
| 8600 | 2026-08-25T01:08:20.707Z | DEBGINFO DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ff Aug 25 01:08:19.186 |
| 8601 | 2026-08-25T01:08:20.707Z | 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: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 } }] |
| 8602 | 2026-08-25T01:08:20.707Z | |
| 8603 | 2026-08-25T01:08:20.707Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 25 01:08:19.186 |
| 8604 | 2026-08-25T01:08:20.707Z | Aug 25 01:08:19.186Aug 25 01:08:19.186 DEBG INFOINFOAug 25 01:08:19.186 DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8605 | 2026-08-25T01:08:20.707Z | |
| 8606 | 2026-08-25T01:08:20.707Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8607 | 2026-08-25T01:08:20.707Z | |
| 8608 | 2026-08-25T01:08:20.707Z | Aug 25 01:08:19.186 DEBGAug 25 01:08:19.186 Aug 25 01:08:19.186replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186DEBG INFO |
| 8609 | 2026-08-25T01:08:20.707Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/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 } }] |
| 8610 | 2026-08-25T01:08:20.707Z | |
| 8611 | 2026-08-25T01:08:20.707Z | |
| 8612 | 2026-08-25T01:08:20.707Z | Aug 25 01:08:19.186 INFO Aug 25 01:08:19.186Aug 25 01:08:19.186Aug 25 01:08:19.186 INFODEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8613 | 2026-08-25T01:08:20.707Z | 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 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8614 | 2026-08-25T01:08:20.707Z | |
| 8615 | 2026-08-25T01:08:20.707Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186 |
| 8616 | 2026-08-25T01:08:20.707Z | DEBGAug 25 01:08:19.186 Aug 25 01:08:19.186replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186 |
| 8617 | 2026-08-25T01:08:20.707Z | INFODEBGINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/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 } }] |
| 8618 | 2026-08-25T01:08:20.707Z | |
| 8619 | 2026-08-25T01:08:20.707Z | |
| 8620 | 2026-08-25T01:08:20.708Z | Aug 25 01:08:19.186 INFO Aug 25 01:08:19.186Aug 25 01:08:19.186adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8621 | 2026-08-25T01:08:20.708Z | INFOAug 25 01:08:19.186 DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8622 | 2026-08-25T01:08:20.708Z | Aug 25 01:08:19.186 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8623 | 2026-08-25T01:08:20.708Z | Aug 25 01:08:19.186 DEBGDEBG Aug 25 01:08:19.186 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: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 } }] |
| 8624 | 2026-08-25T01:08:20.708Z | INFO |
| 8625 | 2026-08-25T01:08:20.708Z | adding route 3fff:beef:1c::/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 } }] |
| 8626 | 2026-08-25T01:08:20.708Z | |
| 8627 | 2026-08-25T01:08:20.708Z | Aug 25 01:08:19.186 Aug 25 01:08:19.186INFO Aug 25 01:08:19.186adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 01:08:19.186INFO |
| 8628 | 2026-08-25T01:08:20.708Z | DEBGINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 01:08:19.186replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8629 | 2026-08-25T01:08:20.708Z | |
| 8630 | 2026-08-25T01:08:20.708Z | |
| 8631 | 2026-08-25T01:08:20.708Z | DEBGAug 25 01:08:19.186 Aug 25 01:08:19.186replacing 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 } }] |
| 8632 | 2026-08-25T01:08:20.708Z | Aug 25 01:08:19.186DEBG DEBG INFOAug 25 01:08:19.186 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 } }]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 } }] |
| 8633 | 2026-08-25T01:08:20.708Z | |
| 8634 | 2026-08-25T01:08:20.708Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8635 | 2026-08-25T01:08:20.708Z | |
| 8636 | 2026-08-25T01:08:20.708Z | Aug 25 01:08:19.186Aug 25 01:08:19.186Aug 25 01:08:19.186 Aug 25 01:08:19.186 DEBG INFODEBG INFO replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8637 | 2026-08-25T01:08:20.708Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8638 | 2026-08-25T01:08:20.708Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8639 | 2026-08-25T01:08:20.708Z | |
| 8640 | 2026-08-25T01:08:20.708Z | Aug 25 01:08:19.187Aug 25 01:08:19.187 Aug 25 01:08:19.187DEBGAug 25 01:08:19.187 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 } }] |
| 8641 | 2026-08-25T01:08:20.713Z | DEBGINFO adding route 3fff:beef:3e::/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 } }] |
| 8642 | 2026-08-25T01:08:20.713Z | |
| 8643 | 2026-08-25T01:08:20.714Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8644 | 2026-08-25T01:08:20.714Z | Aug 25 01:08:19.187Aug 25 01:08:19.187Aug 25 01:08:19.187 INFO DEBGINFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 25 01:08:19.187 |
| 8645 | 2026-08-25T01:08:20.714Z | DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8646 | 2026-08-25T01:08:20.714Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8647 | 2026-08-25T01:08:20.714Z | |
| 8648 | 2026-08-25T01:08:20.714Z | Aug 25 01:08:19.187 INFO Aug 25 01:08:19.187Aug 25 01:08:19.187 adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffDEBG |
| 8649 | 2026-08-25T01:08:20.714Z | Aug 25 01:08:19.187replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8650 | 2026-08-25T01:08:20.714Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 01:08:19.187 |
| 8651 | 2026-08-25T01:08:20.714Z | Aug 25 01:08:19.187 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 } }]INFO replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8652 | 2026-08-25T01:08:20.715Z | |
| 8653 | 2026-08-25T01:08:20.715Z | Aug 25 01:08:19.187adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8654 | 2026-08-25T01:08:20.715Z | Aug 25 01:08:19.187DEBGAug 25 01:08:19.187 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 } }] |
| 8655 | 2026-08-25T01:08:20.715Z | DEBG Aug 25 01:08:19.187 Aug 25 01:08:19.187DEBGfailed to allocate space for the new target list 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 } }]INFO |
| 8656 | 2026-08-25T01:08:20.715Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8657 | 2026-08-25T01:08:20.715Z | |
| 8658 | 2026-08-25T01:08:20.715Z | |
| 8659 | 2026-08-25T01:08:20.715Z | Aug 25 01:08:19.187Aug 25 01:08:19.187Aug 25 01:08:19.187 Aug 25 01:08:19.187DEBG DEBGINFODEBG 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:17::/64 -> 2001:db8::55:ff |
| 8660 | 2026-08-25T01:08:20.716Z | |
| 8661 | 2026-08-25T01:08:20.716Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 8662 | 2026-08-25T01:08:20.716Z | |
| 8663 | 2026-08-25T01:08:20.716Z | Aug 25 01:08:19.187 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 01:08:19.187Aug 25 01:08:19.187 Aug 25 01:08:19.187 |
| 8664 | 2026-08-25T01:08:20.717Z | INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.187 |
| 8665 | 2026-08-25T01:08:20.717Z | |
| 8666 | 2026-08-25T01:08:20.717Z | failed to allocate space for the new target list |
| 8667 | 2026-08-25T01:08:20.717Z | DEBGAug 25 01:08:19.187 Aug 25 01:08:19.187replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8668 | 2026-08-25T01:08:20.717Z | DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 25 01:08:19.187 |
| 8669 | 2026-08-25T01:08:20.717Z | 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 } }] |
| 8670 | 2026-08-25T01:08:20.717Z | Aug 25 01:08:19.187adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8671 | 2026-08-25T01:08:20.717Z | DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.187 |
| 8672 | 2026-08-25T01:08:20.717Z | INFOAug 25 01:08:19.187 Aug 25 01:08:19.187 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 8673 | 2026-08-25T01:08:20.717Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8674 | 2026-08-25T01:08:20.718Z | |
| 8675 | 2026-08-25T01:08:20.718Z | Aug 25 01:08:19.187 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.187Aug 25 01:08:19.187 |
| 8676 | 2026-08-25T01:08:20.718Z | DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 25 01:08:19.187 |
| 8677 | 2026-08-25T01:08:20.718Z | |
| 8678 | 2026-08-25T01:08:20.718Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8679 | 2026-08-25T01:08:20.718Z | Aug 25 01:08:19.187Aug 25 01:08:19.187 DEBGINFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8680 | 2026-08-25T01:08:20.718Z | Aug 25 01:08:19.187 |
| 8681 | 2026-08-25T01:08:20.718Z | DEBG Aug 25 01:08:19.187replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:08:19.187 |
| 8682 | 2026-08-25T01:08:20.718Z | INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8683 | 2026-08-25T01:08:20.718Z | 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 } }] |
| 8684 | 2026-08-25T01:08:20.718Z | Aug 25 01:08:19.187 Aug 25 01:08:19.187INFOAug 25 01:08:19.187 DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff 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 } }] |
| 8685 | 2026-08-25T01:08:20.718Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8686 | 2026-08-25T01:08:20.718Z | |
| 8687 | 2026-08-25T01:08:20.718Z | Aug 25 01:08:19.187 DEBGAug 25 01:08:19.187Aug 25 01:08:19.187 DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8688 | 2026-08-25T01:08:20.718Z | INFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8689 | 2026-08-25T01:08:20.718Z | |
| 8690 | 2026-08-25T01:08:20.718Z | Aug 25 01:08:19.187 INFO Aug 25 01:08:19.187adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 25 01:08:19.187DEBG INFO |
| 8691 | 2026-08-25T01:08:20.718Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8692 | 2026-08-25T01:08:20.719Z | |
| 8693 | 2026-08-25T01:08:20.719Z | Aug 25 01:08:19.187Aug 25 01:08:19.187 DEBGAug 25 01:08:19.187INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 8694 | 2026-08-25T01:08:20.719Z | 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:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8695 | 2026-08-25T01:08:20.719Z | |
| 8696 | 2026-08-25T01:08:20.719Z | Aug 25 01:08:19.187 DEBGAug 25 01:08:19.187 Aug 25 01:08:19.187 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 } }] |
| 8697 | 2026-08-25T01:08:20.719Z | INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8698 | 2026-08-25T01:08:20.719Z | |
| 8699 | 2026-08-25T01:08:20.719Z | Aug 25 01:08:19.187 INFO Aug 25 01:08:19.187Aug 25 01:08:19.187 DEBGDEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8700 | 2026-08-25T01:08:20.719Z | |
| 8701 | 2026-08-25T01:08:20.719Z | 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 } }] |
| 8702 | 2026-08-25T01:08:20.719Z | Aug 25 01:08:19.187Aug 25 01:08:19.187 INFOAug 25 01:08:19.187 DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO |
| 8703 | 2026-08-25T01:08:20.719Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8704 | 2026-08-25T01:08:20.719Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8705 | 2026-08-25T01:08:20.719Z | |
| 8706 | 2026-08-25T01:08:20.719Z | Aug 25 01:08:19.187 DEBGAug 25 01:08:19.187Aug 25 01:08:19.187 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 } }] |
| 8707 | 2026-08-25T01:08:20.719Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 8708 | 2026-08-25T01:08:20.720Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.187 |
| 8709 | 2026-08-25T01:08:20.720Z | Aug 25 01:08:19.187INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 8710 | 2026-08-25T01:08:20.720Z | Aug 25 01:08:19.187replacing 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 Aug 25 01:08:19.188adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 25 01:08:19.188 DEBG |
| 8711 | 2026-08-25T01:08:20.720Z | created new freemap, DEBG unitcreated new freemapAug 25 01:08:19.189:, unitfreemap_route_ipv4: freemap_route_ipv4DEBG |
| 8712 | 2026-08-25T01:08:20.720Z | 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 } }] |
| 8713 | 2026-08-25T01:08:20.720Z | Aug 25 01:08:19.187Aug 25 01:08:19.189 Aug 25 01:08:19.189DEBG 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 } }] |
| 8714 | 2026-08-25T01:08:20.720Z | INFOcreated new freemap , adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunit |
| 8715 | 2026-08-25T01:08:20.720Z | : Aug 25 01:08:19.189 |
| 8716 | 2026-08-25T01:08:20.720Z | freemap_route_ipv6 |
| 8717 | 2026-08-25T01:08:20.720Z | INFOAug 25 01:08:19.189 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 01:08:19.187DEBGAug 25 01:08:19.189 |
| 8718 | 2026-08-25T01:08:20.720Z | 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 } }]DEBGcreated new freemap |
| 8719 | 2026-08-25T01:08:20.720Z | , unitAug 25 01:08:19.189initted freemap. size: 64:, Aug 25 01:08:19.189Aug 25 01:08:19.189unit :INFO DEBGfreemap_route_ipv4 |
| 8720 | 2026-08-25T01:08:20.720Z | freemap_route_ipv4replacing 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 } }] |
| 8721 | 2026-08-25T01:08:20.720Z | |
| 8722 | 2026-08-25T01:08:20.720Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFOAug 25 01:08:19.189 |
| 8723 | 2026-08-25T01:08:20.720Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 25 01:08:19.189DEBG Aug 25 01:08:19.189 DEBG |
| 8724 | 2026-08-25T01:08:20.720Z | Aug 25 01:08:19.189DEBGreset freemap , 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 } }]unitINFO |
| 8725 | 2026-08-25T01:08:20.720Z | , unit:adding route 3fff:beef:21::/64 -> 2001:db8::55:ff: Aug 25 01:08:19.189Aug 25 01:08:19.189 freemap_route_ipv6freemap_route_ipv4 |
| 8726 | 2026-08-25T01:08:20.720Z | |
| 8727 | 2026-08-25T01:08:20.721Z | INFO |
| 8728 | 2026-08-25T01:08:20.721Z | DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 25 01:08:19.189replacing 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 } }] |
| 8729 | 2026-08-25T01:08:20.721Z | |
| 8730 | 2026-08-25T01:08:20.721Z | Aug 25 01:08:19.189DEBG initted freemap. size: 64 , DEBGunitAug 25 01:08:19.189: DEBG Aug 25 01:08:19.189freemap_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 } }] 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 } }] |
| 8731 | 2026-08-25T01:08:20.721Z | Aug 25 01:08:19.189 |
| 8732 | 2026-08-25T01:08:20.721Z | INFODEBG |
| 8733 | 2026-08-25T01:08:20.721Z | initted freemap. size: 64adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff, Aug 25 01:08:19.189unitAug 25 01:08:19.189: INFOfreemap_route_ipv6 |
| 8734 | 2026-08-25T01:08:20.721Z | DEBG |
| 8735 | 2026-08-25T01:08:20.721Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 25 01:08:19.189 |
| 8736 | 2026-08-25T01:08:20.721Z | Aug 25 01:08:19.189INFOreset freemap, DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 01:08:19.189 |
| 8737 | 2026-08-25T01:08:20.721Z | Aug 25 01:08:19.189DEBGunit :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 } }] |
| 8738 | 2026-08-25T01:08:20.722Z | DEBG reset freemapfreemap_route_ipv4 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 } }], |
| 8739 | 2026-08-25T01:08:20.722Z | Aug 25 01:08:19.189unit |
| 8740 | 2026-08-25T01:08:20.722Z | Aug 25 01:08:19.189 INFO : Aug 25 01:08:19.189 freemap_route_ipv6 |
| 8741 | 2026-08-25T01:08:20.727Z | DEBGAug 25 01:08:19.189 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffinitted freemap. size: 64INFO, |
| 8742 | 2026-08-25T01:08:20.727Z | unitadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 8743 | 2026-08-25T01:08:20.727Z | Aug 25 01:08:19.189: freemap_route_ipv6INFO |
| 8744 | 2026-08-25T01:08:20.728Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:08:19.189 Aug 25 01:08:19.189 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8745 | 2026-08-25T01:08:20.728Z | DEBG |
| 8746 | 2026-08-25T01:08:20.728Z | Aug 25 01:08:19.189replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG |
| 8747 | 2026-08-25T01:08:20.728Z | 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 } }] |
| 8748 | 2026-08-25T01:08:20.728Z | reset freemap, Aug 25 01:08:19.189unit Aug 25 01:08:19.189:Aug 25 01:08:19.189 INFOfreemap_route_ipv6 |
| 8749 | 2026-08-25T01:08:20.728Z | INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8750 | 2026-08-25T01:08:20.728Z | adding route 3fff:beef:3b::/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 } }] |
| 8751 | 2026-08-25T01:08:20.728Z | Aug 25 01:08:19.189 |
| 8752 | 2026-08-25T01:08:20.728Z | Aug 25 01:08:19.189INFOAug 25 01:08:19.189 DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOAug 25 01:08:19.189 |
| 8753 | 2026-08-25T01:08:20.729Z | Aug 25 01:08:19.189 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8754 | 2026-08-25T01:08:20.729Z | 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: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 } }] |
| 8755 | 2026-08-25T01:08:20.729Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 01:08:19.189 |
| 8756 | 2026-08-25T01:08:20.729Z | DEBG |
| 8757 | 2026-08-25T01:08:20.729Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:08:19.189 |
| 8758 | 2026-08-25T01:08:20.729Z | Aug 25 01:08:19.189Aug 25 01:08:19.189 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 } }]INFO |
| 8759 | 2026-08-25T01:08:20.729Z | Aug 25 01:08:19.189replacing 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 } }] |
| 8760 | 2026-08-25T01:08:20.729Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFOAug 25 01:08:19.189 |
| 8761 | 2026-08-25T01:08:20.729Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8762 | 2026-08-25T01:08:20.730Z | Aug 25 01:08:19.189 INFO |
| 8763 | 2026-08-25T01:08:20.730Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 01:08:19.189 |
| 8764 | 2026-08-25T01:08:20.730Z | Aug 25 01:08:19.189Aug 25 01:08:19.189 INFODEBG Aug 25 01:08:19.189DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8765 | 2026-08-25T01:08:20.730Z | Aug 25 01:08:19.189DEBG |
| 8766 | 2026-08-25T01:08:20.730Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 8767 | 2026-08-25T01:08:20.730Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.189 |
| 8768 | 2026-08-25T01:08:20.730Z | |
| 8769 | 2026-08-25T01:08:20.730Z | Aug 25 01:08:19.189 DEBGINFOAug 25 01:08:19.189 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 01:08:19.189 |
| 8770 | 2026-08-25T01:08:20.731Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 25 01:08:19.189INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8771 | 2026-08-25T01:08:20.731Z | INFOAug 25 01:08:19.189 |
| 8772 | 2026-08-25T01:08:20.731Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 01:08:19.189 |
| 8773 | 2026-08-25T01:08:20.731Z | |
| 8774 | 2026-08-25T01:08:20.731Z | 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 } }] INFO |
| 8775 | 2026-08-25T01:08:20.731Z | Aug 25 01:08:19.189Aug 25 01:08:19.189adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBGDEBG Aug 25 01:08:19.189Aug 25 01:08:19.189 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 } }]DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8776 | 2026-08-25T01:08:20.731Z | |
| 8777 | 2026-08-25T01:08:20.731Z | |
| 8778 | 2026-08-25T01:08:20.731Z | INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.189 |
| 8779 | 2026-08-25T01:08:20.731Z | Aug 25 01:08:19.189adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8780 | 2026-08-25T01:08:20.731Z | DEBG Aug 25 01:08:19.189INFOAug 25 01:08:19.189 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8781 | 2026-08-25T01:08:20.731Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 8782 | 2026-08-25T01:08:20.731Z | Aug 25 01:08:19.189adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 01:08:19.189 DEBG |
| 8783 | 2026-08-25T01:08:20.732Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:08:19.189 |
| 8784 | 2026-08-25T01:08:20.732Z | 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 } }] DEBGAug 25 01:08:19.189 |
| 8785 | 2026-08-25T01:08:20.732Z | Aug 25 01:08:19.189DEBG 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:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8786 | 2026-08-25T01:08:20.732Z | Aug 25 01:08:19.189replacing 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::/64 -> 2001:db8::55:ff |
| 8787 | 2026-08-25T01:08:20.732Z | DEBG |
| 8788 | 2026-08-25T01:08:20.732Z | failed to allocate space for the new target list |
| 8789 | 2026-08-25T01:08:20.732Z | Aug 25 01:08:19.189 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8790 | 2026-08-25T01:08:20.732Z | Aug 25 01:08:19.189Aug 25 01:08:19.189Aug 25 01:08:19.189Aug 25 01:08:19.189 DEBGDEBGWARN 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 } }]DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 8791 | 2026-08-25T01:08:20.732Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8792 | 2026-08-25T01:08:20.732Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8793 | 2026-08-25T01:08:20.732Z | |
| 8794 | 2026-08-25T01:08:20.732Z | |
| 8795 | 2026-08-25T01:08:20.732Z | Aug 25 01:08:19.189 Aug 25 01:08:19.189Aug 25 01:08:19.189 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 } }] |
| 8796 | 2026-08-25T01:08:20.732Z | ERRO Aug 25 01:08:19.189INFOAug 25 01:08:19.189 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 8797 | 2026-08-25T01:08:20.732Z | |
| 8798 | 2026-08-25T01:08:20.734Z | INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8799 | 2026-08-25T01:08:20.734Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8800 | 2026-08-25T01:08:20.734Z | Aug 25 01:08:19.189Aug 25 01:08:19.189 DEBGERRO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.189 |
| 8801 | 2026-08-25T01:08:20.734Z | 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 DEBGAug 25 01:08:19.189 |
| 8802 | 2026-08-25T01:08:20.734Z | test route::tests::grow_succeeds ... ok |
| 8803 | 2026-08-25T01:08:20.734Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:08:19.189DEBG |
| 8804 | 2026-08-25T01:08:20.734Z | 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 } }] |
| 8805 | 2026-08-25T01:08:20.734Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8806 | 2026-08-25T01:08:20.734Z | Aug 25 01:08:19.189Aug 25 01:08:19.189 Aug 25 01:08:19.189 INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBG |
| 8807 | 2026-08-25T01:08:20.734Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8808 | 2026-08-25T01:08:20.734Z | |
| 8809 | 2026-08-25T01:08:20.734Z | Aug 25 01:08:19.189 DEBG Aug 25 01:08:19.189replacing 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 } }] |
| 8810 | 2026-08-25T01:08:20.734Z | DEBGAug 25 01:08:19.189 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 } }] |
| 8811 | 2026-08-25T01:08:20.734Z | INFO Aug 25 01:08:19.189adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8812 | 2026-08-25T01:08:20.734Z | Aug 25 01:08:19.189INFO Aug 25 01:08:19.189INFOAug 25 01:08:19.187 DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8813 | 2026-08-25T01:08:20.735Z | 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 } }]created new freemap, Aug 25 01:08:19.190unit :DEBG freemap_route_ipv4created new freemap |
| 8814 | 2026-08-25T01:08:20.735Z | Aug 25 01:08:19.190 |
| 8815 | 2026-08-25T01:08:20.735Z | DEBG, unit:created new freemap freemap_route_ipv4, |
| 8816 | 2026-08-25T01:08:20.735Z | unit:Aug 25 01:08:19.203Aug 25 01:08:19.203 freemap_route_ipv4INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffcreated new freemap |
| 8817 | 2026-08-25T01:08:20.735Z | , |
| 8818 | 2026-08-25T01:08:20.735Z | unit:Aug 25 01:08:19.203 freemap_route_ipv6DEBG |
| 8819 | 2026-08-25T01:08:20.735Z | Aug 25 01:08:19.203created new freemap , DEBGunit :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 } }] |
| 8820 | 2026-08-25T01:08:20.735Z | freemap_route_ipv6Aug 25 01:08:19.203 |
| 8821 | 2026-08-25T01:08:20.735Z | DEBGAug 25 01:08:19.203 |
| 8822 | 2026-08-25T01:08:20.735Z | initted freemap. size: 64, unit: INFOAug 25 01:08:19.203freemap_route_ipv4 |
| 8823 | 2026-08-25T01:08:20.735Z | DEBG initted freemap. size: 64adding route 3fff:beef:35::/64 -> 2001:db8::55:ff, Aug 25 01:08:19.203unit |
| 8824 | 2026-08-25T01:08:20.735Z | :DEBG freemap_route_ipv4reset freemapAug 25 01:08:19.203Aug 25 01:08:19.203 DEBGDEBG |
| 8825 | 2026-08-25T01:08:20.735Z | created new freemap, 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 } }]unit |
| 8826 | 2026-08-25T01:08:20.735Z | :Aug 25 01:08:19.203 freemap_route_ipv4DEBG, |
| 8827 | 2026-08-25T01:08:20.735Z | unit reset freemap:Aug 25 01:08:19.203 freemap_route_ipv6Aug 25 01:08:19.203INFO, unitDEBG :initted freemap. size: 64adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8828 | 2026-08-25T01:08:20.735Z | , unit: |
| 8829 | 2026-08-25T01:08:20.735Z | freemap_route_ipv4 freemap_route_ipv6 |
| 8830 | 2026-08-25T01:08:20.735Z | Aug 25 01:08:19.203 |
| 8831 | 2026-08-25T01:08:20.736Z | DEBGAug 25 01:08:19.203Aug 25 01:08:19.203 initted freemap. size: 64 Aug 25 01:08:19.203DEBG , DEBGunit 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 } }]reset freemap |
| 8832 | 2026-08-25T01:08:20.736Z | : , unit:DEBG freemap_route_ipv6Aug 25 01:08:19.203initted freemap. size: 64 |
| 8833 | 2026-08-25T01:08:20.736Z | , INFOunit :freemap_route_ipv4 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8834 | 2026-08-25T01:08:20.736Z | freemap_route_ipv6Aug 25 01:08:19.203 |
| 8835 | 2026-08-25T01:08:20.736Z | |
| 8836 | 2026-08-25T01:08:20.736Z | INFOAug 25 01:08:19.203 Aug 25 01:08:19.203 DEBG reset freemap , adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 8837 | 2026-08-25T01:08:20.736Z | unit Aug 25 01:08:19.203reset freemap , :unitDEBG: replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8838 | 2026-08-25T01:08:20.736Z | freemap_route_ipv4freemap_route_ipv6 |
| 8839 | 2026-08-25T01:08:20.736Z | |
| 8840 | 2026-08-25T01:08:20.736Z | Aug 25 01:08:19.203Aug 25 01:08:19.203 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 25 01:08:19.187 |
| 8841 | 2026-08-25T01:08:20.741Z | Aug 25 01:08:19.203DEBG Aug 25 01:08:19.203 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGINFO created new freemap |
| 8842 | 2026-08-25T01:08:20.741Z | , adding route 172.16.0.0/32 -> 10.0.0.1unit |
| 8843 | 2026-08-25T01:08:20.742Z | : Aug 25 01:08:19.203Aug 25 01:08:19.203DEBGfreemap_route_ipv4 |
| 8844 | 2026-08-25T01:08:20.742Z | DEBGinitted freemap. size: 64, unitAug 25 01:08:19.203 :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 } }] |
| 8845 | 2026-08-25T01:08:20.742Z | Aug 25 01:08:19.203freemap_route_ipv6 DEBG |
| 8846 | 2026-08-25T01:08:20.742Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 8847 | 2026-08-25T01:08:20.742Z | 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 } }] |
| 8848 | 2026-08-25T01:08:20.742Z | created new freemap, Aug 25 01:08:19.203Aug 25 01:08:19.203 DEBGINFO reset freemapadding route 3fff:beef:39::/64 -> 2001:db8::55:ff, unitunitAug 25 01:08:19.203: :INFO freemap_route_ipv6 |
| 8849 | 2026-08-25T01:08:20.743Z | adding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv6 |
| 8850 | 2026-08-25T01:08:20.743Z | |
| 8851 | 2026-08-25T01:08:20.743Z | |
| 8852 | 2026-08-25T01:08:20.743Z | Aug 25 01:08:19.203Aug 25 01:08:19.203 Aug 25 01:08:19.203DEBGAug 25 01:08:19.203 initted freemap. size: 64INFODEBG , unitDEBG:adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8853 | 2026-08-25T01:08:20.743Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]freemap_route_ipv4 |
| 8854 | 2026-08-25T01:08:20.743Z | |
| 8855 | 2026-08-25T01:08:20.743Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.203 Aug 25 01:08:19.203DEBG 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 } }] |
| 8856 | 2026-08-25T01:08:20.743Z | reset freemap |
| 8857 | 2026-08-25T01:08:20.743Z | , Aug 25 01:08:19.203 unitINFO:Aug 25 01:08:19.203 Aug 25 01:08:19.203adding route 172.17.0.0/32 -> 10.0.0.255 freemap_route_ipv4 |
| 8858 | 2026-08-25T01:08:20.743Z | INFO INFO |
| 8859 | 2026-08-25T01:08:20.743Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8860 | 2026-08-25T01:08:20.744Z | Aug 25 01:08:19.203adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8861 | 2026-08-25T01:08:20.744Z | DEBG Aug 25 01:08:19.203replacing 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 } }] |
| 8862 | 2026-08-25T01:08:20.744Z | DEBGAug 25 01:08:19.203Aug 25 01:08:19.203 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 8863 | 2026-08-25T01:08:20.744Z | 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 } }]initted freemap. size: 64 |
| 8864 | 2026-08-25T01:08:20.744Z | , Aug 25 01:08:19.203unit :INFO Aug 25 01:08:19.203 Aug 25 01:08:19.203freemap_route_ipv6adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8865 | 2026-08-25T01:08:20.744Z | |
| 8866 | 2026-08-25T01:08:20.744Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8867 | 2026-08-25T01:08:20.744Z | |
| 8868 | 2026-08-25T01:08:20.744Z | Aug 25 01:08:19.203Aug 25 01:08:19.203 DEBGAug 25 01:08:19.203DEBG DEBGAug 25 01:08:19.203reset freemap replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }], unit |
| 8869 | 2026-08-25T01:08:20.744Z | |
| 8870 | 2026-08-25T01:08:20.744Z | : freemap_route_ipv6DEBG |
| 8871 | 2026-08-25T01:08:20.744Z | Aug 25 01:08:19.203replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:08:19.203 |
| 8872 | 2026-08-25T01:08:20.744Z | Aug 25 01:08:19.203INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 8873 | 2026-08-25T01:08:20.744Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8874 | 2026-08-25T01:08:20.744Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8875 | 2026-08-25T01:08:20.744Z | Aug 25 01:08:19.203Aug 25 01:08:19.203 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 } }]Aug 25 01:08:19.203 |
| 8876 | 2026-08-25T01:08:20.744Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 01:08:19.203DEBG |
| 8877 | 2026-08-25T01:08:20.744Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG Aug 25 01:08:19.203 |
| 8878 | 2026-08-25T01:08:20.744Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 8879 | 2026-08-25T01:08:20.744Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 25 01:08:19.203 |
| 8880 | 2026-08-25T01:08:20.744Z | Aug 25 01:08:19.203 DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.203Aug 25 01:08:19.203 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBG |
| 8881 | 2026-08-25T01:08:20.744Z | INFO |
| 8882 | 2026-08-25T01:08:20.744Z | 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 } }] |
| 8883 | 2026-08-25T01:08:20.744Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 8884 | 2026-08-25T01:08:20.744Z | Aug 25 01:08:19.203Aug 25 01:08:19.203 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 } }] |
| 8885 | 2026-08-25T01:08:20.744Z | Aug 25 01:08:19.203INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 8886 | 2026-08-25T01:08:20.745Z | failed to allocate space for the new target list |
| 8887 | 2026-08-25T01:08:20.745Z | |
| 8888 | 2026-08-25T01:08:20.745Z | Aug 25 01:08:19.203 DEBG Aug 25 01:08:19.204replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.204 DEBGDEBG |
| 8889 | 2026-08-25T01:08:20.745Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 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 } }] |
| 8890 | 2026-08-25T01:08:20.745Z | |
| 8891 | 2026-08-25T01:08:20.745Z | Aug 25 01:08:19.204 INFO Aug 25 01:08:19.204adding route 172.17.0.1/32 -> 10.0.0.255Aug 25 01:08:19.204 |
| 8892 | 2026-08-25T01:08:20.745Z | INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 01:08:19.204 |
| 8893 | 2026-08-25T01:08:20.745Z | DEBG |
| 8894 | 2026-08-25T01:08:20.745Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.204 DEBG Aug 25 01:08:19.204replacing 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 } }] |
| 8895 | 2026-08-25T01:08:20.745Z | |
| 8896 | 2026-08-25T01:08:20.745Z | Aug 25 01:08:19.204DEBG 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 } }]DEBGAug 25 01:08:19.204 |
| 8897 | 2026-08-25T01:08:20.745Z | INFO created new freemapAug 25 01:08:19.204adding route 172.17.0.6/32 -> 10.0.0.255 |
| 8898 | 2026-08-25T01:08:20.745Z | INFOAug 25 01:08:19.204 , adding route 172.17.0.2/32 -> 10.0.0.255unit : |
| 8899 | 2026-08-25T01:08:20.745Z | Aug 25 01:08:19.204INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8900 | 2026-08-25T01:08:20.745Z | 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 } }] |
| 8901 | 2026-08-25T01:08:20.745Z | freemap_route_ipv6 |
| 8902 | 2026-08-25T01:08:20.745Z | Aug 25 01:08:19.204 Aug 25 01:08:19.204DEBG Aug 25 01:08:19.204INFOAug 25 01:08:19.204 DEBGadding route 172.17.0.7/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 } }] |
| 8903 | 2026-08-25T01:08:20.745Z | 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 } }] |
| 8904 | 2026-08-25T01:08:20.745Z | |
| 8905 | 2026-08-25T01:08:20.745Z | DEBGAug 25 01:08:19.204 initted freemap. size: 64DEBGAug 25 01:08:19.204Aug 25 01:08:19.204 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 8906 | 2026-08-25T01:08:20.745Z | test route::tests::identity_replace_is_noop ... ok |
| 8907 | 2026-08-25T01:08:20.745Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255, |
| 8908 | 2026-08-25T01:08:20.745Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunitAug 25 01:08:19.204: |
| 8909 | 2026-08-25T01:08:20.745Z | INFO freemap_route_ipv4 adding route 172.17.0.8/32 -> 10.0.0.255 |
| 8910 | 2026-08-25T01:08:20.745Z | |
| 8911 | 2026-08-25T01:08:20.745Z | Aug 25 01:08:19.204 DEBG Aug 25 01:08:19.204Aug 25 01:08:19.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 } }]Aug 25 01:08:19.204 |
| 8912 | 2026-08-25T01:08:20.745Z | DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8913 | 2026-08-25T01:08:20.745Z | Aug 25 01:08:19.204replacing 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 } }] |
| 8914 | 2026-08-25T01:08:20.745Z | reset freemapINFO, unit :adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 01:08:19.204 |
| 8915 | 2026-08-25T01:08:20.745Z | freemap_route_ipv4 |
| 8916 | 2026-08-25T01:08:20.745Z | INFOAug 25 01:08:19.204 INFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 8917 | 2026-08-25T01:08:20.745Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 25 01:08:19.204 |
| 8918 | 2026-08-25T01:08:20.745Z | Aug 25 01:08:19.204 DEBG DEBGAug 25 01:08:19.204initted freemap. size: 64Aug 25 01:08:19.204 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , DEBG |
| 8919 | 2026-08-25T01:08:20.745Z | unit 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 } }] |
| 8920 | 2026-08-25T01:08:20.745Z | Aug 25 01:08:19.204freemap_route_ipv6replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8921 | 2026-08-25T01:08:20.746Z | |
| 8922 | 2026-08-25T01:08:20.746Z | Aug 25 01:08:19.204 INFOAug 25 01:08:19.204 INFOadding route 172.17.0.10/32 -> 10.0.0.255 INFO |
| 8923 | 2026-08-25T01:08:20.746Z | adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8924 | 2026-08-25T01:08:20.746Z | |
| 8925 | 2026-08-25T01:08:20.746Z | Aug 25 01:08:19.204 DEBG Aug 25 01:08:19.204Aug 25 01:08:19.204reset freemap Aug 25 01:08:19.204DEBG , DEBGunit replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]: |
| 8926 | 2026-08-25T01:08:20.746Z | freemap_route_ipv6DEBG |
| 8927 | 2026-08-25T01:08:20.746Z | 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 } }] |
| 8928 | 2026-08-25T01:08:20.746Z | Aug 25 01:08:19.204 |
| 8929 | 2026-08-25T01:08:20.746Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 25 01:08:19.204 |
| 8930 | 2026-08-25T01:08:20.746Z | Aug 25 01:08:19.204Aug 25 01:08:19.204 INFO INFO INFOadding route 172.17.0.11/32 -> 10.0.0.255Aug 25 01:08:19.204 |
| 8931 | 2026-08-25T01:08:20.746Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 8932 | 2026-08-25T01:08:20.746Z | Aug 25 01:08:19.204replacing 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 |
| 8933 | 2026-08-25T01:08:20.746Z | |
| 8934 | 2026-08-25T01:08:20.746Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.204 |
| 8935 | 2026-08-25T01:08:20.746Z | Aug 25 01:08:19.204Aug 25 01:08:19.204Aug 25 01:08:19.215 INFODEBG adding route 172.17.0.12/32 -> 10.0.0.255 created new freemap |
| 8936 | 2026-08-25T01:08:20.746Z | DEBG , created new freemapunit, Aug 25 01:08:19.215: unitDEBG : freemap_route_ipv4replacing 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 } }] |
| 8937 | 2026-08-25T01:08:20.746Z | |
| 8938 | 2026-08-25T01:08:20.746Z | freemap_route_ipv4 |
| 8939 | 2026-08-25T01:08:20.746Z | Aug 25 01:08:19.204 DEBGDEBG created new freemapreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.215, |
| 8940 | 2026-08-25T01:08:20.746Z | Aug 25 01:08:19.215 Aug 25 01:08:19.215INFO DEBG DEBGadding route 172.17.0.13/32 -> 10.0.0.255Aug 25 01:08:19.215created new freemap |
| 8941 | 2026-08-25T01:08:20.751Z | unit INFO, :adding route 3fff:beef:30::/64 -> 2001:db8::55:ffcreated new freemapAug 25 01:08:19.215unit, :unit : freemap_route_ipv6DEBG |
| 8942 | 2026-08-25T01:08:20.751Z | 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 } }] |
| 8943 | 2026-08-25T01:08:20.751Z | freemap_route_ipv6freemap_route_ipv4 |
| 8944 | 2026-08-25T01:08:20.751Z | |
| 8945 | 2026-08-25T01:08:20.751Z | |
| 8946 | 2026-08-25T01:08:20.751Z | Aug 25 01:08:19.215 DEBGAug 25 01:08:19.215Aug 25 01:08:19.215 initted freemap. size: 64Aug 25 01:08:19.215 , INFODEBG Aug 25 01:08:19.215replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:08:19.204unitadding route 172.17.0.14/32 -> 10.0.0.255 DEBGDEBG: |
| 8947 | 2026-08-25T01:08:20.751Z | INFO |
| 8948 | 2026-08-25T01:08:20.752Z | freemap_route_ipv4initted freemap. size: 64created new freemap |
| 8949 | 2026-08-25T01:08:20.752Z | , adding route 172.17.0.7/32 -> 10.0.0.255, unit:Aug 25 01:08:19.215 DEBG |
| 8950 | 2026-08-25T01:08:20.752Z | unitreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.215 |
| 8951 | 2026-08-25T01:08:20.752Z | :Aug 25 01:08:19.215freemap_route_ipv6 |
| 8952 | 2026-08-25T01:08:20.752Z | INFOAug 25 01:08:19.215 DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8953 | 2026-08-25T01:08:20.752Z | |
| 8954 | 2026-08-25T01:08:20.752Z | Aug 25 01:08:19.215Aug 25 01:08:19.215 INFO DEBG DEBGadding route 172.17.0.15/32 -> 10.0.0.255 |
| 8955 | 2026-08-25T01:08:20.752Z | reset 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 } }]Aug 25 01:08:19.215Aug 25 01:08:19.215, |
| 8956 | 2026-08-25T01:08:20.752Z | unit DEBG:DEBG Aug 25 01:08:19.215 initted freemap. size: 64DEBG 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 } }]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 } }] |
| 8957 | 2026-08-25T01:08:20.752Z | |
| 8958 | 2026-08-25T01:08:20.752Z | |
| 8959 | 2026-08-25T01:08:20.752Z | Aug 25 01:08:19.215, reset freemap, unitINFOAug 25 01:08:19.215unit Aug 25 01:08:19.215 :INFOadding route 172.17.0.8/32 -> 10.0.0.255 INFO |
| 8960 | 2026-08-25T01:08:20.752Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 25 01:08:19.215 |
| 8961 | 2026-08-25T01:08:20.752Z | : adding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv4 |
| 8962 | 2026-08-25T01:08:20.752Z | freemap_route_ipv4 |
| 8963 | 2026-08-25T01:08:20.752Z | |
| 8964 | 2026-08-25T01:08:20.752Z | Aug 25 01:08:19.215DEBG Aug 25 01:08:19.215DEBGAug 25 01:08:19.215 Aug 25 01:08:19.215DEBGAug 25 01:08:19.215 initted freemap. size: 64DEBG , initted freemap. size: 64replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 8965 | 2026-08-25T01:08:20.752Z | DEBG unit, DEBG |
| 8966 | 2026-08-25T01:08:20.752Z | unit :replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.215Aug 25 01:08:19.215 reset freemap: INFO, |
| 8967 | 2026-08-25T01:08:20.752Z | freemap_route_ipv6freemap_route_ipv6adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 8968 | 2026-08-25T01:08:20.752Z | unit |
| 8969 | 2026-08-25T01:08:20.752Z | |
| 8970 | 2026-08-25T01:08:20.752Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff: |
| 8971 | 2026-08-25T01:08:20.753Z | freemap_route_ipv4Aug 25 01:08:19.215Aug 25 01:08:19.215 Aug 25 01:08:19.215DEBGAug 25 01:08:19.215 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 } }] |
| 8972 | 2026-08-25T01:08:20.753Z | INFO |
| 8973 | 2026-08-25T01:08:20.753Z | DEBGDEBGAug 25 01:08:19.215 adding route 172.17.0.9/32 -> 10.0.0.255reset freemapAug 25 01:08:19.215 Aug 25 01:08:19.215 DEBG |
| 8974 | 2026-08-25T01:08:20.753Z | , replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8975 | 2026-08-25T01:08:20.753Z | reset freemapINFO : Aug 25 01:08:19.215Aug 25 01:08:19.215adding route 172.17.0.18/32 -> 10.0.0.255 freemap_route_ipv6DEBGDEBG |
| 8976 | 2026-08-25T01:08:20.753Z | initted freemap. size: 64INFO |
| 8977 | 2026-08-25T01:08:20.753Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff, 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 } }] |
| 8978 | 2026-08-25T01:08:20.753Z | unit |
| 8979 | 2026-08-25T01:08:20.753Z | , unit:: Aug 25 01:08:19.215 freemap_route_ipv6Aug 25 01:08:19.215freemap_route_ipv6Aug 25 01:08:19.215 |
| 8980 | 2026-08-25T01:08:20.753Z | INFO |
| 8981 | 2026-08-25T01:08:20.753Z | adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 8982 | 2026-08-25T01:08:20.753Z | Aug 25 01:08:19.215 DEBGAug 25 01:08:19.215replacing 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 } }] |
| 8983 | 2026-08-25T01:08:20.753Z | INFO DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:08:19.215 |
| 8984 | 2026-08-25T01:08:20.753Z | |
| 8985 | 2026-08-25T01:08:20.754Z | reset freemapAug 25 01:08:19.215Aug 25 01:08:19.215, INFO unitDEBG :adding route 172.17.0.19/32 -> 10.0.0.255Aug 25 01:08:19.215replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.215 |
| 8986 | 2026-08-25T01:08:20.754Z | INFO INFO freemap_route_ipv6DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8987 | 2026-08-25T01:08:20.754Z | |
| 8988 | 2026-08-25T01:08:20.754Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8989 | 2026-08-25T01:08:20.754Z | Aug 25 01:08:19.215 |
| 8990 | 2026-08-25T01:08:20.754Z | DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.215Aug 25 01:08:19.215 |
| 8991 | 2026-08-25T01:08:20.754Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:08:19.215 |
| 8992 | 2026-08-25T01:08:20.754Z | Aug 25 01:08:19.215DEBG INFOadding route 172.17.0.11/32 -> 10.0.0.255 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 8993 | 2026-08-25T01:08:20.754Z | 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 } }] |
| 8994 | 2026-08-25T01:08:20.754Z | |
| 8995 | 2026-08-25T01:08:20.754Z | Aug 25 01:08:19.215 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 8996 | 2026-08-25T01:08:20.754Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8997 | 2026-08-25T01:08:20.754Z | Aug 25 01:08:19.215Aug 25 01:08:19.215Aug 25 01:08:19.215 DEBGDEBGAug 25 01:08:19.215 INFODEBG Aug 25 01:08:19.215replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:08:19.215replacing 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 } }] |
| 8998 | 2026-08-25T01:08:20.754Z | |
| 8999 | 2026-08-25T01:08:20.754Z | DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9000 | 2026-08-25T01:08:20.755Z | DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.215 |
| 9001 | 2026-08-25T01:08:20.755Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 9002 | 2026-08-25T01:08:20.755Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 9003 | 2026-08-25T01:08:20.755Z | Aug 25 01:08:19.215 Aug 25 01:08:19.215INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.21/32 -> 10.0.0.255 |
| 9004 | 2026-08-25T01:08:20.755Z | |
| 9005 | 2026-08-25T01:08:20.755Z | 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 } }]replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9006 | 2026-08-25T01:08:20.755Z | |
| 9007 | 2026-08-25T01:08:20.755Z | |
| 9008 | 2026-08-25T01:08:20.755Z | Aug 25 01:08:19.215Aug 25 01:08:19.215Aug 25 01:08:19.215 Aug 25 01:08:19.215Aug 25 01:08:19.215Aug 25 01:08:19.215DEBG 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 INFOINFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 9009 | 2026-08-25T01:08:20.755Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9010 | 2026-08-25T01:08:20.755Z | |
| 9011 | 2026-08-25T01:08:20.755Z | adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.12/32 -> 10.0.0.255DEBGAug 25 01:08:19.216 |
| 9012 | 2026-08-25T01:08:20.755Z | |
| 9013 | 2026-08-25T01:08:20.755Z | DEBGAug 25 01:08:19.216 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 01:08:19.216 |
| 9014 | 2026-08-25T01:08:20.755Z | DEBG |
| 9015 | 2026-08-25T01:08:20.755Z | Aug 25 01:08:19.216 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9016 | 2026-08-25T01:08:20.755Z | DEBG Aug 25 01:08:19.216replacing 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.22/32 -> 10.0.0.255Aug 25 01:08:19.216 |
| 9017 | 2026-08-25T01:08:20.755Z | |
| 9018 | 2026-08-25T01:08:20.755Z | INFOAug 25 01:08:19.216 Aug 25 01:08:19.216Aug 25 01:08:19.216adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9019 | 2026-08-25T01:08:20.755Z | INFOAug 25 01:08:19.216 DEBG DEBGINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9020 | 2026-08-25T01:08:20.755Z | |
| 9021 | 2026-08-25T01:08:20.755Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9022 | 2026-08-25T01:08:20.755Z | Aug 25 01:08:19.216 Aug 25 01:08:19.216DEBGINFOAug 25 01:08:19.216Aug 25 01:08:19.216 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 DEBG |
| 9023 | 2026-08-25T01:08:20.755Z | adding route 172.16.0.0/32 -> 10.0.0.4INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 9024 | 2026-08-25T01:08:20.756Z | |
| 9025 | 2026-08-25T01:08:20.756Z | |
| 9026 | 2026-08-25T01:08:20.756Z | Aug 25 01:08:19.216 |
| 9027 | 2026-08-25T01:08:20.756Z | |
| 9028 | 2026-08-25T01:08:20.756Z | INFOAug 25 01:08:19.216Aug 25 01:08:19.216Aug 25 01:08:19.216 Aug 25 01:08:19.216 DEBG INFOAug 25 01:08:19.216DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] 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 } }]INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9029 | 2026-08-25T01:08:20.756Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9030 | 2026-08-25T01:08:20.757Z | |
| 9031 | 2026-08-25T01:08:20.757Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9032 | 2026-08-25T01:08:20.757Z | |
| 9033 | 2026-08-25T01:08:20.757Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 01:08:19.216Aug 25 01:08:19.216 Aug 25 01:08:19.216Aug 25 01:08:19.216 DEBGINFO DEBG adding route 172.17.0.24/32 -> 10.0.0.255DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9034 | 2026-08-25T01:08:20.757Z | |
| 9035 | 2026-08-25T01:08:20.757Z | |
| 9036 | 2026-08-25T01:08:20.757Z | |
| 9037 | 2026-08-25T01:08:20.757Z | Aug 25 01:08:19.216 Aug 25 01:08:19.216INFO Aug 25 01:08:19.216 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 Aug 25 01:08:19.216 |
| 9038 | 2026-08-25T01:08:20.757Z | 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 |
| 9039 | 2026-08-25T01:08:20.757Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9040 | 2026-08-25T01:08:20.757Z | DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 9041 | 2026-08-25T01:08:20.763Z | Aug 25 01:08:19.216 |
| 9042 | 2026-08-25T01:08:20.763Z | Aug 25 01:08:19.216INFO Aug 25 01:08:19.216INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 25 01:08:19.216 |
| 9043 | 2026-08-25T01:08:20.763Z | adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.216 Aug 25 01:08:19.216 INFODEBG |
| 9044 | 2026-08-25T01:08:20.763Z | Aug 25 01:08:19.204created new freemapadding route 172.17.0.15/32 -> 10.0.0.255, |
| 9045 | 2026-08-25T01:08:20.763Z | unit :DEBGAug 25 01:08:19.227 freemap_route_ipv4Aug 25 01:08:19.227 |
| 9046 | 2026-08-25T01:08:20.763Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFODEBG |
| 9047 | 2026-08-25T01:08:20.763Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 25 01:08:19.227 |
| 9048 | 2026-08-25T01:08:20.763Z | |
| 9049 | 2026-08-25T01:08:20.763Z | DEBGAug 25 01:08:19.227 created new freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 01:08:19.227 |
| 9050 | 2026-08-25T01:08:20.763Z | : Aug 25 01:08:19.227 DEBGINFOfreemap_route_ipv6 Aug 25 01:08:19.227 |
| 9051 | 2026-08-25T01:08:20.763Z | DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 9052 | 2026-08-25T01:08:20.763Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 9053 | 2026-08-25T01:08:20.763Z | Aug 25 01:08:19.227 |
| 9054 | 2026-08-25T01:08:20.763Z | DEBG initted freemap. size: 64Aug 25 01:08:19.227Aug 25 01:08:19.227, unit: DEBGAug 25 01:08:19.227freemap_route_ipv4 |
| 9055 | 2026-08-25T01:08:20.763Z | 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 } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 01:08:19.227 |
| 9056 | 2026-08-25T01:08:20.763Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9057 | 2026-08-25T01:08:20.763Z | |
| 9058 | 2026-08-25T01:08:20.763Z | DEBG Aug 25 01:08:19.227Aug 25 01:08:19.227reset freemap, DEBGAug 25 01:08:19.227unit 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 } }] |
| 9059 | 2026-08-25T01:08:20.763Z | 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 } }]: |
| 9060 | 2026-08-25T01:08:20.764Z | freemap_route_ipv4 |
| 9061 | 2026-08-25T01:08:20.764Z | |
| 9062 | 2026-08-25T01:08:20.764Z | Aug 25 01:08:19.227 Aug 25 01:08:19.227DEBG DEBGAug 25 01:08:19.227Aug 25 01:08:19.227 failed to allocate space for the new target listDEBGINFOreplacing 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 } }] |
| 9063 | 2026-08-25T01:08:20.764Z | initted freemap. size: 64 |
| 9064 | 2026-08-25T01:08:20.764Z | adding route 3fff:dead::/64 -> 2001:db8::55:4, unit:Aug 25 01:08:19.227 |
| 9065 | 2026-08-25T01:08:20.764Z | freemap_route_ipv6Aug 25 01:08:19.227 |
| 9066 | 2026-08-25T01:08:20.764Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 9067 | 2026-08-25T01:08:20.764Z | Aug 25 01:08:19.227Aug 25 01:08:19.227 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9068 | 2026-08-25T01:08:20.765Z | 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 } }] |
| 9069 | 2026-08-25T01:08:20.765Z | reset freemap, Aug 25 01:08:19.227unit: freemap_route_ipv6 |
| 9070 | 2026-08-25T01:08:20.765Z | 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 } }] |
| 9071 | 2026-08-25T01:08:20.765Z | Aug 25 01:08:19.227INFOAug 25 01:08:19.227 INFOadding route 172.17.0.0/32 -> 10.0.0.255 Aug 25 01:08:19.227 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 9072 | 2026-08-25T01:08:20.765Z | |
| 9073 | 2026-08-25T01:08:20.765Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 01:08:19.227 |
| 9074 | 2026-08-25T01:08:20.765Z | INFO |
| 9075 | 2026-08-25T01:08:20.765Z | Aug 25 01:08:19.227adding route 172.17.0.19/32 -> 10.0.0.255 DEBG |
| 9076 | 2026-08-25T01:08:20.765Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9077 | 2026-08-25T01:08:20.766Z | Aug 25 01:08:19.227Aug 25 01:08:19.227Aug 25 01:08:19.227 WARNDEBGDEBGAug 25 01:08:19.227 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9078 | 2026-08-25T01:08:20.766Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9079 | 2026-08-25T01:08:20.766Z | replacing targets for 3fff:dead::/64 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 } }] |
| 9080 | 2026-08-25T01:08:20.766Z | |
| 9081 | 2026-08-25T01:08:20.766Z | Aug 25 01:08:19.227 Aug 25 01:08:19.227DEBG Aug 25 01:08:19.227DEBG INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9082 | 2026-08-25T01:08:20.766Z | Aug 25 01:08:19.227adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9083 | 2026-08-25T01:08:20.766Z | |
| 9084 | 2026-08-25T01:08:20.766Z | WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 01:08:19.227 |
| 9085 | 2026-08-25T01:08:20.766Z | |
| 9086 | 2026-08-25T01:08:20.766Z | Aug 25 01:08:19.227 INFOAug 25 01:08:19.227 INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9087 | 2026-08-25T01:08:20.766Z | DEBG adding route 172.17.0.1/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 } }]Aug 25 01:08:19.227 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 } }] |
| 9088 | 2026-08-25T01:08:20.766Z | Aug 25 01:08:19.228Aug 25 01:08:19.228 |
| 9089 | 2026-08-25T01:08:20.766Z | DEBG created new freemapDEBGAug 25 01:08:19.245 created new freemap, Aug 25 01:08:19.245, INFOunitunit adding route 172.17.0.26/32 -> 10.0.0.255: |
| 9090 | 2026-08-25T01:08:20.766Z | : freemap_route_ipv4freemap_route_ipv4 |
| 9091 | 2026-08-25T01:08:20.766Z | |
| 9092 | 2026-08-25T01:08:20.767Z | INFOAug 25 01:08:19.245 Aug 25 01:08:19.245adding route 172.17.0.21/32 -> 10.0.0.255Aug 25 01:08:19.245 DEBGDEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemapcreated new freemap |
| 9093 | 2026-08-25T01:08:20.767Z | |
| 9094 | 2026-08-25T01:08:20.767Z | , unit, :unitAug 25 01:08:19.245 Aug 25 01:08:19.245freemap_route_ipv6INFO: |
| 9095 | 2026-08-25T01:08:20.767Z | freemap_route_ipv6 adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9096 | 2026-08-25T01:08:20.767Z | DEBGAug 25 01:08:19.245 |
| 9097 | 2026-08-25T01:08:20.767Z | 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 } }] |
| 9098 | 2026-08-25T01:08:20.767Z | initted freemap. size: 64Aug 25 01:08:19.245Aug 25 01:08:19.245 , DEBG unitinitted freemap. size: 64: DEBG, freemap_route_ipv4 unit |
| 9099 | 2026-08-25T01:08:20.767Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9100 | 2026-08-25T01:08:20.767Z | : freemap_route_ipv4Aug 25 01:08:19.245 |
| 9101 | 2026-08-25T01:08:20.767Z | INFOAug 25 01:08:19.245 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 01:08:19.245DEBG |
| 9102 | 2026-08-25T01:08:20.767Z | |
| 9103 | 2026-08-25T01:08:20.767Z | reset freemap, DEBGunit :reset freemap , freemap_route_ipv4Aug 25 01:08:19.245unit |
| 9104 | 2026-08-25T01:08:20.767Z | :INFOAug 25 01:08:19.245 freemap_route_ipv4 |
| 9105 | 2026-08-25T01:08:20.767Z | adding route 172.17.0.28/32 -> 10.0.0.255Aug 25 01:08:19.245 |
| 9106 | 2026-08-25T01:08:20.767Z | DEBGDEBGAug 25 01:08:19.245 Aug 25 01:08:19.245DEBGinitted freemap. size: 64 initted freemap. size: 64DEBG, replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 9107 | 2026-08-25T01:08:20.767Z | 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 } }]: |
| 9108 | 2026-08-25T01:08:20.768Z | , unitfreemap_route_ipv6: |
| 9109 | 2026-08-25T01:08:20.768Z | Aug 25 01:08:19.245Aug 25 01:08:19.245 INFOfreemap_route_ipv6INFO |
| 9110 | 2026-08-25T01:08:20.768Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9111 | 2026-08-25T01:08:20.768Z | Aug 25 01:08:19.245adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9112 | 2026-08-25T01:08:20.768Z | Aug 25 01:08:19.245DEBG Aug 25 01:08:19.245 reset freemapDEBG , Aug 25 01:08:19.245 DEBG reset freemapunit DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: 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 } }] |
| 9113 | 2026-08-25T01:08:20.768Z | freemap_route_ipv6, |
| 9114 | 2026-08-25T01:08:20.768Z | unit: freemap_route_ipv6 |
| 9115 | 2026-08-25T01:08:20.768Z | |
| 9116 | 2026-08-25T01:08:20.768Z | Aug 25 01:08:19.245 Aug 25 01:08:19.245Aug 25 01:08:19.245INFO INFOadding route 172.17.0.24/32 -> 10.0.0.255 |
| 9117 | 2026-08-25T01:08:20.768Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 25 01:08:19.245 |
| 9118 | 2026-08-25T01:08:20.768Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:08:19.227 |
| 9119 | 2026-08-25T01:08:20.768Z | Aug 25 01:08:19.245 Aug 25 01:08:19.245 |
| 9120 | 2026-08-25T01:08:20.768Z | DEBG DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] replacing targets for 172.17.0.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.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 } }] |
| 9121 | 2026-08-25T01:08:20.768Z | |
| 9122 | 2026-08-25T01:08:20.768Z | Aug 25 01:08:19.245Aug 25 01:08:19.245 |
| 9123 | 2026-08-25T01:08:20.768Z | DEBGAug 25 01:08:19.245DEBGAug 25 01:08:19.245 Aug 25 01:08:19.245INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9124 | 2026-08-25T01:08:20.768Z | adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.31/32 -> 10.0.0.255INFO |
| 9125 | 2026-08-25T01:08:20.768Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9126 | 2026-08-25T01:08:20.768Z | |
| 9127 | 2026-08-25T01:08:20.768Z | |
| 9128 | 2026-08-25T01:08:20.768Z | Aug 25 01:08:19.245Aug 25 01:08:19.245 Aug 25 01:08:19.245INFO Aug 25 01:08:19.245INFO adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 9129 | 2026-08-25T01:08:20.768Z | DEBGAug 25 01:08:19.245replacing 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 } }] |
| 9130 | 2026-08-25T01:08:20.769Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 9131 | 2026-08-25T01:08:20.769Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 9132 | 2026-08-25T01:08:20.769Z | Aug 25 01:08:19.245 |
| 9133 | 2026-08-25T01:08:20.769Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:08:19.245 |
| 9134 | 2026-08-25T01:08:20.769Z | Aug 25 01:08:19.245Aug 25 01:08:19.245Aug 25 01:08:19.245 DEBG DEBG Aug 25 01:08:19.245INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.32/32 -> 10.0.0.255 |
| 9135 | 2026-08-25T01:08:20.769Z | INFO |
| 9136 | 2026-08-25T01:08:20.769Z | adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 9137 | 2026-08-25T01:08:20.769Z | Aug 25 01:08:19.245 |
| 9138 | 2026-08-25T01:08:20.769Z | DEBG adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9139 | 2026-08-25T01:08:20.769Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.245 |
| 9140 | 2026-08-25T01:08:20.769Z | Aug 25 01:08:19.245DEBG Aug 25 01:08:19.245 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9141 | 2026-08-25T01:08:20.773Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9142 | 2026-08-25T01:08:20.773Z | Aug 25 01:08:19.245Aug 25 01:08:19.245WARN Aug 25 01:08:19.245Aug 25 01:08:19.245 INFOshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGINFO |
| 9143 | 2026-08-25T01:08:20.774Z | adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 9144 | 2026-08-25T01:08:20.774Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9145 | 2026-08-25T01:08:20.774Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9146 | 2026-08-25T01:08:20.774Z | |
| 9147 | 2026-08-25T01:08:20.774Z | Aug 25 01:08:19.245 Aug 25 01:08:19.245DEBG Aug 25 01:08:19.245replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG INFO |
| 9148 | 2026-08-25T01:08:20.774Z | 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 } }] |
| 9149 | 2026-08-25T01:08:20.774Z | Aug 25 01:08:19.245adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9150 | 2026-08-25T01:08:20.774Z | INFOAug 25 01:08:19.245 Aug 25 01:08:19.245 Aug 25 01:08:19.245INFOINFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255 |
| 9151 | 2026-08-25T01:08:20.774Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9152 | 2026-08-25T01:08:20.774Z | |
| 9153 | 2026-08-25T01:08:20.774Z | |
| 9154 | 2026-08-25T01:08:20.774Z | Aug 25 01:08:19.245Aug 25 01:08:19.245 DEBGDEBGAug 25 01:08:19.245 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9155 | 2026-08-25T01:08:20.774Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 01:08:19.245 |
| 9156 | 2026-08-25T01:08:20.774Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.245INFO |
| 9157 | 2026-08-25T01:08:20.775Z | INFOadding route 172.17.0.28/32 -> 10.0.0.255 Aug 25 01:08:19.245adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9158 | 2026-08-25T01:08:20.775Z | DEBGAug 25 01:08:19.245 |
| 9159 | 2026-08-25T01:08:20.775Z | replacing targets for 3fff:dead::/64 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 } }]INFO |
| 9160 | 2026-08-25T01:08:20.775Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 25 01:08:19.245 |
| 9161 | 2026-08-25T01:08:20.775Z | DEBGAug 25 01:08:19.245 Aug 25 01:08:19.245 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 } }] |
| 9162 | 2026-08-25T01:08:20.775Z | 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 } }] |
| 9163 | 2026-08-25T01:08:20.775Z | 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 } }] |
| 9164 | 2026-08-25T01:08:20.775Z | Aug 25 01:08:19.245 INFOAug 25 01:08:19.228Aug 25 01:08:19.245 INFOadding route 172.17.0.36/32 -> 10.0.0.255 |
| 9165 | 2026-08-25T01:08:20.775Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 25 01:08:19.245 |
| 9166 | 2026-08-25T01:08:20.775Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 9167 | 2026-08-25T01:08:20.775Z | Aug 25 01:08:19.245 Aug 25 01:08:19.245DEBGcreated new freemap , DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9168 | 2026-08-25T01:08:20.775Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.245 |
| 9169 | 2026-08-25T01:08:20.775Z | DEBGunit :replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.245 Aug 25 01:08:19.245 |
| 9170 | 2026-08-25T01:08:20.775Z | freemap_route_ipv4INFO |
| 9171 | 2026-08-25T01:08:20.776Z | INFOadding route 172.17.0.37/32 -> 10.0.0.255 |
| 9172 | 2026-08-25T01:08:20.776Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9173 | 2026-08-25T01:08:20.776Z | Aug 25 01:08:19.245 DEBG Aug 25 01:08:19.245replacing 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 } }] |
| 9174 | 2026-08-25T01:08:20.776Z | DEBGAug 25 01:08:19.245Aug 25 01:08:19.245 created new freemap |
| 9175 | 2026-08-25T01:08:20.776Z | , unitDEBGINFO : adding route 172.17.0.30/32 -> 10.0.0.255Aug 25 01:08:19.245replacing 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 |
| 9176 | 2026-08-25T01:08:20.776Z | |
| 9177 | 2026-08-25T01:08:20.776Z | INFO |
| 9178 | 2026-08-25T01:08:20.776Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9179 | 2026-08-25T01:08:20.776Z | Aug 25 01:08:19.245 Aug 25 01:08:19.245INFOAug 25 01:08:19.245 Aug 25 01:08:19.245adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9180 | 2026-08-25T01:08:20.776Z | DEBGDEBGAug 25 01:08:19.245 DEBG initted freemap. size: 64replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.245replacing 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 } }] |
| 9181 | 2026-08-25T01:08:20.777Z | , |
| 9182 | 2026-08-25T01:08:20.777Z | unitDEBG :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 } }] |
| 9183 | 2026-08-25T01:08:20.777Z | freemap_route_ipv4Aug 25 01:08:19.245DEBG |
| 9184 | 2026-08-25T01:08:20.777Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 25 01:08:19.245 |
| 9185 | 2026-08-25T01:08:20.777Z | Aug 25 01:08:19.245INFO Aug 25 01:08:19.245 adding route 172.17.0.39/32 -> 10.0.0.255INFODEBGAug 25 01:08:19.245 reset freemap |
| 9186 | 2026-08-25T01:08:20.777Z | , adding route 172.17.0.2/32 -> 10.0.0.255 unit |
| 9187 | 2026-08-25T01:08:20.777Z | 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 } }] |
| 9188 | 2026-08-25T01:08:20.778Z | freemap_route_ipv4Aug 25 01:08:19.245 |
| 9189 | 2026-08-25T01:08:20.778Z | DEBGAug 25 01:08:19.245Aug 25 01:08:19.245 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 9190 | 2026-08-25T01:08:20.778Z | Aug 25 01:08:19.245DEBG adding route 172.17.0.6/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 9191 | 2026-08-25T01:08:20.778Z | |
| 9192 | 2026-08-25T01:08:20.778Z | initted freemap. size: 64Aug 25 01:08:19.245, unitINFOAug 25 01:08:19.245:Aug 25 01:08:19.245 |
| 9193 | 2026-08-25T01:08:20.778Z | adding route 172.17.0.3/32 -> 10.0.0.255 INFO |
| 9194 | 2026-08-25T01:08:20.778Z | adding route 172.17.0.40/32 -> 10.0.0.255freemap_route_ipv6DEBG |
| 9195 | 2026-08-25T01:08:20.778Z | |
| 9196 | 2026-08-25T01:08:20.778Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.245 |
| 9197 | 2026-08-25T01:08:20.779Z | DEBG Aug 25 01:08:19.245Aug 25 01:08:19.245replacing 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 } }] |
| 9198 | 2026-08-25T01:08:20.779Z | Aug 25 01:08:19.245 DEBGAug 25 01:08:19.245INFO Aug 25 01:08:19.245reset freemap INFOINFOadding route 172.17.0.31/32 -> 10.0.0.255 DEBG adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9199 | 2026-08-25T01:08:20.779Z | , adding route 172.17.0.7/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 } }] |
| 9200 | 2026-08-25T01:08:20.779Z | |
| 9201 | 2026-08-25T01:08:20.779Z | unit |
| 9202 | 2026-08-25T01:08:20.779Z | : freemap_route_ipv6 |
| 9203 | 2026-08-25T01:08:20.779Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9204 | 2026-08-25T01:08:20.779Z | Aug 25 01:08:19.245Aug 25 01:08:19.245 Aug 25 01:08:19.245Aug 25 01:08:19.245DEBG INFOINFO 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 3fff:dead::/64 -> 2001:db8::55:1 |
| 9205 | 2026-08-25T01:08:20.779Z | |
| 9206 | 2026-08-25T01:08:20.779Z | Aug 25 01:08:19.246 Aug 25 01:08:19.258DEBG DEBGcreated new freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:08:19.258unit |
| 9207 | 2026-08-25T01:08:20.779Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9208 | 2026-08-25T01:08:20.779Z | Aug 25 01:08:19.258 INFO Aug 25 01:08:19.258adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9209 | 2026-08-25T01:08:20.779Z | :DEBG freemap_route_ipv4 |
| 9210 | 2026-08-25T01:08:20.779Z | Aug 25 01:08:19.258Aug 25 01:08:19.258 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 |
| 9211 | 2026-08-25T01:08:20.779Z | 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:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.258 |
| 9212 | 2026-08-25T01:08:20.780Z | |
| 9213 | 2026-08-25T01:08:20.780Z | DEBGAug 25 01:08:19.258 Aug 25 01:08:19.258INFO INFOcreated new freemapadding route 172.17.0.9/32 -> 10.0.0.255 |
| 9214 | 2026-08-25T01:08:20.780Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 25 01:08:19.258 |
| 9215 | 2026-08-25T01:08:20.780Z | , Aug 25 01:08:19.258 unitDEBGAug 25 01:08:19.258: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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9216 | 2026-08-25T01:08:20.780Z | |
| 9217 | 2026-08-25T01:08:20.780Z | |
| 9218 | 2026-08-25T01:08:20.780Z | DEBGAug 25 01:08:19.258 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 } }] |
| 9219 | 2026-08-25T01:08:20.780Z | INFOAug 25 01:08:19.258 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9220 | 2026-08-25T01:08:20.780Z | |
| 9221 | 2026-08-25T01:08:20.780Z | DEBGAug 25 01:08:19.258 Aug 25 01:08:19.258Aug 25 01:08:19.258initted freemap. size: 64 INFO, unitDEBG: 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.32/32 -> 10.0.0.255freemap_route_ipv4 |
| 9222 | 2026-08-25T01:08:20.780Z | |
| 9223 | 2026-08-25T01:08:20.780Z | |
| 9224 | 2026-08-25T01:08:20.780Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 01:08:19.258 |
| 9225 | 2026-08-25T01:08:20.780Z | Aug 25 01:08:19.258Aug 25 01:08:19.258DEBG reset freemapDEBGAug 25 01:08:19.258INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9226 | 2026-08-25T01:08:20.780Z | , |
| 9227 | 2026-08-25T01:08:20.780Z | 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: |
| 9228 | 2026-08-25T01:08:20.780Z | freemap_route_ipv4Aug 25 01:08:19.258 |
| 9229 | 2026-08-25T01:08:20.780Z | Aug 25 01:08:19.258 DEBGINFOAug 25 01:08:19.258 Aug 25 01:08:19.258INFOadding route 172.17.0.33/32 -> 10.0.0.255 |
| 9230 | 2026-08-25T01:08:20.780Z | 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:6::/64 -> 2001:db8::55:ff |
| 9231 | 2026-08-25T01:08:20.781Z | |
| 9232 | 2026-08-25T01:08:20.781Z | Aug 25 01:08:19.258Aug 25 01:08:19.258Aug 25 01:08:19.258 DEBGINFO 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 } }] |
| 9233 | 2026-08-25T01:08:20.781Z | DEBGadding route 172.17.0.12/32 -> 10.0.0.255 |
| 9234 | 2026-08-25T01:08:20.781Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:08:19.258initted freemap. size: 64 |
| 9235 | 2026-08-25T01:08:20.781Z | , Aug 25 01:08:19.258unit :INFO DEBG freemap_route_ipv6replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 9236 | 2026-08-25T01:08:20.781Z | |
| 9237 | 2026-08-25T01:08:20.781Z | Aug 25 01:08:19.258 |
| 9238 | 2026-08-25T01:08:20.781Z | INFO Aug 25 01:08:19.258adding route 172.17.0.34/32 -> 10.0.0.255Aug 25 01:08:19.258 |
| 9239 | 2026-08-25T01:08:20.781Z | INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255reset freemap |
| 9240 | 2026-08-25T01:08:20.781Z | , Aug 25 01:08:19.258unit:Aug 25 01:08:19.258 DEBG freemap_route_ipv6Aug 25 01:08:19.258 |
| 9241 | 2026-08-25T01:08:20.786Z | 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 } }]DEBGDEBG |
| 9242 | 2026-08-25T01:08:20.787Z | 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 } }] |
| 9243 | 2026-08-25T01:08:20.787Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.258 |
| 9244 | 2026-08-25T01:08:20.787Z | Aug 25 01:08:19.258 Aug 25 01:08:19.258INFO INFOINFOAug 25 01:08:19.258adding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9245 | 2026-08-25T01:08:20.787Z | INFO |
| 9246 | 2026-08-25T01:08:20.787Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9247 | 2026-08-25T01:08:20.787Z | |
| 9248 | 2026-08-25T01:08:20.787Z | Aug 25 01:08:19.258Aug 25 01:08:19.258Aug 25 01:08:19.258 DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.258DEBG DEBG |
| 9249 | 2026-08-25T01:08:20.787Z | |
| 9250 | 2026-08-25T01:08:20.787Z | 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9251 | 2026-08-25T01:08:20.788Z | |
| 9252 | 2026-08-25T01:08:20.788Z | Aug 25 01:08:19.258Aug 25 01:08:19.258 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 9253 | 2026-08-25T01:08:20.788Z | |
| 9254 | 2026-08-25T01:08:20.788Z | Aug 25 01:08:19.258 Aug 25 01:08:19.258INFO Aug 25 01:08:19.258INFOAug 25 01:08:19.258 DEBG adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9255 | 2026-08-25T01:08:20.788Z | |
| 9256 | 2026-08-25T01:08:20.788Z | 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 |
| 9257 | 2026-08-25T01:08:20.788Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.258 |
| 9258 | 2026-08-25T01:08:20.788Z | Aug 25 01:08:19.258DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9259 | 2026-08-25T01:08:20.788Z | Aug 25 01:08:19.258replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.258 |
| 9260 | 2026-08-25T01:08:20.788Z | Aug 25 01:08:19.245INFO INFOAug 25 01:08:19.258 adding route 172.17.0.37/32 -> 10.0.0.255Aug 25 01:08:19.258 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 9261 | 2026-08-25T01:08:20.788Z | INFOINFO |
| 9262 | 2026-08-25T01:08:20.788Z | adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9263 | 2026-08-25T01:08:20.788Z | |
| 9264 | 2026-08-25T01:08:20.788Z | Aug 25 01:08:19.258 Aug 25 01:08:19.258DEBGAug 25 01:08:19.258 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.258DEBG |
| 9265 | 2026-08-25T01:08:20.788Z | 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 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] DEBG |
| 9266 | 2026-08-25T01:08:20.788Z | |
| 9267 | 2026-08-25T01:08:20.789Z | 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 } }] |
| 9268 | 2026-08-25T01:08:20.789Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.258Aug 25 01:08:19.258 |
| 9269 | 2026-08-25T01:08:20.789Z | Aug 25 01:08:19.258 INFOINFOINFO Aug 25 01:08:19.258 adding route 172.16.0.0/32 -> 10.0.0.4Aug 25 01:08:19.258INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 9270 | 2026-08-25T01:08:20.789Z | |
| 9271 | 2026-08-25T01:08:20.789Z | adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9272 | 2026-08-25T01:08:20.789Z | |
| 9273 | 2026-08-25T01:08:20.789Z | Aug 25 01:08:19.258 INFODEBG Aug 25 01:08:19.258 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 } }]DEBGAug 25 01:08:19.258 |
| 9274 | 2026-08-25T01:08:20.789Z | 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.38/32 -> 10.0.0.255 |
| 9275 | 2026-08-25T01:08:20.789Z | DEBG |
| 9276 | 2026-08-25T01:08:20.789Z | Aug 25 01:08:19.258 INFOAug 25 01:08:19.258 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.258 Aug 25 01:08:19.258 DEBGDEBG |
| 9277 | 2026-08-25T01:08:20.789Z | 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 } }] |
| 9278 | 2026-08-25T01:08:20.789Z | adding route 172.17.0.18/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 } }] |
| 9279 | 2026-08-25T01:08:20.789Z | |
| 9280 | 2026-08-25T01:08:20.789Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 9281 | 2026-08-25T01:08:20.789Z | Aug 25 01:08:19.258 DEBGAug 25 01:08:19.258 Aug 25 01:08:19.258 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9282 | 2026-08-25T01:08:20.789Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 01:08:19.258 |
| 9283 | 2026-08-25T01:08:20.790Z | Aug 25 01:08:19.258 DEBGAug 25 01:08:19.258 Aug 25 01:08:19.258DEBGreplacing targets for 172.16.0.0/32 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 } }] INFODEBGINFO |
| 9284 | 2026-08-25T01:08:20.790Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9285 | 2026-08-25T01:08:20.790Z | 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 } }] |
| 9286 | 2026-08-25T01:08:20.790Z | adding route 172.17.0.6/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 } }] |
| 9287 | 2026-08-25T01:08:20.790Z | |
| 9288 | 2026-08-25T01:08:20.790Z | Aug 25 01:08:19.258 DEBGAug 25 01:08:19.258 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 |
| 9289 | 2026-08-25T01:08:20.790Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9290 | 2026-08-25T01:08:20.790Z | Aug 25 01:08:19.258 Aug 25 01:08:19.258Aug 25 01:08:19.258 Aug 25 01:08:19.258INFOINFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 9291 | 2026-08-25T01:08:20.790Z | |
| 9292 | 2026-08-25T01:08:20.790Z | 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 } }] |
| 9293 | 2026-08-25T01:08:20.790Z | Aug 25 01:08:19.258Aug 25 01:08:19.258 DEBGDEBG Aug 25 01:08:19.259replacing 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.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 } }] |
| 9294 | 2026-08-25T01:08:20.790Z | INFO |
| 9295 | 2026-08-25T01:08:20.790Z | 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 } }] |
| 9296 | 2026-08-25T01:08:20.790Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9297 | 2026-08-25T01:08:20.790Z | Aug 25 01:08:19.259 Aug 25 01:08:19.259INFO INFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9298 | 2026-08-25T01:08:20.790Z | test route::tests::same_size_non_subset_replace ... ok |
| 9299 | 2026-08-25T01:08:20.790Z | Aug 25 01:08:19.259 |
| 9300 | 2026-08-25T01:08:20.791Z | Aug 25 01:08:19.259 DEBGINFOAug 25 01:08:19.259Aug 25 01:08:19.259 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 3fff:beef:e::/64 -> 2001:db8::55:ffDEBGDEBG |
| 9301 | 2026-08-25T01:08:20.792Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9302 | 2026-08-25T01:08:20.792Z | |
| 9303 | 2026-08-25T01:08:20.792Z | |
| 9304 | 2026-08-25T01:08:20.792Z | Aug 25 01:08:19.259 DEBGAug 25 01:08:19.259 Aug 25 01:08:19.259INFO INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 01:08:19.259 |
| 9305 | 2026-08-25T01:08:20.792Z | |
| 9306 | 2026-08-25T01:08:20.792Z | adding route 172.17.0.42/32 -> 10.0.0.255INFO |
| 9307 | 2026-08-25T01:08:20.792Z | Aug 25 01:08:19.259 DEBG adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 01:08:19.259replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.259 |
| 9308 | 2026-08-25T01:08:20.792Z | DEBG |
| 9309 | 2026-08-25T01:08:20.792Z | 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 |
| 9310 | 2026-08-25T01:08:20.792Z | Aug 25 01:08:19.259 INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 9311 | 2026-08-25T01:08:20.792Z | Aug 25 01:08:19.259Aug 25 01:08:19.259adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9312 | 2026-08-25T01:08:20.793Z | DEBGINFOAug 25 01:08:19.259 adding route 172.17.0.43/32 -> 10.0.0.255DEBGAug 25 01:08:19.259 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 } }] |
| 9313 | 2026-08-25T01:08:20.793Z | |
| 9314 | 2026-08-25T01:08:20.793Z | DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }] |
| 9315 | 2026-08-25T01:08:20.793Z | Aug 25 01:08:19.259 Aug 25 01:08:19.272DEBG INFO |
| 9316 | 2026-08-25T01:08:20.793Z | adding route 172.17.0.41/32 -> 10.0.0.255adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 25 01:08:19.272created new freemap |
| 9317 | 2026-08-25T01:08:20.793Z | INFO, unit |
| 9318 | 2026-08-25T01:08:20.793Z | adding route 172.17.0.24/32 -> 10.0.0.255: |
| 9319 | 2026-08-25T01:08:20.793Z | freemap_route_ipv4Aug 25 01:08:19.272 |
| 9320 | 2026-08-25T01:08:20.793Z | DEBGAug 25 01:08:19.259 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 } }] |
| 9321 | 2026-08-25T01:08:20.793Z | INFOAug 25 01:08:19.272 adding route 172.17.0.9/32 -> 10.0.0.255Aug 25 01:08:19.259DEBG |
| 9322 | 2026-08-25T01:08:20.793Z | Aug 25 01:08:19.272replacing 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 } }] |
| 9323 | 2026-08-25T01:08:20.793Z | DEBGAug 25 01:08:19.272 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 } }]INFOAug 25 01:08:19.272Aug 25 01:08:19.272 Aug 25 01:08:19.272adding route 172.17.0.25/32 -> 10.0.0.255 INFO |
| 9324 | 2026-08-25T01:08:20.793Z | DEBG adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9325 | 2026-08-25T01:08:20.793Z | Aug 25 01:08:19.272replacing 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 DEBG |
| 9326 | 2026-08-25T01:08:20.793Z | created new freemapDEBG |
| 9327 | 2026-08-25T01:08:20.793Z | 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 } }] |
| 9328 | 2026-08-25T01:08:20.793Z | , Aug 25 01:08:19.272Aug 25 01:08:19.272unit Aug 25 01:08:19.272DEBG: INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 9329 | 2026-08-25T01:08:20.793Z | freemap_route_ipv6 |
| 9330 | 2026-08-25T01:08:20.794Z | Aug 25 01:08:19.272replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:08:19.272INFO |
| 9331 | 2026-08-25T01:08:20.794Z | adding route 172.17.0.26/32 -> 10.0.0.255Aug 25 01:08:19.272 DEBG |
| 9332 | 2026-08-25T01:08:20.794Z | DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 9333 | 2026-08-25T01:08:20.794Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.272 |
| 9334 | 2026-08-25T01:08:20.794Z | Aug 25 01:08:19.272 initted freemap. size: 64DEBG, Aug 25 01:08:19.272unit Aug 25 01:08:19.272replacing 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.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 |
| 9335 | 2026-08-25T01:08:20.794Z | INFOINFOreplacing 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 } }] |
| 9336 | 2026-08-25T01:08:20.794Z | |
| 9337 | 2026-08-25T01:08:20.794Z | :adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9338 | 2026-08-25T01:08:20.794Z | Aug 25 01:08:19.272adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 9339 | 2026-08-25T01:08:20.794Z | Aug 25 01:08:19.272Aug 25 01:08:19.272 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 25 01:08:19.272adding route 172.17.0.44/32 -> 10.0.0.255freemap_route_ipv4Aug 25 01:08:19.272 |
| 9340 | 2026-08-25T01:08:20.794Z | |
| 9341 | 2026-08-25T01:08:20.799Z | |
| 9342 | 2026-08-25T01:08:20.799Z | INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255Aug 25 01:08:19.272Aug 25 01:08:19.272 |
| 9343 | 2026-08-25T01:08:20.799Z | DEBGAug 25 01:08:19.272DEBGDEBG DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:08:19.272reset freemap |
| 9344 | 2026-08-25T01:08:20.799Z | 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 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 172.17.0.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.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 } }] |
| 9345 | 2026-08-25T01:08:20.799Z | unit: |
| 9346 | 2026-08-25T01:08:20.799Z | freemap_route_ipv4Aug 25 01:08:19.272 |
| 9347 | 2026-08-25T01:08:20.799Z | |
| 9348 | 2026-08-25T01:08:20.800Z | Aug 25 01:08:19.272Aug 25 01:08:19.272 INFO INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 25 01:08:19.272adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9349 | 2026-08-25T01:08:20.800Z | |
| 9350 | 2026-08-25T01:08:20.800Z | INFOAug 25 01:08:19.272 |
| 9351 | 2026-08-25T01:08:20.800Z | INFOAug 25 01:08:19.272 adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 9352 | 2026-08-25T01:08:20.800Z | 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:13::/64 -> 2001:db8::55:ff |
| 9353 | 2026-08-25T01:08:20.800Z | |
| 9354 | 2026-08-25T01:08:20.800Z | Aug 25 01:08:19.272 DEBGINFOAug 25 01:08:19.272 Aug 25 01:08:19.272adding route 172.17.0.44/32 -> 10.0.0.255 INFO |
| 9355 | 2026-08-25T01:08:20.800Z | Aug 25 01:08:19.272adding route 172.17.0.29/32 -> 10.0.0.255initted freemap. size: 64 |
| 9356 | 2026-08-25T01:08:20.801Z | Aug 25 01:08:19.272 DEBG, unitreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9357 | 2026-08-25T01:08:20.801Z | :Aug 25 01:08:19.273DEBG Aug 25 01:08:19.273DEBGDEBG freemap_route_ipv6Aug 25 01:08:19.273 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 } }] |
| 9358 | 2026-08-25T01:08:20.801Z | |
| 9359 | 2026-08-25T01:08:20.801Z | DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9360 | 2026-08-25T01:08:20.801Z | 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 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 9361 | 2026-08-25T01:08:20.801Z | Aug 25 01:08:19.273Aug 25 01:08:19.273 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255 Aug 25 01:08:19.273adding route 172.17.0.13/32 -> 10.0.0.255Aug 25 01:08:19.273 |
| 9362 | 2026-08-25T01:08:20.801Z | |
| 9363 | 2026-08-25T01:08:20.801Z | INFODEBG |
| 9364 | 2026-08-25T01:08:20.801Z | 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 } }] reset freemapadding route 172.17.0.45/32 -> 10.0.0.255, |
| 9365 | 2026-08-25T01:08:20.801Z | unit |
| 9366 | 2026-08-25T01:08:20.801Z | :Aug 25 01:08:19.273Aug 25 01:08:19.273 Aug 25 01:08:19.273 DEBG freemap_route_ipv6replacing 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 |
| 9367 | 2026-08-25T01:08:20.801Z | Aug 25 01:08:19.273DEBG 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.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9368 | 2026-08-25T01:08:20.802Z | |
| 9369 | 2026-08-25T01:08:20.802Z | |
| 9370 | 2026-08-25T01:08:20.802Z | Aug 25 01:08:19.273 INFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.273 |
| 9371 | 2026-08-25T01:08:20.802Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9372 | 2026-08-25T01:08:20.802Z | Aug 25 01:08:19.273Aug 25 01:08:19.273INFOAug 25 01:08:19.273 INFOAug 25 01:08:19.273 adding route 172.16.0.0/32 -> 10.0.0.1 INFOadding route 172.17.0.31/32 -> 10.0.0.255INFO |
| 9373 | 2026-08-25T01:08:20.802Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 25 01:08:19.273 |
| 9374 | 2026-08-25T01:08:20.802Z | INFO DEBG |
| 9375 | 2026-08-25T01:08:20.802Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 25 01:08:19.273 |
| 9376 | 2026-08-25T01:08:20.802Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9377 | 2026-08-25T01:08:20.802Z | replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.273DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.273Aug 25 01:08:19.273 |
| 9378 | 2026-08-25T01:08:20.802Z | |
| 9379 | 2026-08-25T01:08:20.802Z | Aug 25 01:08:19.273 DEBGDEBG Aug 25 01:08:19.273replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGDEBG |
| 9380 | 2026-08-25T01:08:20.802Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 9381 | 2026-08-25T01:08:20.802Z | |
| 9382 | 2026-08-25T01:08:20.803Z | INFO 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 } }] |
| 9383 | 2026-08-25T01:08:20.803Z | adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 01:08:19.273 |
| 9384 | 2026-08-25T01:08:20.803Z | Aug 25 01:08:19.273Aug 25 01:08:19.273 Aug 25 01:08:19.273 INFOAug 25 01:08:19.273Aug 25 01:08:19.273 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9385 | 2026-08-25T01:08:20.803Z | INFOadding route 172.17.0.15/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 } }] INFO |
| 9386 | 2026-08-25T01:08:20.803Z | |
| 9387 | 2026-08-25T01:08:20.804Z | Aug 25 01:08:19.273 adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9388 | 2026-08-25T01:08:20.804Z | Aug 25 01:08:19.273Aug 25 01:08:19.273adding route 172.17.0.47/32 -> 10.0.0.255DEBG DEBGINFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9389 | 2026-08-25T01:08:20.804Z | INFOAug 25 01:08:19.273 |
| 9390 | 2026-08-25T01:08:20.804Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.273 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9391 | 2026-08-25T01:08:20.804Z | INFO DEBG |
| 9392 | 2026-08-25T01:08:20.804Z | Aug 25 01:08:19.273adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 01:08:19.273 |
| 9393 | 2026-08-25T01:08:20.804Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 9394 | 2026-08-25T01:08:20.804Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9395 | 2026-08-25T01:08:20.804Z | Aug 25 01:08:19.273Aug 25 01:08:19.273 adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9396 | 2026-08-25T01:08:20.804Z | DEBGDEBGAug 25 01:08:19.273Aug 25 01:08:19.273 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 |
| 9397 | 2026-08-25T01:08:20.804Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 25 01:08:19.273 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 25 01:08:19.273DEBG |
| 9398 | 2026-08-25T01:08:20.804Z | INFO |
| 9399 | 2026-08-25T01:08:20.804Z | adding route 172.17.0.48/32 -> 10.0.0.255 DEBG |
| 9400 | 2026-08-25T01:08:20.804Z | 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.34/32 -> 10.0.0.255 |
| 9401 | 2026-08-25T01:08:20.804Z | |
| 9402 | 2026-08-25T01:08:20.804Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9403 | 2026-08-25T01:08:20.805Z | Aug 25 01:08:19.273 Aug 25 01:08:19.273Aug 25 01:08:19.273Aug 25 01:08:19.273 Aug 25 01:08:19.273INFO DEBG 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 } }] |
| 9404 | 2026-08-25T01:08:20.805Z | INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:08:19.273adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 9405 | 2026-08-25T01:08:20.805Z | INFOAug 25 01:08:19.273 DEBG |
| 9406 | 2026-08-25T01:08:20.805Z | |
| 9407 | 2026-08-25T01:08:20.805Z | adding route 172.17.0.35/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 9408 | 2026-08-25T01:08:20.805Z | |
| 9409 | 2026-08-25T01:08:20.805Z | Aug 25 01:08:19.273INFO Aug 25 01:08:19.273 adding route 172.17.0.48/32 -> 10.0.0.255Aug 25 01:08:19.273Aug 25 01:08:19.273 |
| 9410 | 2026-08-25T01:08:20.805Z | INFODEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9411 | 2026-08-25T01:08:20.805Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9412 | 2026-08-25T01:08:20.805Z | 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 } }] |
| 9413 | 2026-08-25T01:08:20.805Z | 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 } }] |
| 9414 | 2026-08-25T01:08:20.806Z | Aug 25 01:08:19.273Aug 25 01:08:19.273Aug 25 01:08:19.273 INFODEBGAug 25 01:08:19.273 adding route 172.17.0.36/32 -> 10.0.0.255DEBG |
| 9415 | 2026-08-25T01:08:20.806Z | INFO Aug 25 01:08:19.273adding route 172.17.0.18/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 } }]Aug 25 01:08:19.273 |
| 9416 | 2026-08-25T01:08:20.806Z | |
| 9417 | 2026-08-25T01:08:20.806Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }] |
| 9418 | 2026-08-25T01:08:20.806Z | |
| 9419 | 2026-08-25T01:08:20.806Z | Aug 25 01:08:19.273 Aug 25 01:08:19.273 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9420 | 2026-08-25T01:08:20.806Z | |
| 9421 | 2026-08-25T01:08:20.806Z | Aug 25 01:08:19.273DEBGAug 25 01:08:19.273 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9422 | 2026-08-25T01:08:20.806Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9423 | 2026-08-25T01:08:20.806Z | Aug 25 01:08:19.273 adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 01:08:19.273 |
| 9424 | 2026-08-25T01:08:20.806Z | Aug 25 01:08:19.273INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 25 01:08:19.273 |
| 9425 | 2026-08-25T01:08:20.806Z | DEBGDEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9426 | 2026-08-25T01:08:20.806Z | |
| 9427 | 2026-08-25T01:08:20.806Z | Aug 25 01:08:19.273 Aug 25 01:08:19.273DEBGreplacing 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 } }] |
| 9428 | 2026-08-25T01:08:20.807Z | Aug 25 01:08:19.273 Aug 25 01:08:19.273DEBG 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 |
| 9429 | 2026-08-25T01:08:20.807Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.273 |
| 9430 | 2026-08-25T01:08:20.807Z | |
| 9431 | 2026-08-25T01:08:20.807Z | Aug 25 01:08:19.273INFO |
| 9432 | 2026-08-25T01:08:20.807Z | Aug 25 01:08:19.273INFOAug 25 01:08:19.273adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9433 | 2026-08-25T01:08:20.807Z | Aug 25 01:08:19.282 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 } }] |
| 9434 | 2026-08-25T01:08:20.807Z | Aug 25 01:08:19.282 INFODEBG Aug 25 01:08:19.282adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9435 | 2026-08-25T01:08:20.807Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.246 |
| 9436 | 2026-08-25T01:08:20.808Z | DEBG INFOAug 25 01:08:19.282 adding route 172.17.0.50/32 -> 10.0.0.255created new freemap |
| 9437 | 2026-08-25T01:08:20.808Z | DEBG, unitreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 25 01:08:19.282 |
| 9438 | 2026-08-25T01:08:20.808Z | Aug 25 01:08:19.282freemap_route_ipv4 |
| 9439 | 2026-08-25T01:08:20.808Z | DEBG INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:08:19.282Aug 25 01:08:19.282adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9440 | 2026-08-25T01:08:20.808Z | |
| 9441 | 2026-08-25T01:08:20.814Z | DEBG adding route 172.17.0.52/32 -> 10.0.0.255created new freemapINFO, |
| 9442 | 2026-08-25T01:08:20.814Z | unitAug 25 01:08:19.282adding route 172.17.0.40/32 -> 10.0.0.255 : |
| 9443 | 2026-08-25T01:08:20.814Z | DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 25 01:08:19.282 |
| 9444 | 2026-08-25T01:08:20.815Z | Aug 25 01:08:19.282 |
| 9445 | 2026-08-25T01:08:20.815Z | Aug 25 01:08:19.282 DEBG INFOAug 25 01:08:19.282replacing 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 |
| 9446 | 2026-08-25T01:08:20.815Z | Aug 25 01:08:19.282replacing 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 INFO |
| 9447 | 2026-08-25T01:08:20.815Z | adding route 172.17.0.51/32 -> 10.0.0.255 Aug 25 01:08:19.282adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9448 | 2026-08-25T01:08:20.815Z | INFOinitted freemap. size: 64 , adding route 172.17.0.41/32 -> 10.0.0.255unit |
| 9449 | 2026-08-25T01:08:20.815Z | : |
| 9450 | 2026-08-25T01:08:20.815Z | Aug 25 01:08:19.282 freemap_route_ipv4 |
| 9451 | 2026-08-25T01:08:20.815Z | DEBG Aug 25 01:08:19.282replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:08:19.282DEBG |
| 9452 | 2026-08-25T01:08:20.815Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.282 |
| 9453 | 2026-08-25T01:08:20.815Z | INFOAug 25 01:08:19.282Aug 25 01:08:19.282 DEBGDEBGadding route 172.17.0.53/32 -> 10.0.0.255 Aug 25 01:08:19.282 |
| 9454 | 2026-08-25T01:08:20.815Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255INFO |
| 9455 | 2026-08-25T01:08:20.815Z | reset freemap , adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 01:08:19.282 |
| 9456 | 2026-08-25T01:08:20.815Z | 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 } }] unitDEBGAug 25 01:08:19.282 |
| 9457 | 2026-08-25T01:08:20.815Z | Aug 25 01:08:19.282: 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 } }]freemap_route_ipv4 |
| 9458 | 2026-08-25T01:08:20.815Z | 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 } }]DEBG |
| 9459 | 2026-08-25T01:08:20.815Z | |
| 9460 | 2026-08-25T01:08:20.815Z | Aug 25 01:08:19.282replacing 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 } }] |
| 9461 | 2026-08-25T01:08:20.816Z | Aug 25 01:08:19.282 Aug 25 01:08:19.282INFOAug 25 01:08:19.282 INFODEBG INFOAug 25 01:08:19.282 initted freemap. size: 64adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255, unit |
| 9462 | 2026-08-25T01:08:20.816Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9463 | 2026-08-25T01:08:20.816Z | |
| 9464 | 2026-08-25T01:08:20.816Z | : Aug 25 01:08:19.282freemap_route_ipv6 |
| 9465 | 2026-08-25T01:08:20.816Z | adding route 172.17.0.52/32 -> 10.0.0.255Aug 25 01:08:19.282Aug 25 01:08:19.282 DEBG |
| 9466 | 2026-08-25T01:08:20.816Z | DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9467 | 2026-08-25T01:08:20.816Z | 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.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 } }] |
| 9468 | 2026-08-25T01:08:20.816Z | |
| 9469 | 2026-08-25T01:08:20.816Z | Aug 25 01:08:19.282Aug 25 01:08:19.282 Aug 25 01:08:19.282INFO DEBGINFO adding route 172.17.0.44/32 -> 10.0.0.255 adding route 172.17.0.55/32 -> 10.0.0.255reset freemap |
| 9470 | 2026-08-25T01:08:20.816Z | Aug 25 01:08:19.282Aug 25 01:08:19.282 INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255 |
| 9471 | 2026-08-25T01:08:20.816Z | |
| 9472 | 2026-08-25T01:08:20.816Z | , 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 } }]:Aug 25 01:08:19.282 |
| 9473 | 2026-08-25T01:08:20.817Z | Aug 25 01:08:19.282 freemap_route_ipv6 |
| 9474 | 2026-08-25T01:08:20.817Z | DEBGDEBG Aug 25 01:08:19.282replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.283replacing 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 } }] |
| 9475 | 2026-08-25T01:08:20.817Z | INFO |
| 9476 | 2026-08-25T01:08:20.817Z | DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.283 |
| 9477 | 2026-08-25T01:08:20.817Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9478 | 2026-08-25T01:08:20.817Z | Aug 25 01:08:19.283Aug 25 01:08:19.283 INFOAug 25 01:08:19.283INFO adding route 172.17.0.45/32 -> 10.0.0.255INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 9479 | 2026-08-25T01:08:20.817Z | adding route 172.17.0.25/32 -> 10.0.0.255Aug 25 01:08:19.283 |
| 9480 | 2026-08-25T01:08:20.817Z | INFOAug 25 01:08:19.283 DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 9481 | 2026-08-25T01:08:20.817Z | |
| 9482 | 2026-08-25T01:08:20.817Z | Aug 25 01:08:19.283replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGDEBG |
| 9483 | 2026-08-25T01:08:20.817Z | Aug 25 01:08:19.283 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 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 } }] |
| 9484 | 2026-08-25T01:08:20.817Z | replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.283 |
| 9485 | 2026-08-25T01:08:20.817Z | |
| 9486 | 2026-08-25T01:08:20.817Z | Aug 25 01:08:19.283Aug 25 01:08:19.283INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9487 | 2026-08-25T01:08:20.818Z | Aug 25 01:08:19.283INFO INFO DEBG Aug 25 01:08:19.283 Aug 25 01:08:19.283 adding route 172.17.0.57/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }]INFODEBG |
| 9488 | 2026-08-25T01:08:20.818Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9489 | 2026-08-25T01:08:20.818Z | 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 } }] |
| 9490 | 2026-08-25T01:08:20.818Z | |
| 9491 | 2026-08-25T01:08:20.818Z | |
| 9492 | 2026-08-25T01:08:20.818Z | Aug 25 01:08:19.283Aug 25 01:08:19.283 Aug 25 01:08:19.283DEBGDEBG 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 } }] DEBGAug 25 01:08:19.283 |
| 9493 | 2026-08-25T01:08:20.818Z | INFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:08:19.283 |
| 9494 | 2026-08-25T01:08:20.818Z | adding route 172.17.0.47/32 -> 10.0.0.255Aug 25 01:08:19.283INFO |
| 9495 | 2026-08-25T01:08:20.818Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 25 01:08:19.283 |
| 9496 | 2026-08-25T01:08:20.818Z | |
| 9497 | 2026-08-25T01:08:20.818Z | INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9498 | 2026-08-25T01:08:20.818Z | test route::tests::delete_target_full ... ok |
| 9499 | 2026-08-25T01:08:20.818Z | test route::tests::delete_target_fragmented ... ok |
| 9500 | 2026-08-25T01:08:20.818Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9501 | 2026-08-25T01:08:20.819Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 01:08:19.283 |
| 9502 | 2026-08-25T01:08:20.819Z | Aug 25 01:08:19.283 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9503 | 2026-08-25T01:08:20.819Z | |
| 9504 | 2026-08-25T01:08:20.819Z | Aug 25 01:08:19.283 INFO Aug 25 01:08:19.283adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9505 | 2026-08-25T01:08:20.819Z | Aug 25 01:08:19.283INFO adding route 172.17.0.48/32 -> 10.0.0.255 Aug 25 01:08:19.283DEBGAug 25 01:08:19.283 |
| 9506 | 2026-08-25T01:08:20.819Z | 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 adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 9507 | 2026-08-25T01:08:20.819Z | Aug 25 01:08:19.283Aug 25 01:08:19.283replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9508 | 2026-08-25T01:08:20.820Z | DEBG |
| 9509 | 2026-08-25T01:08:20.820Z | Aug 25 01:08:19.283DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9510 | 2026-08-25T01:08:20.820Z | |
| 9511 | 2026-08-25T01:08:20.820Z | DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.283 |
| 9512 | 2026-08-25T01:08:20.820Z | INFO Aug 25 01:08:19.283Aug 25 01:08:19.283Aug 25 01:08:19.283adding route 172.17.0.55/32 -> 10.0.0.255 Aug 25 01:08:19.283 |
| 9513 | 2026-08-25T01:08:20.820Z | INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255 INFOadding route 172.17.0.49/32 -> 10.0.0.255INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9514 | 2026-08-25T01:08:20.820Z | |
| 9515 | 2026-08-25T01:08:20.820Z | |
| 9516 | 2026-08-25T01:08:20.820Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9517 | 2026-08-25T01:08:20.820Z | Aug 25 01:08:19.283Aug 25 01:08:19.283 Aug 25 01:08:19.283DEBG DEBG DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:08:19.283replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.283 |
| 9518 | 2026-08-25T01:08:20.820Z | DEBG |
| 9519 | 2026-08-25T01:08:20.820Z | DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.283replacing 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 } }] |
| 9520 | 2026-08-25T01:08:20.820Z | INFOAug 25 01:08:19.283 |
| 9521 | 2026-08-25T01:08:20.820Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 9522 | 2026-08-25T01:08:20.820Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9523 | 2026-08-25T01:08:20.821Z | |
| 9524 | 2026-08-25T01:08:20.821Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 01:08:19.283 INFOAug 25 01:08:19.283 |
| 9525 | 2026-08-25T01:08:20.821Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Aug 25 01:08:19.283 |
| 9526 | 2026-08-25T01:08:20.821Z | 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 } }] |
| 9527 | 2026-08-25T01:08:20.821Z | Aug 25 01:08:19.283Aug 25 01:08:19.283 DEBGINFODEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.60/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 } }]Aug 25 01:08:19.283 |
| 9528 | 2026-08-25T01:08:20.821Z | |
| 9529 | 2026-08-25T01:08:20.821Z | Aug 25 01:08:19.283 |
| 9530 | 2026-08-25T01:08:20.821Z | INFO Aug 25 01:08:19.283Aug 25 01:08:19.283 Aug 25 01:08:19.283INFO adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 9531 | 2026-08-25T01:08:20.821Z | INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 9532 | 2026-08-25T01:08:20.821Z | Aug 25 01:08:19.283adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBGAug 25 01:08:19.283 INFO |
| 9533 | 2026-08-25T01:08:20.821Z | DEBGadding route 172.17.0.31/32 -> 10.0.0.255 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 } }] |
| 9534 | 2026-08-25T01:08:20.821Z | 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 } }] |
| 9535 | 2026-08-25T01:08:20.821Z | |
| 9536 | 2026-08-25T01:08:20.821Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9537 | 2026-08-25T01:08:20.822Z | Aug 25 01:08:19.283 Aug 25 01:08:19.283Aug 25 01:08:19.283 DEBG INFOINFO Aug 25 01:08:19.283replacing 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.52/32 -> 10.0.0.255DEBGadding route 172.17.0.61/32 -> 10.0.0.255 |
| 9538 | 2026-08-25T01:08:20.822Z | |
| 9539 | 2026-08-25T01:08:20.822Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.283 |
| 9540 | 2026-08-25T01:08:20.822Z | |
| 9541 | 2026-08-25T01:08:20.828Z | DEBGAug 25 01:08:19.283 Aug 25 01:08:19.283replacing 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 } }] |
| 9542 | 2026-08-25T01:08:20.828Z | 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 } }]INFO |
| 9543 | 2026-08-25T01:08:20.828Z | Aug 25 01:08:19.283 adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 01:08:19.283 |
| 9544 | 2026-08-25T01:08:20.828Z | INFO Aug 25 01:08:19.283 Aug 25 01:08:19.283 INFODEBG Aug 25 01:08:19.283INFOreplacing 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:1d::/64 -> 2001:db8::55:ff |
| 9545 | 2026-08-25T01:08:20.828Z | |
| 9546 | 2026-08-25T01:08:20.828Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9547 | 2026-08-25T01:08:20.828Z | 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 } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9548 | 2026-08-25T01:08:20.828Z | |
| 9549 | 2026-08-25T01:08:20.828Z | Aug 25 01:08:19.283Aug 25 01:08:19.283 DEBG Aug 25 01:08:19.283INFO DEBG Aug 25 01:08:19.283replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9550 | 2026-08-25T01:08:20.828Z | DEBG |
| 9551 | 2026-08-25T01:08:20.828Z | Aug 25 01:08:19.294created new freemap , INFOunit :adding route 172.17.0.54/32 -> 10.0.0.255 freemap_route_ipv4 |
| 9552 | 2026-08-25T01:08:20.828Z | |
| 9553 | 2026-08-25T01:08:20.828Z | Aug 25 01:08:19.294 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 01:08:19.294 |
| 9554 | 2026-08-25T01:08:20.828Z | DEBGAug 25 01:08:19.294 created new freemapDEBGAug 25 01:08:19.294 , 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 } }] |
| 9555 | 2026-08-25T01:08:20.828Z | unitDEBG: replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.294 |
| 9556 | 2026-08-25T01:08:20.828Z | freemap_route_ipv6INFO |
| 9557 | 2026-08-25T01:08:20.828Z | Aug 25 01:08:19.294Aug 25 01:08:19.294 DEBG initted freemap. size: 64adding route 172.17.0.55/32 -> 10.0.0.255, |
| 9558 | 2026-08-25T01:08:20.828Z | unit :INFO freemap_route_ipv4adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 9559 | 2026-08-25T01:08:20.828Z | Aug 25 01:08:19.294 |
| 9560 | 2026-08-25T01:08:20.828Z | 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 } }] |
| 9561 | 2026-08-25T01:08:20.829Z | Aug 25 01:08:19.294 adding route 172.17.0.62/32 -> 10.0.0.255DEBG |
| 9562 | 2026-08-25T01:08:20.829Z | Aug 25 01:08:19.294Aug 25 01:08:19.294 DEBGreset freemapINFO Aug 25 01:08:19.294adding route 172.17.0.56/32 -> 10.0.0.255, 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 } }] |
| 9563 | 2026-08-25T01:08:20.829Z | unitDEBG: |
| 9564 | 2026-08-25T01:08:20.829Z | 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_ipv4 |
| 9565 | 2026-08-25T01:08:20.829Z | |
| 9566 | 2026-08-25T01:08:20.829Z | Aug 25 01:08:19.294 DEBG Aug 25 01:08:19.294replacing 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 } }] |
| 9567 | 2026-08-25T01:08:20.829Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 9568 | 2026-08-25T01:08:20.829Z | Aug 25 01:08:19.294Aug 25 01:08:19.294Aug 25 01:08:19.294 DEBGAug 25 01:08:19.294 DEBGINFO DEBG failed to allocate space for the new target listinitted freemap. size: 64 , 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 } }] |
| 9569 | 2026-08-25T01:08:20.830Z | |
| 9570 | 2026-08-25T01:08:20.830Z | unitadding route 172.17.0.57/32 -> 10.0.0.255: |
| 9571 | 2026-08-25T01:08:20.830Z | freemap_route_ipv6 |
| 9572 | 2026-08-25T01:08:20.830Z | Aug 25 01:08:19.294Aug 25 01:08:19.294 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9573 | 2026-08-25T01:08:20.830Z | |
| 9574 | 2026-08-25T01:08:20.830Z | Aug 25 01:08:19.294 DEBG Aug 25 01:08:19.294replacing 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 } }] |
| 9575 | 2026-08-25T01:08:20.831Z | DEBGAug 25 01:08:19.294 reset freemapDEBGAug 25 01:08:19.294 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9576 | 2026-08-25T01:08:20.831Z | , adding route 172.17.0.58/32 -> 10.0.0.255unit |
| 9577 | 2026-08-25T01:08:20.831Z | : Aug 25 01:08:19.294 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 9578 | 2026-08-25T01:08:20.831Z | Aug 25 01:08:19.294Aug 25 01:08:19.294 DEBGfreemap_route_ipv6DEBG |
| 9579 | 2026-08-25T01:08:20.831Z | 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: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 } }] |
| 9580 | 2026-08-25T01:08:20.831Z | |
| 9581 | 2026-08-25T01:08:20.831Z | Aug 25 01:08:19.294 INFO Aug 25 01:08:19.294Aug 25 01:08:19.283adding route 172.16.0.0/32 -> 10.0.0.1 INFO INFOAug 25 01:08:19.294 |
| 9582 | 2026-08-25T01:08:20.831Z | adding route 172.17.0.33/32 -> 10.0.0.255INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 9583 | 2026-08-25T01:08:20.831Z | |
| 9584 | 2026-08-25T01:08:20.831Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9585 | 2026-08-25T01:08:20.831Z | Aug 25 01:08:19.294Aug 25 01:08:19.294 Aug 25 01:08:19.294DEBG DEBG 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.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 } }] |
| 9586 | 2026-08-25T01:08:20.831Z | 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 } }] |
| 9587 | 2026-08-25T01:08:20.831Z | Aug 25 01:08:19.294 |
| 9588 | 2026-08-25T01:08:20.831Z | DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.294 |
| 9589 | 2026-08-25T01:08:20.831Z | Aug 25 01:08:19.294 INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255 |
| 9590 | 2026-08-25T01:08:20.831Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 01:08:19.294 Aug 25 01:08:19.294 |
| 9591 | 2026-08-25T01:08:20.831Z | INFO Aug 25 01:08:19.294adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9592 | 2026-08-25T01:08:20.831Z | DEBG INFOAug 25 01:08:19.294 Aug 25 01:08:19.294DEBGreplacing 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.16.0.0/32 -> 10.0.0.2 |
| 9593 | 2026-08-25T01:08:20.831Z | 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 } }] |
| 9594 | 2026-08-25T01:08:20.831Z | 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 } }] |
| 9595 | 2026-08-25T01:08:20.831Z | |
| 9596 | 2026-08-25T01:08:20.831Z | Aug 25 01:08:19.294 DEBGAug 25 01:08:19.294 Aug 25 01:08:19.294failed to allocate space for the new target list |
| 9597 | 2026-08-25T01:08:20.831Z | 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 } }]INFOAug 25 01:08:19.294 |
| 9598 | 2026-08-25T01:08:20.831Z | test route::tests::add_target_fails_full ... ok |
| 9599 | 2026-08-25T01:08:20.831Z | INFOadding route 172.17.0.35/32 -> 10.0.0.255Aug 25 01:08:19.294 |
| 9600 | 2026-08-25T01:08:20.832Z | DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9601 | 2026-08-25T01:08:20.832Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 9602 | 2026-08-25T01:08:20.832Z | Aug 25 01:08:19.294 DEBGAug 25 01:08:19.294 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9603 | 2026-08-25T01:08:20.832Z | 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 } }] |
| 9604 | 2026-08-25T01:08:20.832Z | Aug 25 01:08:19.294Aug 25 01:08:19.294 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9605 | 2026-08-25T01:08:20.832Z | |
| 9606 | 2026-08-25T01:08:20.832Z | Aug 25 01:08:19.294 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9607 | 2026-08-25T01:08:20.832Z | Aug 25 01:08:19.294 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 25 01:08:19.294 |
| 9608 | 2026-08-25T01:08:20.832Z | DEBG Aug 25 01:08:19.294replacing 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 } }] |
| 9609 | 2026-08-25T01:08:20.832Z | Aug 25 01:08:19.294DEBG 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 } }] |
| 9610 | 2026-08-25T01:08:20.832Z | Aug 25 01:08:19.294adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9611 | 2026-08-25T01:08:20.832Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 9612 | 2026-08-25T01:08:20.832Z | Aug 25 01:08:19.294 Aug 25 01:08:19.294INFOAug 25 01:08:19.294 adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 9613 | 2026-08-25T01:08:20.832Z | 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 |
| 9614 | 2026-08-25T01:08:20.832Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 25 01:08:19.294 |
| 9615 | 2026-08-25T01:08:20.832Z | DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.294 |
| 9616 | 2026-08-25T01:08:20.832Z | Aug 25 01:08:19.294 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.3, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 01:08:19.294 |
| 9617 | 2026-08-25T01:08:20.832Z | |
| 9618 | 2026-08-25T01:08:20.832Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255Aug 25 01:08:19.294 |
| 9619 | 2026-08-25T01:08:20.832Z | 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 } }] |
| 9620 | 2026-08-25T01:08:20.832Z | Aug 25 01:08:19.294 DEBG Aug 25 01:08:19.294Aug 25 01:08:19.294replacing 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 } }] |
| 9621 | 2026-08-25T01:08:20.832Z | INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 9622 | 2026-08-25T01:08:20.832Z | 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 } }] |
| 9623 | 2026-08-25T01:08:20.833Z | Aug 25 01:08:19.294 INFOAug 25 01:08:19.294 adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 9624 | 2026-08-25T01:08:20.833Z | Aug 25 01:08:19.294replacing 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 } }] |
| 9625 | 2026-08-25T01:08:20.833Z | INFO Aug 25 01:08:19.294adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9626 | 2026-08-25T01:08:20.833Z | Aug 25 01:08:19.294DEBG 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 } }] |
| 9627 | 2026-08-25T01:08:20.833Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 01:08:19.294 |
| 9628 | 2026-08-25T01:08:20.833Z | 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 } }] |
| 9629 | 2026-08-25T01:08:20.833Z | Aug 25 01:08:19.294Aug 25 01:08:19.294 DEBGINFO Aug 25 01:08:19.294adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9630 | 2026-08-25T01:08:20.833Z | INFO |
| 9631 | 2026-08-25T01:08:20.833Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9632 | 2026-08-25T01:08:20.833Z | Aug 25 01:08:19.294 Aug 25 01:08:19.294DEBGAug 25 01:08:19.294 INFODEBGreplacing 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 } }] |
| 9633 | 2026-08-25T01:08:20.833Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9634 | 2026-08-25T01:08:20.833Z | 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 } }] |
| 9635 | 2026-08-25T01:08:20.835Z | Aug 25 01:08:19.294Aug 25 01:08:19.294 Aug 25 01:08:19.294INFO INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9636 | 2026-08-25T01:08:20.835Z | |
| 9637 | 2026-08-25T01:08:20.835Z | |
| 9638 | 2026-08-25T01:08:20.835Z | Aug 25 01:08:19.294Aug 25 01:08:19.294 Aug 25 01:08:19.294 DEBG 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 } }]INFOreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9639 | 2026-08-25T01:08:20.835Z | |
| 9640 | 2026-08-25T01:08:20.835Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 9641 | 2026-08-25T01:08:20.841Z | Aug 25 01:08:19.294Aug 25 01:08:19.294 INFOINFOAug 25 01:08:19.294 adding route 172.17.0.61/32 -> 10.0.0.255DEBGadding route 172.17.0.42/32 -> 10.0.0.255 |
| 9642 | 2026-08-25T01:08:20.841Z | |
| 9643 | 2026-08-25T01:08:20.841Z | 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 } }] |
| 9644 | 2026-08-25T01:08:20.841Z | Aug 25 01:08:19.294Aug 25 01:08:19.294 Aug 25 01:08:19.294DEBG 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 } }]DEBG |
| 9645 | 2026-08-25T01:08:20.841Z | 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 } }] |
| 9646 | 2026-08-25T01:08:20.841Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 01:08:19.294 |
| 9647 | 2026-08-25T01:08:20.841Z | INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9648 | 2026-08-25T01:08:20.841Z | Aug 25 01:08:19.294Aug 25 01:08:19.294 INFODEBG Aug 25 01:08:19.294adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9649 | 2026-08-25T01:08:20.841Z | 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 } }]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 } }] |
| 9650 | 2026-08-25T01:08:20.841Z | Aug 25 01:08:19.294 |
| 9651 | 2026-08-25T01:08:20.842Z | 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 } }] |
| 9652 | 2026-08-25T01:08:20.842Z | Aug 25 01:08:19.294Aug 25 01:08:19.294 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.63/32 -> 10.0.0.255 |
| 9653 | 2026-08-25T01:08:20.842Z | |
| 9654 | 2026-08-25T01:08:20.842Z | Aug 25 01:08:19.294 INFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 25 01:08:19.294 |
| 9655 | 2026-08-25T01:08:20.842Z | Aug 25 01:08:19.294 DEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9656 | 2026-08-25T01:08:20.842Z | replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.294 |
| 9657 | 2026-08-25T01:08:20.842Z | 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 } }] |
| 9658 | 2026-08-25T01:08:20.843Z | Aug 25 01:08:19.294Aug 25 01:08:19.294 DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9659 | 2026-08-25T01:08:20.843Z | |
| 9660 | 2026-08-25T01:08:20.843Z | Aug 25 01:08:19.294 INFO Aug 25 01:08:19.294Aug 25 01:08:19.294 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 } }] |
| 9661 | 2026-08-25T01:08:20.843Z | 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 } }] |
| 9662 | 2026-08-25T01:08:20.843Z | Aug 25 01:08:19.305 DEBG failed to allocate space for the new target list |
| 9663 | 2026-08-25T01:08:20.843Z | Aug 25 01:08:19.305 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9664 | 2026-08-25T01:08:20.843Z | Aug 25 01:08:19.305 adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 9665 | 2026-08-25T01:08:20.843Z | 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 } }] |
| 9666 | 2026-08-25T01:08:20.843Z | Aug 25 01:08:19.305 INFO Aug 25 01:08:19.305adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9667 | 2026-08-25T01:08:20.843Z | DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9668 | 2026-08-25T01:08:20.843Z | Aug 25 01:08:19.305 DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.305 |
| 9669 | 2026-08-25T01:08:20.843Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9670 | 2026-08-25T01:08:20.843Z | Aug 25 01:08:19.305 DEBGAug 25 01:08:19.305 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 } }]INFO |
| 9671 | 2026-08-25T01:08:20.843Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9672 | 2026-08-25T01:08:20.843Z | Aug 25 01:08:19.305 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 } }]Aug 25 01:08:19.305 |
| 9673 | 2026-08-25T01:08:20.844Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9674 | 2026-08-25T01:08:20.844Z | Aug 25 01:08:19.305 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9675 | 2026-08-25T01:08:20.844Z | Aug 25 01:08:19.305 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.305 |
| 9676 | 2026-08-25T01:08:20.844Z | 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 } }] |
| 9677 | 2026-08-25T01:08:20.844Z | Aug 25 01:08:19.305 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 25 01:08:19.305 |
| 9678 | 2026-08-25T01:08:20.844Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9679 | 2026-08-25T01:08:20.844Z | Aug 25 01:08:19.305 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.305 |
| 9680 | 2026-08-25T01:08:20.844Z | 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 } }] |
| 9681 | 2026-08-25T01:08:20.845Z | Aug 25 01:08:19.305 INFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 01:08:19.305 |
| 9682 | 2026-08-25T01:08:20.845Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9683 | 2026-08-25T01:08:20.845Z | Aug 25 01:08:19.305 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.305 |
| 9684 | 2026-08-25T01:08:20.845Z | 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 } }] |
| 9685 | 2026-08-25T01:08:20.845Z | Aug 25 01:08:19.305 INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 25 01:08:19.305 |
| 9686 | 2026-08-25T01:08:20.845Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9687 | 2026-08-25T01:08:20.845Z | Aug 25 01:08:19.305 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.305 |
| 9688 | 2026-08-25T01:08:20.845Z | 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 } }] |
| 9689 | 2026-08-25T01:08:20.845Z | Aug 25 01:08:19.305 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9690 | 2026-08-25T01:08:20.845Z | Aug 25 01:08:19.305 Aug 25 01:08:19.305INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9691 | 2026-08-25T01:08:20.845Z | Aug 25 01:08:19.305 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 } }] |
| 9692 | 2026-08-25T01:08:20.845Z | Aug 25 01:08:19.305DEBG 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 } }] |
| 9693 | 2026-08-25T01:08:20.845Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9694 | 2026-08-25T01:08:20.845Z | Aug 25 01:08:19.305 Aug 25 01:08:19.305INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9695 | 2026-08-25T01:08:20.845Z | 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 } }] |
| 9696 | 2026-08-25T01:08:20.845Z | Aug 25 01:08:19.305 Aug 25 01:08:19.305DEBG 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 } }] |
| 9697 | 2026-08-25T01:08:20.845Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9698 | 2026-08-25T01:08:20.845Z | test route::tests::delete_targets_full ... ok |
| 9699 | 2026-08-25T01:08:20.845Z | Aug 25 01:08:19.305 Aug 25 01:08:19.305INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9700 | 2026-08-25T01:08:20.845Z | 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 } }] |
| 9701 | 2026-08-25T01:08:20.846Z | Aug 25 01:08:19.305 Aug 25 01:08:19.305DEBG 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 } }] |
| 9702 | 2026-08-25T01:08:20.846Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9703 | 2026-08-25T01:08:20.846Z | Aug 25 01:08:19.305 Aug 25 01:08:19.305INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9704 | 2026-08-25T01:08:20.846Z | 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 } }] |
| 9705 | 2026-08-25T01:08:20.846Z | Aug 25 01:08:19.305 Aug 25 01:08:19.305DEBG INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9706 | 2026-08-25T01:08:20.846Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9707 | 2026-08-25T01:08:20.846Z | Aug 25 01:08:19.305 Aug 25 01:08:19.305INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9708 | 2026-08-25T01:08:20.846Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9709 | 2026-08-25T01:08:20.846Z | Aug 25 01:08:19.305 Aug 25 01:08:19.305DEBG 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 } }] |
| 9710 | 2026-08-25T01:08:20.846Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9711 | 2026-08-25T01:08:20.846Z | Aug 25 01:08:19.305 Aug 25 01:08:19.305INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9712 | 2026-08-25T01:08:20.846Z | 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 } }] |
| 9713 | 2026-08-25T01:08:20.847Z | Aug 25 01:08:19.305 Aug 25 01:08:19.305DEBG INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9714 | 2026-08-25T01:08:20.847Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9715 | 2026-08-25T01:08:20.847Z | Aug 25 01:08:19.305 Aug 25 01:08:19.305DEBG DEBGfailed to allocate space for the new target list |
| 9716 | 2026-08-25T01:08:20.847Z | 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 } }] |
| 9717 | 2026-08-25T01:08:20.847Z | Aug 25 01:08:19.305 Aug 25 01:08:19.305DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9718 | 2026-08-25T01:08:20.847Z | Aug 25 01:08:19.317 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 } }] |
| 9719 | 2026-08-25T01:08:20.847Z | Aug 25 01:08:19.317 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9720 | 2026-08-25T01:08:20.847Z | Aug 25 01:08:19.317 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 } }] |
| 9721 | 2026-08-25T01:08:20.847Z | Aug 25 01:08:19.317 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9722 | 2026-08-25T01:08:20.847Z | |
| 9723 | 2026-08-25T01:08:20.847Z | Aug 25 01:08:19.317 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 } }] |
| 9724 | 2026-08-25T01:08:20.847Z | Aug 25 01:08:19.317 DEBG failed to allocate space for the new target list |
| 9725 | 2026-08-25T01:08:20.847Z | Aug 25 01:08:19.317 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 } }] |
| 9726 | 2026-08-25T01:08:20.847Z | Aug 25 01:08:19.318 DEBG created new freemap, unit: freemap_route_ipv4 |
| 9727 | 2026-08-25T01:08:20.847Z | Aug 25 01:08:19.318 DEBG created new freemap, unit: freemap_route_ipv6 |
| 9728 | 2026-08-25T01:08:20.848Z | Aug 25 01:08:19.318 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 9729 | 2026-08-25T01:08:20.848Z | Aug 25 01:08:19.318 DEBG reset freemap, unit: freemap_route_ipv4 |
| 9730 | 2026-08-25T01:08:20.848Z | Aug 25 01:08:19.318 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 9731 | 2026-08-25T01:08:20.849Z | Aug 25 01:08:19.318 DEBG reset freemap, unit: freemap_route_ipv6 |
| 9732 | 2026-08-25T01:08:20.849Z | Aug 25 01:08:19.318 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9733 | 2026-08-25T01:08:20.849Z | Aug 25 01:08:19.318 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 } }] |
| 9734 | 2026-08-25T01:08:20.849Z | Aug 25 01:08:19.318 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9735 | 2026-08-25T01:08:20.849Z | Aug 25 01:08:19.318 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 } }] |
| 9736 | 2026-08-25T01:08:20.849Z | Aug 25 01:08:19.318 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9737 | 2026-08-25T01:08:20.849Z | Aug 25 01:08:19.318 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 } }] |
| 9738 | 2026-08-25T01:08:20.849Z | Aug 25 01:08:19.318 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9739 | 2026-08-25T01:08:20.849Z | Aug 25 01:08:19.318 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 } }] |
| 9740 | 2026-08-25T01:08:20.849Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9741 | 2026-08-25T01:08:20.855Z | Aug 25 01:08:19.318 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 } }] |
| 9742 | 2026-08-25T01:08:20.855Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9743 | 2026-08-25T01:08:20.855Z | Aug 25 01:08:19.318 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 } }] |
| 9744 | 2026-08-25T01:08:20.855Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9745 | 2026-08-25T01:08:20.855Z | Aug 25 01:08:19.318 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 } }] |
| 9746 | 2026-08-25T01:08:20.855Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9747 | 2026-08-25T01:08:20.855Z | Aug 25 01:08:19.318 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 } }] |
| 9748 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9749 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 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 } }] |
| 9750 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9751 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 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 } }] |
| 9752 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9753 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 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 } }] |
| 9754 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9755 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 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 } }] |
| 9756 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9757 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 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 } }] |
| 9758 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9759 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 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 } }] |
| 9760 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9761 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 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 } }] |
| 9762 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9763 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 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 } }] |
| 9764 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9765 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 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 } }] |
| 9766 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9767 | 2026-08-25T01:08:20.856Z | Aug 25 01:08:19.318 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 } }] |
| 9768 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9769 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 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 } }] |
| 9770 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9771 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 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 } }] |
| 9772 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9773 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 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 } }] |
| 9774 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9775 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 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 } }] |
| 9776 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9777 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 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 } }] |
| 9778 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9779 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 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 } }] |
| 9780 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9781 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 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 } }] |
| 9782 | 2026-08-25T01:08:20.857Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9783 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 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 } }] |
| 9784 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9785 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 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 } }] |
| 9786 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9787 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 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 } }] |
| 9788 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9789 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 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 } }] |
| 9790 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9791 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 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 } }] |
| 9792 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9793 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 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 } }] |
| 9794 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9795 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 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 } }] |
| 9796 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9797 | 2026-08-25T01:08:20.858Z | Aug 25 01:08:19.318 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 } }] |
| 9798 | 2026-08-25T01:08:20.858Z | test route::tests::delete_targets_fragmented ... ok |
| 9799 | 2026-08-25T01:08:20.858Z | |
| 9800 | 2026-08-25T01:08:20.859Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s |
| 9801 | 2026-08-25T01:08:20.859Z | |
| 9802 | 2026-08-25T01:08:20.859Z | |
| 9803 | 2026-08-25T01:08:20.859Z | running 0 tests |
| 9804 | 2026-08-25T01:08:20.859Z | |
| 9805 | 2026-08-25T01:08:20.859Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9806 | 2026-08-25T01:08:20.859Z | |
| 9807 | 2026-08-25T01:08:20.859Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9808 | 2026-08-25T01:08:20.859Z | Aug 25 01:08:19.318 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 } }] |
| 9809 | 2026-08-25T01:08:20.859Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9810 | 2026-08-25T01:08:20.859Z | Aug 25 01:08:19.318 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 } }] |
| 9811 | 2026-08-25T01:08:20.859Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9812 | 2026-08-25T01:08:20.859Z | Aug 25 01:08:19.318 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 } }] |
| 9813 | 2026-08-25T01:08:20.859Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9814 | 2026-08-25T01:08:20.859Z | Aug 25 01:08:19.318 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 } }] |
| 9815 | 2026-08-25T01:08:20.859Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9816 | 2026-08-25T01:08:20.859Z | Aug 25 01:08:19.318 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 } }] |
| 9817 | 2026-08-25T01:08:20.859Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9818 | 2026-08-25T01:08:20.860Z | Aug 25 01:08:19.318 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 } }] |
| 9819 | 2026-08-25T01:08:20.860Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9820 | 2026-08-25T01:08:20.860Z | Aug 25 01:08:19.318 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 } }] |
| 9821 | 2026-08-25T01:08:20.860Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9822 | 2026-08-25T01:08:20.860Z | Aug 25 01:08:19.318 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 } }] |
| 9823 | 2026-08-25T01:08:20.860Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9824 | 2026-08-25T01:08:20.860Z | Aug 25 01:08:19.318 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 } }] |
| 9825 | 2026-08-25T01:08:20.860Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9826 | 2026-08-25T01:08:20.860Z | Aug 25 01:08:19.318 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 } }] |
| 9827 | 2026-08-25T01:08:20.860Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9828 | 2026-08-25T01:08:20.860Z | Aug 25 01:08:19.318 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 } }] |
| 9829 | 2026-08-25T01:08:20.860Z | Aug 25 01:08:19.318 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9830 | 2026-08-25T01:08:20.860Z | Aug 25 01:08:19.318 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 } }] |
| 9831 | 2026-08-25T01:08:20.863Z | Aug 25 01:08:19.319 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9832 | 2026-08-25T01:08:20.863Z | Aug 25 01:08:19.319 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 } }] |
| 9833 | 2026-08-25T01:08:20.863Z | Aug 25 01:08:19.319 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9834 | 2026-08-25T01:08:20.863Z | Aug 25 01:08:19.319 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 } }] |
| 9835 | 2026-08-25T01:08:20.863Z | Aug 25 01:08:19.319 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9836 | 2026-08-25T01:08:20.863Z | Aug 25 01:08:19.319 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 } }] |
| 9837 | 2026-08-25T01:08:20.863Z | Aug 25 01:08:19.319 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9838 | 2026-08-25T01:08:20.863Z | Aug 25 01:08:19.319 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 } }] |
| 9839 | 2026-08-25T01:08:20.863Z | Aug 25 01:08:19.319 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9840 | 2026-08-25T01:08:20.863Z | Aug 25 01:08:19.319 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 } }] |
| 9841 | 2026-08-25T01:08:20.867Z | Aug 25 01:08:19.319 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9842 | 2026-08-25T01:08:20.867Z | Aug 25 01:08:19.330 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 } }] |
| 9843 | 2026-08-25T01:08:20.867Z | Aug 25 01:08:19.330 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9844 | 2026-08-25T01:08:20.867Z | Aug 25 01:08:19.330 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 } }] |
| 9845 | 2026-08-25T01:08:20.867Z | Aug 25 01:08:19.330 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9846 | 2026-08-25T01:08:20.867Z | Aug 25 01:08:19.330 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 } }] |
| 9847 | 2026-08-25T01:08:20.867Z | Aug 25 01:08:19.330 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9848 | 2026-08-25T01:08:20.867Z | Aug 25 01:08:19.330 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 } }] |
| 9849 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9850 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 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 } }] |
| 9851 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9852 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 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 } }] |
| 9853 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9854 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 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 } }] |
| 9855 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9856 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 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 } }] |
| 9857 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9858 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 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 } }] |
| 9859 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9860 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 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 } }] |
| 9861 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9862 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 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 } }] |
| 9863 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9864 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 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 } }] |
| 9865 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9866 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 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 } }] |
| 9867 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9868 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 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 } }] |
| 9869 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9870 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 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 } }] |
| 9871 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 DEBG failed to allocate space for the new target list |
| 9872 | 2026-08-25T01:08:20.868Z | Aug 25 01:08:19.330 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 } }] |
| 9873 | 2026-08-25T01:08:20.868Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-3db66be9ed50a70a) |
| 9874 | 2026-08-25T01:08:20.868Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 9875 | 2026-08-25T01:08:20.869Z | |
| 9876 | 2026-08-25T01:08:20.869Z | running 0 tests |
| 9877 | 2026-08-25T01:08:20.869Z | |
| 9878 | 2026-08-25T01:08:20.869Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9879 | 2026-08-25T01:08:20.869Z | |
| 9880 | 2026-08-25T01:08:20.869Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e69f4616d86663c9) |
| 9881 | 2026-08-25T01:08:20.869Z | |
| 9882 | 2026-08-25T01:08:20.870Z | running 6 tests |
| 9883 | 2026-08-25T01:08:20.870Z | test tests::test_full_lot_id_neither_present ... ok |
| 9884 | 2026-08-25T01:08:20.870Z | test tests::test_full_lot_id_lot_only ... ok |
| 9885 | 2026-08-25T01:08:20.870Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9886 | 2026-08-25T01:08:20.870Z | test tests::test_full_lot_id_both_present ... ok |
| 9887 | 2026-08-25T01:08:20.870Z | test tests::test_port_id_cmp ... ok |
| 9888 | 2026-08-25T01:08:20.870Z | test tests::test_parse_client_port_id ... ok |
| 9889 | 2026-08-25T01:08:20.870Z | |
| 9890 | 2026-08-25T01:08:20.870Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9891 | 2026-08-25T01:08:20.870Z | |
| 9892 | 2026-08-25T01:08:20.870Z | Running tests/test_all.rs (target/debug/deps/test_all-46576c33bbbf0e68) |
| 9893 | 2026-08-25T01:08:20.870Z | |
| 9894 | 2026-08-25T01:08:20.870Z | running 6 tests |
| 9895 | 2026-08-25T01:08:23.844Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9896 | 2026-08-25T01:08:23.849Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9897 | 2026-08-25T01:08:23.849Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9898 | 2026-08-25T01:08:23.853Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9899 | 2026-08-25T01:08:24.184Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9900 | 2026-08-25T01:08:27.213Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9901 | 2026-08-25T01:08:27.213Z | |
| 9902 | 2026-08-25T01:08:27.213Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.37s |
| 9903 | 2026-08-25T01:08:27.213Z | |
| 9904 | 2026-08-25T01:08:27.217Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 9905 | 2026-08-25T01:08:27.221Z | |
| 9906 | 2026-08-25T01:08:27.221Z | running 0 tests |
| 9907 | 2026-08-25T01:08:27.221Z | |
| 9908 | 2026-08-25T01:08:27.221Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9909 | 2026-08-25T01:08:27.221Z | |
| 9910 | 2026-08-25T01:08:27.221Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 9911 | 2026-08-25T01:08:27.242Z | |
| 9912 | 2026-08-25T01:08:27.243Z | running 15 tests |
| 9913 | 2026-08-25T01:08:27.247Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 9914 | 2026-08-25T01:08:27.247Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 9915 | 2026-08-25T01:08:27.247Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 9916 | 2026-08-25T01:08:27.247Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 9917 | 2026-08-25T01:08:27.247Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 9918 | 2026-08-25T01:08:27.247Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 9919 | 2026-08-25T01:08:27.247Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 9920 | 2026-08-25T01:08:27.247Z | test v1::network::tests::test_equal ... ok |
| 9921 | 2026-08-25T01:08:27.247Z | test v1::network::tests::test_eui64 ... ok |
| 9922 | 2026-08-25T01:08:27.247Z | test v1::network::tests::test_into ... ok |
| 9923 | 2026-08-25T01:08:27.248Z | test v1::network::tests::test_not_equal ... ok |
| 9924 | 2026-08-25T01:08:27.248Z | test v1::network::tests::test_to_string ... ok |
| 9925 | 2026-08-25T01:08:27.248Z | test v1::network::tests::test_parse ... ok |
| 9926 | 2026-08-25T01:08:27.248Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 9927 | 2026-08-25T01:08:27.251Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 9928 | 2026-08-25T01:08:27.251Z | |
| 9929 | 2026-08-25T01:08:27.252Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9930 | 2026-08-25T01:08:27.252Z | |
| 9931 | 2026-08-25T01:08:27.252Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 9932 | 2026-08-25T01:08:27.283Z | |
| 9933 | 2026-08-25T01:08:27.283Z | running 12 tests |
| 9934 | 2026-08-25T01:08:27.288Z | test icmp::test_v6_checksum ... ok |
| 9935 | 2026-08-25T01:08:27.288Z | test icmp::test_v4_checksum ... ok |
| 9936 | 2026-08-25T01:08:27.288Z | test ipv6::test_ipv6_parse ... ok |
| 9937 | 2026-08-25T01:08:27.288Z | test lldp::test_lldp_parse ... ok |
| 9938 | 2026-08-25T01:08:27.288Z | test pbuf::test_byte ... ok |
| 9939 | 2026-08-25T01:08:27.288Z | test pbuf::test_nibble ... ok |
| 9940 | 2026-08-25T01:08:27.288Z | test pbuf::test_short ... ok |
| 9941 | 2026-08-25T01:08:27.288Z | test pbuf::test_overflow ... ok |
| 9942 | 2026-08-25T01:08:27.288Z | test pbuf::test_twelve ... ok |
| 9943 | 2026-08-25T01:08:27.288Z | test pbuf::test_word ... ok |
| 9944 | 2026-08-25T01:08:27.288Z | test tcp::test_checksum_syn_nodata ... ok |
| 9945 | 2026-08-25T01:08:27.288Z | test tcp::test_checksum_ack_data ... ok |
| 9946 | 2026-08-25T01:08:27.288Z | |
| 9947 | 2026-08-25T01:08:27.288Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9948 | 2026-08-25T01:08:27.288Z | |
| 9949 | 2026-08-25T01:08:27.289Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9950 | 2026-08-25T01:08:27.289Z | |
| 9951 | 2026-08-25T01:08:27.289Z | running 0 tests |
| 9952 | 2026-08-25T01:08:27.289Z | |
| 9953 | 2026-08-25T01:08:27.289Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9954 | 2026-08-25T01:08:27.289Z | |
| 9955 | 2026-08-25T01:08:27.289Z | Running unittests src/main.rs (target/debug/deps/swadm-45912e85e8b0f635) |
| 9956 | 2026-08-25T01:08:27.293Z | |
| 9957 | 2026-08-25T01:08:27.293Z | running 5 tests |
| 9958 | 2026-08-25T01:08:27.293Z | test switchport::test::test_compute_lanes ... ok |
| 9959 | 2026-08-25T01:08:27.293Z | test switchport::test::port_id_ordering ... ok |
| 9960 | 2026-08-25T01:08:27.293Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 9961 | 2026-08-25T01:08:27.293Z | Lane 0 Rx Loss-of-lock: Yes Yes Lane 1Yes Yes |
| 9962 | 2026-08-25T01:08:27.293Z | Lane 2 Rx Loss-of-signal: Yes Lane 3 |
| 9963 | 2026-08-25T01:08:27.293Z | Yes State: ActivatedYes ActivatedYes |
| 9964 | 2026-08-25T01:08:27.293Z | Activated Rx CDR Enabled: Yes Activated |
| 9965 | 2026-08-25T01:08:27.293Z | Yes Rx Output Enabled: false Yes false Yes |
| 9966 | 2026-08-25T01:08:27.293Z | false Tx Enabled: Yesfalse |
| 9967 | 2026-08-25T01:08:27.293Z | Rx Output Status: validYes validYes Yes |
| 9968 | 2026-08-25T01:08:27.293Z | valid Tx Loss-of-lock: Novalid |
| 9969 | 2026-08-25T01:08:27.294Z | No Rx Loss-of-lock: true Notrue No |
| 9970 | 2026-08-25T01:08:27.294Z | true Tx Loss-of-signal: Notrue |
| 9971 | 2026-08-25T01:08:27.294Z | Rx Loss-of-signal: false No false No falseNo |
| 9972 | 2026-08-25T01:08:27.294Z | false |
| 9973 | 2026-08-25T01:08:27.294Z | Tx CDR Enabled: No Rx Auto-squelch Disable: trueNo trueNo No |
| 9974 | 2026-08-25T01:08:27.294Z | true Tx Adaptive EQ Fault: No true |
| 9975 | 2026-08-25T01:08:27.294Z | No Tx Output Enabled: trueNo trueNo |
| 9976 | 2026-08-25T01:08:27.294Z | true Tx Fault: Yes true |
| 9977 | 2026-08-25T01:08:27.294Z | Yes Tx Output Status: invalid Yes invalid Yes |
| 9978 | 2026-08-25T01:08:27.294Z | invalid invalid |
| 9979 | 2026-08-25T01:08:27.294Z | Tx Loss-of-lock: false false false false |
| 9980 | 2026-08-25T01:08:27.294Z | Tx Loss-of-signal: true true true true |
| 9981 | 2026-08-25T01:08:27.294Z | Tx Auto-squelch Disable: false false false false |
| 9982 | 2026-08-25T01:08:27.294Z | Tx Adaptive EQ Fail: true true true true |
| 9983 | 2026-08-25T01:08:27.294Z | Tx Failure: false false false false |
| 9984 | 2026-08-25T01:08:27.294Z | Tx Force Squelch: true true true true |
| 9985 | 2026-08-25T01:08:27.294Z | Tx Input Polarity: normal normal normal normal |
| 9986 | 2026-08-25T01:08:27.294Z | test switchport::test::test_print_sff_datapath ... ok |
| 9987 | 2026-08-25T01:08:27.294Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9988 | 2026-08-25T01:08:27.294Z | test link::test_filter ... ok |
| 9989 | 2026-08-25T01:08:27.294Z | |
| 9990 | 2026-08-25T01:08:27.294Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9991 | 2026-08-25T01:08:27.294Z | |
| 9992 | 2026-08-25T01:08:27.299Z | Running tests/counters.rs (target/debug/deps/counters-8c4365e3eacdd62f) |
| 9993 | 2026-08-25T01:08:27.299Z | |
| 9994 | 2026-08-25T01:08:27.299Z | running 1 test |
| 9995 | 2026-08-25T01:08:27.299Z | test test_p4_counter_list ... ignored |
| 9996 | 2026-08-25T01:08:27.299Z | |
| 9997 | 2026-08-25T01:08:27.299Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9998 | 2026-08-25T01:08:27.299Z | |
| 9999 | 2026-08-25T01:08:27.300Z | Running tests/link_apply.rs (target/debug/deps/link_apply-79ee781b579c2ad6) |
| 10000 | 2026-08-25T01:08:27.303Z | |
| 10001 | 2026-08-25T01:08:27.303Z | running 4 tests |
| 10002 | 2026-08-25T01:08:27.303Z | test apply_tx_eq_all ... ignored |
| 10003 | 2026-08-25T01:08:27.303Z | test apply_tx_eq_custom ... ignored |
| 10004 | 2026-08-25T01:08:27.304Z | test tx_eq_exclusive ... ignored |
| 10005 | 2026-08-25T01:08:27.327Z | test cmd::test::output_txeq ... ok |
| 10006 | 2026-08-25T01:08:27.327Z | |
| 10007 | 2026-08-25T01:08:27.331Z | test result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 10008 | 2026-08-25T01:08:27.332Z | |
| 10009 | 2026-08-25T01:08:27.332Z | Running tests/tx_eq.rs (target/debug/deps/tx_eq-8205622c8ea5a4d0) |
| 10010 | 2026-08-25T01:08:27.332Z | |
| 10011 | 2026-08-25T01:08:27.332Z | running 3 tests |
| 10012 | 2026-08-25T01:08:27.332Z | test set_all_taps ... ignored |
| 10013 | 2026-08-25T01:08:27.333Z | test set_partial_taps ... ignored |
| 10014 | 2026-08-25T01:08:27.336Z | test cmd::test::output_txeq ... ok |
| 10015 | 2026-08-25T01:08:27.336Z | |
| 10016 | 2026-08-25T01:08:27.336Z | test result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 10017 | 2026-08-25T01:08:27.337Z | |
| 10018 | 2026-08-25T01:08:27.337Z | Running unittests src/main.rs (target/debug/deps/tfportd-4ce352188da0d171) |
| 10019 | 2026-08-25T01:08:27.340Z | |
| 10020 | 2026-08-25T01:08:27.340Z | running 3 tests |
| 10021 | 2026-08-25T01:08:27.341Z | test linklocal::test_parse_ipadm ... ok |
| 10022 | 2026-08-25T01:08:27.341Z | test tfport::test_parse_tfport ... ok |
| 10023 | 2026-08-25T01:08:27.341Z | test config::tests::test_updates ... ok |
| 10024 | 2026-08-25T01:08:27.341Z | |
| 10025 | 2026-08-25T01:08:27.341Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10026 | 2026-08-25T01:08:27.341Z | |
| 10027 | 2026-08-25T01:08:27.347Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 10028 | 2026-08-25T01:08:27.351Z | |
| 10029 | 2026-08-25T01:08:27.351Z | running 0 tests |
| 10030 | 2026-08-25T01:08:27.351Z | |
| 10031 | 2026-08-25T01:08:27.351Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10032 | 2026-08-25T01:08:27.351Z | |
| 10033 | 2026-08-25T01:08:27.351Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 10034 | 2026-08-25T01:08:27.351Z | |
| 10035 | 2026-08-25T01:08:27.351Z | running 0 tests |
| 10036 | 2026-08-25T01:08:27.351Z | |
| 10037 | 2026-08-25T01:08:27.351Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10038 | 2026-08-25T01:08:27.351Z | |
| 10039 | 2026-08-25T01:08:27.355Z | Doc-tests aal |
| 10040 | 2026-08-25T01:08:27.932Z | |
| 10041 | 2026-08-25T01:08:27.932Z | running 0 tests |
| 10042 | 2026-08-25T01:08:27.933Z | |
| 10043 | 2026-08-25T01:08:27.938Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10044 | 2026-08-25T01:08:27.938Z | |
| 10045 | 2026-08-25T01:08:27.960Z | Doc-tests aal_macros |
| 10046 | 2026-08-25T01:08:28.032Z | |
| 10047 | 2026-08-25T01:08:28.032Z | running 0 tests |
| 10048 | 2026-08-25T01:08:28.032Z | |
| 10049 | 2026-08-25T01:08:28.032Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10050 | 2026-08-25T01:08:28.032Z | |
| 10051 | 2026-08-25T01:08:28.043Z | Doc-tests common |
| 10052 | 2026-08-25T01:08:28.277Z | |
| 10053 | 2026-08-25T01:08:28.277Z | running 0 tests |
| 10054 | 2026-08-25T01:08:28.277Z | |
| 10055 | 2026-08-25T01:08:28.277Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10056 | 2026-08-25T01:08:28.277Z | |
| 10057 | 2026-08-25T01:08:28.301Z | Doc-tests dpd_api |
| 10058 | 2026-08-25T01:08:29.122Z | |
| 10059 | 2026-08-25T01:08:29.122Z | running 2 tests |
| 10060 | 2026-08-25T01:08:29.122Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 10061 | 2026-08-25T01:08:29.122Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 10062 | 2026-08-25T01:08:29.126Z | |
| 10063 | 2026-08-25T01:08:29.126Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10064 | 2026-08-25T01:08:29.126Z | |
| 10065 | 2026-08-25T01:08:29.154Z | Doc-tests dpd_client |
| 10066 | 2026-08-25T01:08:30.650Z | |
| 10067 | 2026-08-25T01:08:30.650Z | running 0 tests |
| 10068 | 2026-08-25T01:08:30.650Z | |
| 10069 | 2026-08-25T01:08:30.650Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10070 | 2026-08-25T01:08:30.650Z | |
| 10071 | 2026-08-25T01:08:30.707Z | Doc-tests dpd_types |
| 10072 | 2026-08-25T01:08:30.886Z | |
| 10073 | 2026-08-25T01:08:30.886Z | running 0 tests |
| 10074 | 2026-08-25T01:08:30.886Z | |
| 10075 | 2026-08-25T01:08:30.886Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10076 | 2026-08-25T01:08:30.886Z | |
| 10077 | 2026-08-25T01:08:30.911Z | Doc-tests dpd_types_versions |
| 10078 | 2026-08-25T01:08:32.418Z | |
| 10079 | 2026-08-25T01:08:32.418Z | running 1 test |
| 10080 | 2026-08-25T01:08:32.418Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10081 | 2026-08-25T01:08:32.418Z | |
| 10082 | 2026-08-25T01:08:32.418Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10083 | 2026-08-25T01:08:32.418Z | |
| 10084 | 2026-08-25T01:08:32.470Z | Doc-tests packet |
| 10085 | 2026-08-25T01:08:32.686Z | |
| 10086 | 2026-08-25T01:08:32.686Z | running 0 tests |
| 10087 | 2026-08-25T01:08:32.686Z | |
| 10088 | 2026-08-25T01:08:32.686Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10089 | 2026-08-25T01:08:32.686Z | |
| 10090 | 2026-08-25T01:08:32.715Z | Doc-tests pcap |
| 10091 | 2026-08-25T01:08:32.767Z | |
| 10092 | 2026-08-25T01:08:32.767Z | running 0 tests |
| 10093 | 2026-08-25T01:08:32.767Z | |
| 10094 | 2026-08-25T01:08:32.767Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10095 | 2026-08-25T01:08:32.767Z | |
| 10096 | 2026-08-25T01:08:32.817Z | process exited: duration 605785 ms, exit code 0 |
| |
| 10097 | 2026-08-25T01:08:32.827Z | found 0 output files |