|
|
|
| 1 | 2026-07-16T03:48:16.139Z | job assigned to worker 01KXMGJJA4W33QAA9EYCE85PFW [factory aws, i-063b6f00b7a797933] (queued for 56 s) |
| |
| 2 | 2026-07-16T03:48:22.190Z | starting task 0: "setup" |
| 3 | 2026-07-16T03:48:22.196Z | ++ uname -s |
| 4 | 2026-07-16T03:48:22.211Z | + kern=SunOS |
| 5 | 2026-07-16T03:48:22.211Z | + build_user=build |
| 6 | 2026-07-16T03:48:22.211Z | + build_uid=12345 |
| 7 | 2026-07-16T03:48:22.211Z | + work_dir=/work |
| 8 | 2026-07-16T03:48:22.211Z | + input_dir=/input |
| 9 | 2026-07-16T03:48:22.211Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-16T03:48:22.211Z | + case "$kern" in |
| 11 | 2026-07-16T03:48:22.211Z | + groupadd -g 12345 build |
| 12 | 2026-07-16T03:48:22.215Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-16T03:48:24.206Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-16T03:48:24.361Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-16T03:48:24.364Z | + home_fs=zfs |
| 16 | 2026-07-16T03:48:24.364Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-16T03:48:24.364Z | + mkdir -p /home/build |
| 18 | 2026-07-16T03:48:24.364Z | + chown build:build /home/build /work |
| 19 | 2026-07-16T03:48:26.366Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-16T03:48:26.369Z | process exited: duration 4179 ms, exit code 0 |
| |
| 21 | 2026-07-16T03:48:26.374Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-16T03:48:26.379Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-07-16T03:48:26.379Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-07-16T03:48:26.379Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-16T03:48:26.379Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-16T03:48:26.379Z | * rust toolchain profile = "default" |
| 27 | 2026-07-16T03:48:26.379Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-16T03:48:26.382Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-16T03:48:26.382Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-07-16T03:48:26.474Z | info: downloading installer |
| 31 | 2026-07-16T03:48:28.059Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-16T03:48:28.059Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-16T03:48:28.059Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-16T03:48:28.059Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-16T03:48:28.071Z | info: profile set to default |
| 36 | 2026-07-16T03:48:28.071Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-16T03:48:28.074Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-07-16T03:48:28.219Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-07-16T03:48:28.223Z | info: downloading 6 components |
| 40 | 2026-07-16T03:48:41.923Z | |
| 41 | 2026-07-16T03:48:41.923Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 42 | 2026-07-16T03:48:41.955Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-07-16T03:48:41.955Z | |
| 44 | 2026-07-16T03:48:41.955Z | |
| 45 | 2026-07-16T03:48:41.955Z | Rust is installed now. Great! |
| 46 | 2026-07-16T03:48:41.955Z | |
| 47 | 2026-07-16T03:48:41.955Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-16T03:48:41.955Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-16T03:48:41.955Z | |
| 50 | 2026-07-16T03:48:41.955Z | To configure your current shell, you need to source |
| 51 | 2026-07-16T03:48:41.955Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-16T03:48:41.955Z | |
| 53 | 2026-07-16T03:48:41.955Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-16T03:48:41.955Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-16T03:48:41.955Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-16T03:48:41.955Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-16T03:48:41.955Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-16T03:48:41.955Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-16T03:48:41.956Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-16T03:48:41.959Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-16T03:48:41.959Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-16T03:48:42.045Z | + rustup --version |
| 63 | 2026-07-16T03:48:42.053Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-16T03:48:42.056Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-16T03:48:42.078Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-07-16T03:48:42.081Z | + cargo --version |
| 67 | 2026-07-16T03:48:42.092Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-07-16T03:48:42.095Z | + rustc --version |
| 69 | 2026-07-16T03:48:42.115Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-07-16T03:48:42.118Z | process exited: duration 15742 ms, exit code 0 |
| |
| 71 | 2026-07-16T03:48:42.124Z | starting task 2: "authentication" |
| 72 | 2026-07-16T03:48:42.141Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-16T03:48:42.148Z | starting task 3: "clone repository" |
| 74 | 2026-07-16T03:48:42.151Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-07-16T03:48:42.155Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-07-16T03:48:42.182Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-07-16T03:48:42.844Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-07-16T03:48:42.844Z | + git fetch origin 1d8a3a43b3f99a4501598090306b07ebfbba601a |
| 79 | 2026-07-16T03:48:43.079Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-07-16T03:48:43.079Z | * branch 1d8a3a43b3f99a4501598090306b07ebfbba601a -> FETCH_HEAD |
| 81 | 2026-07-16T03:48:43.084Z | + [[ -n renovate/uuid-1.x-lockfile ]] |
| 82 | 2026-07-16T03:48:43.092Z | ++ git branch --show-current |
| 83 | 2026-07-16T03:48:43.092Z | + current=main |
| 84 | 2026-07-16T03:48:43.092Z | + [[ main != renovate/uuid-1.x-lockfile ]] |
| 85 | 2026-07-16T03:48:43.093Z | + git branch -f renovate/uuid-1.x-lockfile 1d8a3a43b3f99a4501598090306b07ebfbba601a |
| 86 | 2026-07-16T03:48:43.093Z | + git checkout -f renovate/uuid-1.x-lockfile |
| 87 | 2026-07-16T03:48:43.108Z | Switched to branch 'renovate/uuid-1.x-lockfile' |
| 88 | 2026-07-16T03:48:43.117Z | + git reset --hard 1d8a3a43b3f99a4501598090306b07ebfbba601a |
| 89 | 2026-07-16T03:48:43.125Z | HEAD is now at 1d8a3a4 Update Rust crate uuid to v1.24.0 |
| 90 | 2026-07-16T03:48:43.125Z | process exited: duration 966 ms, exit code 0 |
| |
| 91 | 2026-07-16T03:48:43.134Z | starting task 4: "build" |
| 92 | 2026-07-16T03:48:43.143Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-16T03:48:43.143Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-07-16T03:48:43.143Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-07-16T03:48:43.143Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-07-16T03:48:43.143Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-07-16T03:48:43.143Z | +++ uname -s |
| 98 | 2026-07-16T03:48:43.149Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-07-16T03:48:43.149Z | ++ SERIES=illumos |
| 100 | 2026-07-16T03:48:43.149Z | +++ uname -s |
| 101 | 2026-07-16T03:48:43.149Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-07-16T03:48:43.149Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-07-16T03:48:43.149Z | ++ rustup show active-toolchain |
| 104 | 2026-07-16T03:48:43.149Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-07-16T03:48:43.149Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-07-16T03:48:43.149Z | ++ banner 'sde setup' |
| 107 | 2026-07-16T03:48:43.155Z | |
| 108 | 2026-07-16T03:48:43.155Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-07-16T03:48:43.155Z | # # # # # # # # # # # |
| 110 | 2026-07-16T03:48:43.155Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-07-16T03:48:43.155Z | # # # # # # # # # ##### |
| 112 | 2026-07-16T03:48:43.155Z | # # # # # # # # # # # # |
| 113 | 2026-07-16T03:48:43.155Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-07-16T03:48:43.155Z | |
| 115 | 2026-07-16T03:48:43.155Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-07-16T03:48:43.155Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-07-16T03:48:43.155Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-07-16T03:48:43.155Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-07-16T03:48:43.155Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-07-16T03:48:43.159Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-07-16T03:48:43.159Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-07-16T03:48:44.187Z |
0 0 0 0 0 0 0 0 0
95 76.03M 95 72.55M 0 0 72.61M 0 00:01 00:01 72.63M
100 76.03M 100 76.03M 0 0 73.80M 0 00:01 00:01 72.63M
100 76.03M 100 76.03M 0 0 73.80M 0 00:01 00:01 72.63M
100 76.03M 100 76.03M 0 0 73.80M 0 00:01 00:01 72.63M |
| 123 | 2026-07-16T03:48:44.191Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-07-16T03:48:44.238Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-07-16T03:48:44.238Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-07-16T03:48:44.238Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-07-16T03:48:45.248Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-07-16T03:48:45.368Z | Startup: Caching catalogs ... Done |
| 129 | 2026-07-16T03:48:45.409Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-07-16T03:48:46.028Z | Planning: Solver setup ... Done |
| 131 | 2026-07-16T03:48:46.060Z | Planning: Running solver ... Done |
| 132 | 2026-07-16T03:48:46.075Z | Planning: Finding local manifests ... Done |
| 133 | 2026-07-16T03:48:46.078Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-07-16T03:48:46.082Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-07-16T03:48:46.096Z | Planning: Package planning ... Done |
| 136 | 2026-07-16T03:48:46.099Z | Planning: Merging actions ... Done |
| 137 | 2026-07-16T03:48:46.197Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-07-16T03:48:46.200Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-07-16T03:48:46.965Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-07-16T03:48:46.969Z | Planning: Planning completed in 1.55 seconds |
| 141 | 2026-07-16T03:48:46.973Z | Packages to install: 1 |
| 142 | 2026-07-16T03:48:46.973Z | Create boot environment: No |
| 143 | 2026-07-16T03:48:46.973Z | Create backup boot environment: No |
| 144 | 2026-07-16T03:48:46.998Z | |
| 145 | 2026-07-16T03:48:46.998Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-07-16T03:48:47.131Z | Download: Completed 75.30 MB in 0.13 seconds (565M/s) |
| 147 | 2026-07-16T03:48:47.319Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-07-16T03:48:48.287Z | Actions: Completed 293 actions in 0.97 seconds. |
| 149 | 2026-07-16T03:48:48.290Z | Finalize: Updating package state database ... Done |
| 150 | 2026-07-16T03:48:48.333Z | Finalize: Updating package cache ... Done |
| 151 | 2026-07-16T03:48:48.366Z | Finalize: Updating image state ... Done |
| 152 | 2026-07-16T03:48:50.850Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-07-16T03:48:50.928Z | Finalize: Reading search index ... Done |
| 154 | 2026-07-16T03:48:50.931Z | Finalize: Updating search index ... Done |
| 155 | 2026-07-16T03:48:51.200Z | Finalize: Updating package cache ... Done |
| 156 | 2026-07-16T03:48:51.315Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-07-16T03:48:51.318Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-07-16T03:48:51.318Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-07-16T03:48:51.318Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-07-16T03:48:51.318Z | ++ banner packages |
| 161 | 2026-07-16T03:48:51.318Z | |
| 162 | 2026-07-16T03:48:51.318Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-07-16T03:48:51.318Z | # # # # # # # # # # # # # # |
| 164 | 2026-07-16T03:48:51.318Z | # # # # # #### # # # ##### #### |
| 165 | 2026-07-16T03:48:51.318Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-07-16T03:48:51.318Z | # # # # # # # # # # # # # # |
| 167 | 2026-07-16T03:48:51.318Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-07-16T03:48:51.318Z | |
| 169 | 2026-07-16T03:48:51.318Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-07-16T03:48:51.583Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-07-16T03:48:51.586Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-07-16T03:48:52.079Z | Planning: Solver setup ... Done |
| 173 | 2026-07-16T03:48:52.110Z | Planning: Running solver ... Done |
| 174 | 2026-07-16T03:48:52.122Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-07-16T03:48:52.122Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-07-16T03:48:52.125Z | Planning: Planning completed in 0.54 seconds |
| 177 | 2026-07-16T03:48:52.138Z | No updates necessary for this image. |
| 178 | 2026-07-16T03:48:52.214Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-07-16T03:48:52.433Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-07-16T03:48:52.548Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-07-16T03:48:52.551Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-07-16T03:48:52.717Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-07-16T03:48:52.720Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-07-16T03:48:52.741Z | Mediators to change: 2 |
| 185 | 2026-07-16T03:48:52.741Z | Create boot environment: No |
| 186 | 2026-07-16T03:48:52.741Z | Create backup boot environment: No |
| 187 | 2026-07-16T03:48:52.786Z | Finalize: Updating package state database ... Done |
| 188 | 2026-07-16T03:48:52.786Z | Finalize: Updating package cache ... Done |
| 189 | 2026-07-16T03:48:52.803Z | Finalize: Updating image state ... Done |
| 190 | 2026-07-16T03:48:54.841Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-07-16T03:48:54.912Z | Finalize: Reading search index ... Done |
| 192 | 2026-07-16T03:48:54.915Z | Finalize: Updating search index ... Done |
| 193 | 2026-07-16T03:48:54.997Z | Finalize: Updating package cache ... Done |
| 194 | 2026-07-16T03:48:55.072Z | ++ cargo --version |
| 195 | 2026-07-16T03:48:55.081Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-07-16T03:48:55.084Z | ++ rustc --version |
| 197 | 2026-07-16T03:48:55.105Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-07-16T03:48:55.108Z | + banner copyrights |
| 199 | 2026-07-16T03:48:55.111Z | |
| 200 | 2026-07-16T03:48:55.111Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-07-16T03:48:55.111Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-07-16T03:48:55.111Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-07-16T03:48:55.111Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-07-16T03:48:55.111Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-07-16T03:48:55.111Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-07-16T03:48:55.111Z | |
| 207 | 2026-07-16T03:48:55.111Z | + ./tools/check_copyrights.sh |
| 208 | 2026-07-16T03:48:55.404Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-07-16T03:48:56.196Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-07-16T03:48:56.664Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-07-16T03:48:56.756Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-07-16T03:48:56.929Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-07-16T03:48:57.162Z | + banner clippy |
| 214 | 2026-07-16T03:48:57.166Z | |
| 215 | 2026-07-16T03:48:57.166Z | #### # # ##### ##### # # |
| 216 | 2026-07-16T03:48:57.166Z | # # # # # # # # # # |
| 217 | 2026-07-16T03:48:57.166Z | # # # # # # # # |
| 218 | 2026-07-16T03:48:57.166Z | # # # ##### ##### # |
| 219 | 2026-07-16T03:48:57.166Z | # # # # # # # |
| 220 | 2026-07-16T03:48:57.166Z | #### ###### # # # # |
| 221 | 2026-07-16T03:48:57.166Z | |
| 222 | 2026-07-16T03:48:57.166Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-07-16T03:48:57.166Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-07-16T03:48:57.315Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-07-16T03:49:07.590Z | Updating crates.io index |
| 226 | 2026-07-16T03:49:07.594Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-07-16T03:49:07.844Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-07-16T03:49:08.610Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-07-16T03:49:09.183Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-07-16T03:49:09.441Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-07-16T03:49:09.881Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 232 | 2026-07-16T03:49:10.757Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-07-16T03:49:11.204Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-07-16T03:49:11.506Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-07-16T03:49:11.803Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-07-16T03:49:12.151Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-07-16T03:49:12.396Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-07-16T03:49:12.827Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-07-16T03:49:13.122Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-07-16T03:49:13.489Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-07-16T03:49:14.262Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-07-16T03:49:14.586Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-07-16T03:49:14.939Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-07-16T03:49:15.532Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 245 | 2026-07-16T03:49:15.888Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 246 | 2026-07-16T03:49:16.143Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 247 | 2026-07-16T03:49:17.537Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-07-16T03:49:17.955Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-16T03:49:18.432Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2026-07-16T03:49:19.851Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2026-07-16T03:49:20.480Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 252 | 2026-07-16T03:49:20.718Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-07-16T03:49:20.979Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-07-16T03:49:22.995Z | Downloading crates ... |
| 255 | 2026-07-16T03:49:23.056Z | Downloaded arrayref v0.3.9 |
| 256 | 2026-07-16T03:49:23.063Z | Downloaded aead v0.5.2 |
| 257 | 2026-07-16T03:49:23.071Z | Downloaded adler2 v2.0.1 |
| 258 | 2026-07-16T03:49:23.073Z | Downloaded anyhow v1.0.102 |
| 259 | 2026-07-16T03:49:23.079Z | Downloaded aho-corasick v1.1.3 |
| 260 | 2026-07-16T03:49:23.083Z | Downloaded bytecount v0.6.9 |
| 261 | 2026-07-16T03:49:23.087Z | Downloaded cpufeatures v0.2.17 |
| 262 | 2026-07-16T03:49:23.090Z | Downloaded argon2 v0.5.3 |
| 263 | 2026-07-16T03:49:23.090Z | Downloaded cfg-if v1.0.4 |
| 264 | 2026-07-16T03:49:23.093Z | Downloaded autocfg v1.5.0 |
| 265 | 2026-07-16T03:49:23.095Z | Downloaded ciborium-io v0.2.2 |
| 266 | 2026-07-16T03:49:23.098Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 267 | 2026-07-16T03:49:23.098Z | Downloaded byteorder v1.5.0 |
| 268 | 2026-07-16T03:49:23.101Z | Downloaded atomic-waker v1.1.2 |
| 269 | 2026-07-16T03:49:23.104Z | Downloaded bit-vec v0.8.0 |
| 270 | 2026-07-16T03:49:23.104Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 271 | 2026-07-16T03:49:23.107Z | Downloaded cargo-platform v0.1.9 |
| 272 | 2026-07-16T03:49:23.110Z | Downloaded dropshot_endpoint v0.17.1 |
| 273 | 2026-07-16T03:49:23.112Z | Downloaded heck v0.5.0 |
| 274 | 2026-07-16T03:49:23.115Z | Downloaded enum-as-inner v0.6.1 |
| 275 | 2026-07-16T03:49:23.118Z | Downloaded futures-executor v0.3.32 |
| 276 | 2026-07-16T03:49:23.121Z | Downloaded dtrace-parser v0.3.0 |
| 277 | 2026-07-16T03:49:23.121Z | Downloaded cfg_aliases v0.2.1 |
| 278 | 2026-07-16T03:49:23.124Z | Downloaded futures-core v0.3.32 |
| 279 | 2026-07-16T03:49:23.126Z | Downloaded heck v0.4.1 |
| 280 | 2026-07-16T03:49:23.126Z | Downloaded fs-err v3.1.2 |
| 281 | 2026-07-16T03:49:23.129Z | Downloaded foldhash v0.2.0 |
| 282 | 2026-07-16T03:49:23.132Z | Downloaded filetime v0.2.26 |
| 283 | 2026-07-16T03:49:23.135Z | Downloaded futures-macro v0.3.32 |
| 284 | 2026-07-16T03:49:23.135Z | Downloaded futures-io v0.3.32 |
| 285 | 2026-07-16T03:49:23.138Z | Downloaded ff v0.13.1 |
| 286 | 2026-07-16T03:49:23.138Z | Downloaded fnv v1.0.7 |
| 287 | 2026-07-16T03:49:23.141Z | Downloaded git-stub v1.0.0 |
| 288 | 2026-07-16T03:49:23.143Z | Downloaded form_urlencoded v1.2.2 |
| 289 | 2026-07-16T03:49:23.144Z | Downloaded float-ord v0.3.2 |
| 290 | 2026-07-16T03:49:23.146Z | Downloaded errno v0.3.14 |
| 291 | 2026-07-16T03:49:23.149Z | Downloaded generic-array v0.14.7 |
| 292 | 2026-07-16T03:49:23.152Z | Downloaded gethostname v0.5.0 |
| 293 | 2026-07-16T03:49:23.152Z | Downloaded fixedbitset v0.4.2 |
| 294 | 2026-07-16T03:49:23.155Z | Downloaded darling_macro v0.21.3 |
| 295 | 2026-07-16T03:49:23.155Z | Downloaded foreign-types v0.3.2 |
| 296 | 2026-07-16T03:49:23.158Z | Downloaded erased-serde v0.3.31 |
| 297 | 2026-07-16T03:49:23.161Z | Downloaded equivalent v1.0.2 |
| 298 | 2026-07-16T03:49:23.163Z | Downloaded convert_case v0.4.0 |
| 299 | 2026-07-16T03:49:23.163Z | Downloaded foreign-types-shared v0.1.1 |
| 300 | 2026-07-16T03:49:23.167Z | Downloaded hash32 v0.3.1 |
| 301 | 2026-07-16T03:49:23.167Z | Downloaded git-stub-vcs v0.1.0 |
| 302 | 2026-07-16T03:49:23.170Z | Downloaded anstyle-query v1.1.4 |
| 303 | 2026-07-16T03:49:23.173Z | Downloaded async-stream v0.3.6 |
| 304 | 2026-07-16T03:49:23.173Z | Downloaded fs_extra v1.3.0 |
| 305 | 2026-07-16T03:49:23.176Z | Downloaded futures-task v0.3.32 |
| 306 | 2026-07-16T03:49:23.179Z | Downloaded constant_time_eq v0.3.1 |
| 307 | 2026-07-16T03:49:23.179Z | Downloaded colorchoice v1.0.4 |
| 308 | 2026-07-16T03:49:23.181Z | Downloaded foreign-types v0.5.0 |
| 309 | 2026-07-16T03:49:23.184Z | Downloaded bit-set v0.8.0 |
| 310 | 2026-07-16T03:49:23.184Z | Downloaded hex v0.4.3 |
| 311 | 2026-07-16T03:49:23.187Z | Downloaded futures-sink v0.3.32 |
| 312 | 2026-07-16T03:49:23.187Z | Downloaded foreign-types-macros v0.2.3 |
| 313 | 2026-07-16T03:49:23.190Z | Downloaded embedded-io v0.4.0 |
| 314 | 2026-07-16T03:49:23.193Z | Downloaded dof v0.3.0 |
| 315 | 2026-07-16T03:49:23.193Z | Downloaded base16ct v0.2.0 |
| 316 | 2026-07-16T03:49:23.195Z | Downloaded hubpack_derive v0.1.1 |
| 317 | 2026-07-16T03:49:23.198Z | Downloaded compression-core v0.4.32 |
| 318 | 2026-07-16T03:49:23.198Z | Downloaded block-buffer v0.12.0 |
| 319 | 2026-07-16T03:49:23.201Z | Downloaded http-body v1.0.1 |
| 320 | 2026-07-16T03:49:23.201Z | Downloaded atomicwrites v0.4.4 |
| 321 | 2026-07-16T03:49:23.204Z | Downloaded hubpack v0.1.2 |
| 322 | 2026-07-16T03:49:23.207Z | Downloaded httpdate v1.0.3 |
| 323 | 2026-07-16T03:49:23.207Z | Downloaded cstr-argument v0.1.2 |
| 324 | 2026-07-16T03:49:23.210Z | Downloaded globset v0.4.16 |
| 325 | 2026-07-16T03:49:23.210Z | Downloaded find-msvc-tools v0.1.9 |
| 326 | 2026-07-16T03:49:23.212Z | Downloaded hyper-tls v0.6.0 |
| 327 | 2026-07-16T03:49:23.215Z | Downloaded fixedbitset v0.5.7 |
| 328 | 2026-07-16T03:49:23.218Z | Downloaded debug-ignore v1.0.5 |
| 329 | 2026-07-16T03:49:23.218Z | Downloaded async-stream-impl v0.3.6 |
| 330 | 2026-07-16T03:49:23.221Z | Downloaded hostname v0.4.2 |
| 331 | 2026-07-16T03:49:23.221Z | Downloaded defmt v0.3.100 |
| 332 | 2026-07-16T03:49:23.224Z | Downloaded async-recursion v1.1.1 |
| 333 | 2026-07-16T03:49:23.227Z | Downloaded defmt-parser v1.0.0 |
| 334 | 2026-07-16T03:49:23.232Z | Downloaded idna_adapter v1.2.1 |
| 335 | 2026-07-16T03:49:23.232Z | Downloaded ident_case v1.0.1 |
| 336 | 2026-07-16T03:49:23.232Z | Downloaded chacha20 v0.9.1 |
| 337 | 2026-07-16T03:49:23.235Z | Downloaded cipher v0.4.4 |
| 338 | 2026-07-16T03:49:23.235Z | Downloaded is-terminal v0.4.16 |
| 339 | 2026-07-16T03:49:23.238Z | Downloaded hostname v0.3.1 |
| 340 | 2026-07-16T03:49:23.238Z | Downloaded indent_write v2.2.0 |
| 341 | 2026-07-16T03:49:23.241Z | Downloaded crypto-common v0.2.2 |
| 342 | 2026-07-16T03:49:23.241Z | Downloaded itoa v1.0.15 |
| 343 | 2026-07-16T03:49:23.244Z | Downloaded anstyle v1.0.14 |
| 344 | 2026-07-16T03:49:23.247Z | Downloaded cmake v0.1.54 |
| 345 | 2026-07-16T03:49:23.247Z | Downloaded arrayvec v0.7.6 |
| 346 | 2026-07-16T03:49:23.250Z | Downloaded lazy_static v1.5.0 |
| 347 | 2026-07-16T03:49:23.253Z | Downloaded futures-channel v0.3.32 |
| 348 | 2026-07-16T03:49:23.253Z | Downloaded foldhash v0.1.5 |
| 349 | 2026-07-16T03:49:23.255Z | Downloaded crossbeam-epoch v0.9.18 |
| 350 | 2026-07-16T03:49:23.258Z | Downloaded kstat-rs v0.2.4 |
| 351 | 2026-07-16T03:49:23.261Z | Downloaded keccak v0.1.6 |
| 352 | 2026-07-16T03:49:23.261Z | Downloaded dof v0.4.0 |
| 353 | 2026-07-16T03:49:23.265Z | Downloaded is_terminal_polyfill v1.70.1 |
| 354 | 2026-07-16T03:49:23.265Z | Downloaded match_cfg v0.1.0 |
| 355 | 2026-07-16T03:49:23.268Z | Downloaded highway v1.3.0 |
| 356 | 2026-07-16T03:49:23.268Z | Downloaded libscf-sys v1.2.0 |
| 357 | 2026-07-16T03:49:23.270Z | Downloaded crossbeam-channel v0.5.15 |
| 358 | 2026-07-16T03:49:23.273Z | Downloaded lru-cache v0.1.2 |
| 359 | 2026-07-16T03:49:23.273Z | Downloaded managed v0.8.0 |
| 360 | 2026-07-16T03:49:23.276Z | Downloaded const_format_proc_macros v0.2.34 |
| 361 | 2026-07-16T03:49:23.279Z | Downloaded glob v0.3.3 |
| 362 | 2026-07-16T03:49:23.281Z | Downloaded humantime v2.3.0 |
| 363 | 2026-07-16T03:49:23.281Z | Downloaded csv-core v0.1.12 |
| 364 | 2026-07-16T03:49:23.284Z | Downloaded daft v0.1.5 |
| 365 | 2026-07-16T03:49:23.284Z | Downloaded mime v0.3.17 |
| 366 | 2026-07-16T03:49:23.288Z | Downloaded getrandom v0.4.2 |
| 367 | 2026-07-16T03:49:23.291Z | Downloaded macaddr v1.0.1 |
| 368 | 2026-07-16T03:49:23.291Z | Downloaded memoffset v0.9.1 |
| 369 | 2026-07-16T03:49:23.294Z | Downloaded newtype_derive v0.1.6 |
| 370 | 2026-07-16T03:49:23.294Z | Downloaded num v0.4.3 |
| 371 | 2026-07-16T03:49:23.297Z | Downloaded deranged v0.5.3 |
| 372 | 2026-07-16T03:49:23.299Z | Downloaded newline-converter v0.3.0 |
| 373 | 2026-07-16T03:49:23.299Z | Downloaded clap_derive v4.6.1 |
| 374 | 2026-07-16T03:49:23.301Z | Downloaded digest v0.11.3 |
| 375 | 2026-07-16T03:49:23.304Z | Downloaded defmt-macros v1.0.1 |
| 376 | 2026-07-16T03:49:23.306Z | Downloaded crc32fast v1.5.0 |
| 377 | 2026-07-16T03:49:23.310Z | Downloaded jobserver v0.1.34 |
| 378 | 2026-07-16T03:49:23.313Z | Downloaded ipnetwork v0.21.1 |
| 379 | 2026-07-16T03:49:23.313Z | Downloaded ingot-types v0.1.2 |
| 380 | 2026-07-16T03:49:23.316Z | Downloaded num-iter v0.1.45 |
| 381 | 2026-07-16T03:49:23.316Z | Downloaded olpc-cjson v0.1.4 |
| 382 | 2026-07-16T03:49:23.319Z | Downloaded num_enum_derive v0.5.11 |
| 383 | 2026-07-16T03:49:23.319Z | Downloaded num-conv v0.2.1 |
| 384 | 2026-07-16T03:49:23.323Z | Downloaded opaque-debug v0.3.1 |
| 385 | 2026-07-16T03:49:23.323Z | Downloaded lock_api v0.4.14 |
| 386 | 2026-07-16T03:49:23.327Z | Downloaded futures v0.3.32 |
| 387 | 2026-07-16T03:49:23.329Z | Downloaded openssl-macros v0.1.1 |
| 388 | 2026-07-16T03:49:23.329Z | Downloaded getrandom v0.2.16 |
| 389 | 2026-07-16T03:49:23.332Z | Downloaded displaydoc v0.2.5 |
| 390 | 2026-07-16T03:49:23.335Z | Downloaded crossbeam-utils v0.8.21 |
| 391 | 2026-07-16T03:49:23.338Z | Downloaded daft-derive v0.1.5 |
| 392 | 2026-07-16T03:49:23.341Z | Downloaded openssl-probe v0.1.6 |
| 393 | 2026-07-16T03:49:23.344Z | Downloaded libsw-core v0.3.2 |
| 394 | 2026-07-16T03:49:23.347Z | Downloaded iana-time-zone v0.1.64 |
| 395 | 2026-07-16T03:49:23.347Z | Downloaded newtype-uuid v1.3.2 |
| 396 | 2026-07-16T03:49:23.350Z | Downloaded half v2.7.1 |
| 397 | 2026-07-16T03:49:23.353Z | Downloaded memmap v0.7.0 |
| 398 | 2026-07-16T03:49:23.353Z | Downloaded group v0.13.0 |
| 399 | 2026-07-16T03:49:23.356Z | Downloaded multer v3.1.0 |
| 400 | 2026-07-16T03:49:23.359Z | Downloaded newtype-uuid-macros v0.1.0 |
| 401 | 2026-07-16T03:49:23.359Z | Downloaded phf_shared v0.12.1 |
| 402 | 2026-07-16T03:49:23.362Z | Downloaded hybrid-array v0.4.12 |
| 403 | 2026-07-16T03:49:23.365Z | Downloaded parse-display v0.10.0 |
| 404 | 2026-07-16T03:49:23.365Z | Downloaded native-tls v0.2.14 |
| 405 | 2026-07-16T03:49:23.368Z | Downloaded proc-macro-crate v1.3.1 |
| 406 | 2026-07-16T03:49:23.368Z | Downloaded potential_utf v0.1.3 |
| 407 | 2026-07-16T03:49:23.371Z | Downloaded defmt v1.0.1 |
| 408 | 2026-07-16T03:49:23.373Z | Downloaded num-derive v0.4.2 |
| 409 | 2026-07-16T03:49:23.376Z | Downloaded percent-encoding v2.3.2 |
| 410 | 2026-07-16T03:49:23.376Z | Downloaded num-rational v0.4.2 |
| 411 | 2026-07-16T03:49:23.379Z | Downloaded allocator-api2 v0.2.21 |
| 412 | 2026-07-16T03:49:23.382Z | Downloaded hyper-rustls v0.27.7 |
| 413 | 2026-07-16T03:49:23.385Z | Downloaded num_enum_derive v0.7.5 |
| 414 | 2026-07-16T03:49:23.385Z | Downloaded powerfmt v0.2.0 |
| 415 | 2026-07-16T03:49:23.388Z | Downloaded pretty-hex v0.4.1 |
| 416 | 2026-07-16T03:49:23.388Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 417 | 2026-07-16T03:49:23.390Z | Downloaded proc-macro-error-attr v1.0.4 |
| 418 | 2026-07-16T03:49:23.393Z | Downloaded progenitor-macro v0.10.0 |
| 419 | 2026-07-16T03:49:23.394Z | Downloaded progenitor-client v0.14.0 |
| 420 | 2026-07-16T03:49:23.397Z | Downloaded oxide-tokio-rt v0.1.2 |
| 421 | 2026-07-16T03:49:23.397Z | Downloaded owo-colors v4.3.0 |
| 422 | 2026-07-16T03:49:23.399Z | Downloaded progenitor-client v0.10.0 |
| 423 | 2026-07-16T03:49:23.399Z | Downloaded num_enum v0.7.5 |
| 424 | 2026-07-16T03:49:23.403Z | Downloaded icu_normalizer v2.0.0 |
| 425 | 2026-07-16T03:49:23.406Z | Downloaded icu_properties v2.0.1 |
| 426 | 2026-07-16T03:49:23.409Z | Downloaded httparse v1.10.1 |
| 427 | 2026-07-16T03:49:23.411Z | Downloaded hmac v0.12.1 |
| 428 | 2026-07-16T03:49:23.414Z | Downloaded flate2 v1.1.2 |
| 429 | 2026-07-16T03:49:23.417Z | Downloaded pest_generator v2.8.2 |
| 430 | 2026-07-16T03:49:23.420Z | Downloaded progenitor-macro v0.11.1 |
| 431 | 2026-07-16T03:49:23.420Z | Downloaded pem v3.0.5 |
| 432 | 2026-07-16T03:49:23.422Z | Downloaded password-hash v0.5.0 |
| 433 | 2026-07-16T03:49:23.422Z | Downloaded quick-error v1.2.3 |
| 434 | 2026-07-16T03:49:23.425Z | Downloaded ref-cast v1.0.25 |
| 435 | 2026-07-16T03:49:23.428Z | Downloaded rand_xorshift v0.4.0 |
| 436 | 2026-07-16T03:49:23.428Z | Downloaded parse-display-derive v0.10.0 |
| 437 | 2026-07-16T03:49:23.433Z | Downloaded paste v1.0.15 |
| 438 | 2026-07-16T03:49:23.436Z | Downloaded darling_core v0.21.3 |
| 439 | 2026-07-16T03:49:23.436Z | Downloaded poly1305 v0.8.0 |
| 440 | 2026-07-16T03:49:23.438Z | Downloaded chacha20poly1305 v0.10.1 |
| 441 | 2026-07-16T03:49:23.441Z | Downloaded rand_chacha v0.3.1 |
| 442 | 2026-07-16T03:49:23.441Z | Downloaded memmap2 v0.9.8 |
| 443 | 2026-07-16T03:49:23.444Z | Downloaded rustc_version v0.1.7 |
| 444 | 2026-07-16T03:49:23.444Z | Downloaded rustc-hash v2.1.1 |
| 445 | 2026-07-16T03:49:23.447Z | Downloaded rustc_version v0.4.1 |
| 446 | 2026-07-16T03:49:23.449Z | Downloaded plain v0.2.3 |
| 447 | 2026-07-16T03:49:23.450Z | Downloaded progenitor-macro v0.14.0 |
| 448 | 2026-07-16T03:49:23.452Z | Downloaded pkg-config v0.3.32 |
| 449 | 2026-07-16T03:49:23.452Z | Downloaded pin-project-internal v1.1.10 |
| 450 | 2026-07-16T03:49:23.455Z | Downloaded ppv-lite86 v0.2.21 |
| 451 | 2026-07-16T03:49:23.458Z | Downloaded pin-project-lite v0.2.16 |
| 452 | 2026-07-16T03:49:23.461Z | Downloaded progenitor v0.11.1 |
| 453 | 2026-07-16T03:49:23.463Z | Downloaded progenitor-client v0.11.1 |
| 454 | 2026-07-16T03:49:23.463Z | Downloaded same-file v1.0.6 |
| 455 | 2026-07-16T03:49:23.466Z | Downloaded proc-macro-error2 v2.0.1 |
| 456 | 2026-07-16T03:49:23.469Z | Downloaded scroll_derive v0.13.1 |
| 457 | 2026-07-16T03:49:23.469Z | Downloaded log v0.4.29 |
| 458 | 2026-07-16T03:49:23.472Z | Downloaded drift v0.2.0 |
| 459 | 2026-07-16T03:49:23.477Z | Downloaded quote v1.0.45 |
| 460 | 2026-07-16T03:49:23.480Z | Downloaded derive_more v0.99.20 |
| 461 | 2026-07-16T03:49:23.484Z | Downloaded semver v0.1.20 |
| 462 | 2026-07-16T03:49:23.486Z | Downloaded scroll_derive v0.12.1 |
| 463 | 2026-07-16T03:49:23.486Z | Downloaded icu_locale_core v2.0.0 |
| 464 | 2026-07-16T03:49:23.490Z | Downloaded parking_lot_core v0.9.12 |
| 465 | 2026-07-16T03:49:23.493Z | Downloaded parking_lot v0.12.5 |
| 466 | 2026-07-16T03:49:23.496Z | Downloaded progenitor v0.10.0 |
| 467 | 2026-07-16T03:49:23.496Z | Downloaded sha1 v0.11.0 |
| 468 | 2026-07-16T03:49:23.499Z | Downloaded sha1 v0.10.6 |
| 469 | 2026-07-16T03:49:23.499Z | Downloaded serde_spanned v1.1.1 |
| 470 | 2026-07-16T03:49:23.508Z | Downloaded serde-big-array v0.5.1 |
| 471 | 2026-07-16T03:49:23.508Z | Downloaded rand_chacha v0.9.0 |
| 472 | 2026-07-16T03:49:23.508Z | Downloaded rand_core v0.9.3 |
| 473 | 2026-07-16T03:49:23.508Z | Downloaded icu_normalizer_data v2.0.0 |
| 474 | 2026-07-16T03:49:23.515Z | Downloaded pest_meta v2.8.2 |
| 475 | 2026-07-16T03:49:23.515Z | Downloaded postcard v1.1.3 |
| 476 | 2026-07-16T03:49:23.518Z | Downloaded resolv-conf v0.7.5 |
| 477 | 2026-07-16T03:49:23.518Z | Downloaded async-compression v0.4.33 |
| 478 | 2026-07-16T03:49:23.518Z | Downloaded rustls-pemfile v2.2.0 |
| 479 | 2026-07-16T03:49:23.521Z | Downloaded rand_core v0.6.4 |
| 480 | 2026-07-16T03:49:23.524Z | Downloaded hashbrown v0.12.3 |
| 481 | 2026-07-16T03:49:23.527Z | Downloaded sigpipe v0.1.3 |
| 482 | 2026-07-16T03:49:23.527Z | Downloaded signal-hook-tokio v0.4.0 |
| 483 | 2026-07-16T03:49:23.529Z | Downloaded omicron-zone-package v0.12.2 |
| 484 | 2026-07-16T03:49:23.530Z | Downloaded serde_spanned v0.6.9 |
| 485 | 2026-07-16T03:49:23.533Z | Downloaded serde_repr v0.1.20 |
| 486 | 2026-07-16T03:49:23.533Z | Downloaded serde_plain v1.0.2 |
| 487 | 2026-07-16T03:49:23.536Z | Downloaded search_path v0.1.4 |
| 488 | 2026-07-16T03:49:23.539Z | Downloaded rusty-fork v0.3.0 |
| 489 | 2026-07-16T03:49:23.539Z | Downloaded num-traits v0.2.19 |
| 490 | 2026-07-16T03:49:23.542Z | Downloaded once_cell v1.21.3 |
| 491 | 2026-07-16T03:49:23.542Z | Downloaded smawk v0.3.2 |
| 492 | 2026-07-16T03:49:23.545Z | Downloaded slog-bunyan v2.5.0 |
| 493 | 2026-07-16T03:49:23.545Z | Downloaded siphasher v1.0.1 |
| 494 | 2026-07-16T03:49:23.548Z | Downloaded const_format v0.2.34 |
| 495 | 2026-07-16T03:49:23.551Z | Downloaded schemars_derive v0.8.22 |
| 496 | 2026-07-16T03:49:23.551Z | Downloaded jiff-static v0.2.15 |
| 497 | 2026-07-16T03:49:23.555Z | Downloaded scroll v0.13.0 |
| 498 | 2026-07-16T03:49:23.555Z | Downloaded quinn-udp v0.5.14 |
| 499 | 2026-07-16T03:49:23.558Z | Downloaded curl v0.4.50 |
| 500 | 2026-07-16T03:49:23.561Z | Downloaded bytes v1.12.0 |
| 501 | 2026-07-16T03:49:23.564Z | Downloaded stable_deref_trait v1.2.0 |
| 502 | 2026-07-16T03:49:23.564Z | Downloaded hickory-resolver v0.24.4 |
| 503 | 2026-07-16T03:49:23.566Z | Downloaded crypto-bigint v0.5.5 |
| 504 | 2026-07-16T03:49:23.570Z | Downloaded secrecy v0.10.3 |
| 505 | 2026-07-16T03:49:23.573Z | Downloaded serde_path_to_error v0.1.20 |
| 506 | 2026-07-16T03:49:23.573Z | Downloaded strum v0.27.2 |
| 507 | 2026-07-16T03:49:23.576Z | Downloaded structmeta v0.3.0 |
| 508 | 2026-07-16T03:49:23.576Z | Downloaded strum v0.28.0 |
| 509 | 2026-07-16T03:49:23.578Z | Downloaded tabled_derive v0.7.0 |
| 510 | 2026-07-16T03:49:23.578Z | Downloaded sync_wrapper v1.0.2 |
| 511 | 2026-07-16T03:49:23.581Z | Downloaded swrite v0.1.0 |
| 512 | 2026-07-16T03:49:23.581Z | Downloaded structmeta-derive v0.3.0 |
| 513 | 2026-07-16T03:49:23.581Z | Downloaded supports-color v3.0.2 |
| 514 | 2026-07-16T03:49:23.584Z | Downloaded pest_derive v2.8.2 |
| 515 | 2026-07-16T03:49:23.587Z | Downloaded papergrid v0.17.0 |
| 516 | 2026-07-16T03:49:23.590Z | Downloaded subtle v2.6.1 |
| 517 | 2026-07-16T03:49:23.590Z | Downloaded serde_urlencoded v0.7.1 |
| 518 | 2026-07-16T03:49:23.593Z | Downloaded pin-project v1.1.10 |
| 519 | 2026-07-16T03:49:23.598Z | Downloaded termtree v0.5.1 |
| 520 | 2026-07-16T03:49:23.601Z | Downloaded terminal_size v0.4.3 |
| 521 | 2026-07-16T03:49:23.601Z | Downloaded tagptr v0.2.0 |
| 522 | 2026-07-16T03:49:23.604Z | Downloaded tabled_derive v0.11.0 |
| 523 | 2026-07-16T03:49:23.604Z | Downloaded testing_table v0.3.0 |
| 524 | 2026-07-16T03:49:23.607Z | Downloaded take_mut v0.2.2 |
| 525 | 2026-07-16T03:49:23.607Z | Downloaded tabwriter v1.4.1 |
| 526 | 2026-07-16T03:49:23.607Z | Downloaded signal-hook-registry v1.4.6 |
| 527 | 2026-07-16T03:49:23.610Z | Downloaded shlex v2.0.1 |
| 528 | 2026-07-16T03:49:23.610Z | Downloaded rustversion v1.0.22 |
| 529 | 2026-07-16T03:49:23.613Z | Downloaded proc-macro2 v1.0.106 |
| 530 | 2026-07-16T03:49:23.615Z | Downloaded slog-term v2.9.2 |
| 531 | 2026-07-16T03:49:23.615Z | Downloaded slog-dtrace v0.3.0 |
| 532 | 2026-07-16T03:49:23.618Z | Downloaded slab v0.4.11 |
| 533 | 2026-07-16T03:49:23.618Z | Downloaded slog-json v2.6.1 |
| 534 | 2026-07-16T03:49:23.621Z | Downloaded thread-id v4.2.2 |
| 535 | 2026-07-16T03:49:23.621Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 536 | 2026-07-16T03:49:23.624Z | Downloaded strsim v0.11.1 |
| 537 | 2026-07-16T03:49:23.624Z | Downloaded snafu-derive v0.8.9 |
| 538 | 2026-07-16T03:49:23.627Z | Downloaded tinyvec_macros v0.1.1 |
| 539 | 2026-07-16T03:49:23.627Z | Downloaded thread-id v5.0.0 |
| 540 | 2026-07-16T03:49:23.630Z | Downloaded progenitor-impl v0.10.0 |
| 541 | 2026-07-16T03:49:23.630Z | Downloaded expectorate v1.2.0 |
| 542 | 2026-07-16T03:49:23.633Z | Downloaded static_assertions v1.1.0 |
| 543 | 2026-07-16T03:49:23.633Z | Downloaded time-core v0.1.8 |
| 544 | 2026-07-16T03:49:23.633Z | Downloaded semver v1.0.28 |
| 545 | 2026-07-16T03:49:23.636Z | Downloaded cc v1.2.64 |
| 546 | 2026-07-16T03:49:23.640Z | Downloaded tokio-macros v2.7.0 |
| 547 | 2026-07-16T03:49:23.640Z | Downloaded hyper-util v0.1.20 |
| 548 | 2026-07-16T03:49:23.643Z | Downloaded miniz_oxide v0.8.9 |
| 549 | 2026-07-16T03:49:23.643Z | Downloaded scroll v0.12.0 |
| 550 | 2026-07-16T03:49:23.646Z | Downloaded progenitor-impl v0.11.1 |
| 551 | 2026-07-16T03:49:23.646Z | Downloaded smf v0.2.3 |
| 552 | 2026-07-16T03:49:23.648Z | Downloaded serde_derive_internals v0.29.1 |
| 553 | 2026-07-16T03:49:23.648Z | Downloaded shlex v1.3.0 |
| 554 | 2026-07-16T03:49:23.651Z | Downloaded slog-async v2.8.0 |
| 555 | 2026-07-16T03:49:23.651Z | Downloaded serde_tokenstream v0.2.3 |
| 556 | 2026-07-16T03:49:23.651Z | Downloaded strum v0.26.3 |
| 557 | 2026-07-16T03:49:23.654Z | Downloaded papergrid v0.11.0 |
| 558 | 2026-07-16T03:49:23.657Z | Downloaded minimal-lexical v0.2.1 |
| 559 | 2026-07-16T03:49:23.659Z | Downloaded strum_macros v0.28.0 |
| 560 | 2026-07-16T03:49:23.659Z | Downloaded strum_macros v0.26.4 |
| 561 | 2026-07-16T03:49:23.663Z | Downloaded openssl-sys v0.9.117 |
| 562 | 2026-07-16T03:49:23.666Z | Downloaded icu_collections v2.0.0 |
| 563 | 2026-07-16T03:49:23.669Z | Downloaded base64 v0.22.1 |
| 564 | 2026-07-16T03:49:23.669Z | Downloaded heapless v0.8.0 |
| 565 | 2026-07-16T03:49:23.672Z | Downloaded serde_with_macros v3.14.1 |
| 566 | 2026-07-16T03:49:23.675Z | Downloaded synstructure v0.13.2 |
| 567 | 2026-07-16T03:49:23.675Z | Downloaded sha2 v0.10.9 |
| 568 | 2026-07-16T03:49:23.677Z | Downloaded rustls-pki-types v1.12.0 |
| 569 | 2026-07-16T03:49:23.681Z | Downloaded toml_write v0.1.2 |
| 570 | 2026-07-16T03:49:23.681Z | Downloaded scopeguard v1.2.0 |
| 571 | 2026-07-16T03:49:23.681Z | Downloaded progenitor v0.14.0 |
| 572 | 2026-07-16T03:49:23.684Z | Downloaded proc-macro-error v1.0.4 |
| 573 | 2026-07-16T03:49:23.684Z | Downloaded topological-sort v0.2.2 |
| 574 | 2026-07-16T03:49:23.687Z | Downloaded thiserror-impl v2.0.18 |
| 575 | 2026-07-16T03:49:23.687Z | Downloaded hickory-resolver v0.25.2 |
| 576 | 2026-07-16T03:49:23.690Z | Downloaded thiserror-impl v1.0.69 |
| 577 | 2026-07-16T03:49:23.690Z | Downloaded thiserror v2.0.18 |
| 578 | 2026-07-16T03:49:23.693Z | Downloaded try-lock v0.2.5 |
| 579 | 2026-07-16T03:49:23.693Z | Downloaded tower-service v0.3.3 |
| 580 | 2026-07-16T03:49:23.696Z | Downloaded tower-layer v0.3.3 |
| 581 | 2026-07-16T03:49:23.696Z | Downloaded signal-hook v0.4.4 |
| 582 | 2026-07-16T03:49:23.696Z | Downloaded ryu v1.0.20 |
| 583 | 2026-07-16T03:49:23.700Z | Downloaded thread_local v1.1.9 |
| 584 | 2026-07-16T03:49:23.700Z | Downloaded smallvec v1.15.1 |
| 585 | 2026-07-16T03:49:23.703Z | Downloaded progenitor-impl v0.14.0 |
| 586 | 2026-07-16T03:49:23.703Z | Downloaded prettyplease v0.2.37 |
| 587 | 2026-07-16T03:49:23.706Z | Downloaded thiserror v1.0.69 |
| 588 | 2026-07-16T03:49:23.709Z | Downloaded typify-macro v0.6.2 |
| 589 | 2026-07-16T03:49:23.709Z | Downloaded unarray v0.1.4 |
| 590 | 2026-07-16T03:49:23.709Z | Downloaded typify-macro v0.4.3 |
| 591 | 2026-07-16T03:49:23.713Z | Downloaded thiserror-no-std v2.0.2 |
| 592 | 2026-07-16T03:49:23.713Z | Downloaded strum_macros v0.27.2 |
| 593 | 2026-07-16T03:49:23.716Z | Downloaded tokio-dtrace v0.1.1 |
| 594 | 2026-07-16T03:49:23.716Z | Downloaded serde_yaml v0.9.34+deprecated |
| 595 | 2026-07-16T03:49:23.719Z | Downloaded serde_core v1.0.228 |
| 596 | 2026-07-16T03:49:23.719Z | Downloaded tokio-native-tls v0.3.1 |
| 597 | 2026-07-16T03:49:23.722Z | Downloaded untrusted v0.9.0 |
| 598 | 2026-07-16T03:49:23.722Z | Downloaded utf8_iter v1.0.4 |
| 599 | 2026-07-16T03:49:23.722Z | Downloaded unicode-linebreak v0.1.5 |
| 600 | 2026-07-16T03:49:23.725Z | Downloaded h2 v0.4.14 |
| 601 | 2026-07-16T03:49:23.727Z | Downloaded universal-hash v0.5.1 |
| 602 | 2026-07-16T03:49:23.727Z | Downloaded unicode-xid v0.2.6 |
| 603 | 2026-07-16T03:49:23.730Z | Downloaded tokio-rustls v0.25.0 |
| 604 | 2026-07-16T03:49:23.730Z | Downloaded untrusted v0.7.1 |
| 605 | 2026-07-16T03:49:23.730Z | Downloaded rayon-core v1.13.0 |
| 606 | 2026-07-16T03:49:23.733Z | Downloaded spin v0.9.8 |
| 607 | 2026-07-16T03:49:23.737Z | Downloaded memchr v2.7.5 |
| 608 | 2026-07-16T03:49:23.740Z | Downloaded hashbrown v0.16.1 |
| 609 | 2026-07-16T03:49:23.740Z | Downloaded utf8parse v0.2.2 |
| 610 | 2026-07-16T03:49:23.740Z | Downloaded usdt-macro v0.6.0 |
| 611 | 2026-07-16T03:49:23.743Z | Downloaded usdt-macro v0.5.0 |
| 612 | 2026-07-16T03:49:23.743Z | Downloaded usdt-attr-macro v0.5.0 |
| 613 | 2026-07-16T03:49:23.743Z | Downloaded usdt v0.6.0 |
| 614 | 2026-07-16T03:49:23.743Z | Downloaded tempfile v3.27.0 |
| 615 | 2026-07-16T03:49:23.749Z | Downloaded indexmap v1.9.3 |
| 616 | 2026-07-16T03:49:23.752Z | Downloaded waitgroup v0.1.2 |
| 617 | 2026-07-16T03:49:23.752Z | Downloaded wait-timeout v0.2.1 |
| 618 | 2026-07-16T03:49:23.752Z | Downloaded phf v0.12.1 |
| 619 | 2026-07-16T03:49:23.752Z | Downloaded derive-where v1.6.0 |
| 620 | 2026-07-16T03:49:23.752Z | Downloaded icu_provider v2.0.0 |
| 621 | 2026-07-16T03:49:23.756Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 622 | 2026-07-16T03:49:23.756Z | Downloaded ref-cast-impl v1.0.25 |
| 623 | 2026-07-16T03:49:23.756Z | Downloaded oxnet v0.1.6 |
| 624 | 2026-07-16T03:49:23.759Z | Downloaded http v1.4.2 |
| 625 | 2026-07-16T03:49:23.759Z | Downloaded want v0.3.1 |
| 626 | 2026-07-16T03:49:23.759Z | Downloaded version_check v0.9.5 |
| 627 | 2026-07-16T03:49:23.762Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 628 | 2026-07-16T03:49:23.762Z | Downloaded usdt-attr-macro v0.6.0 |
| 629 | 2026-07-16T03:49:23.762Z | Downloaded darling v0.21.3 |
| 630 | 2026-07-16T03:49:23.765Z | Downloaded litemap v0.8.0 |
| 631 | 2026-07-16T03:49:23.768Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 632 | 2026-07-16T03:49:23.768Z | Downloaded term v1.2.0 |
| 633 | 2026-07-16T03:49:23.771Z | Downloaded schemars v0.9.0 |
| 634 | 2026-07-16T03:49:23.775Z | Downloaded slog v2.8.2 |
| 635 | 2026-07-16T03:49:23.778Z | Downloaded tinystr v0.8.1 |
| 636 | 2026-07-16T03:49:23.781Z | Downloaded yoke-derive v0.8.0 |
| 637 | 2026-07-16T03:49:23.781Z | Downloaded similar v2.7.0 |
| 638 | 2026-07-16T03:49:23.784Z | Downloaded time-macros v0.2.27 |
| 639 | 2026-07-16T03:49:23.784Z | Downloaded scuffle v0.1.0 |
| 640 | 2026-07-16T03:49:23.788Z | Downloaded dropshot-api-manager v0.7.2 |
| 641 | 2026-07-16T03:49:23.791Z | Downloaded quinn v0.11.9 |
| 642 | 2026-07-16T03:49:23.791Z | Downloaded tokio-stream v0.1.17 |
| 643 | 2026-07-16T03:49:23.794Z | Downloaded rand v0.8.5 |
| 644 | 2026-07-16T03:49:23.797Z | Downloaded num-complex v0.4.6 |
| 645 | 2026-07-16T03:49:23.797Z | Downloaded num_enum v0.5.11 |
| 646 | 2026-07-16T03:49:23.800Z | Downloaded usdt v0.5.0 |
| 647 | 2026-07-16T03:49:23.800Z | Downloaded zerofrom-derive v0.1.6 |
| 648 | 2026-07-16T03:49:23.803Z | Downloaded socket2 v0.6.4 |
| 649 | 2026-07-16T03:49:23.803Z | Downloaded zerofrom v0.1.6 |
| 650 | 2026-07-16T03:49:23.803Z | Downloaded num-integer v0.1.46 |
| 651 | 2026-07-16T03:49:23.805Z | Downloaded ingot-macros v0.1.1 |
| 652 | 2026-07-16T03:49:23.805Z | Downloaded zone_cfg_derive v0.3.1 |
| 653 | 2026-07-16T03:49:23.805Z | Downloaded toml v0.8.23 |
| 654 | 2026-07-16T03:49:23.809Z | Downloaded mio v1.2.1 |
| 655 | 2026-07-16T03:49:23.811Z | Downloaded clap_builder v4.6.0 |
| 656 | 2026-07-16T03:49:23.814Z | Downloaded zone v0.3.1 |
| 657 | 2026-07-16T03:49:23.814Z | Downloaded toml_datetime v0.6.11 |
| 658 | 2026-07-16T03:49:23.814Z | Downloaded serde_derive v1.0.228 |
| 659 | 2026-07-16T03:49:23.817Z | Downloaded tokio-rustls v0.26.4 |
| 660 | 2026-07-16T03:49:23.817Z | Downloaded ingot v0.1.1 |
| 661 | 2026-07-16T03:49:23.820Z | Downloaded usdt-impl v0.5.0 |
| 662 | 2026-07-16T03:49:23.820Z | Downloaded omicron-workspace-hack v0.1.0 |
| 663 | 2026-07-16T03:49:23.820Z | Downloaded num_threads v0.1.7 |
| 664 | 2026-07-16T03:49:23.823Z | Downloaded linked-hash-map v0.5.6 |
| 665 | 2026-07-16T03:49:23.823Z | Downloaded test-strategy v0.4.3 |
| 666 | 2026-07-16T03:49:23.826Z | Downloaded walkdir v2.5.0 |
| 667 | 2026-07-16T03:49:23.826Z | Downloaded vsss-rs v3.3.4 |
| 668 | 2026-07-16T03:49:23.826Z | Downloaded whoami v1.6.1 |
| 669 | 2026-07-16T03:49:23.829Z | Downloaded usdt-impl v0.6.0 |
| 670 | 2026-07-16T03:49:23.829Z | Downloaded xattr v1.6.1 |
| 671 | 2026-07-16T03:49:23.832Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 672 | 2026-07-16T03:49:23.832Z | Downloaded nom v7.1.3 |
| 673 | 2026-07-16T03:49:23.835Z | Downloaded schemars v1.2.0 |
| 674 | 2026-07-16T03:49:23.841Z | Downloaded writeable v0.6.1 |
| 675 | 2026-07-16T03:49:23.844Z | Downloaded tracing-attributes v0.1.30 |
| 676 | 2026-07-16T03:49:23.844Z | Downloaded hashbrown v0.15.5 |
| 677 | 2026-07-16T03:49:23.848Z | Downloaded schemars v0.8.22 |
| 678 | 2026-07-16T03:49:23.852Z | Downloaded yoke v0.8.0 |
| 679 | 2026-07-16T03:49:23.856Z | Downloaded tinyvec v1.10.0 |
| 680 | 2026-07-16T03:49:23.856Z | Downloaded serde v1.0.228 |
| 681 | 2026-07-16T03:49:23.858Z | Downloaded rand v0.9.3 |
| 682 | 2026-07-16T03:49:23.861Z | Downloaded qorb v0.4.1 |
| 683 | 2026-07-16T03:49:23.861Z | Downloaded indexmap v2.14.0 |
| 684 | 2026-07-16T03:49:23.864Z | Downloaded linear-map v1.2.0 |
| 685 | 2026-07-16T03:49:23.867Z | Downloaded getrandom v0.3.3 |
| 686 | 2026-07-16T03:49:23.867Z | Downloaded zerovec-derive v0.11.1 |
| 687 | 2026-07-16T03:49:23.870Z | Downloaded zmij v1.0.17 |
| 688 | 2026-07-16T03:49:23.870Z | Downloaded tar v0.4.45 |
| 689 | 2026-07-16T03:49:23.873Z | Downloaded toml v0.7.8 |
| 690 | 2026-07-16T03:49:23.873Z | Downloaded zeroize_derive v1.4.3 |
| 691 | 2026-07-16T03:49:23.876Z | Downloaded zeroize v1.8.1 |
| 692 | 2026-07-16T03:49:23.876Z | Downloaded futures-util v0.3.32 |
| 693 | 2026-07-16T03:49:23.881Z | Downloaded vergen v8.3.2 |
| 694 | 2026-07-16T03:49:23.884Z | Downloaded rustls-webpki v0.103.6 |
| 695 | 2026-07-16T03:49:23.887Z | Downloaded ucd-trie v0.1.7 |
| 696 | 2026-07-16T03:49:23.887Z | Downloaded textwrap v0.16.2 |
| 697 | 2026-07-16T03:49:23.890Z | Downloaded idna v1.1.0 |
| 698 | 2026-07-16T03:49:23.893Z | Downloaded itertools v0.12.1 |
| 699 | 2026-07-16T03:49:23.896Z | Downloaded zerocopy-derive v0.7.35 |
| 700 | 2026-07-16T03:49:23.899Z | Downloaded typify v0.4.3 |
| 701 | 2026-07-16T03:49:23.901Z | Downloaded unsafe-libyaml v0.2.11 |
| 702 | 2026-07-16T03:49:23.904Z | Downloaded snafu v0.8.9 |
| 703 | 2026-07-16T03:49:23.907Z | Downloaded hyper v1.10.1 |
| 704 | 2026-07-16T03:49:23.910Z | Downloaded icu_properties_data v2.0.1 |
| 705 | 2026-07-16T03:49:23.915Z | Downloaded unicode-ident v1.0.24 |
| 706 | 2026-07-16T03:49:23.918Z | Downloaded hashbrown v0.17.1 |
| 707 | 2026-07-16T03:49:23.920Z | Downloaded tracing-core v0.1.34 |
| 708 | 2026-07-16T03:49:23.923Z | Downloaded uuid v1.24.0 |
| 709 | 2026-07-16T03:49:23.926Z | Downloaded toml_edit v0.22.27 |
| 710 | 2026-07-16T03:49:23.929Z | Downloaded steno v0.4.1 |
| 711 | 2026-07-16T03:49:23.932Z | Downloaded iri-string v0.7.8 |
| 712 | 2026-07-16T03:49:23.935Z | Downloaded typify v0.6.2 |
| 713 | 2026-07-16T03:49:23.937Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 714 | 2026-07-16T03:49:23.940Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 715 | 2026-07-16T03:49:23.941Z | Downloaded libsw v3.5.0 |
| 716 | 2026-07-16T03:49:23.943Z | Downloaded iddqd v0.3.18 |
| 717 | 2026-07-16T03:49:23.946Z | Downloaded libm v0.2.15 |
| 718 | 2026-07-16T03:49:23.952Z | Downloaded itertools v0.14.0 |
| 719 | 2026-07-16T03:49:23.956Z | Downloaded pest v2.8.2 |
| 720 | 2026-07-16T03:49:23.959Z | Downloaded blake3 v1.8.2 |
| 721 | 2026-07-16T03:49:23.963Z | Downloaded toml_edit v0.19.15 |
| 722 | 2026-07-16T03:49:23.973Z | Downloaded tracing v0.1.41 |
| 723 | 2026-07-16T03:49:23.976Z | Downloaded libloading v0.8.9 |
| 724 | 2026-07-16T03:49:23.980Z | Downloaded console v0.15.11 |
| 725 | 2026-07-16T03:49:23.980Z | Downloaded camino-tempfile v1.4.1 |
| 726 | 2026-07-16T03:49:23.983Z | Downloaded iddqd v0.4.5 |
| 727 | 2026-07-16T03:49:23.986Z | Downloaded clang-sys v1.8.1 |
| 728 | 2026-07-16T03:49:23.988Z | Downloaded hkdf v0.12.4 |
| 729 | 2026-07-16T03:49:23.989Z | Downloaded async-trait v0.1.89 |
| 730 | 2026-07-16T03:49:23.991Z | Downloaded ipnet v2.11.0 |
| 731 | 2026-07-16T03:49:23.994Z | Downloaded cookie v0.18.1 |
| 732 | 2026-07-16T03:49:23.994Z | Downloaded ciborium v0.2.2 |
| 733 | 2026-07-16T03:49:23.997Z | Downloaded camino v1.2.3 |
| 734 | 2026-07-16T03:49:23.997Z | Downloaded blake2 v0.10.6 |
| 735 | 2026-07-16T03:49:24.000Z | Downloaded cargo_metadata v0.18.1 |
| 736 | 2026-07-16T03:49:24.000Z | Downloaded data-encoding v2.9.0 |
| 737 | 2026-07-16T03:49:24.000Z | Downloaded cancel-safe-futures v0.1.5 |
| 738 | 2026-07-16T03:49:24.003Z | Downloaded colored v3.1.1 |
| 739 | 2026-07-16T03:49:24.004Z | Downloaded lru-slab v0.1.2 |
| 740 | 2026-07-16T03:49:24.006Z | Downloaded backoff v0.4.0 |
| 741 | 2026-07-16T03:49:24.006Z | Downloaded compression-codecs v0.4.32 |
| 742 | 2026-07-16T03:49:24.009Z | Downloaded url v2.5.7 |
| 743 | 2026-07-16T03:49:24.009Z | Downloaded http-body-util v0.1.3 |
| 744 | 2026-07-16T03:49:24.012Z | Downloaded digest v0.10.7 |
| 745 | 2026-07-16T03:49:24.012Z | Downloaded is_ci v1.2.0 |
| 746 | 2026-07-16T03:49:24.012Z | Downloaded internet-checksum v0.2.1 |
| 747 | 2026-07-16T03:49:24.015Z | Downloaded instant v0.1.13 |
| 748 | 2026-07-16T03:49:24.016Z | Downloaded bitflags v2.11.1 |
| 749 | 2026-07-16T03:49:24.018Z | Downloaded bitflags v1.3.2 |
| 750 | 2026-07-16T03:49:24.018Z | Downloaded inout v0.1.4 |
| 751 | 2026-07-16T03:49:24.018Z | Downloaded critical-section v1.2.0 |
| 752 | 2026-07-16T03:49:24.021Z | Downloaded anstyle-parse v1.0.0 |
| 753 | 2026-07-16T03:49:24.021Z | Downloaded cpufeatures v0.3.0 |
| 754 | 2026-07-16T03:49:24.024Z | Downloaded bcs v0.1.6 |
| 755 | 2026-07-16T03:49:24.024Z | Downloaded crossbeam-deque v0.8.6 |
| 756 | 2026-07-16T03:49:24.024Z | Downloaded foreign-types-shared v0.3.1 |
| 757 | 2026-07-16T03:49:24.024Z | Downloaded dunce v1.0.5 |
| 758 | 2026-07-16T03:49:24.027Z | Downloaded cobs v0.3.0 |
| 759 | 2026-07-16T03:49:24.027Z | Downloaded block-buffer v0.10.4 |
| 760 | 2026-07-16T03:49:24.027Z | Downloaded embedded-io v0.6.1 |
| 761 | 2026-07-16T03:49:24.030Z | Downloaded crypto-common v0.1.6 |
| 762 | 2026-07-16T03:49:24.030Z | Downloaded crucible-workspace-hack v0.1.0 |
| 763 | 2026-07-16T03:49:24.030Z | Downloaded crc8 v0.1.1 |
| 764 | 2026-07-16T03:49:24.030Z | Downloaded ciborium-ll v0.2.2 |
| 765 | 2026-07-16T03:49:24.030Z | Downloaded elliptic-curve v0.13.8 |
| 766 | 2026-07-16T03:49:24.033Z | Downloaded either v1.15.0 |
| 767 | 2026-07-16T03:49:24.033Z | Downloaded goblin v0.8.2 |
| 768 | 2026-07-16T03:49:24.037Z | Downloaded const-oid v0.10.2 |
| 769 | 2026-07-16T03:49:24.040Z | Downloaded clap v4.6.1 |
| 770 | 2026-07-16T03:49:24.044Z | Downloaded zerocopy-derive v0.8.27 |
| 771 | 2026-07-16T03:49:24.048Z | Downloaded cexpr v0.6.0 |
| 772 | 2026-07-16T03:49:24.051Z | Downloaded reqwest v0.12.23 |
| 773 | 2026-07-16T03:49:24.054Z | Downloaded reqwest v0.13.2 |
| 774 | 2026-07-16T03:49:24.057Z | Downloaded zerotrie v0.2.2 |
| 775 | 2026-07-16T03:49:24.060Z | Downloaded tower v0.5.2 |
| 776 | 2026-07-16T03:49:24.064Z | Downloaded typed-path v0.9.3 |
| 777 | 2026-07-16T03:49:24.067Z | Downloaded portable-atomic v1.11.1 |
| 778 | 2026-07-16T03:49:24.072Z | Downloaded unicode-segmentation v1.12.0 |
| 779 | 2026-07-16T03:49:24.076Z | Downloaded goblin v0.10.1 |
| 780 | 2026-07-16T03:49:24.079Z | Downloaded serde_json v1.0.150 |
| 781 | 2026-07-16T03:49:24.083Z | Downloaded aws-lc-rs v1.16.2 |
| 782 | 2026-07-16T03:49:24.088Z | Downloaded typenum v1.20.1 |
| 783 | 2026-07-16T03:49:24.091Z | Downloaded git2 v0.19.0 |
| 784 | 2026-07-16T03:49:24.096Z | Downloaded regex v1.12.4 |
| 785 | 2026-07-16T03:49:24.099Z | Downloaded tokio-util v0.7.16 |
| 786 | 2026-07-16T03:49:24.103Z | Downloaded unicode-normalization v0.1.24 |
| 787 | 2026-07-16T03:49:24.106Z | Downloaded proptest v1.8.0 |
| 788 | 2026-07-16T03:49:24.111Z | Downloaded rustls-webpki v0.102.8 |
| 789 | 2026-07-16T03:49:24.122Z | Downloaded tower-http v0.6.8 |
| 790 | 2026-07-16T03:49:24.127Z | Downloaded bindgen v0.72.1 |
| 791 | 2026-07-16T03:49:24.131Z | Downloaded tough v0.20.0 |
| 792 | 2026-07-16T03:49:24.137Z | Downloaded zerovec v0.11.4 |
| 793 | 2026-07-16T03:49:24.140Z | Downloaded winnow v0.5.40 |
| 794 | 2026-07-16T03:49:24.145Z | Downloaded rayon v1.11.0 |
| 795 | 2026-07-16T03:49:24.151Z | Downloaded serde_with v3.14.1 |
| 796 | 2026-07-16T03:49:24.158Z | Downloaded curve25519-dalek v4.1.3 |
| 797 | 2026-07-16T03:49:24.164Z | Downloaded chrono v0.4.45 |
| 798 | 2026-07-16T03:49:24.168Z | Downloaded base64ct v1.8.0 |
| 799 | 2026-07-16T03:49:24.172Z | Downloaded anstream v1.0.0 |
| 800 | 2026-07-16T03:49:24.172Z | Downloaded fastrand v2.3.0 |
| 801 | 2026-07-16T03:49:24.175Z | Downloaded derive-ex v0.1.8 |
| 802 | 2026-07-16T03:49:24.175Z | Downloaded dyn-clone v1.0.20 |
| 803 | 2026-07-16T03:49:24.175Z | Downloaded dtrace-parser v0.2.0 |
| 804 | 2026-07-16T03:49:24.175Z | Downloaded clap_lex v1.1.0 |
| 805 | 2026-07-16T03:49:24.178Z | Downloaded dropshot_endpoint v0.16.7 |
| 806 | 2026-07-16T03:49:24.178Z | Downloaded zerocopy v0.7.35 |
| 807 | 2026-07-16T03:49:24.187Z | Downloaded winnow v1.0.3 |
| 808 | 2026-07-16T03:49:24.193Z | Downloaded moka v0.12.11 |
| 809 | 2026-07-16T03:49:24.200Z | Downloaded winnow v0.7.14 |
| 810 | 2026-07-16T03:49:24.205Z | Downloaded bstr v1.12.0 |
| 811 | 2026-07-16T03:49:24.239Z | Downloaded tabled v0.15.0 |
| 812 | 2026-07-16T03:49:24.249Z | Downloaded tabled v0.20.0 |
| 813 | 2026-07-16T03:49:24.259Z | Downloaded zerocopy v0.8.27 |
| 814 | 2026-07-16T03:49:24.272Z | Downloaded syn v2.0.118 |
| 815 | 2026-07-16T03:49:24.279Z | Downloaded rustls v0.22.4 |
| 816 | 2026-07-16T03:49:24.287Z | Downloaded vcpkg v0.2.15 |
| 817 | 2026-07-16T03:49:24.310Z | Downloaded smoltcp v0.11.0 |
| 818 | 2026-07-16T03:49:24.317Z | Downloaded dropshot v0.16.7 |
| 819 | 2026-07-16T03:49:24.330Z | Downloaded unicode-width v0.2.1 |
| 820 | 2026-07-16T03:49:24.334Z | Downloaded rustls v0.23.40 |
| 821 | 2026-07-16T03:49:24.341Z | Downloaded nix v0.30.1 |
| 822 | 2026-07-16T03:49:24.348Z | Downloaded hickory-proto v0.24.4 |
| 823 | 2026-07-16T03:49:24.357Z | Downloaded webpki-roots v1.0.2 |
| 824 | 2026-07-16T03:49:24.360Z | Downloaded dropshot v0.17.1 |
| 825 | 2026-07-16T03:49:24.373Z | Downloaded regress v0.11.1 |
| 826 | 2026-07-16T03:49:24.378Z | Downloaded rustix v0.38.44 |
| 827 | 2026-07-16T03:49:24.391Z | Downloaded openapiv3 v2.2.0 |
| 828 | 2026-07-16T03:49:24.398Z | Downloaded hickory-proto v0.25.2 |
| 829 | 2026-07-16T03:49:24.407Z | Downloaded rustix v1.1.4 |
| 830 | 2026-07-16T03:49:24.422Z | Downloaded regress v0.10.5 |
| 831 | 2026-07-16T03:49:24.427Z | Downloaded unicode-width v0.1.14 |
| 832 | 2026-07-16T03:49:24.431Z | Downloaded regex-syntax v0.8.11 |
| 833 | 2026-07-16T03:49:24.435Z | Downloaded openssl v0.10.81 |
| 834 | 2026-07-16T03:49:24.441Z | Downloaded syn v1.0.109 |
| 835 | 2026-07-16T03:49:24.448Z | Downloaded typify-impl v0.6.2 |
| 836 | 2026-07-16T03:49:24.456Z | Downloaded time v0.3.47 |
| 837 | 2026-07-16T03:49:24.463Z | Downloaded typify-impl v0.4.3 |
| 838 | 2026-07-16T03:49:24.472Z | Downloaded quinn-proto v0.11.14 |
| 839 | 2026-07-16T03:49:24.495Z | Downloaded jiff v0.2.15 |
| 840 | 2026-07-16T03:49:24.505Z | Downloaded petgraph v0.6.5 |
| 841 | 2026-07-16T03:49:24.517Z | Downloaded regex-automata v0.4.13 |
| 842 | 2026-07-16T03:49:24.583Z | Downloaded encoding_rs v0.8.35 |
| 843 | 2026-07-16T03:49:24.597Z | Downloaded chrono-tz v0.10.4 |
| 844 | 2026-07-16T03:49:24.608Z | Downloaded petgraph v0.8.2 |
| 845 | 2026-07-16T03:49:24.636Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 846 | 2026-07-16T03:49:24.668Z | Downloaded libz-sys v1.1.22 |
| 847 | 2026-07-16T03:49:24.680Z | Downloaded libc v0.2.186 |
| 848 | 2026-07-16T03:49:24.699Z | Downloaded csv v1.4.0 |
| 849 | 2026-07-16T03:49:24.711Z | Downloaded sha3 v0.10.8 |
| 850 | 2026-07-16T03:49:24.722Z | Downloaded tokio v1.52.3 |
| 851 | 2026-07-16T03:49:24.840Z | Downloaded ring v0.17.14 |
| 852 | 2026-07-16T03:49:24.878Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 853 | 2026-07-16T03:49:25.404Z | Downloaded aws-lc-sys v0.39.1 |
| 854 | 2026-07-16T03:49:25.720Z | Compiling proc-macro2 v1.0.106 |
| 855 | 2026-07-16T03:49:25.720Z | Compiling quote v1.0.45 |
| 856 | 2026-07-16T03:49:25.720Z | Compiling unicode-ident v1.0.24 |
| 857 | 2026-07-16T03:49:25.724Z | Compiling serde_core v1.0.228 |
| 858 | 2026-07-16T03:49:25.724Z | Compiling serde v1.0.228 |
| 859 | 2026-07-16T03:49:25.724Z | Compiling libc v0.2.186 |
| 860 | 2026-07-16T03:49:25.724Z | Checking cfg-if v1.0.4 |
| 861 | 2026-07-16T03:49:26.002Z | Compiling zmij v1.0.17 |
| 862 | 2026-07-16T03:49:26.060Z | Compiling autocfg v1.5.0 |
| 863 | 2026-07-16T03:49:26.382Z | Compiling memchr v2.7.5 |
| 864 | 2026-07-16T03:49:26.422Z | Compiling libm v0.2.15 |
| 865 | 2026-07-16T03:49:26.777Z | Checking smallvec v1.15.1 |
| 866 | 2026-07-16T03:49:26.855Z | Compiling thiserror v2.0.18 |
| 867 | 2026-07-16T03:49:26.870Z | Compiling version_check v0.9.5 |
| 868 | 2026-07-16T03:49:26.892Z | Checking itoa v1.0.15 |
| 869 | 2026-07-16T03:49:26.953Z | Compiling jobserver v0.1.34 |
| 870 | 2026-07-16T03:49:27.013Z | Compiling find-msvc-tools v0.1.9 |
| 871 | 2026-07-16T03:49:27.152Z | Compiling getrandom v0.4.2 |
| 872 | 2026-07-16T03:49:27.182Z | Compiling syn v2.0.118 |
| 873 | 2026-07-16T03:49:27.244Z | Compiling shlex v2.0.1 |
| 874 | 2026-07-16T03:49:27.258Z | Compiling icu_properties_data v2.0.1 |
| 875 | 2026-07-16T03:49:27.282Z | Compiling icu_normalizer_data v2.0.0 |
| 876 | 2026-07-16T03:49:27.393Z | Compiling cc v1.2.64 |
| 877 | 2026-07-16T03:49:27.448Z | Compiling parking_lot_core v0.9.12 |
| 878 | 2026-07-16T03:49:27.494Z | Checking stable_deref_trait v1.2.0 |
| 879 | 2026-07-16T03:49:27.528Z | Compiling serde_json v1.0.150 |
| 880 | 2026-07-16T03:49:27.770Z | Compiling heck v0.5.0 |
| 881 | 2026-07-16T03:49:27.786Z | Checking writeable v0.6.1 |
| 882 | 2026-07-16T03:49:27.824Z | Checking litemap v0.8.0 |
| 883 | 2026-07-16T03:49:27.959Z | Compiling num-traits v0.2.19 |
| 884 | 2026-07-16T03:49:27.973Z | Checking percent-encoding v2.3.2 |
| 885 | 2026-07-16T03:49:28.213Z | Checking form_urlencoded v1.2.2 |
| 886 | 2026-07-16T03:49:28.232Z | Checking utf8_iter v1.0.4 |
| 887 | 2026-07-16T03:49:28.333Z | Compiling zerocopy v0.8.27 |
| 888 | 2026-07-16T03:49:28.348Z | Checking pin-project-lite v0.2.16 |
| 889 | 2026-07-16T03:49:28.351Z | Checking iana-time-zone v0.1.64 |
| 890 | 2026-07-16T03:49:28.438Z | Compiling log v0.4.29 |
| 891 | 2026-07-16T03:49:28.463Z | Compiling rustversion v1.0.22 |
| 892 | 2026-07-16T03:49:28.477Z | Compiling equivalent v1.0.2 |
| 893 | 2026-07-16T03:49:28.563Z | Compiling semver v1.0.28 |
| 894 | 2026-07-16T03:49:28.660Z | Checking socket2 v0.6.4 |
| 895 | 2026-07-16T03:49:28.732Z | Checking uuid v1.24.0 |
| 896 | 2026-07-16T03:49:28.758Z | Checking scopeguard v1.2.0 |
| 897 | 2026-07-16T03:49:28.863Z | Checking lock_api v0.4.14 |
| 898 | 2026-07-16T03:49:29.007Z | Checking signal-hook-registry v1.4.6 |
| 899 | 2026-07-16T03:49:29.021Z | Checking mio v1.2.1 |
| 900 | 2026-07-16T03:49:29.045Z | Checking getrandom v0.2.16 |
| 901 | 2026-07-16T03:49:29.066Z | Checking dyn-clone v1.0.20 |
| 902 | 2026-07-16T03:49:29.069Z | Checking parking_lot v0.12.5 |
| 903 | 2026-07-16T03:49:29.156Z | Compiling schemars v0.8.22 |
| 904 | 2026-07-16T03:49:29.169Z | Checking bitflags v2.11.1 |
| 905 | 2026-07-16T03:49:29.274Z | Compiling portable-atomic v1.11.1 |
| 906 | 2026-07-16T03:49:29.329Z | Checking futures-core v0.3.32 |
| 907 | 2026-07-16T03:49:29.405Z | Checking critical-section v1.2.0 |
| 908 | 2026-07-16T03:49:29.420Z | Compiling getrandom v0.3.3 |
| 909 | 2026-07-16T03:49:29.447Z | Compiling ring v0.17.14 |
| 910 | 2026-07-16T03:49:29.450Z | Compiling hashbrown v0.17.1 |
| 911 | 2026-07-16T03:49:29.497Z | Compiling thiserror v1.0.69 |
| 912 | 2026-07-16T03:49:29.776Z | Compiling httparse v1.10.1 |
| 913 | 2026-07-16T03:49:29.979Z | Compiling synstructure v0.13.2 |
| 914 | 2026-07-16T03:49:30.001Z | Compiling serde_derive_internals v0.29.1 |
| 915 | 2026-07-16T03:49:30.179Z | Compiling indexmap v2.14.0 |
| 916 | 2026-07-16T03:49:30.199Z | Checking once_cell v1.21.3 |
| 917 | 2026-07-16T03:49:30.321Z | Compiling regex-syntax v0.8.11 |
| 918 | 2026-07-16T03:49:30.372Z | Checking futures-sink v0.3.32 |
| 919 | 2026-07-16T03:49:30.638Z | Compiling rustix v1.1.4 |
| 920 | 2026-07-16T03:49:30.730Z | Checking slab v0.4.11 |
| 921 | 2026-07-16T03:49:30.812Z | Compiling aho-corasick v1.1.3 |
| 922 | 2026-07-16T03:49:30.866Z | Checking subtle v2.6.1 |
| 923 | 2026-07-16T03:49:30.893Z | Compiling ucd-trie v0.1.7 |
| 924 | 2026-07-16T03:49:31.011Z | Checking futures-channel v0.3.32 |
| 925 | 2026-07-16T03:49:31.114Z | Compiling anyhow v1.0.102 |
| 926 | 2026-07-16T03:49:31.198Z | Checking rand_core v0.6.4 |
| 927 | 2026-07-16T03:49:31.212Z | Checking typenum v1.20.1 |
| 928 | 2026-07-16T03:49:31.258Z | Compiling serde_derive v1.0.228 |
| 929 | 2026-07-16T03:49:31.330Z | Compiling zerofrom-derive v0.1.6 |
| 930 | 2026-07-16T03:49:31.358Z | Compiling yoke-derive v0.8.0 |
| 931 | 2026-07-16T03:49:31.426Z | Compiling zerovec-derive v0.11.1 |
| 932 | 2026-07-16T03:49:31.969Z | Compiling displaydoc v0.2.5 |
| 933 | 2026-07-16T03:49:32.233Z | Compiling thiserror-impl v2.0.18 |
| 934 | 2026-07-16T03:49:32.367Z | Compiling schemars_derive v0.8.22 |
| 935 | 2026-07-16T03:49:32.391Z | Compiling tokio-macros v2.7.0 |
| 936 | 2026-07-16T03:49:32.495Z | Compiling zerocopy-derive v0.8.27 |
| 937 | 2026-07-16T03:49:32.511Z | Checking zerofrom v0.1.6 |
| 938 | 2026-07-16T03:49:32.644Z | Checking yoke v0.8.0 |
| 939 | 2026-07-16T03:49:32.701Z | Compiling futures-macro v0.3.32 |
| 940 | 2026-07-16T03:49:32.814Z | Checking zerovec v0.11.4 |
| 941 | 2026-07-16T03:49:33.109Z | Checking zerotrie v0.2.2 |
| 942 | 2026-07-16T03:49:33.346Z | Compiling zeroize_derive v1.4.3 |
| 943 | 2026-07-16T03:49:33.509Z | Checking tinystr v0.8.1 |
| 944 | 2026-07-16T03:49:33.528Z | Checking potential_utf v0.1.3 |
| 945 | 2026-07-16T03:49:33.542Z | Compiling thiserror-impl v1.0.69 |
| 946 | 2026-07-16T03:49:33.584Z | Compiling regex-automata v0.4.13 |
| 947 | 2026-07-16T03:49:33.651Z | Checking icu_collections v2.0.0 |
| 948 | 2026-07-16T03:49:33.680Z | Checking icu_locale_core v2.0.0 |
| 949 | 2026-07-16T03:49:33.984Z | Checking zeroize v1.8.1 |
| 950 | 2026-07-16T03:49:34.122Z | Checking icu_provider v2.0.0 |
| 951 | 2026-07-16T03:49:34.141Z | Compiling pest v2.8.2 |
| 952 | 2026-07-16T03:49:34.274Z | Checking bytes v1.12.0 |
| 953 | 2026-07-16T03:49:34.354Z | Checking icu_properties v2.0.1 |
| 954 | 2026-07-16T03:49:34.411Z | Checking icu_normalizer v2.0.0 |
| 955 | 2026-07-16T03:49:34.679Z | Checking chrono v0.4.45 |
| 956 | 2026-07-16T03:49:34.716Z | Compiling serde_tokenstream v0.2.3 |
| 957 | 2026-07-16T03:49:34.729Z | Checking tokio v1.52.3 |
| 958 | 2026-07-16T03:49:35.213Z | Checking idna_adapter v1.2.1 |
| 959 | 2026-07-16T03:49:35.260Z | Compiling regex v1.12.4 |
| 960 | 2026-07-16T03:49:35.318Z | Compiling pest_meta v2.8.2 |
| 961 | 2026-07-16T03:49:35.338Z | Checking idna v1.1.0 |
| 962 | 2026-07-16T03:49:35.423Z | Checking futures-task v0.3.32 |
| 963 | 2026-07-16T03:49:35.562Z | Checking futures-io v0.3.32 |
| 964 | 2026-07-16T03:49:35.584Z | Compiling tracing-attributes v0.1.30 |
| 965 | 2026-07-16T03:49:35.599Z | Checking url v2.5.7 |
| 966 | 2026-07-16T03:49:35.659Z | Checking tracing-core v0.1.34 |
| 967 | 2026-07-16T03:49:35.679Z | Checking futures-util v0.3.32 |
| 968 | 2026-07-16T03:49:35.961Z | Compiling pest_generator v2.8.2 |
| 969 | 2026-07-16T03:49:36.311Z | Compiling foldhash v0.2.0 |
| 970 | 2026-07-16T03:49:36.509Z | Compiling pkg-config v0.3.32 |
| 971 | 2026-07-16T03:49:36.590Z | Compiling allocator-api2 v0.2.21 |
| 972 | 2026-07-16T03:49:36.658Z | Compiling pest_derive v2.8.2 |
| 973 | 2026-07-16T03:49:36.782Z | Checking fnv v1.0.7 |
| 974 | 2026-07-16T03:49:36.807Z | Checking tracing v0.1.41 |
| 975 | 2026-07-16T03:49:36.879Z | Compiling hashbrown v0.16.1 |
| 976 | 2026-07-16T03:49:36.949Z | Checking http v1.4.2 |
| 977 | 2026-07-16T03:49:36.984Z | Compiling generic-array v0.14.7 |
| 978 | 2026-07-16T03:49:37.162Z | Compiling vcpkg v0.2.15 |
| 979 | 2026-07-16T03:49:37.434Z | Compiling byteorder v1.5.0 |
| 980 | 2026-07-16T03:49:37.437Z | Compiling num-conv v0.2.1 |
| 981 | 2026-07-16T03:49:37.462Z | Compiling time-core v0.1.8 |
| 982 | 2026-07-16T03:49:37.613Z | Compiling time-macros v0.2.27 |
| 983 | 2026-07-16T03:49:37.661Z | Checking errno v0.3.14 |
| 984 | 2026-07-16T03:49:37.725Z | Checking base64 v0.22.1 |
| 985 | 2026-07-16T03:49:37.780Z | Checking ipnet v2.11.0 |
| 986 | 2026-07-16T03:49:37.921Z | Checking tokio-util v0.7.16 |
| 987 | 2026-07-16T03:49:37.969Z | Compiling scroll_derive v0.13.1 |
| 988 | 2026-07-16T03:49:38.020Z | Compiling camino v1.2.3 |
| 989 | 2026-07-16T03:49:38.094Z | Checking crypto-common v0.1.6 |
| 990 | 2026-07-16T03:49:38.217Z | Checking http-body v1.0.1 |
| 991 | 2026-07-16T03:49:38.355Z | Compiling crossbeam-utils v0.8.21 |
| 992 | 2026-07-16T03:49:38.389Z | Checking atomic-waker v1.1.2 |
| 993 | 2026-07-16T03:49:38.408Z | Checking ppv-lite86 v0.2.21 |
| 994 | 2026-07-16T03:49:38.607Z | Compiling slog v2.8.2 |
| 995 | 2026-07-16T03:49:38.683Z | Checking tower-layer v0.3.3 |
| 996 | 2026-07-16T03:49:38.705Z | Checking try-lock v0.2.5 |
| 997 | 2026-07-16T03:49:38.772Z | Compiling paste v1.0.15 |
| 998 | 2026-07-16T03:49:38.801Z | Checking tower-service v0.3.3 |
| 999 | 2026-07-16T03:49:38.804Z | Checking want v0.3.1 |
| 1000 | 2026-07-16T03:49:38.861Z | Checking h2 v0.4.14 |
| 1001 | 2026-07-16T03:49:38.891Z | Checking ipnetwork v0.21.1 |
| 1002 | 2026-07-16T03:49:38.932Z | Checking erased-serde v0.3.31 |
| 1003 | 2026-07-16T03:49:39.001Z | Checking rustls-pki-types v1.12.0 |
| 1004 | 2026-07-16T03:49:39.065Z | Checking ryu v1.0.20 |
| 1005 | 2026-07-16T03:49:39.096Z | Checking httpdate v1.0.3 |
| 1006 | 2026-07-16T03:49:39.110Z | Checking pretty-hex v0.4.1 |
| 1007 | 2026-07-16T03:49:39.200Z | Compiling async-trait v0.1.89 |
| 1008 | 2026-07-16T03:49:39.237Z | Checking untrusted v0.9.0 |
| 1009 | 2026-07-16T03:49:39.264Z | Compiling scroll v0.13.0 |
| 1010 | 2026-07-16T03:49:39.422Z | Compiling usdt-impl v0.6.0 |
| 1011 | 2026-07-16T03:49:39.524Z | Compiling plain v0.2.3 |
| 1012 | 2026-07-16T03:49:39.633Z | Compiling goblin v0.10.1 |
| 1013 | 2026-07-16T03:49:39.653Z | Checking http-body-util v0.1.3 |
| 1014 | 2026-07-16T03:49:39.681Z | Compiling openssl-sys v0.9.117 |
| 1015 | 2026-07-16T03:49:39.697Z | Compiling cmake v0.1.54 |
| 1016 | 2026-07-16T03:49:39.864Z | Compiling dunce v1.0.5 |
| 1017 | 2026-07-16T03:49:40.009Z | Compiling fs_extra v1.3.0 |
| 1018 | 2026-07-16T03:49:40.156Z | Compiling slog-async v2.8.0 |
| 1019 | 2026-07-16T03:49:40.196Z | Compiling strsim v0.11.1 |
| 1020 | 2026-07-16T03:49:40.262Z | Compiling aws-lc-sys v0.39.1 |
| 1021 | 2026-07-16T03:49:40.311Z | Checking serde_urlencoded v0.7.1 |
| 1022 | 2026-07-16T03:49:40.373Z | Checking oxnet v0.1.6 |
| 1023 | 2026-07-16T03:49:40.492Z | Checking block-buffer v0.10.4 |
| 1024 | 2026-07-16T03:49:40.507Z | Checking rand_core v0.9.3 |
| 1025 | 2026-07-16T03:49:40.521Z | Compiling regress v0.10.5 |
| 1026 | 2026-07-16T03:49:40.627Z | Compiling dtrace-parser v0.3.0 |
| 1027 | 2026-07-16T03:49:40.630Z | Compiling openapiv3 v2.2.0 |
| 1028 | 2026-07-16T03:49:40.684Z | Compiling thread-id v5.0.0 |
| 1029 | 2026-07-16T03:49:40.770Z | Checking hyper v1.10.1 |
| 1030 | 2026-07-16T03:49:41.251Z | Checking digest v0.10.7 |
| 1031 | 2026-07-16T03:49:41.315Z | Compiling ident_case v1.0.1 |
| 1032 | 2026-07-16T03:49:41.436Z | Compiling omicron-workspace-hack v0.1.0 |
| 1033 | 2026-07-16T03:49:41.451Z | Compiling darling_core v0.21.3 |
| 1034 | 2026-07-16T03:49:41.663Z | Checking rand_chacha v0.9.0 |
| 1035 | 2026-07-16T03:49:41.700Z | Checking hyper-util v0.1.20 |
| 1036 | 2026-07-16T03:49:41.847Z | Compiling daft-derive v0.1.5 |
| 1037 | 2026-07-16T03:49:42.072Z | Compiling typify-impl v0.4.3 |
| 1038 | 2026-07-16T03:49:42.167Z | Compiling aws-lc-rs v1.16.2 |
| 1039 | 2026-07-16T03:49:42.471Z | Compiling dof v0.4.0 |
| 1040 | 2026-07-16T03:49:42.556Z | Checking powerfmt v0.2.0 |
| 1041 | 2026-07-16T03:49:42.764Z | Checking deranged v0.5.3 |
| 1042 | 2026-07-16T03:49:43.225Z | Checking rand v0.9.3 |
| 1043 | 2026-07-16T03:49:43.342Z | Compiling unsafe-libyaml v0.2.11 |
| 1044 | 2026-07-16T03:49:43.508Z | Compiling darling_macro v0.21.3 |
| 1045 | 2026-07-16T03:49:43.522Z | Checking num_threads v0.1.7 |
| 1046 | 2026-07-16T03:49:43.542Z | Compiling usdt-attr-macro v0.6.0 |
| 1047 | 2026-07-16T03:49:43.605Z | Compiling usdt-macro v0.6.0 |
| 1048 | 2026-07-16T03:49:43.667Z | Compiling syn v1.0.109 |
| 1049 | 2026-07-16T03:49:43.899Z | Checking time v0.3.47 |
| 1050 | 2026-07-16T03:49:44.002Z | Compiling serde_yaml v0.9.34+deprecated |
| 1051 | 2026-07-16T03:49:44.042Z | Compiling darling v0.21.3 |
| 1052 | 2026-07-16T03:49:44.125Z | Checking sync_wrapper v1.0.2 |
| 1053 | 2026-07-16T03:49:44.364Z | Checking encoding_rs v0.8.35 |
| 1054 | 2026-07-16T03:49:44.381Z | Checking mime v0.3.17 |
| 1055 | 2026-07-16T03:49:44.547Z | Checking cpufeatures v0.2.17 |
| 1056 | 2026-07-16T03:49:44.617Z | Checking untrusted v0.7.1 |
| 1057 | 2026-07-16T03:49:44.730Z | Checking tower v0.5.2 |
| 1058 | 2026-07-16T03:49:45.145Z | Checking crossbeam-channel v0.5.15 |
| 1059 | 2026-07-16T03:49:45.295Z | Checking futures-executor v0.3.32 |
| 1060 | 2026-07-16T03:49:45.316Z | Compiling structmeta-derive v0.3.0 |
| 1061 | 2026-07-16T03:49:45.330Z | Compiling multer v3.1.0 |
| 1062 | 2026-07-16T03:49:45.404Z | Compiling rustls v0.22.4 |
| 1063 | 2026-07-16T03:49:45.438Z | Compiling rustls v0.23.40 |
| 1064 | 2026-07-16T03:49:45.459Z | Compiling typify-macro v0.4.3 |
| 1065 | 2026-07-16T03:49:45.473Z | Checking iri-string v0.7.8 |
| 1066 | 2026-07-16T03:49:45.600Z | Checking futures v0.3.32 |
| 1067 | 2026-07-16T03:49:45.645Z | Compiling async-stream-impl v0.3.6 |
| 1068 | 2026-07-16T03:49:45.674Z | Checking thread_local v1.1.9 |
| 1069 | 2026-07-16T03:49:45.837Z | Checking fastrand v2.3.0 |
| 1070 | 2026-07-16T03:49:45.873Z | Checking foreign-types-shared v0.1.1 |
| 1071 | 2026-07-16T03:49:45.958Z | Checking hex v0.4.3 |
| 1072 | 2026-07-16T03:49:46.012Z | Checking unicode-width v0.2.1 |
| 1073 | 2026-07-16T03:49:46.178Z | Compiling openssl v0.10.81 |
| 1074 | 2026-07-16T03:49:46.251Z | Checking tempfile v3.27.0 |
| 1075 | 2026-07-16T03:49:46.268Z | Checking foreign-types v0.3.2 |
| 1076 | 2026-07-16T03:49:46.347Z | Compiling structmeta v0.3.0 |
| 1077 | 2026-07-16T03:49:46.438Z | Compiling strum_macros v0.26.4 |
| 1078 | 2026-07-16T03:49:46.472Z | Compiling openssl-macros v0.1.1 |
| 1079 | 2026-07-16T03:49:46.486Z | Checking tower-http v0.6.8 |
| 1080 | 2026-07-16T03:49:46.531Z | Checking is-terminal v0.4.16 |
| 1081 | 2026-07-16T03:49:46.546Z | Checking memmap2 v0.9.8 |
| 1082 | 2026-07-16T03:49:46.618Z | Checking term v1.2.0 |
| 1083 | 2026-07-16T03:49:46.698Z | Checking take_mut v0.2.2 |
| 1084 | 2026-07-16T03:49:46.745Z | Checking match_cfg v0.1.0 |
| 1085 | 2026-07-16T03:49:46.799Z | Checking openssl-probe v0.1.6 |
| 1086 | 2026-07-16T03:49:46.830Z | Compiling native-tls v0.2.14 |
| 1087 | 2026-07-16T03:49:46.926Z | Checking slog-term v2.9.2 |
| 1088 | 2026-07-16T03:49:46.945Z | Compiling typify v0.4.3 |
| 1089 | 2026-07-16T03:49:47.037Z | Checking hostname v0.3.1 |
| 1090 | 2026-07-16T03:49:47.174Z | Checking slog-json v2.6.1 |
| 1091 | 2026-07-16T03:49:47.241Z | Compiling newtype-uuid-macros v0.1.0 |
| 1092 | 2026-07-16T03:49:47.319Z | Compiling ref-cast v1.0.25 |
| 1093 | 2026-07-16T03:49:47.391Z | Checking slog-bunyan v2.5.0 |
| 1094 | 2026-07-16T03:49:47.675Z | Compiling ref-cast-impl v1.0.25 |
| 1095 | 2026-07-16T03:49:47.724Z | Compiling dropshot v0.16.7 |
| 1096 | 2026-07-16T03:49:48.012Z | Compiling derive-ex v0.1.8 |
| 1097 | 2026-07-16T03:49:48.026Z | Checking webpki-roots v1.0.2 |
| 1098 | 2026-07-16T03:49:48.039Z | Compiling dropshot_endpoint v0.16.7 |
| 1099 | 2026-07-16T03:49:48.139Z | Compiling strum_macros v0.27.2 |
| 1100 | 2026-07-16T03:49:48.345Z | Checking winnow v0.7.14 |
| 1101 | 2026-07-16T03:49:49.183Z | Checking tokio-native-tls v0.3.1 |
| 1102 | 2026-07-16T03:49:49.486Z | Checking hyper-tls v0.6.0 |
| 1103 | 2026-07-16T03:49:49.531Z | Compiling test-strategy v0.4.3 |
| 1104 | 2026-07-16T03:49:49.546Z | Compiling progenitor-impl v0.11.1 |
| 1105 | 2026-07-16T03:49:49.619Z | Checking newtype-uuid v1.3.2 |
| 1106 | 2026-07-16T03:49:49.648Z | Checking either v1.15.0 |
| 1107 | 2026-07-16T03:49:49.807Z | Checking winnow v1.0.3 |
| 1108 | 2026-07-16T03:49:49.823Z | Checking daft v0.1.5 |
| 1109 | 2026-07-16T03:49:49.888Z | Compiling serde_with_macros v3.14.1 |
| 1110 | 2026-07-16T03:49:50.047Z | Checking serde_spanned v1.1.1 |
| 1111 | 2026-07-16T03:49:50.093Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1112 | 2026-07-16T03:49:50.096Z | Checking usdt v0.6.0 |
| 1113 | 2026-07-16T03:49:50.174Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1114 | 2026-07-16T03:49:50.265Z | Checking debug-ignore v1.0.5 |
| 1115 | 2026-07-16T03:49:50.364Z | Checking spin v0.9.8 |
| 1116 | 2026-07-16T03:49:50.424Z | Compiling parse-display-derive v0.10.0 |
| 1117 | 2026-07-16T03:49:50.500Z | Checking async-stream v0.3.6 |
| 1118 | 2026-07-16T03:49:50.683Z | Checking rustls-webpki v0.102.8 |
| 1119 | 2026-07-16T03:49:50.699Z | Checking rustls-pemfile v2.2.0 |
| 1120 | 2026-07-16T03:49:50.841Z | Checking waitgroup v0.1.2 |
| 1121 | 2026-07-16T03:49:50.921Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1122 | 2026-07-16T03:49:50.942Z | Checking serde_path_to_error v0.1.20 |
| 1123 | 2026-07-16T03:49:51.036Z | Checking hostname v0.4.2 |
| 1124 | 2026-07-16T03:49:51.210Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1125 | 2026-07-16T03:49:51.372Z | Checking strum v0.26.3 |
| 1126 | 2026-07-16T03:49:51.482Z | Checking rand_chacha v0.3.1 |
| 1127 | 2026-07-16T03:49:51.528Z | Compiling toml_datetime v0.6.11 |
| 1128 | 2026-07-16T03:49:51.673Z | Checking macaddr v1.0.1 |
| 1129 | 2026-07-16T03:49:51.691Z | Compiling progenitor-macro v0.11.1 |
| 1130 | 2026-07-16T03:49:51.766Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1131 | 2026-07-16T03:49:51.845Z | Checking wait-timeout v0.2.1 |
| 1132 | 2026-07-16T03:49:51.956Z | Checking quick-error v1.2.3 |
| 1133 | 2026-07-16T03:49:51.959Z | Checking bit-vec v0.8.0 |
| 1134 | 2026-07-16T03:49:51.997Z | Checking lazy_static v1.5.0 |
| 1135 | 2026-07-16T03:49:52.057Z | Checking rusty-fork v0.3.0 |
| 1136 | 2026-07-16T03:49:52.092Z | Checking toml v0.9.12+spec-1.1.0 |
| 1137 | 2026-07-16T03:49:52.169Z | Checking bit-set v0.8.0 |
| 1138 | 2026-07-16T03:49:52.220Z | Checking rand v0.8.5 |
| 1139 | 2026-07-16T03:49:52.300Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1140 | 2026-07-16T03:49:52.469Z | Checking tokio-rustls v0.25.0 |
| 1141 | 2026-07-16T03:49:52.559Z | Checking tabwriter v1.4.1 |
| 1142 | 2026-07-16T03:49:52.640Z | Checking sha1 v0.10.6 |
| 1143 | 2026-07-16T03:49:52.660Z | Checking rand_xorshift v0.4.0 |
| 1144 | 2026-07-16T03:49:52.714Z | Compiling clap_derive v4.6.1 |
| 1145 | 2026-07-16T03:49:52.772Z | Checking unarray v0.1.4 |
| 1146 | 2026-07-16T03:49:52.796Z | Checking utf8parse v0.2.2 |
| 1147 | 2026-07-16T03:49:52.874Z | Checking colored v3.1.1 |
| 1148 | 2026-07-16T03:49:52.908Z | Checking anstyle-parse v1.0.0 |
| 1149 | 2026-07-16T03:49:52.911Z | Checking proptest v1.8.0 |
| 1150 | 2026-07-16T03:49:53.054Z | Checking strum v0.27.2 |
| 1151 | 2026-07-16T03:49:53.152Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1152 | 2026-07-16T03:49:53.176Z | Checking terminal_size v0.4.3 |
| 1153 | 2026-07-16T03:49:53.562Z | Checking is_terminal_polyfill v1.70.1 |
| 1154 | 2026-07-16T03:49:53.653Z | Checking anstyle v1.0.14 |
| 1155 | 2026-07-16T03:49:53.668Z | Checking colorchoice v1.0.4 |
| 1156 | 2026-07-16T03:49:53.727Z | Checking anstyle-query v1.1.4 |
| 1157 | 2026-07-16T03:49:53.836Z | Checking anstream v1.0.0 |
| 1158 | 2026-07-16T03:49:54.023Z | Checking itertools v0.14.0 |
| 1159 | 2026-07-16T03:49:54.460Z | Checking clap_lex v1.1.0 |
| 1160 | 2026-07-16T03:49:54.529Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1161 | 2026-07-16T03:49:54.737Z | Checking clap_builder v4.6.0 |
| 1162 | 2026-07-16T03:49:55.290Z | Checking serde_with v3.14.1 |
| 1163 | 2026-07-16T03:49:55.821Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1164 | 2026-07-16T03:49:55.970Z | Checking clap v4.6.1 |
| 1165 | 2026-07-16T03:49:56.045Z | Checking instant v0.1.13 |
| 1166 | 2026-07-16T03:49:56.132Z | Checking rustc-hash v2.1.1 |
| 1167 | 2026-07-16T03:49:56.217Z | Checking backoff v0.4.0 |
| 1168 | 2026-07-16T03:49:56.238Z | Checking iddqd v0.3.18 |
| 1169 | 2026-07-16T03:49:56.382Z | Checking parse-display v0.10.0 |
| 1170 | 2026-07-16T03:49:56.522Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1171 | 2026-07-16T03:49:56.627Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1172 | 2026-07-16T03:49:57.976Z | Compiling num-derive v0.4.2 |
| 1173 | 2026-07-16T03:49:58.564Z | Compiling rustls-webpki v0.103.6 |
| 1174 | 2026-07-16T03:49:59.062Z | Compiling prettyplease v0.2.37 |
| 1175 | 2026-07-16T03:50:01.194Z | Checking serde_spanned v0.6.9 |
| 1176 | 2026-07-16T03:50:01.210Z | Compiling memoffset v0.9.1 |
| 1177 | 2026-07-16T03:50:01.318Z | Compiling cfg_aliases v0.2.1 |
| 1178 | 2026-07-16T03:50:01.638Z | Compiling nix v0.30.1 |
| 1179 | 2026-07-16T03:50:01.948Z | Compiling tokio-rustls v0.26.4 |
| 1180 | 2026-07-16T03:50:02.445Z | Compiling hyper-rustls v0.27.7 |
| 1181 | 2026-07-16T03:50:02.689Z | Compiling reqwest v0.12.23 |
| 1182 | 2026-07-16T03:50:03.691Z | Checking crossbeam-epoch v0.9.18 |
| 1183 | 2026-07-16T03:50:03.880Z | Compiling progenitor-client v0.11.1 |
| 1184 | 2026-07-16T03:50:04.139Z | Compiling winnow v0.5.40 |
| 1185 | 2026-07-16T03:50:05.383Z | Compiling progenitor v0.11.1 |
| 1186 | 2026-07-16T03:50:05.503Z | Compiling toml_edit v0.19.15 |
| 1187 | 2026-07-16T03:50:06.317Z | Compiling num-integer v0.1.46 |
| 1188 | 2026-07-16T03:50:06.605Z | Compiling proc-macro-crate v1.3.1 |
| 1189 | 2026-07-16T03:50:06.842Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1190 | 2026-07-16T03:50:07.031Z | Compiling progenitor-client v0.10.0 |
| 1191 | 2026-07-16T03:50:07.711Z | Compiling hubpack_derive v0.1.1 |
| 1192 | 2026-07-16T03:50:08.151Z | Compiling rayon-core v1.13.0 |
| 1193 | 2026-07-16T03:50:08.209Z | Checking toml_write v0.1.2 |
| 1194 | 2026-07-16T03:50:08.268Z | Checking hubpack v0.1.2 |
| 1195 | 2026-07-16T03:50:08.382Z | Checking toml_edit v0.22.27 |
| 1196 | 2026-07-16T03:50:08.400Z | Checking num-iter v0.1.45 |
| 1197 | 2026-07-16T03:50:08.430Z | Checking num-rational v0.4.2 |
| 1198 | 2026-07-16T03:50:08.712Z | Compiling zerocopy-derive v0.7.35 |
| 1199 | 2026-07-16T03:50:08.782Z | Compiling num-complex v0.4.6 |
| 1200 | 2026-07-16T03:50:09.159Z | Checking static_assertions v1.1.0 |
| 1201 | 2026-07-16T03:50:09.216Z | Checking num v0.4.3 |
| 1202 | 2026-07-16T03:50:09.384Z | Checking crossbeam-deque v0.8.6 |
| 1203 | 2026-07-16T03:50:09.432Z | Checking toml v0.8.23 |
| 1204 | 2026-07-16T03:50:09.537Z | Checking float-ord v0.3.2 |
| 1205 | 2026-07-16T03:50:09.558Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1206 | 2026-07-16T03:50:09.641Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1207 | 2026-07-16T03:50:09.859Z | Compiling proc-macro-error-attr v1.0.4 |
| 1208 | 2026-07-16T03:50:10.012Z | Compiling heapless v0.8.0 |
| 1209 | 2026-07-16T03:50:10.141Z | Compiling heck v0.4.1 |
| 1210 | 2026-07-16T03:50:10.155Z | Checking bytecount v0.6.9 |
| 1211 | 2026-07-16T03:50:10.340Z | Checking libscf-sys v1.2.0 |
| 1212 | 2026-07-16T03:50:10.343Z | Compiling ingot-macros v0.1.1 |
| 1213 | 2026-07-16T03:50:10.467Z | Checking hash32 v0.3.1 |
| 1214 | 2026-07-16T03:50:10.489Z | Compiling proc-macro-error v1.0.4 |
| 1215 | 2026-07-16T03:50:10.596Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1216 | 2026-07-16T03:50:10.721Z | Compiling smoltcp v0.11.0 |
| 1217 | 2026-07-16T03:50:11.359Z | Compiling zerocopy v0.7.35 |
| 1218 | 2026-07-16T03:50:11.417Z | Compiling num_enum_derive v0.7.5 |
| 1219 | 2026-07-16T03:50:11.489Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1220 | 2026-07-16T03:50:11.722Z | Checking cobs v0.3.0 |
| 1221 | 2026-07-16T03:50:11.795Z | Compiling foreign-types-macros v0.2.3 |
| 1222 | 2026-07-16T03:50:11.869Z | Compiling scroll_derive v0.12.1 |
| 1223 | 2026-07-16T03:50:11.908Z | Compiling usdt-impl v0.5.0 |
| 1224 | 2026-07-16T03:50:12.046Z | Checking bitflags v1.3.2 |
| 1225 | 2026-07-16T03:50:12.124Z | Compiling crucible-workspace-hack v0.1.0 |
| 1226 | 2026-07-16T03:50:12.161Z | Checking managed v0.8.0 |
| 1227 | 2026-07-16T03:50:12.337Z | Checking foreign-types-shared v0.3.1 |
| 1228 | 2026-07-16T03:50:12.425Z | Checking foreign-types v0.5.0 |
| 1229 | 2026-07-16T03:50:12.452Z | Checking num_enum v0.7.5 |
| 1230 | 2026-07-16T03:50:12.515Z | Checking postcard v1.1.3 |
| 1231 | 2026-07-16T03:50:12.559Z | Checking scroll v0.12.0 |
| 1232 | 2026-07-16T03:50:12.573Z | Compiling dof v0.3.0 |
| 1233 | 2026-07-16T03:50:12.799Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1234 | 2026-07-16T03:50:12.890Z | Compiling dtrace-parser v0.2.0 |
| 1235 | 2026-07-16T03:50:12.925Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1236 | 2026-07-16T03:50:12.954Z | Checking camino-tempfile v1.4.1 |
| 1237 | 2026-07-16T03:50:12.991Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1238 | 2026-07-16T03:50:12.994Z | Checking ingot-types v0.1.2 |
| 1239 | 2026-07-16T03:50:13.107Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1240 | 2026-07-16T03:50:13.197Z | Checking cstr-argument v0.1.2 |
| 1241 | 2026-07-16T03:50:13.320Z | Compiling thread-id v4.2.2 |
| 1242 | 2026-07-16T03:50:13.339Z | Compiling minimal-lexical v0.2.1 |
| 1243 | 2026-07-16T03:50:13.342Z | Checking ingot v0.1.1 |
| 1244 | 2026-07-16T03:50:13.393Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1245 | 2026-07-16T03:50:13.497Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1246 | 2026-07-16T03:50:13.527Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1247 | 2026-07-16T03:50:13.548Z | Compiling nom v7.1.3 |
| 1248 | 2026-07-16T03:50:13.575Z | Checking goblin v0.8.2 |
| 1249 | 2026-07-16T03:50:13.683Z | Checking rayon v1.11.0 |
| 1250 | 2026-07-16T03:50:13.931Z | Compiling num_enum_derive v0.5.11 |
| 1251 | 2026-07-16T03:50:14.231Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1252 | 2026-07-16T03:50:14.614Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1253 | 2026-07-16T03:50:14.730Z | Compiling rustc_version v0.4.1 |
| 1254 | 2026-07-16T03:50:14.832Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1255 | 2026-07-16T03:50:15.056Z | Checking tinyvec_macros v0.1.1 |
| 1256 | 2026-07-16T03:50:15.074Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1257 | 2026-07-16T03:50:15.128Z | Compiling rustix v0.38.44 |
| 1258 | 2026-07-16T03:50:15.203Z | Compiling convert_case v0.4.0 |
| 1259 | 2026-07-16T03:50:15.288Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1260 | 2026-07-16T03:50:15.322Z | Compiling proc-macro-error2 v2.0.1 |
| 1261 | 2026-07-16T03:50:15.513Z | Compiling derive_more v0.99.20 |
| 1262 | 2026-07-16T03:50:15.595Z | Checking tinyvec v1.10.0 |
| 1263 | 2026-07-16T03:50:15.678Z | Checking num_enum v0.5.11 |
| 1264 | 2026-07-16T03:50:15.729Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1265 | 2026-07-16T03:50:15.805Z | Compiling libz-sys v1.1.22 |
| 1266 | 2026-07-16T03:50:15.837Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1267 | 2026-07-16T03:50:15.995Z | Compiling crc32fast v1.5.0 |
| 1268 | 2026-07-16T03:50:16.199Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1269 | 2026-07-16T03:50:16.288Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1270 | 2026-07-16T03:50:16.319Z | Compiling tabled_derive v0.11.0 |
| 1271 | 2026-07-16T03:50:16.926Z | Compiling usdt-attr-macro v0.5.0 |
| 1272 | 2026-07-16T03:50:16.954Z | Compiling usdt-macro v0.5.0 |
| 1273 | 2026-07-16T03:50:17.057Z | Compiling zone_cfg_derive v0.3.1 |
| 1274 | 2026-07-16T03:50:17.156Z | Checking papergrid v0.17.0 |
| 1275 | 2026-07-16T03:50:17.381Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1276 | 2026-07-16T03:50:17.620Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1277 | 2026-07-16T03:50:17.638Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1278 | 2026-07-16T03:50:17.717Z | Checking itertools v0.12.1 |
| 1279 | 2026-07-16T03:50:17.732Z | Checking testing_table v0.3.0 |
| 1280 | 2026-07-16T03:50:17.809Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1281 | 2026-07-16T03:50:17.825Z | Checking sigpipe v0.1.3 |
| 1282 | 2026-07-16T03:50:17.906Z | Checking memmap v0.7.0 |
| 1283 | 2026-07-16T03:50:17.964Z | Checking jiff v0.2.15 |
| 1284 | 2026-07-16T03:50:18.006Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1285 | 2026-07-16T03:50:18.038Z | Checking adler2 v2.0.1 |
| 1286 | 2026-07-16T03:50:18.052Z | Checking glob v0.3.3 |
| 1287 | 2026-07-16T03:50:18.150Z | Checking miniz_oxide v0.8.9 |
| 1288 | 2026-07-16T03:50:18.241Z | Checking usdt v0.5.0 |
| 1289 | 2026-07-16T03:50:18.311Z | Checking tabled v0.20.0 |
| 1290 | 2026-07-16T03:50:18.380Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1291 | 2026-07-16T03:50:18.408Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1292 | 2026-07-16T03:50:18.495Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1293 | 2026-07-16T03:50:18.553Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1294 | 2026-07-16T03:50:18.690Z | Checking zone v0.3.1 |
| 1295 | 2026-07-16T03:50:18.719Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1296 | 2026-07-16T03:50:18.844Z | Checking smf v0.2.3 |
| 1297 | 2026-07-16T03:50:18.933Z | Checking secrecy v0.10.3 |
| 1298 | 2026-07-16T03:50:19.029Z | Checking bstr v1.12.0 |
| 1299 | 2026-07-16T03:50:19.066Z | Checking whoami v1.6.1 |
| 1300 | 2026-07-16T03:50:19.230Z | Checking flate2 v1.1.2 |
| 1301 | 2026-07-16T03:50:19.233Z | Compiling curve25519-dalek v4.1.3 |
| 1302 | 2026-07-16T03:50:19.353Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1303 | 2026-07-16T03:50:19.376Z | Compiling clang-sys v1.8.1 |
| 1304 | 2026-07-16T03:50:19.510Z | Checking hmac v0.12.1 |
| 1305 | 2026-07-16T03:50:19.539Z | Checking inout v0.1.4 |
| 1306 | 2026-07-16T03:50:19.642Z | Checking hybrid-array v0.4.12 |
| 1307 | 2026-07-16T03:50:19.666Z | Checking ff v0.13.1 |
| 1308 | 2026-07-16T03:50:19.737Z | Compiling enum-as-inner v0.6.1 |
| 1309 | 2026-07-16T03:50:19.791Z | Checking data-encoding v2.9.0 |
| 1310 | 2026-07-16T03:50:20.084Z | Compiling semver v0.1.20 |
| 1311 | 2026-07-16T03:50:20.138Z | Checking group v0.13.0 |
| 1312 | 2026-07-16T03:50:20.272Z | Compiling rustc_version v0.1.7 |
| 1313 | 2026-07-16T03:50:20.309Z | Checking cipher v0.4.4 |
| 1314 | 2026-07-16T03:50:20.324Z | Checking hkdf v0.12.4 |
| 1315 | 2026-07-16T03:50:20.339Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1316 | 2026-07-16T03:50:20.433Z | Checking atomicwrites v0.4.4 |
| 1317 | 2026-07-16T03:50:20.456Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1318 | 2026-07-16T03:50:20.472Z | Checking universal-hash v0.5.1 |
| 1319 | 2026-07-16T03:50:20.493Z | Checking crypto-bigint v0.5.5 |
| 1320 | 2026-07-16T03:50:20.507Z | Compiling regress v0.11.1 |
| 1321 | 2026-07-16T03:50:20.556Z | Checking half v2.7.1 |
| 1322 | 2026-07-16T03:50:20.593Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1323 | 2026-07-16T03:50:20.774Z | Checking base64ct v1.8.0 |
| 1324 | 2026-07-16T03:50:20.804Z | Checking indent_write v2.2.0 |
| 1325 | 2026-07-16T03:50:20.937Z | Checking ciborium-io v0.2.2 |
| 1326 | 2026-07-16T03:50:21.013Z | Checking base16ct v0.2.0 |
| 1327 | 2026-07-16T03:50:21.031Z | Checking opaque-debug v0.3.1 |
| 1328 | 2026-07-16T03:50:21.105Z | Checking poly1305 v0.8.0 |
| 1329 | 2026-07-16T03:50:21.139Z | Checking ciborium-ll v0.2.2 |
| 1330 | 2026-07-16T03:50:21.311Z | Checking password-hash v0.5.0 |
| 1331 | 2026-07-16T03:50:21.334Z | Checking chacha20 v0.9.1 |
| 1332 | 2026-07-16T03:50:21.517Z | Checking elliptic-curve v0.13.8 |
| 1333 | 2026-07-16T03:50:21.531Z | Compiling newtype_derive v0.1.6 |
| 1334 | 2026-07-16T03:50:21.545Z | Checking crypto-common v0.2.2 |
| 1335 | 2026-07-16T03:50:21.548Z | Checking thiserror-no-std v2.0.2 |
| 1336 | 2026-07-16T03:50:21.645Z | Checking block-buffer v0.12.0 |
| 1337 | 2026-07-16T03:50:21.750Z | Checking similar v2.7.0 |
| 1338 | 2026-07-16T03:50:21.765Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1339 | 2026-07-16T03:50:21.791Z | Checking blake2 v0.10.6 |
| 1340 | 2026-07-16T03:50:21.950Z | Checking aead v0.5.2 |
| 1341 | 2026-07-16T03:50:22.002Z | Compiling libloading v0.8.9 |
| 1342 | 2026-07-16T03:50:22.005Z | Checking const-oid v0.10.2 |
| 1343 | 2026-07-16T03:50:22.079Z | Compiling typify-impl v0.6.2 |
| 1344 | 2026-07-16T03:50:22.082Z | Compiling owo-colors v4.3.0 |
| 1345 | 2026-07-16T03:50:22.156Z | Checking keccak v0.1.6 |
| 1346 | 2026-07-16T03:50:22.159Z | Checking linked-hash-map v0.5.6 |
| 1347 | 2026-07-16T03:50:22.201Z | Checking compression-core v0.4.32 |
| 1348 | 2026-07-16T03:50:22.216Z | Compiling bindgen v0.72.1 |
| 1349 | 2026-07-16T03:50:22.319Z | Checking resolv-conf v0.7.5 |
| 1350 | 2026-07-16T03:50:22.322Z | Checking lru-cache v0.1.2 |
| 1351 | 2026-07-16T03:50:22.322Z | Checking compression-codecs v0.4.32 |
| 1352 | 2026-07-16T03:50:22.457Z | Checking sha3 v0.10.8 |
| 1353 | 2026-07-16T03:50:22.472Z | Checking digest v0.11.3 |
| 1354 | 2026-07-16T03:50:22.504Z | Checking chacha20poly1305 v0.10.1 |
| 1355 | 2026-07-16T03:50:22.534Z | Checking argon2 v0.5.3 |
| 1356 | 2026-07-16T03:50:22.616Z | Checking vsss-rs v3.3.4 |
| 1357 | 2026-07-16T03:50:22.645Z | Checking ciborium v0.2.2 |
| 1358 | 2026-07-16T03:50:22.679Z | Checking hickory-proto v0.24.4 |
| 1359 | 2026-07-16T03:50:22.831Z | Checking tokio-dtrace v0.1.1 |
| 1360 | 2026-07-16T03:50:23.012Z | Compiling cexpr v0.6.0 |
| 1361 | 2026-07-16T03:50:23.066Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1362 | 2026-07-16T03:50:23.348Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1363 | 2026-07-16T03:50:23.575Z | Checking serde-big-array v0.5.1 |
| 1364 | 2026-07-16T03:50:23.578Z | Compiling serde_repr v0.1.20 |
| 1365 | 2026-07-16T03:50:23.714Z | Compiling derive-where v1.6.0 |
| 1366 | 2026-07-16T03:50:23.749Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1367 | 2026-07-16T03:50:23.954Z | Compiling dropshot v0.17.1 |
| 1368 | 2026-07-16T03:50:23.992Z | Compiling shlex v1.3.0 |
| 1369 | 2026-07-16T03:50:24.162Z | Checking same-file v1.0.6 |
| 1370 | 2026-07-16T03:50:24.178Z | Checking cpufeatures v0.3.0 |
| 1371 | 2026-07-16T03:50:24.192Z | Checking unicode-segmentation v1.12.0 |
| 1372 | 2026-07-16T03:50:24.194Z | Checking siphasher v1.0.1 |
| 1373 | 2026-07-16T03:50:24.249Z | Checking sha1 v0.11.0 |
| 1374 | 2026-07-16T03:50:24.282Z | Checking walkdir v2.5.0 |
| 1375 | 2026-07-16T03:50:24.365Z | Checking phf_shared v0.12.1 |
| 1376 | 2026-07-16T03:50:24.447Z | Checking hickory-resolver v0.24.4 |
| 1377 | 2026-07-16T03:50:24.476Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1378 | 2026-07-16T03:50:24.501Z | Checking newline-converter v0.3.0 |
| 1379 | 2026-07-16T03:50:24.626Z | Checking toml v1.1.2+spec-1.1.0 |
| 1380 | 2026-07-16T03:50:24.944Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1381 | 2026-07-16T03:50:25.143Z | Checking oxide-tokio-rt v0.1.2 |
| 1382 | 2026-07-16T03:50:25.265Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1383 | 2026-07-16T03:50:25.368Z | Checking async-compression v0.4.33 |
| 1384 | 2026-07-16T03:50:25.465Z | Compiling progenitor-impl v0.10.0 |
| 1385 | 2026-07-16T03:50:25.534Z | Compiling typify-macro v0.6.2 |
| 1386 | 2026-07-16T03:50:25.620Z | Checking console v0.15.11 |
| 1387 | 2026-07-16T03:50:25.897Z | Checking tokio-stream v0.1.17 |
| 1388 | 2026-07-16T03:50:26.056Z | Compiling dropshot_endpoint v0.17.1 |
| 1389 | 2026-07-16T03:50:26.261Z | Compiling pin-project-internal v1.1.10 |
| 1390 | 2026-07-16T03:50:26.276Z | Compiling slog-dtrace v0.3.0 |
| 1391 | 2026-07-16T03:50:26.511Z | Checking csv-core v0.1.12 |
| 1392 | 2026-07-16T03:50:26.691Z | Compiling cancel-safe-futures v0.1.5 |
| 1393 | 2026-07-16T03:50:26.775Z | Checking smawk v0.3.2 |
| 1394 | 2026-07-16T03:50:26.911Z | Compiling unicode-xid v0.2.6 |
| 1395 | 2026-07-16T03:50:26.942Z | Checking unicode-width v0.1.14 |
| 1396 | 2026-07-16T03:50:27.038Z | Checking swrite v0.1.0 |
| 1397 | 2026-07-16T03:50:27.100Z | Compiling chrono-tz v0.10.4 |
| 1398 | 2026-07-16T03:50:27.132Z | Checking foldhash v0.1.5 |
| 1399 | 2026-07-16T03:50:27.195Z | Checking unicode-linebreak v0.1.5 |
| 1400 | 2026-07-16T03:50:27.271Z | Checking hashbrown v0.15.5 |
| 1401 | 2026-07-16T03:50:27.332Z | Checking pin-project v1.1.10 |
| 1402 | 2026-07-16T03:50:27.350Z | Compiling const_format_proc_macros v0.2.34 |
| 1403 | 2026-07-16T03:50:27.406Z | Checking textwrap v0.16.2 |
| 1404 | 2026-07-16T03:50:27.448Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1405 | 2026-07-16T03:50:27.547Z | Compiling progenitor-macro v0.10.0 |
| 1406 | 2026-07-16T03:50:27.619Z | Checking csv v1.4.0 |
| 1407 | 2026-07-16T03:50:27.727Z | Checking qorb v0.4.1 |
| 1408 | 2026-07-16T03:50:27.743Z | Checking expectorate v1.2.0 |
| 1409 | 2026-07-16T03:50:27.872Z | Checking phf v0.12.1 |
| 1410 | 2026-07-16T03:50:27.982Z | Checking unicode-normalization v0.1.24 |
| 1411 | 2026-07-16T03:50:28.013Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1412 | 2026-07-16T03:50:28.122Z | Compiling snafu-derive v0.8.9 |
| 1413 | 2026-07-16T03:50:28.889Z | Checking libsw-core v0.3.2 |
| 1414 | 2026-07-16T03:50:29.040Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1415 | 2026-07-16T03:50:29.359Z | Compiling async-recursion v1.1.1 |
| 1416 | 2026-07-16T03:50:29.374Z | Compiling cookie v0.18.1 |
| 1417 | 2026-07-16T03:50:29.470Z | Checking fixedbitset v0.5.7 |
| 1418 | 2026-07-16T03:50:29.670Z | Checking highway v1.3.0 |
| 1419 | 2026-07-16T03:50:29.813Z | Checking fixedbitset v0.4.2 |
| 1420 | 2026-07-16T03:50:29.851Z | Compiling moka v0.12.11 |
| 1421 | 2026-07-16T03:50:29.901Z | Checking snafu v0.8.9 |
| 1422 | 2026-07-16T03:50:29.981Z | Checking petgraph v0.6.5 |
| 1423 | 2026-07-16T03:50:30.129Z | Checking petgraph v0.8.2 |
| 1424 | 2026-07-16T03:50:30.365Z | Checking libsw v3.5.0 |
| 1425 | 2026-07-16T03:50:30.514Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1426 | 2026-07-16T03:50:30.701Z | Checking olpc-cjson v0.1.4 |
| 1427 | 2026-07-16T03:50:30.841Z | Checking const_format v0.2.34 |
| 1428 | 2026-07-16T03:50:31.126Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1429 | 2026-07-16T03:50:31.446Z | Checking papergrid v0.11.0 |
| 1430 | 2026-07-16T03:50:31.462Z | Compiling typify v0.6.2 |
| 1431 | 2026-07-16T03:50:31.512Z | Checking globset v0.4.16 |
| 1432 | 2026-07-16T03:50:31.555Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1433 | 2026-07-16T03:50:31.572Z | Checking gethostname v0.5.0 |
| 1434 | 2026-07-16T03:50:31.675Z | Checking progenitor v0.10.0 |
| 1435 | 2026-07-16T03:50:31.750Z | Compiling tabled_derive v0.7.0 |
| 1436 | 2026-07-16T03:50:31.768Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-07-16T03:50:31.806Z | Checking reqwest v0.13.2 |
| 1438 | 2026-07-16T03:50:32.028Z | Checking bcs v0.1.6 |
| 1439 | 2026-07-16T03:50:32.031Z | Checking pem v3.0.5 |
| 1440 | 2026-07-16T03:50:32.088Z | Checking serde_plain v1.0.2 |
| 1441 | 2026-07-16T03:50:32.199Z | Checking humantime v2.3.0 |
| 1442 | 2026-07-16T03:50:32.234Z | Checking typed-path v0.9.3 |
| 1443 | 2026-07-16T03:50:32.265Z | Checking termtree v0.5.1 |
| 1444 | 2026-07-16T03:50:32.349Z | Checking crc8 v0.1.1 |
| 1445 | 2026-07-16T03:50:32.379Z | Checking linear-map v1.2.0 |
| 1446 | 2026-07-16T03:50:32.397Z | Checking tagptr v0.2.0 |
| 1447 | 2026-07-16T03:50:32.441Z | Compiling signal-hook v0.4.4 |
| 1448 | 2026-07-16T03:50:32.546Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-07-16T03:50:32.672Z | Checking tabled v0.15.0 |
| 1450 | 2026-07-16T03:50:32.691Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1451 | 2026-07-16T03:50:32.972Z | Checking tough v0.20.0 |
| 1452 | 2026-07-16T03:50:33.140Z | Compiling progenitor-impl v0.14.0 |
| 1453 | 2026-07-16T03:50:33.776Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1454 | 2026-07-16T03:50:33.898Z | Checking steno v0.4.1 |
| 1455 | 2026-07-16T03:50:34.162Z | Checking hickory-proto v0.25.2 |
| 1456 | 2026-07-16T03:50:34.773Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1457 | 2026-07-16T03:50:34.856Z | Compiling cargo-platform v0.1.9 |
| 1458 | 2026-07-16T03:50:34.909Z | Compiling vergen v8.3.2 |
| 1459 | 2026-07-16T03:50:35.108Z | Compiling fs-err v3.1.2 |
| 1460 | 2026-07-16T03:50:35.194Z | Compiling cargo_metadata v0.18.1 |
| 1461 | 2026-07-16T03:50:35.209Z | Compiling progenitor-macro v0.14.0 |
| 1462 | 2026-07-16T03:50:35.449Z | Checking progenitor-client v0.14.0 |
| 1463 | 2026-07-16T03:50:35.615Z | Checking dropshot-api-manager-types v0.7.2 |
| 1464 | 2026-07-16T03:50:35.671Z | Checking sha2 v0.10.9 |
| 1465 | 2026-07-16T03:50:35.761Z | Checking hickory-resolver v0.25.2 |
| 1466 | 2026-07-16T03:50:35.783Z | Compiling blake3 v1.8.2 |
| 1467 | 2026-07-16T03:50:36.387Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1468 | 2026-07-16T03:50:36.431Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1469 | 2026-07-16T03:50:36.561Z | Checking git-stub v1.0.0 |
| 1470 | 2026-07-16T03:50:36.629Z | Compiling strum_macros v0.28.0 |
| 1471 | 2026-07-16T03:50:36.714Z | Checking filetime v0.2.26 |
| 1472 | 2026-07-16T03:50:36.852Z | Checking arrayvec v0.7.6 |
| 1473 | 2026-07-16T03:50:37.037Z | Checking is_ci v1.2.0 |
| 1474 | 2026-07-16T03:50:37.135Z | Compiling curl v0.4.50 |
| 1475 | 2026-07-16T03:50:37.551Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1476 | 2026-07-16T03:50:37.745Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1477 | 2026-07-16T03:50:38.104Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-07-16T03:50:38.167Z | Checking constant_time_eq v0.3.1 |
| 1479 | 2026-07-16T03:50:38.266Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1480 | 2026-07-16T03:50:38.429Z | Checking arrayref v0.3.9 |
| 1481 | 2026-07-16T03:50:38.492Z | Checking xattr v1.6.1 |
| 1482 | 2026-07-16T03:50:38.521Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-07-16T03:50:38.624Z | Checking tar v0.4.45 |
| 1484 | 2026-07-16T03:50:38.797Z | Checking strum v0.28.0 |
| 1485 | 2026-07-16T03:50:38.824Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1486 | 2026-07-16T03:50:38.913Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-07-16T03:50:38.949Z | Checking toml v0.7.8 |
| 1488 | 2026-07-16T03:50:39.056Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1489 | 2026-07-16T03:50:39.075Z | Checking supports-color v3.0.2 |
| 1490 | 2026-07-16T03:50:39.198Z | Checking git-stub-vcs v0.1.0 |
| 1491 | 2026-07-16T03:50:39.355Z | Checking progenitor v0.14.0 |
| 1492 | 2026-07-16T03:50:39.376Z | Checking drift v0.2.0 |
| 1493 | 2026-07-16T03:50:39.407Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1494 | 2026-07-16T03:50:39.476Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1495 | 2026-07-16T03:50:39.508Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1496 | 2026-07-16T03:50:39.543Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1497 | 2026-07-16T03:50:39.632Z | Checking kstat-rs v0.2.4 |
| 1498 | 2026-07-16T03:50:39.649Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1499 | 2026-07-16T03:50:39.808Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1500 | 2026-07-16T03:50:40.098Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1501 | 2026-07-16T03:50:40.147Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1502 | 2026-07-16T03:50:40.302Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1503 | 2026-07-16T03:50:40.461Z | Checking topological-sort v0.2.2 |
| 1504 | 2026-07-16T03:50:40.597Z | Checking omicron-zone-package v0.12.2 |
| 1505 | 2026-07-16T03:50:40.710Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1506 | 2026-07-16T03:50:40.727Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1507 | 2026-07-16T03:50:40.806Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1508 | 2026-07-16T03:50:41.453Z | Checking dropshot-api-manager v0.7.2 |
| 1509 | 2026-07-16T03:50:42.431Z | Checking signal-hook-tokio v0.4.0 |
| 1510 | 2026-07-16T03:50:42.559Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1511 | 2026-07-16T03:50:42.585Z | Checking scuffle v0.1.0 |
| 1512 | 2026-07-16T03:50:43.071Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1513 | 2026-07-16T03:50:43.111Z | Checking iddqd v0.4.5 |
| 1514 | 2026-07-16T03:50:43.198Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1515 | 2026-07-16T03:50:43.391Z | Checking search_path v0.1.4 |
| 1516 | 2026-07-16T03:50:43.533Z | Checking internet-checksum v0.2.1 |
| 1517 | 2026-07-16T03:50:43.653Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1518 | 2026-07-16T03:50:43.835Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1519 | 2026-07-16T03:50:43.851Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1520 | 2026-07-16T03:50:44.223Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1521 | 2026-07-16T03:50:44.971Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1522 | 2026-07-16T03:50:45.147Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1523 | 2026-07-16T03:50:45.837Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1524 | 2026-07-16T03:50:46.230Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1525 | 2026-07-16T03:50:46.359Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1526 | 2026-07-16T03:50:46.694Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1527 | 2026-07-16T03:50:46.961Z | Compiling git2 v0.19.0 |
| 1528 | 2026-07-16T03:50:47.542Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1529 | 2026-07-16T03:50:49.250Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1530 | 2026-07-16T03:50:57.546Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1531 | 2026-07-16T03:50:58.819Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1532 | 2026-07-16T03:51:03.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
| 1533 | 2026-07-16T03:51:04.026Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1534 | 2026-07-16T03:51:04.026Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1535 | 2026-07-16T03:51:04.520Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1536 | 2026-07-16T03:51:04.520Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1537 | 2026-07-16T03:51:04.523Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1538 | 2026-07-16T03:51:04.600Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1539 | 2026-07-16T03:51:11.763Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1540 | 2026-07-16T03:51:11.763Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1541 | 2026-07-16T03:51:14.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.22s |
| 1542 | 2026-07-16T03:51:14.442Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1543 | 2026-07-16T03:51:14.442Z | + cargo clippy --features softnpu -- --deny warnings |
| 1544 | 2026-07-16T03:51:14.742Z | Downloading crates ... |
| 1545 | 2026-07-16T03:51:14.887Z | Downloaded wyz v0.5.1 |
| 1546 | 2026-07-16T03:51:14.890Z | Downloaded erased-serde v0.4.8 |
| 1547 | 2026-07-16T03:51:14.890Z | Downloaded tap v1.0.1 |
| 1548 | 2026-07-16T03:51:14.890Z | Downloaded serde_arrays v0.1.0 |
| 1549 | 2026-07-16T03:51:14.892Z | Downloaded funty v2.0.0 |
| 1550 | 2026-07-16T03:51:14.892Z | Downloaded bitstruct v0.1.1 |
| 1551 | 2026-07-16T03:51:14.892Z | Downloaded typeid v1.0.3 |
| 1552 | 2026-07-16T03:51:14.895Z | Downloaded radium v0.7.0 |
| 1553 | 2026-07-16T03:51:14.895Z | Downloaded bitstruct_derive v0.1.0 |
| 1554 | 2026-07-16T03:51:14.895Z | Downloaded ascii v1.1.0 |
| 1555 | 2026-07-16T03:51:14.902Z | Downloaded libloading v0.7.4 |
| 1556 | 2026-07-16T03:51:14.910Z | Downloaded num-bigint v0.4.6 |
| 1557 | 2026-07-16T03:51:14.916Z | Downloaded bitvec v1.0.1 |
| 1558 | 2026-07-16T03:51:15.051Z | Checking num-integer v0.1.46 |
| 1559 | 2026-07-16T03:51:15.131Z | Checking num-complex v0.4.6 |
| 1560 | 2026-07-16T03:51:15.143Z | Compiling radium v0.7.0 |
| 1561 | 2026-07-16T03:51:15.151Z | Checking tap v1.0.1 |
| 1562 | 2026-07-16T03:51:15.157Z | Checking funty v2.0.0 |
| 1563 | 2026-07-16T03:51:15.164Z | Compiling typeid v1.0.3 |
| 1564 | 2026-07-16T03:51:15.167Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1565 | 2026-07-16T03:51:15.177Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1566 | 2026-07-16T03:51:15.237Z | Checking wyz v0.5.1 |
| 1567 | 2026-07-16T03:51:15.328Z | Checking num-bigint v0.4.6 |
| 1568 | 2026-07-16T03:51:15.331Z | Checking num-iter v0.1.45 |
| 1569 | 2026-07-16T03:51:15.386Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1570 | 2026-07-16T03:51:15.402Z | Compiling erased-serde v0.4.8 |
| 1571 | 2026-07-16T03:51:15.452Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1572 | 2026-07-16T03:51:15.462Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-07-16T03:51:15.485Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-07-16T03:51:15.531Z | Compiling bitstruct_derive v0.1.0 |
| 1575 | 2026-07-16T03:51:15.562Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1576 | 2026-07-16T03:51:15.577Z | Checking bitvec v1.0.1 |
| 1577 | 2026-07-16T03:51:15.577Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1578 | 2026-07-16T03:51:15.593Z | Checking ascii v1.1.0 |
| 1579 | 2026-07-16T03:51:15.596Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1580 | 2026-07-16T03:51:15.666Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1581 | 2026-07-16T03:51:15.759Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-07-16T03:51:15.768Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1583 | 2026-07-16T03:51:15.776Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1584 | 2026-07-16T03:51:15.784Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1585 | 2026-07-16T03:51:16.059Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1586 | 2026-07-16T03:51:16.076Z | Checking serde_arrays v0.1.0 |
| 1587 | 2026-07-16T03:51:16.163Z | Checking num-rational v0.4.2 |
| 1588 | 2026-07-16T03:51:16.172Z | Checking bitstruct v0.1.1 |
| 1589 | 2026-07-16T03:51:16.179Z | Checking libloading v0.7.4 |
| 1590 | 2026-07-16T03:51:16.210Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1591 | 2026-07-16T03:51:16.431Z | Checking num v0.4.3 |
| 1592 | 2026-07-16T03:51:16.497Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1593 | 2026-07-16T03:51:17.005Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1594 | 2026-07-16T03:51:17.300Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1595 | 2026-07-16T03:51:17.303Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1596 | 2026-07-16T03:51:17.488Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1597 | 2026-07-16T03:51:17.724Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1598 | 2026-07-16T03:51:17.724Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-07-16T03:51:18.180Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-07-16T03:51:18.394Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1601 | 2026-07-16T03:51:18.394Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1602 | 2026-07-16T03:51:18.399Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1603 | 2026-07-16T03:51:18.399Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1604 | 2026-07-16T03:51:18.775Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1605 | 2026-07-16T03:51:19.185Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1606 | 2026-07-16T03:51:20.048Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1607 | 2026-07-16T03:51:22.352Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1608 | 2026-07-16T03:51:22.699Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1609 | 2026-07-16T03:51:23.577Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1610 | 2026-07-16T03:51:24.187Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1611 | 2026-07-16T03:51:24.302Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1612 | 2026-07-16T03:51:30.823Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1613 | 2026-07-16T03:51:32.087Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1614 | 2026-07-16T03:51:32.623Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1615 | 2026-07-16T03:51:37.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.58s |
| 1616 | 2026-07-16T03:51:37.213Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1617 | 2026-07-16T03:51:37.213Z | + cargo clippy --features chaos -- --deny warnings |
| 1618 | 2026-07-16T03:51:37.695Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1619 | 2026-07-16T03:51:37.695Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1620 | 2026-07-16T03:51:37.696Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1621 | 2026-07-16T03:51:44.851Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1622 | 2026-07-16T03:51:44.854Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1623 | 2026-07-16T03:51:47.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s |
| 1624 | 2026-07-16T03:51:47.465Z | + banner fmt |
| 1625 | 2026-07-16T03:51:47.469Z | |
| 1626 | 2026-07-16T03:51:47.470Z | ###### # # ##### |
| 1627 | 2026-07-16T03:51:47.470Z | # ## ## # |
| 1628 | 2026-07-16T03:51:47.470Z | ##### # ## # # |
| 1629 | 2026-07-16T03:51:47.470Z | # # # # |
| 1630 | 2026-07-16T03:51:47.470Z | # # # # |
| 1631 | 2026-07-16T03:51:47.470Z | # # # # |
| 1632 | 2026-07-16T03:51:47.470Z | |
| 1633 | 2026-07-16T03:51:47.470Z | + cargo fmt -- --check |
| 1634 | 2026-07-16T03:51:47.915Z | + banner test |
| 1635 | 2026-07-16T03:51:47.919Z | |
| 1636 | 2026-07-16T03:51:47.919Z | ##### ###### #### ##### |
| 1637 | 2026-07-16T03:51:47.919Z | # # # # |
| 1638 | 2026-07-16T03:51:47.919Z | # ##### #### # |
| 1639 | 2026-07-16T03:51:47.919Z | # # # # |
| 1640 | 2026-07-16T03:51:47.919Z | # # # # # |
| 1641 | 2026-07-16T03:51:47.919Z | # ###### #### # |
| 1642 | 2026-07-16T03:51:47.919Z | |
| 1643 | 2026-07-16T03:51:47.919Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1644 | 2026-07-16T03:51:47.919Z | + RUST_BACKTRACE=full |
| 1645 | 2026-07-16T03:51:47.919Z | + cargo test --features tofino_stub --no-fail-fast |
| 1646 | 2026-07-16T03:51:48.773Z | Compiling unicode-ident v1.0.24 |
| 1647 | 2026-07-16T03:51:48.774Z | Compiling cfg-if v1.0.4 |
| 1648 | 2026-07-16T03:51:48.774Z | Compiling memchr v2.7.5 |
| 1649 | 2026-07-16T03:51:48.777Z | Compiling serde_core v1.0.228 |
| 1650 | 2026-07-16T03:51:48.899Z | Compiling itoa v1.0.15 |
| 1651 | 2026-07-16T03:51:48.907Z | Compiling libc v0.2.186 |
| 1652 | 2026-07-16T03:51:48.915Z | Compiling zmij v1.0.17 |
| 1653 | 2026-07-16T03:51:48.946Z | Compiling libm v0.2.15 |
| 1654 | 2026-07-16T03:51:48.990Z | Compiling proc-macro2 v1.0.106 |
| 1655 | 2026-07-16T03:51:49.021Z | Compiling heck v0.5.0 |
| 1656 | 2026-07-16T03:51:49.180Z | Compiling equivalent v1.0.2 |
| 1657 | 2026-07-16T03:51:49.286Z | Compiling log v0.4.29 |
| 1658 | 2026-07-16T03:51:49.394Z | Compiling quote v1.0.45 |
| 1659 | 2026-07-16T03:51:49.412Z | Compiling smallvec v1.15.1 |
| 1660 | 2026-07-16T03:51:49.472Z | Compiling iana-time-zone v0.1.64 |
| 1661 | 2026-07-16T03:51:49.611Z | Compiling syn v2.0.118 |
| 1662 | 2026-07-16T03:51:49.638Z | Compiling dyn-clone v1.0.20 |
| 1663 | 2026-07-16T03:51:49.691Z | Compiling hashbrown v0.17.1 |
| 1664 | 2026-07-16T03:51:49.704Z | Compiling stable_deref_trait v1.2.0 |
| 1665 | 2026-07-16T03:51:49.715Z | Compiling pin-project-lite v0.2.16 |
| 1666 | 2026-07-16T03:51:49.778Z | Compiling percent-encoding v2.3.2 |
| 1667 | 2026-07-16T03:51:49.790Z | Compiling litemap v0.8.0 |
| 1668 | 2026-07-16T03:51:49.810Z | Compiling writeable v0.6.1 |
| 1669 | 2026-07-16T03:51:49.999Z | Compiling fnv v1.0.7 |
| 1670 | 2026-07-16T03:51:50.020Z | Compiling icu_properties_data v2.0.1 |
| 1671 | 2026-07-16T03:51:50.066Z | Compiling icu_normalizer_data v2.0.0 |
| 1672 | 2026-07-16T03:51:50.099Z | Compiling regex-syntax v0.8.11 |
| 1673 | 2026-07-16T03:51:50.131Z | Compiling form_urlencoded v1.2.2 |
| 1674 | 2026-07-16T03:51:50.143Z | Compiling utf8_iter v1.0.4 |
| 1675 | 2026-07-16T03:51:50.155Z | Compiling scopeguard v1.2.0 |
| 1676 | 2026-07-16T03:51:50.260Z | Compiling lock_api v0.4.14 |
| 1677 | 2026-07-16T03:51:50.272Z | Compiling num-traits v0.2.19 |
| 1678 | 2026-07-16T03:51:50.314Z | Compiling aho-corasick v1.1.3 |
| 1679 | 2026-07-16T03:51:50.490Z | Compiling ucd-trie v0.1.7 |
| 1680 | 2026-07-16T03:51:50.742Z | Compiling semver v1.0.28 |
| 1681 | 2026-07-16T03:51:50.797Z | Compiling serde_json v1.0.150 |
| 1682 | 2026-07-16T03:51:50.890Z | Compiling indexmap v2.14.0 |
| 1683 | 2026-07-16T03:51:50.951Z | Compiling byteorder v1.5.0 |
| 1684 | 2026-07-16T03:51:51.088Z | Compiling getrandom v0.4.2 |
| 1685 | 2026-07-16T03:51:51.088Z | Compiling futures-core v0.3.32 |
| 1686 | 2026-07-16T03:51:51.177Z | Compiling allocator-api2 v0.2.21 |
| 1687 | 2026-07-16T03:51:51.243Z | Compiling uuid v1.24.0 |
| 1688 | 2026-07-16T03:51:51.500Z | Compiling time-core v0.1.8 |
| 1689 | 2026-07-16T03:51:51.516Z | Compiling num-conv v0.2.1 |
| 1690 | 2026-07-16T03:51:51.652Z | Compiling regex-automata v0.4.13 |
| 1691 | 2026-07-16T03:51:51.670Z | Compiling foldhash v0.2.0 |
| 1692 | 2026-07-16T03:51:51.682Z | Compiling time-macros v0.2.27 |
| 1693 | 2026-07-16T03:51:51.711Z | Compiling ryu v1.0.20 |
| 1694 | 2026-07-16T03:51:51.749Z | Compiling futures-sink v0.3.32 |
| 1695 | 2026-07-16T03:51:51.857Z | Compiling hashbrown v0.16.1 |
| 1696 | 2026-07-16T03:51:51.894Z | Compiling pretty-hex v0.4.1 |
| 1697 | 2026-07-16T03:51:52.034Z | Compiling slab v0.4.11 |
| 1698 | 2026-07-16T03:51:52.213Z | Compiling plain v0.2.3 |
| 1699 | 2026-07-16T03:51:52.327Z | Compiling strsim v0.11.1 |
| 1700 | 2026-07-16T03:51:52.443Z | Compiling synstructure v0.13.2 |
| 1701 | 2026-07-16T03:51:52.526Z | Compiling serde_derive_internals v0.29.1 |
| 1702 | 2026-07-16T03:51:52.601Z | Compiling futures-channel v0.3.32 |
| 1703 | 2026-07-16T03:51:52.719Z | Compiling futures-io v0.3.32 |
| 1704 | 2026-07-16T03:51:52.777Z | Compiling futures-task v0.3.32 |
| 1705 | 2026-07-16T03:51:52.823Z | Compiling socket2 v0.6.4 |
| 1706 | 2026-07-16T03:51:52.885Z | Compiling parking_lot_core v0.9.12 |
| 1707 | 2026-07-16T03:51:52.953Z | Compiling signal-hook-registry v1.4.6 |
| 1708 | 2026-07-16T03:51:52.965Z | Compiling thread-id v5.0.0 |
| 1709 | 2026-07-16T03:51:53.048Z | Compiling mio v1.2.1 |
| 1710 | 2026-07-16T03:51:53.178Z | Compiling parking_lot v0.12.5 |
| 1711 | 2026-07-16T03:51:53.275Z | Compiling regress v0.10.5 |
| 1712 | 2026-07-16T03:51:53.344Z | Compiling regex v1.12.4 |
| 1713 | 2026-07-16T03:51:53.361Z | Compiling darling_core v0.21.3 |
| 1714 | 2026-07-16T03:51:53.379Z | Compiling base64 v0.22.1 |
| 1715 | 2026-07-16T03:51:53.560Z | Compiling bitflags v2.11.1 |
| 1716 | 2026-07-16T03:51:53.585Z | Compiling getrandom v0.2.16 |
| 1717 | 2026-07-16T03:51:53.667Z | Compiling serde_derive v1.0.228 |
| 1718 | 2026-07-16T03:51:53.719Z | Compiling zerofrom-derive v0.1.6 |
| 1719 | 2026-07-16T03:51:53.766Z | Compiling yoke-derive v0.8.0 |
| 1720 | 2026-07-16T03:51:53.800Z | Compiling zerovec-derive v0.11.1 |
| 1721 | 2026-07-16T03:51:53.812Z | Compiling displaydoc v0.2.5 |
| 1722 | 2026-07-16T03:51:54.229Z | Compiling thiserror-impl v2.0.18 |
| 1723 | 2026-07-16T03:51:54.578Z | Compiling schemars_derive v0.8.22 |
| 1724 | 2026-07-16T03:51:54.826Z | Compiling tokio-macros v2.7.0 |
| 1725 | 2026-07-16T03:51:54.902Z | Compiling zerocopy-derive v0.8.27 |
| 1726 | 2026-07-16T03:51:54.947Z | Compiling zeroize_derive v1.4.3 |
| 1727 | 2026-07-16T03:51:55.479Z | Compiling futures-macro v0.3.32 |
| 1728 | 2026-07-16T03:51:55.503Z | Compiling thiserror v2.0.18 |
| 1729 | 2026-07-16T03:51:55.614Z | Compiling zerofrom v0.1.6 |
| 1730 | 2026-07-16T03:51:55.653Z | Compiling thiserror-impl v1.0.69 |
| 1731 | 2026-07-16T03:51:55.701Z | Compiling tracing-attributes v0.1.30 |
| 1732 | 2026-07-16T03:51:55.747Z | Compiling yoke v0.8.0 |
| 1733 | 2026-07-16T03:51:55.861Z | Compiling pest v2.8.2 |
| 1734 | 2026-07-16T03:51:55.943Z | Compiling zerovec v0.11.4 |
| 1735 | 2026-07-16T03:51:56.242Z | Compiling zerocopy v0.8.27 |
| 1736 | 2026-07-16T03:51:56.359Z | Compiling zerotrie v0.2.2 |
| 1737 | 2026-07-16T03:51:56.435Z | Compiling serde v1.0.228 |
| 1738 | 2026-07-16T03:51:56.821Z | Compiling tinystr v0.8.1 |
| 1739 | 2026-07-16T03:51:56.865Z | Compiling bytes v1.12.0 |
| 1740 | 2026-07-16T03:51:56.958Z | Compiling serde_tokenstream v0.2.3 |
| 1741 | 2026-07-16T03:51:56.987Z | Compiling icu_locale_core v2.0.0 |
| 1742 | 2026-07-16T03:51:57.027Z | Compiling potential_utf v0.1.3 |
| 1743 | 2026-07-16T03:51:57.182Z | Compiling icu_collections v2.0.0 |
| 1744 | 2026-07-16T03:51:57.197Z | Compiling pest_meta v2.8.2 |
| 1745 | 2026-07-16T03:51:57.206Z | Compiling chrono v0.4.45 |
| 1746 | 2026-07-16T03:51:57.227Z | Compiling scroll_derive v0.13.1 |
| 1747 | 2026-07-16T03:51:57.510Z | Compiling icu_provider v2.0.0 |
| 1748 | 2026-07-16T03:51:57.686Z | Compiling http v1.4.2 |
| 1749 | 2026-07-16T03:51:57.731Z | Compiling pest_generator v2.8.2 |
| 1750 | 2026-07-16T03:51:57.826Z | Compiling icu_normalizer v2.0.0 |
| 1751 | 2026-07-16T03:51:57.851Z | Compiling icu_properties v2.0.1 |
| 1752 | 2026-07-16T03:51:57.864Z | Compiling async-trait v0.1.89 |
| 1753 | 2026-07-16T03:51:58.358Z | Compiling schemars v0.8.22 |
| 1754 | 2026-07-16T03:51:58.435Z | Compiling scroll v0.13.0 |
| 1755 | 2026-07-16T03:51:58.494Z | Compiling pest_derive v2.8.2 |
| 1756 | 2026-07-16T03:51:58.664Z | Compiling goblin v0.10.1 |
| 1757 | 2026-07-16T03:51:58.703Z | Compiling idna_adapter v1.2.1 |
| 1758 | 2026-07-16T03:51:58.715Z | Compiling thiserror v1.0.69 |
| 1759 | 2026-07-16T03:51:58.819Z | Compiling idna v1.1.0 |
| 1760 | 2026-07-16T03:51:58.854Z | Compiling tokio v1.52.3 |
| 1761 | 2026-07-16T03:51:58.867Z | Compiling openapiv3 v2.2.0 |
| 1762 | 2026-07-16T03:51:59.029Z | Compiling daft-derive v0.1.5 |
| 1763 | 2026-07-16T03:51:59.067Z | Compiling dtrace-parser v0.3.0 |
| 1764 | 2026-07-16T03:51:59.480Z | Compiling url v2.5.7 |
| 1765 | 2026-07-16T03:51:59.623Z | Compiling typify-impl v0.4.3 |
| 1766 | 2026-07-16T03:51:59.793Z | Compiling darling_macro v0.21.3 |
| 1767 | 2026-07-16T03:51:59.920Z | Compiling http-body v1.0.1 |
| 1768 | 2026-07-16T03:52:00.119Z | Compiling ppv-lite86 v0.2.21 |
| 1769 | 2026-07-16T03:52:00.437Z | Compiling serde_yaml v0.9.34+deprecated |
| 1770 | 2026-07-16T03:52:00.452Z | Compiling erased-serde v0.3.31 |
| 1771 | 2026-07-16T03:52:00.466Z | Compiling darling v0.21.3 |
| 1772 | 2026-07-16T03:52:00.535Z | Compiling openssl-macros v0.1.1 |
| 1773 | 2026-07-16T03:52:00.825Z | Compiling ipnet v2.11.0 |
| 1774 | 2026-07-16T03:52:00.965Z | Compiling atomic-waker v1.1.2 |
| 1775 | 2026-07-16T03:52:01.377Z | Compiling httparse v1.10.1 |
| 1776 | 2026-07-16T03:52:01.516Z | Compiling dof v0.4.0 |
| 1777 | 2026-07-16T03:52:01.694Z | Compiling untrusted v0.9.0 |
| 1778 | 2026-07-16T03:52:01.724Z | Compiling tower-service v0.3.3 |
| 1779 | 2026-07-16T03:52:01.822Z | Compiling tower-layer v0.3.3 |
| 1780 | 2026-07-16T03:52:01.835Z | Compiling anyhow v1.0.102 |
| 1781 | 2026-07-16T03:52:01.962Z | Compiling try-lock v0.2.5 |
| 1782 | 2026-07-16T03:52:01.995Z | Compiling usdt-impl v0.6.0 |
| 1783 | 2026-07-16T03:52:02.076Z | Compiling want v0.3.1 |
| 1784 | 2026-07-16T03:52:02.116Z | Compiling syn v1.0.109 |
| 1785 | 2026-07-16T03:52:02.233Z | Compiling zeroize v1.8.1 |
| 1786 | 2026-07-16T03:52:02.254Z | Compiling httpdate v1.0.3 |
| 1787 | 2026-07-16T03:52:02.500Z | Compiling portable-atomic v1.11.1 |
| 1788 | 2026-07-16T03:52:02.957Z | Compiling async-stream-impl v0.3.6 |
| 1789 | 2026-07-16T03:52:03.030Z | Compiling structmeta-derive v0.3.0 |
| 1790 | 2026-07-16T03:52:03.403Z | Compiling critical-section v1.2.0 |
| 1791 | 2026-07-16T03:52:03.487Z | Compiling usdt-macro v0.6.0 |
| 1792 | 2026-07-16T03:52:03.518Z | Compiling usdt-attr-macro v0.6.0 |
| 1793 | 2026-07-16T03:52:03.613Z | Compiling once_cell v1.21.3 |
| 1794 | 2026-07-16T03:52:04.008Z | Compiling newtype-uuid-macros v0.1.0 |
| 1795 | 2026-07-16T03:52:04.107Z | Compiling structmeta v0.3.0 |
| 1796 | 2026-07-16T03:52:04.325Z | Compiling strum_macros v0.26.4 |
| 1797 | 2026-07-16T03:52:04.637Z | Compiling powerfmt v0.2.0 |
| 1798 | 2026-07-16T03:52:04.835Z | Compiling deranged v0.5.3 |
| 1799 | 2026-07-16T03:52:04.860Z | Compiling num_threads v0.1.7 |
| 1800 | 2026-07-16T03:52:05.543Z | Compiling http-body-util v0.1.3 |
| 1801 | 2026-07-16T03:52:05.546Z | Compiling omicron-workspace-hack v0.1.0 |
| 1802 | 2026-07-16T03:52:05.714Z | Compiling dropshot_endpoint v0.16.7 |
| 1803 | 2026-07-16T03:52:05.787Z | Compiling serde_urlencoded v0.7.1 |
| 1804 | 2026-07-16T03:52:05.800Z | Compiling ref-cast-impl v1.0.25 |
| 1805 | 2026-07-16T03:52:05.903Z | Compiling typify-macro v0.4.3 |
| 1806 | 2026-07-16T03:52:06.053Z | Compiling derive-ex v0.1.8 |
| 1807 | 2026-07-16T03:52:06.066Z | Compiling strum_macros v0.27.2 |
| 1808 | 2026-07-16T03:52:06.143Z | Compiling sync_wrapper v1.0.2 |
| 1809 | 2026-07-16T03:52:06.256Z | Compiling serde_with_macros v3.14.1 |
| 1810 | 2026-07-16T03:52:06.270Z | Compiling subtle v2.6.1 |
| 1811 | 2026-07-16T03:52:06.445Z | Compiling thread_local v1.1.9 |
| 1812 | 2026-07-16T03:52:06.717Z | Compiling iri-string v0.7.8 |
| 1813 | 2026-07-16T03:52:06.846Z | Compiling futures-util v0.3.32 |
| 1814 | 2026-07-16T03:52:07.397Z | Compiling match_cfg v0.1.0 |
| 1815 | 2026-07-16T03:52:07.474Z | Compiling rand_core v0.6.4 |
| 1816 | 2026-07-16T03:52:07.487Z | Compiling getrandom v0.3.3 |
| 1817 | 2026-07-16T03:52:07.667Z | Compiling test-strategy v0.4.3 |
| 1818 | 2026-07-16T03:52:07.708Z | Compiling term v1.2.0 |
| 1819 | 2026-07-16T03:52:07.837Z | Compiling take_mut v0.2.2 |
| 1820 | 2026-07-16T03:52:07.916Z | Compiling typenum v1.20.1 |
| 1821 | 2026-07-16T03:52:07.983Z | Compiling typify v0.4.3 |
| 1822 | 2026-07-16T03:52:08.080Z | Compiling progenitor-impl v0.11.1 |
| 1823 | 2026-07-16T03:52:08.356Z | Compiling parse-display-derive v0.10.0 |
| 1824 | 2026-07-16T03:52:08.398Z | Compiling tracing-core v0.1.34 |
| 1825 | 2026-07-16T03:52:08.415Z | Compiling toml_datetime v0.6.11 |
| 1826 | 2026-07-16T03:52:08.694Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1827 | 2026-07-16T03:52:08.733Z | Compiling tracing v0.1.41 |
| 1828 | 2026-07-16T03:52:08.892Z | Compiling camino v1.2.3 |
| 1829 | 2026-07-16T03:52:09.058Z | Compiling clap_derive v4.6.1 |
| 1830 | 2026-07-16T03:52:09.190Z | Compiling encoding_rs v0.8.35 |
| 1831 | 2026-07-16T03:52:09.315Z | Compiling fastrand v2.3.0 |
| 1832 | 2026-07-16T03:52:09.317Z | Compiling cpufeatures v0.2.17 |
| 1833 | 2026-07-16T03:52:09.392Z | Compiling mime v0.3.17 |
| 1834 | 2026-07-16T03:52:09.592Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1835 | 2026-07-16T03:52:09.937Z | Compiling unicode-width v0.2.1 |
| 1836 | 2026-07-16T03:52:10.268Z | Compiling errno v0.3.14 |
| 1837 | 2026-07-16T03:52:10.346Z | Compiling hex v0.4.3 |
| 1838 | 2026-07-16T03:52:10.594Z | Compiling generic-array v0.14.7 |
| 1839 | 2026-07-16T03:52:10.618Z | Compiling ipnetwork v0.21.1 |
| 1840 | 2026-07-16T03:52:10.890Z | Compiling crossbeam-utils v0.8.21 |
| 1841 | 2026-07-16T03:52:11.077Z | Compiling tokio-util v0.7.16 |
| 1842 | 2026-07-16T03:52:11.111Z | Compiling slog v2.8.2 |
| 1843 | 2026-07-16T03:52:11.421Z | Compiling rustix v1.1.4 |
| 1844 | 2026-07-16T03:52:11.557Z | Compiling winnow v0.7.14 |
| 1845 | 2026-07-16T03:52:11.631Z | Compiling h2 v0.4.14 |
| 1846 | 2026-07-16T03:52:11.643Z | Compiling crypto-common v0.1.6 |
| 1847 | 2026-07-16T03:52:11.654Z | Compiling progenitor-macro v0.11.1 |
| 1848 | 2026-07-16T03:52:11.782Z | Compiling oxnet v0.1.6 |
| 1849 | 2026-07-16T03:52:11.795Z | Compiling itertools v0.14.0 |
| 1850 | 2026-07-16T03:52:12.269Z | Compiling rand_core v0.9.3 |
| 1851 | 2026-07-16T03:52:12.623Z | Compiling winnow v1.0.3 |
| 1852 | 2026-07-16T03:52:12.989Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1853 | 2026-07-16T03:52:13.027Z | Compiling num-derive v0.4.2 |
| 1854 | 2026-07-16T03:52:13.030Z | Compiling serde_spanned v1.1.1 |
| 1855 | 2026-07-16T03:52:13.051Z | Compiling spin v0.9.8 |
| 1856 | 2026-07-16T03:52:13.175Z | Compiling debug-ignore v1.0.5 |
| 1857 | 2026-07-16T03:52:13.288Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1858 | 2026-07-16T03:52:13.511Z | Compiling rand_chacha v0.9.0 |
| 1859 | 2026-07-16T03:52:13.531Z | Compiling rustls-pki-types v1.12.0 |
| 1860 | 2026-07-16T03:52:13.702Z | Compiling hyper v1.10.1 |
| 1861 | 2026-07-16T03:52:14.003Z | Compiling quick-error v1.2.3 |
| 1862 | 2026-07-16T03:52:14.003Z | Compiling rand v0.9.3 |
| 1863 | 2026-07-16T03:52:14.026Z | Compiling tabwriter v1.4.1 |
| 1864 | 2026-07-16T03:52:14.117Z | Compiling async-stream v0.3.6 |
| 1865 | 2026-07-16T03:52:14.275Z | Compiling waitgroup v0.1.2 |
| 1866 | 2026-07-16T03:52:14.298Z | Compiling serde_path_to_error v0.1.20 |
| 1867 | 2026-07-16T03:52:14.426Z | Compiling colored v3.1.1 |
| 1868 | 2026-07-16T03:52:14.625Z | Compiling lazy_static v1.5.0 |
| 1869 | 2026-07-16T03:52:14.660Z | Compiling bit-vec v0.8.0 |
| 1870 | 2026-07-16T03:52:14.721Z | Compiling strum v0.26.3 |
| 1871 | 2026-07-16T03:52:14.738Z | Compiling time v0.3.47 |
| 1872 | 2026-07-16T03:52:14.772Z | Compiling hyper-util v0.1.20 |
| 1873 | 2026-07-16T03:52:14.828Z | Compiling ring v0.17.14 |
| 1874 | 2026-07-16T03:52:14.855Z | Compiling bit-set v0.8.0 |
| 1875 | 2026-07-16T03:52:15.064Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1876 | 2026-07-16T03:52:15.386Z | Compiling unarray v0.1.4 |
| 1877 | 2026-07-16T03:52:15.506Z | Compiling anstyle v1.0.14 |
| 1878 | 2026-07-16T03:52:15.594Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1879 | 2026-07-16T03:52:15.743Z | Compiling crossbeam-channel v0.5.15 |
| 1880 | 2026-07-16T03:52:16.243Z | Compiling macaddr v1.0.1 |
| 1881 | 2026-07-16T03:52:16.372Z | Compiling utf8parse v0.2.2 |
| 1882 | 2026-07-16T03:52:16.486Z | Compiling anstyle-parse v1.0.0 |
| 1883 | 2026-07-16T03:52:16.498Z | Compiling block-buffer v0.10.4 |
| 1884 | 2026-07-16T03:52:16.511Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1885 | 2026-07-16T03:52:16.529Z | Compiling ref-cast v1.0.25 |
| 1886 | 2026-07-16T03:52:16.629Z | Compiling colorchoice v1.0.4 |
| 1887 | 2026-07-16T03:52:16.642Z | Compiling anstyle-query v1.1.4 |
| 1888 | 2026-07-16T03:52:16.653Z | Compiling is_terminal_polyfill v1.70.1 |
| 1889 | 2026-07-16T03:52:16.673Z | Compiling digest v0.10.7 |
| 1890 | 2026-07-16T03:52:16.692Z | Compiling strum v0.27.2 |
| 1891 | 2026-07-16T03:52:16.745Z | Compiling anstream v1.0.0 |
| 1892 | 2026-07-16T03:52:16.745Z | Compiling is-terminal v0.4.16 |
| 1893 | 2026-07-16T03:52:16.748Z | Compiling clap_lex v1.1.0 |
| 1894 | 2026-07-16T03:52:16.786Z | Compiling slog-async v2.8.0 |
| 1895 | 2026-07-16T03:52:16.817Z | Compiling slog-json v2.6.1 |
| 1896 | 2026-07-16T03:52:16.868Z | Compiling slog-term v2.9.2 |
| 1897 | 2026-07-16T03:52:16.904Z | Compiling hostname v0.3.1 |
| 1898 | 2026-07-16T03:52:17.048Z | Compiling slog-bunyan v2.5.0 |
| 1899 | 2026-07-16T03:52:17.075Z | Compiling tower v0.5.2 |
| 1900 | 2026-07-16T03:52:17.112Z | Compiling futures-executor v0.3.32 |
| 1901 | 2026-07-16T03:52:17.180Z | Compiling instant v0.1.13 |
| 1902 | 2026-07-16T03:52:17.361Z | Compiling futures v0.3.32 |
| 1903 | 2026-07-16T03:52:17.393Z | Compiling aws-lc-sys v0.39.1 |
| 1904 | 2026-07-16T03:52:17.465Z | Compiling untrusted v0.7.1 |
| 1905 | 2026-07-16T03:52:17.497Z | Compiling tower-http v0.6.8 |
| 1906 | 2026-07-16T03:52:17.556Z | Compiling openssl-sys v0.9.117 |
| 1907 | 2026-07-16T03:52:17.919Z | Compiling aws-lc-rs v1.16.2 |
| 1908 | 2026-07-16T03:52:18.052Z | Compiling memmap2 v0.9.8 |
| 1909 | 2026-07-16T03:52:18.666Z | Compiling foreign-types-shared v0.1.1 |
| 1910 | 2026-07-16T03:52:18.914Z | Compiling rustls-webpki v0.103.6 |
| 1911 | 2026-07-16T03:52:19.149Z | Compiling foreign-types v0.3.2 |
| 1912 | 2026-07-16T03:52:19.426Z | Compiling rustls v0.23.40 |
| 1913 | 2026-07-16T03:52:19.729Z | Compiling tempfile v3.27.0 |
| 1914 | 2026-07-16T03:52:20.002Z | Compiling openssl-probe v0.1.6 |
| 1915 | 2026-07-16T03:52:20.248Z | Compiling openssl v0.10.81 |
| 1916 | 2026-07-16T03:52:20.984Z | Compiling usdt v0.6.0 |
| 1917 | 2026-07-16T03:52:21.162Z | Compiling either v1.15.0 |
| 1918 | 2026-07-16T03:52:21.377Z | Compiling webpki-roots v1.0.2 |
| 1919 | 2026-07-16T03:52:21.431Z | Compiling newtype-uuid v1.3.2 |
| 1920 | 2026-07-16T03:52:21.786Z | Compiling daft v0.1.5 |
| 1921 | 2026-07-16T03:52:22.618Z | Compiling tokio-rustls v0.26.4 |
| 1922 | 2026-07-16T03:52:22.637Z | Compiling native-tls v0.2.14 |
| 1923 | 2026-07-16T03:52:22.898Z | Compiling tokio-native-tls v0.3.1 |
| 1924 | 2026-07-16T03:52:22.959Z | Compiling hyper-rustls v0.27.7 |
| 1925 | 2026-07-16T03:52:23.086Z | Compiling hyper-tls v0.6.0 |
| 1926 | 2026-07-16T03:52:23.273Z | Compiling reqwest v0.12.23 |
| 1927 | 2026-07-16T03:52:24.257Z | Compiling rustls-webpki v0.102.8 |
| 1928 | 2026-07-16T03:52:24.379Z | Compiling rustls-pemfile v2.2.0 |
| 1929 | 2026-07-16T03:52:24.588Z | Compiling multer v3.1.0 |
| 1930 | 2026-07-16T03:52:24.970Z | Compiling hostname v0.4.2 |
| 1931 | 2026-07-16T03:52:25.150Z | Compiling rustls v0.22.4 |
| 1932 | 2026-07-16T03:52:25.272Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1933 | 2026-07-16T03:52:25.859Z | Compiling terminal_size v0.4.3 |
| 1934 | 2026-07-16T03:52:25.953Z | Compiling rand_chacha v0.3.1 |
| 1935 | 2026-07-16T03:52:26.036Z | Compiling wait-timeout v0.2.1 |
| 1936 | 2026-07-16T03:52:26.508Z | Compiling rusty-fork v0.3.0 |
| 1937 | 2026-07-16T03:52:26.757Z | Compiling rand v0.8.5 |
| 1938 | 2026-07-16T03:52:27.421Z | Compiling tokio-rustls v0.25.0 |
| 1939 | 2026-07-16T03:52:28.143Z | Compiling sha1 v0.10.6 |
| 1940 | 2026-07-16T03:52:28.383Z | Compiling rand_xorshift v0.4.0 |
| 1941 | 2026-07-16T03:52:29.111Z | Compiling hubpack_derive v0.1.1 |
| 1942 | 2026-07-16T03:52:29.703Z | Compiling proptest v1.8.0 |
| 1943 | 2026-07-16T03:52:29.830Z | Compiling dropshot v0.16.7 |
| 1944 | 2026-07-16T03:52:30.171Z | Compiling clap_builder v4.6.0 |
| 1945 | 2026-07-16T03:52:30.943Z | Compiling serde_spanned v0.6.9 |
| 1946 | 2026-07-16T03:52:31.364Z | Compiling prettyplease v0.2.37 |
| 1947 | 2026-07-16T03:52:31.846Z | Compiling clap v4.6.1 |
| 1948 | 2026-07-16T03:52:31.862Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1949 | 2026-07-16T03:52:32.739Z | Compiling progenitor-client v0.11.1 |
| 1950 | 2026-07-16T03:52:32.742Z | Compiling progenitor-client v0.10.0 |
| 1951 | 2026-07-16T03:52:33.053Z | Compiling serde_with v3.14.1 |
| 1952 | 2026-07-16T03:52:33.811Z | Compiling progenitor v0.11.1 |
| 1953 | 2026-07-16T03:52:34.889Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1954 | 2026-07-16T03:52:35.166Z | Compiling rustc-hash v2.1.1 |
| 1955 | 2026-07-16T03:52:35.238Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1956 | 2026-07-16T03:52:35.272Z | Compiling iddqd v0.3.18 |
| 1957 | 2026-07-16T03:52:36.335Z | Compiling backoff v0.4.0 |
| 1958 | 2026-07-16T03:52:36.420Z | Compiling parse-display v0.10.0 |
| 1959 | 2026-07-16T03:52:36.449Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1960 | 2026-07-16T03:52:36.584Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1961 | 2026-07-16T03:52:36.689Z | Compiling toml_write v0.1.2 |
| 1962 | 2026-07-16T03:52:36.701Z | Compiling winnow v0.5.40 |
| 1963 | 2026-07-16T03:52:36.891Z | Compiling toml_edit v0.22.27 |
| 1964 | 2026-07-16T03:52:38.109Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1965 | 2026-07-16T03:52:38.227Z | Compiling num-integer v0.1.46 |
| 1966 | 2026-07-16T03:52:38.666Z | Compiling float-ord v0.3.2 |
| 1967 | 2026-07-16T03:52:38.791Z | Compiling toml v0.8.23 |
| 1968 | 2026-07-16T03:52:42.175Z | Compiling num-iter v0.1.45 |
| 1969 | 2026-07-16T03:52:42.187Z | Compiling num-rational v0.4.2 |
| 1970 | 2026-07-16T03:52:42.784Z | Compiling num-complex v0.4.6 |
| 1971 | 2026-07-16T03:52:43.457Z | Compiling num v0.4.3 |
| 1972 | 2026-07-16T03:52:44.012Z | Compiling toml_edit v0.19.15 |
| 1973 | 2026-07-16T03:52:45.274Z | Compiling proc-macro-crate v1.3.1 |
| 1974 | 2026-07-16T03:52:47.082Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1975 | 2026-07-16T03:52:48.134Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1976 | 2026-07-16T03:52:48.579Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1977 | 2026-07-16T03:52:48.697Z | Compiling zerocopy-derive v0.7.35 |
| 1978 | 2026-07-16T03:52:49.576Z | Compiling memoffset v0.9.1 |
| 1979 | 2026-07-16T03:52:49.673Z | Compiling libscf-sys v1.2.0 |
| 1980 | 2026-07-16T03:52:49.759Z | Compiling ingot-macros v0.1.1 |
| 1981 | 2026-07-16T03:52:49.934Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1982 | 2026-07-16T03:52:50.356Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1983 | 2026-07-16T03:52:50.995Z | Compiling proc-macro-error2 v2.0.1 |
| 1984 | 2026-07-16T03:52:51.283Z | Compiling nix v0.30.1 |
| 1985 | 2026-07-16T03:52:52.067Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1986 | 2026-07-16T03:52:52.206Z | Compiling scroll_derive v0.12.1 |
| 1987 | 2026-07-16T03:52:52.845Z | Compiling tabled_derive v0.11.0 |
| 1988 | 2026-07-16T03:52:52.946Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1989 | 2026-07-16T03:52:54.896Z | Compiling zerocopy v0.7.35 |
| 1990 | 2026-07-16T03:52:55.508Z | Compiling num_enum_derive v0.7.5 |
| 1991 | 2026-07-16T03:52:55.648Z | Compiling hubpack v0.1.2 |
| 1992 | 2026-07-16T03:52:55.732Z | Compiling foreign-types-macros v0.2.3 |
| 1993 | 2026-07-16T03:52:56.011Z | Compiling static_assertions v1.1.0 |
| 1994 | 2026-07-16T03:52:56.549Z | Compiling glob v0.3.3 |
| 1995 | 2026-07-16T03:52:56.628Z | Compiling proc-macro-error-attr v1.0.4 |
| 1996 | 2026-07-16T03:52:56.782Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1997 | 2026-07-16T03:52:56.974Z | Compiling dtrace-parser v0.2.0 |
| 1998 | 2026-07-16T03:52:57.002Z | Compiling bytecount v0.6.9 |
| 1999 | 2026-07-16T03:52:57.300Z | Compiling proc-macro-error v1.0.4 |
| 2000 | 2026-07-16T03:52:57.417Z | Compiling dof v0.3.0 |
| 2001 | 2026-07-16T03:52:58.019Z | Compiling num_enum_derive v0.5.11 |
| 2002 | 2026-07-16T03:52:59.072Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2003 | 2026-07-16T03:52:59.567Z | Compiling thread-id v4.2.2 |
| 2004 | 2026-07-16T03:52:59.669Z | Compiling usdt-impl v0.5.0 |
| 2005 | 2026-07-16T03:53:00.422Z | Compiling derive_more v0.99.20 |
| 2006 | 2026-07-16T03:53:00.514Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2007 | 2026-07-16T03:53:00.731Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2008 | 2026-07-16T03:53:01.276Z | Compiling minimal-lexical v0.2.1 |
| 2009 | 2026-07-16T03:53:01.565Z | Compiling nom v7.1.3 |
| 2010 | 2026-07-16T03:53:01.581Z | Compiling usdt-attr-macro v0.5.0 |
| 2011 | 2026-07-16T03:53:01.637Z | Compiling usdt-macro v0.5.0 |
| 2012 | 2026-07-16T03:53:01.775Z | Compiling zone_cfg_derive v0.3.1 |
| 2013 | 2026-07-16T03:53:02.424Z | Compiling papergrid v0.17.0 |
| 2014 | 2026-07-16T03:53:02.437Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2015 | 2026-07-16T03:53:02.503Z | Compiling testing_table v0.3.0 |
| 2016 | 2026-07-16T03:53:02.682Z | Compiling rustc_version v0.4.1 |
| 2017 | 2026-07-16T03:53:02.711Z | Compiling crossbeam-epoch v0.9.18 |
| 2018 | 2026-07-16T03:53:02.927Z | Compiling dropshot_endpoint v0.17.1 |
| 2019 | 2026-07-16T03:53:02.968Z | Compiling adler2 v2.0.1 |
| 2020 | 2026-07-16T03:53:03.065Z | Compiling miniz_oxide v0.8.9 |
| 2021 | 2026-07-16T03:53:03.115Z | Compiling crc32fast v1.5.0 |
| 2022 | 2026-07-16T03:53:03.209Z | Compiling enum-as-inner v0.6.1 |
| 2023 | 2026-07-16T03:53:03.321Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2024 | 2026-07-16T03:53:03.433Z | Compiling tabled v0.20.0 |
| 2025 | 2026-07-16T03:53:03.757Z | Compiling regress v0.11.1 |
| 2026 | 2026-07-16T03:53:03.806Z | Compiling flate2 v1.1.2 |
| 2027 | 2026-07-16T03:53:04.131Z | Compiling curve25519-dalek v4.1.3 |
| 2028 | 2026-07-16T03:53:04.344Z | Compiling hybrid-array v0.4.12 |
| 2029 | 2026-07-16T03:53:04.512Z | Compiling crossbeam-deque v0.8.6 |
| 2030 | 2026-07-16T03:53:04.613Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2031 | 2026-07-16T03:53:04.713Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2032 | 2026-07-16T03:53:04.825Z | Compiling block-buffer v0.12.0 |
| 2033 | 2026-07-16T03:53:04.946Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2034 | 2026-07-16T03:53:05.060Z | Compiling crypto-common v0.2.2 |
| 2035 | 2026-07-16T03:53:05.504Z | Compiling typify-impl v0.6.2 |
| 2036 | 2026-07-16T03:53:05.773Z | Compiling rayon-core v1.13.0 |
| 2037 | 2026-07-16T03:53:05.793Z | Compiling clang-sys v1.8.1 |
| 2038 | 2026-07-16T03:53:06.176Z | Compiling compression-core v0.4.32 |
| 2039 | 2026-07-16T03:53:06.199Z | Compiling const-oid v0.10.2 |
| 2040 | 2026-07-16T03:53:06.234Z | Compiling scroll v0.12.0 |
| 2041 | 2026-07-16T03:53:06.297Z | Compiling compression-codecs v0.4.32 |
| 2042 | 2026-07-16T03:53:06.346Z | Compiling digest v0.11.3 |
| 2043 | 2026-07-16T03:53:06.528Z | Compiling hash32 v0.3.1 |
| 2044 | 2026-07-16T03:53:06.552Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2045 | 2026-07-16T03:53:06.666Z | Compiling cpufeatures v0.3.0 |
| 2046 | 2026-07-16T03:53:06.689Z | Compiling heapless v0.8.0 |
| 2047 | 2026-07-16T03:53:06.740Z | Compiling sha1 v0.11.0 |
| 2048 | 2026-07-16T03:53:06.753Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2049 | 2026-07-16T03:53:06.767Z | Compiling async-compression v0.4.33 |
| 2050 | 2026-07-16T03:53:06.873Z | Compiling goblin v0.8.2 |
| 2051 | 2026-07-16T03:53:07.017Z | Compiling ingot-types v0.1.2 |
| 2052 | 2026-07-16T03:53:07.134Z | Compiling cobs v0.3.0 |
| 2053 | 2026-07-16T03:53:07.248Z | Compiling libloading v0.8.9 |
| 2054 | 2026-07-16T03:53:07.344Z | Compiling bitflags v1.3.2 |
| 2055 | 2026-07-16T03:53:07.420Z | Compiling managed v0.8.0 |
| 2056 | 2026-07-16T03:53:07.432Z | Compiling foreign-types-shared v0.3.1 |
| 2057 | 2026-07-16T03:53:07.452Z | Compiling dropshot v0.17.1 |
| 2058 | 2026-07-16T03:53:07.532Z | Compiling foreign-types v0.5.0 |
| 2059 | 2026-07-16T03:53:07.620Z | Compiling smoltcp v0.11.0 |
| 2060 | 2026-07-16T03:53:07.859Z | Compiling ingot v0.1.1 |
| 2061 | 2026-07-16T03:53:08.299Z | Compiling bindgen v0.72.1 |
| 2062 | 2026-07-16T03:53:08.315Z | Compiling postcard v1.1.3 |
| 2063 | 2026-07-16T03:53:09.104Z | Compiling cexpr v0.6.0 |
| 2064 | 2026-07-16T03:53:09.532Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2065 | 2026-07-16T03:53:09.694Z | Compiling num_enum v0.7.5 |
| 2066 | 2026-07-16T03:53:09.828Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2067 | 2026-07-16T03:53:10.327Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2068 | 2026-07-16T03:53:10.405Z | Compiling camino-tempfile v1.4.1 |
| 2069 | 2026-07-16T03:53:10.606Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2070 | 2026-07-16T03:53:10.640Z | Compiling serde_repr v0.1.20 |
| 2071 | 2026-07-16T03:53:10.658Z | Compiling derive-where v1.6.0 |
| 2072 | 2026-07-16T03:53:10.763Z | Compiling cstr-argument v0.1.2 |
| 2073 | 2026-07-16T03:53:11.018Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2074 | 2026-07-16T03:53:11.080Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2075 | 2026-07-16T03:53:11.802Z | Compiling typify-macro v0.6.2 |
| 2076 | 2026-07-16T03:53:11.971Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2077 | 2026-07-16T03:53:12.165Z | Compiling rayon v1.11.0 |
| 2078 | 2026-07-16T03:53:12.256Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2079 | 2026-07-16T03:53:12.387Z | Compiling crucible-workspace-hack v0.1.0 |
| 2080 | 2026-07-16T03:53:13.017Z | Compiling memmap v0.7.0 |
| 2081 | 2026-07-16T03:53:13.213Z | Compiling tinyvec_macros v0.1.1 |
| 2082 | 2026-07-16T03:53:13.306Z | Compiling tinyvec v1.10.0 |
| 2083 | 2026-07-16T03:53:13.474Z | Compiling usdt v0.5.0 |
| 2084 | 2026-07-16T03:53:13.667Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2085 | 2026-07-16T03:53:13.890Z | Compiling typify v0.6.2 |
| 2086 | 2026-07-16T03:53:14.162Z | Compiling num_enum v0.5.11 |
| 2087 | 2026-07-16T03:53:14.452Z | Compiling pin-project-internal v1.1.10 |
| 2088 | 2026-07-16T03:53:15.406Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2089 | 2026-07-16T03:53:15.535Z | Compiling progenitor-impl v0.14.0 |
| 2090 | 2026-07-16T03:53:15.569Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2091 | 2026-07-16T03:53:15.605Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2092 | 2026-07-16T03:53:15.620Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2093 | 2026-07-16T03:53:15.965Z | Compiling rustix v0.38.44 |
| 2094 | 2026-07-16T03:53:16.300Z | Compiling itertools v0.12.1 |
| 2095 | 2026-07-16T03:53:16.338Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2096 | 2026-07-16T03:53:16.527Z | Compiling progenitor-impl v0.10.0 |
| 2097 | 2026-07-16T03:53:16.739Z | Compiling sigpipe v0.1.3 |
| 2098 | 2026-07-16T03:53:16.797Z | Compiling jiff v0.2.15 |
| 2099 | 2026-07-16T03:53:16.855Z | Compiling const_format_proc_macros v0.2.34 |
| 2100 | 2026-07-16T03:53:17.377Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2101 | 2026-07-16T03:53:17.522Z | Compiling zone v0.3.1 |
| 2102 | 2026-07-16T03:53:17.658Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2103 | 2026-07-16T03:53:19.064Z | Compiling progenitor-macro v0.14.0 |
| 2104 | 2026-07-16T03:53:19.246Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2105 | 2026-07-16T03:53:19.288Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2106 | 2026-07-16T03:53:19.709Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2107 | 2026-07-16T03:53:19.744Z | Compiling snafu-derive v0.8.9 |
| 2108 | 2026-07-16T03:53:19.989Z | Compiling progenitor-macro v0.10.0 |
| 2109 | 2026-07-16T03:53:20.313Z | Compiling secrecy v0.10.3 |
| 2110 | 2026-07-16T03:53:20.430Z | Compiling smf v0.2.3 |
| 2111 | 2026-07-16T03:53:20.487Z | Compiling async-recursion v1.1.1 |
| 2112 | 2026-07-16T03:53:20.604Z | Compiling bstr v1.12.0 |
| 2113 | 2026-07-16T03:53:21.023Z | Compiling whoami v1.6.1 |
| 2114 | 2026-07-16T03:53:21.348Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-07-16T03:53:22.014Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2116 | 2026-07-16T03:53:22.565Z | Compiling hmac v0.12.1 |
| 2117 | 2026-07-16T03:53:22.799Z | Compiling inout v0.1.4 |
| 2118 | 2026-07-16T03:53:22.892Z | Compiling ff v0.13.1 |
| 2119 | 2026-07-16T03:53:23.038Z | Compiling data-encoding v2.9.0 |
| 2120 | 2026-07-16T03:53:23.273Z | Compiling crc8 v0.1.1 |
| 2121 | 2026-07-16T03:53:23.402Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2122 | 2026-07-16T03:53:23.735Z | Compiling group v0.13.0 |
| 2123 | 2026-07-16T03:53:23.898Z | Compiling cipher v0.4.4 |
| 2124 | 2026-07-16T03:53:24.136Z | Compiling hkdf v0.12.4 |
| 2125 | 2026-07-16T03:53:24.325Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2126 | 2026-07-16T03:53:24.773Z | Compiling atomicwrites v0.4.4 |
| 2127 | 2026-07-16T03:53:24.918Z | Compiling tokio-dtrace v0.1.1 |
| 2128 | 2026-07-16T03:53:25.278Z | Compiling tabled_derive v0.7.0 |
| 2129 | 2026-07-16T03:53:25.782Z | Compiling reqwest v0.13.2 |
| 2130 | 2026-07-16T03:53:25.829Z | Compiling universal-hash v0.5.1 |
| 2131 | 2026-07-16T03:53:25.975Z | Compiling crypto-bigint v0.5.5 |
| 2132 | 2026-07-16T03:53:26.074Z | Compiling half v2.7.1 |
| 2133 | 2026-07-16T03:53:26.184Z | Compiling base16ct v0.2.0 |
| 2134 | 2026-07-16T03:53:26.271Z | Compiling base64ct v1.8.0 |
| 2135 | 2026-07-16T03:53:26.364Z | Compiling opaque-debug v0.3.1 |
| 2136 | 2026-07-16T03:53:26.384Z | Compiling ciborium-io v0.2.2 |
| 2137 | 2026-07-16T03:53:26.493Z | Compiling indent_write v2.2.0 |
| 2138 | 2026-07-16T03:53:26.588Z | Compiling password-hash v0.5.0 |
| 2139 | 2026-07-16T03:53:26.643Z | Compiling ciborium-ll v0.2.2 |
| 2140 | 2026-07-16T03:53:26.958Z | Compiling progenitor-client v0.14.0 |
| 2141 | 2026-07-16T03:53:27.064Z | Compiling elliptic-curve v0.13.8 |
| 2142 | 2026-07-16T03:53:27.263Z | Compiling poly1305 v0.8.0 |
| 2143 | 2026-07-16T03:53:27.691Z | Compiling oxide-tokio-rt v0.1.2 |
| 2144 | 2026-07-16T03:53:27.901Z | Compiling chacha20 v0.9.1 |
| 2145 | 2026-07-16T03:53:28.139Z | Compiling similar v2.7.0 |
| 2146 | 2026-07-16T03:53:28.274Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2147 | 2026-07-16T03:53:28.623Z | Compiling thiserror-no-std v2.0.2 |
| 2148 | 2026-07-16T03:53:29.152Z | Compiling blake2 v0.10.6 |
| 2149 | 2026-07-16T03:53:29.611Z | Compiling aead v0.5.2 |
| 2150 | 2026-07-16T03:53:29.626Z | Compiling strum_macros v0.28.0 |
| 2151 | 2026-07-16T03:53:29.854Z | Compiling linked-hash-map v0.5.6 |
| 2152 | 2026-07-16T03:53:29.867Z | Compiling resolv-conf v0.7.5 |
| 2153 | 2026-07-16T03:53:30.179Z | Compiling keccak v0.1.6 |
| 2154 | 2026-07-16T03:53:30.329Z | Compiling sha3 v0.10.8 |
| 2155 | 2026-07-16T03:53:30.460Z | Compiling lru-cache v0.1.2 |
| 2156 | 2026-07-16T03:53:30.596Z | Compiling chacha20poly1305 v0.10.1 |
| 2157 | 2026-07-16T03:53:30.648Z | Compiling vsss-rs v3.3.4 |
| 2158 | 2026-07-16T03:53:30.726Z | Compiling argon2 v0.5.3 |
| 2159 | 2026-07-16T03:53:30.739Z | Compiling progenitor v0.14.0 |
| 2160 | 2026-07-16T03:53:30.872Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2161 | 2026-07-16T03:53:30.944Z | Compiling ciborium v0.2.2 |
| 2162 | 2026-07-16T03:53:31.116Z | Compiling hickory-proto v0.24.4 |
| 2163 | 2026-07-16T03:53:31.546Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2164 | 2026-07-16T03:53:31.617Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2165 | 2026-07-16T03:53:32.006Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2166 | 2026-07-16T03:53:32.130Z | Compiling serde-big-array v0.5.1 |
| 2167 | 2026-07-16T03:53:32.281Z | Compiling same-file v1.0.6 |
| 2168 | 2026-07-16T03:53:32.329Z | Compiling siphasher v1.0.1 |
| 2169 | 2026-07-16T03:53:32.431Z | Compiling unicode-segmentation v1.12.0 |
| 2170 | 2026-07-16T03:53:32.499Z | Compiling phf_shared v0.12.1 |
| 2171 | 2026-07-16T03:53:32.681Z | Compiling walkdir v2.5.0 |
| 2172 | 2026-07-16T03:53:32.787Z | Compiling newline-converter v0.3.0 |
| 2173 | 2026-07-16T03:53:32.833Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2174 | 2026-07-16T03:53:32.833Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2175 | 2026-07-16T03:53:33.053Z | Compiling hickory-resolver v0.24.4 |
| 2176 | 2026-07-16T03:53:33.125Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2177 | 2026-07-16T03:53:33.644Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2178 | 2026-07-16T03:53:34.744Z | Compiling newtype_derive v0.1.6 |
| 2179 | 2026-07-16T03:53:34.835Z | Compiling owo-colors v4.3.0 |
| 2180 | 2026-07-16T03:53:34.895Z | Compiling tokio-stream v0.1.17 |
| 2181 | 2026-07-16T03:53:35.171Z | Compiling console v0.15.11 |
| 2182 | 2026-07-16T03:53:35.401Z | Compiling csv-core v0.1.12 |
| 2183 | 2026-07-16T03:53:35.670Z | Compiling unicode-width v0.1.14 |
| 2184 | 2026-07-16T03:53:35.682Z | Compiling foldhash v0.1.5 |
| 2185 | 2026-07-16T03:53:35.685Z | Compiling termtree v0.5.1 |
| 2186 | 2026-07-16T03:53:35.705Z | Compiling swrite v0.1.0 |
| 2187 | 2026-07-16T03:53:35.848Z | Compiling humantime v2.3.0 |
| 2188 | 2026-07-16T03:53:35.870Z | Compiling smawk v0.3.2 |
| 2189 | 2026-07-16T03:53:35.873Z | Compiling unicode-linebreak v0.1.5 |
| 2190 | 2026-07-16T03:53:36.020Z | Compiling hashbrown v0.15.5 |
| 2191 | 2026-07-16T03:53:36.151Z | Compiling textwrap v0.16.2 |
| 2192 | 2026-07-16T03:53:36.182Z | Compiling csv v1.4.0 |
| 2193 | 2026-07-16T03:53:36.210Z | Compiling expectorate v1.2.0 |
| 2194 | 2026-07-16T03:53:36.245Z | Compiling qorb v0.4.1 |
| 2195 | 2026-07-16T03:53:36.398Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2196 | 2026-07-16T03:53:36.679Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2197 | 2026-07-16T03:53:37.844Z | Compiling phf v0.12.1 |
| 2198 | 2026-07-16T03:53:38.010Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2199 | 2026-07-16T03:53:38.599Z | Compiling pin-project v1.1.10 |
| 2200 | 2026-07-16T03:53:38.611Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2201 | 2026-07-16T03:53:38.623Z | Compiling libz-sys v1.1.22 |
| 2202 | 2026-07-16T03:53:38.708Z | Compiling unicode-normalization v0.1.24 |
| 2203 | 2026-07-16T03:53:38.971Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2204 | 2026-07-16T03:53:39.959Z | Compiling libsw-core v0.3.2 |
| 2205 | 2026-07-16T03:53:40.531Z | Compiling fixedbitset v0.4.2 |
| 2206 | 2026-07-16T03:53:40.730Z | Compiling fixedbitset v0.5.7 |
| 2207 | 2026-07-16T03:53:40.748Z | Compiling highway v1.3.0 |
| 2208 | 2026-07-16T03:53:41.094Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-07-16T03:53:41.152Z | Compiling petgraph v0.8.2 |
| 2210 | 2026-07-16T03:53:41.654Z | Compiling petgraph v0.6.5 |
| 2211 | 2026-07-16T03:53:42.784Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-07-16T03:53:42.902Z | Compiling progenitor v0.10.0 |
| 2213 | 2026-07-16T03:53:43.449Z | Compiling libsw v3.5.0 |
| 2214 | 2026-07-16T03:53:43.640Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-07-16T03:53:44.185Z | Compiling olpc-cjson v0.1.4 |
| 2216 | 2026-07-16T03:53:44.370Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2217 | 2026-07-16T03:53:44.559Z | Compiling snafu v0.8.9 |
| 2218 | 2026-07-16T03:53:45.002Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2219 | 2026-07-16T03:53:45.052Z | Compiling chrono-tz v0.10.4 |
| 2220 | 2026-07-16T03:53:45.204Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-07-16T03:53:46.113Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2222 | 2026-07-16T03:53:46.547Z | Compiling papergrid v0.11.0 |
| 2223 | 2026-07-16T03:53:46.588Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2224 | 2026-07-16T03:53:46.652Z | Compiling strum v0.28.0 |
| 2225 | 2026-07-16T03:53:46.728Z | Compiling globset v0.4.16 |
| 2226 | 2026-07-16T03:53:46.791Z | Compiling const_format v0.2.34 |
| 2227 | 2026-07-16T03:53:46.872Z | Compiling slog-dtrace v0.3.0 |
| 2228 | 2026-07-16T03:53:47.132Z | Compiling cancel-safe-futures v0.1.5 |
| 2229 | 2026-07-16T03:53:47.213Z | Compiling gethostname v0.5.0 |
| 2230 | 2026-07-16T03:53:47.547Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2231 | 2026-07-16T03:53:48.220Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2232 | 2026-07-16T03:53:48.382Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2233 | 2026-07-16T03:53:48.474Z | Compiling bcs v0.1.6 |
| 2234 | 2026-07-16T03:53:48.769Z | Compiling cargo-platform v0.1.9 |
| 2235 | 2026-07-16T03:53:48.803Z | Compiling serde_plain v1.0.2 |
| 2236 | 2026-07-16T03:53:48.815Z | Compiling pem v3.0.5 |
| 2237 | 2026-07-16T03:53:48.879Z | Compiling typed-path v0.9.3 |
| 2238 | 2026-07-16T03:53:49.206Z | Compiling linear-map v1.2.0 |
| 2239 | 2026-07-16T03:53:49.388Z | Compiling tagptr v0.2.0 |
| 2240 | 2026-07-16T03:53:49.400Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2241 | 2026-07-16T03:53:49.625Z | Compiling moka v0.12.11 |
| 2242 | 2026-07-16T03:53:50.214Z | Compiling tough v0.20.0 |
| 2243 | 2026-07-16T03:53:51.466Z | Compiling cargo_metadata v0.18.1 |
| 2244 | 2026-07-16T03:53:51.525Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2245 | 2026-07-16T03:53:52.768Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2246 | 2026-07-16T03:53:52.991Z | Compiling tabled v0.15.0 |
| 2247 | 2026-07-16T03:53:53.045Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2248 | 2026-07-16T03:53:53.959Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-07-16T03:53:54.170Z | Compiling git2 v0.19.0 |
| 2250 | 2026-07-16T03:53:55.703Z | Compiling steno v0.4.1 |
| 2251 | 2026-07-16T03:53:56.539Z | Compiling cookie v0.18.1 |
| 2252 | 2026-07-16T03:53:57.053Z | Compiling hickory-proto v0.25.2 |
| 2253 | 2026-07-16T03:53:58.892Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2254 | 2026-07-16T03:53:58.957Z | Compiling hickory-resolver v0.25.2 |
| 2255 | 2026-07-16T03:54:01.513Z | Compiling vergen v8.3.2 |
| 2256 | 2026-07-16T03:54:03.696Z | Compiling signal-hook v0.4.4 |
| 2257 | 2026-07-16T03:54:04.202Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2258 | 2026-07-16T03:54:04.257Z | Compiling mockall_derive v0.14.0 |
| 2259 | 2026-07-16T03:54:04.257Z | Compiling predicates-core v1.0.9 |
| 2260 | 2026-07-16T03:54:04.613Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2261 | 2026-07-16T03:54:04.670Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2262 | 2026-07-16T03:54:05.127Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2263 | 2026-07-16T03:54:05.148Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2264 | 2026-07-16T03:54:05.155Z | Compiling sha2 v0.10.9 |
| 2265 | 2026-07-16T03:54:05.570Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2266 | 2026-07-16T03:54:06.405Z | Compiling diff v0.1.13 |
| 2267 | 2026-07-16T03:54:06.731Z | Compiling yansi v1.0.1 |
| 2268 | 2026-07-16T03:54:07.050Z | Compiling mockall v0.14.0 |
| 2269 | 2026-07-16T03:54:07.084Z | Compiling pretty_assertions v1.4.1 |
| 2270 | 2026-07-16T03:54:07.300Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2271 | 2026-07-16T03:54:08.262Z | Compiling fs-err v3.1.2 |
| 2272 | 2026-07-16T03:54:08.581Z | Compiling predicates-tree v1.0.12 |
| 2273 | 2026-07-16T03:54:08.706Z | Compiling predicates v3.1.3 |
| 2274 | 2026-07-16T03:54:09.327Z | Compiling git-stub v1.0.0 |
| 2275 | 2026-07-16T03:54:09.615Z | Compiling filetime v0.2.26 |
| 2276 | 2026-07-16T03:54:09.639Z | Compiling arrayvec v0.7.6 |
| 2277 | 2026-07-16T03:54:09.815Z | Compiling xattr v1.6.1 |
| 2278 | 2026-07-16T03:54:09.860Z | Compiling downcast v0.11.0 |
| 2279 | 2026-07-16T03:54:10.043Z | Compiling fragile v2.0.1 |
| 2280 | 2026-07-16T03:54:10.091Z | Compiling arrayref v0.3.9 |
| 2281 | 2026-07-16T03:54:10.157Z | Compiling is_ci v1.2.0 |
| 2282 | 2026-07-16T03:54:10.331Z | Compiling constant_time_eq v0.3.1 |
| 2283 | 2026-07-16T03:54:10.371Z | Compiling supports-color v3.0.2 |
| 2284 | 2026-07-16T03:54:10.461Z | Compiling blake3 v1.8.2 |
| 2285 | 2026-07-16T03:54:10.575Z | Compiling tar v0.4.45 |
| 2286 | 2026-07-16T03:54:10.774Z | Compiling toml v0.7.8 |
| 2287 | 2026-07-16T03:54:11.053Z | Compiling git-stub-vcs v0.1.0 |
| 2288 | 2026-07-16T03:54:11.472Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2289 | 2026-07-16T03:54:11.622Z | Compiling signal-hook-tokio v0.4.0 |
| 2290 | 2026-07-16T03:54:11.921Z | Compiling scuffle v0.1.0 |
| 2291 | 2026-07-16T03:54:12.856Z | Compiling drift v0.2.0 |
| 2292 | 2026-07-16T03:54:13.522Z | Compiling kstat-rs v0.2.4 |
| 2293 | 2026-07-16T03:54:13.658Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2294 | 2026-07-16T03:54:13.847Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2295 | 2026-07-16T03:54:14.049Z | Compiling topological-sort v0.2.2 |
| 2296 | 2026-07-16T03:54:14.179Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2297 | 2026-07-16T03:54:14.212Z | Compiling hex-literal v1.1.0 |
| 2298 | 2026-07-16T03:54:14.340Z | Compiling omicron-zone-package v0.12.2 |
| 2299 | 2026-07-16T03:54:14.660Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2300 | 2026-07-16T03:54:15.950Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2301 | 2026-07-16T03:54:16.823Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2302 | 2026-07-16T03:54:16.852Z | Compiling dropshot-api-manager v0.7.2 |
| 2303 | 2026-07-16T03:54:17.157Z | Compiling curl v0.4.50 |
| 2304 | 2026-07-16T03:54:17.299Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2305 | 2026-07-16T03:54:17.579Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2306 | 2026-07-16T03:54:17.832Z | Compiling iddqd v0.4.5 |
| 2307 | 2026-07-16T03:54:18.011Z | Compiling search_path v0.1.4 |
| 2308 | 2026-07-16T03:54:18.405Z | Compiling internet-checksum v0.2.1 |
| 2309 | 2026-07-16T03:54:18.422Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2310 | 2026-07-16T03:54:18.558Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2311 | 2026-07-16T03:54:21.340Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2312 | 2026-07-16T03:54:23.914Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2313 | 2026-07-16T03:55:07.655Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 19s |
| 2314 | 2026-07-16T03:55:07.781Z | Running unittests src/lib.rs (target/debug/deps/aal-cc4916a08035163e) |
| 2315 | 2026-07-16T03:55:07.785Z | |
| 2316 | 2026-07-16T03:55:07.785Z | running 5 tests |
| 2317 | 2026-07-16T03:55:07.788Z | test fuse::tests::chip_revision_b0 ... ok |
| 2318 | 2026-07-16T03:55:07.788Z | test fuse::tests::chip_revision_a0 ... ok |
| 2319 | 2026-07-16T03:55:07.788Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2320 | 2026-07-16T03:55:07.788Z | test fuse::tests::chip_revision_b1 ... ok |
| 2321 | 2026-07-16T03:55:07.788Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2322 | 2026-07-16T03:55:07.788Z | |
| 2323 | 2026-07-16T03:55:07.788Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-07-16T03:55:07.788Z | |
| 2325 | 2026-07-16T03:55:07.788Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2326 | 2026-07-16T03:55:07.793Z | |
| 2327 | 2026-07-16T03:55:07.793Z | running 0 tests |
| 2328 | 2026-07-16T03:55:07.793Z | |
| 2329 | 2026-07-16T03:55:07.793Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-07-16T03:55:07.793Z | |
| 2331 | 2026-07-16T03:55:07.793Z | Running unittests src/lib.rs (target/debug/deps/asic-e912de0422f47e08) |
| 2332 | 2026-07-16T03:55:07.793Z | |
| 2333 | 2026-07-16T03:55:07.793Z | running 0 tests |
| 2334 | 2026-07-16T03:55:07.793Z | |
| 2335 | 2026-07-16T03:55:07.793Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2336 | 2026-07-16T03:55:07.793Z | |
| 2337 | 2026-07-16T03:55:07.796Z | Running unittests src/lib.rs (target/debug/deps/common-b72bdf9583b5d1a7) |
| 2338 | 2026-07-16T03:55:07.796Z | |
| 2339 | 2026-07-16T03:55:07.796Z | running 10 tests |
| 2340 | 2026-07-16T03:55:07.796Z | test nat::tests::test_vni ... ok |
| 2341 | 2026-07-16T03:55:07.796Z | test network::tests::test_equal ... ok |
| 2342 | 2026-07-16T03:55:07.796Z | test network::tests::test_eui64 ... ok |
| 2343 | 2026-07-16T03:55:07.796Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2344 | 2026-07-16T03:55:07.796Z | test network::tests::test_into ... ok |
| 2345 | 2026-07-16T03:55:07.796Z | test network::tests::test_not_equal ... ok |
| 2346 | 2026-07-16T03:55:07.796Z | test network::tests::test_parse ... ok |
| 2347 | 2026-07-16T03:55:07.796Z | test network::tests::test_to_string ... ok |
| 2348 | 2026-07-16T03:55:07.797Z | test test_purge ... ok |
| 2349 | 2026-07-16T03:55:07.800Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2350 | 2026-07-16T03:55:07.800Z | |
| 2351 | 2026-07-16T03:55:07.800Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2352 | 2026-07-16T03:55:07.800Z | |
| 2353 | 2026-07-16T03:55:07.800Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5ede181ac8b4f52d) |
| 2354 | 2026-07-16T03:55:07.804Z | |
| 2355 | 2026-07-16T03:55:07.804Z | running 1 test |
| 2356 | 2026-07-16T03:55:07.807Z | ------- |
| 2357 | 2026-07-16T03:55:07.807Z | Generating OpenAPI documents from API definitions ... |
| 2358 | 2026-07-16T03:55:07.945Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2359 | 2026-07-16T03:55:08.013Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2360 | 2026-07-16T03:55:08.978Z | ------- |
| 2361 | 2026-07-16T03:55:08.978Z | Checking 12 OpenAPI documents... |
| 2362 | 2026-07-16T03:55:08.978Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2363 | 2026-07-16T03:55:08.978Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-07-16T03:55:08.978Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-07-16T03:55:08.978Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-07-16T03:55:08.978Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-07-16T03:55:08.978Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-07-16T03:55:08.981Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2369 | 2026-07-16T03:55:08.982Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2370 | 2026-07-16T03:55:08.982Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2371 | 2026-07-16T03:55:08.982Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2372 | 2026-07-16T03:55:08.982Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2373 | 2026-07-16T03:55:08.982Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2374 | 2026-07-16T03:55:08.982Z | Fresh dpd "latest" symlink |
| 2375 | 2026-07-16T03:55:08.982Z | ------- |
| 2376 | 2026-07-16T03:55:08.982Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2377 | 2026-07-16T03:55:09.040Z | test test::test_apis_up_to_date ... ok |
| 2378 | 2026-07-16T03:55:09.040Z | |
| 2379 | 2026-07-16T03:55:09.040Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s |
| 2380 | 2026-07-16T03:55:09.040Z | |
| 2381 | 2026-07-16T03:55:09.096Z | Running unittests src/main.rs (target/debug/deps/dpd-2ba9e37f061863ac) |
| 2382 | 2026-07-16T03:55:09.102Z | |
| 2383 | 2026-07-16T03:55:09.102Z | running 33 tests |
| 2384 | 2026-07-16T03:55:09.106Z | test freemap::test_ordering ... ok |
| 2385 | 2026-07-16T03:55:09.106Z | test config::tests::test_updates ... ok |
| 2386 | 2026-07-16T03:55:09.106Z | test freemap::test_split ... ok |
| 2387 | 2026-07-16T03:55:09.106Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2388 | 2026-07-16T03:55:09.106Z | test macaddrs::tests::test_mac_offset ... ok |
| 2389 | 2026-07-16T03:55:09.106Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2390 | 2026-07-16T03:55:09.106Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2391 | 2026-07-16T03:55:09.106Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2392 | 2026-07-16T03:55:09.106Z | test nat::test_mapping ... ok |
| 2393 | 2026-07-16T03:55:09.106Z | test port_map::tests::dump_map ... ok |
| 2394 | 2026-07-16T03:55:09.106Z | test port_map::tests::test_backplane_group ... ok |
| 2395 | 2026-07-16T03:55:09.110Z | test port_map::tests::test_port_map ... ok |
| 2396 | 2026-07-16T03:55:09.110Z | Jul 16 03:55:08.239 DEBG created new freemap, unit: Jul 16 03:55:08.239freemap_test DEBG created new freemap |
| 2397 | 2026-07-16T03:55:09.110Z | , unit: Jul 16 03:55:08.239freemap_test |
| 2398 | 2026-07-16T03:55:09.110Z | DEBG initted freemap. size: 128, unit: freemap_test |
| 2399 | 2026-07-16T03:55:09.110Z | Jul 16 03:55:08.239 DEBG reset freemap, unit: freemap_test |
| 2400 | 2026-07-16T03:55:09.110Z | Jul 16 03:55:08.239 DEBG initted freemap. size: 128, unit: freemap_test |
| 2401 | 2026-07-16T03:55:09.110Z | Jul 16 03:55:08.239 DEBG reset freemap, unit: freemap_test |
| 2402 | 2026-07-16T03:55:09.110Z | Jul 16 03:55:08.239 DEBG created new freemap, unit: freemap_test |
| 2403 | 2026-07-16T03:55:09.110Z | Jul 16 03:55:08.240 DEBG initted freemap. size: 128, unit: freemap_test |
| 2404 | 2026-07-16T03:55:09.110Z | test freemap::test_free ... ok |
| 2405 | 2026-07-16T03:55:09.110Z | test freemap::test_reclaim ... ok |
| 2406 | 2026-07-16T03:55:09.110Z | Jul 16 03:55:08.239Jul 16 03:55:08.240 DEBGDEBG created new freemapreset freemap, , unitunit:: freemap_testfreemap_test |
| 2407 | 2026-07-16T03:55:09.110Z | |
| 2408 | 2026-07-16T03:55:09.110Z | Jul 16 03:55:08.240 DEBG initted freemap. size: 128, unit: freemap_test |
| 2409 | 2026-07-16T03:55:09.110Z | Jul 16 03:55:08.240 DEBG reset freemap, unit: freemap_test |
| 2410 | 2026-07-16T03:55:09.111Z | test freemap::test_basic ... ok |
| 2411 | 2026-07-16T03:55:09.111Z | test freemap::test_exhaustion ... ok |
| 2412 | 2026-07-16T03:55:09.111Z | Jul 16 03:55:08.240 DEBG created new freemap, unit: freemap_test |
| 2413 | 2026-07-16T03:55:09.111Z | Jul 16 03:55:08.240 DEBG initted freemap. size: 128, unit: freemap_test |
| 2414 | 2026-07-16T03:55:09.111Z | Jul 16 03:55:08.240 DEBG reset freemap, unit: freemap_test |
| 2415 | 2026-07-16T03:55:09.111Z | test freemap::test_span ... ok |
| 2416 | 2026-07-16T03:55:09.111Z | test api_server::tests::test_build_info ... ok |
| 2417 | 2026-07-16T03:55:09.111Z | Jul 16 03:55:08.240 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2418 | 2026-07-16T03:55:09.111Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2419 | 2026-07-16T03:55:09.111Z | Jul 16 03:55:08.240 DEBGJul 16 03:55:08.240 created new freemap, unit: freemap_route_ipv6 |
| 2420 | 2026-07-16T03:55:09.111Z | Jul 16 03:55:08.241 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2421 | 2026-07-16T03:55:09.111Z | Jul 16 03:55:08.241 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2422 | 2026-07-16T03:55:09.111Z | Jul 16 03:55:08.241 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2423 | 2026-07-16T03:55:09.111Z | Jul 16 03:55:08.241 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2424 | 2026-07-16T03:55:09.111Z | Jul 16 03:55:08.241 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2425 | 2026-07-16T03:55:09.111Z | Jul 16 03:55:08.241 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2426 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2427 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2428 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2429 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2430 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2431 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2432 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2433 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2434 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2435 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2436 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2437 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2438 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2439 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2440 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2441 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2442 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2443 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2444 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2445 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2446 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2447 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2448 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2449 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2450 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2451 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2452 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2453 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2454 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2455 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2456 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2457 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2458 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2459 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2460 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2461 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 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 } }] |
| 2462 | 2026-07-16T03:55:09.112Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2463 | 2026-07-16T03:55:09.113Z | Jul 16 03:55:08.241Jul 16 03:55:08.241 DEBGDEBG created new freemapreplacing 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 } }], |
| 2464 | 2026-07-16T03:55:09.113Z | unit: freemap_route_ipv4Jul 16 03:55:08.241 |
| 2465 | 2026-07-16T03:55:09.113Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2466 | 2026-07-16T03:55:09.113Z | Jul 16 03:55:08.241 DEBG Jul 16 03:55:08.241 DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2467 | 2026-07-16T03:55:09.113Z | created new freemap, unit: freemap_route_ipv4 |
| 2468 | 2026-07-16T03:55:09.113Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2469 | 2026-07-16T03:55:09.113Z | Jul 16 03:55:08.241Jul 16 03:55:08.241 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 } }]created new freemap |
| 2470 | 2026-07-16T03:55:09.113Z | , unit: freemap_route_ipv6 |
| 2471 | 2026-07-16T03:55:09.113Z | Jul 16 03:55:08.241Jul 16 03:55:08.241 DEBGINFO initted freemap. size: 64adding route 3fff:beef:14::/64 -> 2001:db8::55:ff, |
| 2472 | 2026-07-16T03:55:09.113Z | unit: freemap_route_ipv4 |
| 2473 | 2026-07-16T03:55:09.113Z | Jul 16 03:55:08.241 Jul 16 03:55:08.241 DEBGDEBG reset freemapreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2474 | 2026-07-16T03:55:09.113Z | unit: freemap_route_ipv4 |
| 2475 | 2026-07-16T03:55:09.113Z | Jul 16 03:55:08.241 INFOJul 16 03:55:08.241 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 2476 | 2026-07-16T03:55:09.113Z | initted freemap. size: 64, unitJul 16 03:55:08.241: DEBGfreemap_route_ipv6 |
| 2477 | 2026-07-16T03:55:09.113Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2478 | 2026-07-16T03:55:09.113Z | Jul 16 03:55:08.241 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2479 | 2026-07-16T03:55:09.113Z | Jul 16 03:55:08.241Jul 16 03:55:08.241 DEBGDEBG reset freemapreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2480 | 2026-07-16T03:55:09.113Z | unit: Jul 16 03:55:08.241freemap_route_ipv6 |
| 2481 | 2026-07-16T03:55:09.113Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2482 | 2026-07-16T03:55:09.113Z | Jul 16 03:55:08.241Jul 16 03:55:08.241 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1created new freemap |
| 2483 | 2026-07-16T03:55:09.113Z | , Jul 16 03:55:08.241unit :Jul 16 03:55:08.241 DEBGfreemap_route_ipv4DEBG |
| 2484 | 2026-07-16T03:55:09.113Z | 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: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 } }] |
| 2485 | 2026-07-16T03:55:09.113Z | |
| 2486 | 2026-07-16T03:55:09.113Z | Jul 16 03:55:08.241Jul 16 03:55:08.241 DEBGJul 16 03:55:08.241INFO DEBGJul 16 03:55:08.241 INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffcreated new freemap , adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 2487 | 2026-07-16T03:55:09.113Z | : |
| 2488 | 2026-07-16T03:55:09.113Z | created new freemap freemap_route_ipv6, |
| 2489 | 2026-07-16T03:55:09.113Z | unit:Jul 16 03:55:08.241Jul 16 03:55:08.241 Jul 16 03:55:08.241 freemap_route_ipv4DEBGDEBG initted freemap. size: 64 |
| 2490 | 2026-07-16T03:55:09.113Z | 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 } }], unit |
| 2491 | 2026-07-16T03:55:09.113Z | :DEBG Jul 16 03:55:08.241 freemap_route_ipv4DEBG |
| 2492 | 2026-07-16T03:55:09.113Z | created new freemapreplacing 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 } }], |
| 2493 | 2026-07-16T03:55:09.113Z | unitJul 16 03:55:08.241 Jul 16 03:55:08.241 DEBG: reset freemapfreemap_route_ipv6INFO |
| 2494 | 2026-07-16T03:55:09.113Z | , unitJul 16 03:55:08.241: freemap_route_ipv4Jul 16 03:55:08.241adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO |
| 2495 | 2026-07-16T03:55:09.117Z | DEBG initted freemap. size: 64 |
| 2496 | 2026-07-16T03:55:09.117Z | , adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunitJul 16 03:55:08.241: |
| 2497 | 2026-07-16T03:55:09.117Z | DEBGJul 16 03:55:08.241 freemap_route_ipv4initted freemap. size: 64Jul 16 03:55:08.241, |
| 2498 | 2026-07-16T03:55:09.117Z | unit DEBG: Jul 16 03:55:08.241freemap_route_ipv6 |
| 2499 | 2026-07-16T03:55:09.117Z | DEBGDEBGreplacing 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 } }] |
| 2500 | 2026-07-16T03:55:09.117Z | 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 } }]reset freemapJul 16 03:55:08.241 |
| 2501 | 2026-07-16T03:55:09.117Z | Jul 16 03:55:08.241, DEBGINFO reset freemapunit , Jul 16 03:55:08.241: unit :freemap_route_ipv4INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2502 | 2026-07-16T03:55:09.117Z | |
| 2503 | 2026-07-16T03:55:09.117Z | freemap_route_ipv6 |
| 2504 | 2026-07-16T03:55:09.117Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 16 03:55:08.241 |
| 2505 | 2026-07-16T03:55:09.117Z | Jul 16 03:55:08.241 Jul 16 03:55:08.241DEBG INFODEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1, |
| 2506 | 2026-07-16T03:55:09.117Z | |
| 2507 | 2026-07-16T03:55:09.117Z | unit: freemap_route_ipv6 |
| 2508 | 2026-07-16T03:55:09.117Z | Jul 16 03:55:08.241 INFOJul 16 03:55:08.241 created new freemap Jul 16 03:55:08.241adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 2509 | 2026-07-16T03:55:09.118Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 2510 | 2026-07-16T03:55:09.118Z | , reset freemapunit, :unitJul 16 03:55:08.241:Jul 16 03:55:08.241 freemap_route_ipv6 |
| 2511 | 2026-07-16T03:55:09.118Z | freemap_route_ipv6DEBGDEBG |
| 2512 | 2026-07-16T03:55:09.118Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2513 | 2026-07-16T03:55:09.118Z | Jul 16 03:55:08.241 |
| 2514 | 2026-07-16T03:55:09.118Z | INFOJul 16 03:55:08.241 Jul 16 03:55:08.241adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 2515 | 2026-07-16T03:55:09.118Z | INFOinitted freemap. size: 64 , adding route 3fff:beef:1::/64 -> 2001:db8::55:ffunit |
| 2516 | 2026-07-16T03:55:09.118Z | : Jul 16 03:55:08.241freemap_route_ipv4 |
| 2517 | 2026-07-16T03:55:09.118Z | DEBGJul 16 03:55:08.241 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 } }] 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 } }] |
| 2518 | 2026-07-16T03:55:09.118Z | |
| 2519 | 2026-07-16T03:55:09.118Z | Jul 16 03:55:08.241 DEBG reset freemapJul 16 03:55:08.241, Jul 16 03:55:08.241unit :INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 2520 | 2026-07-16T03:55:09.118Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2521 | 2026-07-16T03:55:09.118Z | |
| 2522 | 2026-07-16T03:55:09.118Z | Jul 16 03:55:08.241 DEBGJul 16 03:55:08.241 Jul 16 03:55:08.241replacing 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 } }] |
| 2523 | 2026-07-16T03:55:09.118Z | 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 } }]DEBG |
| 2524 | 2026-07-16T03:55:09.118Z | initted freemap. size: 64Jul 16 03:55:08.241, unitINFOJul 16 03:55:08.241 : INFOfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2525 | 2026-07-16T03:55:09.118Z | |
| 2526 | 2026-07-16T03:55:09.118Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2527 | 2026-07-16T03:55:09.118Z | Jul 16 03:55:08.241Jul 16 03:55:08.241Jul 16 03:55:08.241 DEBGDEBG reset freemapDEBG, unitreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2528 | 2026-07-16T03:55:09.118Z | |
| 2529 | 2026-07-16T03:55:09.118Z | : freemap_route_ipv6 |
| 2530 | 2026-07-16T03:55:09.118Z | Jul 16 03:55:08.241 Jul 16 03:55:08.241INFOJul 16 03:55:08.241 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2531 | 2026-07-16T03:55:09.118Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 2532 | 2026-07-16T03:55:09.118Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2533 | 2026-07-16T03:55:09.118Z | Jul 16 03:55:08.241Jul 16 03:55:08.241 DEBGDEBG Jul 16 03:55:08.241replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: "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 } }] |
| 2534 | 2026-07-16T03:55:09.118Z | |
| 2535 | 2026-07-16T03:55:09.118Z | 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 } }] |
| 2536 | 2026-07-16T03:55:09.118Z | Jul 16 03:55:08.241Jul 16 03:55:08.241 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 16 03:55:08.241 |
| 2537 | 2026-07-16T03:55:09.118Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2538 | 2026-07-16T03:55:09.118Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2539 | 2026-07-16T03:55:09.118Z | Jul 16 03:55:08.241Jul 16 03:55:08.241Jul 16 03:55:08.241 DEBGDEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2540 | 2026-07-16T03:55:09.118Z | 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 } }] |
| 2541 | 2026-07-16T03:55:09.118Z | |
| 2542 | 2026-07-16T03:55:09.118Z | Jul 16 03:55:08.241 Jul 16 03:55:08.241Jul 16 03:55:08.241 INFO INFOINFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2543 | 2026-07-16T03:55:09.118Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2544 | 2026-07-16T03:55:09.118Z | |
| 2545 | 2026-07-16T03:55:09.118Z | Jul 16 03:55:08.241 DEBG Jul 16 03:55:08.241Jul 16 03:55:08.241replacing 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 } }] |
| 2546 | 2026-07-16T03:55:09.119Z | DEBG DEBGJul 16 03:55:08.241 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 2547 | 2026-07-16T03:55:09.119Z | |
| 2548 | 2026-07-16T03:55:09.119Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2549 | 2026-07-16T03:55:09.119Z | Jul 16 03:55:08.241 Jul 16 03:55:08.241Jul 16 03:55:08.241INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2550 | 2026-07-16T03:55:09.119Z | |
| 2551 | 2026-07-16T03:55:09.119Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2552 | 2026-07-16T03:55:09.119Z | Jul 16 03:55:08.242Jul 16 03:55:08.242Jul 16 03:55:08.242 DEBGINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2553 | 2026-07-16T03:55:09.119Z | DEBG |
| 2554 | 2026-07-16T03:55:09.119Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 2555 | 2026-07-16T03:55:09.119Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 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 } }]INFO |
| 2556 | 2026-07-16T03:55:09.119Z | Jul 16 03:55:08.242adding route 3fff:beef:8::/64 -> 2001:db8::55:ff INFO |
| 2557 | 2026-07-16T03:55:09.119Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 16 03:55:08.242 |
| 2558 | 2026-07-16T03:55:09.119Z | Jul 16 03:55:08.242INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2559 | 2026-07-16T03:55:09.119Z | 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 } }] |
| 2560 | 2026-07-16T03:55:09.120Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 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:9::/64 -> 2001:db8::55:ff |
| 2561 | 2026-07-16T03:55:09.120Z | Jul 16 03:55:08.242 |
| 2562 | 2026-07-16T03:55:09.120Z | DEBG Jul 16 03:55:08.242replacing 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 } }]Jul 16 03:55:08.242 |
| 2563 | 2026-07-16T03:55:09.120Z | DEBGINFO adding route 3fff:beef:5::/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 } }] |
| 2564 | 2026-07-16T03:55:09.120Z | |
| 2565 | 2026-07-16T03:55:09.120Z | Jul 16 03:55:08.242 INFOJul 16 03:55:08.242Jul 16 03:55:08.242 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 } }] |
| 2566 | 2026-07-16T03:55:09.120Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2567 | 2026-07-16T03:55:09.120Z | |
| 2568 | 2026-07-16T03:55:09.120Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242INFO DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2569 | 2026-07-16T03:55:09.120Z | 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 |
| 2570 | 2026-07-16T03:55:09.120Z | 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 } }]Jul 16 03:55:08.242 |
| 2571 | 2026-07-16T03:55:09.120Z | Jul 16 03:55:08.242DEBG INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2572 | 2026-07-16T03:55:09.120Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 16 03:55:08.242 |
| 2573 | 2026-07-16T03:55:09.120Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2574 | 2026-07-16T03:55:09.120Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242DEBG INFODEBG 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:7::/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 } }] |
| 2575 | 2026-07-16T03:55:09.120Z | |
| 2576 | 2026-07-16T03:55:09.120Z | |
| 2577 | 2026-07-16T03:55:09.120Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242DEBGINFO 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:3::/64 -> 2001:db8::55:ff |
| 2578 | 2026-07-16T03:55:09.120Z | INFO |
| 2579 | 2026-07-16T03:55:09.120Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 16 03:55:08.242 |
| 2580 | 2026-07-16T03:55:09.120Z | Jul 16 03:55:08.242 INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2581 | 2026-07-16T03:55:09.120Z | Jul 16 03:55:08.242replacing 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 } }] |
| 2582 | 2026-07-16T03:55:09.120Z | DEBG Jul 16 03:55:08.242replacing 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 } }] |
| 2583 | 2026-07-16T03:55:09.120Z | DEBG Jul 16 03:55:08.242replacing 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 } }] Jul 16 03:55:08.242 |
| 2584 | 2026-07-16T03:55:09.120Z | INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2585 | 2026-07-16T03:55:09.120Z | |
| 2586 | 2026-07-16T03:55:09.120Z | Jul 16 03:55:08.242 INFO Jul 16 03:55:08.242adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2587 | 2026-07-16T03:55:09.120Z | 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 } }]Jul 16 03:55:08.242Jul 16 03:55:08.242 |
| 2588 | 2026-07-16T03:55:09.120Z | 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 } }]DEBG |
| 2589 | 2026-07-16T03:55:09.120Z | Jul 16 03:55:08.242 INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:55:08.242 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 2590 | 2026-07-16T03:55:09.120Z | |
| 2591 | 2026-07-16T03:55:09.120Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2592 | 2026-07-16T03:55:09.120Z | Jul 16 03:55:08.242 Jul 16 03:55:08.242DEBGJul 16 03:55:08.242 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 } }]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 } }] |
| 2593 | 2026-07-16T03:55:09.120Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2594 | 2026-07-16T03:55:09.120Z | |
| 2595 | 2026-07-16T03:55:09.126Z | Jul 16 03:55:08.242Jul 16 03:55:08.242Jul 16 03:55:08.242 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2596 | 2026-07-16T03:55:09.126Z | |
| 2597 | 2026-07-16T03:55:09.126Z | 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 } }] |
| 2598 | 2026-07-16T03:55:09.126Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242DEBG 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 } }]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 } }] |
| 2599 | 2026-07-16T03:55:09.126Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2600 | 2026-07-16T03:55:09.126Z | |
| 2601 | 2026-07-16T03:55:09.126Z | Jul 16 03:55:08.242 Jul 16 03:55:08.242INFOJul 16 03:55:08.242 DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO |
| 2602 | 2026-07-16T03:55:09.126Z | 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:10::/64 -> 2001:db8::55:ff |
| 2603 | 2026-07-16T03:55:09.126Z | |
| 2604 | 2026-07-16T03:55:09.126Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242DEBG 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 } }] |
| 2605 | 2026-07-16T03:55:09.126Z | INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2606 | 2026-07-16T03:55:09.126Z | |
| 2607 | 2026-07-16T03:55:09.126Z | Jul 16 03:55:08.242 INFO Jul 16 03:55:08.242Jul 16 03:55:08.242 adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBGINFO |
| 2608 | 2026-07-16T03:55:09.126Z | 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 } }] |
| 2609 | 2026-07-16T03:55:09.127Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2610 | 2026-07-16T03:55:09.127Z | Jul 16 03:55:08.242 Jul 16 03:55:08.242DEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:55:08.242 |
| 2611 | 2026-07-16T03:55:09.127Z | DEBG adding route 3fff:beef:8::/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 } }]Jul 16 03:55:08.242 |
| 2612 | 2026-07-16T03:55:09.127Z | |
| 2613 | 2026-07-16T03:55:09.127Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2614 | 2026-07-16T03:55:09.127Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 INFODEBGJul 16 03:55:08.242 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 |
| 2615 | 2026-07-16T03:55:09.127Z | 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:12::/64 -> 2001:db8::55:ff |
| 2616 | 2026-07-16T03:55:09.127Z | |
| 2617 | 2026-07-16T03:55:09.127Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242 DEBGINFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2618 | 2026-07-16T03:55:09.127Z | |
| 2619 | 2026-07-16T03:55:09.127Z | 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 } }] |
| 2620 | 2026-07-16T03:55:09.127Z | Jul 16 03:55:08.242 Jul 16 03:55:08.242Jul 16 03:55:08.242 DEBGDEBG 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 } }] |
| 2621 | 2026-07-16T03:55:09.127Z | 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:13::/64 -> 2001:db8::55:ff |
| 2622 | 2026-07-16T03:55:09.127Z | |
| 2623 | 2026-07-16T03:55:09.127Z | Jul 16 03:55:08.242Jul 16 03:55:08.242Jul 16 03:55:08.242 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 } }] INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2624 | 2026-07-16T03:55:09.127Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2625 | 2026-07-16T03:55:09.127Z | |
| 2626 | 2026-07-16T03:55:09.127Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242INFO DEBG DEBGadding route 3fff:beef:14::/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 } }] |
| 2627 | 2026-07-16T03:55:09.127Z | |
| 2628 | 2026-07-16T03:55:09.127Z | 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 } }] |
| 2629 | 2026-07-16T03:55:09.127Z | Jul 16 03:55:08.242Jul 16 03:55:08.242Jul 16 03:55:08.242 INFOINFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2630 | 2026-07-16T03:55:09.127Z | 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:b::/64 -> 2001:db8::55:ff |
| 2631 | 2026-07-16T03:55:09.127Z | |
| 2632 | 2026-07-16T03:55:09.127Z | Jul 16 03:55:08.242 Jul 16 03:55:08.242Jul 16 03:55:08.242DEBG INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2633 | 2026-07-16T03:55:09.127Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 2634 | 2026-07-16T03:55:09.127Z | 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 } }]Jul 16 03:55:08.242 |
| 2635 | 2026-07-16T03:55:09.127Z | INFO Jul 16 03:55:08.242adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2636 | 2026-07-16T03:55:09.127Z | DEBGJul 16 03:55:08.242 INFOJul 16 03:55:08.242 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 |
| 2637 | 2026-07-16T03:55:09.127Z | adding route 3fff:beef:c::/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 } }] |
| 2638 | 2026-07-16T03:55:09.127Z | |
| 2639 | 2026-07-16T03:55:09.127Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242INFO DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2640 | 2026-07-16T03:55:09.127Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2641 | 2026-07-16T03:55:09.127Z | |
| 2642 | 2026-07-16T03:55:09.127Z | Jul 16 03:55:08.242 INFO Jul 16 03:55:08.242Jul 16 03:55:08.242 DEBGDEBG adding route 3fff:beef:d::/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 } }] |
| 2643 | 2026-07-16T03:55:09.127Z | |
| 2644 | 2026-07-16T03:55:09.127Z | 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 } }] |
| 2645 | 2026-07-16T03:55:09.127Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242INFO DEBGINFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2646 | 2026-07-16T03:55:09.127Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2647 | 2026-07-16T03:55:09.127Z | |
| 2648 | 2026-07-16T03:55:09.128Z | Jul 16 03:55:08.242 DEBGJul 16 03:55:08.242Jul 16 03:55:08.242 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 } }] INFODEBG |
| 2649 | 2026-07-16T03:55:09.128Z | 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 } }] |
| 2650 | 2026-07-16T03:55:09.128Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 16 03:55:08.242 |
| 2651 | 2026-07-16T03:55:09.128Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 16 03:55:08.242 |
| 2652 | 2026-07-16T03:55:09.128Z | Jul 16 03:55:08.242 DEBG INFO Jul 16 03:55:08.242adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2653 | 2026-07-16T03:55:09.128Z | DEBG |
| 2654 | 2026-07-16T03:55:09.128Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2655 | 2026-07-16T03:55:09.128Z | Jul 16 03:55:08.242 Jul 16 03:55:08.242 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:55:08.242 |
| 2656 | 2026-07-16T03:55:09.128Z | |
| 2657 | 2026-07-16T03:55:09.128Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2658 | 2026-07-16T03:55:09.128Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242 DEBGINFO DEBGadding route 3fff:beef:19::/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 } }] |
| 2659 | 2026-07-16T03:55:09.128Z | 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 } }] |
| 2660 | 2026-07-16T03:55:09.128Z | |
| 2661 | 2026-07-16T03:55:09.128Z | Jul 16 03:55:08.242Jul 16 03:55:08.242Jul 16 03:55:08.242 INFODEBG adding route 3fff:beef:17::/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 } }] |
| 2662 | 2026-07-16T03:55:09.128Z | INFO |
| 2663 | 2026-07-16T03:55:09.128Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2664 | 2026-07-16T03:55:09.128Z | Jul 16 03:55:08.242 Jul 16 03:55:08.242DEBG Jul 16 03:55:08.242 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2665 | 2026-07-16T03:55:09.128Z | 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 } }] |
| 2666 | 2026-07-16T03:55:09.128Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2667 | 2026-07-16T03:55:09.128Z | Jul 16 03:55:08.242 INFOJul 16 03:55:08.242 Jul 16 03:55:08.242adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2668 | 2026-07-16T03:55:09.128Z | INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff Jul 16 03:55:08.242 |
| 2669 | 2026-07-16T03:55:09.128Z | DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2670 | 2026-07-16T03:55:09.128Z | Jul 16 03:55:08.242replacing 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 } }] |
| 2671 | 2026-07-16T03:55:09.128Z | 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 } }] |
| 2672 | 2026-07-16T03:55:09.128Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 16 03:55:08.242 |
| 2673 | 2026-07-16T03:55:09.128Z | |
| 2674 | 2026-07-16T03:55:09.128Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 16 03:55:08.242Jul 16 03:55:08.242 |
| 2675 | 2026-07-16T03:55:09.128Z | DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2676 | 2026-07-16T03:55:09.128Z | |
| 2677 | 2026-07-16T03:55:09.128Z | Jul 16 03:55:08.242Jul 16 03:55:08.242Jul 16 03:55:08.242 INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2678 | 2026-07-16T03:55:09.128Z | |
| 2679 | 2026-07-16T03:55:09.128Z | 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 } }] |
| 2680 | 2026-07-16T03:55:09.128Z | Jul 16 03:55:08.242 INFOJul 16 03:55:08.242 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 2681 | 2026-07-16T03:55:09.128Z | 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 } }] |
| 2682 | 2026-07-16T03:55:09.128Z | Jul 16 03:55:08.242 DEBGJul 16 03:55:08.242 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2683 | 2026-07-16T03:55:09.128Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2684 | 2026-07-16T03:55:09.128Z | Jul 16 03:55:08.242 INFOJul 16 03:55:08.242 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 2685 | 2026-07-16T03:55:09.128Z | 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 } }] |
| 2686 | 2026-07-16T03:55:09.129Z | Jul 16 03:55:08.242 DEBGJul 16 03:55:08.242 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 } }]Jul 16 03:55:08.242 DEBG created new freemapJul 16 03:55:08.242, |
| 2687 | 2026-07-16T03:55:09.129Z | unit: freemap_route_ipv4 |
| 2688 | 2026-07-16T03:55:09.129Z | Jul 16 03:55:08.242 DEBG created new freemap, Jul 16 03:55:08.242unit: freemap_route_ipv6INFO |
| 2689 | 2026-07-16T03:55:09.129Z | 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 } }] |
| 2690 | 2026-07-16T03:55:09.129Z | Jul 16 03:55:08.242 DEBG Jul 16 03:55:08.242initted freemap. size: 64, adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunit: freemap_route_ipv4Jul 16 03:55:08.242 |
| 2691 | 2026-07-16T03:55:09.129Z | DEBG |
| 2692 | 2026-07-16T03:55:09.129Z | 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 } }]Jul 16 03:55:08.242 DEBGINFO reset freemapINFO, unit: freemap_route_ipv4 |
| 2693 | 2026-07-16T03:55:09.129Z | |
| 2694 | 2026-07-16T03:55:09.129Z | Jul 16 03:55:08.242adding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2695 | 2026-07-16T03:55:09.133Z | Jul 16 03:55:08.242 |
| 2696 | 2026-07-16T03:55:09.133Z | Jul 16 03:55:08.242 DEBG reset freemapJul 16 03:55:08.242, unitDEBG: replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 2697 | 2026-07-16T03:55:09.133Z | |
| 2698 | 2026-07-16T03:55:09.133Z | Jul 16 03:55:08.242Jul 16 03:55:08.242 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2699 | 2026-07-16T03:55:09.133Z | |
| 2700 | 2026-07-16T03:55:09.133Z | 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 } }] Jul 16 03:55:08.242 |
| 2701 | 2026-07-16T03:55:09.133Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 16 03:55:08.242DEBG |
| 2702 | 2026-07-16T03:55:09.133Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }]Jul 16 03:55:08.242Jul 16 03:55:08.242 |
| 2703 | 2026-07-16T03:55:09.133Z | |
| 2704 | 2026-07-16T03:55:09.133Z | DEBG Jul 16 03:55:08.242replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2705 | 2026-07-16T03:55:09.133Z | INFOJul 16 03:55:08.242 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2706 | 2026-07-16T03:55:09.133Z | INFOadding route 3fff:beef::/64 -> 2001:db8::55:ffJul 16 03:55:08.242 |
| 2707 | 2026-07-16T03:55:09.133Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffJul 16 03:55:08.242INFO |
| 2708 | 2026-07-16T03:55:09.133Z | DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2709 | 2026-07-16T03:55:09.133Z | Jul 16 03:55:08.242 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 |
| 2710 | 2026-07-16T03:55:09.133Z | Jul 16 03:55:08.242 Jul 16 03:55:08.242replacing 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 } }] DEBGJul 16 03:55:08.242 DEBG |
| 2711 | 2026-07-16T03:55:09.133Z | INFOreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2712 | 2026-07-16T03:55:09.133Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2713 | 2026-07-16T03:55:09.133Z | |
| 2714 | 2026-07-16T03:55:09.133Z | Jul 16 03:55:08.243 INFOJul 16 03:55:08.243 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 16 03:55:08.243Jul 16 03:55:08.243 |
| 2715 | 2026-07-16T03:55:09.133Z | INFO INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2716 | 2026-07-16T03:55:09.133Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBGJul 16 03:55:08.243 |
| 2717 | 2026-07-16T03:55:09.133Z | 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 } }]Jul 16 03:55:08.243replacing 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 } }]Jul 16 03:55:08.243 |
| 2718 | 2026-07-16T03:55:09.134Z | |
| 2719 | 2026-07-16T03:55:09.134Z | DEBG DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2720 | 2026-07-16T03:55:09.134Z | 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 } }]Jul 16 03:55:08.243 |
| 2721 | 2026-07-16T03:55:09.134Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2722 | 2026-07-16T03:55:09.134Z | Jul 16 03:55:08.243 Jul 16 03:55:08.243INFO Jul 16 03:55:08.243adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO |
| 2723 | 2026-07-16T03:55:09.134Z | Jul 16 03:55:08.243 DEBG Jul 16 03:55:08.243 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 2724 | 2026-07-16T03:55:09.134Z | INFO 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 } }] |
| 2725 | 2026-07-16T03:55:09.134Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ffJul 16 03:55:08.243 |
| 2726 | 2026-07-16T03:55:09.134Z | DEBG |
| 2727 | 2026-07-16T03:55:09.134Z | 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 } }]Jul 16 03:55:08.243 |
| 2728 | 2026-07-16T03:55:09.134Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 16 03:55:08.243Jul 16 03:55:08.243 DEBGINFOJul 16 03:55:08.243 |
| 2729 | 2026-07-16T03:55:09.134Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFO |
| 2730 | 2026-07-16T03:55:09.134Z | Jul 16 03:55:08.243 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:20::/64 -> 2001:db8::55:ffJul 16 03:55:08.243DEBG |
| 2731 | 2026-07-16T03:55:09.134Z | |
| 2732 | 2026-07-16T03:55:09.134Z | DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2733 | 2026-07-16T03:55:09.134Z | Jul 16 03:55:08.243replacing 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 } }] |
| 2734 | 2026-07-16T03:55:09.134Z | 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 } }] |
| 2735 | 2026-07-16T03:55:09.134Z | Jul 16 03:55:08.243Jul 16 03:55:08.243 Jul 16 03:55:08.243INFO INFOJul 16 03:55:08.243adding route 3fff:beef:20::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2736 | 2026-07-16T03:55:09.134Z | |
| 2737 | 2026-07-16T03:55:09.134Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFO |
| 2738 | 2026-07-16T03:55:09.134Z | Jul 16 03:55:08.243adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Jul 16 03:55:08.243 |
| 2739 | 2026-07-16T03:55:09.134Z | Jul 16 03:55:08.243 DEBGDEBG 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 } }]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 } }]Jul 16 03:55:08.243 |
| 2740 | 2026-07-16T03:55:09.134Z | |
| 2741 | 2026-07-16T03:55:09.134Z | 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 } }] |
| 2742 | 2026-07-16T03:55:09.134Z | 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 } }] |
| 2743 | 2026-07-16T03:55:09.134Z | Jul 16 03:55:08.243Jul 16 03:55:08.243 Jul 16 03:55:08.243INFO INFOINFOJul 16 03:55:08.243 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2744 | 2026-07-16T03:55:09.134Z | |
| 2745 | 2026-07-16T03:55:09.134Z | |
| 2746 | 2026-07-16T03:55:09.134Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 16 03:55:08.243 |
| 2747 | 2026-07-16T03:55:09.134Z | DEBG Jul 16 03:55:08.243Jul 16 03:55:08.243replacing 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 } }] Jul 16 03:55:08.243 |
| 2748 | 2026-07-16T03:55:09.134Z | 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 } }] DEBG |
| 2749 | 2026-07-16T03:55:09.134Z | 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 } }]Jul 16 03:55:08.243 |
| 2750 | 2026-07-16T03:55:09.134Z | 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 } }] |
| 2751 | 2026-07-16T03:55:09.134Z | Jul 16 03:55:08.243adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2752 | 2026-07-16T03:55:09.134Z | INFO Jul 16 03:55:08.243adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 16 03:55:08.243 Jul 16 03:55:08.243 |
| 2753 | 2026-07-16T03:55:09.134Z | INFOJul 16 03:55:08.243INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 16 03:55:08.243DEBG |
| 2754 | 2026-07-16T03:55:09.134Z | DEBG created new freemap 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:5::/64 -> 2001:db8::55:ff, |
| 2755 | 2026-07-16T03:55:09.134Z | unit: |
| 2756 | 2026-07-16T03:55:09.134Z | Jul 16 03:55:08.243replacing 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 } }]Jul 16 03:55:08.243 Jul 16 03:55:08.243INFODEBG freemap_route_ipv4adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2757 | 2026-07-16T03:55:09.135Z | DEBG |
| 2758 | 2026-07-16T03:55:09.135Z | 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 } }] |
| 2759 | 2026-07-16T03:55:09.135Z | |
| 2760 | 2026-07-16T03:55:09.135Z | 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 } }]Jul 16 03:55:08.243 |
| 2761 | 2026-07-16T03:55:09.135Z | Jul 16 03:55:08.243 Jul 16 03:55:08.243 DEBG INFO DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 16 03:55:08.243adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2762 | 2026-07-16T03:55:09.135Z | created new freemap, unit |
| 2763 | 2026-07-16T03:55:09.135Z | :Jul 16 03:55:08.243 INFOINFOJul 16 03:55:08.243Jul 16 03:55:08.243 freemap_route_ipv6INFO |
| 2764 | 2026-07-16T03:55:09.135Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2765 | 2026-07-16T03:55:09.135Z | |
| 2766 | 2026-07-16T03:55:09.135Z | DEBGJul 16 03:55:08.243 |
| 2767 | 2026-07-16T03:55:09.135Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2768 | 2026-07-16T03:55:09.135Z | Jul 16 03:55:08.243 Jul 16 03:55:08.243DEBGJul 16 03:55:08.243 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 } }]initted freemap. size: 64 |
| 2769 | 2026-07-16T03:55:09.135Z | DEBG Jul 16 03:55:08.243replacing 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 } }]Jul 16 03:55:08.243, |
| 2770 | 2026-07-16T03:55:09.135Z | unitINFO: INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2771 | 2026-07-16T03:55:09.135Z | Jul 16 03:55:08.243 freemap_route_ipv4adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 2772 | 2026-07-16T03:55:09.135Z | Jul 16 03:55:08.243 |
| 2773 | 2026-07-16T03:55:09.135Z | DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff 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 } }]Jul 16 03:55:08.243 |
| 2774 | 2026-07-16T03:55:09.135Z | |
| 2775 | 2026-07-16T03:55:09.135Z | 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 } }] |
| 2776 | 2026-07-16T03:55:09.135Z | Jul 16 03:55:08.243Jul 16 03:55:08.243 INFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 16 03:55:08.243 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 } }] |
| 2777 | 2026-07-16T03:55:09.135Z | INFO |
| 2778 | 2026-07-16T03:55:09.135Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2779 | 2026-07-16T03:55:09.135Z | Jul 16 03:55:08.243Jul 16 03:55:08.243 DEBGDEBG reset freemapreplacing 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 } }]Jul 16 03:55:08.243 |
| 2780 | 2026-07-16T03:55:09.135Z | , INFOunit: freemap_route_ipv4adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 16 03:55:08.243Jul 16 03:55:08.243 |
| 2781 | 2026-07-16T03:55:09.135Z | |
| 2782 | 2026-07-16T03:55:09.135Z | DEBG INFOJul 16 03:55:08.243 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 } }] |
| 2783 | 2026-07-16T03:55:09.135Z | DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2784 | 2026-07-16T03:55:09.135Z | Jul 16 03:55:08.243 |
| 2785 | 2026-07-16T03:55:09.135Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 16 03:55:08.243Jul 16 03:55:08.243 |
| 2786 | 2026-07-16T03:55:09.135Z | DEBG INFO Jul 16 03:55:08.243Jul 16 03:55:08.243 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 } }] |
| 2787 | 2026-07-16T03:55:09.135Z | DEBGDEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff Jul 16 03:55:08.243 |
| 2788 | 2026-07-16T03:55:09.135Z | 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 |
| 2789 | 2026-07-16T03:55:09.135Z | Jul 16 03:55:08.243 INFO Jul 16 03:55:08.243adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2790 | 2026-07-16T03:55:09.135Z | 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 } }] |
| 2791 | 2026-07-16T03:55:09.135Z | Jul 16 03:55:08.243 Jul 16 03:55:08.243 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2792 | 2026-07-16T03:55:09.135Z | |
| 2793 | 2026-07-16T03:55:09.135Z | INFOJul 16 03:55:08.243 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO |
| 2794 | 2026-07-16T03:55:09.135Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2795 | 2026-07-16T03:55:09.140Z | Jul 16 03:55:08.243Jul 16 03:55:08.243 DEBG INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:55:08.243 |
| 2796 | 2026-07-16T03:55:09.140Z | DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2797 | 2026-07-16T03:55:09.140Z | |
| 2798 | 2026-07-16T03:55:09.140Z | Jul 16 03:55:08.243 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff Jul 16 03:55:08.243 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2799 | 2026-07-16T03:55:09.140Z | DEBG |
| 2800 | 2026-07-16T03:55:09.140Z | Jul 16 03:55:08.243 INFO Jul 16 03:55:08.243replacing 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 } }] |
| 2801 | 2026-07-16T03:55:09.140Z | Jul 16 03:55:08.243 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2802 | 2026-07-16T03:55:09.140Z | DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:55:08.243replacing 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 } }]Jul 16 03:55:08.243 DEBG |
| 2803 | 2026-07-16T03:55:09.140Z | |
| 2804 | 2026-07-16T03:55:09.140Z | 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 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2805 | 2026-07-16T03:55:09.140Z | |
| 2806 | 2026-07-16T03:55:09.140Z | Jul 16 03:55:08.243 Jul 16 03:55:08.243INFOJul 16 03:55:08.243 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 16 03:55:08.243adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2807 | 2026-07-16T03:55:09.140Z | |
| 2808 | 2026-07-16T03:55:09.140Z | DEBG |
| 2809 | 2026-07-16T03:55:09.140Z | 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 } }] |
| 2810 | 2026-07-16T03:55:09.140Z | Jul 16 03:55:08.243Jul 16 03:55:08.243 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 } }] |
| 2811 | 2026-07-16T03:55:09.140Z | 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 } }]Jul 16 03:55:08.243 |
| 2812 | 2026-07-16T03:55:09.140Z | 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 } }]Jul 16 03:55:08.243Jul 16 03:55:08.243 |
| 2813 | 2026-07-16T03:55:09.140Z | INFOJul 16 03:55:08.243 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO |
| 2814 | 2026-07-16T03:55:09.140Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 16 03:55:08.243 |
| 2815 | 2026-07-16T03:55:09.140Z | INFOJul 16 03:55:08.243 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGINFOJul 16 03:55:08.243 |
| 2816 | 2026-07-16T03:55:09.140Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2817 | 2026-07-16T03:55:09.140Z | DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2818 | 2026-07-16T03:55:09.140Z | |
| 2819 | 2026-07-16T03:55:09.140Z | Jul 16 03:55:08.243Jul 16 03:55:08.243 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 16 03:55:08.243 |
| 2820 | 2026-07-16T03:55:09.141Z | 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 } }]INFOJul 16 03:55:08.243 |
| 2821 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243 DEBGDEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2822 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243replacing 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 } }] |
| 2823 | 2026-07-16T03:55:09.141Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2824 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243Jul 16 03:55:08.243 INFODEBG adding route 3fff:beef:28::/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 } }] |
| 2825 | 2026-07-16T03:55:09.141Z | |
| 2826 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2827 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243 DEBGJul 16 03:55:08.243 INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2828 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGJul 16 03:55:08.243 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2829 | 2026-07-16T03:55:09.141Z | |
| 2830 | 2026-07-16T03:55:09.141Z | |
| 2831 | 2026-07-16T03:55:09.141Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 16 03:55:08.243 |
| 2832 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243DEBGJul 16 03:55:08.243 DEBG INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2833 | 2026-07-16T03:55:09.141Z | 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 } }]Jul 16 03:55:08.243adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2834 | 2026-07-16T03:55:09.141Z | DEBG |
| 2835 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243 INFOJul 16 03:55:08.243replacing 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 } }] |
| 2836 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 2837 | 2026-07-16T03:55:09.141Z | DEBGJul 16 03:55:08.243adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2838 | 2026-07-16T03:55:09.141Z | 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 } }] Jul 16 03:55:08.243adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 16 03:55:08.243 |
| 2839 | 2026-07-16T03:55:09.141Z | DEBG |
| 2840 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243DEBGreplacing 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 } }] |
| 2841 | 2026-07-16T03:55:09.141Z | INFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2842 | 2026-07-16T03:55:09.141Z | |
| 2843 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243Jul 16 03:55:08.243 INFODEBGJul 16 03:55:08.243 Jul 16 03:55:08.243INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2844 | 2026-07-16T03:55:09.141Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2845 | 2026-07-16T03:55:09.141Z | |
| 2846 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243replacing 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 } }] |
| 2847 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243Jul 16 03:55:08.243DEBG DEBG 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 } }] |
| 2848 | 2026-07-16T03:55:09.141Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2849 | 2026-07-16T03:55:09.141Z | |
| 2850 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243 Jul 16 03:55:08.243INFO INFOJul 16 03:55:08.243adding route 3fff:beef:11::/64 -> 2001:db8::55:ff Jul 16 03:55:08.243 |
| 2851 | 2026-07-16T03:55:09.141Z | DEBGINFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2852 | 2026-07-16T03:55:09.141Z | adding route 3fff:beef:2b::/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 } }] |
| 2853 | 2026-07-16T03:55:09.141Z | test route::tests::grow_succeeds ... ok |
| 2854 | 2026-07-16T03:55:09.141Z | |
| 2855 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243 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 } }]Jul 16 03:55:08.243 |
| 2856 | 2026-07-16T03:55:09.141Z | Jul 16 03:55:08.243Jul 16 03:55:08.243 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2857 | 2026-07-16T03:55:09.141Z | |
| 2858 | 2026-07-16T03:55:09.142Z | Jul 16 03:55:08.243 INFO Jul 16 03:55:08.243 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGDEBG |
| 2859 | 2026-07-16T03:55:09.142Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2860 | 2026-07-16T03:55:09.142Z | 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 } }]Jul 16 03:55:08.243 |
| 2861 | 2026-07-16T03:55:09.142Z | INFO Jul 16 03:55:08.243Jul 16 03:55:08.243Jul 16 03:55:08.243 INFOINFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2862 | 2026-07-16T03:55:09.142Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2863 | 2026-07-16T03:55:09.142Z | DEBG |
| 2864 | 2026-07-16T03:55:09.142Z | Jul 16 03:55:08.243replacing 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 } }] |
| 2865 | 2026-07-16T03:55:09.142Z | DEBG Jul 16 03:55:08.243replacing 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 } }] |
| 2866 | 2026-07-16T03:55:09.142Z | DEBGJul 16 03:55:08.243 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 } }] |
| 2867 | 2026-07-16T03:55:09.142Z | DEBGJul 16 03:55:08.243 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 } }] |
| 2868 | 2026-07-16T03:55:09.142Z | INFOinitted freemap. size: 64 Jul 16 03:55:08.243adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2869 | 2026-07-16T03:55:09.142Z | INFO, unitadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff:Jul 16 03:55:08.243 Jul 16 03:55:08.243Jul 16 03:55:08.243freemap_route_ipv6 |
| 2870 | 2026-07-16T03:55:09.142Z | DEBG |
| 2871 | 2026-07-16T03:55:09.142Z | INFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2872 | 2026-07-16T03:55:09.142Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2873 | 2026-07-16T03:55:09.142Z | Jul 16 03:55:08.243 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 2874 | 2026-07-16T03:55:09.142Z | Jul 16 03:55:08.243Jul 16 03:55:08.243 Jul 16 03:55:08.243INFO DEBGreset freemapadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2875 | 2026-07-16T03:55:09.142Z | 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 } }]Jul 16 03:55:08.243DEBG , |
| 2876 | 2026-07-16T03:55:09.142Z | unit:Jul 16 03:55:08.243replacing 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 } }] |
| 2877 | 2026-07-16T03:55:09.142Z | DEBG DEBGfreemap_route_ipv6Jul 16 03:55:08.243 |
| 2878 | 2026-07-16T03:55:09.142Z | 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 } }]Jul 16 03:55:08.243 |
| 2879 | 2026-07-16T03:55:09.142Z | Jul 16 03:55:08.244INFO 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 } }]INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2880 | 2026-07-16T03:55:09.142Z | INFO |
| 2881 | 2026-07-16T03:55:09.142Z | adding route 172.16.0.0/32 -> 10.0.0.1Jul 16 03:55:08.244 |
| 2882 | 2026-07-16T03:55:09.142Z | Jul 16 03:55:08.244 Jul 16 03:55:08.244 INFOJul 16 03:55:08.244adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2883 | 2026-07-16T03:55:09.142Z | DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO DEBG |
| 2884 | 2026-07-16T03:55:09.142Z | adding route 3fff:beef:2f::/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 } }] |
| 2885 | 2026-07-16T03:55:09.142Z | |
| 2886 | 2026-07-16T03:55:09.142Z | Jul 16 03:55:08.244 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 16 03:55:08.244 Jul 16 03:55:08.244 DEBG DEBG |
| 2887 | 2026-07-16T03:55:09.142Z | Jul 16 03:55:08.244INFO 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 } }]DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2888 | 2026-07-16T03:55:09.142Z | |
| 2889 | 2026-07-16T03:55:09.142Z | |
| 2890 | 2026-07-16T03:55:09.142Z | |
| 2891 | 2026-07-16T03:55:09.142Z | Jul 16 03:55:08.244 Jul 16 03:55:08.244Jul 16 03:55:08.244INFO Jul 16 03:55:08.244Jul 16 03:55:08.244 DEBGDEBGINFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFO |
| 2892 | 2026-07-16T03:55:09.142Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2893 | 2026-07-16T03:55:09.142Z | |
| 2894 | 2026-07-16T03:55:09.142Z | |
| 2895 | 2026-07-16T03:55:09.146Z | Jul 16 03:55:08.244adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Jul 16 03:55:08.244 |
| 2896 | 2026-07-16T03:55:09.146Z | DEBG DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:55:08.244 |
| 2897 | 2026-07-16T03:55:09.146Z | INFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 16 03:55:08.244 |
| 2898 | 2026-07-16T03:55:09.146Z | INFO |
| 2899 | 2026-07-16T03:55:09.146Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 16 03:55:08.244 |
| 2900 | 2026-07-16T03:55:09.146Z | Jul 16 03:55:08.244DEBG Jul 16 03:55:08.244 DEBGJul 16 03:55:08.244 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2901 | 2026-07-16T03:55:09.146Z | 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 } }]DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2902 | 2026-07-16T03:55:09.147Z | |
| 2903 | 2026-07-16T03:55:09.147Z | 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 } }] |
| 2904 | 2026-07-16T03:55:09.147Z | Jul 16 03:55:08.244 Jul 16 03:55:08.244Jul 16 03:55:08.244Jul 16 03:55:08.242 INFOJul 16 03:55:08.244 INFODEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff INFOINFO |
| 2905 | 2026-07-16T03:55:09.147Z | 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 } }] |
| 2906 | 2026-07-16T03:55:09.147Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2907 | 2026-07-16T03:55:09.147Z | |
| 2908 | 2026-07-16T03:55:09.147Z | |
| 2909 | 2026-07-16T03:55:09.147Z | Jul 16 03:55:08.244Jul 16 03:55:08.244 INFOJul 16 03:55:08.244Jul 16 03:55:08.244 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 2910 | 2026-07-16T03:55:09.147Z | 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 } }] Jul 16 03:55:08.244 |
| 2911 | 2026-07-16T03:55:09.147Z | DEBGJul 16 03:55:08.244DEBG DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 16 03:55:08.244replacing 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 } }] |
| 2912 | 2026-07-16T03:55:09.147Z | INFO |
| 2913 | 2026-07-16T03:55:09.147Z | adding route 3fff:beef:37::/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 } }] |
| 2914 | 2026-07-16T03:55:09.147Z | Jul 16 03:55:08.244 |
| 2915 | 2026-07-16T03:55:09.147Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 16 03:55:08.244Jul 16 03:55:08.244Jul 16 03:55:08.244 |
| 2916 | 2026-07-16T03:55:09.147Z | INFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2917 | 2026-07-16T03:55:09.147Z | |
| 2918 | 2026-07-16T03:55:09.147Z | Jul 16 03:55:08.244Jul 16 03:55:08.244 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 } }] INFO |
| 2919 | 2026-07-16T03:55:09.147Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2920 | 2026-07-16T03:55:09.147Z | Jul 16 03:55:08.244Jul 16 03:55:08.244 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2921 | 2026-07-16T03:55:09.147Z | DEBG |
| 2922 | 2026-07-16T03:55:09.147Z | 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 } }] |
| 2923 | 2026-07-16T03:55:09.147Z | Jul 16 03:55:08.244Jul 16 03:55:08.244 Jul 16 03:55:08.244DEBG DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2924 | 2026-07-16T03:55:09.147Z | |
| 2925 | 2026-07-16T03:55:09.147Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 16 03:55:08.244 |
| 2926 | 2026-07-16T03:55:09.147Z | Jul 16 03:55:08.244 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 16 03:55:08.244 |
| 2927 | 2026-07-16T03:55:09.147Z | |
| 2928 | 2026-07-16T03:55:09.147Z | DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2929 | 2026-07-16T03:55:09.147Z | Jul 16 03:55:08.244Jul 16 03:55:08.244 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 } }]DEBG |
| 2930 | 2026-07-16T03:55:09.147Z | Jul 16 03:55:08.244replacing 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 } }] |
| 2931 | 2026-07-16T03:55:09.147Z | INFOJul 16 03:55:08.244 INFO Jul 16 03:55:08.244adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2932 | 2026-07-16T03:55:09.147Z | INFO |
| 2933 | 2026-07-16T03:55:09.147Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2934 | 2026-07-16T03:55:09.147Z | Jul 16 03:55:08.244Jul 16 03:55:08.244 DEBGDEBG Jul 16 03:55:08.244replacing 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 } }] |
| 2935 | 2026-07-16T03:55:09.147Z | 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 } }]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 } }] |
| 2936 | 2026-07-16T03:55:09.147Z | |
| 2937 | 2026-07-16T03:55:09.147Z | Jul 16 03:55:08.244 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 16 03:55:08.244 |
| 2938 | 2026-07-16T03:55:09.147Z | INFOJul 16 03:55:08.244 INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 16 03:55:08.244 |
| 2939 | 2026-07-16T03:55:09.147Z | DEBG Jul 16 03:55:08.244replacing 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 } }] |
| 2940 | 2026-07-16T03:55:09.147Z | DEBG adding route 3fff:beef:3b::/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 } }] |
| 2941 | 2026-07-16T03:55:09.148Z | |
| 2942 | 2026-07-16T03:55:09.148Z | Jul 16 03:55:08.244 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 16 03:55:08.244 |
| 2943 | 2026-07-16T03:55:09.148Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2944 | 2026-07-16T03:55:09.148Z | Jul 16 03:55:08.244 Jul 16 03:55:08.244DEBG 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 } }]Jul 16 03:55:08.244 |
| 2945 | 2026-07-16T03:55:09.148Z | 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 |
| 2946 | 2026-07-16T03:55:09.148Z | 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 } }]Jul 16 03:55:08.244 |
| 2947 | 2026-07-16T03:55:09.148Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2948 | 2026-07-16T03:55:09.148Z | Jul 16 03:55:08.244DEBGJul 16 03:55:08.244Jul 16 03:55:08.244 INFODEBG Jul 16 03:55:08.244adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2949 | 2026-07-16T03:55:09.148Z | 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 } }]INFODEBG |
| 2950 | 2026-07-16T03:55:09.148Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 16 03:55:08.244 |
| 2951 | 2026-07-16T03:55:09.148Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG created new freemapreplacing 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 } }] |
| 2952 | 2026-07-16T03:55:09.148Z | , |
| 2953 | 2026-07-16T03:55:09.148Z | Jul 16 03:55:08.244unit :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 } }]Jul 16 03:55:08.244 |
| 2954 | 2026-07-16T03:55:09.148Z | Jul 16 03:55:08.244freemap_route_ipv4 |
| 2955 | 2026-07-16T03:55:09.148Z | INFO Jul 16 03:55:08.244Jul 16 03:55:08.244adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2956 | 2026-07-16T03:55:09.148Z | Jul 16 03:55:08.244DEBG DEBGfailed to allocate space for the new target listDEBGJul 16 03:55:08.244Jul 16 03:55:08.244 INFOcreated new freemap , Jul 16 03:55:08.244DEBGreplacing 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 } }] |
| 2957 | 2026-07-16T03:55:09.148Z | 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 |
| 2958 | 2026-07-16T03:55:09.148Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffunit: freemap_route_ipv4 |
| 2959 | 2026-07-16T03:55:09.148Z | |
| 2960 | 2026-07-16T03:55:09.148Z | Jul 16 03:55:08.244Jul 16 03:55:08.244Jul 16 03:55:08.244Jul 16 03:55:08.244 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 2961 | 2026-07-16T03:55:09.148Z | created new freemap |
| 2962 | 2026-07-16T03:55:09.148Z | , unitDEBG: INFOfreemap_route_ipv6 |
| 2963 | 2026-07-16T03:55:09.148Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 16 03:55:08.244 |
| 2964 | 2026-07-16T03:55:09.148Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 2965 | 2026-07-16T03:55:09.148Z | DEBG Jul 16 03:55:08.244 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 } }]initted freemap. size: 64, unitINFO DEBGJul 16 03:55:08.244 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff: freemap_route_ipv4 |
| 2966 | 2026-07-16T03:55:09.148Z | |
| 2967 | 2026-07-16T03:55:09.148Z | |
| 2968 | 2026-07-16T03:55:09.148Z | Jul 16 03:55:08.244replacing 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 } }] |
| 2969 | 2026-07-16T03:55:09.148Z | Jul 16 03:55:08.244DEBG 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 } }]Jul 16 03:55:08.244 |
| 2970 | 2026-07-16T03:55:09.148Z | Jul 16 03:55:08.250DEBG INFOcreated new freemap , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffunit |
| 2971 | 2026-07-16T03:55:09.148Z | : Jul 16 03:55:08.250 INFOJul 16 03:55:08.250 DEBG freemap_route_ipv4adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2972 | 2026-07-16T03:55:09.148Z | |
| 2973 | 2026-07-16T03:55:09.148Z | 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 } }]Jul 16 03:55:08.250Jul 16 03:55:08.250 |
| 2974 | 2026-07-16T03:55:09.148Z | 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 } }]DEBG |
| 2975 | 2026-07-16T03:55:09.148Z | created new freemapJul 16 03:55:08.250, unitDEBG: failed to allocate space for the new target listfreemap_route_ipv6 |
| 2976 | 2026-07-16T03:55:09.148Z | |
| 2977 | 2026-07-16T03:55:09.148Z | Jul 16 03:55:08.250 DEBG Jul 16 03:55:08.250replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 16 03:55:08.250 INFODEBGJul 16 03:55:08.250 |
| 2978 | 2026-07-16T03:55:09.148Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBGinitted freemap. size: 64 |
| 2979 | 2026-07-16T03:55:09.149Z | 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 } }], |
| 2980 | 2026-07-16T03:55:09.149Z | unit:Jul 16 03:55:08.250 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2981 | 2026-07-16T03:55:09.149Z | freemap_route_ipv4replacing 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 } }]Jul 16 03:55:08.250 |
| 2982 | 2026-07-16T03:55:09.149Z | |
| 2983 | 2026-07-16T03:55:09.149Z | INFOJul 16 03:55:08.250Jul 16 03:55:08.250 DEBGINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2984 | 2026-07-16T03:55:09.149Z | reset freemap |
| 2985 | 2026-07-16T03:55:09.149Z | , unitDEBGJul 16 03:55:08.250 : reset freemapJul 16 03:55:08.250, DEBGfreemap_route_ipv4DEBGunit : |
| 2986 | 2026-07-16T03:55:09.149Z | 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: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 } }] |
| 2987 | 2026-07-16T03:55:09.149Z | |
| 2988 | 2026-07-16T03:55:09.149Z | freemap_route_ipv4Jul 16 03:55:08.250 |
| 2989 | 2026-07-16T03:55:09.149Z | DEBGJul 16 03:55:08.250 Jul 16 03:55:08.250INFOinitted freemap. size: 64 , adding route 3fff:beef:21::/64 -> 2001:db8::55:ff unitINFO: |
| 2990 | 2026-07-16T03:55:09.149Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 2991 | 2026-07-16T03:55:09.149Z | |
| 2992 | 2026-07-16T03:55:09.149Z | Jul 16 03:55:08.250Jul 16 03:55:08.250 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2993 | 2026-07-16T03:55:09.149Z | Jul 16 03:55:08.250Jul 16 03:55:08.250unit : DEBGDEBGfreemap_route_ipv6Jul 16 03:55:08.250 |
| 2994 | 2026-07-16T03:55:09.149Z | INFO 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:22::/64 -> 2001:db8::55:ffJul 16 03:55:08.250reset freemap |
| 2995 | 2026-07-16T03:55:09.153Z | |
| 2996 | 2026-07-16T03:55:09.153Z | DEBG , reset freemapunit, :unit Jul 16 03:55:08.250freemap_route_ipv6Jul 16 03:55:08.250 |
| 2997 | 2026-07-16T03:55:09.153Z | :DEBG INFO adding route 3fff:beef:22::/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 } }] |
| 2998 | 2026-07-16T03:55:09.153Z | |
| 2999 | 2026-07-16T03:55:09.153Z | freemap_route_ipv6Jul 16 03:55:08.250 |
| 3000 | 2026-07-16T03:55:09.153Z | INFOJul 16 03:55:08.250 Jul 16 03:55:08.250 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGINFO |
| 3001 | 2026-07-16T03:55:09.153Z | adding route 3fff:beef:23::/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 } }] |
| 3002 | 2026-07-16T03:55:09.153Z | |
| 3003 | 2026-07-16T03:55:09.153Z | Jul 16 03:55:08.250 INFO Jul 16 03:55:08.250adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:55:08.250 Jul 16 03:55:08.250 |
| 3004 | 2026-07-16T03:55:09.153Z | DEBG INFO DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3005 | 2026-07-16T03:55:09.153Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3006 | 2026-07-16T03:55:09.153Z | |
| 3007 | 2026-07-16T03:55:09.153Z | Jul 16 03:55:08.250Jul 16 03:55:08.250 Jul 16 03:55:08.250INFO Jul 16 03:55:08.250 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 3008 | 2026-07-16T03:55:09.153Z | INFO DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3009 | 2026-07-16T03:55:09.153Z | |
| 3010 | 2026-07-16T03:55:09.153Z | Jul 16 03:55:08.250 DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 3011 | 2026-07-16T03:55:09.153Z | Jul 16 03:55:08.250 |
| 3012 | 2026-07-16T03:55:09.153Z | Jul 16 03:55:08.250INFO Jul 16 03:55:08.250DEBG Jul 16 03:55:08.250adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 3013 | 2026-07-16T03:55:09.153Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3014 | 2026-07-16T03:55:09.153Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3015 | 2026-07-16T03:55:09.153Z | |
| 3016 | 2026-07-16T03:55:09.154Z | Jul 16 03:55:08.250 Jul 16 03:55:08.250Jul 16 03:55:08.250 Jul 16 03:55:08.250DEBGDEBG 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 } }] |
| 3017 | 2026-07-16T03:55:09.154Z | adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 3018 | 2026-07-16T03:55:09.154Z | |
| 3019 | 2026-07-16T03:55:09.154Z | Jul 16 03:55:08.250 INFODEBG Jul 16 03:55:08.250adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 16 03:55:08.250 INFODEBG |
| 3020 | 2026-07-16T03:55:09.154Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3021 | 2026-07-16T03:55:09.154Z | |
| 3022 | 2026-07-16T03:55:09.154Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3023 | 2026-07-16T03:55:09.154Z | Jul 16 03:55:08.250 Jul 16 03:55:08.250Jul 16 03:55:08.250 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3024 | 2026-07-16T03:55:09.154Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:55:08.250 |
| 3025 | 2026-07-16T03:55:09.154Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 16 03:55:08.250INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 16 03:55:08.250adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 3026 | 2026-07-16T03:55:09.154Z | |
| 3027 | 2026-07-16T03:55:09.154Z | |
| 3028 | 2026-07-16T03:55:09.154Z | 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 } }]Jul 16 03:55:08.250Jul 16 03:55:08.250 |
| 3029 | 2026-07-16T03:55:09.154Z | DEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 16 03:55:08.250 |
| 3030 | 2026-07-16T03:55:09.154Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 Jul 16 03:55:08.250adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Jul 16 03:55:08.250 |
| 3031 | 2026-07-16T03:55:09.154Z | INFO Jul 16 03:55:08.250adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3032 | 2026-07-16T03:55:09.154Z | Jul 16 03:55:08.250 |
| 3033 | 2026-07-16T03:55:09.154Z | 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 } }] DEBG |
| 3034 | 2026-07-16T03:55:09.154Z | Jul 16 03:55:08.250INFO 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 } }]Jul 16 03:55:08.250 |
| 3035 | 2026-07-16T03:55:09.154Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 3036 | 2026-07-16T03:55:09.154Z | |
| 3037 | 2026-07-16T03:55:09.154Z | Jul 16 03:55:08.250 |
| 3038 | 2026-07-16T03:55:09.154Z | Jul 16 03:55:08.250 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 16 03:55:08.250 |
| 3039 | 2026-07-16T03:55:09.154Z | WARNJul 16 03:55:08.250 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) DEBGJul 16 03:55:08.250 |
| 3040 | 2026-07-16T03:55:09.154Z | INFOJul 16 03:55:08.250 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3041 | 2026-07-16T03:55:09.154Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3042 | 2026-07-16T03:55:09.154Z | DEBGDEBG Jul 16 03:55:08.250replacing 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 } }] |
| 3043 | 2026-07-16T03:55:09.154Z | DEBGJul 16 03:55:08.250 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 |
| 3044 | 2026-07-16T03:55:09.154Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]Jul 16 03:55:08.250 |
| 3045 | 2026-07-16T03:55:09.154Z | Jul 16 03:55:08.250 INFO |
| 3046 | 2026-07-16T03:55:09.154Z | INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3047 | 2026-07-16T03:55:09.154Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3048 | 2026-07-16T03:55:09.154Z | Jul 16 03:55:08.250 INFOJul 16 03:55:08.250Jul 16 03:55:08.250 DEBGDEBG adding route 3fff:beef:34::/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 } }]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 } }] |
| 3049 | 2026-07-16T03:55:09.154Z | |
| 3050 | 2026-07-16T03:55:09.154Z | |
| 3051 | 2026-07-16T03:55:09.154Z | Jul 16 03:55:08.250Jul 16 03:55:08.250 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3052 | 2026-07-16T03:55:09.154Z | Jul 16 03:55:08.250 INFO |
| 3053 | 2026-07-16T03:55:09.154Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 16 03:55:08.250 |
| 3054 | 2026-07-16T03:55:09.154Z | DEBGJul 16 03:55:08.250 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 } }]Jul 16 03:55:08.250 |
| 3055 | 2026-07-16T03:55:09.155Z | INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3056 | 2026-07-16T03:55:09.155Z | 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 } }] |
| 3057 | 2026-07-16T03:55:09.155Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3058 | 2026-07-16T03:55:09.155Z | Jul 16 03:55:08.250Jul 16 03:55:08.250Jul 16 03:55:08.250 DEBGINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3059 | 2026-07-16T03:55:09.155Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3060 | 2026-07-16T03:55:09.155Z | |
| 3061 | 2026-07-16T03:55:09.155Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 3062 | 2026-07-16T03:55:09.155Z | Jul 16 03:55:08.250 Jul 16 03:55:08.250INFOJul 16 03:55:08.250 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: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 } }] |
| 3063 | 2026-07-16T03:55:09.155Z | |
| 3064 | 2026-07-16T03:55:09.155Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3065 | 2026-07-16T03:55:09.155Z | Jul 16 03:55:08.250 Jul 16 03:55:08.250INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3066 | 2026-07-16T03:55:09.155Z | 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 } }]Jul 16 03:55:08.250 |
| 3067 | 2026-07-16T03:55:09.155Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3068 | 2026-07-16T03:55:09.155Z | Jul 16 03:55:08.251Jul 16 03:55:08.251Jul 16 03:55:08.257 DEBGJul 16 03:55:08.251 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 } }] DEBG |
| 3069 | 2026-07-16T03:55:09.155Z | created new freemap DEBGcreated new freemap , created new freemap, unitunitJul 16 03:55:08.257:: INFOfreemap_route_ipv4freemap_route_ipv4 |
| 3070 | 2026-07-16T03:55:09.155Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3071 | 2026-07-16T03:55:09.155Z | |
| 3072 | 2026-07-16T03:55:09.155Z | Jul 16 03:55:08.257Jul 16 03:55:08.250 created new freemapINFO , Jul 16 03:55:08.257adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Jul 16 03:55:08.251 DEBG DEBGJul 16 03:55:08.257 |
| 3073 | 2026-07-16T03:55:09.155Z | created new freemapunit:DEBG , DEBG unitcreated new freemap: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 } }]Jul 16 03:55:08.257 |
| 3074 | 2026-07-16T03:55:09.155Z | , freemap_route_ipv6freemap_route_ipv6unit |
| 3075 | 2026-07-16T03:55:09.155Z | |
| 3076 | 2026-07-16T03:55:09.155Z | DEBG:Jul 16 03:55:08.257 DEBGfreemap_route_ipv4 Jul 16 03:55:08.257initted freemap. size: 64 , |
| 3077 | 2026-07-16T03:55:09.155Z | Jul 16 03:55:08.257unit:INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG |
| 3078 | 2026-07-16T03:55:09.155Z | |
| 3079 | 2026-07-16T03:55:09.155Z | initted freemap. size: 64 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 } }]Jul 16 03:55:08.257 |
| 3080 | 2026-07-16T03:55:09.155Z | , unit:DEBG Jul 16 03:55:08.257freemap_route_ipv4 |
| 3081 | 2026-07-16T03:55:09.155Z | DEBGJul 16 03:55:08.257created new freemap DEBG reset freemap, 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 } }]unit:, |
| 3082 | 2026-07-16T03:55:09.155Z | Jul 16 03:55:08.257freemap_route_ipv4 unit |
| 3083 | 2026-07-16T03:55:09.155Z | : freemap_route_ipv6DEBG |
| 3084 | 2026-07-16T03:55:09.155Z | Jul 16 03:55:08.257Jul 16 03:55:08.257 INFODEBG Jul 16 03:55:08.257reset freemap , initted freemap. size: 64 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunit, |
| 3085 | 2026-07-16T03:55:09.155Z | DEBG: unitinitted freemap. size: 64:, unit freemap_route_ipv4Jul 16 03:55:08.257: |
| 3086 | 2026-07-16T03:55:09.155Z | DEBGfreemap_route_ipv6 |
| 3087 | 2026-07-16T03:55:09.155Z | freemap_route_ipv4replacing 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 } }] |
| 3088 | 2026-07-16T03:55:09.155Z | |
| 3089 | 2026-07-16T03:55:09.155Z | Jul 16 03:55:08.257Jul 16 03:55:08.257Jul 16 03:55:08.257Jul 16 03:55:08.257 DEBGDEBG INFOreset freemap , adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit |
| 3090 | 2026-07-16T03:55:09.155Z | : DEBG freemap_route_ipv6 Jul 16 03:55:08.257 |
| 3091 | 2026-07-16T03:55:09.155Z | DEBGinitted freemap. size: 64 , 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 } }]Jul 16 03:55:08.258reset freemap |
| 3092 | 2026-07-16T03:55:09.155Z | INFOunit, :unit Jul 16 03:55:08.258adding route 172.16.0.0/32 -> 10.0.0.1: |
| 3093 | 2026-07-16T03:55:09.155Z | freemap_route_ipv6INFO |
| 3094 | 2026-07-16T03:55:09.156Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3095 | 2026-07-16T03:55:09.159Z | freemap_route_ipv4 |
| 3096 | 2026-07-16T03:55:09.160Z | Jul 16 03:55:08.258 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 } }]Jul 16 03:55:08.258 |
| 3097 | 2026-07-16T03:55:09.160Z | Jul 16 03:55:08.258 DEBGDEBG Jul 16 03:55:08.258 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 |
| 3098 | 2026-07-16T03:55:09.160Z | Jul 16 03:55:08.258adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3099 | 2026-07-16T03:55:09.160Z | reset freemap, DEBGunit :Jul 16 03:55:08.258 Jul 16 03:55:08.258 freemap_route_ipv6INFODEBG initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3100 | 2026-07-16T03:55:09.160Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff, |
| 3101 | 2026-07-16T03:55:09.160Z | unit: |
| 3102 | 2026-07-16T03:55:09.160Z | freemap_route_ipv6 |
| 3103 | 2026-07-16T03:55:09.160Z | Jul 16 03:55:08.258Jul 16 03:55:08.258 INFOINFO Jul 16 03:55:08.258adding route 172.16.0.0/32 -> 10.0.0.3 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 3104 | 2026-07-16T03:55:09.160Z | |
| 3105 | 2026-07-16T03:55:09.160Z | Jul 16 03:55:08.258 reset freemapDEBG, unit:replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3106 | 2026-07-16T03:55:09.160Z | Jul 16 03:55:08.258freemap_route_ipv6 |
| 3107 | 2026-07-16T03:55:09.160Z | Jul 16 03:55:08.258 Jul 16 03:55:08.258DEBG 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 } }] |
| 3108 | 2026-07-16T03:55:09.160Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 16 03:55:08.258 |
| 3109 | 2026-07-16T03:55:09.160Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 16 03:55:08.258 |
| 3110 | 2026-07-16T03:55:09.160Z | |
| 3111 | 2026-07-16T03:55:09.160Z | Jul 16 03:55:08.258 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 3112 | 2026-07-16T03:55:09.160Z | |
| 3113 | 2026-07-16T03:55:09.160Z | Jul 16 03:55:08.258 Jul 16 03:55:08.258Jul 16 03:55:08.258Jul 16 03:55:08.258 INFODEBG adding route 3fff:beef:35::/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 } }, 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 } }] |
| 3114 | 2026-07-16T03:55:09.160Z | |
| 3115 | 2026-07-16T03:55:09.160Z | DEBG INFO adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3116 | 2026-07-16T03:55:09.160Z | Jul 16 03:55:08.258Jul 16 03:55:08.258 |
| 3117 | 2026-07-16T03:55:09.160Z | DEBGINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3118 | 2026-07-16T03:55:09.160Z | Jul 16 03:55:08.258 INFOadding route 172.17.0.0/32 -> 10.0.0.255 |
| 3119 | 2026-07-16T03:55:09.160Z | Jul 16 03:55:08.258adding route 3fff:dead::/64 -> 2001:db8::55:2 Jul 16 03:55:08.258 |
| 3120 | 2026-07-16T03:55:09.160Z | INFODEBGJul 16 03:55:08.258 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3121 | 2026-07-16T03:55:09.160Z | DEBG |
| 3122 | 2026-07-16T03:55:09.160Z | 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 } }] |
| 3123 | 2026-07-16T03:55:09.160Z | Jul 16 03:55:08.258 Jul 16 03:55:08.258Jul 16 03:55:08.258 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3124 | 2026-07-16T03:55:09.160Z | |
| 3125 | 2026-07-16T03:55:09.160Z | Jul 16 03:55:08.258 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 } }]Jul 16 03:55:08.258adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3126 | 2026-07-16T03:55:09.160Z | |
| 3127 | 2026-07-16T03:55:09.160Z | INFOJul 16 03:55:08.258 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3128 | 2026-07-16T03:55:09.160Z | DEBGJul 16 03:55:08.258 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 } }] |
| 3129 | 2026-07-16T03:55:09.160Z | 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 } }]Jul 16 03:55:08.258 |
| 3130 | 2026-07-16T03:55:09.160Z | INFOJul 16 03:55:08.258Jul 16 03:55:08.258Jul 16 03:55:08.258 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3131 | 2026-07-16T03:55:09.160Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3132 | 2026-07-16T03:55:09.160Z | 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 } }]INFOJul 16 03:55:08.258 |
| 3133 | 2026-07-16T03:55:09.161Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:55:08.258replacing 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 } }]Jul 16 03:55:08.258 |
| 3134 | 2026-07-16T03:55:09.161Z | DEBG |
| 3135 | 2026-07-16T03:55:09.161Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3136 | 2026-07-16T03:55:09.161Z | Jul 16 03:55:08.258 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 16 03:55:08.258 |
| 3137 | 2026-07-16T03:55:09.161Z | INFO DEBGadding route 172.17.0.3/32 -> 10.0.0.255Jul 16 03:55:08.258 |
| 3138 | 2026-07-16T03:55:09.161Z | 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 } }]Jul 16 03:55:08.258 |
| 3139 | 2026-07-16T03:55:09.161Z | Jul 16 03:55:08.258DEBG DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 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.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 } }] |
| 3140 | 2026-07-16T03:55:09.161Z | |
| 3141 | 2026-07-16T03:55:09.161Z | |
| 3142 | 2026-07-16T03:55:09.161Z | Jul 16 03:55:08.258 Jul 16 03:55:08.258Jul 16 03:55:08.258 DEBGINFOJul 16 03:55:08.258 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3143 | 2026-07-16T03:55:09.161Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3144 | 2026-07-16T03:55:09.161Z | adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 3145 | 2026-07-16T03:55:09.161Z | Jul 16 03:55:08.258replacing targets for 3fff:dead::/64 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 } }]Jul 16 03:55:08.258 |
| 3146 | 2026-07-16T03:55:09.161Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3147 | 2026-07-16T03:55:09.161Z | Jul 16 03:55:08.258 |
| 3148 | 2026-07-16T03:55:09.161Z | 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 } }]Jul 16 03:55:08.258Jul 16 03:55:08.258Jul 16 03:55:08.258 INFOWARN |
| 3149 | 2026-07-16T03:55:09.161Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3150 | 2026-07-16T03:55:09.161Z | |
| 3151 | 2026-07-16T03:55:09.161Z | Jul 16 03:55:08.258 INFOWARN adding route 172.17.0.5/32 -> 10.0.0.255shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 16 03:55:08.258 |
| 3152 | 2026-07-16T03:55:09.161Z | |
| 3153 | 2026-07-16T03:55:09.161Z | Jul 16 03:55:08.258Jul 16 03:55:08.258 DEBGERRO 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 } }] |
| 3154 | 2026-07-16T03:55:09.161Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3155 | 2026-07-16T03:55:09.161Z | |
| 3156 | 2026-07-16T03:55:09.161Z | Jul 16 03:55:08.258 INFOcreated new freemapJul 16 03:55:08.258 Jul 16 03:55:08.258 adding route 172.17.0.6/32 -> 10.0.0.255INFO, Jul 16 03:55:08.250 |
| 3157 | 2026-07-16T03:55:09.161Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff unitERRO:Jul 16 03:55:08.258 |
| 3158 | 2026-07-16T03:55:09.161Z | 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 |
| 3159 | 2026-07-16T03:55:09.161Z | Jul 16 03:55:08.258freemap_route_ipv6replacing 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 } }] |
| 3160 | 2026-07-16T03:55:09.161Z | |
| 3161 | 2026-07-16T03:55:09.161Z | DEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3162 | 2026-07-16T03:55:09.161Z | test route::tests::identity_replace_is_noop ... ok |
| 3163 | 2026-07-16T03:55:09.161Z | Jul 16 03:55:08.258 Jul 16 03:55:08.258 INFO |
| 3164 | 2026-07-16T03:55:09.161Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3165 | 2026-07-16T03:55:09.161Z | DEBGadding route 172.17.0.7/32 -> 10.0.0.255 Jul 16 03:55:08.258 |
| 3166 | 2026-07-16T03:55:09.161Z | INFO initted freemap. size: 64adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 16 03:55:08.258, Jul 16 03:55:08.258unit |
| 3167 | 2026-07-16T03:55:09.161Z | DEBG : INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3168 | 2026-07-16T03:55:09.161Z | Jul 16 03:55:08.258 freemap_route_ipv4DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3169 | 2026-07-16T03:55:09.161Z | |
| 3170 | 2026-07-16T03:55:09.161Z | Jul 16 03:55:08.258 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 } }] adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3171 | 2026-07-16T03:55:09.161Z | Jul 16 03:55:08.259Jul 16 03:55:08.259 DEBG created new freemapJul 16 03:55:08.258, unitJul 16 03:55:08.266DEBG, unitDEBG: created new freemapreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unitfreemap_route_ipv4 |
| 3172 | 2026-07-16T03:55:09.162Z | |
| 3173 | 2026-07-16T03:55:09.162Z | : Jul 16 03:55:08.266freemap_route_ipv4 |
| 3174 | 2026-07-16T03:55:09.162Z | INFOJul 16 03:55:08.266 adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 3175 | 2026-07-16T03:55:09.162Z | created new freemapJul 16 03:55:08.266DEBG , DEBGreset freemap Jul 16 03:55:08.266created new freemap , :DEBGunit :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 } }], |
| 3176 | 2026-07-16T03:55:09.162Z | freemap_route_ipv4unitunit |
| 3177 | 2026-07-16T03:55:09.162Z | :Jul 16 03:55:08.266 :freemap_route_ipv4 INFOfreemap_route_ipv6 |
| 3178 | 2026-07-16T03:55:09.162Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3179 | 2026-07-16T03:55:09.162Z | freemap_route_ipv6 |
| 3180 | 2026-07-16T03:55:09.162Z | |
| 3181 | 2026-07-16T03:55:09.162Z | Jul 16 03:55:08.266 DEBG Jul 16 03:55:08.266Jul 16 03:55:08.266 Jul 16 03:55:08.266DEBGJul 16 03:55:08.266 initted freemap. size: 64initted freemap. size: 64, , unitDEBG unitDEBGcreated new freemap:: , freemap_route_ipv6 unit |
| 3182 | 2026-07-16T03:55:09.162Z | freemap_route_ipv4DEBGinitted freemap. size: 64 |
| 3183 | 2026-07-16T03:55:09.162Z | , Jul 16 03:55:08.266 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:unit :Jul 16 03:55:08.266reset freemap , |
| 3184 | 2026-07-16T03:55:09.162Z | freemap_route_ipv4unit: |
| 3185 | 2026-07-16T03:55:09.162Z | DEBG freemap_route_ipv6reset freemap , freemap_route_ipv6Jul 16 03:55:08.266Jul 16 03:55:08.266 |
| 3186 | 2026-07-16T03:55:09.162Z | unit |
| 3187 | 2026-07-16T03:55:09.162Z | INFO:DEBG Jul 16 03:55:08.266adding route 172.17.0.11/32 -> 10.0.0.255 INFO |
| 3188 | 2026-07-16T03:55:09.162Z | freemap_route_ipv4 |
| 3189 | 2026-07-16T03:55:09.162Z | adding route 172.16.0.0/32 -> 10.0.0.1reset freemap |
| 3190 | 2026-07-16T03:55:09.162Z | Jul 16 03:55:08.266Jul 16 03:55:08.266 Jul 16 03:55:08.266DEBG Jul 16 03:55:08.266DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG , 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 } }]initted freemap. size: 64DEBG, |
| 3191 | 2026-07-16T03:55:09.162Z | unit : |
| 3192 | 2026-07-16T03:55:09.162Z | freemap_route_ipv6initted freemap. size: 64 |
| 3193 | 2026-07-16T03:55:09.162Z | , Jul 16 03:55:08.266unit:: freemap_route_ipv4INFO |
| 3194 | 2026-07-16T03:55:09.162Z | Jul 16 03:55:08.266adding route 172.16.0.0/32 -> 10.0.0.2Jul 16 03:55:08.266freemap_route_ipv4 |
| 3195 | 2026-07-16T03:55:09.166Z | INFODEBG |
| 3196 | 2026-07-16T03:55:09.166Z | reset freemapadding route 172.17.0.12/32 -> 10.0.0.255Jul 16 03:55:08.266, Jul 16 03:55:08.266 |
| 3197 | 2026-07-16T03:55:09.166Z | Jul 16 03:55:08.266 DEBGDEBGunit:DEBG freemap_route_ipv6initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }], Jul 16 03:55:08.266 |
| 3198 | 2026-07-16T03:55:09.166Z | reset freemap unit: |
| 3199 | 2026-07-16T03:55:09.166Z | DEBG, Jul 16 03:55:08.266 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 } }] |
| 3200 | 2026-07-16T03:55:09.166Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3unitJul 16 03:55:08.266 |
| 3201 | 2026-07-16T03:55:09.166Z | : Jul 16 03:55:08.266freemap_route_ipv4 Jul 16 03:55:08.266INFOfreemap_route_ipv6 |
| 3202 | 2026-07-16T03:55:09.166Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3203 | 2026-07-16T03:55:09.166Z | INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 3204 | 2026-07-16T03:55:09.166Z | |
| 3205 | 2026-07-16T03:55:09.166Z | |
| 3206 | 2026-07-16T03:55:09.166Z | Jul 16 03:55:08.266Jul 16 03:55:08.266Jul 16 03:55:08.266Jul 16 03:55:08.266Jul 16 03:55:08.266 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOreset freemap |
| 3207 | 2026-07-16T03:55:09.166Z | adding route 172.16.0.0/32 -> 10.0.0.4DEBG, |
| 3208 | 2026-07-16T03:55:09.166Z | 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 } }]Jul 16 03:55:08.266 |
| 3209 | 2026-07-16T03:55:09.166Z | initted freemap. size: 64 , unit:Jul 16 03:55:08.266INFOunit :freemap_route_ipv6 |
| 3210 | 2026-07-16T03:55:09.166Z | DEBGJul 16 03:55:08.266freemap_route_ipv6 |
| 3211 | 2026-07-16T03:55:09.167Z | 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 } }] |
| 3212 | 2026-07-16T03:55:09.167Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3213 | 2026-07-16T03:55:09.167Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3214 | 2026-07-16T03:55:09.167Z | Jul 16 03:55:08.266Jul 16 03:55:08.266Jul 16 03:55:08.266 Jul 16 03:55:08.266 DEBGDEBGINFO adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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.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 } }] |
| 3215 | 2026-07-16T03:55:09.167Z | |
| 3216 | 2026-07-16T03:55:09.167Z | DEBG Jul 16 03:55:08.266 |
| 3217 | 2026-07-16T03:55:09.167Z | DEBG Jul 16 03:55:08.266replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 freemapJul 16 03:55:08.266INFO |
| 3218 | 2026-07-16T03:55:09.167Z | adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 3219 | 2026-07-16T03:55:09.167Z | 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 } }], |
| 3220 | 2026-07-16T03:55:09.167Z | unit:Jul 16 03:55:08.266 Jul 16 03:55:08.266 freemap_route_ipv6DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 3221 | 2026-07-16T03:55:09.167Z | |
| 3222 | 2026-07-16T03:55:09.167Z | Jul 16 03:55:08.266 |
| 3223 | 2026-07-16T03:55:09.167Z | INFOJul 16 03:55:08.266 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 3224 | 2026-07-16T03:55:09.167Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:55:08.266 |
| 3225 | 2026-07-16T03:55:09.167Z | INFOJul 16 03:55:08.266 adding route 172.17.0.16/32 -> 10.0.0.255Jul 16 03:55:08.266Jul 16 03:55:08.258 |
| 3226 | 2026-07-16T03:55:09.167Z | DEBG DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:55:08.266 |
| 3227 | 2026-07-16T03:55:09.167Z | 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 } }]DEBG |
| 3228 | 2026-07-16T03:55:09.167Z | |
| 3229 | 2026-07-16T03:55:09.167Z | 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 } }] |
| 3230 | 2026-07-16T03:55:09.167Z | Jul 16 03:55:08.266 INFOJul 16 03:55:08.266 Jul 16 03:55:08.266INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3231 | 2026-07-16T03:55:09.167Z | Jul 16 03:55:08.266 |
| 3232 | 2026-07-16T03:55:09.167Z | INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3233 | 2026-07-16T03:55:09.167Z | Jul 16 03:55:08.266adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3234 | 2026-07-16T03:55:09.167Z | DEBG Jul 16 03:55:08.266 DEBGJul 16 03:55:08.266 Jul 16 03:55:08.266replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBGDEBG |
| 3235 | 2026-07-16T03:55:09.167Z | 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.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 } }] |
| 3236 | 2026-07-16T03:55:09.167Z | |
| 3237 | 2026-07-16T03:55:09.167Z | 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 } }]Jul 16 03:55:08.266 |
| 3238 | 2026-07-16T03:55:09.167Z | Jul 16 03:55:08.266 INFOINFO Jul 16 03:55:08.266 Jul 16 03:55:08.266INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3239 | 2026-07-16T03:55:09.167Z | INFO |
| 3240 | 2026-07-16T03:55:09.167Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3241 | 2026-07-16T03:55:09.167Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3242 | 2026-07-16T03:55:09.167Z | Jul 16 03:55:08.266Jul 16 03:55:08.266 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.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 } }] |
| 3243 | 2026-07-16T03:55:09.167Z | |
| 3244 | 2026-07-16T03:55:09.167Z | Jul 16 03:55:08.266 DEBGJul 16 03:55:08.266 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 } }]Jul 16 03:55:08.257DEBG |
| 3245 | 2026-07-16T03:55:09.167Z | Jul 16 03:55:08.266 Jul 16 03:55:08.266 INFOINFOreplacing 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 } }] |
| 3246 | 2026-07-16T03:55:09.167Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255Jul 16 03:55:08.266adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3247 | 2026-07-16T03:55:09.167Z | Jul 16 03:55:08.266INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 3248 | 2026-07-16T03:55:09.168Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3249 | 2026-07-16T03:55:09.168Z | adding route 172.17.0.19/32 -> 10.0.0.255Jul 16 03:55:08.266 |
| 3250 | 2026-07-16T03:55:09.168Z | |
| 3251 | 2026-07-16T03:55:09.168Z | DEBG Jul 16 03:55:08.266replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 16 03:55:08.266 |
| 3252 | 2026-07-16T03:55:09.168Z | Jul 16 03:55:08.266DEBGDEBG Jul 16 03:55:08.266 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3253 | 2026-07-16T03:55:09.168Z | DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3254 | 2026-07-16T03:55:09.168Z | DEBG |
| 3255 | 2026-07-16T03:55:09.168Z | Jul 16 03:55:08.266 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 } }]Jul 16 03:55:08.266Jul 16 03:55:08.266 |
| 3256 | 2026-07-16T03:55:09.168Z | INFO INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255Jul 16 03:55:08.266adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3257 | 2026-07-16T03:55:09.168Z | |
| 3258 | 2026-07-16T03:55:09.168Z | test route::tests::same_size_non_subset_replace ... ok |
| 3259 | 2026-07-16T03:55:09.168Z | Jul 16 03:55:08.266 replacing targets for 3fff:dead::/64 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 } }]INFO Jul 16 03:55:08.266INFOJul 16 03:55:08.266 DEBGDEBG adding route 3fff:beef:39::/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 } }] adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3260 | 2026-07-16T03:55:09.168Z | 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 } }] |
| 3261 | 2026-07-16T03:55:09.168Z | |
| 3262 | 2026-07-16T03:55:09.168Z | |
| 3263 | 2026-07-16T03:55:09.168Z | |
| 3264 | 2026-07-16T03:55:09.168Z | Jul 16 03:55:08.266Jul 16 03:55:08.266Jul 16 03:55:08.266 Jul 16 03:55:08.266INFO Jul 16 03:55:08.266 INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGDEBG |
| 3265 | 2026-07-16T03:55:09.168Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3266 | 2026-07-16T03:55:09.168Z | |
| 3267 | 2026-07-16T03:55:09.168Z | WARN shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Jul 16 03:55:08.266Jul 16 03:55:08.266replacing 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 } }] |
| 3268 | 2026-07-16T03:55:09.168Z | Jul 16 03:55:08.266DEBG |
| 3269 | 2026-07-16T03:55:09.168Z | DEBG 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 } }] |
| 3270 | 2026-07-16T03:55:09.168Z | 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 } }] |
| 3271 | 2026-07-16T03:55:09.168Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 16 03:55:08.266 Jul 16 03:55:08.266INFO Jul 16 03:55:08.266INFOadding route 172.17.0.2/32 -> 10.0.0.255 INFOJul 16 03:55:08.267 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3272 | 2026-07-16T03:55:09.168Z | created new freemap, unit |
| 3273 | 2026-07-16T03:55:09.168Z | |
| 3274 | 2026-07-16T03:55:09.168Z | Jul 16 03:55:08.273: DEBGJul 16 03:55:08.273 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_ipv4 |
| 3275 | 2026-07-16T03:55:09.168Z | DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 3276 | 2026-07-16T03:55:09.168Z | |
| 3277 | 2026-07-16T03:55:09.168Z | 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 } }]Jul 16 03:55:08.273 Jul 16 03:55:08.273DEBG |
| 3278 | 2026-07-16T03:55:09.168Z | Jul 16 03:55:08.273replacing 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 } }] INFOJul 16 03:55:08.273Jul 16 03:55:08.273DEBG |
| 3279 | 2026-07-16T03:55:09.168Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255 DEBGJul 16 03:55:08.273created new freemap |
| 3280 | 2026-07-16T03:55:09.168Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 16 03:55:08.273replacing 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 } }], |
| 3281 | 2026-07-16T03:55:09.168Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffunitDEBG |
| 3282 | 2026-07-16T03:55:09.168Z | |
| 3283 | 2026-07-16T03:55:09.168Z | : 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 } }] |
| 3284 | 2026-07-16T03:55:09.168Z | freemap_route_ipv6 |
| 3285 | 2026-07-16T03:55:09.168Z | Jul 16 03:55:08.273 Jul 16 03:55:08.273DEBGJul 16 03:55:08.273 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 } }]Jul 16 03:55:08.273 |
| 3286 | 2026-07-16T03:55:09.168Z | INFO Jul 16 03:55:08.273adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 3287 | 2026-07-16T03:55:09.168Z | DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 3288 | 2026-07-16T03:55:09.169Z | Jul 16 03:55:08.273 Jul 16 03:55:08.273 INFOinitted freemap. size: 64 |
| 3289 | 2026-07-16T03:55:09.169Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff, Jul 16 03:55:08.273unit |
| 3290 | 2026-07-16T03:55:09.169Z | DEBG:DEBGJul 16 03:55:08.273 INFO Jul 16 03:55:08.273 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 } }]DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3291 | 2026-07-16T03:55:09.169Z | |
| 3292 | 2026-07-16T03:55:09.169Z | 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 } }] |
| 3293 | 2026-07-16T03:55:09.169Z | freemap_route_ipv4 |
| 3294 | 2026-07-16T03:55:09.169Z | |
| 3295 | 2026-07-16T03:55:09.174Z | 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 } }]Jul 16 03:55:08.273 DEBG |
| 3296 | 2026-07-16T03:55:09.174Z | Jul 16 03:55:08.273Jul 16 03:55:08.273 Jul 16 03:55:08.273Jul 16 03:55:08.273replacing 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 } }]INFO |
| 3297 | 2026-07-16T03:55:09.174Z | adding route 172.17.0.24/32 -> 10.0.0.255INFO |
| 3298 | 2026-07-16T03:55:09.174Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3299 | 2026-07-16T03:55:09.174Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffJul 16 03:55:08.273DEBG |
| 3300 | 2026-07-16T03:55:09.174Z | Jul 16 03:55:08.273 reset freemapINFO, unitDEBG:Jul 16 03:55:08.273 Jul 16 03:55:08.273 Jul 16 03:55:08.273 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 freemap_route_ipv4INFODEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 3301 | 2026-07-16T03:55:09.174Z | |
| 3302 | 2026-07-16T03:55:09.174Z | 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 } }] |
| 3303 | 2026-07-16T03:55:09.174Z | |
| 3304 | 2026-07-16T03:55:09.174Z | |
| 3305 | 2026-07-16T03:55:09.174Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 16 03:55:08.273 |
| 3306 | 2026-07-16T03:55:09.174Z | Jul 16 03:55:08.273Jul 16 03:55:08.273 DEBGJul 16 03:55:08.273DEBGJul 16 03:55:08.273 initted freemap. size: 64 , unitINFOINFO replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff: |
| 3307 | 2026-07-16T03:55:09.174Z | Jul 16 03:55:08.273 |
| 3308 | 2026-07-16T03:55:09.174Z | adding route 172.17.0.6/32 -> 10.0.0.255 Jul 16 03:55:08.273 Jul 16 03:55:08.273 |
| 3309 | 2026-07-16T03:55:09.174Z | DEBG freemap_route_ipv6replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3310 | 2026-07-16T03:55:09.174Z | INFO |
| 3311 | 2026-07-16T03:55:09.174Z | INFO Jul 16 03:55:08.273 Jul 16 03:55:08.273 adding route 172.17.0.25/32 -> 10.0.0.255adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffDEBG |
| 3312 | 2026-07-16T03:55:09.174Z | |
| 3313 | 2026-07-16T03:55:09.174Z | DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:55:08.273 failed to allocate space for the new target list |
| 3314 | 2026-07-16T03:55:09.174Z | |
| 3315 | 2026-07-16T03:55:09.174Z | 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 } }]DEBGJul 16 03:55:08.273 Jul 16 03:55:08.273 Jul 16 03:55:08.273INFO Jul 16 03:55:08.273 DEBGDEBG reset freemap |
| 3316 | 2026-07-16T03:55:09.174Z | adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], 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 } }]unit |
| 3317 | 2026-07-16T03:55:09.174Z | |
| 3318 | 2026-07-16T03:55:09.174Z | |
| 3319 | 2026-07-16T03:55:09.174Z | DEBG:Jul 16 03:55:08.273 freemap_route_ipv6replacing 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 } }] |
| 3320 | 2026-07-16T03:55:09.174Z | Jul 16 03:55:08.273 |
| 3321 | 2026-07-16T03:55:09.174Z | 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 } }]Jul 16 03:55:08.273Jul 16 03:55:08.273 |
| 3322 | 2026-07-16T03:55:09.174Z | failed to allocate space for the new target list Jul 16 03:55:08.273 INFO |
| 3323 | 2026-07-16T03:55:09.174Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3324 | 2026-07-16T03:55:09.174Z | Jul 16 03:55:08.273 INFOJul 16 03:55:08.273INFO adding route 172.17.0.8/32 -> 10.0.0.255Jul 16 03:55:08.273adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3325 | 2026-07-16T03:55:09.174Z | |
| 3326 | 2026-07-16T03:55:09.174Z | INFO 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 } }] |
| 3327 | 2026-07-16T03:55:09.175Z | DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Jul 16 03:55:08.273replacing 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 } }] |
| 3328 | 2026-07-16T03:55:09.175Z | |
| 3329 | 2026-07-16T03:55:09.175Z | DEBG Jul 16 03:55:08.273Jul 16 03:55:08.273Jul 16 03:55:08.273replacing 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 } }] |
| 3330 | 2026-07-16T03:55:09.175Z | DEBGDEBG Jul 16 03:55:08.273 DEBGINFOJul 16 03:55:08.273 failed to allocate space for the new target list adding route 172.17.0.27/32 -> 10.0.0.255INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.9/32 -> 10.0.0.255 |
| 3331 | 2026-07-16T03:55:09.175Z | |
| 3332 | 2026-07-16T03:55:09.175Z | |
| 3333 | 2026-07-16T03:55:09.175Z | |
| 3334 | 2026-07-16T03:55:09.175Z | 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 } }] |
| 3335 | 2026-07-16T03:55:09.175Z | Jul 16 03:55:08.273Jul 16 03:55:08.273Jul 16 03:55:08.273 Jul 16 03:55:08.267DEBG INFODEBG created new freemapDEBGreplacing 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 } }]Jul 16 03:55:08.273, |
| 3336 | 2026-07-16T03:55:09.175Z | unit: freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 3337 | 2026-07-16T03:55:09.175Z | Jul 16 03:55:08.273INFO |
| 3338 | 2026-07-16T03:55:09.175Z | |
| 3339 | 2026-07-16T03:55:09.175Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3340 | 2026-07-16T03:55:09.175Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3341 | 2026-07-16T03:55:09.175Z | Jul 16 03:55:08.273 Jul 16 03:55:08.273DEBGJul 16 03:55:08.273 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 } }]DEBG created new freemapreplacing 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 } }], Jul 16 03:55:08.273unit |
| 3342 | 2026-07-16T03:55:09.175Z | : |
| 3343 | 2026-07-16T03:55:09.175Z | Jul 16 03:55:08.273 freemap_route_ipv6 DEBG |
| 3344 | 2026-07-16T03:55:09.175Z | 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 } }]INFOJul 16 03:55:08.273 Jul 16 03:55:08.273 |
| 3345 | 2026-07-16T03:55:09.175Z | Jul 16 03:55:08.273INFOadding route 172.17.0.28/32 -> 10.0.0.255 INFO adding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 3346 | 2026-07-16T03:55:09.175Z | |
| 3347 | 2026-07-16T03:55:09.175Z | initted freemap. size: 64, adding route 3fff:dead::/64 -> 2001:db8::55:3unit |
| 3348 | 2026-07-16T03:55:09.175Z | :Jul 16 03:55:08.273 freemap_route_ipv4Jul 16 03:55:08.273 |
| 3349 | 2026-07-16T03:55:09.175Z | Jul 16 03:55:08.273INFO Jul 16 03:55:08.273DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGJul 16 03:55:08.273replacing 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 DEBG |
| 3350 | 2026-07-16T03:55:09.175Z | |
| 3351 | 2026-07-16T03:55:09.175Z | reset freemap, unitreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 16 03:55:08.273 freemap_route_ipv4 |
| 3352 | 2026-07-16T03:55:09.175Z | |
| 3353 | 2026-07-16T03:55:09.175Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3354 | 2026-07-16T03:55:09.175Z | |
| 3355 | 2026-07-16T03:55:09.175Z | Jul 16 03:55:08.273 DEBG Jul 16 03:55:08.273initted freemap. size: 64Jul 16 03:55:08.273Jul 16 03:55:08.273 , DEBGunit DEBGINFO : Jul 16 03:55:08.273replacing 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 } }] |
| 3356 | 2026-07-16T03:55:09.175Z | freemap_route_ipv6adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3357 | 2026-07-16T03:55:09.175Z | |
| 3358 | 2026-07-16T03:55:09.175Z | 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 } }]Jul 16 03:55:08.273adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:55:08.273 |
| 3359 | 2026-07-16T03:55:09.175Z | |
| 3360 | 2026-07-16T03:55:09.175Z | DEBGJul 16 03:55:08.273 INFOreset freemap Jul 16 03:55:08.273, unitDEBG:adding route 172.17.0.13/32 -> 10.0.0.255 DEBG |
| 3361 | 2026-07-16T03:55:09.175Z | freemap_route_ipv6 |
| 3362 | 2026-07-16T03:55:09.175Z | 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 } }]Jul 16 03:55:08.273 |
| 3363 | 2026-07-16T03:55:09.175Z | Jul 16 03:55:08.273Jul 16 03:55:08.273 INFODEBG Jul 16 03:55:08.273adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 3364 | 2026-07-16T03:55:09.175Z | |
| 3365 | 2026-07-16T03:55:09.175Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3366 | 2026-07-16T03:55:09.176Z | |
| 3367 | 2026-07-16T03:55:09.176Z | Jul 16 03:55:08.273 DEBG Jul 16 03:55:08.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 } }]Jul 16 03:55:08.273 |
| 3368 | 2026-07-16T03:55:09.176Z | INFOINFODEBG Jul 16 03:55:08.273Jul 16 03:55:08.273adding route 172.17.0.14/32 -> 10.0.0.255 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3369 | 2026-07-16T03:55:09.176Z | |
| 3370 | 2026-07-16T03:55:09.176Z | |
| 3371 | 2026-07-16T03:55:09.176Z | INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2Jul 16 03:55:08.273Jul 16 03:55:08.273 |
| 3372 | 2026-07-16T03:55:09.176Z | DEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3373 | 2026-07-16T03:55:09.176Z | |
| 3374 | 2026-07-16T03:55:09.176Z | Jul 16 03:55:08.273 |
| 3375 | 2026-07-16T03:55:09.176Z | DEBGJul 16 03:55:08.273 Jul 16 03:55:08.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO |
| 3376 | 2026-07-16T03:55:09.176Z | Jul 16 03:55:08.273adding route 172.17.0.15/32 -> 10.0.0.255 DEBG |
| 3377 | 2026-07-16T03:55:09.176Z | DEBG Jul 16 03:55:08.273 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.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 } }]Jul 16 03:55:08.273 |
| 3378 | 2026-07-16T03:55:09.176Z | |
| 3379 | 2026-07-16T03:55:09.176Z | DEBG 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 } }]Jul 16 03:55:08.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 } }, 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 } }]Jul 16 03:55:08.273 |
| 3380 | 2026-07-16T03:55:09.176Z | |
| 3381 | 2026-07-16T03:55:09.176Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255INFOJul 16 03:55:08.273 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3382 | 2026-07-16T03:55:09.176Z | INFO |
| 3383 | 2026-07-16T03:55:09.176Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3384 | 2026-07-16T03:55:09.176Z | Jul 16 03:55:08.273 Jul 16 03:55:08.273DEBG 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 |
| 3385 | 2026-07-16T03:55:09.176Z | Jul 16 03:55:08.273 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Jul 16 03:55:08.274 DEBGJul 16 03:55:08.274replacing 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 } }]Jul 16 03:55:08.267 |
| 3386 | 2026-07-16T03:55:09.176Z | DEBG |
| 3387 | 2026-07-16T03:55:09.176Z | Jul 16 03:55:08.274Jul 16 03:55:08.279 DEBG created new freemapINFO, unitadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff:Jul 16 03:55:08.273Jul 16 03:55:08.279 |
| 3388 | 2026-07-16T03:55:09.176Z | freemap_route_ipv4INFOcreated new freemap , |
| 3389 | 2026-07-16T03:55:09.176Z | adding route 172.17.0.33/32 -> 10.0.0.255INFO unit |
| 3390 | 2026-07-16T03:55:09.176Z | :adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3391 | 2026-07-16T03:55:09.176Z | freemap_route_ipv4Jul 16 03:55:08.279 |
| 3392 | 2026-07-16T03:55:09.176Z | Jul 16 03:55:08.279DEBGJul 16 03:55:08.279 DEBG DEBG Jul 16 03:55:08.279replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]created new freemapJul 16 03:55:08.279 |
| 3393 | 2026-07-16T03:55:09.176Z | |
| 3394 | 2026-07-16T03:55:09.176Z | DEBG, unit created new freemap:, Jul 16 03:55:08.279freemap_route_ipv6Jul 16 03:55:08.279 DEBGINFO |
| 3395 | 2026-07-16T03:55:09.182Z | INFOadding route 172.17.0.18/32 -> 10.0.0.255 unit:adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3396 | 2026-07-16T03:55:09.182Z | |
| 3397 | 2026-07-16T03:55:09.183Z | freemap_route_ipv6replacing 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 } }]Jul 16 03:55:08.279Jul 16 03:55:08.279 |
| 3398 | 2026-07-16T03:55:09.183Z | Jul 16 03:55:08.279 DEBG DEBGDEBG |
| 3399 | 2026-07-16T03:55:09.183Z | 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 } }] |
| 3400 | 2026-07-16T03:55:09.183Z | 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 } }]initted freemap. size: 64Jul 16 03:55:08.279 |
| 3401 | 2026-07-16T03:55:09.183Z | , unit: Jul 16 03:55:08.279Jul 16 03:55:08.279freemap_route_ipv4 Jul 16 03:55:08.279 |
| 3402 | 2026-07-16T03:55:09.183Z | DEBG INFOINFO INFO adding route 172.17.0.19/32 -> 10.0.0.255Jul 16 03:55:08.279 |
| 3403 | 2026-07-16T03:55:09.183Z | initted freemap. size: 64 , DEBGunit reset freemap, adding route 172.17.0.35/32 -> 10.0.0.255unit: |
| 3404 | 2026-07-16T03:55:09.183Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff:Jul 16 03:55:08.279 |
| 3405 | 2026-07-16T03:55:09.183Z | DEBGfreemap_route_ipv4 |
| 3406 | 2026-07-16T03:55:09.183Z | 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 } }]Jul 16 03:55:08.279 freemap_route_ipv4DEBG |
| 3407 | 2026-07-16T03:55:09.183Z | |
| 3408 | 2026-07-16T03:55:09.183Z | Jul 16 03:55:08.279 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 } }] |
| 3409 | 2026-07-16T03:55:09.183Z | DEBGJul 16 03:55:08.279 Jul 16 03:55:08.279initted freemap. size: 64 Jul 16 03:55:08.279, INFODEBG unitDEBG :adding route 172.17.0.20/32 -> 10.0.0.255Jul 16 03:55:08.279 reset freemap |
| 3410 | 2026-07-16T03:55:09.183Z | freemap_route_ipv6, |
| 3411 | 2026-07-16T03:55:09.183Z | INFO unitadding route 172.17.0.36/32 -> 10.0.0.255:Jul 16 03:55:08.279 |
| 3412 | 2026-07-16T03:55:09.183Z | DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:55:08.279 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_ipv4 |
| 3413 | 2026-07-16T03:55:09.183Z | |
| 3414 | 2026-07-16T03:55:09.183Z | DEBG |
| 3415 | 2026-07-16T03:55:09.183Z | Jul 16 03:55:08.279 reset freemap DEBGJul 16 03:55:08.279, 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 } }]unit : |
| 3416 | 2026-07-16T03:55:09.183Z | Jul 16 03:55:08.279 INFO freemap_route_ipv6 |
| 3417 | 2026-07-16T03:55:09.183Z | adding route 172.17.0.21/32 -> 10.0.0.255INFOJul 16 03:55:08.279Jul 16 03:55:08.279 DEBGINFO |
| 3418 | 2026-07-16T03:55:09.183Z | initted freemap. size: 64, Jul 16 03:55:08.279adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3419 | 2026-07-16T03:55:09.183Z | INFO unitadding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3420 | 2026-07-16T03:55:09.183Z | :Jul 16 03:55:08.279Jul 16 03:55:08.279 |
| 3421 | 2026-07-16T03:55:09.183Z | DEBG freemap_route_ipv6 |
| 3422 | 2026-07-16T03:55:09.183Z | Jul 16 03:55:08.279replacing 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 } }] |
| 3423 | 2026-07-16T03:55:09.183Z | DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 } }] |
| 3424 | 2026-07-16T03:55:09.183Z | |
| 3425 | 2026-07-16T03:55:09.183Z | Jul 16 03:55:08.279 INFO Jul 16 03:55:08.279adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3426 | 2026-07-16T03:55:09.183Z | INFOJul 16 03:55:08.279Jul 16 03:55:08.279 INFODEBG Jul 16 03:55:08.279adding route 172.17.0.38/32 -> 10.0.0.255 reset freemapadding route 172.17.0.0/32 -> 10.0.0.255Jul 16 03:55:08.279, unit |
| 3427 | 2026-07-16T03:55:09.183Z | |
| 3428 | 2026-07-16T03:55:09.183Z | : DEBGJul 16 03:55:08.279DEBG Jul 16 03:55:08.279freemap_route_ipv6replacing 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 } }] |
| 3429 | 2026-07-16T03:55:09.183Z | DEBG |
| 3430 | 2026-07-16T03:55:09.183Z | 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 } }] 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 } }]Jul 16 03:55:08.279 |
| 3431 | 2026-07-16T03:55:09.183Z | INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:55:08.279 |
| 3432 | 2026-07-16T03:55:09.183Z | |
| 3433 | 2026-07-16T03:55:09.183Z | Jul 16 03:55:08.279 |
| 3434 | 2026-07-16T03:55:09.184Z | INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255Jul 16 03:55:08.279 |
| 3435 | 2026-07-16T03:55:09.184Z | Jul 16 03:55:08.279adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3436 | 2026-07-16T03:55:09.184Z | INFODEBG Jul 16 03:55:08.279adding route 172.17.0.39/32 -> 10.0.0.255 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3437 | 2026-07-16T03:55:09.184Z | |
| 3438 | 2026-07-16T03:55:09.184Z | Jul 16 03:55:08.280 DEBGDEBG Jul 16 03:55:08.280replacing 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 } }] |
| 3439 | 2026-07-16T03:55:09.184Z | INFOfailed to allocate space for the new target list adding route 172.17.0.24/32 -> 10.0.0.255Jul 16 03:55:08.280Jul 16 03:55:08.280 |
| 3440 | 2026-07-16T03:55:09.184Z | Jul 16 03:55:08.280DEBG 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 } }]INFODEBG |
| 3441 | 2026-07-16T03:55:09.184Z | |
| 3442 | 2026-07-16T03:55:09.184Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.2/32 -> 10.0.0.255Jul 16 03:55:08.280 |
| 3443 | 2026-07-16T03:55:09.184Z | Jul 16 03:55:08.280 Jul 16 03:55:08.280DEBGINFO |
| 3444 | 2026-07-16T03:55:09.184Z | 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 } }]Jul 16 03:55:08.280 adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3445 | 2026-07-16T03:55:09.184Z | 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 } }] |
| 3446 | 2026-07-16T03:55:09.184Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 16 03:55:08.280 |
| 3447 | 2026-07-16T03:55:09.184Z | DEBG |
| 3448 | 2026-07-16T03:55:09.184Z | 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 } }]Jul 16 03:55:08.280Jul 16 03:55:08.280 |
| 3449 | 2026-07-16T03:55:09.184Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255INFOJul 16 03:55:08.280 |
| 3450 | 2026-07-16T03:55:09.184Z | adding route 172.17.0.25/32 -> 10.0.0.255 INFOJul 16 03:55:08.280 adding route 172.16.0.0/32 -> 10.0.0.2INFOJul 16 03:55:08.280 adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 3451 | 2026-07-16T03:55:09.184Z | 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 } }] |
| 3452 | 2026-07-16T03:55:09.184Z | |
| 3453 | 2026-07-16T03:55:09.184Z | |
| 3454 | 2026-07-16T03:55:09.184Z | Jul 16 03:55:08.280Jul 16 03:55:08.280Jul 16 03:55:08.280 Jul 16 03:55:08.280 DEBGDEBGINFODEBG 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 } }]adding route 172.17.0.4/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 } }]created new freemapreplacing 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 } }], |
| 3455 | 2026-07-16T03:55:09.184Z | |
| 3456 | 2026-07-16T03:55:09.184Z | |
| 3457 | 2026-07-16T03:55:09.184Z | |
| 3458 | 2026-07-16T03:55:09.184Z | unit: Jul 16 03:55:08.280freemap_route_ipv4 Jul 16 03:55:08.280Jul 16 03:55:08.280 |
| 3459 | 2026-07-16T03:55:09.184Z | Jul 16 03:55:08.280 DEBG INFOINFO 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.42/32 -> 10.0.0.255 INFO |
| 3460 | 2026-07-16T03:55:09.184Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3461 | 2026-07-16T03:55:09.184Z | Jul 16 03:55:08.280 DEBG |
| 3462 | 2026-07-16T03:55:09.184Z | adding route 172.17.0.26/32 -> 10.0.0.255 created new freemap |
| 3463 | 2026-07-16T03:55:09.184Z | , unit:Jul 16 03:55:08.280 freemap_route_ipv6INFOJul 16 03:55:08.280 |
| 3464 | 2026-07-16T03:55:09.184Z | adding route 172.17.0.5/32 -> 10.0.0.255DEBGJul 16 03:55:08.280 |
| 3465 | 2026-07-16T03:55:09.184Z | Jul 16 03:55:08.280DEBG Jul 16 03:55:08.280 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 } }] initted freemap. size: 64 |
| 3466 | 2026-07-16T03:55:09.184Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3467 | 2026-07-16T03:55:09.184Z | DEBGDEBG, unit :Jul 16 03:55:08.280 freemap_route_ipv4replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3468 | 2026-07-16T03:55:09.184Z | Jul 16 03:55:08.280 |
| 3469 | 2026-07-16T03:55:09.184Z | INFODEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:55:08.280 |
| 3470 | 2026-07-16T03:55:09.184Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3471 | 2026-07-16T03:55:09.184Z | Jul 16 03:55:08.280 DEBGINFO reset freemapadding route 172.17.0.27/32 -> 10.0.0.255 Jul 16 03:55:08.280, |
| 3472 | 2026-07-16T03:55:09.184Z | 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 } }] unit |
| 3473 | 2026-07-16T03:55:09.185Z | :Jul 16 03:55:08.280 freemap_route_ipv4 INFODEBGJul 16 03:55:08.280 |
| 3474 | 2026-07-16T03:55:09.185Z | Jul 16 03:55:08.280 DEBG Jul 16 03:55:08.280adding route 172.17.0.1/32 -> 10.0.0.255 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 } }]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 } }] |
| 3475 | 2026-07-16T03:55:09.185Z | initted freemap. size: 64INFO |
| 3476 | 2026-07-16T03:55:09.185Z | , adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3477 | 2026-07-16T03:55:09.185Z | unit: |
| 3478 | 2026-07-16T03:55:09.185Z | Jul 16 03:55:08.280 INFO freemap_route_ipv6adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3479 | 2026-07-16T03:55:09.185Z | Jul 16 03:55:08.280Jul 16 03:55:08.280 INFOJul 16 03:55:08.280 |
| 3480 | 2026-07-16T03:55:09.185Z | adding route 172.17.0.44/32 -> 10.0.0.255DEBGJul 16 03:55:08.280 |
| 3481 | 2026-07-16T03:55:09.185Z | Jul 16 03:55:08.280DEBGDEBG 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 } }]reset freemap replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3482 | 2026-07-16T03:55:09.185Z | , |
| 3483 | 2026-07-16T03:55:09.185Z | unitJul 16 03:55:08.280: |
| 3484 | 2026-07-16T03:55:09.185Z | DEBG Jul 16 03:55:08.280freemap_route_ipv6 INFO |
| 3485 | 2026-07-16T03:55:09.185Z | 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 } }]Jul 16 03:55:08.280 |
| 3486 | 2026-07-16T03:55:09.185Z | Jul 16 03:55:08.280 INFOadding route 172.17.0.2/32 -> 10.0.0.255Jul 16 03:55:08.280Jul 16 03:55:08.280INFO |
| 3487 | 2026-07-16T03:55:09.185Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 3488 | 2026-07-16T03:55:09.185Z | |
| 3489 | 2026-07-16T03:55:09.185Z | |
| 3490 | 2026-07-16T03:55:09.185Z | Jul 16 03:55:08.280adding route 172.17.0.45/32 -> 10.0.0.255 Jul 16 03:55:08.280DEBG Jul 16 03:55:08.280DEBG |
| 3491 | 2026-07-16T03:55:09.185Z | Jul 16 03:55:08.280 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3492 | 2026-07-16T03:55:09.185Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG |
| 3493 | 2026-07-16T03:55:09.185Z | Jul 16 03:55:08.280 Jul 16 03:55:08.280 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.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 } }] |
| 3494 | 2026-07-16T03:55:09.185Z | INFO |
| 3495 | 2026-07-16T03:55:09.190Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3496 | 2026-07-16T03:55:09.190Z | Jul 16 03:55:08.280 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 Jul 16 03:55:08.280Jul 16 03:55:08.280adding route 172.17.0.8/32 -> 10.0.0.255 Jul 16 03:55:08.280INFO |
| 3497 | 2026-07-16T03:55:09.191Z | DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 3498 | 2026-07-16T03:55:09.191Z | |
| 3499 | 2026-07-16T03:55:09.191Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3500 | 2026-07-16T03:55:09.191Z | Jul 16 03:55:08.280Jul 16 03:55:08.280INFO Jul 16 03:55:08.280DEBGDEBG 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.3/32 -> 10.0.0.255Jul 16 03:55:08.280 |
| 3501 | 2026-07-16T03:55:09.191Z | 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 } }] |
| 3502 | 2026-07-16T03:55:09.191Z | |
| 3503 | 2026-07-16T03:55:09.191Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3504 | 2026-07-16T03:55:09.191Z | Jul 16 03:55:08.280Jul 16 03:55:08.280 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3505 | 2026-07-16T03:55:09.191Z | Jul 16 03:55:08.280adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3506 | 2026-07-16T03:55:09.191Z | Jul 16 03:55:08.280 INFODEBGJul 16 03:55:08.280 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGDEBGJul 16 03:55:08.280 |
| 3507 | 2026-07-16T03:55:09.191Z | 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.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 } }] |
| 3508 | 2026-07-16T03:55:09.191Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3509 | 2026-07-16T03:55:09.191Z | |
| 3510 | 2026-07-16T03:55:09.191Z | Jul 16 03:55:08.286 INFO adding route 172.17.0.32/32 -> 10.0.0.255Jul 16 03:55:08.286Jul 16 03:55:08.286 |
| 3511 | 2026-07-16T03:55:09.191Z | 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 } }] |
| 3512 | 2026-07-16T03:55:09.191Z | Jul 16 03:55:08.286 Jul 16 03:55:08.280INFODEBGJul 16 03:55:08.286 adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 3513 | 2026-07-16T03:55:09.191Z | DEBG |
| 3514 | 2026-07-16T03:55:09.191Z | created new freemapINFO, unitadding route 172.17.0.10/32 -> 10.0.0.255Jul 16 03:55:08.286 |
| 3515 | 2026-07-16T03:55:09.191Z | 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 } }]: |
| 3516 | 2026-07-16T03:55:09.191Z | Jul 16 03:55:08.286 Jul 16 03:55:08.286 freemap_route_ipv4INFOJul 16 03:55:08.286DEBG 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 } }] |
| 3517 | 2026-07-16T03:55:09.191Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3518 | 2026-07-16T03:55:09.192Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3519 | 2026-07-16T03:55:09.192Z | |
| 3520 | 2026-07-16T03:55:09.192Z | Jul 16 03:55:08.286 INFO adding route 172.17.0.11/32 -> 10.0.0.255Jul 16 03:55:08.286 |
| 3521 | 2026-07-16T03:55:09.192Z | Jul 16 03:55:08.286 INFODEBGJul 16 03:55:08.286 Jul 16 03:55:08.286replacing 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 } }] DEBG |
| 3522 | 2026-07-16T03:55:09.192Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3523 | 2026-07-16T03:55:09.192Z | created new freemapJul 16 03:55:08.286, adding route 172.17.0.4/32 -> 10.0.0.255unitJul 16 03:55:08.286 :INFO freemap_route_ipv6 |
| 3524 | 2026-07-16T03:55:09.192Z | INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 3525 | 2026-07-16T03:55:09.192Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3526 | 2026-07-16T03:55:09.192Z | |
| 3527 | 2026-07-16T03:55:09.192Z | Jul 16 03:55:08.286Jul 16 03:55:08.286 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 } }]created new freemapDEBG |
| 3528 | 2026-07-16T03:55:09.192Z | , Jul 16 03:55:08.286Jul 16 03:55:08.286unit :DEBG freemap_route_ipv4Jul 16 03:55:08.286replacing 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.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 } }] |
| 3529 | 2026-07-16T03:55:09.192Z | |
| 3530 | 2026-07-16T03:55:09.192Z | |
| 3531 | 2026-07-16T03:55:09.192Z | DEBGINFO adding route 172.17.0.35/32 -> 10.0.0.255initted freemap. size: 64Jul 16 03:55:08.286 |
| 3532 | 2026-07-16T03:55:09.192Z | DEBG Jul 16 03:55:08.286, Jul 16 03:55:08.286created new freemapJul 16 03:55:08.286 , INFOunit unit:INFO adding route 172.17.0.13/32 -> 10.0.0.255 DEBGfreemap_route_ipv6 |
| 3533 | 2026-07-16T03:55:09.192Z | |
| 3534 | 2026-07-16T03:55:09.192Z | adding route 172.17.0.5/32 -> 10.0.0.255: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 } }] |
| 3535 | 2026-07-16T03:55:09.192Z | |
| 3536 | 2026-07-16T03:55:09.192Z | Jul 16 03:55:08.286 DEBGJul 16 03:55:08.286 initted freemap. size: 64DEBGJul 16 03:55:08.286, freemap_route_ipv4replacing 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 } }] |
| 3537 | 2026-07-16T03:55:09.192Z | |
| 3538 | 2026-07-16T03:55:09.192Z | unit: INFOfreemap_route_ipv4 Jul 16 03:55:08.286Jul 16 03:55:08.286 |
| 3539 | 2026-07-16T03:55:09.192Z | Jul 16 03:55:08.286 adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3540 | 2026-07-16T03:55:09.192Z | INFOJul 16 03:55:08.286 DEBG DEBGadding route 172.17.0.14/32 -> 10.0.0.255 DEBGreset freemap |
| 3541 | 2026-07-16T03:55:09.192Z | , unitJul 16 03:55:08.286replacing 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 } }]: DEBGfreemap_route_ipv4Jul 16 03:55:08.286 |
| 3542 | 2026-07-16T03:55:09.192Z | |
| 3543 | 2026-07-16T03:55:09.192Z | 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 } }]reset freemap |
| 3544 | 2026-07-16T03:55:09.192Z | DEBGJul 16 03:55:08.286 , 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 } }]DEBGJul 16 03:55:08.286 |
| 3545 | 2026-07-16T03:55:09.192Z | unit : initted freemap. size: 64INFO, freemap_route_ipv4unitJul 16 03:55:08.286: freemap_route_ipv6INFO |
| 3546 | 2026-07-16T03:55:09.192Z | Jul 16 03:55:08.286 adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3547 | 2026-07-16T03:55:09.192Z | |
| 3548 | 2026-07-16T03:55:09.192Z | INFO |
| 3549 | 2026-07-16T03:55:09.192Z | Jul 16 03:55:08.286 adding route 172.17.0.15/32 -> 10.0.0.255DEBGJul 16 03:55:08.286 |
| 3550 | 2026-07-16T03:55:09.192Z | Jul 16 03:55:08.286 Jul 16 03:55:08.286 reset freemap DEBG, DEBGDEBG Jul 16 03:55:08.286 unitreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:initted freemap. size: 64 |
| 3551 | 2026-07-16T03:55:09.192Z | freemap_route_ipv6replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 3552 | 2026-07-16T03:55:09.192Z | DEBG |
| 3553 | 2026-07-16T03:55:09.192Z | 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 } }]Jul 16 03:55:08.286 |
| 3554 | 2026-07-16T03:55:09.192Z | INFOJul 16 03:55:08.286unit Jul 16 03:55:08.286:adding route 172.17.0.7/32 -> 10.0.0.255INFO Jul 16 03:55:08.286adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3555 | 2026-07-16T03:55:09.192Z | |
| 3556 | 2026-07-16T03:55:09.192Z | INFO freemap_route_ipv6 Jul 16 03:55:08.286INFO adding route 172.17.0.38/32 -> 10.0.0.255 DEBG |
| 3557 | 2026-07-16T03:55:09.192Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3558 | 2026-07-16T03:55:09.193Z | Jul 16 03:55:08.286 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3559 | 2026-07-16T03:55:09.193Z | |
| 3560 | 2026-07-16T03:55:09.193Z | Jul 16 03:55:08.286Jul 16 03:55:08.286 Jul 16 03:55:08.286DEBGDEBGDEBGJul 16 03:55:08.286 INFODEBGreplacing 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 } }] |
| 3561 | 2026-07-16T03:55:09.193Z | reset freemapadding route 172.16.0.0/32 -> 10.0.0.2 |
| 3562 | 2026-07-16T03:55:09.193Z | , 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 } }] |
| 3563 | 2026-07-16T03:55:09.193Z | Jul 16 03:55:08.286 |
| 3564 | 2026-07-16T03:55:09.193Z | Jul 16 03:55:08.286 unitDEBGINFOJul 16 03:55:08.286 INFO: adding route 172.17.0.39/32 -> 10.0.0.255Jul 16 03:55:08.286 |
| 3565 | 2026-07-16T03:55:09.193Z | adding route 172.17.0.8/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 } }] |
| 3566 | 2026-07-16T03:55:09.193Z | INFO Jul 16 03:55:08.286adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3567 | 2026-07-16T03:55:09.193Z | |
| 3568 | 2026-07-16T03:55:09.193Z | Jul 16 03:55:08.286freemap_route_ipv6 DEBGINFOJul 16 03:55:08.286 adding route 172.16.0.0/32 -> 10.0.0.3 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 } }] |
| 3569 | 2026-07-16T03:55:09.193Z | |
| 3570 | 2026-07-16T03:55:09.193Z | |
| 3571 | 2026-07-16T03:55:09.193Z | 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 } }]Jul 16 03:55:08.286 |
| 3572 | 2026-07-16T03:55:09.193Z | DEBG Jul 16 03:55:08.286replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 16 03:55:08.286 Jul 16 03:55:08.286 |
| 3573 | 2026-07-16T03:55:09.193Z | INFOINFO Jul 16 03:55:08.286 adding route 172.17.0.18/32 -> 10.0.0.255 DEBG |
| 3574 | 2026-07-16T03:55:09.193Z | Jul 16 03:55:08.286 INFO adding route 172.17.0.40/32 -> 10.0.0.255INFO 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 } }] |
| 3575 | 2026-07-16T03:55:09.193Z | adding route 172.16.0.0/32 -> 10.0.0.4Jul 16 03:55:08.286 |
| 3576 | 2026-07-16T03:55:09.193Z | |
| 3577 | 2026-07-16T03:55:09.193Z | DEBGJul 16 03:55:08.286 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.1 |
| 3578 | 2026-07-16T03:55:09.193Z | DEBG Jul 16 03:55:08.286 |
| 3579 | 2026-07-16T03:55:09.193Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3580 | 2026-07-16T03:55:09.193Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 16 03:55:08.286 |
| 3581 | 2026-07-16T03:55:09.193Z | Jul 16 03:55:08.286 Jul 16 03:55:08.286INFODEBG Jul 16 03:55:08.286adding route 172.17.0.19/32 -> 10.0.0.255 DEBGJul 16 03:55:08.286 |
| 3582 | 2026-07-16T03:55:09.193Z | INFO 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.3, vlan_id: None } }] |
| 3583 | 2026-07-16T03:55:09.193Z | Jul 16 03:55:08.286adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3584 | 2026-07-16T03:55:09.193Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 } }] |
| 3585 | 2026-07-16T03:55:09.193Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3586 | 2026-07-16T03:55:09.193Z | |
| 3587 | 2026-07-16T03:55:09.193Z | Jul 16 03:55:08.286 Jul 16 03:55:08.286Jul 16 03:55:08.286 INFODEBG DEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 3588 | 2026-07-16T03:55:09.193Z | 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 } }] Jul 16 03:55:08.286replacing 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 } }] |
| 3589 | 2026-07-16T03:55:09.193Z | INFOJul 16 03:55:08.286 |
| 3590 | 2026-07-16T03:55:09.193Z | adding route 172.16.0.0/32 -> 10.0.0.1Jul 16 03:55:08.286DEBG INFOJul 16 03:55:08.286 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3591 | 2026-07-16T03:55:09.193Z | INFO |
| 3592 | 2026-07-16T03:55:09.193Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3593 | 2026-07-16T03:55:09.193Z | |
| 3594 | 2026-07-16T03:55:09.193Z | Jul 16 03:55:08.286 DEBG Jul 16 03:55:08.286 Jul 16 03:55:08.286replacing 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 } }] INFOJul 16 03:55:08.286 |
| 3595 | 2026-07-16T03:55:09.221Z | DEBG DEBGadding route 172.17.0.21/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 } }] 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 } }] |
| 3596 | 2026-07-16T03:55:09.221Z | |
| 3597 | 2026-07-16T03:55:09.221Z | |
| 3598 | 2026-07-16T03:55:09.221Z | Jul 16 03:55:08.286 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 } }] Jul 16 03:55:08.286adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3599 | 2026-07-16T03:55:09.221Z | DEBG |
| 3600 | 2026-07-16T03:55:09.221Z | Jul 16 03:55:08.286 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 } }]Jul 16 03:55:08.286 |
| 3601 | 2026-07-16T03:55:09.221Z | Jul 16 03:55:08.286DEBG adding route 172.17.0.47/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 } }]Jul 16 03:55:08.286 |
| 3602 | 2026-07-16T03:55:09.221Z | |
| 3603 | 2026-07-16T03:55:09.221Z | Jul 16 03:55:08.286INFO INFO INFOJul 16 03:55:08.286Jul 16 03:55:08.286 adding route 172.16.0.0/32 -> 10.0.0.1INFOadding route 172.17.0.22/32 -> 10.0.0.255 |
| 3604 | 2026-07-16T03:55:09.222Z | |
| 3605 | 2026-07-16T03:55:09.222Z | DEBG adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3606 | 2026-07-16T03:55:09.222Z | 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.11/32 -> 10.0.0.255Jul 16 03:55:08.286 |
| 3607 | 2026-07-16T03:55:09.222Z | |
| 3608 | 2026-07-16T03:55:09.222Z | Jul 16 03:55:08.286Jul 16 03:55:08.286 DEBGDEBGJul 16 03:55:08.286 Jul 16 03:55:08.286 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.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 } }] |
| 3609 | 2026-07-16T03:55:09.222Z | INFO |
| 3610 | 2026-07-16T03:55:09.222Z | 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 } }]Jul 16 03:55:08.286 |
| 3611 | 2026-07-16T03:55:09.222Z | adding route 172.17.0.48/32 -> 10.0.0.255 DEBG |
| 3612 | 2026-07-16T03:55:09.222Z | INFO Jul 16 03:55:08.286 adding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:55:08.286 INFO |
| 3613 | 2026-07-16T03:55:09.222Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3614 | 2026-07-16T03:55:09.222Z | adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]Jul 16 03:55:08.286Jul 16 03:55:08.286 |
| 3615 | 2026-07-16T03:55:09.222Z | DEBGDEBG |
| 3616 | 2026-07-16T03:55:09.222Z | Jul 16 03:55:08.286 DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3617 | 2026-07-16T03:55:09.222Z | 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 } }] |
| 3618 | 2026-07-16T03:55:09.222Z | 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 } }] |
| 3619 | 2026-07-16T03:55:09.222Z | Jul 16 03:55:08.286 DEBG created new freemapJul 16 03:55:08.286 INFO, Jul 16 03:55:08.292unit : INFOadding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv4 |
| 3620 | 2026-07-16T03:55:09.222Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3621 | 2026-07-16T03:55:09.222Z | |
| 3622 | 2026-07-16T03:55:09.222Z | Jul 16 03:55:08.292 DEBG created new freemap, Jul 16 03:55:08.292unitJul 16 03:55:08.292: DEBG DEBG freemap_route_ipv6replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3623 | 2026-07-16T03:55:09.222Z | |
| 3624 | 2026-07-16T03:55:09.222Z | 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 } }] |
| 3625 | 2026-07-16T03:55:09.222Z | Jul 16 03:55:08.292 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3626 | 2026-07-16T03:55:09.222Z | Jul 16 03:55:08.292 Jul 16 03:55:08.292 Jul 16 03:55:08.292DEBG INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255 initted freemap. size: 64replacing 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 } }] |
| 3627 | 2026-07-16T03:55:09.222Z | |
| 3628 | 2026-07-16T03:55:09.222Z | , unit:Jul 16 03:55:08.292Jul 16 03:55:08.292 DEBG freemap_route_ipv4replacing 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 } }] |
| 3629 | 2026-07-16T03:55:09.222Z | |
| 3630 | 2026-07-16T03:55:09.222Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3631 | 2026-07-16T03:55:09.222Z | Jul 16 03:55:08.292 INFOJul 16 03:55:08.286Jul 16 03:55:08.292Jul 16 03:55:08.292 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.12/32 -> 10.0.0.255 |
| 3632 | 2026-07-16T03:55:09.222Z | |
| 3633 | 2026-07-16T03:55:09.222Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3634 | 2026-07-16T03:55:09.222Z | DEBG Jul 16 03:55:08.292 INFO Jul 16 03:55:08.292adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3635 | 2026-07-16T03:55:09.222Z | DEBGreset freemap replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 3636 | 2026-07-16T03:55:09.222Z | unitJul 16 03:55:08.292:Jul 16 03:55:08.292 DEBGfreemap_route_ipv4Jul 16 03:55:08.292DEBG |
| 3637 | 2026-07-16T03:55:09.222Z | 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.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 } }] |
| 3638 | 2026-07-16T03:55:09.222Z | |
| 3639 | 2026-07-16T03:55:09.222Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255Jul 16 03:55:08.292Jul 16 03:55:08.292 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255Jul 16 03:55:08.292 |
| 3640 | 2026-07-16T03:55:09.222Z | |
| 3641 | 2026-07-16T03:55:09.222Z | |
| 3642 | 2026-07-16T03:55:09.222Z | DEBG initted freemap. size: 64Jul 16 03:55:08.292Jul 16 03:55:08.292 Jul 16 03:55:08.292DEBGDEBG 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 } }] |
| 3643 | 2026-07-16T03:55:09.223Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }], |
| 3644 | 2026-07-16T03:55:09.223Z | |
| 3645 | 2026-07-16T03:55:09.223Z | Jul 16 03:55:08.292unit: INFOfreemap_route_ipv6Jul 16 03:55:08.292Jul 16 03:55:08.292 |
| 3646 | 2026-07-16T03:55:09.223Z | adding route 172.17.0.51/32 -> 10.0.0.255INFO |
| 3647 | 2026-07-16T03:55:09.223Z | adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 3648 | 2026-07-16T03:55:09.223Z | adding route 172.17.0.53/32 -> 10.0.0.255Jul 16 03:55:08.292 |
| 3649 | 2026-07-16T03:55:09.223Z | DEBGJul 16 03:55:08.292Jul 16 03:55:08.292 reset freemapDEBG, 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 } }]unitreplacing 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 } }] |
| 3650 | 2026-07-16T03:55:09.223Z | Jul 16 03:55:08.293 |
| 3651 | 2026-07-16T03:55:09.223Z | : DEBGfreemap_route_ipv6 Jul 16 03:55:08.293Jul 16 03:55:08.293 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3652 | 2026-07-16T03:55:09.223Z | INFO |
| 3653 | 2026-07-16T03:55:09.223Z | adding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3654 | 2026-07-16T03:55:09.223Z | |
| 3655 | 2026-07-16T03:55:09.223Z | Jul 16 03:55:08.293Jul 16 03:55:08.293Jul 16 03:55:08.293 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 } }]Jul 16 03:55:08.293INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3656 | 2026-07-16T03:55:09.223Z | 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 } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3657 | 2026-07-16T03:55:09.223Z | |
| 3658 | 2026-07-16T03:55:09.223Z | Jul 16 03:55:08.293 |
| 3659 | 2026-07-16T03:55:09.223Z | INFO Jul 16 03:55:08.293adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3660 | 2026-07-16T03:55:09.223Z | INFO Jul 16 03:55:08.293adding route 172.17.0.53/32 -> 10.0.0.255 DEBG |
| 3661 | 2026-07-16T03:55:09.223Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3662 | 2026-07-16T03:55:09.223Z | 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 } }]Jul 16 03:55:08.293Jul 16 03:55:08.293 |
| 3663 | 2026-07-16T03:55:09.223Z | 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 } }] |
| 3664 | 2026-07-16T03:55:09.223Z | 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 } }] |
| 3665 | 2026-07-16T03:55:09.223Z | Jul 16 03:55:08.293Jul 16 03:55:08.293 Jul 16 03:55:08.293DEBGINFO INFO adding route 172.17.0.55/32 -> 10.0.0.255Jul 16 03:55:08.293adding route 172.17.0.17/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 } }] |
| 3666 | 2026-07-16T03:55:09.223Z | |
| 3667 | 2026-07-16T03:55:09.223Z | |
| 3668 | 2026-07-16T03:55:09.223Z | INFO Jul 16 03:55:08.293Jul 16 03:55:08.293 adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 3669 | 2026-07-16T03:55:09.223Z | Jul 16 03:55:08.293adding route 172.17.0.54/32 -> 10.0.0.255DEBGJul 16 03:55:08.293 |
| 3670 | 2026-07-16T03:55:09.223Z | DEBG INFOJul 16 03:55:08.293 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:55:08.293 |
| 3671 | 2026-07-16T03:55:09.223Z | |
| 3672 | 2026-07-16T03:55:09.223Z | |
| 3673 | 2026-07-16T03:55:09.223Z | 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 } }] |
| 3674 | 2026-07-16T03:55:09.223Z | test route::tests::delete_targets_fragmented ... ok |
| 3675 | 2026-07-16T03:55:09.223Z | DEBGJul 16 03:55:08.293 Jul 16 03:55:08.293replacing 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 } }] |
| 3676 | 2026-07-16T03:55:09.223Z | test route::tests::delete_target_fragmented ... ok |
| 3677 | 2026-07-16T03:55:09.223Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 3678 | 2026-07-16T03:55:09.223Z | Jul 16 03:55:08.293 Jul 16 03:55:08.286Jul 16 03:55:08.293replacing 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 } }] Jul 16 03:55:08.293 |
| 3679 | 2026-07-16T03:55:09.223Z | DEBGINFOJul 16 03:55:08.293INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255DEBG |
| 3680 | 2026-07-16T03:55:09.223Z | adding route 172.17.0.55/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 } }]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 } }] |
| 3681 | 2026-07-16T03:55:09.224Z | Jul 16 03:55:08.293 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3682 | 2026-07-16T03:55:09.224Z | Jul 16 03:55:08.299adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3683 | 2026-07-16T03:55:09.224Z | INFO Jul 16 03:55:08.299adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3684 | 2026-07-16T03:55:09.224Z | DEBGJul 16 03:55:08.299 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 } }] |
| 3685 | 2026-07-16T03:55:09.224Z | DEBG Jul 16 03:55:08.299replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3686 | 2026-07-16T03:55:09.224Z | DEBGJul 16 03:55:08.299 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 |
| 3687 | 2026-07-16T03:55:09.224Z | Jul 16 03:55:08.299adding route 172.17.0.26/32 -> 10.0.0.255 INFO |
| 3688 | 2026-07-16T03:55:09.224Z | adding route 172.16.0.0/32 -> 10.0.0.4Jul 16 03:55:08.299 |
| 3689 | 2026-07-16T03:55:09.224Z | |
| 3690 | 2026-07-16T03:55:09.224Z | Jul 16 03:55:08.299 DEBG Jul 16 03:55:08.299INFOJul 16 03:55:08.299 adding route 172.17.0.20/32 -> 10.0.0.255DEBG 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 |
| 3691 | 2026-07-16T03:55:09.224Z | 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 } }] |
| 3692 | 2026-07-16T03:55:09.224Z | |
| 3693 | 2026-07-16T03:55:09.224Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 16 03:55:08.299 |
| 3694 | 2026-07-16T03:55:09.224Z | DEBGJul 16 03:55:08.299Jul 16 03:55:08.299 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 } }] |
| 3695 | 2026-07-16T03:55:09.230Z | INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3696 | 2026-07-16T03:55:09.230Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3697 | 2026-07-16T03:55:09.230Z | Jul 16 03:55:08.299 Jul 16 03:55:08.299INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255 |
| 3698 | 2026-07-16T03:55:09.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.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 } }] |
| 3699 | 2026-07-16T03:55:09.230Z | |
| 3700 | 2026-07-16T03:55:09.230Z | Jul 16 03:55:08.299Jul 16 03:55:08.299 DEBGDEBGJul 16 03:55:08.299 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.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 } }]DEBGJul 16 03:55:08.299 |
| 3701 | 2026-07-16T03:55:09.230Z | 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 } }] |
| 3702 | 2026-07-16T03:55:09.230Z | |
| 3703 | 2026-07-16T03:55:09.230Z | Jul 16 03:55:08.299INFO Jul 16 03:55:08.299Jul 16 03:55:08.299INFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 INFOINFO |
| 3704 | 2026-07-16T03:55:09.230Z | |
| 3705 | 2026-07-16T03:55:09.230Z | adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3706 | 2026-07-16T03:55:09.230Z | |
| 3707 | 2026-07-16T03:55:09.230Z | Jul 16 03:55:08.299Jul 16 03:55:08.299Jul 16 03:55:08.299 DEBGDEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:55:08.299replacing 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 } }] |
| 3708 | 2026-07-16T03:55:09.230Z | |
| 3709 | 2026-07-16T03:55:09.230Z | 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 } }]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 } }]Jul 16 03:55:08.299 |
| 3710 | 2026-07-16T03:55:09.230Z | INFO |
| 3711 | 2026-07-16T03:55:09.230Z | Jul 16 03:55:08.299 adding route 172.17.0.58/32 -> 10.0.0.255INFOJul 16 03:55:08.299 |
| 3712 | 2026-07-16T03:55:09.230Z | adding route 172.17.0.29/32 -> 10.0.0.255 INFO |
| 3713 | 2026-07-16T03:55:09.230Z | adding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:55:08.299 |
| 3714 | 2026-07-16T03:55:09.230Z | Jul 16 03:55:08.299 DEBGINFO Jul 16 03:55:08.299 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.1/32 -> 10.0.0.255 |
| 3715 | 2026-07-16T03:55:09.230Z | Jul 16 03:55:08.299DEBG |
| 3716 | 2026-07-16T03:55:09.230Z | 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 } }] |
| 3717 | 2026-07-16T03:55:09.230Z | 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 } }]Jul 16 03:55:08.299Jul 16 03:55:08.299 |
| 3718 | 2026-07-16T03:55:09.230Z | 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.59/32 -> 10.0.0.255Jul 16 03:55:08.299 |
| 3719 | 2026-07-16T03:55:09.230Z | |
| 3720 | 2026-07-16T03:55:09.230Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255Jul 16 03:55:08.299 |
| 3721 | 2026-07-16T03:55:09.230Z | Jul 16 03:55:08.299 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3722 | 2026-07-16T03:55:09.230Z | Jul 16 03:55:08.299 |
| 3723 | 2026-07-16T03:55:09.230Z | Jul 16 03:55:08.299 DEBGINFOJul 16 03:55:08.299 Jul 16 03:55:08.299INFO 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.30/32 -> 10.0.0.255 |
| 3724 | 2026-07-16T03:55:09.231Z | DEBG adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3725 | 2026-07-16T03:55:09.231Z | |
| 3726 | 2026-07-16T03:55:09.231Z | 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 } }]Jul 16 03:55:08.299 Jul 16 03:55:08.299INFO Jul 16 03:55:08.299DEBG |
| 3727 | 2026-07-16T03:55:09.231Z | 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 } }] |
| 3728 | 2026-07-16T03:55:09.231Z | adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 3729 | 2026-07-16T03:55:09.231Z | 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 } }] |
| 3730 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299Jul 16 03:55:08.299 Jul 16 03:55:08.299DEBG INFOfailed to allocate space for the new target listJul 16 03:55:08.299 |
| 3731 | 2026-07-16T03:55:09.231Z | INFODEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3732 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299 adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3733 | 2026-07-16T03:55:09.231Z | |
| 3734 | 2026-07-16T03:55:09.231Z | 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 } }]Jul 16 03:55:08.299 |
| 3735 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299INFO adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 3736 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299replacing 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 } }] |
| 3737 | 2026-07-16T03:55:09.231Z | DEBG Jul 16 03:55:08.299replacing 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 } }] |
| 3738 | 2026-07-16T03:55:09.231Z | DEBGJul 16 03:55:08.299 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3739 | 2026-07-16T03:55:09.231Z | adding route 172.17.0.4/32 -> 10.0.0.255Jul 16 03:55:08.299Jul 16 03:55:08.299 |
| 3740 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299 INFOINFO Jul 16 03:55:08.299adding route 172.17.0.27/32 -> 10.0.0.255 DEBGDEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 3741 | 2026-07-16T03:55:09.231Z | 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.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 } }] |
| 3742 | 2026-07-16T03:55:09.231Z | |
| 3743 | 2026-07-16T03:55:09.231Z | |
| 3744 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299 DEBGJul 16 03:55:08.299 Jul 16 03:55:08.299Jul 16 03:55:08.299 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO DEBG INFOadding route 172.17.0.5/32 -> 10.0.0.255 |
| 3745 | 2026-07-16T03:55:09.231Z | |
| 3746 | 2026-07-16T03:55:09.231Z | 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.57/32 -> 10.0.0.255 |
| 3747 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299 |
| 3748 | 2026-07-16T03:55:09.231Z | INFOJul 16 03:55:08.299 adding route 172.17.0.33/32 -> 10.0.0.255Jul 16 03:55:08.299 DEBG |
| 3749 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299INFO 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 } }]DEBGadding route 172.17.0.28/32 -> 10.0.0.255 |
| 3750 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299 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 } }] |
| 3751 | 2026-07-16T03:55:09.231Z | DEBG |
| 3752 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299 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 |
| 3753 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299 DEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:55:08.299 |
| 3754 | 2026-07-16T03:55:09.231Z | |
| 3755 | 2026-07-16T03:55:09.231Z | INFOJul 16 03:55:08.299 adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 3756 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3757 | 2026-07-16T03:55:09.231Z | INFOJul 16 03:55:08.299 adding route 172.17.0.29/32 -> 10.0.0.255DEBGJul 16 03:55:08.299 |
| 3758 | 2026-07-16T03:55:09.231Z | 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 |
| 3759 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299 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.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 } }] |
| 3760 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299 |
| 3761 | 2026-07-16T03:55:09.231Z | Jul 16 03:55:08.299 DEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3762 | 2026-07-16T03:55:09.232Z | Jul 16 03:55:08.299adding route 172.17.0.7/32 -> 10.0.0.255Jul 16 03:55:08.299 |
| 3763 | 2026-07-16T03:55:09.232Z | INFOINFOJul 16 03:55:08.299Jul 16 03:55:08.299 DEBGINFO adding route 172.17.0.30/32 -> 10.0.0.255 adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3764 | 2026-07-16T03:55:09.232Z | |
| 3765 | 2026-07-16T03:55:09.232Z | 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.59/32 -> 10.0.0.255 |
| 3766 | 2026-07-16T03:55:09.232Z | |
| 3767 | 2026-07-16T03:55:09.232Z | Jul 16 03:55:08.299 DEBG Jul 16 03:55:08.299Jul 16 03:55:08.299 DEBGJul 16 03:55:08.299replacing 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 } }] |
| 3768 | 2026-07-16T03:55:09.232Z | INFODEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3769 | 2026-07-16T03:55:09.232Z | 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.8/32 -> 10.0.0.255 |
| 3770 | 2026-07-16T03:55:09.232Z | Jul 16 03:55:08.299 |
| 3771 | 2026-07-16T03:55:09.232Z | Jul 16 03:55:08.299 INFOINFO Jul 16 03:55:08.299Jul 16 03:55:08.299adding route 172.17.0.31/32 -> 10.0.0.255 INFOadding route 172.17.0.60/32 -> 10.0.0.255 |
| 3772 | 2026-07-16T03:55:09.232Z | DEBG adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3773 | 2026-07-16T03:55:09.232Z | |
| 3774 | 2026-07-16T03:55:09.232Z | 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 } }]Jul 16 03:55:08.299 |
| 3775 | 2026-07-16T03:55:09.232Z | Jul 16 03:55:08.299DEBGJul 16 03:55:08.299 DEBG DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3776 | 2026-07-16T03:55:09.232Z | |
| 3777 | 2026-07-16T03:55:09.232Z | Jul 16 03:55:08.299replacing 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 } }] |
| 3778 | 2026-07-16T03:55:09.232Z | INFO Jul 16 03:55:08.299adding route 172.17.0.9/32 -> 10.0.0.255Jul 16 03:55:08.299 |
| 3779 | 2026-07-16T03:55:09.232Z | DEBG INFOJul 16 03:55:08.299failed to allocate space for the new target list |
| 3780 | 2026-07-16T03:55:09.232Z | adding route 172.17.0.32/32 -> 10.0.0.255Jul 16 03:55:08.299 |
| 3781 | 2026-07-16T03:55:09.232Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255Jul 16 03:55:08.299DEBG |
| 3782 | 2026-07-16T03:55:09.232Z | Jul 16 03:55:08.299replacing 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 } }] DEBGDEBG |
| 3783 | 2026-07-16T03:55:09.232Z | 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3784 | 2026-07-16T03:55:09.232Z | |
| 3785 | 2026-07-16T03:55:09.232Z | Jul 16 03:55:08.299 DEBGJul 16 03:55:08.299Jul 16 03:55:08.299 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 } }]INFOINFO |
| 3786 | 2026-07-16T03:55:09.232Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3787 | 2026-07-16T03:55:09.232Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3788 | 2026-07-16T03:55:09.232Z | Jul 16 03:55:08.299Jul 16 03:55:08.299Jul 16 03:55:08.299 DEBGINFO DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 3789 | 2026-07-16T03:55:09.232Z | Jul 16 03:55:08.306 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3790 | 2026-07-16T03:55:09.232Z | Jul 16 03:55:08.306 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 } }] |
| 3791 | 2026-07-16T03:55:09.232Z | Jul 16 03:55:08.306 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3792 | 2026-07-16T03:55:09.232Z | Jul 16 03:55:08.306adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3793 | 2026-07-16T03:55:09.232Z | 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 } }] |
| 3794 | 2026-07-16T03:55:09.232Z | |
| 3795 | 2026-07-16T03:55:09.237Z | Jul 16 03:55:08.306 Jul 16 03:55:08.306INFO DEBGJul 16 03:55:08.306 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.13/32 -> 10.0.0.255INFO |
| 3796 | 2026-07-16T03:55:09.237Z | |
| 3797 | 2026-07-16T03:55:09.237Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3798 | 2026-07-16T03:55:09.237Z | Jul 16 03:55:08.306Jul 16 03:55:08.306Jul 16 03:55:08.306 DEBGDEBG 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 } }] |
| 3799 | 2026-07-16T03:55:09.237Z | 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 } }] |
| 3800 | 2026-07-16T03:55:09.237Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3801 | 2026-07-16T03:55:09.237Z | Jul 16 03:55:08.306Jul 16 03:55:08.306 Jul 16 03:55:08.306 INFOINFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 3802 | 2026-07-16T03:55:09.237Z | 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.14/32 -> 10.0.0.255 |
| 3803 | 2026-07-16T03:55:09.237Z | |
| 3804 | 2026-07-16T03:55:09.237Z | Jul 16 03:55:08.306 DEBG Jul 16 03:55:08.306replacing 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 } }] |
| 3805 | 2026-07-16T03:55:09.237Z | Jul 16 03:55:08.306INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255Jul 16 03:55:08.306 |
| 3806 | 2026-07-16T03:55:09.237Z | 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 |
| 3807 | 2026-07-16T03:55:09.237Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3808 | 2026-07-16T03:55:09.237Z | Jul 16 03:55:08.306 Jul 16 03:55:08.306DEBG Jul 16 03:55:08.306 INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3809 | 2026-07-16T03:55:09.237Z | 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 } }] |
| 3810 | 2026-07-16T03:55:09.237Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3811 | 2026-07-16T03:55:09.237Z | Jul 16 03:55:08.306Jul 16 03:55:08.306 Jul 16 03:55:08.306INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3812 | 2026-07-16T03:55:09.237Z | |
| 3813 | 2026-07-16T03:55:09.237Z | 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 } }] |
| 3814 | 2026-07-16T03:55:09.237Z | Jul 16 03:55:08.306 Jul 16 03:55:08.306Jul 16 03:55:08.306 DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3815 | 2026-07-16T03:55:09.237Z | 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 } }] |
| 3816 | 2026-07-16T03:55:09.237Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3817 | 2026-07-16T03:55:09.237Z | Jul 16 03:55:08.306 Jul 16 03:55:08.306INFOJul 16 03:55:08.306 DEBGadding route 172.17.0.38/32 -> 10.0.0.255INFO |
| 3818 | 2026-07-16T03:55:09.237Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3819 | 2026-07-16T03:55:09.238Z | 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 } }] |
| 3820 | 2026-07-16T03:55:09.238Z | Jul 16 03:55:08.306 DEBGJul 16 03:55:08.306 Jul 16 03:55:08.306 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3821 | 2026-07-16T03:55:09.238Z | INFO 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 } }] |
| 3822 | 2026-07-16T03:55:09.238Z | adding route 172.17.0.17/32 -> 10.0.0.255Jul 16 03:55:08.306 |
| 3823 | 2026-07-16T03:55:09.238Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 16 03:55:08.306 |
| 3824 | 2026-07-16T03:55:09.238Z | Jul 16 03:55:08.306INFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 3825 | 2026-07-16T03:55:09.238Z | Jul 16 03:55:08.306replacing 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 } }] |
| 3826 | 2026-07-16T03:55:09.238Z | 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 } }] |
| 3827 | 2026-07-16T03:55:09.238Z | Jul 16 03:55:08.306Jul 16 03:55:08.306 DEBGJul 16 03:55:08.306INFO INFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3828 | 2026-07-16T03:55:09.238Z | |
| 3829 | 2026-07-16T03:55:09.238Z | |
| 3830 | 2026-07-16T03:55:09.238Z | Jul 16 03:55:08.306Jul 16 03:55:08.306Jul 16 03:55:08.306 DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3831 | 2026-07-16T03:55:09.238Z | 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 |
| 3832 | 2026-07-16T03:55:09.238Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3833 | 2026-07-16T03:55:09.238Z | Jul 16 03:55:08.306 Jul 16 03:55:08.306INFOJul 16 03:55:08.306 adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 3834 | 2026-07-16T03:55:09.238Z | DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 3835 | 2026-07-16T03:55:09.238Z | 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 } }]Jul 16 03:55:08.306 |
| 3836 | 2026-07-16T03:55:09.238Z | DEBG Jul 16 03:55:08.306replacing 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 } }] |
| 3837 | 2026-07-16T03:55:09.238Z | DEBGJul 16 03:55:08.306 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 } }] |
| 3838 | 2026-07-16T03:55:09.238Z | Jul 16 03:55:08.306adding route 172.17.0.45/32 -> 10.0.0.255 INFO |
| 3839 | 2026-07-16T03:55:09.238Z | adding route 172.17.0.42/32 -> 10.0.0.255Jul 16 03:55:08.306 |
| 3840 | 2026-07-16T03:55:09.238Z | Jul 16 03:55:08.306INFO DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255Jul 16 03:55:08.306 |
| 3841 | 2026-07-16T03:55:09.238Z | |
| 3842 | 2026-07-16T03:55:09.238Z | 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 } }] |
| 3843 | 2026-07-16T03:55:09.238Z | Jul 16 03:55:08.306Jul 16 03:55:08.306 INFODEBGJul 16 03:55:08.306 INFOadding route 172.17.0.46/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 } }] |
| 3844 | 2026-07-16T03:55:09.238Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3845 | 2026-07-16T03:55:09.238Z | |
| 3846 | 2026-07-16T03:55:09.238Z | Jul 16 03:55:08.306Jul 16 03:55:08.306Jul 16 03:55:08.306 INFODEBG 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 } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3847 | 2026-07-16T03:55:09.238Z | 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 } }] |
| 3848 | 2026-07-16T03:55:09.238Z | |
| 3849 | 2026-07-16T03:55:09.238Z | Jul 16 03:55:08.306 INFOJul 16 03:55:08.306Jul 16 03:55:08.306 adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 3850 | 2026-07-16T03:55:09.238Z | 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 } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3851 | 2026-07-16T03:55:09.238Z | |
| 3852 | 2026-07-16T03:55:09.238Z | Jul 16 03:55:08.306 DEBG Jul 16 03:55:08.306Jul 16 03:55:08.306replacing 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 } }] |
| 3853 | 2026-07-16T03:55:09.238Z | DEBGINFO adding route 172.17.0.22/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 } }] |
| 3854 | 2026-07-16T03:55:09.238Z | |
| 3855 | 2026-07-16T03:55:09.238Z | Jul 16 03:55:08.306 INFO adding route 172.17.0.45/32 -> 10.0.0.255Jul 16 03:55:08.306 |
| 3856 | 2026-07-16T03:55:09.238Z | Jul 16 03:55:08.306DEBG INFO 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 } }]Jul 16 03:55:08.306adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3857 | 2026-07-16T03:55:09.238Z | |
| 3858 | 2026-07-16T03:55:09.239Z | 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 } }] |
| 3859 | 2026-07-16T03:55:09.239Z | Jul 16 03:55:08.306Jul 16 03:55:08.306 DEBGINFOJul 16 03:55:08.306 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.23/32 -> 10.0.0.255 |
| 3860 | 2026-07-16T03:55:09.239Z | |
| 3861 | 2026-07-16T03:55:09.239Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3862 | 2026-07-16T03:55:09.239Z | Jul 16 03:55:08.306Jul 16 03:55:08.306 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.49/32 -> 10.0.0.255 |
| 3863 | 2026-07-16T03:55:09.239Z | |
| 3864 | 2026-07-16T03:55:09.239Z | Jul 16 03:55:08.306 Jul 16 03:55:08.307DEBGJul 16 03:55:08.307 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 } }] |
| 3865 | 2026-07-16T03:55:09.239Z | 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 } }]Jul 16 03:55:08.307 |
| 3866 | 2026-07-16T03:55:09.239Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3867 | 2026-07-16T03:55:09.239Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3868 | 2026-07-16T03:55:09.239Z | Jul 16 03:55:08.307Jul 16 03:55:08.307 Jul 16 03:55:08.307DEBGINFO DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3869 | 2026-07-16T03:55:09.239Z | 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 } }] |
| 3870 | 2026-07-16T03:55:09.239Z | |
| 3871 | 2026-07-16T03:55:09.239Z | Jul 16 03:55:08.307Jul 16 03:55:08.307 Jul 16 03:55:08.307INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3872 | 2026-07-16T03:55:09.239Z | 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 } }]adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3873 | 2026-07-16T03:55:09.239Z | |
| 3874 | 2026-07-16T03:55:09.239Z | Jul 16 03:55:08.307 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 } }] |
| 3875 | 2026-07-16T03:55:09.239Z | Jul 16 03:55:08.307Jul 16 03:55:08.307 INFODEBGJul 16 03:55:08.307 INFOadding route 172.17.0.51/32 -> 10.0.0.255 |
| 3876 | 2026-07-16T03:55:09.239Z | adding route 172.17.0.49/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 } }] |
| 3877 | 2026-07-16T03:55:09.239Z | |
| 3878 | 2026-07-16T03:55:09.239Z | Jul 16 03:55:08.307Jul 16 03:55:08.307 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.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 } }] |
| 3879 | 2026-07-16T03:55:09.239Z | test route::tests::delete_target_full ... ok |
| 3880 | 2026-07-16T03:55:09.239Z | |
| 3881 | 2026-07-16T03:55:09.239Z | Jul 16 03:55:08.307 INFO Jul 16 03:55:08.307Jul 16 03:55:08.307 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3882 | 2026-07-16T03:55:09.239Z | |
| 3883 | 2026-07-16T03:55:09.239Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3884 | 2026-07-16T03:55:09.239Z | Jul 16 03:55:08.307Jul 16 03:55:08.307 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 } }]Jul 16 03:55:08.307 |
| 3885 | 2026-07-16T03:55:09.239Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3886 | 2026-07-16T03:55:09.239Z | 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 } }]Jul 16 03:55:08.307 |
| 3887 | 2026-07-16T03:55:09.239Z | INFOJul 16 03:55:08.307 adding route 172.17.0.51/32 -> 10.0.0.255INFO |
| 3888 | 2026-07-16T03:55:09.239Z | Jul 16 03:55:08.307adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3889 | 2026-07-16T03:55:09.239Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3890 | 2026-07-16T03:55:09.239Z | Jul 16 03:55:08.307 Jul 16 03:55:08.307DEBG Jul 16 03:55:08.307replacing 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 |
| 3891 | 2026-07-16T03:55:09.239Z | 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 } }] |
| 3892 | 2026-07-16T03:55:09.239Z | test route::tests::add_target_fails_full ... ok |
| 3893 | 2026-07-16T03:55:09.239Z | DEBG Jul 16 03:55:08.307replacing 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 } }] |
| 3894 | 2026-07-16T03:55:09.239Z | test route::tests::delete_targets_full ... ok |
| 3895 | 2026-07-16T03:55:09.243Z | INFOJul 16 03:55:08.307 INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 3896 | 2026-07-16T03:55:09.243Z | |
| 3897 | 2026-07-16T03:55:09.243Z | adding route 172.17.0.54/32 -> 10.0.0.255Jul 16 03:55:08.307 |
| 3898 | 2026-07-16T03:55:09.244Z | test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 3899 | 2026-07-16T03:55:09.244Z | INFO Jul 16 03:55:08.307adding route 172.17.0.28/32 -> 10.0.0.255Jul 16 03:55:08.307 DEBGDEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3900 | 2026-07-16T03:55:09.244Z | |
| 3901 | 2026-07-16T03:55:09.244Z | |
| 3902 | 2026-07-16T03:55:09.244Z | |
| 3903 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.307Jul 16 03:55:08.307Jul 16 03:55:08.307 INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 3904 | 2026-07-16T03:55:09.244Z | 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.55/32 -> 10.0.0.255 |
| 3905 | 2026-07-16T03:55:09.244Z | |
| 3906 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.307 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 } }] |
| 3907 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.307 INFOJul 16 03:55:08.307 Jul 16 03:55:08.307adding route 172.17.0.29/32 -> 10.0.0.255 DEBG |
| 3908 | 2026-07-16T03:55:09.244Z | INFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3909 | 2026-07-16T03:55:09.244Z | |
| 3910 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.307 Jul 16 03:55:08.307Jul 16 03:55:08.307 DEBGDEBGINFO 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.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 } }] |
| 3911 | 2026-07-16T03:55:09.244Z | |
| 3912 | 2026-07-16T03:55:09.244Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3913 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.307 Jul 16 03:55:08.307INFO Jul 16 03:55:08.313INFO adding route 172.17.0.55/32 -> 10.0.0.255 DEBG |
| 3914 | 2026-07-16T03:55:09.244Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3915 | 2026-07-16T03:55:09.244Z | 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 } }] |
| 3916 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.313 DEBGJul 16 03:55:08.313 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3917 | 2026-07-16T03:55:09.244Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3918 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.313Jul 16 03:55:08.313 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3919 | 2026-07-16T03:55:09.244Z | |
| 3920 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.313 Jul 16 03:55:08.313DEBG INFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3921 | 2026-07-16T03:55:09.244Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3922 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.313Jul 16 03:55:08.313 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3923 | 2026-07-16T03:55:09.244Z | |
| 3924 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.313 Jul 16 03:55:08.313DEBG INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3925 | 2026-07-16T03:55:09.244Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3926 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.313Jul 16 03:55:08.313 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3927 | 2026-07-16T03:55:09.244Z | |
| 3928 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.313 Jul 16 03:55:08.313DEBG 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 } }] |
| 3929 | 2026-07-16T03:55:09.244Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3930 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.313Jul 16 03:55:08.313 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.59/32 -> 10.0.0.255 |
| 3931 | 2026-07-16T03:55:09.244Z | |
| 3932 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.313 Jul 16 03:55:08.313DEBG 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 } }] |
| 3933 | 2026-07-16T03:55:09.244Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3934 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.313Jul 16 03:55:08.313 DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3935 | 2026-07-16T03:55:09.244Z | |
| 3936 | 2026-07-16T03:55:09.244Z | Jul 16 03:55:08.313 Jul 16 03:55:08.313DEBG INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3937 | 2026-07-16T03:55:09.245Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3938 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.313Jul 16 03:55:08.313 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.61/32 -> 10.0.0.255 |
| 3939 | 2026-07-16T03:55:09.245Z | |
| 3940 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.313 DEBG Jul 16 03:55:08.313replacing 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 } }] |
| 3941 | 2026-07-16T03:55:09.245Z | INFOJul 16 03:55:08.313 adding route 172.17.0.63/32 -> 10.0.0.255 |
| 3942 | 2026-07-16T03:55:09.245Z | DEBGJul 16 03:55:08.313 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 |
| 3943 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.313 adding route 172.17.0.62/32 -> 10.0.0.255DEBG |
| 3944 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.313replacing 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 } }] |
| 3945 | 2026-07-16T03:55:09.245Z | INFO Jul 16 03:55:08.313adding route 172.17.0.31/32 -> 10.0.0.255 Jul 16 03:55:08.313DEBG |
| 3946 | 2026-07-16T03:55:09.245Z | replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3947 | 2026-07-16T03:55:09.245Z | failed to allocate space for the new target list |
| 3948 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.313Jul 16 03:55:08.313 Jul 16 03:55:08.313 DEBGDEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 3949 | 2026-07-16T03:55:09.245Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3950 | 2026-07-16T03:55:09.245Z | |
| 3951 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.313 Jul 16 03:55:08.313DEBG Jul 16 03:55:08.313replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3952 | 2026-07-16T03:55:09.245Z | DEBG INFO failed to allocate space for the new target listadding route 172.17.0.32/32 -> 10.0.0.255 |
| 3953 | 2026-07-16T03:55:09.245Z | |
| 3954 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.313 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 } }] |
| 3955 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.313 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3956 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.313 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 } }] |
| 3957 | 2026-07-16T03:55:09.245Z | |
| 3958 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.313 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3959 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.313 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 } }] |
| 3960 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.313 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3961 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.313 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 } }] |
| 3962 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.313 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3963 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.314 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 } }] |
| 3964 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3965 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.314 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 } }] |
| 3966 | 2026-07-16T03:55:09.245Z | running 0 tests |
| 3967 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3968 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.314 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 } }] |
| 3969 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3970 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.314 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 } }] |
| 3971 | 2026-07-16T03:55:09.245Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3972 | 2026-07-16T03:55:09.245Z | |
| 3973 | 2026-07-16T03:55:09.245Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3974 | 2026-07-16T03:55:09.245Z | |
| 3975 | 2026-07-16T03:55:09.245Z | |
| 3976 | 2026-07-16T03:55:09.246Z | running 0 tests |
| 3977 | 2026-07-16T03:55:09.246Z | |
| 3978 | 2026-07-16T03:55:09.246Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3979 | 2026-07-16T03:55:09.246Z | |
| 3980 | 2026-07-16T03:55:09.246Z | |
| 3981 | 2026-07-16T03:55:09.246Z | running 6 tests |
| 3982 | 2026-07-16T03:55:09.246Z | test tests::test_port_id_cmp ... ok |
| 3983 | 2026-07-16T03:55:09.246Z | test tests::test_parse_client_port_id ... ok |
| 3984 | 2026-07-16T03:55:09.246Z | test tests::test_full_lot_id_neither_present ... ok |
| 3985 | 2026-07-16T03:55:09.246Z | test tests::test_full_lot_id_both_present ... ok |
| 3986 | 2026-07-16T03:55:09.246Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3987 | 2026-07-16T03:55:09.246Z | test tests::test_full_lot_id_lot_only ... ok |
| 3988 | 2026-07-16T03:55:09.246Z | |
| 3989 | 2026-07-16T03:55:09.246Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3990 | 2026-07-16T03:55:09.246Z | |
| 3991 | 2026-07-16T03:55:09.246Z | |
| 3992 | 2026-07-16T03:55:09.246Z | running 0 tests |
| 3993 | 2026-07-16T03:55:09.246Z | |
| 3994 | 2026-07-16T03:55:09.246Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3995 | 2026-07-16T03:55:09.250Z | |
| 3996 | 2026-07-16T03:55:09.250Z | |
| 3997 | 2026-07-16T03:55:09.250Z | running 0 tests |
| 3998 | 2026-07-16T03:55:09.250Z | |
| 3999 | 2026-07-16T03:55:09.250Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4000 | 2026-07-16T03:55:09.250Z | |
| 4001 | 2026-07-16T03:55:09.250Z | |
| 4002 | 2026-07-16T03:55:09.250Z | running 0 tests |
| 4003 | 2026-07-16T03:55:09.250Z | |
| 4004 | 2026-07-16T03:55:09.250Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4005 | 2026-07-16T03:55:09.250Z | |
| 4006 | 2026-07-16T03:55:09.250Z | |
| 4007 | 2026-07-16T03:55:09.250Z | running 12 tests |
| 4008 | 2026-07-16T03:55:09.250Z | test ipv6::test_ipv6_parse ... ok |
| 4009 | 2026-07-16T03:55:09.250Z | test icmp::test_v6_checksum ... ok |
| 4010 | 2026-07-16T03:55:09.250Z | test icmp::test_v4_checksum ... ok |
| 4011 | 2026-07-16T03:55:09.250Z | test pbuf::test_byte ... ok |
| 4012 | 2026-07-16T03:55:09.250Z | test pbuf::test_nibble ... ok |
| 4013 | 2026-07-16T03:55:09.250Z | test lldp::test_lldp_parse ... ok |
| 4014 | 2026-07-16T03:55:09.250Z | test pbuf::test_overflow ... ok |
| 4015 | 2026-07-16T03:55:09.250Z | test pbuf::test_short ... ok |
| 4016 | 2026-07-16T03:55:09.250Z | test pbuf::test_twelve ... ok |
| 4017 | 2026-07-16T03:55:09.250Z | test pbuf::test_word ... ok |
| 4018 | 2026-07-16T03:55:09.250Z | test tcp::test_checksum_ack_data ... ok |
| 4019 | 2026-07-16T03:55:09.250Z | Jul 16 03:55:08.314 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 } }] |
| 4020 | 2026-07-16T03:55:09.250Z | test tcp::test_checksum_syn_nodata ... ok |
| 4021 | 2026-07-16T03:55:09.250Z | |
| 4022 | 2026-07-16T03:55:09.250Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 4023 | 2026-07-16T03:55:09.250Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4024 | 2026-07-16T03:55:09.250Z | |
| 4025 | 2026-07-16T03:55:09.250Z | Jul 16 03:55:08.314 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 } }] |
| 4026 | 2026-07-16T03:55:09.250Z | |
| 4027 | 2026-07-16T03:55:09.250Z | running 0 tests |
| 4028 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 4029 | 2026-07-16T03:55:09.251Z | |
| 4030 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 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 } }] |
| 4031 | 2026-07-16T03:55:09.251Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4032 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 4033 | 2026-07-16T03:55:09.251Z | |
| 4034 | 2026-07-16T03:55:09.251Z | |
| 4035 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 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 } }] |
| 4036 | 2026-07-16T03:55:09.251Z | running 5 tests |
| 4037 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 4038 | 2026-07-16T03:55:09.251Z | test switchport::test::test_compute_lanes ... ok |
| 4039 | 2026-07-16T03:55:09.251Z | test switchport::test::port_id_ordering ... ok |
| 4040 | 2026-07-16T03:55:09.251Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 4041 | 2026-07-16T03:55:09.251Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 4042 | 2026-07-16T03:55:09.251Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 4043 | 2026-07-16T03:55:09.251Z | Rx CDR Enabled: Yes Lane 0Yes Yes YesLane 1 |
| 4044 | 2026-07-16T03:55:09.251Z | Tx Enabled: YesLane 2 YesLane 3 Yes |
| 4045 | 2026-07-16T03:55:09.251Z | Yes |
| 4046 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 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 } }] |
| 4047 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 4048 | 2026-07-16T03:55:09.251Z | State: Activated Tx Loss-of-lock: NoActivated NoActivated Activated |
| 4049 | 2026-07-16T03:55:09.251Z | No Rx Output Enabled: false No |
| 4050 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 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 } }] |
| 4051 | 2026-07-16T03:55:09.251Z | false Tx Loss-of-signal: Nofalse falseNo |
| 4052 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 4053 | 2026-07-16T03:55:09.251Z | Rx Output Status: valid No validNo |
| 4054 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 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 } }] |
| 4055 | 2026-07-16T03:55:09.251Z | valid Tx CDR Enabled: Novalid |
| 4056 | 2026-07-16T03:55:09.251Z | No Rx Loss-of-lock: true No trueNo |
| 4057 | 2026-07-16T03:55:09.251Z | true Tx Adaptive EQ Fault: Notrue |
| 4058 | 2026-07-16T03:55:09.251Z | No Rx Loss-of-signal: false No falseNo |
| 4059 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 4060 | 2026-07-16T03:55:09.251Z | false Tx Fault: Yesfalse |
| 4061 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 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 } }] |
| 4062 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 4063 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 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 } }] |
| 4064 | 2026-07-16T03:55:09.251Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 4065 | 2026-07-16T03:55:09.251Z | Yes Rx Auto-squelch Disable: trueYes Yestrue |
| 4066 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 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 } }] |
| 4067 | 2026-07-16T03:55:09.252Z | true true |
| 4068 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 4069 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 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 } }] |
| 4070 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 4071 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 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 } }] |
| 4072 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 4073 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 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 } }] |
| 4074 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4075 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 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 } }] |
| 4076 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4077 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 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 } }] |
| 4078 | 2026-07-16T03:55:09.252Z | Tx Output Enabled: true true true true |
| 4079 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4080 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 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 } }] |
| 4081 | 2026-07-16T03:55:09.252Z | Tx Output Status: invalid invalid invalid invalid |
| 4082 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4083 | 2026-07-16T03:55:09.252Z | Tx Loss-of-lock: false false false false |
| 4084 | 2026-07-16T03:55:09.252Z | Tx Loss-of-signal: true true true true |
| 4085 | 2026-07-16T03:55:09.252Z | Tx Auto-squelch Disable: false false false false |
| 4086 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 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 } }] |
| 4087 | 2026-07-16T03:55:09.252Z | Tx Adaptive EQ Fail: true true true true |
| 4088 | 2026-07-16T03:55:09.252Z | Tx Failure: false false false false |
| 4089 | 2026-07-16T03:55:09.252Z | Tx Force Squelch: true true true true |
| 4090 | 2026-07-16T03:55:09.252Z | Tx Input Polarity: normal normal normal normal |
| 4091 | 2026-07-16T03:55:09.252Z | test switchport::test::test_print_sff_datapath ... ok |
| 4092 | 2026-07-16T03:55:09.252Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4093 | 2026-07-16T03:55:09.252Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4094 | 2026-07-16T03:55:09.252Z | test link::test_filter ... ok |
| 4095 | 2026-07-16T03:55:09.256Z | Jul 16 03:55:08.314 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 } }] |
| 4096 | 2026-07-16T03:55:09.256Z | |
| 4097 | 2026-07-16T03:55:09.256Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4098 | 2026-07-16T03:55:09.256Z | Jul 16 03:55:08.314 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 } }] |
| 4099 | 2026-07-16T03:55:09.256Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4100 | 2026-07-16T03:55:09.256Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4101 | 2026-07-16T03:55:09.256Z | |
| 4102 | 2026-07-16T03:55:09.256Z | |
| 4103 | 2026-07-16T03:55:09.256Z | running 1 test |
| 4104 | 2026-07-16T03:55:09.256Z | test test_p4_counter_list ... ignored |
| 4105 | 2026-07-16T03:55:09.256Z | |
| 4106 | 2026-07-16T03:55:09.256Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4107 | 2026-07-16T03:55:09.256Z | |
| 4108 | 2026-07-16T03:55:09.256Z | |
| 4109 | 2026-07-16T03:55:09.256Z | Jul 16 03:55:08.314 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 } }] |
| 4110 | 2026-07-16T03:55:09.256Z | Jul 16 03:55:08.314 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4111 | 2026-07-16T03:55:09.256Z | Jul 16 03:55:08.314 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 } }] |
| 4112 | 2026-07-16T03:55:09.256Z | Jul 16 03:55:08.314 DEBG failed to allocate space for the new target list |
| 4113 | 2026-07-16T03:55:09.256Z | Jul 16 03:55:08.314 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 } }] |
| 4114 | 2026-07-16T03:55:09.256Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-7d5c5a54297ef6b1) |
| 4115 | 2026-07-16T03:55:09.256Z | running 5 tests |
| 4116 | 2026-07-16T03:55:09.256Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-4faf3fbc4e4f0560) |
| 4117 | 2026-07-16T03:55:09.256Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e6e3fdcd1776769c) |
| 4118 | 2026-07-16T03:55:09.257Z | Running tests/test_all.rs (target/debug/deps/test_all-a8ed39e78a2047b0) |
| 4119 | 2026-07-16T03:55:09.257Z | test test_an ... ignored |
| 4120 | 2026-07-16T03:55:09.257Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-49acb7e11cff4046) |
| 4121 | 2026-07-16T03:55:09.257Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c19f96435c4f4db9) |
| 4122 | 2026-07-16T03:55:09.257Z | Running unittests src/lib.rs (target/debug/deps/packet-5467ccaad4d924ed) |
| 4123 | 2026-07-16T03:55:09.257Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4124 | 2026-07-16T03:55:09.257Z | test test_enable ... ignored |
| 4125 | 2026-07-16T03:55:09.257Z | Running unittests src/main.rs (target/debug/deps/swadm-1151a9d6061a110a) |
| 4126 | 2026-07-16T03:55:09.257Z | test test_ip_addresses ... ignored |
| 4127 | 2026-07-16T03:55:09.257Z | test test_kr ... ignored |
| 4128 | 2026-07-16T03:55:09.257Z | test test_mac ... ignored |
| 4129 | 2026-07-16T03:55:09.257Z | |
| 4130 | 2026-07-16T03:55:09.257Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4131 | 2026-07-16T03:55:09.257Z | |
| 4132 | 2026-07-16T03:55:09.257Z | |
| 4133 | 2026-07-16T03:55:09.257Z | Running tests/counters.rs (target/debug/deps/counters-bb42acff8e49f0e6) |
| 4134 | 2026-07-16T03:55:09.257Z | running 3 tests |
| 4135 | 2026-07-16T03:55:09.257Z | Running tests/port-link.rs (target/debug/deps/port_link-e7c736a3c8626b2a) |
| 4136 | 2026-07-16T03:55:09.257Z | test linklocal::test_parse_ipadm ... ok |
| 4137 | 2026-07-16T03:55:09.257Z | test tfport::test_parse_tfport ... ok |
| 4138 | 2026-07-16T03:55:09.257Z | Running unittests src/main.rs (target/debug/deps/tfportd-f2cc97fd7cb6b1e5) |
| 4139 | 2026-07-16T03:55:09.257Z | test config::tests::test_updates ... ok |
| 4140 | 2026-07-16T03:55:09.257Z | Running unittests src/main.rs (target/debug/deps/uplinkd-f33c122d2d65ca84) |
| 4141 | 2026-07-16T03:55:09.257Z | Running unittests src/main.rs (target/debug/deps/xtask-6f1ac2a60163755c) |
| 4142 | 2026-07-16T03:55:09.257Z | Doc-tests aal |
| 4143 | 2026-07-16T03:55:09.257Z | |
| 4144 | 2026-07-16T03:55:09.257Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4145 | 2026-07-16T03:55:09.257Z | |
| 4146 | 2026-07-16T03:55:09.257Z | |
| 4147 | 2026-07-16T03:55:09.257Z | running 0 tests |
| 4148 | 2026-07-16T03:55:09.257Z | |
| 4149 | 2026-07-16T03:55:09.257Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4150 | 2026-07-16T03:55:09.257Z | |
| 4151 | 2026-07-16T03:55:09.257Z | |
| 4152 | 2026-07-16T03:55:09.257Z | running 0 tests |
| 4153 | 2026-07-16T03:55:09.257Z | |
| 4154 | 2026-07-16T03:55:09.257Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4155 | 2026-07-16T03:55:09.257Z | |
| 4156 | 2026-07-16T03:55:09.349Z | |
| 4157 | 2026-07-16T03:55:09.349Z | running 0 tests |
| 4158 | 2026-07-16T03:55:09.349Z | |
| 4159 | 2026-07-16T03:55:09.349Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4160 | 2026-07-16T03:55:09.349Z | |
| 4161 | 2026-07-16T03:55:09.366Z | Doc-tests aal_macros |
| 4162 | 2026-07-16T03:55:09.434Z | |
| 4163 | 2026-07-16T03:55:09.434Z | running 0 tests |
| 4164 | 2026-07-16T03:55:09.434Z | |
| 4165 | 2026-07-16T03:55:09.434Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4166 | 2026-07-16T03:55:09.434Z | |
| 4167 | 2026-07-16T03:55:09.444Z | Doc-tests common |
| 4168 | 2026-07-16T03:55:09.673Z | |
| 4169 | 2026-07-16T03:55:09.673Z | running 0 tests |
| 4170 | 2026-07-16T03:55:09.673Z | |
| 4171 | 2026-07-16T03:55:09.673Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4172 | 2026-07-16T03:55:09.673Z | |
| 4173 | 2026-07-16T03:55:09.694Z | Doc-tests dpd_api |
| 4174 | 2026-07-16T03:55:10.447Z | |
| 4175 | 2026-07-16T03:55:10.447Z | running 2 tests |
| 4176 | 2026-07-16T03:55:10.447Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 4177 | 2026-07-16T03:55:10.447Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 4178 | 2026-07-16T03:55:10.447Z | |
| 4179 | 2026-07-16T03:55:10.447Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4180 | 2026-07-16T03:55:10.447Z | |
| 4181 | 2026-07-16T03:55:10.477Z | Doc-tests dpd_client |
| 4182 | 2026-07-16T03:55:11.773Z | |
| 4183 | 2026-07-16T03:55:11.773Z | running 0 tests |
| 4184 | 2026-07-16T03:55:11.773Z | |
| 4185 | 2026-07-16T03:55:11.773Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4186 | 2026-07-16T03:55:11.773Z | |
| 4187 | 2026-07-16T03:55:11.816Z | Doc-tests dpd_types |
| 4188 | 2026-07-16T03:55:12.032Z | |
| 4189 | 2026-07-16T03:55:12.032Z | running 0 tests |
| 4190 | 2026-07-16T03:55:12.032Z | |
| 4191 | 2026-07-16T03:55:12.032Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4192 | 2026-07-16T03:55:12.032Z | |
| 4193 | 2026-07-16T03:55:12.057Z | Doc-tests dpd_types_versions |
| 4194 | 2026-07-16T03:55:13.278Z | |
| 4195 | 2026-07-16T03:55:13.278Z | running 1 test |
| 4196 | 2026-07-16T03:55:13.278Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4197 | 2026-07-16T03:55:13.278Z | |
| 4198 | 2026-07-16T03:55:13.278Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4199 | 2026-07-16T03:55:13.278Z | |
| 4200 | 2026-07-16T03:55:13.320Z | Doc-tests packet |
| 4201 | 2026-07-16T03:55:13.435Z | |
| 4202 | 2026-07-16T03:55:13.435Z | running 0 tests |
| 4203 | 2026-07-16T03:55:13.435Z | |
| 4204 | 2026-07-16T03:55:13.435Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4205 | 2026-07-16T03:55:13.435Z | |
| 4206 | 2026-07-16T03:55:13.451Z | Doc-tests pcap |
| 4207 | 2026-07-16T03:55:13.506Z | |
| 4208 | 2026-07-16T03:55:13.506Z | running 0 tests |
| 4209 | 2026-07-16T03:55:13.506Z | |
| 4210 | 2026-07-16T03:55:13.506Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4211 | 2026-07-16T03:55:13.506Z | |
| 4212 | 2026-07-16T03:55:13.577Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4213 | 2026-07-16T03:55:13.577Z | + RUST_BACKTRACE=full |
| 4214 | 2026-07-16T03:55:13.577Z | + cargo test --features tofino_asic --no-fail-fast |
| 4215 | 2026-07-16T03:55:14.183Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4216 | 2026-07-16T03:55:14.265Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4217 | 2026-07-16T03:55:14.271Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4218 | 2026-07-16T03:55:14.279Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4219 | 2026-07-16T03:55:22.824Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4220 | 2026-07-16T03:55:22.931Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4221 | 2026-07-16T03:56:02.749Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 49.16s |
| 4222 | 2026-07-16T03:56:02.863Z | Running unittests src/lib.rs (target/debug/deps/aal-cc4916a08035163e) |
| 4223 | 2026-07-16T03:56:02.867Z | |
| 4224 | 2026-07-16T03:56:02.867Z | running 5 tests |
| 4225 | 2026-07-16T03:56:02.874Z | test fuse::tests::chip_revision_a0 ... ok |
| 4226 | 2026-07-16T03:56:02.874Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 4227 | 2026-07-16T03:56:02.874Z | test fuse::tests::chip_revision_b0 ... ok |
| 4228 | 2026-07-16T03:56:02.875Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 4229 | 2026-07-16T03:56:02.875Z | test fuse::tests::chip_revision_b1 ... ok |
| 4230 | 2026-07-16T03:56:02.875Z | |
| 4231 | 2026-07-16T03:56:02.875Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4232 | 2026-07-16T03:56:02.875Z | |
| 4233 | 2026-07-16T03:56:02.875Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4234 | 2026-07-16T03:56:02.878Z | |
| 4235 | 2026-07-16T03:56:02.878Z | running 0 tests |
| 4236 | 2026-07-16T03:56:02.878Z | |
| 4237 | 2026-07-16T03:56:02.878Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4238 | 2026-07-16T03:56:02.878Z | |
| 4239 | 2026-07-16T03:56:02.878Z | Running unittests src/lib.rs (target/debug/deps/asic-06266b62c56eb0f5) |
| 4240 | 2026-07-16T03:56:02.971Z | |
| 4241 | 2026-07-16T03:56:02.971Z | running 8 tests |
| 4242 | 2026-07-16T03:56:02.974Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4243 | 2026-07-16T03:56:02.974Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4244 | 2026-07-16T03:56:02.974Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4245 | 2026-07-16T03:56:02.974Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4246 | 2026-07-16T03:56:02.974Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4247 | 2026-07-16T03:56:02.975Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4248 | 2026-07-16T03:56:02.981Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4249 | 2026-07-16T03:56:03.473Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4250 | 2026-07-16T03:56:03.473Z | |
| 4251 | 2026-07-16T03:56:03.473Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4252 | 2026-07-16T03:56:03.473Z | |
| 4253 | 2026-07-16T03:56:03.483Z | Running unittests src/lib.rs (target/debug/deps/common-b72bdf9583b5d1a7) |
| 4254 | 2026-07-16T03:56:03.488Z | |
| 4255 | 2026-07-16T03:56:03.488Z | running 10 tests |
| 4256 | 2026-07-16T03:56:03.488Z | test network::tests::test_equal ... ok |
| 4257 | 2026-07-16T03:56:03.488Z | test nat::tests::test_vni ... ok |
| 4258 | 2026-07-16T03:56:03.488Z | test network::tests::test_eui64 ... ok |
| 4259 | 2026-07-16T03:56:03.488Z | test network::tests::test_not_equal ... ok |
| 4260 | 2026-07-16T03:56:03.488Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4261 | 2026-07-16T03:56:03.488Z | test network::tests::test_into ... ok |
| 4262 | 2026-07-16T03:56:03.488Z | test network::tests::test_parse ... ok |
| 4263 | 2026-07-16T03:56:03.488Z | test network::tests::test_to_string ... ok |
| 4264 | 2026-07-16T03:56:03.488Z | test test_purge ... ok |
| 4265 | 2026-07-16T03:56:03.492Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4266 | 2026-07-16T03:56:03.492Z | |
| 4267 | 2026-07-16T03:56:03.492Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4268 | 2026-07-16T03:56:03.492Z | |
| 4269 | 2026-07-16T03:56:03.492Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5ede181ac8b4f52d) |
| 4270 | 2026-07-16T03:56:03.495Z | |
| 4271 | 2026-07-16T03:56:03.496Z | running 1 test |
| 4272 | 2026-07-16T03:56:03.499Z | ------- |
| 4273 | 2026-07-16T03:56:03.499Z | Generating OpenAPI documents from API definitions ... |
| 4274 | 2026-07-16T03:56:03.705Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4275 | 2026-07-16T03:56:03.776Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4276 | 2026-07-16T03:56:04.793Z | ------- |
| 4277 | 2026-07-16T03:56:04.793Z | Checking 12 OpenAPI documents... |
| 4278 | 2026-07-16T03:56:04.793Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4279 | 2026-07-16T03:56:04.793Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4280 | 2026-07-16T03:56:04.793Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4281 | 2026-07-16T03:56:04.793Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4282 | 2026-07-16T03:56:04.793Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-07-16T03:56:04.796Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-07-16T03:56:04.796Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-07-16T03:56:04.796Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-07-16T03:56:04.796Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4287 | 2026-07-16T03:56:04.796Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4288 | 2026-07-16T03:56:04.796Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4289 | 2026-07-16T03:56:04.796Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4290 | 2026-07-16T03:56:04.796Z | Fresh dpd "latest" symlink |
| 4291 | 2026-07-16T03:56:04.796Z | ------- |
| 4292 | 2026-07-16T03:56:04.796Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 4293 | 2026-07-16T03:56:04.859Z | test test::test_apis_up_to_date ... ok |
| 4294 | 2026-07-16T03:56:04.859Z | |
| 4295 | 2026-07-16T03:56:04.859Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s |
| 4296 | 2026-07-16T03:56:04.859Z | |
| 4297 | 2026-07-16T03:56:04.917Z | Running unittests src/main.rs (target/debug/deps/dpd-4943622acba53d06) |
| 4298 | 2026-07-16T03:56:04.983Z | |
| 4299 | 2026-07-16T03:56:04.983Z | running 65 tests |
| 4300 | 2026-07-16T03:56:04.986Z | test freemap::test_ordering ... ok |
| 4301 | 2026-07-16T03:56:04.986Z | test config::tests::test_updates ... ok |
| 4302 | 2026-07-16T03:56:04.986Z | test freemap::test_split ... ok |
| 4303 | 2026-07-16T03:56:04.986Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4304 | 2026-07-16T03:56:04.987Z | test macaddrs::tests::test_mac_offset ... ok |
| 4305 | 2026-07-16T03:56:04.987Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4306 | 2026-07-16T03:56:04.987Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4307 | 2026-07-16T03:56:04.987Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4308 | 2026-07-16T03:56:04.987Z | test nat::test_mapping ... ok |
| 4309 | 2026-07-16T03:56:04.987Z | test port_map::tests::dump_map ... ok |
| 4310 | 2026-07-16T03:56:04.996Z | test port_map::tests::test_backplane_group ... ok |
| 4311 | 2026-07-16T03:56:04.996Z | test port_map::tests::test_port_map ... ok |
| 4312 | 2026-07-16T03:56:04.996Z | Jul 16 03:56:04.120 DEBG created new freemap, unit: freemap_test |
| 4313 | 2026-07-16T03:56:04.996Z | Jul 16 03:56:04.120 DEBG initted freemap. size: 128, unit: freemap_test |
| 4314 | 2026-07-16T03:56:04.996Z | Jul 16 03:56:04.120 DEBG reset freemap, unit: freemap_test |
| 4315 | 2026-07-16T03:56:04.996Z | Jul 16 03:56:04.120 DEBG created new freemap, unitJul 16 03:56:04.120: freemap_testDEBG |
| 4316 | 2026-07-16T03:56:04.996Z | created new freemap, unitJul 16 03:56:04.120: DEBGfreemap_test initted freemap. size: 128 |
| 4317 | 2026-07-16T03:56:04.996Z | , unit: freemap_test |
| 4318 | 2026-07-16T03:56:04.996Z | Jul 16 03:56:04.120Jul 16 03:56:04.120 Jul 16 03:56:04.120 DEBGDEBG DEBGreset freemap , created new freemapunitinitted freemap. size: 128:, , unitunitfreemap_test: |
| 4319 | 2026-07-16T03:56:04.996Z | :freemap_test freemap_test |
| 4320 | 2026-07-16T03:56:04.996Z | |
| 4321 | 2026-07-16T03:56:04.996Z | Jul 16 03:56:04.120 Jul 16 03:56:04.120DEBG DEBGreset freemap , initted freemap. size: 128unit, :unit :freemap_test |
| 4322 | 2026-07-16T03:56:04.997Z | freemap_test |
| 4323 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.120 DEBG reset freemap, unit: freemap_test |
| 4324 | 2026-07-16T03:56:04.997Z | test freemap::test_free ... ok |
| 4325 | 2026-07-16T03:56:04.997Z | test freemap::test_basic ... ok |
| 4326 | 2026-07-16T03:56:04.997Z | test freemap::test_span ... ok |
| 4327 | 2026-07-16T03:56:04.997Z | test freemap::test_reclaim ... ok |
| 4328 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.120 DEBG created new freemap, unit: freemap_test |
| 4329 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.120 DEBG initted freemap. size: 128, unit: freemap_test |
| 4330 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.120 DEBG reset freemap, unit: freemap_test |
| 4331 | 2026-07-16T03:56:04.997Z | test freemap::test_exhaustion ... ok |
| 4332 | 2026-07-16T03:56:04.997Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4333 | 2026-07-16T03:56:04.997Z | test api_server::tests::test_build_info ... ok |
| 4334 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4335 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4336 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4337 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4338 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4339 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4340 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4341 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4342 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4343 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4344 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4345 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 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 } }] |
| 4346 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4347 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 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 } }] |
| 4348 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4349 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 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 } }] |
| 4350 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4351 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 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 } }] |
| 4352 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4353 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 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 } }] |
| 4354 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4355 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 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 } }] |
| 4356 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4357 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 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 } }] |
| 4358 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4359 | 2026-07-16T03:56:04.997Z | Jul 16 03:56:04.121 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 } }] |
| 4360 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4361 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 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 } }] |
| 4362 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4363 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 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 } }] |
| 4364 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4365 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 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 } }] |
| 4366 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4367 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 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 } }] |
| 4368 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4369 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 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 } }] |
| 4370 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4371 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 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 } }] |
| 4372 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4373 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 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 } }] |
| 4374 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4375 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 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 } }] |
| 4376 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4377 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 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 } }] |
| 4378 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4379 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 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 } }] |
| 4380 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4381 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 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 } }] |
| 4382 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4383 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 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 } }] |
| 4384 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121Jul 16 03:56:04.121 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4385 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.121 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 } }] |
| 4386 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4387 | 2026-07-16T03:56:04.998Z | DEBGJul 16 03:56:04.122 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 } }] |
| 4388 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4389 | 2026-07-16T03:56:04.998Z | created new freemapJul 16 03:56:04.122 , DEBGunit 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 } }] |
| 4390 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4391 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.122 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 } }] |
| 4392 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4393 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.122 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 } }] |
| 4394 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4395 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.122 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 } }] |
| 4396 | 2026-07-16T03:56:04.998Z | : Jul 16 03:56:04.122 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4397 | 2026-07-16T03:56:04.998Z | Jul 16 03:56:04.122 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 } }] |
| 4398 | 2026-07-16T03:56:04.998Z | freemap_route_ipv4Jul 16 03:56:04.122 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4399 | 2026-07-16T03:56:04.999Z | Jul 16 03:56:04.122 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 } }] |
| 4400 | 2026-07-16T03:56:04.999Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4401 | 2026-07-16T03:56:04.999Z | Jul 16 03:56:04.122 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 } }] |
| 4402 | 2026-07-16T03:56:04.999Z | |
| 4403 | 2026-07-16T03:56:04.999Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4404 | 2026-07-16T03:56:04.999Z | Jul 16 03:56:04.122 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 } }] |
| 4405 | 2026-07-16T03:56:04.999Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4406 | 2026-07-16T03:56:04.999Z | Jul 16 03:56:04.122 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 } }] |
| 4407 | 2026-07-16T03:56:04.999Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4408 | 2026-07-16T03:56:04.999Z | Jul 16 03:56:04.122 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 } }] |
| 4409 | 2026-07-16T03:56:04.999Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4410 | 2026-07-16T03:56:05.003Z | Jul 16 03:56:04.122 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 } }] |
| 4411 | 2026-07-16T03:56:05.003Z | Jul 16 03:56:04.122 Jul 16 03:56:04.122DEBG INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4412 | 2026-07-16T03:56:05.003Z | Jul 16 03:56:04.122created new freemap DEBG, unitreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4413 | 2026-07-16T03:56:05.003Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4414 | 2026-07-16T03:56:05.003Z | Jul 16 03:56:04.122 DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4415 | 2026-07-16T03:56:05.003Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4416 | 2026-07-16T03:56:05.003Z | Jul 16 03:56:04.122 DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:56:04.122 |
| 4417 | 2026-07-16T03:56:05.003Z | DEBG created new freemap:Jul 16 03:56:04.122 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4418 | 2026-07-16T03:56:05.003Z | Jul 16 03:56:04.122Jul 16 03:56:04.122 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4419 | 2026-07-16T03:56:05.003Z | 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 } }] |
| 4420 | 2026-07-16T03:56:05.003Z | freemap_route_ipv4Jul 16 03:56:04.122 |
| 4421 | 2026-07-16T03:56:05.003Z | Jul 16 03:56:04.122 DEBG created new freemap, unit: INFOJul 16 03:56:04.122 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4422 | 2026-07-16T03:56:05.003Z | unitDEBG created new freemap: , Jul 16 03:56:04.122unit: DEBG freemap_route_ipv6replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4423 | 2026-07-16T03:56:05.003Z | |
| 4424 | 2026-07-16T03:56:05.003Z | freemap_route_ipv4 |
| 4425 | 2026-07-16T03:56:05.004Z | Jul 16 03:56:04.122Jul 16 03:56:04.122 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4426 | 2026-07-16T03:56:05.004Z | freemap_route_ipv4DEBGJul 16 03:56:04.122 DEBG initted freemap. size: 64 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 } }] |
| 4427 | 2026-07-16T03:56:05.004Z | , |
| 4428 | 2026-07-16T03:56:05.004Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4429 | 2026-07-16T03:56:05.004Z | Jul 16 03:56:04.122Jul 16 03:56:04.122 DEBGDEBG Jul 16 03:56:04.122 unitJul 16 03:56:04.122: 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 } }] |
| 4430 | 2026-07-16T03:56:05.004Z | DEBG created new freemap, unit: freemap_route_ipv6initted freemap. size: 64 |
| 4431 | 2026-07-16T03:56:05.004Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4432 | 2026-07-16T03:56:05.004Z | , unit: freemap_route_ipv4 |
| 4433 | 2026-07-16T03:56:05.004Z | Jul 16 03:56:04.122Jul 16 03:56:04.122 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 } }] |
| 4434 | 2026-07-16T03:56:05.004Z | created new freemapJul 16 03:56:04.122, unit freemap_route_ipv4INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4435 | 2026-07-16T03:56:05.004Z | DEBG initted freemap. size: 64Jul 16 03:56:04.122 |
| 4436 | 2026-07-16T03:56:05.004Z | 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 } }] |
| 4437 | 2026-07-16T03:56:05.004Z | :Jul 16 03:56:04.122 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4438 | 2026-07-16T03:56:05.004Z | freemap_route_ipv6Jul 16 03:56:04.122 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4439 | 2026-07-16T03:56:05.004Z | Jul 16 03:56:04.122 |
| 4440 | 2026-07-16T03:56:05.004Z | INFOJul 16 03:56:04.122 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4441 | 2026-07-16T03:56:05.004Z | , unitJul 16 03:56:04.122 Jul 16 03:56:04.122 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 } }] |
| 4442 | 2026-07-16T03:56:05.004Z | DEBGJul 16 03:56:04.122: freemap_route_ipv4INFO |
| 4443 | 2026-07-16T03:56:05.004Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4444 | 2026-07-16T03:56:05.004Z | Jul 16 03:56:04.122 DEBGJul 16 03:56:04.122 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 } }]Jul 16 03:56:04.122 |
| 4445 | 2026-07-16T03:56:05.004Z | DEBGJul 16 03:56:04.122 INFODEBG reset freemapadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff, |
| 4446 | 2026-07-16T03:56:05.004Z | DEBG reset freemapJul 16 03:56:04.122unit , DEBGunit : 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 } }]: |
| 4447 | 2026-07-16T03:56:05.004Z | freemap_route_ipv4 |
| 4448 | 2026-07-16T03:56:05.004Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4449 | 2026-07-16T03:56:05.004Z | freemap_route_ipv4Jul 16 03:56:04.122 DEBGJul 16 03:56:04.122 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 } }] |
| 4450 | 2026-07-16T03:56:05.004Z | DEBGreset freemap Jul 16 03:56:04.122 |
| 4451 | 2026-07-16T03:56:05.004Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4452 | 2026-07-16T03:56:05.005Z | , unit: freemap_route_ipv4 |
| 4453 | 2026-07-16T03:56:05.005Z | Jul 16 03:56:04.122 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 } }]initted freemap. size: 64Jul 16 03:56:04.122 |
| 4454 | 2026-07-16T03:56:05.005Z | Jul 16 03:56:04.122 Jul 16 03:56:04.122DEBG DEBGinitted freemap. size: 64 , initted freemap. size: 64unit, :unit :freemap_route_ipv6 |
| 4455 | 2026-07-16T03:56:05.005Z | freemap_route_ipv6 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffinitted freemap. size: 64, , unit |
| 4456 | 2026-07-16T03:56:05.005Z | |
| 4457 | 2026-07-16T03:56:05.005Z | unitJul 16 03:56:04.122: Jul 16 03:56:04.122 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 |
| 4458 | 2026-07-16T03:56:05.005Z | : freemap_route_ipv6 |
| 4459 | 2026-07-16T03:56:05.005Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4460 | 2026-07-16T03:56:05.005Z | |
| 4461 | 2026-07-16T03:56:05.005Z | reset freemap, unit:Jul 16 03:56:04.122Jul 16 03:56:04.122 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 } }] |
| 4462 | 2026-07-16T03:56:05.005Z | DEBG reset freemap, Jul 16 03:56:04.122Jul 16 03:56:04.122 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 16 03:56:04.122 |
| 4463 | 2026-07-16T03:56:05.005Z | Jul 16 03:56:04.122 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 } }] |
| 4464 | 2026-07-16T03:56:05.005Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4465 | 2026-07-16T03:56:05.005Z | DEBG Jul 16 03:56:04.122reset freemap , 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 } }] |
| 4466 | 2026-07-16T03:56:05.005Z | freemap_route_ipv6 |
| 4467 | 2026-07-16T03:56:05.005Z | Jul 16 03:56:04.122Jul 16 03:56:04.122 unitINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff: |
| 4468 | 2026-07-16T03:56:05.005Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6Jul 16 03:56:04.122 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4469 | 2026-07-16T03:56:05.005Z | Jul 16 03:56:04.122 unitINFO reset freemap, unit: freemap_route_ipv6 |
| 4470 | 2026-07-16T03:56:05.005Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4471 | 2026-07-16T03:56:05.005Z | |
| 4472 | 2026-07-16T03:56:05.005Z | Jul 16 03:56:04.122: 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 } }] |
| 4473 | 2026-07-16T03:56:05.005Z | Jul 16 03:56:04.122 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 } }] |
| 4474 | 2026-07-16T03:56:05.005Z | Jul 16 03:56:04.122 Jul 16 03:56:04.122 INFOfreemap_route_ipv4 |
| 4475 | 2026-07-16T03:56:05.005Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4476 | 2026-07-16T03:56:05.005Z | DEBG Jul 16 03:56:04.122Jul 16 03:56:04.122 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4477 | 2026-07-16T03:56:05.006Z | 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 } }] |
| 4478 | 2026-07-16T03:56:05.006Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4479 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4480 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.122 Jul 16 03:56:04.122 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 } }] |
| 4481 | 2026-07-16T03:56:05.006Z | 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 } }]Jul 16 03:56:04.122 |
| 4482 | 2026-07-16T03:56:05.006Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4483 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.122 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4484 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 16 03:56:04.122 |
| 4485 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.122 Jul 16 03:56:04.122 DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4486 | 2026-07-16T03:56:05.006Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:56:04.122 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4487 | 2026-07-16T03:56:05.006Z | |
| 4488 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.122 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 } }] |
| 4489 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.122 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4490 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.122 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 } }] |
| 4491 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.123 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4492 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.123 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 } }] |
| 4493 | 2026-07-16T03:56:05.006Z | INFO Jul 16 03:56:04.123 INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 4494 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.122 DEBGJul 16 03:56:04.123 DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4495 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.123 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4496 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.123 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 } }] |
| 4497 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.123 DEBG failed to allocate space for the new target listadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4498 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.123created new 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 } }] |
| 4499 | 2026-07-16T03:56:05.006Z | unit: freemap_route_ipv4 |
| 4500 | 2026-07-16T03:56:05.006Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 DEBGDEBG initted freemap. size: 64created new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6 |
| 4501 | 2026-07-16T03:56:05.006Z | |
| 4502 | 2026-07-16T03:56:05.007Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 DEBGDEBG reset freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv6freemap_route_ipv4 |
| 4503 | 2026-07-16T03:56:05.007Z | |
| 4504 | 2026-07-16T03:56:05.007Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap |
| 4505 | 2026-07-16T03:56:05.007Z | , unit: freemap_route_ipv4 |
| 4506 | 2026-07-16T03:56:05.007Z | Jul 16 03:56:04.123 DEBG Jul 16 03:56:04.123replacing 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 } }] |
| 4507 | 2026-07-16T03:56:05.007Z | DEBG initted freemap. size: 64, Jul 16 03:56:04.123unit :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4508 | 2026-07-16T03:56:05.007Z | |
| 4509 | 2026-07-16T03:56:05.007Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 |
| 4510 | 2026-07-16T03:56:05.015Z | 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 } }]reset freemap |
| 4511 | 2026-07-16T03:56:05.016Z | , unit: freemap_route_ipv6 |
| 4512 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 INFODEBG |
| 4513 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4514 | 2026-07-16T03:56:05.016Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4515 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123 Jul 16 03:56:04.123 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 } }] |
| 4516 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 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:1 |
| 4517 | 2026-07-16T03:56:05.016Z | |
| 4518 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123 DEBGJul 16 03:56:04.123 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 |
| 4519 | 2026-07-16T03:56:05.016Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4520 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123 Jul 16 03:56:04.123INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4521 | 2026-07-16T03:56:05.016Z | 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 } }] |
| 4522 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123 Jul 16 03:56:04.123DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4523 | 2026-07-16T03:56:05.016Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4524 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123 Jul 16 03:56:04.123INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4525 | 2026-07-16T03:56:05.016Z | 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 } }] |
| 4526 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123 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 } }]Jul 16 03:56:04.123 |
| 4527 | 2026-07-16T03:56:05.016Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4528 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 16 03:56:04.123 |
| 4529 | 2026-07-16T03:56:05.016Z | 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 } }] |
| 4530 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123 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 } }]Jul 16 03:56:04.123 |
| 4531 | 2026-07-16T03:56:05.016Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4532 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123 INFO Jul 16 03:56:04.123adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4533 | 2026-07-16T03:56:05.016Z | 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 } }] |
| 4534 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123 Jul 16 03:56:04.123DEBG INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4535 | 2026-07-16T03:56:05.016Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4536 | 2026-07-16T03:56:05.016Z | DEBG Jul 16 03:56:04.123Jul 16 03:56:04.123 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 } }] |
| 4537 | 2026-07-16T03:56:05.016Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4538 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4539 | 2026-07-16T03:56:05.016Z | |
| 4540 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4541 | 2026-07-16T03:56:05.016Z | |
| 4542 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4543 | 2026-07-16T03:56:05.016Z | |
| 4544 | 2026-07-16T03:56:05.016Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 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 } }] |
| 4545 | 2026-07-16T03:56:05.017Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 4546 | 2026-07-16T03:56:05.017Z | 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 } }] |
| 4547 | 2026-07-16T03:56:05.017Z | Jul 16 03:56:04.123 Jul 16 03:56:04.123INFO Jul 16 03:56:04.123adding route 3fff:beef:1::/64 -> 2001:db8::55:ff INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4548 | 2026-07-16T03:56:05.017Z | |
| 4549 | 2026-07-16T03:56:05.017Z | |
| 4550 | 2026-07-16T03:56:05.017Z | Jul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 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: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 } }] |
| 4551 | 2026-07-16T03:56:05.017Z | |
| 4552 | 2026-07-16T03:56:05.017Z | 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 } }]Jul 16 03:56:04.123Jul 16 03:56:04.123 |
| 4553 | 2026-07-16T03:56:05.017Z | INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4554 | 2026-07-16T03:56:05.017Z | |
| 4555 | 2026-07-16T03:56:05.017Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 Jul 16 03:56:04.123 INFODEBGDEBG adding route 3fff:beef::/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 } }]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 } }] |
| 4556 | 2026-07-16T03:56:05.017Z | |
| 4557 | 2026-07-16T03:56:05.017Z | |
| 4558 | 2026-07-16T03:56:05.017Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 INFOJul 16 03:56:04.123 INFODEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4559 | 2026-07-16T03:56:05.017Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4560 | 2026-07-16T03:56:05.017Z | |
| 4561 | 2026-07-16T03:56:05.017Z | Jul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 DEBGDEBG INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 4562 | 2026-07-16T03:56:05.017Z | |
| 4563 | 2026-07-16T03:56:05.017Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4564 | 2026-07-16T03:56:05.017Z | Jul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 INFO INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4565 | 2026-07-16T03:56:05.017Z | |
| 4566 | 2026-07-16T03:56:05.017Z | |
| 4567 | 2026-07-16T03:56:05.017Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 Jul 16 03:56:04.123 INFODEBGDEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4568 | 2026-07-16T03:56:05.017Z | 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: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 } }] |
| 4569 | 2026-07-16T03:56:05.017Z | |
| 4570 | 2026-07-16T03:56:05.017Z | Jul 16 03:56:04.123 DEBGJul 16 03:56:04.123Jul 16 03:56:04.123 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 } }]INFOINFO |
| 4571 | 2026-07-16T03:56:05.017Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4572 | 2026-07-16T03:56:05.017Z | |
| 4573 | 2026-07-16T03:56:05.017Z | Jul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 INFODEBG DEBGadding route 3fff:beef:3::/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 } }] |
| 4574 | 2026-07-16T03:56:05.017Z | |
| 4575 | 2026-07-16T03:56:05.017Z | 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 } }] |
| 4576 | 2026-07-16T03:56:05.017Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 DEBGINFO Jul 16 03:56:04.123replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO |
| 4577 | 2026-07-16T03:56:05.017Z | |
| 4578 | 2026-07-16T03:56:05.017Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4579 | 2026-07-16T03:56:05.017Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 DEBGJul 16 03:56:04.123 INFODEBG adding route 3fff:beef:4::/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 } }]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 } }] |
| 4580 | 2026-07-16T03:56:05.017Z | |
| 4581 | 2026-07-16T03:56:05.017Z | |
| 4582 | 2026-07-16T03:56:05.017Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 Jul 16 03:56:04.123 INFO INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 4583 | 2026-07-16T03:56:05.017Z | |
| 4584 | 2026-07-16T03:56:05.018Z | 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 } }] |
| 4585 | 2026-07-16T03:56:05.018Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 Jul 16 03:56:04.123DEBG DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4586 | 2026-07-16T03:56:05.018Z | 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 |
| 4587 | 2026-07-16T03:56:05.018Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4588 | 2026-07-16T03:56:05.018Z | Jul 16 03:56:04.123 Jul 16 03:56:04.123INFO Jul 16 03:56:04.123 INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4589 | 2026-07-16T03:56:05.018Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 4590 | 2026-07-16T03:56:05.018Z | 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 } }]Jul 16 03:56:04.123 |
| 4591 | 2026-07-16T03:56:05.018Z | Jul 16 03:56:04.123DEBG Jul 16 03:56:04.123DEBG 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:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4592 | 2026-07-16T03:56:05.018Z | |
| 4593 | 2026-07-16T03:56:05.018Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4594 | 2026-07-16T03:56:05.018Z | Jul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 INFODEBGINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4595 | 2026-07-16T03:56:05.018Z | 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:d::/64 -> 2001:db8::55:ff |
| 4596 | 2026-07-16T03:56:05.018Z | |
| 4597 | 2026-07-16T03:56:05.018Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 Jul 16 03:56:04.123DEBG INFODEBGreplacing 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 } }] |
| 4598 | 2026-07-16T03:56:05.018Z | 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 } }] |
| 4599 | 2026-07-16T03:56:05.018Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4600 | 2026-07-16T03:56:05.018Z | Jul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 INFOINFODEBG 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:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4601 | 2026-07-16T03:56:05.018Z | |
| 4602 | 2026-07-16T03:56:05.018Z | |
| 4603 | 2026-07-16T03:56:05.018Z | Jul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 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 } }] |
| 4604 | 2026-07-16T03:56:05.018Z | INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4605 | 2026-07-16T03:56:05.018Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4606 | 2026-07-16T03:56:05.018Z | Jul 16 03:56:04.123 Jul 16 03:56:04.123Jul 16 03:56:04.123INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4607 | 2026-07-16T03:56:05.018Z | INFO 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:b::/64 -> 2001:db8::55:ff |
| 4608 | 2026-07-16T03:56:05.018Z | |
| 4609 | 2026-07-16T03:56:05.018Z | Jul 16 03:56:04.123 Jul 16 03:56:04.123DEBG Jul 16 03:56:04.123 created new freemapINFO, unitadding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 16 03:56:04.123DEBG: |
| 4610 | 2026-07-16T03:56:05.023Z | freemap_route_ipv4replacing 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 } }] |
| 4611 | 2026-07-16T03:56:05.023Z | |
| 4612 | 2026-07-16T03:56:05.023Z | 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 } }] |
| 4613 | 2026-07-16T03:56:05.023Z | Jul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 INFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 4614 | 2026-07-16T03:56:05.023Z | created new freemapJul 16 03:56:04.123replacing 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 } }], |
| 4615 | 2026-07-16T03:56:05.023Z | unit: INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4616 | 2026-07-16T03:56:05.023Z | Jul 16 03:56:04.123 |
| 4617 | 2026-07-16T03:56:05.023Z | Jul 16 03:56:04.123INFO Jul 16 03:56:04.123DEBG adding route 3fff:beef:a::/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 } }]DEBG |
| 4618 | 2026-07-16T03:56:05.023Z | Jul 16 03:56:04.123 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 } }]Jul 16 03:56:04.123 |
| 4619 | 2026-07-16T03:56:05.023Z | initted freemap. size: 64 |
| 4620 | 2026-07-16T03:56:05.023Z | , unitDEBG: replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:56:04.123Jul 16 03:56:04.123 freemap_route_ipv4 |
| 4621 | 2026-07-16T03:56:05.023Z | |
| 4622 | 2026-07-16T03:56:05.023Z | INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4623 | 2026-07-16T03:56:05.023Z | |
| 4624 | 2026-07-16T03:56:05.023Z | Jul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 DEBG DEBGJul 16 03:56:04.123 INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4625 | 2026-07-16T03:56:05.023Z | 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:b::/64 -> 2001:db8::55:ff |
| 4626 | 2026-07-16T03:56:05.024Z | DEBG Jul 16 03:56:04.123reset freemap |
| 4627 | 2026-07-16T03:56:05.024Z | , unitINFO: freemap_route_ipv4adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 16 03:56:04.123 |
| 4628 | 2026-07-16T03:56:05.024Z | INFOJul 16 03:56:04.123 |
| 4629 | 2026-07-16T03:56:05.024Z | DEBG Jul 16 03:56:04.123adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4630 | 2026-07-16T03:56:05.024Z | 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 |
| 4631 | 2026-07-16T03:56:05.024Z | 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 } }]Jul 16 03:56:04.123 |
| 4632 | 2026-07-16T03:56:05.024Z | Jul 16 03:56:04.123DEBG INFOinitted freemap. size: 64 Jul 16 03:56:04.123, unitINFO: Jul 16 03:56:04.123 adding route 3fff:beef:13::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4633 | 2026-07-16T03:56:05.024Z | |
| 4634 | 2026-07-16T03:56:05.024Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 4635 | 2026-07-16T03:56:05.024Z | Jul 16 03:56:04.123replacing 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 } }] |
| 4636 | 2026-07-16T03:56:05.024Z | 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 } }]Jul 16 03:56:04.123 |
| 4637 | 2026-07-16T03:56:05.024Z | Jul 16 03:56:04.123 DEBG INFO Jul 16 03:56:04.123 Jul 16 03:56:04.123adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4638 | 2026-07-16T03:56:05.024Z | INFOreset freemap , adding route 3fff:beef:14::/64 -> 2001:db8::55:ffunit |
| 4639 | 2026-07-16T03:56:05.024Z | :DEBG Jul 16 03:56:04.123freemap_route_ipv6 |
| 4640 | 2026-07-16T03:56:05.024Z | DEBGJul 16 03:56:04.123 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4641 | 2026-07-16T03:56:05.024Z | |
| 4642 | 2026-07-16T03:56:05.024Z | Jul 16 03:56:04.123 DEBGINFO Jul 16 03:56:04.123adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4643 | 2026-07-16T03:56:05.024Z | INFO Jul 16 03:56:04.123replacing 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 } }] |
| 4644 | 2026-07-16T03:56:05.024Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO |
| 4645 | 2026-07-16T03:56:05.024Z | Jul 16 03:56:04.123 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4646 | 2026-07-16T03:56:05.024Z | Jul 16 03:56:04.123replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Jul 16 03:56:04.123 |
| 4647 | 2026-07-16T03:56:05.024Z | 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 } }]INFOJul 16 03:56:04.123 Jul 16 03:56:04.123 |
| 4648 | 2026-07-16T03:56:05.024Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 4649 | 2026-07-16T03:56:05.024Z | 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 } }] Jul 16 03:56:04.123 |
| 4650 | 2026-07-16T03:56:05.024Z | DEBGINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4651 | 2026-07-16T03:56:05.024Z | Jul 16 03:56:04.123 |
| 4652 | 2026-07-16T03:56:05.025Z | Jul 16 03:56:04.123INFO DEBGJul 16 03:56:04.123 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4653 | 2026-07-16T03:56:05.025Z | |
| 4654 | 2026-07-16T03:56:05.025Z | 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 } }] |
| 4655 | 2026-07-16T03:56:05.025Z | Jul 16 03:56:04.123 INFOJul 16 03:56:04.123 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 4656 | 2026-07-16T03:56:05.025Z | 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 } }]Jul 16 03:56:04.123 |
| 4657 | 2026-07-16T03:56:05.025Z | INFOJul 16 03:56:04.123 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 16 03:56:04.123DEBG |
| 4658 | 2026-07-16T03:56:05.025Z | INFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4659 | 2026-07-16T03:56:05.025Z | |
| 4660 | 2026-07-16T03:56:05.025Z | Jul 16 03:56:04.123 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 } }] |
| 4661 | 2026-07-16T03:56:05.025Z | Jul 16 03:56:04.123Jul 16 03:56:04.123 INFODEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4662 | 2026-07-16T03:56:05.025Z | Jul 16 03:56:04.123 |
| 4663 | 2026-07-16T03:56:05.025Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 16 03:56:04.123 |
| 4664 | 2026-07-16T03:56:05.025Z | Jul 16 03:56:04.123 INFODEBG Jul 16 03:56:04.123replacing 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:13::/64 -> 2001:db8::55:ffDEBG |
| 4665 | 2026-07-16T03:56:05.025Z | |
| 4666 | 2026-07-16T03:56:05.025Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4667 | 2026-07-16T03:56:05.025Z | Jul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 4668 | 2026-07-16T03:56:05.025Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4669 | 2026-07-16T03:56:05.025Z | |
| 4670 | 2026-07-16T03:56:05.025Z | Jul 16 03:56:04.123 DEBGJul 16 03:56:04.123 Jul 16 03:56:04.123replacing 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 } }] |
| 4671 | 2026-07-16T03:56:05.025Z | INFODEBG adding route 3fff:beef:14::/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 } }] |
| 4672 | 2026-07-16T03:56:05.025Z | |
| 4673 | 2026-07-16T03:56:05.025Z | Jul 16 03:56:04.124 Jul 16 03:56:04.124Jul 16 03:56:04.124INFO INFODEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 16 03:56:04.123 |
| 4674 | 2026-07-16T03:56:05.025Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 4675 | 2026-07-16T03:56:05.025Z | 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 } }] Jul 16 03:56:04.124created new freemap , DEBG |
| 4676 | 2026-07-16T03:56:05.025Z | unit Jul 16 03:56:04.124: replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4677 | 2026-07-16T03:56:05.025Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Jul 16 03:56:04.124 |
| 4678 | 2026-07-16T03:56:05.025Z | |
| 4679 | 2026-07-16T03:56:05.026Z | INFOJul 16 03:56:04.124 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 16 03:56:04.124Jul 16 03:56:04.124 INFODEBG |
| 4680 | 2026-07-16T03:56:05.026Z | created new freemapadding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO, |
| 4681 | 2026-07-16T03:56:05.026Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffunit:Jul 16 03:56:04.124Jul 16 03:56:04.124 freemap_route_ipv6DEBG |
| 4682 | 2026-07-16T03:56:05.026Z | |
| 4683 | 2026-07-16T03:56:05.026Z | 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 } }] |
| 4684 | 2026-07-16T03:56:05.026Z | 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 } }]Jul 16 03:56:04.124 |
| 4685 | 2026-07-16T03:56:05.026Z | Jul 16 03:56:04.124 Jul 16 03:56:04.124DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4686 | 2026-07-16T03:56:05.026Z | initted freemap. size: 64 , INFOunit :adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 16 03:56:04.124 |
| 4687 | 2026-07-16T03:56:05.026Z | Jul 16 03:56:04.124 freemap_route_ipv4INFO |
| 4688 | 2026-07-16T03:56:05.026Z | Jul 16 03:56:04.124adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4689 | 2026-07-16T03:56:05.026Z | DEBG INFOJul 16 03:56:04.124 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 16 03:56:04.124DEBG |
| 4690 | 2026-07-16T03:56:05.026Z | 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 } }] |
| 4691 | 2026-07-16T03:56:05.026Z | |
| 4692 | 2026-07-16T03:56:05.026Z | DEBG reset freemap, unitJul 16 03:56:04.124: Jul 16 03:56:04.124Jul 16 03:56:04.124freemap_route_ipv4INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4693 | 2026-07-16T03:56:05.026Z | |
| 4694 | 2026-07-16T03:56:05.026Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 4695 | 2026-07-16T03:56:05.026Z | Jul 16 03:56:04.124adding route 3fff:beef:17::/64 -> 2001:db8::55:ff Jul 16 03:56:04.124Jul 16 03:56:04.124 |
| 4696 | 2026-07-16T03:56:05.026Z | DEBG initted freemap. size: 64INFO, unit :DEBGJul 16 03:56:04.124adding route 3fff:beef:15::/64 -> 2001:db8::55:ff 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 } }] DEBGfreemap_route_ipv6 |
| 4697 | 2026-07-16T03:56:05.026Z | |
| 4698 | 2026-07-16T03:56:05.026Z | |
| 4699 | 2026-07-16T03:56:05.026Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4700 | 2026-07-16T03:56:05.026Z | Jul 16 03:56:04.124Jul 16 03:56:04.124 Jul 16 03:56:04.124DEBG Jul 16 03:56:04.124replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 4701 | 2026-07-16T03:56:05.026Z | DEBGINFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4702 | 2026-07-16T03:56:05.026Z | reset freemap , adding route 3fff:beef:18::/64 -> 2001:db8::55:ffunit |
| 4703 | 2026-07-16T03:56:05.026Z | : Jul 16 03:56:04.124freemap_route_ipv6 |
| 4704 | 2026-07-16T03:56:05.026Z | test route::tests::grow_succeeds ... ok |
| 4705 | 2026-07-16T03:56:05.026Z | Jul 16 03:56:04.124Jul 16 03:56:04.124 INFO DEBG Jul 16 03:56:04.124DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff INFO |
| 4706 | 2026-07-16T03:56:05.027Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 4707 | 2026-07-16T03:56:05.027Z | 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 } }] |
| 4708 | 2026-07-16T03:56:05.027Z | |
| 4709 | 2026-07-16T03:56:05.027Z | Jul 16 03:56:04.124Jul 16 03:56:04.124 Jul 16 03:56:04.124 INFOINFO Jul 16 03:56:04.124adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4710 | 2026-07-16T03:56:05.031Z | |
| 4711 | 2026-07-16T03:56:05.031Z | DEBG Jul 16 03:56:04.124Jul 16 03:56:04.124Jul 16 03:56:04.124 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 } }]DEBGDEBG |
| 4712 | 2026-07-16T03:56:05.031Z | 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 } }]DEBGcreated new freemap |
| 4713 | 2026-07-16T03:56:05.031Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] , Jul 16 03:56:04.124 |
| 4714 | 2026-07-16T03:56:05.031Z | unit 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 } }]: |
| 4715 | 2026-07-16T03:56:05.031Z | Jul 16 03:56:04.124 Jul 16 03:56:04.124INFO Jul 16 03:56:04.124 freemap_route_ipv4 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4716 | 2026-07-16T03:56:05.031Z | INFODEBG |
| 4717 | 2026-07-16T03:56:05.031Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffcreated new freemapJul 16 03:56:04.124 |
| 4718 | 2026-07-16T03:56:05.031Z | Jul 16 03:56:04.124 |
| 4719 | 2026-07-16T03:56:05.031Z | , DEBGunit :DEBG freemap_route_ipv4Jul 16 03:56:04.124replacing 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 } }] |
| 4720 | 2026-07-16T03:56:05.031Z | |
| 4721 | 2026-07-16T03:56:05.031Z | DEBGcreated new freemap 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 } }]Jul 16 03:56:04.124 |
| 4722 | 2026-07-16T03:56:05.031Z | Jul 16 03:56:04.124 DEBG DEBG, created new freemapJul 16 03:56:04.124unit, unitINFOJul 16 03:56:04.124: adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff INFO |
| 4723 | 2026-07-16T03:56:05.031Z | 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_ipv6 |
| 4724 | 2026-07-16T03:56:05.031Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4725 | 2026-07-16T03:56:05.031Z | |
| 4726 | 2026-07-16T03:56:05.032Z | Jul 16 03:56:04.124: INFO Jul 16 03:56:04.124adding route 3fff:beef:18::/64 -> 2001:db8::55:fffreemap_route_ipv6Jul 16 03:56:04.124 |
| 4727 | 2026-07-16T03:56:05.032Z | 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 } }]Jul 16 03:56:04.124Jul 16 03:56:04.124 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4728 | 2026-07-16T03:56:05.032Z | |
| 4729 | 2026-07-16T03:56:05.032Z | |
| 4730 | 2026-07-16T03:56:05.032Z | |
| 4731 | 2026-07-16T03:56:05.032Z | DEBGJul 16 03:56:04.124 initted freemap. size: 64Jul 16 03:56:04.124INFO INFOJul 16 03:56:04.124 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff, |
| 4732 | 2026-07-16T03:56:05.032Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunitINFO: |
| 4733 | 2026-07-16T03:56:05.032Z | Jul 16 03:56:04.124adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 16 03:56:04.124 |
| 4734 | 2026-07-16T03:56:05.032Z | DEBG freemap_route_ipv4DEBGinitted freemap. size: 64Jul 16 03:56:04.124 |
| 4735 | 2026-07-16T03:56:05.032Z | 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 } }] |
| 4736 | 2026-07-16T03:56:05.032Z | , Jul 16 03:56:04.124Jul 16 03:56:04.124 Jul 16 03:56:04.124 DEBGunit DEBGINFO: adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreset freemap |
| 4737 | 2026-07-16T03:56:05.032Z | 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 } }], unit |
| 4738 | 2026-07-16T03:56:05.032Z | DEBG: Jul 16 03:56:04.124 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 } }]DEBGfreemap_route_ipv4 |
| 4739 | 2026-07-16T03:56:05.032Z | freemap_route_ipv4 |
| 4740 | 2026-07-16T03:56:05.032Z | 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 } }]Jul 16 03:56:04.124 |
| 4741 | 2026-07-16T03:56:05.032Z | |
| 4742 | 2026-07-16T03:56:05.032Z | Jul 16 03:56:04.124INFOJul 16 03:56:04.124 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFOJul 16 03:56:04.124 adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4743 | 2026-07-16T03:56:05.032Z | |
| 4744 | 2026-07-16T03:56:05.032Z | DEBG INFO initted freemap. size: 64adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff, |
| 4745 | 2026-07-16T03:56:05.032Z | Jul 16 03:56:04.124 DEBGJul 16 03:56:04.124Jul 16 03:56:04.124unit Jul 16 03:56:04.124 reset freemap:DEBG DEBGfreemap_route_ipv6DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 4746 | 2026-07-16T03:56:05.032Z | |
| 4747 | 2026-07-16T03:56:05.032Z | |
| 4748 | 2026-07-16T03:56:05.032Z | |
| 4749 | 2026-07-16T03:56:05.032Z | : freemap_route_ipv4 |
| 4750 | 2026-07-16T03:56:05.032Z | Jul 16 03:56:04.124 Jul 16 03:56:04.124Jul 16 03:56:04.124INFOJul 16 03:56:04.124 INFO Jul 16 03:56:04.124adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4751 | 2026-07-16T03:56:05.032Z | DEBG |
| 4752 | 2026-07-16T03:56:05.032Z | INFO reset freemapDEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 16 03:56:04.124, |
| 4753 | 2026-07-16T03:56:05.032Z | unit : DEBGfreemap_route_ipv6 |
| 4754 | 2026-07-16T03:56:05.032Z | 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 } }]Jul 16 03:56:04.124Jul 16 03:56:04.124 |
| 4755 | 2026-07-16T03:56:05.032Z | initted freemap. size: 64DEBG DEBG, Jul 16 03:56:04.124replacing 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 } }] unitINFOJul 16 03:56:04.124 |
| 4756 | 2026-07-16T03:56:05.032Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4757 | 2026-07-16T03:56:05.032Z | |
| 4758 | 2026-07-16T03:56:05.032Z | Jul 16 03:56:04.124replacing 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 } }] Jul 16 03:56:04.124INFOJul 16 03:56:04.124 : adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 4759 | 2026-07-16T03:56:05.032Z | DEBG |
| 4760 | 2026-07-16T03:56:05.032Z | freemap_route_ipv6replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4761 | 2026-07-16T03:56:05.032Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4762 | 2026-07-16T03:56:05.033Z | |
| 4763 | 2026-07-16T03:56:05.033Z | Jul 16 03:56:04.124Jul 16 03:56:04.124Jul 16 03:56:04.124 Jul 16 03:56:04.124 Jul 16 03:56:04.124DEBG INFOINFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 4764 | 2026-07-16T03:56:05.033Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreset freemap |
| 4765 | 2026-07-16T03:56:05.033Z | , |
| 4766 | 2026-07-16T03:56:05.033Z | unit |
| 4767 | 2026-07-16T03:56:05.033Z | : Jul 16 03:56:04.124Jul 16 03:56:04.124freemap_route_ipv6 |
| 4768 | 2026-07-16T03:56:05.033Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4769 | 2026-07-16T03:56:05.033Z | Jul 16 03:56:04.124DEBGINFO Jul 16 03:56:04.124 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4770 | 2026-07-16T03:56:05.033Z | DEBG |
| 4771 | 2026-07-16T03:56:05.033Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 4772 | 2026-07-16T03:56:05.033Z | 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 } }]Jul 16 03:56:04.124Jul 16 03:56:04.124Jul 16 03:56:04.124 |
| 4773 | 2026-07-16T03:56:05.033Z | INFODEBGJul 16 03:56:04.124 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 16 03:56:04.124 |
| 4774 | 2026-07-16T03:56:05.033Z | INFO INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4775 | 2026-07-16T03:56:05.033Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4776 | 2026-07-16T03:56:05.033Z | Jul 16 03:56:04.124 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGJul 16 03:56:04.124 Jul 16 03:56:04.124replacing 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 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 4777 | 2026-07-16T03:56:05.033Z | |
| 4778 | 2026-07-16T03:56:05.033Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4779 | 2026-07-16T03:56:05.033Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4780 | 2026-07-16T03:56:05.033Z | |
| 4781 | 2026-07-16T03:56:05.033Z | Jul 16 03:56:04.124Jul 16 03:56:04.124 Jul 16 03:56:04.124Jul 16 03:56:04.124 DEBG Jul 16 03:56:04.124INFO INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBGDEBG |
| 4782 | 2026-07-16T03:56:05.033Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4783 | 2026-07-16T03:56:05.033Z | |
| 4784 | 2026-07-16T03:56:05.033Z | Jul 16 03:56:04.124 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 } }] Jul 16 03:56:04.124replacing 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 } }]Jul 16 03:56:04.124replacing 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 } }] |
| 4785 | 2026-07-16T03:56:05.033Z | DEBGINFO |
| 4786 | 2026-07-16T03:56:05.033Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4787 | 2026-07-16T03:56:05.033Z | |
| 4788 | 2026-07-16T03:56:05.033Z | Jul 16 03:56:04.124replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4789 | 2026-07-16T03:56:05.033Z | INFOJul 16 03:56:04.124 Jul 16 03:56:04.124Jul 16 03:56:04.124adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4790 | 2026-07-16T03:56:05.033Z | 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 } }] |
| 4791 | 2026-07-16T03:56:05.033Z | Jul 16 03:56:04.124adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff INFOJul 16 03:56:04.124DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]Jul 16 03:56:04.124 |
| 4792 | 2026-07-16T03:56:05.033Z | |
| 4793 | 2026-07-16T03:56:05.033Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4794 | 2026-07-16T03:56:05.033Z | |
| 4795 | 2026-07-16T03:56:05.033Z | INFO Jul 16 03:56:04.124adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Jul 16 03:56:04.124INFO |
| 4796 | 2026-07-16T03:56:05.033Z | DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Jul 16 03:56:04.124replacing 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 } }] |
| 4797 | 2026-07-16T03:56:05.033Z | |
| 4798 | 2026-07-16T03:56:05.033Z | DEBG Jul 16 03:56:04.124replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Jul 16 03:56:04.124 |
| 4799 | 2026-07-16T03:56:05.033Z | DEBGDEBG Jul 16 03:56:04.124 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 } }] |
| 4800 | 2026-07-16T03:56:05.033Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4801 | 2026-07-16T03:56:05.033Z | Jul 16 03:56:04.124 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Jul 16 03:56:04.124INFO |
| 4802 | 2026-07-16T03:56:05.034Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 16 03:56:04.124 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 4803 | 2026-07-16T03:56:05.034Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 16 03:56:04.124 |
| 4804 | 2026-07-16T03:56:05.034Z | |
| 4805 | 2026-07-16T03:56:05.034Z | 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 } }]Jul 16 03:56:04.124Jul 16 03:56:04.124Jul 16 03:56:04.124 DEBGDEBG 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 } }] |
| 4806 | 2026-07-16T03:56:05.034Z | |
| 4807 | 2026-07-16T03:56:05.034Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4808 | 2026-07-16T03:56:05.034Z | |
| 4809 | 2026-07-16T03:56:05.034Z | Jul 16 03:56:04.124 Jul 16 03:56:04.124INFO Jul 16 03:56:04.124INFO Jul 16 03:56:04.124adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 4810 | 2026-07-16T03:56:05.038Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4811 | 2026-07-16T03:56:05.038Z | |
| 4812 | 2026-07-16T03:56:05.038Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:56:04.124 |
| 4813 | 2026-07-16T03:56:05.038Z | Jul 16 03:56:04.124Jul 16 03:56:04.124 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4814 | 2026-07-16T03:56:05.038Z | 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 } }] |
| 4815 | 2026-07-16T03:56:05.038Z | DEBG Jul 16 03:56:04.124replacing 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 } }] |
| 4816 | 2026-07-16T03:56:05.038Z | Jul 16 03:56:04.124 DEBGINFO Jul 16 03:56:04.124 Jul 16 03:56:04.124adding route 3fff:beef:2d::/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 } }] |
| 4817 | 2026-07-16T03:56:05.038Z | |
| 4818 | 2026-07-16T03:56:05.038Z | INFO INFO Jul 16 03:56:04.124adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 16 03:56:04.124 |
| 4819 | 2026-07-16T03:56:05.038Z | DEBGDEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4820 | 2026-07-16T03:56:05.038Z | |
| 4821 | 2026-07-16T03:56:05.038Z | replacing targets for 3fff:dead::/64 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 } }] |
| 4822 | 2026-07-16T03:56:05.038Z | Jul 16 03:56:04.124Jul 16 03:56:04.124 Jul 16 03:56:04.124DEBG INFODEBGJul 16 03:56:04.124 WARNreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4823 | 2026-07-16T03:56:05.039Z | |
| 4824 | 2026-07-16T03:56:05.039Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 4825 | 2026-07-16T03:56:05.039Z | |
| 4826 | 2026-07-16T03:56:05.039Z | Jul 16 03:56:04.124 Jul 16 03:56:04.124INFOJul 16 03:56:04.124 Jul 16 03:56:04.124 INFO ERROadding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 4827 | 2026-07-16T03:56:05.039Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ffrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4828 | 2026-07-16T03:56:05.039Z | |
| 4829 | 2026-07-16T03:56:05.039Z | |
| 4830 | 2026-07-16T03:56:05.040Z | Jul 16 03:56:04.124Jul 16 03:56:04.124 DEBGINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 16 03:56:04.124replacing 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 } }] |
| 4831 | 2026-07-16T03:56:05.040Z | |
| 4832 | 2026-07-16T03:56:05.040Z | Jul 16 03:56:04.124ERRO 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 itDEBGJul 16 03:56:04.124 Jul 16 03:56:04.124 |
| 4833 | 2026-07-16T03:56:05.040Z | INFO adding route 3fff:beef:28::/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 } }] |
| 4834 | 2026-07-16T03:56:05.040Z | |
| 4835 | 2026-07-16T03:56:05.040Z | 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 } }] |
| 4836 | 2026-07-16T03:56:05.040Z | Jul 16 03:56:04.124Jul 16 03:56:04.124Jul 16 03:56:04.124 Jul 16 03:56:04.124INFO DEBG INFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4837 | 2026-07-16T03:56:05.040Z | adding route 172.16.0.0/32 -> 10.0.0.2INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4838 | 2026-07-16T03:56:05.040Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4839 | 2026-07-16T03:56:05.040Z | |
| 4840 | 2026-07-16T03:56:05.040Z | Jul 16 03:56:04.124Jul 16 03:56:04.124 INFOJul 16 03:56:04.124 DEBG DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4841 | 2026-07-16T03:56:05.040Z | Jul 16 03:56:04.124 |
| 4842 | 2026-07-16T03:56:05.040Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4843 | 2026-07-16T03:56:05.040Z | Jul 16 03:56:04.125DEBGJul 16 03:56:04.125 INFODEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 16 03:56:04.125replacing 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 } }] |
| 4844 | 2026-07-16T03:56:05.040Z | |
| 4845 | 2026-07-16T03:56:05.040Z | INFO |
| 4846 | 2026-07-16T03:56:05.040Z | Jul 16 03:56:04.125adding route 172.17.0.0/32 -> 10.0.0.255 Jul 16 03:56:04.125INFO INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4847 | 2026-07-16T03:56:05.040Z | |
| 4848 | 2026-07-16T03:56:05.040Z | Jul 16 03:56:04.125adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4849 | 2026-07-16T03:56:05.040Z | Jul 16 03:56:04.125 DEBG DEBGJul 16 03:56:04.125 DEBGcreated new freemapreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 4850 | 2026-07-16T03:56:05.040Z | Jul 16 03:56:04.125unitreplacing 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 freemap_route_ipv4Jul 16 03:56:04.125 |
| 4851 | 2026-07-16T03:56:05.040Z | 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 } }] |
| 4852 | 2026-07-16T03:56:05.040Z | |
| 4853 | 2026-07-16T03:56:05.040Z | INFO Jul 16 03:56:04.125adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 16 03:56:04.125 |
| 4854 | 2026-07-16T03:56:05.041Z | INFOINFOJul 16 03:56:04.125 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4855 | 2026-07-16T03:56:05.041Z | DEBG |
| 4856 | 2026-07-16T03:56:05.041Z | Jul 16 03:56:04.125 DEBGJul 16 03:56:04.125Jul 16 03:56:04.125 created new freemap DEBG DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }], |
| 4857 | 2026-07-16T03:56:05.041Z | |
| 4858 | 2026-07-16T03:56:05.041Z | unitreplacing 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 } }]Jul 16 03:56:04.125:Jul 16 03:56:04.125 |
| 4859 | 2026-07-16T03:56:05.041Z | INFOfreemap_route_ipv6 INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4860 | 2026-07-16T03:56:05.041Z | |
| 4861 | 2026-07-16T03:56:05.041Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 16 03:56:04.125 |
| 4862 | 2026-07-16T03:56:05.041Z | Jul 16 03:56:04.125INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 4863 | 2026-07-16T03:56:05.041Z | 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 } }]Jul 16 03:56:04.125 DEBG Jul 16 03:56:04.125Jul 16 03:56:04.125 DEBG created new freemap, unitJul 16 03:56:04.125:Jul 16 03:56:04.135 DEBGfreemap_route_ipv4 |
| 4864 | 2026-07-16T03:56:05.041Z | DEBG initted freemap. size: 64replacing 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 } }], |
| 4865 | 2026-07-16T03:56:05.041Z | unit:Jul 16 03:56:04.135 freemap_route_ipv4DEBGJul 16 03:56:04.135INFO |
| 4866 | 2026-07-16T03:56:05.041Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffcreated new freemap |
| 4867 | 2026-07-16T03:56:05.041Z | , adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 16 03:56:04.135unit : |
| 4868 | 2026-07-16T03:56:05.041Z | test route::tests::identity_replace_is_noop ... ok |
| 4869 | 2026-07-16T03:56:05.041Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 4870 | 2026-07-16T03:56:05.041Z | DEBGfreemap_route_ipv6 Jul 16 03:56:04.135reset freemap , |
| 4871 | 2026-07-16T03:56:05.041Z | DEBGunit :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 } }] |
| 4872 | 2026-07-16T03:56:05.041Z | Jul 16 03:56:04.135freemap_route_ipv4Jul 16 03:56:04.135 DEBGDEBG |
| 4873 | 2026-07-16T03:56:05.041Z | Jul 16 03:56:04.135 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: 64 |
| 4874 | 2026-07-16T03:56:05.041Z | , unitINFO: adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 16 03:56:04.135 |
| 4875 | 2026-07-16T03:56:05.041Z | freemap_route_ipv4 Jul 16 03:56:04.135 |
| 4876 | 2026-07-16T03:56:05.041Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4877 | 2026-07-16T03:56:05.041Z | DEBGJul 16 03:56:04.135Jul 16 03:56:04.135 DEBG DEBGinitted freemap. size: 64 Jul 16 03:56:04.135 reset freemapreplacing 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, |
| 4878 | 2026-07-16T03:56:05.041Z | unit 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 } }]: |
| 4879 | 2026-07-16T03:56:05.041Z | unitfreemap_route_ipv6: |
| 4880 | 2026-07-16T03:56:05.042Z | Jul 16 03:56:04.135Jul 16 03:56:04.135 INFOINFOfreemap_route_ipv4 |
| 4881 | 2026-07-16T03:56:05.042Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4882 | 2026-07-16T03:56:05.042Z | |
| 4883 | 2026-07-16T03:56:05.042Z | Jul 16 03:56:04.135Jul 16 03:56:04.135 Jul 16 03:56:04.135Jul 16 03:56:04.135 DEBG 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 } }]reset freemap |
| 4884 | 2026-07-16T03:56:05.042Z | DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4885 | 2026-07-16T03:56:05.042Z | created new freemap, , Jul 16 03:56:04.135unit :INFO initted freemap. size: 64adding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4, |
| 4886 | 2026-07-16T03:56:05.042Z | Jul 16 03:56:04.135 |
| 4887 | 2026-07-16T03:56:05.042Z | unit :INFOunit freemap_route_ipv6adding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 16 03:56:04.135: |
| 4888 | 2026-07-16T03:56:05.042Z | DEBGJul 16 03:56:04.135 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 |
| 4889 | 2026-07-16T03:56:05.042Z | created new freemap |
| 4890 | 2026-07-16T03:56:05.042Z | , unitfreemap_route_ipv6: |
| 4891 | 2026-07-16T03:56:05.042Z | Jul 16 03:56:04.135 Jul 16 03:56:04.135Jul 16 03:56:04.135 freemap_route_ipv6 DEBG |
| 4892 | 2026-07-16T03:56:05.042Z | INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4893 | 2026-07-16T03:56:05.042Z | Jul 16 03:56:04.135adding route 3fff:beef:31::/64 -> 2001:db8::55:ff reset freemap |
| 4894 | 2026-07-16T03:56:05.042Z | Jul 16 03:56:04.135, DEBG Jul 16 03:56:04.135 unitinitted freemap. size: 64INFO, Jul 16 03:56:04.135unit :: DEBGfreemap_route_ipv4INFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 4895 | 2026-07-16T03:56:05.042Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4896 | 2026-07-16T03:56:05.042Z | |
| 4897 | 2026-07-16T03:56:05.042Z | |
| 4898 | 2026-07-16T03:56:05.042Z | Jul 16 03:56:04.135 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Jul 16 03:56:04.135Jul 16 03:56:04.135 Jul 16 03:56:04.135adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 4899 | 2026-07-16T03:56:05.042Z | INFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4900 | 2026-07-16T03:56:05.042Z | DEBG |
| 4901 | 2026-07-16T03:56:05.042Z | Jul 16 03:56:04.135 reset freemap , DEBGunit :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 } }]Jul 16 03:56:04.135 |
| 4902 | 2026-07-16T03:56:05.042Z | |
| 4903 | 2026-07-16T03:56:05.042Z | Jul 16 03:56:04.135DEBG 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 } }]INFO |
| 4904 | 2026-07-16T03:56:05.042Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4905 | 2026-07-16T03:56:05.042Z | |
| 4906 | 2026-07-16T03:56:05.043Z | Jul 16 03:56:04.135Jul 16 03:56:04.135Jul 16 03:56:04.135 DEBGDEBG initted freemap. size: 64 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 16 03:56:04.135INFOunit Jul 16 03:56:04.125Jul 16 03:56:04.135 :INFO freemap_route_ipv6 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 4907 | 2026-07-16T03:56:05.043Z | 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 } }] |
| 4908 | 2026-07-16T03:56:05.043Z | |
| 4909 | 2026-07-16T03:56:05.043Z | DEBG |
| 4910 | 2026-07-16T03:56:05.047Z | Jul 16 03:56:04.135 |
| 4911 | 2026-07-16T03:56:05.047Z | Jul 16 03:56:04.135Jul 16 03:56:04.135DEBG INFOreset 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 } }]Jul 16 03:56:04.135Jul 16 03:56:04.135adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 4912 | 2026-07-16T03:56:05.047Z | unit replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4913 | 2026-07-16T03:56:05.048Z | :Jul 16 03:56:04.135 |
| 4914 | 2026-07-16T03:56:05.048Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGfreemap_route_ipv6 |
| 4915 | 2026-07-16T03:56:05.048Z | |
| 4916 | 2026-07-16T03:56:05.048Z | 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 } }]Jul 16 03:56:04.135 |
| 4917 | 2026-07-16T03:56:05.048Z | INFOJul 16 03:56:04.135INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 16 03:56:04.135 |
| 4918 | 2026-07-16T03:56:05.048Z | Jul 16 03:56:04.135 Jul 16 03:56:04.135 |
| 4919 | 2026-07-16T03:56:05.048Z | INFOINFO INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 16 03:56:04.135 |
| 4920 | 2026-07-16T03:56:05.048Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG INFO |
| 4921 | 2026-07-16T03:56:05.048Z | 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 } }] Jul 16 03:56:04.135Jul 16 03:56:04.135 |
| 4922 | 2026-07-16T03:56:05.048Z | adding route 172.16.0.0/32 -> 10.0.0.3DEBGJul 16 03:56:04.135 |
| 4923 | 2026-07-16T03:56:05.048Z | 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 } }] |
| 4924 | 2026-07-16T03:56:05.048Z | DEBGadding route 172.17.0.1/32 -> 10.0.0.255 Jul 16 03:56:04.135DEBG |
| 4925 | 2026-07-16T03:56:05.048Z | Jul 16 03:56:04.135DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:beef:35::/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 } }] |
| 4926 | 2026-07-16T03:56:05.048Z | |
| 4927 | 2026-07-16T03:56:05.048Z | |
| 4928 | 2026-07-16T03:56:05.048Z | Jul 16 03:56:04.135 Jul 16 03:56:04.135INFOJul 16 03:56:04.135 Jul 16 03:56:04.135adding route 3fff:beef:b::/64 -> 2001:db8::55:ff INFO |
| 4929 | 2026-07-16T03:56:05.048Z | Jul 16 03:56:04.135DEBG INFODEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:56:04.135 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 4930 | 2026-07-16T03:56:05.048Z | |
| 4931 | 2026-07-16T03:56:05.048Z | adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 4932 | 2026-07-16T03:56:05.048Z | 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 } }] |
| 4933 | 2026-07-16T03:56:05.048Z | Jul 16 03:56:04.135 |
| 4934 | 2026-07-16T03:56:05.048Z | 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 } }]Jul 16 03:56:04.135 |
| 4935 | 2026-07-16T03:56:05.048Z | Jul 16 03:56:04.135 Jul 16 03:56:04.135Jul 16 03:56:04.135INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4936 | 2026-07-16T03:56:05.048Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 4937 | 2026-07-16T03:56:05.049Z | Jul 16 03:56:04.135DEBG Jul 16 03:56:04.135 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 4938 | 2026-07-16T03:56:05.049Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255Jul 16 03:56:04.135 |
| 4939 | 2026-07-16T03:56:05.049Z | |
| 4940 | 2026-07-16T03:56:05.049Z | |
| 4941 | 2026-07-16T03:56:05.049Z | DEBG Jul 16 03:56:04.135replacing 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 } }] Jul 16 03:56:04.135 |
| 4942 | 2026-07-16T03:56:05.049Z | DEBGDEBG Jul 16 03:56:04.135replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] Jul 16 03:56:04.135 |
| 4943 | 2026-07-16T03:56:05.049Z | INFOINFO adding route 3fff:beef:d::/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 } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4944 | 2026-07-16T03:56:05.049Z | |
| 4945 | 2026-07-16T03:56:05.049Z | Jul 16 03:56:04.135 |
| 4946 | 2026-07-16T03:56:05.049Z | DEBGJul 16 03:56:04.135Jul 16 03:56:04.135 DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 4947 | 2026-07-16T03:56:05.049Z | Jul 16 03:56:04.135replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4948 | 2026-07-16T03:56:05.049Z | INFO |
| 4949 | 2026-07-16T03:56:05.049Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:56:04.135 |
| 4950 | 2026-07-16T03:56:05.049Z | INFOJul 16 03:56:04.135 adding route 172.17.0.3/32 -> 10.0.0.255 |
| 4951 | 2026-07-16T03:56:05.049Z | INFO Jul 16 03:56:04.135adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4952 | 2026-07-16T03:56:05.049Z | DEBG Jul 16 03:56:04.135replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4953 | 2026-07-16T03:56:05.049Z | Jul 16 03:56:04.135DEBG Jul 16 03:56:04.136INFO Jul 16 03:56:04.136DEBG DEBG adding route 3fff:beef:e::/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:4, vlan_id: None } }] |
| 4954 | 2026-07-16T03:56:05.049Z | |
| 4955 | 2026-07-16T03:56:05.049Z | 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.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 } }] |
| 4956 | 2026-07-16T03:56:05.049Z | |
| 4957 | 2026-07-16T03:56:05.049Z | Jul 16 03:56:04.136Jul 16 03:56:04.136 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 } }]Jul 16 03:56:04.136adding route 172.17.0.4/32 -> 10.0.0.255Jul 16 03:56:04.136 |
| 4958 | 2026-07-16T03:56:05.049Z | |
| 4959 | 2026-07-16T03:56:05.049Z | WARN INFOshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Jul 16 03:56:04.136adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4960 | 2026-07-16T03:56:05.049Z | |
| 4961 | 2026-07-16T03:56:05.049Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4962 | 2026-07-16T03:56:05.049Z | Jul 16 03:56:04.136 DEBGJul 16 03:56:04.136 Jul 16 03:56:04.136 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 } }] DEBG |
| 4963 | 2026-07-16T03:56:05.050Z | 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 } }] |
| 4964 | 2026-07-16T03:56:05.050Z | 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 } }] |
| 4965 | 2026-07-16T03:56:05.050Z | Jul 16 03:56:04.136 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 16 03:56:04.136 |
| 4966 | 2026-07-16T03:56:05.050Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 16 03:56:04.136Jul 16 03:56:04.136 |
| 4967 | 2026-07-16T03:56:05.050Z | DEBGINFO Jul 16 03:56:04.136adding route 172.17.0.5/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 } }] |
| 4968 | 2026-07-16T03:56:05.050Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 4969 | 2026-07-16T03:56:05.050Z | DEBG |
| 4970 | 2026-07-16T03:56:05.050Z | 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 } }] |
| 4971 | 2026-07-16T03:56:05.050Z | Jul 16 03:56:04.136 DEBG Jul 16 03:56:04.136replacing 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 } }] |
| 4972 | 2026-07-16T03:56:05.050Z | INFO Jul 16 03:56:04.136adding route 3fff:beef:11::/64 -> 2001:db8::55:ff INFO |
| 4973 | 2026-07-16T03:56:05.050Z | Jul 16 03:56:04.136adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4974 | 2026-07-16T03:56:05.050Z | 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 } }]Jul 16 03:56:04.146 |
| 4975 | 2026-07-16T03:56:05.050Z | INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4976 | 2026-07-16T03:56:05.050Z | Jul 16 03:56:04.136Jul 16 03:56:04.146 created new freemapJul 16 03:56:04.136, DEBGDEBG unitcreated new freemap :replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , freemap_route_ipv4 |
| 4977 | 2026-07-16T03:56:05.050Z | |
| 4978 | 2026-07-16T03:56:05.050Z | Jul 16 03:56:04.146 unitDEBGINFOJul 16 03:56:04.146 Jul 16 03:56:04.146 : INFO DEBGfreemap_route_ipv4 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 } }] |
| 4979 | 2026-07-16T03:56:05.050Z | created new freemapadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff, adding route 172.17.0.6/32 -> 10.0.0.255 |
| 4980 | 2026-07-16T03:56:05.050Z | unit |
| 4981 | 2026-07-16T03:56:05.050Z | |
| 4982 | 2026-07-16T03:56:05.050Z | : Jul 16 03:56:04.146freemap_route_ipv6 |
| 4983 | 2026-07-16T03:56:05.050Z | Jul 16 03:56:04.146DEBG DEBG created new freemapreplacing 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 } }], Jul 16 03:56:04.146unit |
| 4984 | 2026-07-16T03:56:05.050Z | :DEBG freemap_route_ipv6Jul 16 03:56:04.146 |
| 4985 | 2026-07-16T03:56:05.050Z | Jul 16 03:56:04.146initted freemap. size: 64 , unitDEBG:Jul 16 03:56:04.146 failed to allocate space for the new target list Jul 16 03:56:04.146 |
| 4986 | 2026-07-16T03:56:05.050Z | freemap_route_ipv4DEBGDEBG 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 } }] |
| 4987 | 2026-07-16T03:56:05.050Z | initted freemap. size: 64 |
| 4988 | 2026-07-16T03:56:05.050Z | Jul 16 03:56:04.146, unit :DEBG freemap_route_ipv4 |
| 4989 | 2026-07-16T03:56:05.050Z | replacing targets for 3fff:dead::/64 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 } }]Jul 16 03:56:04.146 |
| 4990 | 2026-07-16T03:56:05.051Z | INFO Jul 16 03:56:04.146DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Jul 16 03:56:04.146INFO |
| 4991 | 2026-07-16T03:56:05.051Z | adding route 172.17.0.7/32 -> 10.0.0.255 DEBGreset freemap |
| 4992 | 2026-07-16T03:56:05.051Z | reset freemapJul 16 03:56:04.146, unit, :DEBGunit :freemap_route_ipv4Jul 16 03:56:04.146 |
| 4993 | 2026-07-16T03:56:05.051Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 4994 | 2026-07-16T03:56:05.051Z | |
| 4995 | 2026-07-16T03:56:05.051Z | DEBGJul 16 03:56:04.146 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 } }] |
| 4996 | 2026-07-16T03:56:05.051Z | DEBG Jul 16 03:56:04.146initted freemap. size: 64 , DEBGunit Jul 16 03:56:04.146: INFOJul 16 03:56:04.146initted freemap. size: 64 freemap_route_ipv6INFO, adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunit |
| 4997 | 2026-07-16T03:56:05.051Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 4998 | 2026-07-16T03:56:05.051Z | : |
| 4999 | 2026-07-16T03:56:05.051Z | freemap_route_ipv6 |
| 5000 | 2026-07-16T03:56:05.051Z | Jul 16 03:56:04.146Jul 16 03:56:04.146 DEBGJul 16 03:56:04.146DEBG DEBGreset freemap Jul 16 03:56:04.146 reset freemapreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], DEBG |
| 5001 | 2026-07-16T03:56:05.051Z | Jul 16 03:56:04.146, unitreplacing 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 } }] |
| 5002 | 2026-07-16T03:56:05.051Z | unit:: freemap_route_ipv6 |
| 5003 | 2026-07-16T03:56:05.051Z | INFOfreemap_route_ipv6 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5004 | 2026-07-16T03:56:05.051Z | Jul 16 03:56:04.146Jul 16 03:56:04.146 INFO |
| 5005 | 2026-07-16T03:56:05.051Z | Jul 16 03:56:04.146INFO Jul 16 03:56:04.146 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5006 | 2026-07-16T03:56:05.051Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5007 | 2026-07-16T03:56:05.051Z | Jul 16 03:56:04.146INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGJul 16 03:56:04.146Jul 16 03:56:04.146 |
| 5008 | 2026-07-16T03:56:05.051Z | |
| 5009 | 2026-07-16T03:56:05.051Z | 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 } }] |
| 5010 | 2026-07-16T03:56:05.057Z | DEBGJul 16 03:56:04.146 Jul 16 03:56:04.146replacing 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 } }] Jul 16 03:56:04.146replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 5011 | 2026-07-16T03:56:05.057Z | |
| 5012 | 2026-07-16T03:56:05.057Z | INFODEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5013 | 2026-07-16T03:56:05.057Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5014 | 2026-07-16T03:56:05.057Z | |
| 5015 | 2026-07-16T03:56:05.057Z | Jul 16 03:56:04.146Jul 16 03:56:04.146Jul 16 03:56:04.146 Jul 16 03:56:04.146INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO DEBG |
| 5016 | 2026-07-16T03:56:05.057Z | INFO Jul 16 03:56:04.146adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 5017 | 2026-07-16T03:56:05.057Z | |
| 5018 | 2026-07-16T03:56:05.057Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5019 | 2026-07-16T03:56:05.057Z | Jul 16 03:56:04.146Jul 16 03:56:04.146 |
| 5020 | 2026-07-16T03:56:05.057Z | Jul 16 03:56:04.146 DEBGJul 16 03:56:04.146DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG |
| 5021 | 2026-07-16T03:56:05.057Z | |
| 5022 | 2026-07-16T03:56:05.057Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5023 | 2026-07-16T03:56:05.057Z | 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 } }]Jul 16 03:56:04.146 |
| 5024 | 2026-07-16T03:56:05.057Z | Jul 16 03:56:04.146Jul 16 03:56:04.146 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 16 03:56:04.146 |
| 5025 | 2026-07-16T03:56:05.057Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Jul 16 03:56:04.146 |
| 5026 | 2026-07-16T03:56:05.057Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255 DEBGDEBG |
| 5027 | 2026-07-16T03:56:05.057Z | 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 } }] |
| 5028 | 2026-07-16T03:56:05.057Z | 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 } }]Jul 16 03:56:04.146Jul 16 03:56:04.146 |
| 5029 | 2026-07-16T03:56:05.057Z | 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 } }]DEBG |
| 5030 | 2026-07-16T03:56:05.057Z | Jul 16 03:56:04.146 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 } }] Jul 16 03:56:04.146INFO |
| 5031 | 2026-07-16T03:56:05.057Z | INFO Jul 16 03:56:04.146 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO |
| 5032 | 2026-07-16T03:56:05.057Z | Jul 16 03:56:04.146 |
| 5033 | 2026-07-16T03:56:05.057Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 INFO |
| 5034 | 2026-07-16T03:56:05.057Z | adding route 172.17.0.12/32 -> 10.0.0.255Jul 16 03:56:04.146 |
| 5035 | 2026-07-16T03:56:05.057Z | Jul 16 03:56:04.146 Jul 16 03:56:04.146DEBG DEBGJul 16 03:56:04.146 DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5036 | 2026-07-16T03:56:05.058Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5037 | 2026-07-16T03:56:05.058Z | 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.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 } }] |
| 5038 | 2026-07-16T03:56:05.058Z | |
| 5039 | 2026-07-16T03:56:05.058Z | Jul 16 03:56:04.146 Jul 16 03:56:04.146INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5040 | 2026-07-16T03:56:05.058Z | replacing targets for 3fff:dead::/64 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 } }] |
| 5041 | 2026-07-16T03:56:05.058Z | Jul 16 03:56:04.146Jul 16 03:56:04.146 INFOJul 16 03:56:04.146Jul 16 03:56:04.146 INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5042 | 2026-07-16T03:56:05.058Z | adding route 172.17.0.13/32 -> 10.0.0.255WARN |
| 5043 | 2026-07-16T03:56:05.058Z | 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 } }] |
| 5044 | 2026-07-16T03:56:05.058Z | shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 16 03:56:04.146 |
| 5045 | 2026-07-16T03:56:05.058Z | DEBG Jul 16 03:56:04.146Jul 16 03:56:04.146 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 5046 | 2026-07-16T03:56:05.058Z | |
| 5047 | 2026-07-16T03:56:05.058Z | |
| 5048 | 2026-07-16T03:56:05.058Z | |
| 5049 | 2026-07-16T03:56:05.058Z | Jul 16 03:56:04.146 INFOJul 16 03:56:04.146Jul 16 03:56:04.146 adding route 172.17.0.14/32 -> 10.0.0.255Jul 16 03:56:04.146 |
| 5050 | 2026-07-16T03:56:05.058Z | DEBGINFO 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 } }] adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 16 03:56:04.146 |
| 5051 | 2026-07-16T03:56:05.058Z | |
| 5052 | 2026-07-16T03:56:05.058Z | 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 |
| 5053 | 2026-07-16T03:56:05.058Z | 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 } }] |
| 5054 | 2026-07-16T03:56:05.058Z | Jul 16 03:56:04.146Jul 16 03:56:04.146 Jul 16 03:56:04.146DEBG INFO 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 } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 16 03:56:04.147 |
| 5055 | 2026-07-16T03:56:05.058Z | |
| 5056 | 2026-07-16T03:56:05.058Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255 |
| 5057 | 2026-07-16T03:56:05.058Z | |
| 5058 | 2026-07-16T03:56:05.058Z | Jul 16 03:56:04.147 DEBGJul 16 03:56:04.147 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 } }]INFOJul 16 03:56:04.147 Jul 16 03:56:04.147 |
| 5059 | 2026-07-16T03:56:05.058Z | DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5060 | 2026-07-16T03:56:05.058Z | 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 } }]Jul 16 03:56:04.147 |
| 5061 | 2026-07-16T03:56:05.058Z | 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 |
| 5062 | 2026-07-16T03:56:05.059Z | Jul 16 03:56:04.147adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 16 03:56:04.147 |
| 5063 | 2026-07-16T03:56:05.059Z | Jul 16 03:56:04.147DEBGINFO 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 } }] |
| 5064 | 2026-07-16T03:56:05.059Z | Jul 16 03:56:04.147adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.16/32 -> 10.0.0.255 |
| 5065 | 2026-07-16T03:56:05.059Z | |
| 5066 | 2026-07-16T03:56:05.059Z | DEBG Jul 16 03:56:04.147replacing 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 } }]Jul 16 03:56:04.147 |
| 5067 | 2026-07-16T03:56:05.059Z | Jul 16 03:56:04.147 |
| 5068 | 2026-07-16T03:56:05.059Z | 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 } }] |
| 5069 | 2026-07-16T03:56:05.059Z | DEBGJul 16 03:56:04.147 INFOJul 16 03:56:04.147 INFOINFO Jul 16 03:56:04.147 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5070 | 2026-07-16T03:56:05.059Z | INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5071 | 2026-07-16T03:56:05.059Z | |
| 5072 | 2026-07-16T03:56:05.059Z | Jul 16 03:56:04.147adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5073 | 2026-07-16T03:56:05.059Z | DEBG |
| 5074 | 2026-07-16T03:56:05.059Z | Jul 16 03:56:04.147 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 } }]Jul 16 03:56:04.147 |
| 5075 | 2026-07-16T03:56:05.059Z | DEBGJul 16 03:56:04.147 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5076 | 2026-07-16T03:56:05.059Z | Jul 16 03:56:04.147replacing 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 } }] INFOINFOJul 16 03:56:04.147 |
| 5077 | 2026-07-16T03:56:05.059Z | Jul 16 03:56:04.147adding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBG |
| 5078 | 2026-07-16T03:56:05.059Z | 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:dead::/64 -> 2001:db8::55:4 |
| 5079 | 2026-07-16T03:56:05.059Z | Jul 16 03:56:04.147Jul 16 03:56:04.147 |
| 5080 | 2026-07-16T03:56:05.059Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5081 | 2026-07-16T03:56:05.059Z | DEBG 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 } }]Jul 16 03:56:04.147 |
| 5082 | 2026-07-16T03:56:05.059Z | Jul 16 03:56:04.147 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff 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 } }]Jul 16 03:56:04.147Jul 16 03:56:04.147 |
| 5083 | 2026-07-16T03:56:05.059Z | Jul 16 03:56:04.147DEBG Jul 16 03:56:04.155 DEBG created new freemap , INFOunit :adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5084 | 2026-07-16T03:56:05.059Z | freemap_route_ipv4 |
| 5085 | 2026-07-16T03:56:05.059Z | DEBGJul 16 03:56:04.147 created new freemap Jul 16 03:56:04.155INFO, unit :DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff freemap_route_ipv4Jul 16 03:56:04.155replacing 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 } }] |
| 5086 | 2026-07-16T03:56:05.059Z | |
| 5087 | 2026-07-16T03:56:05.059Z | |
| 5088 | 2026-07-16T03:56:05.059Z | DEBG Jul 16 03:56:04.155 created new freemapDEBG, Jul 16 03:56:04.155 unitJul 16 03:56:04.155DEBG :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 } }]INFOcreated new freemap , |
| 5089 | 2026-07-16T03:56:05.059Z | unitadding route 172.17.0.19/32 -> 10.0.0.255: freemap_route_ipv6freemap_route_ipv6 |
| 5090 | 2026-07-16T03:56:05.060Z | |
| 5091 | 2026-07-16T03:56:05.060Z | |
| 5092 | 2026-07-16T03:56:05.060Z | Jul 16 03:56:04.155 INFO Jul 16 03:56:04.155Jul 16 03:56:04.155 DEBGDEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffinitted freemap. size: 64initted freemap. size: 64 |
| 5093 | 2026-07-16T03:56:05.060Z | Jul 16 03:56:04.155, , unit:unit :Jul 16 03:56:04.155DEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 5094 | 2026-07-16T03:56:05.060Z | freemap_route_ipv4 |
| 5095 | 2026-07-16T03:56:05.060Z | |
| 5096 | 2026-07-16T03:56:05.060Z | 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 } }] |
| 5097 | 2026-07-16T03:56:05.060Z | Jul 16 03:56:04.155Jul 16 03:56:04.155 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255reset freemap |
| 5098 | 2026-07-16T03:56:05.060Z | Jul 16 03:56:04.155 , DEBGunitJul 16 03:56:04.155: DEBG Jul 16 03:56:04.155reset freemap freemap_route_ipv4, |
| 5099 | 2026-07-16T03:56:05.060Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 5100 | 2026-07-16T03:56:05.060Z | |
| 5101 | 2026-07-16T03:56:05.060Z | : freemap_route_ipv4 |
| 5102 | 2026-07-16T03:56:05.060Z | Jul 16 03:56:04.155Jul 16 03:56:04.155 DEBGDEBGJul 16 03:56:04.155 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 } }]initted freemap. size: 64 |
| 5103 | 2026-07-16T03:56:05.060Z | INFO, unitadding route 172.17.0.21/32 -> 10.0.0.255: |
| 5104 | 2026-07-16T03:56:05.060Z | Jul 16 03:56:04.155 Jul 16 03:56:04.155freemap_route_ipv6 |
| 5105 | 2026-07-16T03:56:05.060Z | DEBGINFO Jul 16 03:56:04.155adding route 3fff:beef:19::/64 -> 2001:db8::55:ff initted freemap. size: 64DEBG |
| 5106 | 2026-07-16T03:56:05.060Z | Jul 16 03:56:04.155replacing 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 } }] |
| 5107 | 2026-07-16T03:56:05.060Z | DEBG reset freemap, , unitunit:Jul 16 03:56:04.155: INFOfreemap_route_ipv6 |
| 5108 | 2026-07-16T03:56:05.060Z | Jul 16 03:56:04.155adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5109 | 2026-07-16T03:56:05.060Z | DEBG freemap_route_ipv6replacing 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 } }] |
| 5110 | 2026-07-16T03:56:05.064Z | Jul 16 03:56:04.155Jul 16 03:56:04.155 INFO |
| 5111 | 2026-07-16T03:56:05.065Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.1Jul 16 03:56:04.155 |
| 5112 | 2026-07-16T03:56:05.065Z | Jul 16 03:56:04.155 DEBGINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff 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 } }] |
| 5113 | 2026-07-16T03:56:05.065Z | reset freemap |
| 5114 | 2026-07-16T03:56:05.065Z | Jul 16 03:56:04.155, unit:Jul 16 03:56:04.155 DEBGDEBG freemap_route_ipv6Jul 16 03:56:04.155 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: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 } }] |
| 5115 | 2026-07-16T03:56:05.065Z | INFO |
| 5116 | 2026-07-16T03:56:05.065Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5117 | 2026-07-16T03:56:05.065Z | |
| 5118 | 2026-07-16T03:56:05.065Z | Jul 16 03:56:04.155 Jul 16 03:56:04.155 INFO Jul 16 03:56:04.155Jul 16 03:56:04.155 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 5119 | 2026-07-16T03:56:05.065Z | 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 } }]INFO |
| 5120 | 2026-07-16T03:56:05.065Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5121 | 2026-07-16T03:56:05.065Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:56:04.155 |
| 5122 | 2026-07-16T03:56:05.065Z | Jul 16 03:56:04.155Jul 16 03:56:04.155 DEBGJul 16 03:56:04.155INFOINFOJul 16 03:56:04.155 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 } }]DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.24/32 -> 10.0.0.255replacing 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 } }] |
| 5123 | 2026-07-16T03:56:05.065Z | |
| 5124 | 2026-07-16T03:56:05.065Z | |
| 5125 | 2026-07-16T03:56:05.065Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5126 | 2026-07-16T03:56:05.065Z | Jul 16 03:56:04.155 |
| 5127 | 2026-07-16T03:56:05.065Z | DEBG Jul 16 03:56:04.155Jul 16 03:56:04.155replacing 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 } }] Jul 16 03:56:04.155 |
| 5128 | 2026-07-16T03:56:05.065Z | INFO INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5129 | 2026-07-16T03:56:05.065Z | Jul 16 03:56:04.155 |
| 5130 | 2026-07-16T03:56:05.065Z | Jul 16 03:56:04.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffJul 16 03:56:04.155 |
| 5131 | 2026-07-16T03:56:05.065Z | Jul 16 03:56:04.155 |
| 5132 | 2026-07-16T03:56:05.065Z | DEBGDEBG 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 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 } }] |
| 5133 | 2026-07-16T03:56:05.065Z | |
| 5134 | 2026-07-16T03:56:05.065Z | Jul 16 03:56:04.155Jul 16 03:56:04.155replacing 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 |
| 5135 | 2026-07-16T03:56:05.065Z | DEBG Jul 16 03:56:04.155replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 16 03:56:04.155 INFO |
| 5136 | 2026-07-16T03:56:05.065Z | |
| 5137 | 2026-07-16T03:56:05.065Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 16 03:56:04.155 |
| 5138 | 2026-07-16T03:56:05.065Z | adding route 172.16.0.0/32 -> 10.0.0.2Jul 16 03:56:04.155 |
| 5139 | 2026-07-16T03:56:05.065Z | INFO Jul 16 03:56:04.155INFO Jul 16 03:56:04.155DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 5140 | 2026-07-16T03:56:05.065Z | adding route 172.17.0.25/32 -> 10.0.0.255 Jul 16 03:56:04.155 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 } }]failed to allocate space for the new target listDEBG |
| 5141 | 2026-07-16T03:56:05.065Z | |
| 5142 | 2026-07-16T03:56:05.065Z | Jul 16 03:56:04.155replacing 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 } }] |
| 5143 | 2026-07-16T03:56:05.065Z | |
| 5144 | 2026-07-16T03:56:05.066Z | Jul 16 03:56:04.155 INFODEBG adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5145 | 2026-07-16T03:56:05.066Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 16 03:56:04.155Jul 16 03:56:04.155 |
| 5146 | 2026-07-16T03:56:05.066Z | 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 } }]Jul 16 03:56:04.155 |
| 5147 | 2026-07-16T03:56:05.066Z | Jul 16 03:56:04.155 INFOJul 16 03:56:04.155 DEBG INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 5148 | 2026-07-16T03:56:05.066Z | adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]Jul 16 03:56:04.155 |
| 5149 | 2026-07-16T03:56:05.066Z | |
| 5150 | 2026-07-16T03:56:05.066Z | |
| 5151 | 2026-07-16T03:56:05.066Z | Jul 16 03:56:04.155 Jul 16 03:56:04.155INFO DEBGINFOJul 16 03:56:04.155Jul 16 03:56:04.155 adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5152 | 2026-07-16T03:56:05.066Z | adding route 172.17.0.1/32 -> 10.0.0.255failed to allocate space for the new target list |
| 5153 | 2026-07-16T03:56:05.066Z | |
| 5154 | 2026-07-16T03:56:05.066Z | DEBGJul 16 03:56:04.155 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: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 } }] |
| 5155 | 2026-07-16T03:56:05.066Z | DEBG |
| 5156 | 2026-07-16T03:56:05.066Z | Jul 16 03:56:04.155replacing 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 } }] Jul 16 03:56:04.155DEBG |
| 5157 | 2026-07-16T03:56:05.066Z | Jul 16 03:56:04.155 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5158 | 2026-07-16T03:56:05.066Z | 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: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 } }] |
| 5159 | 2026-07-16T03:56:05.066Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 16 03:56:04.155Jul 16 03:56:04.155 |
| 5160 | 2026-07-16T03:56:05.066Z | INFO INFO adding route 172.17.0.2/32 -> 10.0.0.255Jul 16 03:56:04.155adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5161 | 2026-07-16T03:56:05.066Z | |
| 5162 | 2026-07-16T03:56:05.066Z | 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 } }]Jul 16 03:56:04.155Jul 16 03:56:04.155 DEBGDEBG |
| 5163 | 2026-07-16T03:56:05.066Z | 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.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 } }] |
| 5164 | 2026-07-16T03:56:05.066Z | |
| 5165 | 2026-07-16T03:56:05.066Z | Jul 16 03:56:04.155created new freemap INFO, unitadding route 3fff:beef:20::/64 -> 2001:db8::55:ff:Jul 16 03:56:04.155 Jul 16 03:56:04.155INFO INFO |
| 5166 | 2026-07-16T03:56:05.066Z | adding route 172.17.0.3/32 -> 10.0.0.255freemap_route_ipv4adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5167 | 2026-07-16T03:56:05.066Z | |
| 5168 | 2026-07-16T03:56:05.066Z | |
| 5169 | 2026-07-16T03:56:05.066Z | Jul 16 03:56:04.155 DEBG Jul 16 03:56:04.155replacing 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 } }] |
| 5170 | 2026-07-16T03:56:05.066Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 5171 | 2026-07-16T03:56:05.066Z | DEBG created new freemap, Jul 16 03:56:04.155unitJul 16 03:56:04.155 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 } }] freemap_route_ipv6 |
| 5172 | 2026-07-16T03:56:05.066Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 5173 | 2026-07-16T03:56:05.066Z | |
| 5174 | 2026-07-16T03:56:05.066Z | Jul 16 03:56:04.155Jul 16 03:56:04.155Jul 16 03:56:04.155 INFODEBG adding route 172.17.0.4/32 -> 10.0.0.255initted freemap. size: 64 |
| 5175 | 2026-07-16T03:56:05.066Z | , unitJul 16 03:56:04.155: Jul 16 03:56:04.155freemap_route_ipv4DEBG |
| 5176 | 2026-07-16T03:56:05.066Z | 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 } }] |
| 5177 | 2026-07-16T03:56:05.066Z | 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 } }]Jul 16 03:56:04.155 |
| 5178 | 2026-07-16T03:56:05.066Z | DEBG DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5179 | 2026-07-16T03:56:05.066Z | Jul 16 03:56:04.155reset freemap , INFOJul 16 03:56:04.155Jul 16 03:56:04.155 unitINFO INFOadding route 172.17.0.5/32 -> 10.0.0.255 : |
| 5180 | 2026-07-16T03:56:05.066Z | adding route 172.17.0.29/32 -> 10.0.0.255adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5181 | 2026-07-16T03:56:05.066Z | |
| 5182 | 2026-07-16T03:56:05.066Z | freemap_route_ipv4Jul 16 03:56:04.155 |
| 5183 | 2026-07-16T03:56:05.066Z | Jul 16 03:56:04.155DEBG Jul 16 03:56:04.155DEBG Jul 16 03:56:04.155 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 5184 | 2026-07-16T03:56:05.067Z | |
| 5185 | 2026-07-16T03:56:05.067Z | unit :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 } }] |
| 5186 | 2026-07-16T03:56:05.067Z | freemap_route_ipv6Jul 16 03:56:04.155Jul 16 03:56:04.155 |
| 5187 | 2026-07-16T03:56:05.067Z | INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255Jul 16 03:56:04.155 |
| 5188 | 2026-07-16T03:56:05.067Z | |
| 5189 | 2026-07-16T03:56:05.067Z | Jul 16 03:56:04.155INFOJul 16 03:56:04.155Jul 16 03:56:04.155 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 5190 | 2026-07-16T03:56:05.067Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5191 | 2026-07-16T03:56:05.067Z | reset freemap |
| 5192 | 2026-07-16T03:56:05.067Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5193 | 2026-07-16T03:56:05.067Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5194 | 2026-07-16T03:56:05.067Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5195 | 2026-07-16T03:56:05.067Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5196 | 2026-07-16T03:56:05.067Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5197 | 2026-07-16T03:56:05.067Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5198 | 2026-07-16T03:56:05.067Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5199 | 2026-07-16T03:56:05.067Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5200 | 2026-07-16T03:56:05.067Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5201 | 2026-07-16T03:56:05.067Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5202 | 2026-07-16T03:56:05.067Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5203 | 2026-07-16T03:56:05.067Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5204 | 2026-07-16T03:56:05.067Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5205 | 2026-07-16T03:56:05.067Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5206 | 2026-07-16T03:56:05.067Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5207 | 2026-07-16T03:56:05.067Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5208 | 2026-07-16T03:56:05.067Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5209 | 2026-07-16T03:56:05.067Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5210 | 2026-07-16T03:56:05.072Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5211 | 2026-07-16T03:56:05.072Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5212 | 2026-07-16T03:56:05.072Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5213 | 2026-07-16T03:56:05.072Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5214 | 2026-07-16T03:56:05.072Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5215 | 2026-07-16T03:56:05.072Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5216 | 2026-07-16T03:56:05.072Z | , unitJul 16 03:56:04.155:Jul 16 03:56:04.155 INFOINFO freemap_route_ipv6Jul 16 03:56:04.155adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5217 | 2026-07-16T03:56:05.072Z | Jul 16 03:56:04.156 DEBGJul 16 03:56:04.156 Jul 16 03:56:04.163DEBG created new freemapDEBG, created new freemapunit , unitreplacing 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 } }]: |
| 5218 | 2026-07-16T03:56:05.072Z | freemap_route_ipv4DEBG |
| 5219 | 2026-07-16T03:56:05.072Z | Jul 16 03:56:04.163 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 5220 | 2026-07-16T03:56:05.072Z | |
| 5221 | 2026-07-16T03:56:05.072Z | Jul 16 03:56:04.163 adding route 172.17.0.8/32 -> 10.0.0.255 DEBG |
| 5222 | 2026-07-16T03:56:05.072Z | created new freemapJul 16 03:56:04.163Jul 16 03:56:04.163Jul 16 03:56:04.163 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 } }] |
| 5223 | 2026-07-16T03:56:05.072Z | 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 } }], :unit |
| 5224 | 2026-07-16T03:56:05.072Z | freemap_route_ipv4 : |
| 5225 | 2026-07-16T03:56:05.072Z | replacing targets for 3fff:dead::/64 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 } }]Jul 16 03:56:04.163Jul 16 03:56:04.163 |
| 5226 | 2026-07-16T03:56:05.072Z | Jul 16 03:56:04.163 freemap_route_ipv6INFO |
| 5227 | 2026-07-16T03:56:05.072Z | Jul 16 03:56:04.163DEBG adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 5228 | 2026-07-16T03:56:05.072Z | WARNadding route 3fff:beef:25::/64 -> 2001:db8::55:ff created new freemapshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5229 | 2026-07-16T03:56:05.072Z | Jul 16 03:56:04.163Jul 16 03:56:04.163, unit: DEBG |
| 5230 | 2026-07-16T03:56:05.072Z | DEBG freemap_route_ipv6 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 } }]initted freemap. size: 64 |
| 5231 | 2026-07-16T03:56:05.072Z | , |
| 5232 | 2026-07-16T03:56:05.072Z | Jul 16 03:56:04.163unit :Jul 16 03:56:04.163Jul 16 03:56:04.163 DEBG DEBG freemap_route_ipv4INFO |
| 5233 | 2026-07-16T03:56:05.072Z | 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 } }]initted freemap. size: 64 adding route 172.17.0.10/32 -> 10.0.0.255, |
| 5234 | 2026-07-16T03:56:05.073Z | unit |
| 5235 | 2026-07-16T03:56:05.073Z | Jul 16 03:56:04.163: freemap_route_ipv4DEBG |
| 5236 | 2026-07-16T03:56:05.073Z | reset freemapJul 16 03:56:04.163, unitDEBGJul 16 03:56:04.163 : DEBGfreemap_route_ipv4 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 5237 | 2026-07-16T03:56:05.073Z | |
| 5238 | 2026-07-16T03:56:05.073Z | , unit:Jul 16 03:56:04.163 Jul 16 03:56:04.163freemap_route_ipv4 |
| 5239 | 2026-07-16T03:56:05.073Z | DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5240 | 2026-07-16T03:56:05.073Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5241 | 2026-07-16T03:56:05.073Z | Jul 16 03:56:04.163Jul 16 03:56:04.163 initted freemap. size: 64 DEBGJul 16 03:56:04.163 Jul 16 03:56:04.163initted freemap. size: 64 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 } }]unitunit:: freemap_route_ipv6 INFOfreemap_route_ipv6 |
| 5242 | 2026-07-16T03:56:05.073Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5243 | 2026-07-16T03:56:05.073Z | |
| 5244 | 2026-07-16T03:56:05.073Z | |
| 5245 | 2026-07-16T03:56:05.073Z | Jul 16 03:56:04.163Jul 16 03:56:04.163Jul 16 03:56:04.163Jul 16 03:56:04.163 INFO DEBG 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 } }] adding route 172.17.0.12/32 -> 10.0.0.255DEBGreset freemap , |
| 5246 | 2026-07-16T03:56:05.073Z | reset freemap |
| 5247 | 2026-07-16T03:56:05.073Z | unit:, unit:freemap_route_ipv6adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 16 03:56:04.163 |
| 5248 | 2026-07-16T03:56:05.073Z | Jul 16 03:56:04.163 |
| 5249 | 2026-07-16T03:56:05.073Z | freemap_route_ipv6DEBG INFO |
| 5250 | 2026-07-16T03:56:05.073Z | Jul 16 03:56:04.163 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 5251 | 2026-07-16T03:56:05.073Z | |
| 5252 | 2026-07-16T03:56:05.073Z | 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 } }]Jul 16 03:56:04.163 |
| 5253 | 2026-07-16T03:56:05.073Z | INFOJul 16 03:56:04.163 Jul 16 03:56:04.163 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5254 | 2026-07-16T03:56:05.073Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255Jul 16 03:56:04.163 |
| 5255 | 2026-07-16T03:56:05.073Z | DEBGJul 16 03:56:04.163 Jul 16 03:56:04.163replacing 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 |
| 5256 | 2026-07-16T03:56:05.073Z | Jul 16 03:56:04.163 DEBG DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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 } }]Jul 16 03:56:04.163 |
| 5257 | 2026-07-16T03:56:05.073Z | |
| 5258 | 2026-07-16T03:56:05.073Z | INFO |
| 5259 | 2026-07-16T03:56:05.073Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5260 | 2026-07-16T03:56:05.073Z | INFO Jul 16 03:56:04.163Jul 16 03:56:04.163 adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 5261 | 2026-07-16T03:56:05.073Z | Jul 16 03:56:04.163 INFOadding route 172.17.0.0/32 -> 10.0.0.255 adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5262 | 2026-07-16T03:56:05.073Z | DEBG |
| 5263 | 2026-07-16T03:56:05.073Z | Jul 16 03:56:04.163 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 } }] Jul 16 03:56:04.163Jul 16 03:56:04.163DEBG |
| 5264 | 2026-07-16T03:56:05.073Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5265 | 2026-07-16T03:56:05.073Z | Jul 16 03:56:04.163DEBG DEBG DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:56:04.163 |
| 5266 | 2026-07-16T03:56:05.073Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5267 | 2026-07-16T03:56:05.073Z | Jul 16 03:56:04.163 |
| 5268 | 2026-07-16T03:56:05.073Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5269 | 2026-07-16T03:56:05.074Z | Jul 16 03:56:04.163 INFO Jul 16 03:56:04.163INFO Jul 16 03:56:04.163 INFOINFO INFOadding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5270 | 2026-07-16T03:56:05.074Z | adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5271 | 2026-07-16T03:56:05.074Z | |
| 5272 | 2026-07-16T03:56:05.074Z | |
| 5273 | 2026-07-16T03:56:05.074Z | |
| 5274 | 2026-07-16T03:56:05.074Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5275 | 2026-07-16T03:56:05.074Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5276 | 2026-07-16T03:56:05.074Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5277 | 2026-07-16T03:56:05.074Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5278 | 2026-07-16T03:56:05.074Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5279 | 2026-07-16T03:56:05.074Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5280 | 2026-07-16T03:56:05.074Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5281 | 2026-07-16T03:56:05.074Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5282 | 2026-07-16T03:56:05.074Z | Jul 16 03:56:04.163Jul 16 03:56:04.163 Jul 16 03:56:04.163DEBG Jul 16 03:56:04.163DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Jul 16 03:56:04.163replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5283 | 2026-07-16T03:56:05.074Z | 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 } }]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 } }] |
| 5284 | 2026-07-16T03:56:05.074Z | |
| 5285 | 2026-07-16T03:56:05.074Z | |
| 5286 | 2026-07-16T03:56:05.074Z | 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 } }]Jul 16 03:56:04.163 |
| 5287 | 2026-07-16T03:56:05.074Z | Jul 16 03:56:04.163 INFOJul 16 03:56:04.163 INFOadding route 172.17.0.2/32 -> 10.0.0.255 |
| 5288 | 2026-07-16T03:56:05.074Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255Jul 16 03:56:04.163 |
| 5289 | 2026-07-16T03:56:05.074Z | adding route 172.17.0.16/32 -> 10.0.0.255INFO |
| 5290 | 2026-07-16T03:56:05.074Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 16 03:56:04.163Jul 16 03:56:04.163 |
| 5291 | 2026-07-16T03:56:05.074Z | DEBGINFOJul 16 03:56:04.163 Jul 16 03:56:04.163adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5292 | 2026-07-16T03:56:05.074Z | 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 } }]Jul 16 03:56:04.163DEBG |
| 5293 | 2026-07-16T03:56:05.074Z | DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5294 | 2026-07-16T03:56:05.074Z | Jul 16 03:56:04.163 |
| 5295 | 2026-07-16T03:56:05.075Z | 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 } }] |
| 5296 | 2026-07-16T03:56:05.075Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5297 | 2026-07-16T03:56:05.075Z | Jul 16 03:56:04.163 Jul 16 03:56:04.163INFOJul 16 03:56:04.163 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Jul 16 03:56:04.163 |
| 5298 | 2026-07-16T03:56:05.075Z | adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 5299 | 2026-07-16T03:56:05.075Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5300 | 2026-07-16T03:56:05.075Z | Jul 16 03:56:04.163DEBG Jul 16 03:56:04.163DEBGJul 16 03:56:04.163 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5301 | 2026-07-16T03:56:05.075Z | 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 } }]DEBGDEBG |
| 5302 | 2026-07-16T03:56:05.075Z | 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 } }] |
| 5303 | 2026-07-16T03:56:05.075Z | 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 } }]Jul 16 03:56:04.163Jul 16 03:56:04.163 Jul 16 03:56:04.163DEBG |
| 5304 | 2026-07-16T03:56:05.075Z | INFOJul 16 03:56:04.163 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5305 | 2026-07-16T03:56:05.075Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5306 | 2026-07-16T03:56:05.075Z | adding route 172.17.0.18/32 -> 10.0.0.255 Jul 16 03:56:04.163adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5307 | 2026-07-16T03:56:05.075Z | Jul 16 03:56:04.163Jul 16 03:56:04.163 |
| 5308 | 2026-07-16T03:56:05.075Z | DEBGINFO INFO Jul 16 03:56:04.163adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5309 | 2026-07-16T03:56:05.075Z | |
| 5310 | 2026-07-16T03:56:05.081Z | DEBG adding route 172.17.0.37/32 -> 10.0.0.255Jul 16 03:56:04.163Jul 16 03:56:04.163 |
| 5311 | 2026-07-16T03:56:05.081Z | 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 } }] |
| 5312 | 2026-07-16T03:56:05.081Z | DEBGDEBG Jul 16 03:56:04.163 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]INFOJul 16 03:56:04.163Jul 16 03:56:04.163 |
| 5313 | 2026-07-16T03:56:05.081Z | 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 } }] adding route 172.17.0.5/32 -> 10.0.0.255INFO Jul 16 03:56:04.163replacing 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 } }] |
| 5314 | 2026-07-16T03:56:05.081Z | DEBG |
| 5315 | 2026-07-16T03:56:05.081Z | |
| 5316 | 2026-07-16T03:56:05.081Z | adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5317 | 2026-07-16T03:56:05.081Z | |
| 5318 | 2026-07-16T03:56:05.081Z | Jul 16 03:56:04.163 INFOJul 16 03:56:04.163Jul 16 03:56:04.163Jul 16 03:56:04.163 INFO DEBGDEBG adding route 172.17.0.38/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 } }] |
| 5319 | 2026-07-16T03:56:05.081Z | |
| 5320 | 2026-07-16T03:56:05.081Z | |
| 5321 | 2026-07-16T03:56:05.081Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5322 | 2026-07-16T03:56:05.082Z | Jul 16 03:56:04.163 |
| 5323 | 2026-07-16T03:56:05.082Z | Jul 16 03:56:04.163DEBG Jul 16 03:56:04.163 INFOJul 16 03:56:04.163INFOJul 16 03:56:04.163replacing 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.20/32 -> 10.0.0.255 |
| 5324 | 2026-07-16T03:56:05.082Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5325 | 2026-07-16T03:56:05.082Z | 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 } }] |
| 5326 | 2026-07-16T03:56:05.082Z | |
| 5327 | 2026-07-16T03:56:05.082Z | Jul 16 03:56:04.163INFO Jul 16 03:56:04.163adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5328 | 2026-07-16T03:56:05.082Z | DEBGINFOJul 16 03:56:04.163 Jul 16 03:56:04.163INFO DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5329 | 2026-07-16T03:56:05.082Z | adding route 172.17.0.39/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5330 | 2026-07-16T03:56:05.082Z | 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 } }] |
| 5331 | 2026-07-16T03:56:05.082Z | |
| 5332 | 2026-07-16T03:56:05.083Z | Jul 16 03:56:04.163 DEBGJul 16 03:56:04.163 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOJul 16 03:56:04.163 Jul 16 03:56:04.163Jul 16 03:56:04.163 DEBGadding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 5333 | 2026-07-16T03:56:05.083Z | |
| 5334 | 2026-07-16T03:56:05.083Z | 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 } }] |
| 5335 | 2026-07-16T03:56:05.083Z | adding route 172.17.0.21/32 -> 10.0.0.255replacing 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 } }] |
| 5336 | 2026-07-16T03:56:05.083Z | Jul 16 03:56:04.164 |
| 5337 | 2026-07-16T03:56:05.083Z | DEBG Jul 16 03:56:04.164created new freemap , Jul 16 03:56:04.170unitDEBG: DEBG freemap_route_ipv4replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5338 | 2026-07-16T03:56:05.083Z | Jul 16 03:56:04.170 |
| 5339 | 2026-07-16T03:56:05.083Z | |
| 5340 | 2026-07-16T03:56:05.083Z | INFO Jul 16 03:56:04.170 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 5341 | 2026-07-16T03:56:05.083Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5342 | 2026-07-16T03:56:05.083Z | |
| 5343 | 2026-07-16T03:56:05.083Z | Jul 16 03:56:04.170Jul 16 03:56:04.170Jul 16 03:56:04.170 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapDEBG |
| 5344 | 2026-07-16T03:56:05.083Z | , Jul 16 03:56:04.170 Jul 16 03:56:04.170replacing 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 |
| 5345 | 2026-07-16T03:56:05.083Z | unit INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:56:04.170:Jul 16 03:56:04.170 |
| 5346 | 2026-07-16T03:56:05.083Z | freemap_route_ipv6 INFOINFO |
| 5347 | 2026-07-16T03:56:05.083Z | adding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:56:04.170adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5348 | 2026-07-16T03:56:05.083Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255 |
| 5349 | 2026-07-16T03:56:05.083Z | |
| 5350 | 2026-07-16T03:56:05.083Z | |
| 5351 | 2026-07-16T03:56:05.083Z | Jul 16 03:56:04.170Jul 16 03:56:04.170 Jul 16 03:56:04.170Jul 16 03:56:04.170Jul 16 03:56:04.170 DEBGDEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 5352 | 2026-07-16T03:56:05.083Z | DEBG |
| 5353 | 2026-07-16T03:56:05.083Z | 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 } }]initted freemap. size: 64 |
| 5354 | 2026-07-16T03:56:05.083Z | , Jul 16 03:56:04.170Jul 16 03:56:04.170unit : INFOfreemap_route_ipv4 |
| 5355 | 2026-07-16T03:56:05.083Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5356 | 2026-07-16T03:56:05.084Z | INFO Jul 16 03:56:04.170 |
| 5357 | 2026-07-16T03:56:05.084Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff INFO |
| 5358 | 2026-07-16T03:56:05.084Z | Jul 16 03:56:04.170Jul 16 03:56:04.170Jul 16 03:56:04.170 Jul 16 03:56:04.170adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5359 | 2026-07-16T03:56:05.084Z | INFO DEBG DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5360 | 2026-07-16T03:56:05.084Z | Jul 16 03:56:04.170replacing 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 |
| 5361 | 2026-07-16T03:56:05.084Z | adding route 172.17.0.9/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 5362 | 2026-07-16T03:56:05.084Z | |
| 5363 | 2026-07-16T03:56:05.084Z | reset freemap, Jul 16 03:56:04.170unit Jul 16 03:56:04.170INFOJul 16 03:56:04.170: INFO freemap_route_ipv4adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5364 | 2026-07-16T03:56:05.084Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 5365 | 2026-07-16T03:56:05.084Z | |
| 5366 | 2026-07-16T03:56:05.084Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5367 | 2026-07-16T03:56:05.084Z | Jul 16 03:56:04.170 Jul 16 03:56:04.170Jul 16 03:56:04.170 DEBG DEBGJul 16 03:56:04.170 Jul 16 03:56:04.170 DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 5368 | 2026-07-16T03:56:05.084Z | 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 } }] |
| 5369 | 2026-07-16T03:56:05.084Z | test route::tests::same_size_non_subset_replace ... ok |
| 5370 | 2026-07-16T03:56:05.084Z | |
| 5371 | 2026-07-16T03:56:05.084Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5372 | 2026-07-16T03:56:05.084Z | initted freemap. size: 64, Jul 16 03:56:04.170unitJul 16 03:56:04.170 :Jul 16 03:56:04.170Jul 16 03:56:04.170 INFOINFO INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFOfreemap_route_ipv6 adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5373 | 2026-07-16T03:56:05.084Z | |
| 5374 | 2026-07-16T03:56:05.084Z | |
| 5375 | 2026-07-16T03:56:05.084Z | |
| 5376 | 2026-07-16T03:56:05.084Z | |
| 5377 | 2026-07-16T03:56:05.084Z | Jul 16 03:56:04.170Jul 16 03:56:04.170 Jul 16 03:56:04.170DEBGDEBGJul 16 03:56:04.170 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 |
| 5378 | 2026-07-16T03:56:05.084Z | DEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]reset freemap |
| 5379 | 2026-07-16T03:56:05.084Z | |
| 5380 | 2026-07-16T03:56:05.084Z | , Jul 16 03:56:04.170 INFOJul 16 03:56:04.170 unitadding route 3fff:beef:35::/64 -> 2001:db8::55:ff : |
| 5381 | 2026-07-16T03:56:05.084Z | Jul 16 03:56:04.170 DEBGJul 16 03:56:04.170freemap_route_ipv6 INFO |
| 5382 | 2026-07-16T03:56:05.085Z | adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5383 | 2026-07-16T03:56:05.085Z | |
| 5384 | 2026-07-16T03:56:05.085Z | Jul 16 03:56:04.170 DEBGINFO Jul 16 03:56:04.170 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255Jul 16 03:56:04.170 |
| 5385 | 2026-07-16T03:56:05.085Z | |
| 5386 | 2026-07-16T03:56:05.085Z | Jul 16 03:56:04.170 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5387 | 2026-07-16T03:56:05.085Z | |
| 5388 | 2026-07-16T03:56:05.085Z | INFOJul 16 03:56:04.170 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFOJul 16 03:56:04.170 |
| 5389 | 2026-07-16T03:56:05.085Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 16 03:56:04.170 |
| 5390 | 2026-07-16T03:56:05.085Z | INFODEBG 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 } }] |
| 5391 | 2026-07-16T03:56:05.085Z | |
| 5392 | 2026-07-16T03:56:05.085Z | Jul 16 03:56:04.170Jul 16 03:56:04.170 Jul 16 03:56:04.170Jul 16 03:56:04.170DEBG 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 } }]Jul 16 03:56:04.170 |
| 5393 | 2026-07-16T03:56:05.085Z | INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5394 | 2026-07-16T03:56:05.085Z | DEBG |
| 5395 | 2026-07-16T03:56:05.085Z | DEBGJul 16 03:56:04.170 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 } }]Jul 16 03:56:04.170INFOJul 16 03:56:04.170 |
| 5396 | 2026-07-16T03:56:05.085Z | INFO DEBG Jul 16 03:56:04.170 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 5397 | 2026-07-16T03:56:05.085Z | adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5398 | 2026-07-16T03:56:05.085Z | Jul 16 03:56:04.170 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 } }] |
| 5399 | 2026-07-16T03:56:05.085Z | DEBG adding route 172.17.0.12/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 } }]Jul 16 03:56:04.179 |
| 5400 | 2026-07-16T03:56:05.085Z | INFO |
| 5401 | 2026-07-16T03:56:05.085Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 16 03:56:04.179 |
| 5402 | 2026-07-16T03:56:05.085Z | 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 } }]Jul 16 03:56:04.179 |
| 5403 | 2026-07-16T03:56:05.085Z | DEBG Jul 16 03:56:04.179replacing 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 } }] |
| 5404 | 2026-07-16T03:56:05.085Z | INFO Jul 16 03:56:04.179 adding route 172.17.0.40/32 -> 10.0.0.255INFO |
| 5405 | 2026-07-16T03:56:05.085Z | Jul 16 03:56:04.179adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5406 | 2026-07-16T03:56:05.085Z | INFOJul 16 03:56:04.179 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5407 | 2026-07-16T03:56:05.086Z | DEBGJul 16 03:56:04.179Jul 16 03:56:04.179 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 } }]Jul 16 03:56:04.179 |
| 5408 | 2026-07-16T03:56:05.086Z | DEBG DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5409 | 2026-07-16T03:56:05.086Z | Jul 16 03:56:04.179 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 } }] |
| 5410 | 2026-07-16T03:56:05.090Z | 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 } }]Jul 16 03:56:04.179 |
| 5411 | 2026-07-16T03:56:05.090Z | INFO INFOJul 16 03:56:04.179 Jul 16 03:56:04.179adding route 172.17.0.13/32 -> 10.0.0.255INFO adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 5412 | 2026-07-16T03:56:05.090Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5413 | 2026-07-16T03:56:05.090Z | |
| 5414 | 2026-07-16T03:56:05.090Z | |
| 5415 | 2026-07-16T03:56:05.090Z | Jul 16 03:56:04.179 DEBGJul 16 03:56:04.179 Jul 16 03:56:04.179 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 } }]DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5416 | 2026-07-16T03:56:05.090Z | 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 } }] |
| 5417 | 2026-07-16T03:56:05.090Z | |
| 5418 | 2026-07-16T03:56:05.090Z | Jul 16 03:56:04.179 Jul 16 03:56:04.179DEBG Jul 16 03:56:04.179replacing 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 } }] INFOINFOJul 16 03:56:04.179 |
| 5419 | 2026-07-16T03:56:05.090Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5420 | 2026-07-16T03:56:05.091Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5421 | 2026-07-16T03:56:05.091Z | |
| 5422 | 2026-07-16T03:56:05.091Z | Jul 16 03:56:04.179Jul 16 03:56:04.179 INFOINFO Jul 16 03:56:04.179 adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 5423 | 2026-07-16T03:56:05.091Z | Jul 16 03:56:04.179 |
| 5424 | 2026-07-16T03:56:05.091Z | Jul 16 03:56:04.179 DEBGJul 16 03:56:04.179Jul 16 03:56:04.179replacing 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 } }] |
| 5425 | 2026-07-16T03:56:05.091Z | DEBG DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5426 | 2026-07-16T03:56:05.091Z | 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.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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5427 | 2026-07-16T03:56:05.091Z | |
| 5428 | 2026-07-16T03:56:05.091Z | Jul 16 03:56:04.179 |
| 5429 | 2026-07-16T03:56:05.091Z | INFOJul 16 03:56:04.179 adding route 172.17.0.15/32 -> 10.0.0.255Jul 16 03:56:04.179 INFOINFO |
| 5430 | 2026-07-16T03:56:05.091Z | Jul 16 03:56:04.179 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.33/32 -> 10.0.0.255 |
| 5431 | 2026-07-16T03:56:05.091Z | DEBG |
| 5432 | 2026-07-16T03:56:05.091Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]Jul 16 03:56:04.179 |
| 5433 | 2026-07-16T03:56:05.091Z | Jul 16 03:56:04.179 DEBG Jul 16 03:56:04.179 Jul 16 03:56:04.179 INFODEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5434 | 2026-07-16T03:56:05.091Z | |
| 5435 | 2026-07-16T03:56:05.091Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5436 | 2026-07-16T03:56:05.091Z | 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 } }] |
| 5437 | 2026-07-16T03:56:05.091Z | Jul 16 03:56:04.179Jul 16 03:56:04.179 INFOINFOJul 16 03:56:04.179 adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 5438 | 2026-07-16T03:56:05.091Z | Jul 16 03:56:04.179replacing 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 } }] |
| 5439 | 2026-07-16T03:56:05.091Z | INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5440 | 2026-07-16T03:56:05.091Z | adding route 172.17.0.34/32 -> 10.0.0.255Jul 16 03:56:04.179 |
| 5441 | 2026-07-16T03:56:05.091Z | DEBGJul 16 03:56:04.179 Jul 16 03:56:04.179Jul 16 03:56:04.179 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5442 | 2026-07-16T03:56:05.091Z | DEBG DEBGadding route 172.17.0.44/32 -> 10.0.0.255 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 5443 | 2026-07-16T03:56:05.091Z | |
| 5444 | 2026-07-16T03:56:05.091Z | |
| 5445 | 2026-07-16T03:56:05.091Z | Jul 16 03:56:04.179 Jul 16 03:56:04.179Jul 16 03:56:04.179 INFOJul 16 03:56:04.179DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5446 | 2026-07-16T03:56:05.091Z | 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 } }] |
| 5447 | 2026-07-16T03:56:05.091Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5448 | 2026-07-16T03:56:05.091Z | |
| 5449 | 2026-07-16T03:56:05.091Z | Jul 16 03:56:04.179Jul 16 03:56:04.179Jul 16 03:56:04.179 Jul 16 03:56:04.179 DEBGDEBG 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 } }] 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 } }] |
| 5450 | 2026-07-16T03:56:05.091Z | |
| 5451 | 2026-07-16T03:56:05.091Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5452 | 2026-07-16T03:56:05.091Z | |
| 5453 | 2026-07-16T03:56:05.091Z | Jul 16 03:56:04.180Jul 16 03:56:04.180 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255Jul 16 03:56:04.180 |
| 5454 | 2026-07-16T03:56:05.091Z | adding route 172.17.0.18/32 -> 10.0.0.255 INFO |
| 5455 | 2026-07-16T03:56:05.091Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 16 03:56:04.180 |
| 5456 | 2026-07-16T03:56:05.091Z | DEBGJul 16 03:56:04.180 Jul 16 03:56:04.180Jul 16 03:56:04.180replacing 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 |
| 5457 | 2026-07-16T03:56:05.091Z | 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 } }]DEBG |
| 5458 | 2026-07-16T03:56:05.092Z | 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 } }]Jul 16 03:56:04.180 |
| 5459 | 2026-07-16T03:56:05.092Z | 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 |
| 5460 | 2026-07-16T03:56:05.092Z | Jul 16 03:56:04.180 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5461 | 2026-07-16T03:56:05.092Z | INFO Jul 16 03:56:04.180adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 16 03:56:04.180 |
| 5462 | 2026-07-16T03:56:05.092Z | INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 16 03:56:04.180adding route 172.17.0.19/32 -> 10.0.0.255Jul 16 03:56:04.180 |
| 5463 | 2026-07-16T03:56:05.092Z | |
| 5464 | 2026-07-16T03:56:05.092Z | DEBG DEBGJul 16 03:56:04.180 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }] |
| 5465 | 2026-07-16T03:56:05.092Z | |
| 5466 | 2026-07-16T03:56:05.092Z | DEBG Jul 16 03:56:04.180replacing 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 } }]Jul 16 03:56:04.180Jul 16 03:56:04.180 |
| 5467 | 2026-07-16T03:56:05.092Z | INFO DEBG DEBGfailed to allocate space for the new target list adding route 172.17.0.38/32 -> 10.0.0.255Jul 16 03:56:04.180replacing 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 } }] |
| 5468 | 2026-07-16T03:56:05.092Z | INFO |
| 5469 | 2026-07-16T03:56:05.092Z | |
| 5470 | 2026-07-16T03:56:05.092Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5471 | 2026-07-16T03:56:05.092Z | Jul 16 03:56:04.180 Jul 16 03:56:04.180Jul 16 03:56:04.180 Jul 16 03:56:04.180INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 |
| 5472 | 2026-07-16T03:56:05.092Z | DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 5473 | 2026-07-16T03:56:05.092Z | |
| 5474 | 2026-07-16T03:56:05.092Z | |
| 5475 | 2026-07-16T03:56:05.092Z | Jul 16 03:56:04.180 DEBG Jul 16 03:56:04.180replacing 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 } }] |
| 5476 | 2026-07-16T03:56:05.092Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5477 | 2026-07-16T03:56:05.092Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5478 | 2026-07-16T03:56:05.092Z | Jul 16 03:56:04.180 INFOJul 16 03:56:04.180 Jul 16 03:56:04.180adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5479 | 2026-07-16T03:56:05.092Z | INFODEBG adding route 172.17.0.48/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 } }]Jul 16 03:56:04.180 |
| 5480 | 2026-07-16T03:56:05.092Z | |
| 5481 | 2026-07-16T03:56:05.092Z | 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 } }]Jul 16 03:56:04.180 |
| 5482 | 2026-07-16T03:56:05.092Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 16 03:56:04.180 |
| 5483 | 2026-07-16T03:56:05.092Z | INFOJul 16 03:56:04.180 |
| 5484 | 2026-07-16T03:56:05.092Z | DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 5485 | 2026-07-16T03:56:05.092Z | 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 } }]Jul 16 03:56:04.180 |
| 5486 | 2026-07-16T03:56:05.092Z | Jul 16 03:56:04.180DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5487 | 2026-07-16T03:56:05.092Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 16 03:56:04.180 |
| 5488 | 2026-07-16T03:56:05.092Z | Jul 16 03:56:04.180 DEBG Jul 16 03:56:04.180 Jul 16 03:56:04.180INFO 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 } }]INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5489 | 2026-07-16T03:56:05.093Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5490 | 2026-07-16T03:56:05.093Z | |
| 5491 | 2026-07-16T03:56:05.093Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 16 03:56:04.180 |
| 5492 | 2026-07-16T03:56:05.093Z | INFOJul 16 03:56:04.180 adding route 172.17.0.23/32 -> 10.0.0.255DEBGJul 16 03:56:04.180 |
| 5493 | 2026-07-16T03:56:05.093Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5494 | 2026-07-16T03:56:05.093Z | Jul 16 03:56:04.180 adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:56:04.180 |
| 5495 | 2026-07-16T03:56:05.093Z | 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.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 } }] |
| 5496 | 2026-07-16T03:56:05.093Z | |
| 5497 | 2026-07-16T03:56:05.093Z | Jul 16 03:56:04.180Jul 16 03:56:04.180 DEBGINFOJul 16 03:56:04.180 adding route 172.17.0.42/32 -> 10.0.0.255 INFO |
| 5498 | 2026-07-16T03:56:05.093Z | adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5499 | 2026-07-16T03:56:05.093Z | Jul 16 03:56:04.180 |
| 5500 | 2026-07-16T03:56:05.093Z | INFO Jul 16 03:56:04.180adding route 172.17.0.50/32 -> 10.0.0.255 Jul 16 03:56:04.180DEBG |
| 5501 | 2026-07-16T03:56:05.093Z | 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 } }] |
| 5502 | 2026-07-16T03:56:05.093Z | 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 } }]Jul 16 03:56:04.180 |
| 5503 | 2026-07-16T03:56:05.093Z | DEBG Jul 16 03:56:04.180Jul 16 03:56:04.180 replacing targets for 3fff:dead::/64 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 } }]INFO |
| 5504 | 2026-07-16T03:56:05.093Z | Jul 16 03:56:04.180adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5505 | 2026-07-16T03:56:05.093Z | 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 } }]INFO Jul 16 03:56:04.180 adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 5506 | 2026-07-16T03:56:05.093Z | created new freemapJul 16 03:56:04.180 , DEBGunit : created new freemapfreemap_route_ipv4, |
| 5507 | 2026-07-16T03:56:05.093Z | unitJul 16 03:56:04.187: DEBGfreemap_route_ipv4 Jul 16 03:56:04.187 |
| 5508 | 2026-07-16T03:56:05.093Z | 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 } }] |
| 5509 | 2026-07-16T03:56:05.093Z | DEBG Jul 16 03:56:04.187created new freemap , DEBGunitJul 16 03:56:04.187: created new freemapfreemap_route_ipv6INFO, |
| 5510 | 2026-07-16T03:56:05.098Z | unitadding route 172.17.0.26/32 -> 10.0.0.255: |
| 5511 | 2026-07-16T03:56:05.098Z | freemap_route_ipv6Jul 16 03:56:04.187 |
| 5512 | 2026-07-16T03:56:05.098Z | Jul 16 03:56:04.180Jul 16 03:56:04.187 DEBGDEBGJul 16 03:56:04.187 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 } }] |
| 5513 | 2026-07-16T03:56:05.098Z | DEBG initted freemap. size: 64DEBGinitted freemap. size: 64, unitreplacing 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 } }], |
| 5514 | 2026-07-16T03:56:05.098Z | :unit :Jul 16 03:56:04.187 Jul 16 03:56:04.187 freemap_route_ipv4INFO |
| 5515 | 2026-07-16T03:56:05.098Z | INFOfreemap_route_ipv4 adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5516 | 2026-07-16T03:56:05.098Z | |
| 5517 | 2026-07-16T03:56:05.098Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5518 | 2026-07-16T03:56:05.098Z | Jul 16 03:56:04.187Jul 16 03:56:04.187 DEBGDEBG Jul 16 03:56:04.187replacing 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 } }] Jul 16 03:56:04.187DEBGreset freemap |
| 5519 | 2026-07-16T03:56:05.098Z | 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 } }]unit |
| 5520 | 2026-07-16T03:56:05.098Z | |
| 5521 | 2026-07-16T03:56:05.098Z | : reset freemapfreemap_route_ipv4, Jul 16 03:56:04.187unit |
| 5522 | 2026-07-16T03:56:05.098Z | INFO: Jul 16 03:56:04.187 Jul 16 03:56:04.187freemap_route_ipv4adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5523 | 2026-07-16T03:56:05.098Z | INFO |
| 5524 | 2026-07-16T03:56:05.098Z | INFOJul 16 03:56:04.187 adding route 172.17.0.45/32 -> 10.0.0.255 DEBG |
| 5525 | 2026-07-16T03:56:05.098Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5526 | 2026-07-16T03:56:05.098Z | initted freemap. size: 64Jul 16 03:56:04.187Jul 16 03:56:04.187, Jul 16 03:56:04.187unit : Jul 16 03:56:04.187DEBG DEBG 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 } }]initted freemap. size: 64 |
| 5527 | 2026-07-16T03:56:05.098Z | |
| 5528 | 2026-07-16T03:56:05.098Z | , unitDEBG 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 Jul 16 03:56:04.187 |
| 5529 | 2026-07-16T03:56:05.098Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGfreemap_route_ipv6Jul 16 03:56:04.187 |
| 5530 | 2026-07-16T03:56:05.098Z | reset freemapINFO |
| 5531 | 2026-07-16T03:56:05.098Z | , unitadding route 172.17.0.52/32 -> 10.0.0.255: |
| 5532 | 2026-07-16T03:56:05.098Z | freemap_route_ipv6Jul 16 03:56:04.187 |
| 5533 | 2026-07-16T03:56:05.098Z | Jul 16 03:56:04.187 Jul 16 03:56:04.187 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255Jul 16 03:56:04.187Jul 16 03:56:04.187 |
| 5534 | 2026-07-16T03:56:05.098Z | reset freemapINFO, unit:INFO freemap_route_ipv6adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5535 | 2026-07-16T03:56:05.098Z | |
| 5536 | 2026-07-16T03:56:05.098Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5537 | 2026-07-16T03:56:05.099Z | Jul 16 03:56:04.187 Jul 16 03:56:04.187Jul 16 03:56:04.187DEBGDEBG INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1 Jul 16 03:56:04.187 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 } }] |
| 5538 | 2026-07-16T03:56:05.099Z | |
| 5539 | 2026-07-16T03:56:05.099Z | 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 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 } }] |
| 5540 | 2026-07-16T03:56:05.099Z | |
| 5541 | 2026-07-16T03:56:05.099Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5542 | 2026-07-16T03:56:05.099Z | Jul 16 03:56:04.187Jul 16 03:56:04.187Jul 16 03:56:04.187Jul 16 03:56:04.187 Jul 16 03:56:04.187INFO INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2INFOadding route 172.17.0.47/32 -> 10.0.0.255 |
| 5543 | 2026-07-16T03:56:05.099Z | adding route 172.17.0.30/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 } }] |
| 5544 | 2026-07-16T03:56:05.099Z | |
| 5545 | 2026-07-16T03:56:05.099Z | |
| 5546 | 2026-07-16T03:56:05.099Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255Jul 16 03:56:04.187 |
| 5547 | 2026-07-16T03:56:05.099Z | Jul 16 03:56:04.187Jul 16 03:56:04.187Jul 16 03:56:04.187 DEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOJul 16 03:56:04.187 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.16.0.0/32 -> 10.0.0.1 |
| 5548 | 2026-07-16T03:56:05.099Z | DEBG |
| 5549 | 2026-07-16T03:56:05.099Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5550 | 2026-07-16T03:56:05.099Z | |
| 5551 | 2026-07-16T03:56:05.099Z | 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 } }] |
| 5552 | 2026-07-16T03:56:05.099Z | Jul 16 03:56:04.187Jul 16 03:56:04.187 Jul 16 03:56:04.187INFO INFO Jul 16 03:56:04.187adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5553 | 2026-07-16T03:56:05.099Z | INFOINFOJul 16 03:56:04.187adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5554 | 2026-07-16T03:56:05.099Z | adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5555 | 2026-07-16T03:56:05.099Z | |
| 5556 | 2026-07-16T03:56:05.099Z | DEBGJul 16 03:56:04.187 Jul 16 03:56:04.187replacing 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 } }]DEBGJul 16 03:56:04.187 Jul 16 03:56:04.187 |
| 5557 | 2026-07-16T03:56:05.099Z | 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 |
| 5558 | 2026-07-16T03:56:05.099Z | DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] Jul 16 03:56:04.187replacing 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 } }] |
| 5559 | 2026-07-16T03:56:05.099Z | INFOJul 16 03:56:04.187 |
| 5560 | 2026-07-16T03:56:05.099Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 5561 | 2026-07-16T03:56:05.099Z | 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 } }] |
| 5562 | 2026-07-16T03:56:05.099Z | adding route 172.17.0.49/32 -> 10.0.0.255Jul 16 03:56:04.187 |
| 5563 | 2026-07-16T03:56:05.099Z | Jul 16 03:56:04.187Jul 16 03:56:04.187INFO DEBG INFOadding route 172.16.0.0/32 -> 10.0.0.4 |
| 5564 | 2026-07-16T03:56:05.099Z | 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.55/32 -> 10.0.0.255Jul 16 03:56:04.187 |
| 5565 | 2026-07-16T03:56:05.099Z | |
| 5566 | 2026-07-16T03:56:05.099Z | DEBGJul 16 03:56:04.187 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5567 | 2026-07-16T03:56:05.099Z | Jul 16 03:56:04.187 adding route 172.17.0.32/32 -> 10.0.0.255DEBGJul 16 03:56:04.187 |
| 5568 | 2026-07-16T03:56:05.099Z | test route::tests::delete_target_full ... ok |
| 5569 | 2026-07-16T03:56:05.099Z | Jul 16 03:56:04.187replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5570 | 2026-07-16T03:56:05.099Z | DEBG Jul 16 03:56:04.187 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 } }] |
| 5571 | 2026-07-16T03:56:05.099Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2Jul 16 03:56:04.187 |
| 5572 | 2026-07-16T03:56:05.099Z | DEBGJul 16 03:56:04.187Jul 16 03:56:04.187 Jul 16 03:56:04.187INFO INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 5573 | 2026-07-16T03:56:05.099Z | test route::tests::delete_targets_full ... ok |
| 5574 | 2026-07-16T03:56:05.099Z | adding route 172.17.0.56/32 -> 10.0.0.255DEBG |
| 5575 | 2026-07-16T03:56:05.100Z | |
| 5576 | 2026-07-16T03:56:05.100Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.16.0.0/32 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 } }] |
| 5577 | 2026-07-16T03:56:05.100Z | |
| 5578 | 2026-07-16T03:56:05.100Z | Jul 16 03:56:04.187Jul 16 03:56:04.187Jul 16 03:56:04.187 DEBGDEBGJul 16 03:56:04.187 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5579 | 2026-07-16T03:56:05.100Z | 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.0/32 -> 10.0.0.255INFO |
| 5580 | 2026-07-16T03:56:05.100Z | |
| 5581 | 2026-07-16T03:56:05.100Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5582 | 2026-07-16T03:56:05.100Z | Jul 16 03:56:04.187 Jul 16 03:56:04.187INFO Jul 16 03:56:04.187 INFO adding route 172.17.0.57/32 -> 10.0.0.255Jul 16 03:56:04.187DEBG |
| 5583 | 2026-07-16T03:56:05.100Z | DEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5584 | 2026-07-16T03:56:05.100Z | |
| 5585 | 2026-07-16T03:56:05.100Z | 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 } }] |
| 5586 | 2026-07-16T03:56:05.100Z | Jul 16 03:56:04.187 DEBGJul 16 03:56:04.187 Jul 16 03:56:04.187 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBG |
| 5587 | 2026-07-16T03:56:05.100Z | Jul 16 03:56:04.188adding route 172.17.0.1/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 } }] |
| 5588 | 2026-07-16T03:56:05.100Z | |
| 5589 | 2026-07-16T03:56:05.100Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 16 03:56:04.188 |
| 5590 | 2026-07-16T03:56:05.100Z | Jul 16 03:56:04.188DEBGJul 16 03:56:04.188 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 INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 5591 | 2026-07-16T03:56:05.100Z | |
| 5592 | 2026-07-16T03:56:05.100Z | Jul 16 03:56:04.188 DEBGadding route 172.17.0.58/32 -> 10.0.0.255 |
| 5593 | 2026-07-16T03:56:05.100Z | Jul 16 03:56:04.188replacing 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 } }] Jul 16 03:56:04.188DEBG |
| 5594 | 2026-07-16T03:56:05.100Z | 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 } }] |
| 5595 | 2026-07-16T03:56:05.100Z | adding route 172.17.0.2/32 -> 10.0.0.255Jul 16 03:56:04.188 |
| 5596 | 2026-07-16T03:56:05.100Z | Jul 16 03:56:04.188 INFO Jul 16 03:56:04.188adding route 172.17.0.35/32 -> 10.0.0.255DEBGJul 16 03:56:04.188 |
| 5597 | 2026-07-16T03:56:05.100Z | INFODEBGreplacing 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.53/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 } }]Jul 16 03:56:04.188 |
| 5598 | 2026-07-16T03:56:05.100Z | |
| 5599 | 2026-07-16T03:56:05.100Z | |
| 5600 | 2026-07-16T03:56:05.100Z | DEBG Jul 16 03:56:04.188replacing 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 } }] |
| 5601 | 2026-07-16T03:56:05.100Z | Jul 16 03:56:04.188INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255 Jul 16 03:56:04.188replacing 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 } }] |
| 5602 | 2026-07-16T03:56:05.100Z | |
| 5603 | 2026-07-16T03:56:05.100Z | INFOJul 16 03:56:04.188 adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 5604 | 2026-07-16T03:56:05.100Z | Jul 16 03:56:04.188adding route 172.17.0.3/32 -> 10.0.0.255 DEBGJul 16 03:56:04.188 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 } }] |
| 5605 | 2026-07-16T03:56:05.100Z | Jul 16 03:56:04.188 |
| 5606 | 2026-07-16T03:56:05.100Z | INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255Jul 16 03:56:04.188 |
| 5607 | 2026-07-16T03:56:05.100Z | 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 } }] Jul 16 03:56:04.188DEBG |
| 5608 | 2026-07-16T03:56:05.100Z | Jul 16 03:56:04.188replacing 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 } }] DEBGINFO |
| 5609 | 2026-07-16T03:56:05.100Z | 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 } }]Jul 16 03:56:04.188 |
| 5610 | 2026-07-16T03:56:05.104Z | adding route 172.17.0.60/32 -> 10.0.0.255INFO Jul 16 03:56:04.188adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5611 | 2026-07-16T03:56:05.104Z | INFOJul 16 03:56:04.188 |
| 5612 | 2026-07-16T03:56:05.105Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5613 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.188 |
| 5614 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.188 DEBGDEBGJul 16 03:56:04.188 DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5615 | 2026-07-16T03:56:05.105Z | |
| 5616 | 2026-07-16T03:56:05.105Z | 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 } }]Jul 16 03:56:04.188 |
| 5617 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.188DEBG INFOJul 16 03:56:04.188replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5618 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.188 adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255 |
| 5619 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.188 |
| 5620 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.196 DEBGJul 16 03:56:04.196INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255 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 } }] |
| 5621 | 2026-07-16T03:56:05.105Z | |
| 5622 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.196INFO Jul 16 03:56:04.196 INFO adding route 172.17.0.56/32 -> 10.0.0.255DEBG |
| 5623 | 2026-07-16T03:56:05.105Z | adding route 172.17.0.62/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 } }] |
| 5624 | 2026-07-16T03:56:05.105Z | |
| 5625 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.196Jul 16 03:56:04.196 INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing 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 } }] |
| 5626 | 2026-07-16T03:56:05.105Z | |
| 5627 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.196 DEBG Jul 16 03:56:04.196replacing 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 } }] |
| 5628 | 2026-07-16T03:56:05.105Z | 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 } }]Jul 16 03:56:04.196 |
| 5629 | 2026-07-16T03:56:05.105Z | DEBGJul 16 03:56:04.196 failed to allocate space for the new target listINFO |
| 5630 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.196 adding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 5631 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.196adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5632 | 2026-07-16T03:56:05.105Z | 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 } }]Jul 16 03:56:04.196 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 } }] |
| 5633 | 2026-07-16T03:56:05.105Z | |
| 5634 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.196Jul 16 03:56:04.196 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.58/32 -> 10.0.0.255 |
| 5635 | 2026-07-16T03:56:05.105Z | |
| 5636 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.196Jul 16 03:56:04.196 INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5637 | 2026-07-16T03:56:05.105Z | |
| 5638 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.197 Jul 16 03:56:04.179INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5639 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.197INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 16 03:56:04.197 |
| 5640 | 2026-07-16T03:56:05.105Z | 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 } }] |
| 5641 | 2026-07-16T03:56:05.105Z | 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 } }] |
| 5642 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.197 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5643 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.197 INFOJul 16 03:56:04.197 adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 5644 | 2026-07-16T03:56:05.105Z | 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 } }]Jul 16 03:56:04.197 |
| 5645 | 2026-07-16T03:56:05.105Z | DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:56:04.197 |
| 5646 | 2026-07-16T03:56:05.105Z | 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 } }] |
| 5647 | 2026-07-16T03:56:05.105Z | Jul 16 03:56:04.197 INFOJul 16 03:56:04.197 Jul 16 03:56:04.197adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG |
| 5648 | 2026-07-16T03:56:05.106Z | INFO Jul 16 03:56:04.197failed to allocate space for the new target listadding route 172.17.0.10/32 -> 10.0.0.255 |
| 5649 | 2026-07-16T03:56:05.106Z | DEBG |
| 5650 | 2026-07-16T03:56:05.106Z | 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 } }] |
| 5651 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197 Jul 16 03:56:04.197Jul 16 03:56:04.197 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 } }]DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5652 | 2026-07-16T03:56:05.106Z | replacing targets for 172.16.0.0/32 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 } }] |
| 5653 | 2026-07-16T03:56:05.106Z | |
| 5654 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197 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 } }]Jul 16 03:56:04.197 |
| 5655 | 2026-07-16T03:56:05.106Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5656 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197Jul 16 03:56:04.197 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 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5657 | 2026-07-16T03:56:05.106Z | |
| 5658 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197Jul 16 03:56:04.197 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.12/32 -> 10.0.0.255 |
| 5659 | 2026-07-16T03:56:05.106Z | |
| 5660 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197 Jul 16 03:56:04.197DEBG INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5661 | 2026-07-16T03:56:05.106Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5662 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197 Jul 16 03:56:04.197DEBG 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 } }] |
| 5663 | 2026-07-16T03:56:05.106Z | 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.13/32 -> 10.0.0.255 |
| 5664 | 2026-07-16T03:56:05.106Z | |
| 5665 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197 Jul 16 03:56:04.197DEBG DEBGfailed to allocate space for the new target list |
| 5666 | 2026-07-16T03:56:05.106Z | 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 } }] |
| 5667 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197 Jul 16 03:56:04.197Jul 16 03:56:04.197INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255INFO |
| 5668 | 2026-07-16T03:56:05.106Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.14/32 -> 10.0.0.255 |
| 5669 | 2026-07-16T03:56:05.106Z | |
| 5670 | 2026-07-16T03:56:05.106Z | test route::tests::add_target_fails_full ... ok |
| 5671 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197Jul 16 03:56:04.197 DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5672 | 2026-07-16T03:56:05.106Z | |
| 5673 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197Jul 16 03:56:04.197 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5674 | 2026-07-16T03:56:05.106Z | |
| 5675 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197Jul 16 03:56:04.197 DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5676 | 2026-07-16T03:56:05.106Z | |
| 5677 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197Jul 16 03:56:04.197 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5678 | 2026-07-16T03:56:05.106Z | |
| 5679 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197Jul 16 03:56:04.197 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5680 | 2026-07-16T03:56:05.106Z | 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-07-16T03:56:05.106Z | Jul 16 03:56:04.197 INFO Jul 16 03:56:04.197 INFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5682 | 2026-07-16T03:56:05.106Z | |
| 5683 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197 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 } }]Jul 16 03:56:04.197 |
| 5684 | 2026-07-16T03:56:05.106Z | 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 } }] |
| 5685 | 2026-07-16T03:56:05.106Z | Jul 16 03:56:04.197 INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 16 03:56:04.197 |
| 5686 | 2026-07-16T03:56:05.106Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5687 | 2026-07-16T03:56:05.107Z | Jul 16 03:56:04.197 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 } }]Jul 16 03:56:04.197 |
| 5688 | 2026-07-16T03:56:05.107Z | 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 } }] |
| 5689 | 2026-07-16T03:56:05.107Z | Jul 16 03:56:04.197 INFO adding route 172.17.0.44/32 -> 10.0.0.255Jul 16 03:56:04.197 |
| 5690 | 2026-07-16T03:56:05.107Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5691 | 2026-07-16T03:56:05.107Z | Jul 16 03:56:04.197 DEBG Jul 16 03:56:04.197replacing 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 } }] |
| 5692 | 2026-07-16T03:56:05.107Z | 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 } }] |
| 5693 | 2026-07-16T03:56:05.107Z | Jul 16 03:56:04.197 INFO Jul 16 03:56:04.197adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5694 | 2026-07-16T03:56:05.107Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5695 | 2026-07-16T03:56:05.107Z | Jul 16 03:56:04.197 DEBG Jul 16 03:56:04.197replacing 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 } }] |
| 5696 | 2026-07-16T03:56:05.107Z | 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 } }] |
| 5697 | 2026-07-16T03:56:05.107Z | Jul 16 03:56:04.197 INFO Jul 16 03:56:04.197adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5698 | 2026-07-16T03:56:05.107Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5699 | 2026-07-16T03:56:05.107Z | Jul 16 03:56:04.197 DEBG Jul 16 03:56:04.197replacing 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 } }] |
| 5700 | 2026-07-16T03:56:05.107Z | 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 } }] |
| 5701 | 2026-07-16T03:56:05.107Z | Jul 16 03:56:04.197 INFO Jul 16 03:56:04.197adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5702 | 2026-07-16T03:56:05.107Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5703 | 2026-07-16T03:56:05.107Z | Jul 16 03:56:04.197 DEBG Jul 16 03:56:04.197replacing 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 } }] |
| 5704 | 2026-07-16T03:56:05.107Z | 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 } }] |
| 5705 | 2026-07-16T03:56:05.107Z | Jul 16 03:56:04.197 INFO Jul 16 03:56:04.197adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5706 | 2026-07-16T03:56:05.107Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5707 | 2026-07-16T03:56:05.107Z | Jul 16 03:56:04.197 DEBGJul 16 03:56:04.197 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 |
| 5708 | 2026-07-16T03:56:05.107Z | 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 } }] |
| 5709 | 2026-07-16T03:56:05.107Z | Jul 16 03:56:04.197 INFOJul 16 03:56:04.197 adding route 172.17.0.49/32 -> 10.0.0.255INFO |
| 5710 | 2026-07-16T03:56:05.112Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5711 | 2026-07-16T03:56:05.112Z | Jul 16 03:56:04.197 DEBGJul 16 03:56:04.197 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 } }]DEBG |
| 5712 | 2026-07-16T03:56:05.112Z | 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 } }] |
| 5713 | 2026-07-16T03:56:05.112Z | Jul 16 03:56:04.197 INFOJul 16 03:56:04.197 adding route 172.17.0.50/32 -> 10.0.0.255INFO |
| 5714 | 2026-07-16T03:56:05.112Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5715 | 2026-07-16T03:56:05.112Z | Jul 16 03:56:04.197 DEBGJul 16 03:56:04.197 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5716 | 2026-07-16T03:56:05.112Z | 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 } }] |
| 5717 | 2026-07-16T03:56:05.112Z | Jul 16 03:56:04.197 INFOJul 16 03:56:04.197 adding route 172.17.0.51/32 -> 10.0.0.255INFO |
| 5718 | 2026-07-16T03:56:05.112Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5719 | 2026-07-16T03:56:05.112Z | Jul 16 03:56:04.197 Jul 16 03:56:04.197DEBG DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5720 | 2026-07-16T03:56:05.112Z | 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 } }] |
| 5721 | 2026-07-16T03:56:05.112Z | Jul 16 03:56:04.197 Jul 16 03:56:04.197INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 5722 | 2026-07-16T03:56:05.112Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5723 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.197 Jul 16 03:56:04.197DEBG DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5724 | 2026-07-16T03:56:05.113Z | 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 } }] |
| 5725 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.197 Jul 16 03:56:04.197INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255 |
| 5726 | 2026-07-16T03:56:05.113Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5727 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.197 Jul 16 03:56:04.197DEBG 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 } }] |
| 5728 | 2026-07-16T03:56:05.113Z | 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 } }] |
| 5729 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.197 Jul 16 03:56:04.197INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255 |
| 5730 | 2026-07-16T03:56:05.113Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5731 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.197 Jul 16 03:56:04.197DEBG 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 } }] |
| 5732 | 2026-07-16T03:56:05.113Z | 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 } }] |
| 5733 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.197 Jul 16 03:56:04.197INFO INFOadding route 172.17.0.55/32 -> 10.0.0.255 |
| 5734 | 2026-07-16T03:56:05.113Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5735 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.197Jul 16 03:56:04.197 DEBGDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5736 | 2026-07-16T03:56:05.113Z | |
| 5737 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.203 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5738 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.203Jul 16 03:56:04.203 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5739 | 2026-07-16T03:56:05.113Z | |
| 5740 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.203 Jul 16 03:56:04.203INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 5741 | 2026-07-16T03:56:05.113Z | 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 } }] |
| 5742 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.203Jul 16 03:56:04.203 INFODEBG adding route 172.17.0.57/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 } }] |
| 5743 | 2026-07-16T03:56:05.113Z | |
| 5744 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.203 Jul 16 03:56:04.203INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255 |
| 5745 | 2026-07-16T03:56:05.113Z | 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 } }] |
| 5746 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.203Jul 16 03:56:04.203 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5747 | 2026-07-16T03:56:05.113Z | |
| 5748 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.203 Jul 16 03:56:04.203INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255 |
| 5749 | 2026-07-16T03:56:05.113Z | 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 } }] |
| 5750 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.203Jul 16 03:56:04.203 INFODEBG adding route 172.17.0.59/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 } }] |
| 5751 | 2026-07-16T03:56:05.113Z | |
| 5752 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.203 Jul 16 03:56:04.203INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 5753 | 2026-07-16T03:56:05.113Z | 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 } }] |
| 5754 | 2026-07-16T03:56:05.113Z | Jul 16 03:56:04.203Jul 16 03:56:04.203 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5755 | 2026-07-16T03:56:05.114Z | |
| 5756 | 2026-07-16T03:56:05.114Z | Jul 16 03:56:04.204 INFOJul 16 03:56:04.204 adding route 172.17.0.36/32 -> 10.0.0.255DEBG |
| 5757 | 2026-07-16T03:56:05.114Z | 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 } }] |
| 5758 | 2026-07-16T03:56:05.114Z | Jul 16 03:56:04.197Jul 16 03:56:04.204Jul 16 03:56:04.204 DEBGDEBGINFO created new freemap adding route 172.17.0.61/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 } }] |
| 5759 | 2026-07-16T03:56:05.114Z | , |
| 5760 | 2026-07-16T03:56:05.114Z | unit: freemap_route_ipv4Jul 16 03:56:04.204Jul 16 03:56:04.204 |
| 5761 | 2026-07-16T03:56:05.114Z | DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5762 | 2026-07-16T03:56:05.114Z | |
| 5763 | 2026-07-16T03:56:05.114Z | Jul 16 03:56:04.204Jul 16 03:56:04.204Jul 16 03:56:04.204 INFO DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5764 | 2026-07-16T03:56:05.114Z | created new freemap |
| 5765 | 2026-07-16T03:56:05.114Z | , unit: freemap_route_ipv6Jul 16 03:56:04.204 |
| 5766 | 2026-07-16T03:56:05.114Z | DEBGJul 16 03:56:04.204 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 } }]INFOJul 16 03:56:04.204 |
| 5767 | 2026-07-16T03:56:05.114Z | adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 5768 | 2026-07-16T03:56:05.114Z | initted freemap. size: 64, unitJul 16 03:56:04.204Jul 16 03:56:04.204: INFO freemap_route_ipv4DEBGadding route 172.17.0.63/32 -> 10.0.0.255 |
| 5769 | 2026-07-16T03:56:05.114Z | test route::tests::delete_targets_fragmented ... ok |
| 5770 | 2026-07-16T03:56:05.114Z | 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 } }] |
| 5771 | 2026-07-16T03:56:05.114Z | |
| 5772 | 2026-07-16T03:56:05.114Z | Jul 16 03:56:04.204Jul 16 03:56:04.204 Jul 16 03:56:04.204 DEBG DEBG INFOreplacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5773 | 2026-07-16T03:56:05.114Z | reset freemap |
| 5774 | 2026-07-16T03:56:05.114Z | , unit: Jul 16 03:56:04.204Jul 16 03:56:04.204 freemap_route_ipv4DEBG |
| 5775 | 2026-07-16T03:56:05.114Z | DEBG failed to allocate space for the new target listreplacing 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 } }] |
| 5776 | 2026-07-16T03:56:05.114Z | |
| 5777 | 2026-07-16T03:56:05.114Z | Jul 16 03:56:04.204Jul 16 03:56:04.204Jul 16 03:56:04.204 DEBGINFO DEBGinitted freemap. size: 64 , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5778 | 2026-07-16T03:56:05.114Z | adding route 172.17.0.40/32 -> 10.0.0.255unit |
| 5779 | 2026-07-16T03:56:05.114Z | : freemap_route_ipv6 |
| 5780 | 2026-07-16T03:56:05.114Z | Jul 16 03:56:04.204Jul 16 03:56:04.204 DEBG DEBGfailed to allocate space for the new target listJul 16 03:56:04.204 |
| 5781 | 2026-07-16T03:56:05.114Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5782 | 2026-07-16T03:56:05.114Z | reset freemap, unit:Jul 16 03:56:04.204 freemap_route_ipv6INFO |
| 5783 | 2026-07-16T03:56:05.114Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5784 | 2026-07-16T03:56:05.114Z | Jul 16 03:56:04.204 Jul 16 03:56:04.204INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5785 | 2026-07-16T03:56:05.114Z | 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 } }] |
| 5786 | 2026-07-16T03:56:05.114Z | Jul 16 03:56:04.204Jul 16 03:56:04.204 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5787 | 2026-07-16T03:56:05.114Z | |
| 5788 | 2026-07-16T03:56:05.115Z | Jul 16 03:56:04.204Jul 16 03:56:04.204 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5789 | 2026-07-16T03:56:05.115Z | |
| 5790 | 2026-07-16T03:56:05.115Z | Jul 16 03:56:04.204Jul 16 03:56:04.204 INFODEBG adding route 172.17.0.43/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 } }] |
| 5791 | 2026-07-16T03:56:05.115Z | |
| 5792 | 2026-07-16T03:56:05.115Z | Jul 16 03:56:04.204Jul 16 03:56:04.204 DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5793 | 2026-07-16T03:56:05.115Z | |
| 5794 | 2026-07-16T03:56:05.115Z | Jul 16 03:56:04.204Jul 16 03:56:04.204 INFODEBG adding route 172.17.0.44/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 } }] |
| 5795 | 2026-07-16T03:56:05.115Z | Jul 16 03:56:04.211 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 } }] |
| 5796 | 2026-07-16T03:56:05.115Z | Jul 16 03:56:04.211 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5797 | 2026-07-16T03:56:05.115Z | Jul 16 03:56:04.211 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 } }] |
| 5798 | 2026-07-16T03:56:05.115Z | Jul 16 03:56:04.211 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5799 | 2026-07-16T03:56:05.115Z | Jul 16 03:56:04.212 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 } }] |
| 5800 | 2026-07-16T03:56:05.115Z | |
| 5801 | 2026-07-16T03:56:05.115Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5802 | 2026-07-16T03:56:05.115Z | Jul 16 03:56:04.212 INFO Jul 16 03:56:04.212adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5803 | 2026-07-16T03:56:05.115Z | 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 } }] |
| 5804 | 2026-07-16T03:56:05.115Z | Jul 16 03:56:04.212 DEBGJul 16 03:56:04.212 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]INFO |
| 5805 | 2026-07-16T03:56:05.115Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5806 | 2026-07-16T03:56:05.115Z | Jul 16 03:56:04.212 Jul 16 03:56:04.212INFO DEBGadding route 172.17.0.0/32 -> 10.0.0.255 |
| 5807 | 2026-07-16T03:56:05.115Z | 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 } }] |
| 5808 | 2026-07-16T03:56:05.115Z | Jul 16 03:56:04.212 Jul 16 03:56:04.212DEBG INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5809 | 2026-07-16T03:56:05.115Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5810 | 2026-07-16T03:56:05.120Z | Jul 16 03:56:04.212 Jul 16 03:56:04.212INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255 |
| 5811 | 2026-07-16T03:56:05.120Z | 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 } }] |
| 5812 | 2026-07-16T03:56:05.120Z | Jul 16 03:56:04.212 Jul 16 03:56:04.212DEBG INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5813 | 2026-07-16T03:56:05.121Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5814 | 2026-07-16T03:56:05.121Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.2/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 } }] |
| 5815 | 2026-07-16T03:56:05.121Z | |
| 5816 | 2026-07-16T03:56:05.121Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.51/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 } }] |
| 5817 | 2026-07-16T03:56:05.121Z | |
| 5818 | 2026-07-16T03:56:05.121Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 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.3/32 -> 10.0.0.255 |
| 5819 | 2026-07-16T03:56:05.121Z | |
| 5820 | 2026-07-16T03:56:05.121Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.52/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 } }] |
| 5821 | 2026-07-16T03:56:05.122Z | |
| 5822 | 2026-07-16T03:56:05.122Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 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.4/32 -> 10.0.0.255 |
| 5823 | 2026-07-16T03:56:05.122Z | |
| 5824 | 2026-07-16T03:56:05.122Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5825 | 2026-07-16T03:56:05.122Z | |
| 5826 | 2026-07-16T03:56:05.122Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5827 | 2026-07-16T03:56:05.122Z | |
| 5828 | 2026-07-16T03:56:05.122Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 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.54/32 -> 10.0.0.255 |
| 5829 | 2026-07-16T03:56:05.122Z | |
| 5830 | 2026-07-16T03:56:05.122Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 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.6/32 -> 10.0.0.255 |
| 5831 | 2026-07-16T03:56:05.122Z | |
| 5832 | 2026-07-16T03:56:05.122Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.55/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 } }] |
| 5833 | 2026-07-16T03:56:05.122Z | |
| 5834 | 2026-07-16T03:56:05.122Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 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.7/32 -> 10.0.0.255 |
| 5835 | 2026-07-16T03:56:05.122Z | |
| 5836 | 2026-07-16T03:56:05.122Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.56/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 } }] |
| 5837 | 2026-07-16T03:56:05.122Z | |
| 5838 | 2026-07-16T03:56:05.122Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5839 | 2026-07-16T03:56:05.122Z | |
| 5840 | 2026-07-16T03:56:05.122Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5841 | 2026-07-16T03:56:05.122Z | |
| 5842 | 2026-07-16T03:56:05.122Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5843 | 2026-07-16T03:56:05.122Z | |
| 5844 | 2026-07-16T03:56:05.122Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5845 | 2026-07-16T03:56:05.123Z | |
| 5846 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5847 | 2026-07-16T03:56:05.123Z | |
| 5848 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5849 | 2026-07-16T03:56:05.123Z | |
| 5850 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5851 | 2026-07-16T03:56:05.123Z | |
| 5852 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.60/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 } }] |
| 5853 | 2026-07-16T03:56:05.123Z | |
| 5854 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 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.12/32 -> 10.0.0.255 |
| 5855 | 2026-07-16T03:56:05.123Z | |
| 5856 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 5857 | 2026-07-16T03:56:05.123Z | |
| 5858 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5859 | 2026-07-16T03:56:05.123Z | |
| 5860 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212 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 } }] |
| 5861 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5862 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212 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 } }] |
| 5863 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5864 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212 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 } }] |
| 5865 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5866 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212 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 } }] |
| 5867 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5868 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212 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 } }] |
| 5869 | 2026-07-16T03:56:05.123Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5870 | 2026-07-16T03:56:05.124Z | test route::tests::delete_target_fragmented ... ok |
| 5871 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 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 } }] |
| 5872 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5873 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 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 } }] |
| 5874 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5875 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 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 } }] |
| 5876 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5877 | 2026-07-16T03:56:05.124Z | |
| 5878 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 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 } }] |
| 5879 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5880 | 2026-07-16T03:56:05.124Z | test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s |
| 5881 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 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 } }] |
| 5882 | 2026-07-16T03:56:05.124Z | |
| 5883 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5884 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 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 } }] |
| 5885 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5886 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 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 } }] |
| 5887 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5888 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 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 } }] |
| 5889 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5890 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 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 } }] |
| 5891 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5892 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 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 } }] |
| 5893 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5894 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 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 } }] |
| 5895 | 2026-07-16T03:56:05.124Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5896 | 2026-07-16T03:56:05.125Z | Jul 16 03:56:04.212 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 } }] |
| 5897 | 2026-07-16T03:56:05.125Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5898 | 2026-07-16T03:56:05.125Z | Jul 16 03:56:04.212 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 } }] |
| 5899 | 2026-07-16T03:56:05.125Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5900 | 2026-07-16T03:56:05.125Z | Jul 16 03:56:04.212 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 } }] |
| 5901 | 2026-07-16T03:56:05.125Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5902 | 2026-07-16T03:56:05.125Z | Jul 16 03:56:04.212 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 } }] |
| 5903 | 2026-07-16T03:56:05.125Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5904 | 2026-07-16T03:56:05.125Z | Jul 16 03:56:04.212 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 } }] |
| 5905 | 2026-07-16T03:56:05.125Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5906 | 2026-07-16T03:56:05.125Z | Jul 16 03:56:04.212 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 } }] |
| 5907 | 2026-07-16T03:56:05.125Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5908 | 2026-07-16T03:56:05.125Z | Jul 16 03:56:04.212 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 } }] |
| 5909 | 2026-07-16T03:56:05.125Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5910 | 2026-07-16T03:56:05.129Z | Jul 16 03:56:04.212 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 } }] |
| 5911 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5912 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.212 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 } }] |
| 5913 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.212 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5914 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.222 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 } }] |
| 5915 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5916 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.222 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 } }] |
| 5917 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5918 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.222 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 } }] |
| 5919 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5920 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.222 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 } }] |
| 5921 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5922 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.222 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 } }] |
| 5923 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5924 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.222 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 } }] |
| 5925 | 2026-07-16T03:56:05.130Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5926 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5927 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5928 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5929 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5930 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5931 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5932 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5933 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5934 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5935 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5936 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5937 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5938 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5939 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5940 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5941 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5942 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5943 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5944 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5945 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5946 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5947 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5948 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5949 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5950 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5951 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5952 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5953 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5954 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5955 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5956 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5957 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5958 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5959 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 DEBG failed to allocate space for the new target list |
| 5960 | 2026-07-16T03:56:05.131Z | Jul 16 03:56:04.222 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 } }] |
| 5961 | 2026-07-16T03:56:05.132Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-f278f759a73f04e9) |
| 5962 | 2026-07-16T03:56:05.132Z | |
| 5963 | 2026-07-16T03:56:05.132Z | running 0 tests |
| 5964 | 2026-07-16T03:56:05.132Z | |
| 5965 | 2026-07-16T03:56:05.132Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5966 | 2026-07-16T03:56:05.132Z | |
| 5967 | 2026-07-16T03:56:05.132Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-4faf3fbc4e4f0560) |
| 5968 | 2026-07-16T03:56:05.132Z | |
| 5969 | 2026-07-16T03:56:05.132Z | running 0 tests |
| 5970 | 2026-07-16T03:56:05.132Z | |
| 5971 | 2026-07-16T03:56:05.132Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5972 | 2026-07-16T03:56:05.132Z | |
| 5973 | 2026-07-16T03:56:05.132Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-4c14ba3826faf86a) |
| 5974 | 2026-07-16T03:56:05.132Z | |
| 5975 | 2026-07-16T03:56:05.132Z | running 6 tests |
| 5976 | 2026-07-16T03:56:05.132Z | test tests::test_full_lot_id_neither_present ... ok |
| 5977 | 2026-07-16T03:56:05.132Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5978 | 2026-07-16T03:56:05.132Z | test tests::test_full_lot_id_lot_only ... ok |
| 5979 | 2026-07-16T03:56:05.132Z | test tests::test_full_lot_id_both_present ... ok |
| 5980 | 2026-07-16T03:56:05.132Z | test tests::test_parse_client_port_id ... ok |
| 5981 | 2026-07-16T03:56:05.132Z | test tests::test_port_id_cmp ... ok |
| 5982 | 2026-07-16T03:56:05.132Z | |
| 5983 | 2026-07-16T03:56:05.132Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5984 | 2026-07-16T03:56:05.132Z | |
| 5985 | 2026-07-16T03:56:05.132Z | Running tests/test_all.rs (target/debug/deps/test_all-b2a6889e6446b901) |
| 5986 | 2026-07-16T03:56:05.132Z | |
| 5987 | 2026-07-16T03:56:05.132Z | running 0 tests |
| 5988 | 2026-07-16T03:56:05.132Z | |
| 5989 | 2026-07-16T03:56:05.132Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5990 | 2026-07-16T03:56:05.132Z | |
| 5991 | 2026-07-16T03:56:05.132Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-49acb7e11cff4046) |
| 5992 | 2026-07-16T03:56:05.132Z | |
| 5993 | 2026-07-16T03:56:05.132Z | running 0 tests |
| 5994 | 2026-07-16T03:56:05.132Z | |
| 5995 | 2026-07-16T03:56:05.132Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5996 | 2026-07-16T03:56:05.132Z | |
| 5997 | 2026-07-16T03:56:05.132Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c19f96435c4f4db9) |
| 5998 | 2026-07-16T03:56:05.132Z | |
| 5999 | 2026-07-16T03:56:05.132Z | running 0 tests |
| 6000 | 2026-07-16T03:56:05.133Z | |
| 6001 | 2026-07-16T03:56:05.133Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6002 | 2026-07-16T03:56:05.133Z | |
| 6003 | 2026-07-16T03:56:05.133Z | Running unittests src/lib.rs (target/debug/deps/packet-5467ccaad4d924ed) |
| 6004 | 2026-07-16T03:56:05.133Z | |
| 6005 | 2026-07-16T03:56:05.133Z | running 12 tests |
| 6006 | 2026-07-16T03:56:05.133Z | test lldp::test_lldp_parse ... ok |
| 6007 | 2026-07-16T03:56:05.133Z | test ipv6::test_ipv6_parse ... ok |
| 6008 | 2026-07-16T03:56:05.133Z | test icmp::test_v6_checksum ... ok |
| 6009 | 2026-07-16T03:56:05.133Z | test icmp::test_v4_checksum ... ok |
| 6010 | 2026-07-16T03:56:05.137Z | test pbuf::test_byte ... ok |
| 6011 | 2026-07-16T03:56:05.137Z | test pbuf::test_nibble ... ok |
| 6012 | 2026-07-16T03:56:05.137Z | test pbuf::test_overflow ... ok |
| 6013 | 2026-07-16T03:56:05.137Z | test pbuf::test_short ... ok |
| 6014 | 2026-07-16T03:56:05.137Z | test pbuf::test_twelve ... ok |
| 6015 | 2026-07-16T03:56:05.137Z | test pbuf::test_word ... ok |
| 6016 | 2026-07-16T03:56:05.137Z | test tcp::test_checksum_syn_nodata ... ok |
| 6017 | 2026-07-16T03:56:05.137Z | test tcp::test_checksum_ack_data ... ok |
| 6018 | 2026-07-16T03:56:05.137Z | |
| 6019 | 2026-07-16T03:56:05.137Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6020 | 2026-07-16T03:56:05.137Z | |
| 6021 | 2026-07-16T03:56:05.137Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6022 | 2026-07-16T03:56:05.137Z | |
| 6023 | 2026-07-16T03:56:05.137Z | running 0 tests |
| 6024 | 2026-07-16T03:56:05.137Z | |
| 6025 | 2026-07-16T03:56:05.137Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6026 | 2026-07-16T03:56:05.137Z | |
| 6027 | 2026-07-16T03:56:05.137Z | Running unittests src/main.rs (target/debug/deps/swadm-b2eba69d3fb67c7e) |
| 6028 | 2026-07-16T03:56:05.137Z | |
| 6029 | 2026-07-16T03:56:05.137Z | running 5 tests |
| 6030 | 2026-07-16T03:56:05.137Z | test switchport::test::test_compute_lanes ... ok |
| 6031 | 2026-07-16T03:56:05.137Z | test switchport::test::port_id_ordering ... ok |
| 6032 | 2026-07-16T03:56:05.138Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 6033 | 2026-07-16T03:56:05.138Z | Lane 0 Rx Loss-of-lock: Yes YesLane 1 YesLane 2 Yes |
| 6034 | 2026-07-16T03:56:05.138Z | Lane 3 Rx Loss-of-signal: Yes |
| 6035 | 2026-07-16T03:56:05.138Z | Yes State: Activated YesActivated Yes |
| 6036 | 2026-07-16T03:56:05.138Z | Activated Rx CDR Enabled: Yes ActivatedYes |
| 6037 | 2026-07-16T03:56:05.138Z | Rx Output Enabled: falseYes Yesfalse |
| 6038 | 2026-07-16T03:56:05.138Z | Tx Enabled: Yesfalse falseYes |
| 6039 | 2026-07-16T03:56:05.138Z | Yes Rx Output Status: valid Yes |
| 6040 | 2026-07-16T03:56:05.138Z | valid Tx Loss-of-lock: No valid Novalid |
| 6041 | 2026-07-16T03:56:05.138Z | No Rx Loss-of-lock: trueNo |
| 6042 | 2026-07-16T03:56:05.138Z | true Tx Loss-of-signal: Notrue true |
| 6043 | 2026-07-16T03:56:05.138Z | No Rx Loss-of-signal: falseNo No |
| 6044 | 2026-07-16T03:56:05.138Z | false Tx CDR Enabled: Nofalse Nofalse |
| 6045 | 2026-07-16T03:56:05.138Z | NoRx Auto-squelch Disable: true No |
| 6046 | 2026-07-16T03:56:05.138Z | true Tx Adaptive EQ Fault: No trueNo trueNo |
| 6047 | 2026-07-16T03:56:05.138Z | Tx Output Enabled: trueNo |
| 6048 | 2026-07-16T03:56:05.138Z | true true Tx Fault: Yes Yestrue |
| 6049 | 2026-07-16T03:56:05.138Z | Yes Tx Output Status: invalidYes |
| 6050 | 2026-07-16T03:56:05.138Z | invalid invalid invalid |
| 6051 | 2026-07-16T03:56:05.138Z | Tx Loss-of-lock: false false false false |
| 6052 | 2026-07-16T03:56:05.138Z | Tx Loss-of-signal: true true true true |
| 6053 | 2026-07-16T03:56:05.138Z | Tx Auto-squelch Disable: false false false false |
| 6054 | 2026-07-16T03:56:05.138Z | Tx Adaptive EQ Fail: true true true true |
| 6055 | 2026-07-16T03:56:05.138Z | Tx Failure: false false false false |
| 6056 | 2026-07-16T03:56:05.138Z | Tx Force Squelch: true true true true |
| 6057 | 2026-07-16T03:56:05.138Z | Tx Input Polarity: normal normal normal normal |
| 6058 | 2026-07-16T03:56:05.139Z | test switchport::test::test_print_sff_datapath ... ok |
| 6059 | 2026-07-16T03:56:05.139Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6060 | 2026-07-16T03:56:05.139Z | test link::test_filter ... ok |
| 6061 | 2026-07-16T03:56:05.139Z | |
| 6062 | 2026-07-16T03:56:05.139Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6063 | 2026-07-16T03:56:05.139Z | |
| 6064 | 2026-07-16T03:56:05.139Z | Running tests/counters.rs (target/debug/deps/counters-f3b84265ac300a3e) |
| 6065 | 2026-07-16T03:56:05.139Z | |
| 6066 | 2026-07-16T03:56:05.139Z | running 1 test |
| 6067 | 2026-07-16T03:56:05.139Z | test test_p4_counter_list ... ignored |
| 6068 | 2026-07-16T03:56:05.139Z | |
| 6069 | 2026-07-16T03:56:05.139Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6070 | 2026-07-16T03:56:05.139Z | |
| 6071 | 2026-07-16T03:56:05.139Z | Running tests/port-link.rs (target/debug/deps/port_link-5c1cdbd8d63fc5a0) |
| 6072 | 2026-07-16T03:56:05.139Z | |
| 6073 | 2026-07-16T03:56:05.139Z | running 5 tests |
| 6074 | 2026-07-16T03:56:05.139Z | test test_an ... ignored |
| 6075 | 2026-07-16T03:56:05.139Z | test test_enable ... ignored |
| 6076 | 2026-07-16T03:56:05.139Z | test test_ip_addresses ... ignored |
| 6077 | 2026-07-16T03:56:05.139Z | test test_kr ... ignored |
| 6078 | 2026-07-16T03:56:05.139Z | test test_mac ... ignored |
| 6079 | 2026-07-16T03:56:05.139Z | |
| 6080 | 2026-07-16T03:56:05.139Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6081 | 2026-07-16T03:56:05.139Z | |
| 6082 | 2026-07-16T03:56:05.139Z | Running unittests src/main.rs (target/debug/deps/tfportd-906760ee4d4f6eea) |
| 6083 | 2026-07-16T03:56:05.139Z | |
| 6084 | 2026-07-16T03:56:05.139Z | running 3 tests |
| 6085 | 2026-07-16T03:56:05.143Z | test linklocal::test_parse_ipadm ... ok |
| 6086 | 2026-07-16T03:56:05.143Z | test tfport::test_parse_tfport ... ok |
| 6087 | 2026-07-16T03:56:05.143Z | test config::tests::test_updates ... ok |
| 6088 | 2026-07-16T03:56:05.143Z | |
| 6089 | 2026-07-16T03:56:05.143Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6090 | 2026-07-16T03:56:05.143Z | |
| 6091 | 2026-07-16T03:56:05.143Z | Running unittests src/main.rs (target/debug/deps/uplinkd-f33c122d2d65ca84) |
| 6092 | 2026-07-16T03:56:05.143Z | |
| 6093 | 2026-07-16T03:56:05.143Z | running 0 tests |
| 6094 | 2026-07-16T03:56:05.143Z | |
| 6095 | 2026-07-16T03:56:05.143Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6096 | 2026-07-16T03:56:05.143Z | |
| 6097 | 2026-07-16T03:56:05.143Z | Running unittests src/main.rs (target/debug/deps/xtask-6f1ac2a60163755c) |
| 6098 | 2026-07-16T03:56:05.143Z | |
| 6099 | 2026-07-16T03:56:05.143Z | running 0 tests |
| 6100 | 2026-07-16T03:56:05.143Z | |
| 6101 | 2026-07-16T03:56:05.144Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6102 | 2026-07-16T03:56:05.144Z | |
| 6103 | 2026-07-16T03:56:05.144Z | Doc-tests aal |
| 6104 | 2026-07-16T03:56:05.264Z | |
| 6105 | 2026-07-16T03:56:05.264Z | running 0 tests |
| 6106 | 2026-07-16T03:56:05.264Z | |
| 6107 | 2026-07-16T03:56:05.264Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6108 | 2026-07-16T03:56:05.264Z | |
| 6109 | 2026-07-16T03:56:05.280Z | Doc-tests aal_macros |
| 6110 | 2026-07-16T03:56:05.350Z | |
| 6111 | 2026-07-16T03:56:05.350Z | running 0 tests |
| 6112 | 2026-07-16T03:56:05.350Z | |
| 6113 | 2026-07-16T03:56:05.350Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6114 | 2026-07-16T03:56:05.350Z | |
| 6115 | 2026-07-16T03:56:05.360Z | Doc-tests common |
| 6116 | 2026-07-16T03:56:05.594Z | |
| 6117 | 2026-07-16T03:56:05.594Z | running 0 tests |
| 6118 | 2026-07-16T03:56:05.594Z | |
| 6119 | 2026-07-16T03:56:05.594Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6120 | 2026-07-16T03:56:05.594Z | |
| 6121 | 2026-07-16T03:56:05.614Z | Doc-tests dpd_api |
| 6122 | 2026-07-16T03:56:06.361Z | |
| 6123 | 2026-07-16T03:56:06.361Z | running 2 tests |
| 6124 | 2026-07-16T03:56:06.361Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 6125 | 2026-07-16T03:56:06.361Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 6126 | 2026-07-16T03:56:06.361Z | |
| 6127 | 2026-07-16T03:56:06.361Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6128 | 2026-07-16T03:56:06.361Z | |
| 6129 | 2026-07-16T03:56:06.392Z | Doc-tests dpd_client |
| 6130 | 2026-07-16T03:56:07.663Z | |
| 6131 | 2026-07-16T03:56:07.664Z | running 0 tests |
| 6132 | 2026-07-16T03:56:07.664Z | |
| 6133 | 2026-07-16T03:56:07.664Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6134 | 2026-07-16T03:56:07.664Z | |
| 6135 | 2026-07-16T03:56:07.708Z | Doc-tests dpd_types |
| 6136 | 2026-07-16T03:56:07.921Z | |
| 6137 | 2026-07-16T03:56:07.921Z | running 0 tests |
| 6138 | 2026-07-16T03:56:07.921Z | |
| 6139 | 2026-07-16T03:56:07.921Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6140 | 2026-07-16T03:56:07.921Z | |
| 6141 | 2026-07-16T03:56:07.946Z | Doc-tests dpd_types_versions |
| 6142 | 2026-07-16T03:56:09.147Z | |
| 6143 | 2026-07-16T03:56:09.147Z | running 1 test |
| 6144 | 2026-07-16T03:56:09.147Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6145 | 2026-07-16T03:56:09.147Z | |
| 6146 | 2026-07-16T03:56:09.147Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6147 | 2026-07-16T03:56:09.147Z | |
| 6148 | 2026-07-16T03:56:09.190Z | Doc-tests packet |
| 6149 | 2026-07-16T03:56:09.303Z | |
| 6150 | 2026-07-16T03:56:09.303Z | running 0 tests |
| 6151 | 2026-07-16T03:56:09.303Z | |
| 6152 | 2026-07-16T03:56:09.303Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6153 | 2026-07-16T03:56:09.303Z | |
| 6154 | 2026-07-16T03:56:09.319Z | Doc-tests pcap |
| 6155 | 2026-07-16T03:56:09.370Z | |
| 6156 | 2026-07-16T03:56:09.370Z | running 0 tests |
| 6157 | 2026-07-16T03:56:09.370Z | |
| 6158 | 2026-07-16T03:56:09.370Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6159 | 2026-07-16T03:56:09.370Z | |
| 6160 | 2026-07-16T03:56:09.417Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6161 | 2026-07-16T03:56:09.417Z | + RUST_BACKTRACE=full |
| 6162 | 2026-07-16T03:56:09.417Z | + cargo test --features softnpu --no-fail-fast |
| 6163 | 2026-07-16T03:56:10.070Z | Compiling num-integer v0.1.46 |
| 6164 | 2026-07-16T03:56:10.156Z | Compiling num-complex v0.4.6 |
| 6165 | 2026-07-16T03:56:10.203Z | Compiling bitstruct_derive v0.1.0 |
| 6166 | 2026-07-16T03:56:10.207Z | Compiling tap v1.0.1 |
| 6167 | 2026-07-16T03:56:10.326Z | Compiling wyz v0.5.1 |
| 6168 | 2026-07-16T03:56:10.447Z | Compiling num-rational v0.4.2 |
| 6169 | 2026-07-16T03:56:10.485Z | Compiling num-iter v0.1.45 |
| 6170 | 2026-07-16T03:56:10.499Z | Compiling num-bigint v0.4.6 |
| 6171 | 2026-07-16T03:56:10.596Z | Compiling radium v0.7.0 |
| 6172 | 2026-07-16T03:56:10.605Z | Compiling funty v2.0.0 |
| 6173 | 2026-07-16T03:56:10.645Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6174 | 2026-07-16T03:56:10.688Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6175 | 2026-07-16T03:56:10.824Z | Compiling num v0.4.3 |
| 6176 | 2026-07-16T03:56:10.877Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6177 | 2026-07-16T03:56:10.896Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6178 | 2026-07-16T03:56:10.908Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6179 | 2026-07-16T03:56:10.947Z | Compiling typeid v1.0.3 |
| 6180 | 2026-07-16T03:56:11.006Z | Compiling bitvec v1.0.1 |
| 6181 | 2026-07-16T03:56:11.064Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6182 | 2026-07-16T03:56:11.160Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6183 | 2026-07-16T03:56:11.240Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6184 | 2026-07-16T03:56:11.285Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6185 | 2026-07-16T03:56:11.296Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6186 | 2026-07-16T03:56:11.619Z | Compiling ascii v1.1.0 |
| 6187 | 2026-07-16T03:56:11.896Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6188 | 2026-07-16T03:56:12.100Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6189 | 2026-07-16T03:56:12.200Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6190 | 2026-07-16T03:56:12.315Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6191 | 2026-07-16T03:56:12.401Z | Compiling erased-serde v0.4.8 |
| 6192 | 2026-07-16T03:56:12.419Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6193 | 2026-07-16T03:56:12.551Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6194 | 2026-07-16T03:56:12.656Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6195 | 2026-07-16T03:56:12.893Z | Compiling bitstruct v0.1.1 |
| 6196 | 2026-07-16T03:56:13.199Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6197 | 2026-07-16T03:56:13.214Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6198 | 2026-07-16T03:56:13.217Z | Compiling serde_arrays v0.1.0 |
| 6199 | 2026-07-16T03:56:13.274Z | Compiling libloading v0.7.4 |
| 6200 | 2026-07-16T03:56:13.508Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6201 | 2026-07-16T03:56:14.060Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6202 | 2026-07-16T03:56:14.321Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6203 | 2026-07-16T03:56:14.354Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6204 | 2026-07-16T03:56:15.466Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6205 | 2026-07-16T03:56:16.210Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6206 | 2026-07-16T03:56:22.235Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6207 | 2026-07-16T03:56:22.456Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6208 | 2026-07-16T03:56:22.459Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6209 | 2026-07-16T03:56:22.543Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6210 | 2026-07-16T03:56:22.556Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6211 | 2026-07-16T03:56:23.118Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 6212 | 2026-07-16T03:56:24.663Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6213 | 2026-07-16T03:56:25.052Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6214 | 2026-07-16T03:56:27.535Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 6215 | 2026-07-16T03:56:28.058Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 6216 | 2026-07-16T03:56:29.537Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6217 | 2026-07-16T03:56:31.437Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6218 | 2026-07-16T03:56:31.693Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6219 | 2026-07-16T03:56:32.352Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 6220 | 2026-07-16T03:56:39.882Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6221 | 2026-07-16T03:56:41.754Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6222 | 2026-07-16T03:56:45.229Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6223 | 2026-07-16T03:57:27.247Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 6224 | 2026-07-16T03:57:27.370Z | Running unittests src/lib.rs (target/debug/deps/aal-8cf253b6ff3a685f) |
| 6225 | 2026-07-16T03:57:27.376Z | |
| 6226 | 2026-07-16T03:57:27.376Z | running 5 tests |
| 6227 | 2026-07-16T03:57:27.376Z | test fuse::tests::chip_revision_b1 ... ok |
| 6228 | 2026-07-16T03:57:27.376Z | test fuse::tests::chip_revision_a0 ... ok |
| 6229 | 2026-07-16T03:57:27.376Z | test fuse::tests::chip_revision_b0 ... ok |
| 6230 | 2026-07-16T03:57:27.376Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 6231 | 2026-07-16T03:57:27.376Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 6232 | 2026-07-16T03:57:27.376Z | |
| 6233 | 2026-07-16T03:57:27.376Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6234 | 2026-07-16T03:57:27.376Z | |
| 6235 | 2026-07-16T03:57:27.376Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6236 | 2026-07-16T03:57:27.399Z | |
| 6237 | 2026-07-16T03:57:27.399Z | running 0 tests |
| 6238 | 2026-07-16T03:57:27.399Z | |
| 6239 | 2026-07-16T03:57:27.399Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6240 | 2026-07-16T03:57:27.399Z | |
| 6241 | 2026-07-16T03:57:27.399Z | Running unittests src/lib.rs (target/debug/deps/asic-dd04386a5d77ba68) |
| 6242 | 2026-07-16T03:57:27.399Z | |
| 6243 | 2026-07-16T03:57:27.399Z | running 0 tests |
| 6244 | 2026-07-16T03:57:27.399Z | |
| 6245 | 2026-07-16T03:57:27.399Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6246 | 2026-07-16T03:57:27.399Z | |
| 6247 | 2026-07-16T03:57:27.399Z | Running unittests src/lib.rs (target/debug/deps/common-b72bdf9583b5d1a7) |
| 6248 | 2026-07-16T03:57:27.399Z | |
| 6249 | 2026-07-16T03:57:27.399Z | running 10 tests |
| 6250 | 2026-07-16T03:57:27.399Z | test network::tests::test_eui64 ... ok |
| 6251 | 2026-07-16T03:57:27.399Z | test network::tests::test_equal ... ok |
| 6252 | 2026-07-16T03:57:27.399Z | test nat::tests::test_vni ... ok |
| 6253 | 2026-07-16T03:57:27.399Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6254 | 2026-07-16T03:57:27.399Z | test network::tests::test_into ... ok |
| 6255 | 2026-07-16T03:57:27.399Z | test network::tests::test_not_equal ... ok |
| 6256 | 2026-07-16T03:57:27.399Z | test network::tests::test_to_string ... ok |
| 6257 | 2026-07-16T03:57:27.400Z | test network::tests::test_parse ... ok |
| 6258 | 2026-07-16T03:57:27.400Z | test test_purge ... ok |
| 6259 | 2026-07-16T03:57:27.400Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6260 | 2026-07-16T03:57:27.400Z | |
| 6261 | 2026-07-16T03:57:27.400Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6262 | 2026-07-16T03:57:27.400Z | |
| 6263 | 2026-07-16T03:57:27.403Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-73c5d14fde60f003) |
| 6264 | 2026-07-16T03:57:27.403Z | |
| 6265 | 2026-07-16T03:57:27.403Z | running 1 test |
| 6266 | 2026-07-16T03:57:27.403Z | ------- |
| 6267 | 2026-07-16T03:57:27.403Z | Generating OpenAPI documents from API definitions ... |
| 6268 | 2026-07-16T03:57:27.541Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6269 | 2026-07-16T03:57:27.612Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6270 | 2026-07-16T03:57:28.616Z | ------- |
| 6271 | 2026-07-16T03:57:28.616Z | Checking 12 OpenAPI documents... |
| 6272 | 2026-07-16T03:57:28.616Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6273 | 2026-07-16T03:57:28.616Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6274 | 2026-07-16T03:57:28.616Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6275 | 2026-07-16T03:57:28.623Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6276 | 2026-07-16T03:57:28.623Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6277 | 2026-07-16T03:57:28.623Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6278 | 2026-07-16T03:57:28.623Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6279 | 2026-07-16T03:57:28.623Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6280 | 2026-07-16T03:57:28.623Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-07-16T03:57:28.623Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-07-16T03:57:28.623Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6283 | 2026-07-16T03:57:28.623Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-07-16T03:57:28.623Z | Fresh dpd "latest" symlink |
| 6285 | 2026-07-16T03:57:28.623Z | ------- |
| 6286 | 2026-07-16T03:57:28.623Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 6287 | 2026-07-16T03:57:28.679Z | test test::test_apis_up_to_date ... ok |
| 6288 | 2026-07-16T03:57:28.679Z | |
| 6289 | 2026-07-16T03:57:28.679Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s |
| 6290 | 2026-07-16T03:57:28.679Z | |
| 6291 | 2026-07-16T03:57:28.735Z | Running unittests src/main.rs (target/debug/deps/dpd-3b0f960689fc0962) |
| 6292 | 2026-07-16T03:57:28.744Z | |
| 6293 | 2026-07-16T03:57:28.744Z | running 33 tests |
| 6294 | 2026-07-16T03:57:28.751Z | test freemap::test_ordering ... ok |
| 6295 | 2026-07-16T03:57:28.751Z | test config::tests::test_updates ... ok |
| 6296 | 2026-07-16T03:57:28.751Z | test freemap::test_split ... ok |
| 6297 | 2026-07-16T03:57:28.751Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6298 | 2026-07-16T03:57:28.751Z | test macaddrs::tests::test_mac_offset ... ok |
| 6299 | 2026-07-16T03:57:28.751Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6300 | 2026-07-16T03:57:28.751Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6301 | 2026-07-16T03:57:28.751Z | test nat::test_mapping ... ok |
| 6302 | 2026-07-16T03:57:28.751Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6303 | 2026-07-16T03:57:28.751Z | test port_map::tests::dump_map ... ok |
| 6304 | 2026-07-16T03:57:28.751Z | test port_map::tests::test_backplane_group ... ok |
| 6305 | 2026-07-16T03:57:28.751Z | test port_map::tests::test_port_map ... ok |
| 6306 | 2026-07-16T03:57:28.751Z | Jul 16 03:57:27.876 DEBG created new freemap, unit: freemap_test |
| 6307 | 2026-07-16T03:57:28.751Z | Jul 16 03:57:27.876 DEBG initted freemap. size: 128, unit: freemap_test |
| 6308 | 2026-07-16T03:57:28.751Z | Jul 16 03:57:27.876 DEBG reset freemap, unit: freemap_test |
| 6309 | 2026-07-16T03:57:28.751Z | Jul 16 03:57:27.876Jul 16 03:57:27.876 DEBGDEBG created new freemapcreated new freemap, unit, :unit :freemap_test |
| 6310 | 2026-07-16T03:57:28.751Z | freemap_test |
| 6311 | 2026-07-16T03:57:28.751Z | Jul 16 03:57:27.876 DEBG initted freemap. size: 128Jul 16 03:57:27.876, unitDEBG: initted freemap. size: 128freemap_test, |
| 6312 | 2026-07-16T03:57:28.751Z | unit: freemap_test |
| 6313 | 2026-07-16T03:57:28.751Z | Jul 16 03:57:27.876 DEBG reset freemap, Jul 16 03:57:27.876unit :DEBG freemap_testreset freemap |
| 6314 | 2026-07-16T03:57:28.751Z | , unit: freemap_test |
| 6315 | 2026-07-16T03:57:28.751Z | test freemap::test_free ... ok |
| 6316 | 2026-07-16T03:57:28.751Z | Jul 16 03:57:27.876 DEBG created new freemap, unit: freemap_test |
| 6317 | 2026-07-16T03:57:28.751Z | test freemap::test_basic ... ok |
| 6318 | 2026-07-16T03:57:28.752Z | test freemap::test_exhaustion ... ok |
| 6319 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.876 DEBG initted freemap. size: 128, unit: freemap_test |
| 6320 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.876 DEBG reset freemap, unit: freemap_test |
| 6321 | 2026-07-16T03:57:28.752Z | test freemap::test_reclaim ... ok |
| 6322 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.877 DEBG created new freemap, unit: freemap_test |
| 6323 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.877 DEBG initted freemap. size: 128, unit: freemap_test |
| 6324 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.877 DEBG reset freemap, unit: freemap_test |
| 6325 | 2026-07-16T03:57:28.752Z | test freemap::test_span ... ok |
| 6326 | 2026-07-16T03:57:28.752Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6327 | 2026-07-16T03:57:28.752Z | test api_server::tests::test_build_info ... ok |
| 6328 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.877 DEBG created new freemap, unit: freemap_route_ipv4Jul 16 03:57:27.877 |
| 6329 | 2026-07-16T03:57:28.752Z | DEBG created new freemapJul 16 03:57:27.877, unitDEBG: created new freemapfreemap_route_ipv4, unit |
| 6330 | 2026-07-16T03:57:28.752Z | : freemap_route_ipv6 |
| 6331 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.877Jul 16 03:57:27.877 DEBGDEBG created new freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv6freemap_route_ipv4 |
| 6332 | 2026-07-16T03:57:28.752Z | |
| 6333 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.877Jul 16 03:57:27.877 DEBGDEBG reset freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv4freemap_route_ipv4 |
| 6334 | 2026-07-16T03:57:28.752Z | |
| 6335 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.877Jul 16 03:57:27.877 DEBGDEBG initted freemap. size: 64reset freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv4 |
| 6336 | 2026-07-16T03:57:28.752Z | |
| 6337 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.877Jul 16 03:57:27.877 DEBGDEBG reset freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv6freemap_route_ipv6 |
| 6338 | 2026-07-16T03:57:28.752Z | |
| 6339 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.877Jul 16 03:57:27.877 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap |
| 6340 | 2026-07-16T03:57:28.752Z | , unit: freemap_route_ipv6Jul 16 03:57:27.877 |
| 6341 | 2026-07-16T03:57:28.752Z | 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 } }]Jul 16 03:57:27.877 |
| 6342 | 2026-07-16T03:57:28.752Z | INFO Jul 16 03:57:27.877adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6343 | 2026-07-16T03:57:28.752Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6344 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.877 DEBG Jul 16 03:57:27.877replacing 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 } }] |
| 6345 | 2026-07-16T03:57:28.752Z | DEBGJul 16 03:57:27.877 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6346 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.877created new freemap , INFOunitJul 16 03:57:27.877 :INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6347 | 2026-07-16T03:57:28.752Z | freemap_route_ipv4 |
| 6348 | 2026-07-16T03:57:28.752Z | |
| 6349 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.877Jul 16 03:57:27.877 Jul 16 03:57:27.877DEBG 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 } }] |
| 6350 | 2026-07-16T03:57:28.752Z | created new freemap, unit: Jul 16 03:57:27.878freemap_route_ipv6 |
| 6351 | 2026-07-16T03:57:28.752Z | INFODEBG 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:4 |
| 6352 | 2026-07-16T03:57:28.752Z | Jul 16 03:57:27.878 |
| 6353 | 2026-07-16T03:57:28.752Z | DEBG initted freemap. size: 64Jul 16 03:57:27.878, unitJul 16 03:57:27.878DEBG: INFO freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 6354 | 2026-07-16T03:57:28.753Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6355 | 2026-07-16T03:57:28.753Z | |
| 6356 | 2026-07-16T03:57:28.753Z | Jul 16 03:57:27.878Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBGINFO reset freemapadding route 3fff:beef::/64 -> 2001:db8::55:ff, DEBG |
| 6357 | 2026-07-16T03:57:28.753Z | unit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]: |
| 6358 | 2026-07-16T03:57:28.753Z | freemap_route_ipv4 |
| 6359 | 2026-07-16T03:57:28.753Z | Jul 16 03:57:27.878 DEBGJul 16 03:57:27.878 Jul 16 03:57:27.878replacing 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 } }] |
| 6360 | 2026-07-16T03:57:28.753Z | DEBGINFO initted freemap. size: 64 , Jul 16 03:57:27.878unitadding route 3fff:dead::/64 -> 2001:db8::55:2 :INFO |
| 6361 | 2026-07-16T03:57:28.753Z | freemap_route_ipv6 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6362 | 2026-07-16T03:57:28.753Z | |
| 6363 | 2026-07-16T03:57:28.753Z | Jul 16 03:57:27.878 DEBG Jul 16 03:57:27.878replacing 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 } }]Jul 16 03:57:27.878 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 } }]reset freemap |
| 6364 | 2026-07-16T03:57:28.753Z | , |
| 6365 | 2026-07-16T03:57:28.753Z | unit: freemap_route_ipv6 |
| 6366 | 2026-07-16T03:57:28.753Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 INFOINFOJul 16 03:57:27.878 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6367 | 2026-07-16T03:57:28.753Z | INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6368 | 2026-07-16T03:57:28.753Z | |
| 6369 | 2026-07-16T03:57:28.753Z | Jul 16 03:57:27.878Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }] |
| 6370 | 2026-07-16T03:57:28.753Z | |
| 6371 | 2026-07-16T03:57:28.753Z | 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 } }] |
| 6372 | 2026-07-16T03:57:28.753Z | Jul 16 03:57:27.878 Jul 16 03:57:27.878Jul 16 03:57:27.878INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6373 | 2026-07-16T03:57:28.753Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 6374 | 2026-07-16T03:57:28.753Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6375 | 2026-07-16T03:57:28.753Z | Jul 16 03:57:27.878 Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBG DEBGDEBG Jul 16 03:57:27.878created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], 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 } }] |
| 6376 | 2026-07-16T03:57:28.753Z | |
| 6377 | 2026-07-16T03:57:28.753Z | DEBG unitreplacing 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 } }]Jul 16 03:57:27.878Jul 16 03:57:27.878: |
| 6378 | 2026-07-16T03:57:28.753Z | INFOfreemap_route_ipv4 INFO |
| 6379 | 2026-07-16T03:57:28.753Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6380 | 2026-07-16T03:57:28.753Z | Jul 16 03:57:27.878 |
| 6381 | 2026-07-16T03:57:28.753Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffJul 16 03:57:27.878Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBG |
| 6382 | 2026-07-16T03:57:28.753Z | 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 } }]created new freemapreplacing 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 } }], |
| 6383 | 2026-07-16T03:57:28.753Z | unit |
| 6384 | 2026-07-16T03:57:28.753Z | : Jul 16 03:57:27.878freemap_route_ipv6Jul 16 03:57:27.878 |
| 6385 | 2026-07-16T03:57:28.753Z | Jul 16 03:57:27.878INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff INFO |
| 6386 | 2026-07-16T03:57:28.753Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6387 | 2026-07-16T03:57:28.753Z | |
| 6388 | 2026-07-16T03:57:28.753Z | Jul 16 03:57:27.878 Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBGJul 16 03:57:27.878 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 } }] initted freemap. size: 64INFO |
| 6389 | 2026-07-16T03:57:28.753Z | 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 } }]:adding route 3fff:beef:3::/64 -> 2001:db8::55:ff Jul 16 03:57:27.878 |
| 6390 | 2026-07-16T03:57:28.753Z | |
| 6391 | 2026-07-16T03:57:28.753Z | freemap_route_ipv4INFO |
| 6392 | 2026-07-16T03:57:28.753Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6393 | 2026-07-16T03:57:28.754Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 Jul 16 03:57:27.878Jul 16 03:57:27.878Jul 16 03:57:27.878DEBG INFODEBG 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: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 created new freemapDEBG, unitreset freemap:, unitfreemap_route_ipv4: |
| 6394 | 2026-07-16T03:57:28.760Z | freemap_route_ipv4 |
| 6395 | 2026-07-16T03:57:28.760Z | |
| 6396 | 2026-07-16T03:57:28.760Z | Jul 16 03:57:27.878 Jul 16 03:57:27.878DEBG DEBGcreated new freemapJul 16 03:57:27.878 initted freemap. size: 64INFO, unitadding route 3fff:beef:4::/64 -> 2001:db8::55:ff, :unit |
| 6397 | 2026-07-16T03:57:28.760Z | : freemap_route_ipv6 |
| 6398 | 2026-07-16T03:57:28.760Z | freemap_route_ipv6Jul 16 03:57:27.878 |
| 6399 | 2026-07-16T03:57:28.760Z | 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 } }]Jul 16 03:57:27.878 |
| 6400 | 2026-07-16T03:57:28.760Z | Jul 16 03:57:27.878 DEBGDEBG Jul 16 03:57:27.878initted freemap. size: 64 reset freemapINFO |
| 6401 | 2026-07-16T03:57:28.760Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff, |
| 6402 | 2026-07-16T03:57:28.760Z | , unitunit:Jul 16 03:57:27.878 :freemap_route_ipv4 DEBG |
| 6403 | 2026-07-16T03:57:28.760Z | freemap_route_ipv6replacing 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 } }] |
| 6404 | 2026-07-16T03:57:28.760Z | |
| 6405 | 2026-07-16T03:57:28.760Z | Jul 16 03:57:27.878 Jul 16 03:57:27.878INFOJul 16 03:57:27.878Jul 16 03:57:27.878 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFODEBG |
| 6406 | 2026-07-16T03:57:28.760Z | reset freemap |
| 6407 | 2026-07-16T03:57:28.760Z | , Jul 16 03:57:27.878 unitadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 6408 | 2026-07-16T03:57:28.760Z | 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 } }]Jul 16 03:57:27.878: |
| 6409 | 2026-07-16T03:57:28.760Z | freemap_route_ipv4DEBG |
| 6410 | 2026-07-16T03:57:28.760Z | Jul 16 03:57:27.878 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 } }]Jul 16 03:57:27.878DEBG 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 |
| 6411 | 2026-07-16T03:57:28.760Z | Jul 16 03:57:27.878adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6412 | 2026-07-16T03:57:28.760Z | |
| 6413 | 2026-07-16T03:57:28.760Z | DEBG initted freemap. size: 64Jul 16 03:57:27.878, Jul 16 03:57:27.878unit Jul 16 03:57:27.878: DEBG freemap_route_ipv6INFO |
| 6414 | 2026-07-16T03:57:28.760Z | 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 |
| 6415 | 2026-07-16T03:57:28.761Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6416 | 2026-07-16T03:57:28.761Z | |
| 6417 | 2026-07-16T03:57:28.761Z | Jul 16 03:57:27.878 DEBGJul 16 03:57:27.878 Jul 16 03:57:27.878DEBGreset freemap Jul 16 03:57:27.878 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 |
| 6418 | 2026-07-16T03:57:28.761Z | DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff, |
| 6419 | 2026-07-16T03:57:28.761Z | unit : freemap_route_ipv6replacing 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 } }] |
| 6420 | 2026-07-16T03:57:28.761Z | |
| 6421 | 2026-07-16T03:57:28.761Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 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 } }]INFO |
| 6422 | 2026-07-16T03:57:28.761Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:57:27.878 |
| 6423 | 2026-07-16T03:57:28.761Z | Jul 16 03:57:27.878 Jul 16 03:57:27.878INFO INFOJul 16 03:57:27.878 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6424 | 2026-07-16T03:57:28.761Z | |
| 6425 | 2026-07-16T03:57:28.761Z | |
| 6426 | 2026-07-16T03:57:28.761Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6427 | 2026-07-16T03:57:28.761Z | Jul 16 03:57:27.878Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBGJul 16 03:57:27.878 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6428 | 2026-07-16T03:57:28.761Z | |
| 6429 | 2026-07-16T03:57:28.761Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6430 | 2026-07-16T03:57:28.761Z | Jul 16 03:57:27.878 Jul 16 03:57:27.878adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG |
| 6431 | 2026-07-16T03:57:28.761Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 16 03:57:27.878 |
| 6432 | 2026-07-16T03:57:28.761Z | |
| 6433 | 2026-07-16T03:57:28.761Z | Jul 16 03:57:27.878 INFO DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff Jul 16 03:57:27.878replacing 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 } }] |
| 6434 | 2026-07-16T03:57:28.761Z | |
| 6435 | 2026-07-16T03:57:28.761Z | DEBG Jul 16 03:57:27.878Jul 16 03:57:27.878replacing 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 } }] |
| 6436 | 2026-07-16T03:57:28.761Z | INFO DEBG adding route 3fff:beef::/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 } }] |
| 6437 | 2026-07-16T03:57:28.761Z | |
| 6438 | 2026-07-16T03:57:28.761Z | Jul 16 03:57:27.878 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 16 03:57:27.878 |
| 6439 | 2026-07-16T03:57:28.761Z | Jul 16 03:57:27.878 DEBGJul 16 03:57:27.878 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6440 | 2026-07-16T03:57:28.761Z | 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:7::/64 -> 2001:db8::55:ff |
| 6441 | 2026-07-16T03:57:28.761Z | |
| 6442 | 2026-07-16T03:57:28.761Z | Jul 16 03:57:27.878 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 16 03:57:27.878Jul 16 03:57:27.878 |
| 6443 | 2026-07-16T03:57:28.761Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGJul 16 03:57:27.878 |
| 6444 | 2026-07-16T03:57:28.761Z | DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]Jul 16 03:57:27.878 |
| 6445 | 2026-07-16T03:57:28.761Z | |
| 6446 | 2026-07-16T03:57:28.761Z | 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 } }] |
| 6447 | 2026-07-16T03:57:28.761Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 INFOJul 16 03:57:27.878INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6448 | 2026-07-16T03:57:28.761Z | |
| 6449 | 2026-07-16T03:57:28.761Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6450 | 2026-07-16T03:57:28.762Z | |
| 6451 | 2026-07-16T03:57:28.762Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6452 | 2026-07-16T03:57:28.762Z | |
| 6453 | 2026-07-16T03:57:28.762Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 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: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 } }] |
| 6454 | 2026-07-16T03:57:28.762Z | |
| 6455 | 2026-07-16T03:57:28.762Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6456 | 2026-07-16T03:57:28.762Z | |
| 6457 | 2026-07-16T03:57:28.762Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6458 | 2026-07-16T03:57:28.762Z | |
| 6459 | 2026-07-16T03:57:28.762Z | INFOJul 16 03:57:27.878 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO |
| 6460 | 2026-07-16T03:57:28.762Z | Jul 16 03:57:27.878 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO |
| 6461 | 2026-07-16T03:57:28.762Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 16 03:57:27.878 |
| 6462 | 2026-07-16T03:57:28.762Z | Jul 16 03:57:27.878DEBG DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6463 | 2026-07-16T03:57:28.762Z | |
| 6464 | 2026-07-16T03:57:28.762Z | Jul 16 03:57:27.878 DEBG Jul 16 03:57:27.878replacing 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 } }] Jul 16 03:57:27.878 |
| 6465 | 2026-07-16T03:57:28.762Z | INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff Jul 16 03:57:27.878adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6466 | 2026-07-16T03:57:28.762Z | |
| 6467 | 2026-07-16T03:57:28.762Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6468 | 2026-07-16T03:57:28.762Z | Jul 16 03:57:27.878 Jul 16 03:57:27.878DEBGJul 16 03:57:27.878 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 } }]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 } }] |
| 6469 | 2026-07-16T03:57:28.762Z | |
| 6470 | 2026-07-16T03:57:28.762Z | 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 } }] |
| 6471 | 2026-07-16T03:57:28.762Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 INFO Jul 16 03:57:27.878adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 6472 | 2026-07-16T03:57:28.762Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6473 | 2026-07-16T03:57:28.762Z | INFOJul 16 03:57:27.878 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 6474 | 2026-07-16T03:57:28.762Z | Jul 16 03:57:27.878 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 } }] |
| 6475 | 2026-07-16T03:57:28.762Z | 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 } }] |
| 6476 | 2026-07-16T03:57:28.762Z | Jul 16 03:57:27.878 Jul 16 03:57:27.878DEBG Jul 16 03:57:27.878INFO 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 } }] |
| 6477 | 2026-07-16T03:57:28.762Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 6478 | 2026-07-16T03:57:28.762Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6479 | 2026-07-16T03:57:28.762Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 Jul 16 03:57:27.878INFO DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6480 | 2026-07-16T03:57:28.762Z | |
| 6481 | 2026-07-16T03:57:28.762Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6482 | 2026-07-16T03:57:28.762Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 Jul 16 03:57:27.878INFO INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6483 | 2026-07-16T03:57:28.762Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 6484 | 2026-07-16T03:57:28.762Z | 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-07-16T03:57:28.762Z | Jul 16 03:57:27.878 Jul 16 03:57:27.878DEBG Jul 16 03:57:27.878replacing 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 |
| 6486 | 2026-07-16T03:57:28.762Z | 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 |
| 6487 | 2026-07-16T03:57:28.762Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6488 | 2026-07-16T03:57:28.762Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 INFOJul 16 03:57:27.878 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6489 | 2026-07-16T03:57:28.763Z | |
| 6490 | 2026-07-16T03:57:28.763Z | |
| 6491 | 2026-07-16T03:57:28.763Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6492 | 2026-07-16T03:57:28.763Z | |
| 6493 | 2026-07-16T03:57:28.763Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 16 03:57:27.878 |
| 6494 | 2026-07-16T03:57:28.769Z | 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 } }] |
| 6495 | 2026-07-16T03:57:28.769Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 16 03:57:27.878 |
| 6496 | 2026-07-16T03:57:28.769Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6497 | 2026-07-16T03:57:28.769Z | Jul 16 03:57:27.878 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 } }]Jul 16 03:57:27.878 |
| 6498 | 2026-07-16T03:57:28.769Z | 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 } }] |
| 6499 | 2026-07-16T03:57:28.769Z | Jul 16 03:57:27.878 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 16 03:57:27.878 |
| 6500 | 2026-07-16T03:57:28.769Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6501 | 2026-07-16T03:57:28.769Z | Jul 16 03:57:27.878 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 } }]Jul 16 03:57:27.878 |
| 6502 | 2026-07-16T03:57:28.769Z | 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 } }] |
| 6503 | 2026-07-16T03:57:28.769Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6504 | 2026-07-16T03:57:28.769Z | |
| 6505 | 2026-07-16T03:57:28.769Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 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: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-07-16T03:57:28.769Z | |
| 6507 | 2026-07-16T03:57:28.769Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6508 | 2026-07-16T03:57:28.769Z | |
| 6509 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 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: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 } }] |
| 6510 | 2026-07-16T03:57:28.770Z | |
| 6511 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6512 | 2026-07-16T03:57:28.770Z | |
| 6513 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 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: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 } }] |
| 6514 | 2026-07-16T03:57:28.770Z | |
| 6515 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.878Jul 16 03:57:27.878 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6516 | 2026-07-16T03:57:28.770Z | |
| 6517 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6518 | 2026-07-16T03:57:28.770Z | |
| 6519 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.879 Jul 16 03:57:27.879INFOJul 16 03:57:27.879 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 6520 | 2026-07-16T03:57:28.770Z | INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6521 | 2026-07-16T03:57:28.770Z | |
| 6522 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.879 DEBGJul 16 03:57:27.879Jul 16 03:57:27.879 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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:c::/64 -> 2001:db8::55:ff |
| 6523 | 2026-07-16T03:57:28.770Z | |
| 6524 | 2026-07-16T03:57:28.770Z | |
| 6525 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 INFODEBG INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6526 | 2026-07-16T03:57:28.770Z | adding route 3fff:beef:18::/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 } }] |
| 6527 | 2026-07-16T03:57:28.770Z | |
| 6528 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBGINFO DEBG adding route 3fff:beef:d::/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 } }] |
| 6529 | 2026-07-16T03:57:28.770Z | |
| 6530 | 2026-07-16T03:57:28.770Z | 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 } }] |
| 6531 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 INFOINFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6532 | 2026-07-16T03:57:28.770Z | |
| 6533 | 2026-07-16T03:57:28.770Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6534 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBG DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6535 | 2026-07-16T03:57:28.770Z | INFO adding route 3fff:beef:e::/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 } }] |
| 6536 | 2026-07-16T03:57:28.770Z | |
| 6537 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.879 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 16 03:57:27.879 |
| 6538 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.879INFO DEBGJul 16 03:57:27.879 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 |
| 6539 | 2026-07-16T03:57:28.770Z | adding route 3fff:beef:1a::/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 } }] |
| 6540 | 2026-07-16T03:57:28.770Z | |
| 6541 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 INFOINFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6542 | 2026-07-16T03:57:28.770Z | 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 } }] |
| 6543 | 2026-07-16T03:57:28.770Z | |
| 6544 | 2026-07-16T03:57:28.770Z | Jul 16 03:57:27.879 DEBGJul 16 03:57:27.879Jul 16 03:57:27.879 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 |
| 6545 | 2026-07-16T03:57:28.771Z | 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 |
| 6546 | 2026-07-16T03:57:28.771Z | Jul 16 03:57:27.879 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 6547 | 2026-07-16T03:57:28.771Z | Jul 16 03:57:27.879adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6548 | 2026-07-16T03:57:28.771Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6549 | 2026-07-16T03:57:28.771Z | Jul 16 03:57:27.879Jul 16 03:57:27.879 Jul 16 03:57:27.879DEBG 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 } }]DEBG |
| 6550 | 2026-07-16T03:57:28.771Z | 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: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 } }] |
| 6551 | 2026-07-16T03:57:28.771Z | |
| 6552 | 2026-07-16T03:57:28.771Z | Jul 16 03:57:27.879 INFOJul 16 03:57:27.879 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 16 03:57:27.879INFO |
| 6553 | 2026-07-16T03:57:28.771Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO |
| 6554 | 2026-07-16T03:57:28.771Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 16 03:57:27.879 |
| 6555 | 2026-07-16T03:57:28.771Z | Jul 16 03:57:27.879DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6556 | 2026-07-16T03:57:28.771Z | 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 } }]Jul 16 03:57:27.879 |
| 6557 | 2026-07-16T03:57:28.771Z | DEBGJul 16 03:57:27.879 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 } }]Jul 16 03:57:27.879INFO |
| 6558 | 2026-07-16T03:57:28.771Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO |
| 6559 | 2026-07-16T03:57:28.771Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6560 | 2026-07-16T03:57:28.771Z | Jul 16 03:57:27.879Jul 16 03:57:27.879 INFOJul 16 03:57:27.879DEBG adding route 3fff:beef:1d::/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 } }]DEBG |
| 6561 | 2026-07-16T03:57:28.771Z | 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 } }] |
| 6562 | 2026-07-16T03:57:28.771Z | |
| 6563 | 2026-07-16T03:57:28.771Z | Jul 16 03:57:27.879 Jul 16 03:57:27.879Jul 16 03:57:27.879INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6564 | 2026-07-16T03:57:28.771Z | 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 } }] |
| 6565 | 2026-07-16T03:57:28.771Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 16 03:57:27.879 |
| 6566 | 2026-07-16T03:57:28.771Z | 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 } }] |
| 6567 | 2026-07-16T03:57:28.771Z | Jul 16 03:57:27.879Jul 16 03:57:27.879 Jul 16 03:57:27.879 INFODEBG INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/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 } }] |
| 6568 | 2026-07-16T03:57:28.771Z | |
| 6569 | 2026-07-16T03:57:28.771Z | |
| 6570 | 2026-07-16T03:57:28.771Z | Jul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 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: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 } }] |
| 6571 | 2026-07-16T03:57:28.771Z | |
| 6572 | 2026-07-16T03:57:28.771Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6573 | 2026-07-16T03:57:28.771Z | Jul 16 03:57:27.879 Jul 16 03:57:27.879INFOJul 16 03:57:27.879 DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO |
| 6574 | 2026-07-16T03:57:28.771Z | 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:1f::/64 -> 2001:db8::55:ff |
| 6575 | 2026-07-16T03:57:28.771Z | |
| 6576 | 2026-07-16T03:57:28.771Z | Jul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6577 | 2026-07-16T03:57:28.771Z | 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 } }]Jul 16 03:57:27.879 DEBG |
| 6578 | 2026-07-16T03:57:28.771Z | created new freemap, unit:adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6579 | 2026-07-16T03:57:28.771Z | freemap_route_ipv4DEBG |
| 6580 | 2026-07-16T03:57:28.771Z | Jul 16 03:57:27.879 Jul 16 03:57:27.879DEBG Jul 16 03:57:27.879created new freemapreplacing 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 } }], |
| 6581 | 2026-07-16T03:57:28.771Z | unit: freemap_route_ipv6 |
| 6582 | 2026-07-16T03:57:28.772Z | 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 } }]Jul 16 03:57:27.879 DEBGINFO initted freemap. size: 64 |
| 6583 | 2026-07-16T03:57:28.772Z | , unitJul 16 03:57:27.879: freemap_route_ipv4 |
| 6584 | 2026-07-16T03:57:28.772Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffJul 16 03:57:27.879 DEBG reset freemap , Jul 16 03:57:27.879unit INFO: freemap_route_ipv4Jul 16 03:57:27.879 |
| 6585 | 2026-07-16T03:57:28.772Z | DEBG created new freemapINFO, Jul 16 03:57:27.879 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG unitinitted freemap. size: 64:, |
| 6586 | 2026-07-16T03:57:28.772Z | unit: freemap_route_ipv4freemap_route_ipv6adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6587 | 2026-07-16T03:57:28.772Z | |
| 6588 | 2026-07-16T03:57:28.772Z | |
| 6589 | 2026-07-16T03:57:28.772Z | Jul 16 03:57:27.879 DEBG reset freemap, unitJul 16 03:57:27.879 : Jul 16 03:57:27.879freemap_route_ipv6DEBG |
| 6590 | 2026-07-16T03:57:28.772Z | |
| 6591 | 2026-07-16T03:57:28.772Z | 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 } }] |
| 6592 | 2026-07-16T03:57:28.772Z | Jul 16 03:57:27.879 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6593 | 2026-07-16T03:57:28.772Z | Jul 16 03:57:27.879 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 } }] |
| 6594 | 2026-07-16T03:57:28.781Z | Jul 16 03:57:27.879Jul 16 03:57:27.879 Jul 16 03:57:27.879DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 6595 | 2026-07-16T03:57:28.781Z | DEBGJul 16 03:57:27.879 created new freemapINFO, unit: freemap_route_ipv6 |
| 6596 | 2026-07-16T03:57:28.781Z | Jul 16 03:57:27.879 INFOJul 16 03:57:27.879 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 6597 | 2026-07-16T03:57:28.781Z | initted freemap. size: 64, unitJul 16 03:57:27.879: DEBGfreemap_route_ipv4 |
| 6598 | 2026-07-16T03:57:28.781Z | 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 } }] |
| 6599 | 2026-07-16T03:57:28.781Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 16 03:57:27.879 Jul 16 03:57:27.879DEBG INFOreset freemap |
| 6600 | 2026-07-16T03:57:28.781Z | , adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit |
| 6601 | 2026-07-16T03:57:28.781Z | : freemap_route_ipv4 |
| 6602 | 2026-07-16T03:57:28.781Z | Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBG DEBGJul 16 03:57:27.879replacing 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 } }] |
| 6603 | 2026-07-16T03:57:28.781Z | 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 } }] initted freemap. size: 64 |
| 6604 | 2026-07-16T03:57:28.782Z | , unitJul 16 03:57:27.879: Jul 16 03:57:27.879INFOfreemap_route_ipv6 INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6605 | 2026-07-16T03:57:28.782Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6606 | 2026-07-16T03:57:28.782Z | |
| 6607 | 2026-07-16T03:57:28.782Z | test route::tests::grow_succeeds ... ok |
| 6608 | 2026-07-16T03:57:28.782Z | Jul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBGDEBG DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }] |
| 6609 | 2026-07-16T03:57:28.782Z | |
| 6610 | 2026-07-16T03:57:28.782Z | reset freemap, unitJul 16 03:57:27.879Jul 16 03:57:27.879 :INFO INFO freemap_route_ipv6adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6611 | 2026-07-16T03:57:28.782Z | |
| 6612 | 2026-07-16T03:57:28.782Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6613 | 2026-07-16T03:57:28.782Z | Jul 16 03:57:27.879Jul 16 03:57:27.879 Jul 16 03:57:27.879 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 6614 | 2026-07-16T03:57:28.782Z | |
| 6615 | 2026-07-16T03:57:28.782Z | Jul 16 03:57:27.879Jul 16 03:57:27.879 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 } }] |
| 6616 | 2026-07-16T03:57:28.782Z | DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6617 | 2026-07-16T03:57:28.782Z | 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 } }] |
| 6618 | 2026-07-16T03:57:28.782Z | Jul 16 03:57:27.879Jul 16 03:57:27.879 INFODEBG Jul 16 03:57:27.879 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6619 | 2026-07-16T03:57:28.782Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6620 | 2026-07-16T03:57:28.782Z | |
| 6621 | 2026-07-16T03:57:28.782Z | Jul 16 03:57:27.879 Jul 16 03:57:27.879Jul 16 03:57:27.879INFO DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff 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 } }] |
| 6622 | 2026-07-16T03:57:28.782Z | |
| 6623 | 2026-07-16T03:57:28.782Z | 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 } }] |
| 6624 | 2026-07-16T03:57:28.782Z | Jul 16 03:57:27.879Jul 16 03:57:27.879 INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 16 03:57:27.879replacing 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 } }] |
| 6625 | 2026-07-16T03:57:28.782Z | |
| 6626 | 2026-07-16T03:57:28.782Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6627 | 2026-07-16T03:57:28.782Z | Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 16 03:57:27.879 |
| 6628 | 2026-07-16T03:57:28.782Z | |
| 6629 | 2026-07-16T03:57:28.782Z | 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 } }] |
| 6630 | 2026-07-16T03:57:28.782Z | Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBGINFOJul 16 03:57:27.879 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 |
| 6631 | 2026-07-16T03:57:28.782Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6632 | 2026-07-16T03:57:28.782Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6633 | 2026-07-16T03:57:28.782Z | Jul 16 03:57:27.879 INFOJul 16 03:57:27.879 Jul 16 03:57:27.879 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 6634 | 2026-07-16T03:57:28.782Z | 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 } }] |
| 6635 | 2026-07-16T03:57:28.782Z | 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 } }]Jul 16 03:57:27.879 |
| 6636 | 2026-07-16T03:57:28.782Z | Jul 16 03:57:27.879DEBG 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 } }] |
| 6637 | 2026-07-16T03:57:28.782Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6638 | 2026-07-16T03:57:28.782Z | Jul 16 03:57:27.879Jul 16 03:57:27.879 INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff Jul 16 03:57:27.879adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6639 | 2026-07-16T03:57:28.782Z | DEBG |
| 6640 | 2026-07-16T03:57:28.782Z | 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 } }]Jul 16 03:57:27.879 |
| 6641 | 2026-07-16T03:57:28.783Z | Jul 16 03:57:27.879DEBG DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6642 | 2026-07-16T03:57:28.783Z | Jul 16 03:57:27.879 |
| 6643 | 2026-07-16T03:57:28.783Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 16 03:57:27.879Jul 16 03:57:27.879 |
| 6644 | 2026-07-16T03:57:28.783Z | INFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 6645 | 2026-07-16T03:57:28.783Z | adding route 3fff:beef:4::/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 } }] |
| 6646 | 2026-07-16T03:57:28.783Z | Jul 16 03:57:27.879 |
| 6647 | 2026-07-16T03:57:28.783Z | DEBGJul 16 03:57:27.879 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 } }] |
| 6648 | 2026-07-16T03:57:28.783Z | DEBG Jul 16 03:57:27.879replacing 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 } }]Jul 16 03:57:27.879 |
| 6649 | 2026-07-16T03:57:28.783Z | Jul 16 03:57:27.879 INFOINFO DEBG Jul 16 03:57:27.879 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff 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:20::/64 -> 2001:db8::55:ff |
| 6650 | 2026-07-16T03:57:28.783Z | |
| 6651 | 2026-07-16T03:57:28.783Z | INFO |
| 6652 | 2026-07-16T03:57:28.783Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6653 | 2026-07-16T03:57:28.783Z | Jul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBGJul 16 03:57:27.879DEBG INFODEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 6654 | 2026-07-16T03:57:28.783Z | 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 } }] |
| 6655 | 2026-07-16T03:57:28.783Z | |
| 6656 | 2026-07-16T03:57:28.783Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6657 | 2026-07-16T03:57:28.783Z | Jul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 INFOJul 16 03:57:27.879 INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG |
| 6658 | 2026-07-16T03:57:28.783Z | |
| 6659 | 2026-07-16T03:57:28.783Z | 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 } }] |
| 6660 | 2026-07-16T03:57:28.783Z | INFOJul 16 03:57:27.879 DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6661 | 2026-07-16T03:57:28.783Z | Jul 16 03:57:27.879Jul 16 03:57:27.879 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-07-16T03:57:28.783Z | Jul 16 03:57:27.879 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 } }]Jul 16 03:57:27.879 |
| 6663 | 2026-07-16T03:57:28.783Z | 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:6::/64 -> 2001:db8::55:ff |
| 6664 | 2026-07-16T03:57:28.783Z | |
| 6665 | 2026-07-16T03:57:28.783Z | INFO Jul 16 03:57:27.879adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6666 | 2026-07-16T03:57:28.783Z | Jul 16 03:57:27.879 INFOINFOJul 16 03:57:27.879 Jul 16 03:57:27.879adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6667 | 2026-07-16T03:57:28.783Z | DEBG |
| 6668 | 2026-07-16T03:57:28.783Z | 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 |
| 6669 | 2026-07-16T03:57:28.783Z | 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 } }]Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBG DEBG |
| 6670 | 2026-07-16T03:57:28.783Z | Jul 16 03:57:27.880replacing 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: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 } }] |
| 6671 | 2026-07-16T03:57:28.783Z | |
| 6672 | 2026-07-16T03:57:28.783Z | INFO Jul 16 03:57:27.880adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6673 | 2026-07-16T03:57:28.783Z | Jul 16 03:57:27.880Jul 16 03:57:27.880INFO INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6674 | 2026-07-16T03:57:28.783Z | Jul 16 03:57:27.880adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6675 | 2026-07-16T03:57:28.783Z | |
| 6676 | 2026-07-16T03:57:28.783Z | DEBGJul 16 03:57:27.880 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 } }]DEBGJul 16 03:57:27.880 |
| 6677 | 2026-07-16T03:57:28.783Z | DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6678 | 2026-07-16T03:57:28.783Z | |
| 6679 | 2026-07-16T03:57:28.783Z | Jul 16 03:57:27.880Jul 16 03:57:27.880 INFO Jul 16 03:57:27.880adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBGINFO |
| 6680 | 2026-07-16T03:57:28.784Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 16 03:57:27.880 |
| 6681 | 2026-07-16T03:57:28.784Z | 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 Jul 16 03:57:27.880 |
| 6682 | 2026-07-16T03:57:28.784Z | Jul 16 03:57:27.880 DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG 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:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6683 | 2026-07-16T03:57:28.784Z | |
| 6684 | 2026-07-16T03:57:28.784Z | |
| 6685 | 2026-07-16T03:57:28.784Z | Jul 16 03:57:27.880Jul 16 03:57:27.880Jul 16 03:57:27.880 INFOINFOJul 16 03:57:27.880 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6686 | 2026-07-16T03:57:28.784Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 6687 | 2026-07-16T03:57:28.784Z | 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 |
| 6688 | 2026-07-16T03:57:28.784Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6689 | 2026-07-16T03:57:28.784Z | Jul 16 03:57:27.880Jul 16 03:57:27.880 Jul 16 03:57:27.880DEBG 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 } }] |
| 6690 | 2026-07-16T03:57:28.784Z | INFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:57:27.880adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6691 | 2026-07-16T03:57:28.784Z | |
| 6692 | 2026-07-16T03:57:28.784Z | Jul 16 03:57:27.880DEBG Jul 16 03:57:27.880INFO Jul 16 03:57:27.880 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 } }]INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6693 | 2026-07-16T03:57:28.784Z | |
| 6694 | 2026-07-16T03:57:28.790Z | DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6695 | 2026-07-16T03:57:28.790Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6696 | 2026-07-16T03:57:28.790Z | Jul 16 03:57:27.880Jul 16 03:57:27.880 Jul 16 03:57:27.880DEBG Jul 16 03:57:27.880DEBGreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6697 | 2026-07-16T03:57:28.790Z | INFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6698 | 2026-07-16T03:57:28.790Z | Jul 16 03:57:27.880adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6699 | 2026-07-16T03:57:28.790Z | INFO |
| 6700 | 2026-07-16T03:57:28.790Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 16 03:57:27.880Jul 16 03:57:27.880 |
| 6701 | 2026-07-16T03:57:28.790Z | INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6702 | 2026-07-16T03:57:28.791Z | Jul 16 03:57:27.880Jul 16 03:57:27.880 DEBGDEBGreplacing 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 } }] |
| 6703 | 2026-07-16T03:57:28.791Z | Jul 16 03:57:27.880replacing 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: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 |
| 6704 | 2026-07-16T03:57:28.791Z | 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 } }] |
| 6705 | 2026-07-16T03:57:28.791Z | |
| 6706 | 2026-07-16T03:57:28.791Z | Jul 16 03:57:27.880Jul 16 03:57:27.880 Jul 16 03:57:27.880INFO INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6707 | 2026-07-16T03:57:28.791Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6708 | 2026-07-16T03:57:28.791Z | |
| 6709 | 2026-07-16T03:57:28.791Z | Jul 16 03:57:27.880 DEBGJul 16 03:57:27.880 Jul 16 03:57:27.880replacing 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 } }]Jul 16 03:57:27.880 |
| 6710 | 2026-07-16T03:57:28.791Z | 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 } }] INFODEBG |
| 6711 | 2026-07-16T03:57:28.791Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff 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 } }]Jul 16 03:57:27.880 |
| 6712 | 2026-07-16T03:57:28.791Z | INFO Jul 16 03:57:27.880 |
| 6713 | 2026-07-16T03:57:28.791Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Jul 16 03:57:27.880 |
| 6714 | 2026-07-16T03:57:28.791Z | INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6715 | 2026-07-16T03:57:28.791Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 16 03:57:27.880Jul 16 03:57:27.880 |
| 6716 | 2026-07-16T03:57:28.791Z | DEBGJul 16 03:57:27.880 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:57:27.880replacing 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 } }] |
| 6717 | 2026-07-16T03:57:28.791Z | |
| 6718 | 2026-07-16T03:57:28.791Z | 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 } }]Jul 16 03:57:27.880 |
| 6719 | 2026-07-16T03:57:28.791Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6720 | 2026-07-16T03:57:28.791Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 16 03:57:27.880 |
| 6721 | 2026-07-16T03:57:28.791Z | INFOJul 16 03:57:27.880Jul 16 03:57:27.880 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff DEBGJul 16 03:57:27.880 |
| 6722 | 2026-07-16T03:57:28.791Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff INFO |
| 6723 | 2026-07-16T03:57:28.791Z | |
| 6724 | 2026-07-16T03:57:28.791Z | Jul 16 03:57:27.880 DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 16 03:57:27.880 Jul 16 03:57:27.880replacing 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 } }] |
| 6725 | 2026-07-16T03:57:28.791Z | INFO |
| 6726 | 2026-07-16T03:57:28.791Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6727 | 2026-07-16T03:57:28.791Z | DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6728 | 2026-07-16T03:57:28.791Z | Jul 16 03:57:27.880 DEBGJul 16 03:57:27.880 Jul 16 03:57:27.880replacing 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 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6729 | 2026-07-16T03:57:28.791Z | Jul 16 03:57:27.880 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGJul 16 03:57:27.880 |
| 6730 | 2026-07-16T03:57:28.791Z | 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 } }] |
| 6731 | 2026-07-16T03:57:28.791Z | 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 } }]Jul 16 03:57:27.880Jul 16 03:57:27.880 DEBGINFO |
| 6732 | 2026-07-16T03:57:28.791Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6733 | 2026-07-16T03:57:28.791Z | |
| 6734 | 2026-07-16T03:57:28.791Z | Jul 16 03:57:27.880Jul 16 03:57:27.880 INFOJul 16 03:57:27.880 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 6735 | 2026-07-16T03:57:28.791Z | 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 } }] |
| 6736 | 2026-07-16T03:57:28.791Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6737 | 2026-07-16T03:57:28.792Z | Jul 16 03:57:27.880 Jul 16 03:57:27.880 DEBGINFOJul 16 03:57:27.880 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:15::/64 -> 2001:db8::55:ffDEBG |
| 6738 | 2026-07-16T03:57:28.792Z | |
| 6739 | 2026-07-16T03:57:28.792Z | 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 } }]Jul 16 03:57:27.880Jul 16 03:57:27.880 DEBGINFO |
| 6740 | 2026-07-16T03:57:28.792Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6741 | 2026-07-16T03:57:28.792Z | |
| 6742 | 2026-07-16T03:57:28.792Z | Jul 16 03:57:27.880Jul 16 03:57:27.880 |
| 6743 | 2026-07-16T03:57:28.792Z | Jul 16 03:57:27.880INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6744 | 2026-07-16T03:57:28.792Z | 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 } }] |
| 6745 | 2026-07-16T03:57:28.792Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 16 03:57:27.880 |
| 6746 | 2026-07-16T03:57:28.792Z | 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 } }]Jul 16 03:57:27.880 |
| 6747 | 2026-07-16T03:57:28.792Z | Jul 16 03:57:27.880Jul 16 03:57:27.880Jul 16 03:57:27.880 INFO INFO DEBG INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6748 | 2026-07-16T03:57:28.792Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6749 | 2026-07-16T03:57:28.792Z | |
| 6750 | 2026-07-16T03:57:28.792Z | 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 } }]Jul 16 03:57:27.880 |
| 6751 | 2026-07-16T03:57:28.792Z | DEBGJul 16 03:57:27.880Jul 16 03:57:27.880 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6752 | 2026-07-16T03:57:28.792Z | DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6753 | 2026-07-16T03:57:28.792Z | |
| 6754 | 2026-07-16T03:57:28.792Z | Jul 16 03:57:27.880 Jul 16 03:57:27.880INFO Jul 16 03:57:27.880adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 16 03:57:27.880 |
| 6755 | 2026-07-16T03:57:28.792Z | INFO INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 16 03:57:27.880 |
| 6756 | 2026-07-16T03:57:28.792Z | |
| 6757 | 2026-07-16T03:57:28.792Z | |
| 6758 | 2026-07-16T03:57:28.792Z | 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 } }]Jul 16 03:57:27.880Jul 16 03:57:27.880 DEBGJul 16 03:57:27.880 |
| 6759 | 2026-07-16T03:57:28.792Z | DEBG DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6760 | 2026-07-16T03:57:28.792Z | Jul 16 03:57:27.880 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 } }] |
| 6761 | 2026-07-16T03:57:28.792Z | DEBG |
| 6762 | 2026-07-16T03:57:28.792Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 16 03:57:27.880 |
| 6763 | 2026-07-16T03:57:28.792Z | Jul 16 03:57:27.880 INFO Jul 16 03:57:27.880 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO |
| 6764 | 2026-07-16T03:57:28.792Z | INFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6765 | 2026-07-16T03:57:28.792Z | Jul 16 03:57:27.880 Jul 16 03:57:27.880adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6766 | 2026-07-16T03:57:28.792Z | DEBG |
| 6767 | 2026-07-16T03:57:28.792Z | DEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6768 | 2026-07-16T03:57:28.792Z | Jul 16 03:57:27.880Jul 16 03:57:27.880 Jul 16 03:57:27.880 Jul 16 03:57:27.880DEBG 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 } }] |
| 6769 | 2026-07-16T03:57:28.792Z | INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6770 | 2026-07-16T03:57:28.792Z | |
| 6771 | 2026-07-16T03:57:28.792Z | INFO |
| 6772 | 2026-07-16T03:57:28.792Z | Jul 16 03:57:27.880adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 16 03:57:27.880 |
| 6773 | 2026-07-16T03:57:28.792Z | DEBGJul 16 03:57:27.880 INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:57:27.880INFO |
| 6774 | 2026-07-16T03:57:28.792Z | Jul 16 03:57:27.880 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 6775 | 2026-07-16T03:57:28.792Z | Jul 16 03:57:27.880 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 } }]INFOINFO |
| 6776 | 2026-07-16T03:57:28.793Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6777 | 2026-07-16T03:57:28.793Z | |
| 6778 | 2026-07-16T03:57:28.793Z | Jul 16 03:57:27.880 |
| 6779 | 2026-07-16T03:57:28.793Z | DEBG Jul 16 03:57:27.880replacing 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 } }]Jul 16 03:57:27.880 Jul 16 03:57:27.880Jul 16 03:57:27.880DEBG |
| 6780 | 2026-07-16T03:57:28.793Z | DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6781 | 2026-07-16T03:57:28.793Z | 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 } }] |
| 6782 | 2026-07-16T03:57:28.793Z | Jul 16 03:57:27.880 INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6783 | 2026-07-16T03:57:28.793Z | |
| 6784 | 2026-07-16T03:57:28.793Z | Jul 16 03:57:27.880INFO INFO Jul 16 03:57:27.880adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 16 03:57:27.880 |
| 6785 | 2026-07-16T03:57:28.793Z | Jul 16 03:57:27.880 INFODEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6786 | 2026-07-16T03:57:28.793Z | 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:31::/64 -> 2001:db8::55:ff |
| 6787 | 2026-07-16T03:57:28.793Z | Jul 16 03:57:27.880adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6788 | 2026-07-16T03:57:28.793Z | |
| 6789 | 2026-07-16T03:57:28.793Z | DEBG Jul 16 03:57:27.880 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 } }]Jul 16 03:57:27.880Jul 16 03:57:27.880 |
| 6790 | 2026-07-16T03:57:28.793Z | Jul 16 03:57:27.880INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6791 | 2026-07-16T03:57:28.793Z | Jul 16 03:57:27.880 DEBGDEBGINFO 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 } }] |
| 6792 | 2026-07-16T03:57:28.793Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 6793 | 2026-07-16T03:57:28.793Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 16 03:57:27.880 |
| 6794 | 2026-07-16T03:57:28.803Z | |
| 6795 | 2026-07-16T03:57:28.803Z | DEBGJul 16 03:57:27.880 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 } }]Jul 16 03:57:27.880 |
| 6796 | 2026-07-16T03:57:28.803Z | INFOJul 16 03:57:27.880Jul 16 03:57:27.880 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 6797 | 2026-07-16T03:57:28.803Z | DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 16 03:57:27.880replacing 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 } }] |
| 6798 | 2026-07-16T03:57:28.803Z | |
| 6799 | 2026-07-16T03:57:28.803Z | INFO Jul 16 03:57:27.880adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff INFODEBGJul 16 03:57:27.880 Jul 16 03:57:27.880 |
| 6800 | 2026-07-16T03:57:28.803Z | 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 |
| 6801 | 2026-07-16T03:57:28.803Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG Jul 16 03:57:27.880adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6802 | 2026-07-16T03:57:28.803Z | 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 } }] |
| 6803 | 2026-07-16T03:57:28.803Z | |
| 6804 | 2026-07-16T03:57:28.803Z | DEBGJul 16 03:57:27.880 INFOJul 16 03:57:27.880 Jul 16 03:57:27.880replacing 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 } }] Jul 16 03:57:27.880 |
| 6805 | 2026-07-16T03:57:28.803Z | DEBG DEBG Jul 16 03:57:27.880adding route 3fff:beef:33::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6806 | 2026-07-16T03:57:28.803Z | |
| 6807 | 2026-07-16T03:57:28.803Z | 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 } }] adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6808 | 2026-07-16T03:57:28.803Z | Jul 16 03:57:27.880 |
| 6809 | 2026-07-16T03:57:28.803Z | INFO |
| 6810 | 2026-07-16T03:57:28.803Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 16 03:57:27.880 |
| 6811 | 2026-07-16T03:57:28.803Z | DEBGJul 16 03:57:27.880Jul 16 03:57:27.880 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 |
| 6812 | 2026-07-16T03:57:28.803Z | Jul 16 03:57:27.880DEBGreplacing 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 } }]Jul 16 03:57:27.880 |
| 6813 | 2026-07-16T03:57:28.803Z | Jul 16 03:57:27.880 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 6814 | 2026-07-16T03:57:28.803Z | DEBG Jul 16 03:57:27.880replacing 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 } }] |
| 6815 | 2026-07-16T03:57:28.804Z | INFO Jul 16 03:57:27.880adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 6816 | 2026-07-16T03:57:28.804Z | Jul 16 03:57:27.880adding route 3fff:beef:32::/64 -> 2001:db8::55:ff INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6817 | 2026-07-16T03:57:28.804Z | INFO |
| 6818 | 2026-07-16T03:57:28.804Z | |
| 6819 | 2026-07-16T03:57:28.804Z | Jul 16 03:57:27.880adding route 3fff:beef:13::/64 -> 2001:db8::55:ff Jul 16 03:57:27.880 |
| 6820 | 2026-07-16T03:57:28.804Z | 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 } }]Jul 16 03:57:27.880 |
| 6821 | 2026-07-16T03:57:28.804Z | Jul 16 03:57:27.880replacing 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 } }] Jul 16 03:57:27.880DEBG DEBG Jul 16 03:57:27.880replacing 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 } }] |
| 6822 | 2026-07-16T03:57:28.804Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6823 | 2026-07-16T03:57:28.804Z | |
| 6824 | 2026-07-16T03:57:28.804Z | 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 } }]INFOJul 16 03:57:27.880 |
| 6825 | 2026-07-16T03:57:28.804Z | Jul 16 03:57:27.880Jul 16 03:57:27.880 INFOINFOJul 16 03:57:27.880 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 6826 | 2026-07-16T03:57:28.804Z | |
| 6827 | 2026-07-16T03:57:28.804Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 6828 | 2026-07-16T03:57:28.804Z | created new freemapadding route 3fff:beef:35::/64 -> 2001:db8::55:ff, Jul 16 03:57:27.880 |
| 6829 | 2026-07-16T03:57:28.804Z | Jul 16 03:57:27.880Jul 16 03:57:27.880unit DEBG: DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6830 | 2026-07-16T03:57:28.804Z | |
| 6831 | 2026-07-16T03:57:28.804Z | Jul 16 03:57:27.880 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 } }] |
| 6832 | 2026-07-16T03:57:28.804Z | 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 } }]Jul 16 03:57:27.880 |
| 6833 | 2026-07-16T03:57:28.804Z | INFO freemap_route_ipv4adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 16 03:57:27.881 |
| 6834 | 2026-07-16T03:57:28.804Z | |
| 6835 | 2026-07-16T03:57:28.804Z | Jul 16 03:57:27.881Jul 16 03:57:27.881 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6836 | 2026-07-16T03:57:28.804Z | Jul 16 03:57:27.881 |
| 6837 | 2026-07-16T03:57:28.804Z | Jul 16 03:57:27.881INFODEBG DEBGcreated new freemap Jul 16 03:57:27.881adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6838 | 2026-07-16T03:57:28.804Z | 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 } }]Jul 16 03:57:27.881, unitDEBG:DEBG |
| 6839 | 2026-07-16T03:57:28.804Z | 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:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 6840 | 2026-07-16T03:57:28.804Z | |
| 6841 | 2026-07-16T03:57:28.804Z | |
| 6842 | 2026-07-16T03:57:28.804Z | Jul 16 03:57:27.881 Jul 16 03:57:27.881DEBG Jul 16 03:57:27.881INFOJul 16 03:57:27.881 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 16 03:57:27.881replacing 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 } }] |
| 6843 | 2026-07-16T03:57:28.804Z | DEBG |
| 6844 | 2026-07-16T03:57:28.804Z | INFOinitted freemap. size: 64INFO, unitadding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 16 03:57:27.881:Jul 16 03:57:27.881 |
| 6845 | 2026-07-16T03:57:28.804Z | DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6846 | 2026-07-16T03:57:28.804Z | 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 } }] |
| 6847 | 2026-07-16T03:57:28.804Z | INFO Jul 16 03:57:27.881 adding route 3fff:beef:37::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBGJul 16 03:57:27.881 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 } }] |
| 6848 | 2026-07-16T03:57:28.804Z | |
| 6849 | 2026-07-16T03:57:28.804Z | DEBGJul 16 03:57:27.881 |
| 6850 | 2026-07-16T03:57:28.805Z | Jul 16 03:57:27.881replacing 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 } }] |
| 6851 | 2026-07-16T03:57:28.805Z | INFOJul 16 03:57:27.881Jul 16 03:57:27.881DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Jul 16 03:57:27.881 reset freemap |
| 6852 | 2026-07-16T03:57:28.805Z | INFOINFOJul 16 03:57:27.881 |
| 6853 | 2026-07-16T03:57:28.805Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 6854 | 2026-07-16T03:57:28.805Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff, |
| 6855 | 2026-07-16T03:57:28.805Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit |
| 6856 | 2026-07-16T03:57:28.805Z | Jul 16 03:57:27.881DEBG Jul 16 03:57:27.881Jul 16 03:57:27.881 : DEBGfreemap_route_ipv4 INFOJul 16 03:57:27.881 |
| 6857 | 2026-07-16T03:57:28.805Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6858 | 2026-07-16T03:57:28.805Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG Jul 16 03:57:27.881 |
| 6859 | 2026-07-16T03:57:28.805Z | 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 } }]created new freemap |
| 6860 | 2026-07-16T03:57:28.805Z | , unitJul 16 03:57:27.881replacing 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 } }]:DEBGJul 16 03:57:27.881 |
| 6861 | 2026-07-16T03:57:28.805Z | |
| 6862 | 2026-07-16T03:57:28.805Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 16 03:57:27.881Jul 16 03:57:27.881 |
| 6863 | 2026-07-16T03:57:28.805Z | initted freemap. size: 64DEBGINFO, unitINFOJul 16 03:57:27.881 adding route 3fff:beef:18::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6864 | 2026-07-16T03:57:28.805Z | :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 } }] |
| 6865 | 2026-07-16T03:57:28.805Z | freemap_route_ipv6DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6866 | 2026-07-16T03:57:28.805Z | |
| 6867 | 2026-07-16T03:57:28.805Z | 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 } }] |
| 6868 | 2026-07-16T03:57:28.805Z | Jul 16 03:57:27.888 Jul 16 03:57:27.888DEBG 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 |
| 6869 | 2026-07-16T03:57:28.805Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 16 03:57:27.880 |
| 6870 | 2026-07-16T03:57:28.805Z | Jul 16 03:57:27.888 Jul 16 03:57:27.888DEBG DEBG created new freemap INFOreset freemap , Jul 16 03:57:27.888, adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunitunit |
| 6871 | 2026-07-16T03:57:28.805Z | :DEBG : freemap_route_ipv6freemap_route_ipv4 |
| 6872 | 2026-07-16T03:57:28.805Z | |
| 6873 | 2026-07-16T03:57:28.805Z | 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 } }] |
| 6874 | 2026-07-16T03:57:28.805Z | Jul 16 03:57:27.881Jul 16 03:57:27.888Jul 16 03:57:27.888Jul 16 03:57:27.888 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6875 | 2026-07-16T03:57:28.805Z | |
| 6876 | 2026-07-16T03:57:28.805Z | Jul 16 03:57:27.888INFOJul 16 03:57:27.888Jul 16 03:57:27.888 DEBGJul 16 03:57:27.888 INFOcreated new freemap , adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffunit |
| 6877 | 2026-07-16T03:57:28.805Z | : freemap_route_ipv6DEBG |
| 6878 | 2026-07-16T03:57:28.805Z | DEBGJul 16 03:57:27.888 adding route 3fff:dead::/64 -> 2001:db8::55:1 created new freemap Jul 16 03:57:27.889replacing 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 |
| 6879 | 2026-07-16T03:57:28.805Z | DEBG |
| 6880 | 2026-07-16T03:57:28.805Z | , unitDEBGreplacing 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 } }] |
| 6881 | 2026-07-16T03:57:28.805Z | initted freemap. size: 64replacing 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 } }], |
| 6882 | 2026-07-16T03:57:28.805Z | unit: Jul 16 03:57:27.889:Jul 16 03:57:27.889Jul 16 03:57:27.889 INFOfreemap_route_ipv4INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 6883 | 2026-07-16T03:57:28.805Z | Jul 16 03:57:27.889 |
| 6884 | 2026-07-16T03:57:28.805Z | INFOfreemap_route_ipv6adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Jul 16 03:57:27.889 |
| 6885 | 2026-07-16T03:57:28.805Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6886 | 2026-07-16T03:57:28.805Z | DEBG |
| 6887 | 2026-07-16T03:57:28.805Z | Jul 16 03:57:27.889 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 6888 | 2026-07-16T03:57:28.805Z | DEBG, Jul 16 03:57:27.889unit: DEBGJul 16 03:57:27.889 freemap_route_ipv4replacing 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 } }] |
| 6889 | 2026-07-16T03:57:28.806Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6890 | 2026-07-16T03:57:28.806Z | |
| 6891 | 2026-07-16T03:57:28.806Z | Jul 16 03:57:27.889Jul 16 03:57:27.889 Jul 16 03:57:27.889INFO Jul 16 03:57:27.889 DEBGINFO Jul 16 03:57:27.889 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6892 | 2026-07-16T03:57:28.806Z | INFODEBG initted freemap. size: 64 |
| 6893 | 2026-07-16T03:57:28.806Z | Jul 16 03:57:27.889, |
| 6894 | 2026-07-16T03:57:28.814Z | unitadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff :DEBG |
| 6895 | 2026-07-16T03:57:28.814Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 6896 | 2026-07-16T03:57:28.814Z | |
| 6897 | 2026-07-16T03:57:28.814Z | initted freemap. size: 64, Jul 16 03:57:27.889Jul 16 03:57:27.889Jul 16 03:57:27.889 DEBG INFOreset freemapunitJul 16 03:57:27.889: DEBG , INFOunit :adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6898 | 2026-07-16T03:57:28.814Z | freemap_route_ipv6 |
| 6899 | 2026-07-16T03:57:28.814Z | |
| 6900 | 2026-07-16T03:57:28.814Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 16 03:57:27.889 |
| 6901 | 2026-07-16T03:57:28.814Z | Jul 16 03:57:27.889Jul 16 03:57:27.889 Jul 16 03:57:27.889 DEBGDEBG DEBG INFOfailed to allocate space for the new target list |
| 6902 | 2026-07-16T03:57:28.814Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6903 | 2026-07-16T03:57:28.814Z | freemap_route_ipv4 |
| 6904 | 2026-07-16T03:57:28.814Z | replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6905 | 2026-07-16T03:57:28.814Z | |
| 6906 | 2026-07-16T03:57:28.814Z | Jul 16 03:57:27.889Jul 16 03:57:27.889 Jul 16 03:57:27.889DEBG Jul 16 03:57:27.889 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 } }]INFODEBG |
| 6907 | 2026-07-16T03:57:28.814Z | Jul 16 03:57:27.889 adding route 3fff:beef:3e::/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 } }] |
| 6908 | 2026-07-16T03:57:28.814Z | 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 } }] |
| 6909 | 2026-07-16T03:57:28.814Z | |
| 6910 | 2026-07-16T03:57:28.814Z | Jul 16 03:57:27.889DEBG Jul 16 03:57:27.889INFOreset freemapJul 16 03:57:27.889, DEBGunit INFOJul 16 03:57:27.889 replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6911 | 2026-07-16T03:57:28.814Z | : |
| 6912 | 2026-07-16T03:57:28.814Z | adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 6913 | 2026-07-16T03:57:28.814Z | Jul 16 03:57:27.889Jul 16 03:57:27.889 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4 |
| 6914 | 2026-07-16T03:57:28.814Z | DEBG |
| 6915 | 2026-07-16T03:57:28.814Z | failed to allocate space for the new target listreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6916 | 2026-07-16T03:57:28.815Z | |
| 6917 | 2026-07-16T03:57:28.815Z | Jul 16 03:57:27.889Jul 16 03:57:27.889Jul 16 03:57:27.889Jul 16 03:57:27.889Jul 16 03:57:27.889 DEBG DEBGINFO DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], |
| 6918 | 2026-07-16T03:57:28.815Z | |
| 6919 | 2026-07-16T03:57:28.815Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6920 | 2026-07-16T03:57:28.815Z | 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 } }]unitJul 16 03:57:27.889: Jul 16 03:57:27.889DEBG |
| 6921 | 2026-07-16T03:57:28.815Z | freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6922 | 2026-07-16T03:57:28.815Z | |
| 6923 | 2026-07-16T03:57:28.815Z | INFOJul 16 03:57:27.889 Jul 16 03:57:27.889INFO Jul 16 03:57:27.889DEBG reset freemapadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff, |
| 6924 | 2026-07-16T03:57:28.815Z | unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6925 | 2026-07-16T03:57:28.815Z | freemap_route_ipv6 |
| 6926 | 2026-07-16T03:57:28.815Z | |
| 6927 | 2026-07-16T03:57:28.815Z | Jul 16 03:57:27.889Jul 16 03:57:27.889 DEBGDEBG Jul 16 03:57:27.889Jul 16 03:57:27.889replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 6928 | 2026-07-16T03:57:28.815Z | INFO |
| 6929 | 2026-07-16T03:57:28.815Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:57:27.889Jul 16 03:57:27.889 INFO |
| 6930 | 2026-07-16T03:57:28.815Z | DEBG adding route 3fff:beef:1e::/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 } }] |
| 6931 | 2026-07-16T03:57:28.815Z | |
| 6932 | 2026-07-16T03:57:28.815Z | |
| 6933 | 2026-07-16T03:57:28.815Z | Jul 16 03:57:27.889 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 } }]Jul 16 03:57:27.889 |
| 6934 | 2026-07-16T03:57:28.815Z | Jul 16 03:57:27.889 DEBGJul 16 03:57:27.889 replacing targets for 3fff:dead::/64 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 } }]WARNJul 16 03:57:27.889 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFODEBG |
| 6935 | 2026-07-16T03:57:28.815Z | |
| 6936 | 2026-07-16T03:57:28.815Z | 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:dead::/64 -> 2001:db8::55:2 |
| 6937 | 2026-07-16T03:57:28.815Z | |
| 6938 | 2026-07-16T03:57:28.815Z | Jul 16 03:57:27.889 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 16 03:57:27.889Jul 16 03:57:27.889 |
| 6939 | 2026-07-16T03:57:28.815Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6940 | 2026-07-16T03:57:28.815Z | Jul 16 03:57:27.889adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6941 | 2026-07-16T03:57:28.815Z | ERRO Jul 16 03:57:27.889rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6942 | 2026-07-16T03:57:28.815Z | Jul 16 03:57:27.889INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6943 | 2026-07-16T03:57:28.815Z | 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 } }] |
| 6944 | 2026-07-16T03:57:28.815Z | Jul 16 03:57:27.889 ERRO Jul 16 03:57:27.889shrink-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 |
| 6945 | 2026-07-16T03:57:28.815Z | Jul 16 03:57:27.889DEBG 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 } }] |
| 6946 | 2026-07-16T03:57:28.815Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6947 | 2026-07-16T03:57:28.815Z | Jul 16 03:57:27.889Jul 16 03:57:27.889 DEBGINFO Jul 16 03:57:27.889replacing 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 |
| 6948 | 2026-07-16T03:57:28.815Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6949 | 2026-07-16T03:57:28.815Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6950 | 2026-07-16T03:57:28.815Z | Jul 16 03:57:27.889 Jul 16 03:57:27.889DEBGJul 16 03:57:27.889 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 } }] |
| 6951 | 2026-07-16T03:57:28.815Z | 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 } }] |
| 6952 | 2026-07-16T03:57:28.816Z | Jul 16 03:57:27.889 Jul 16 03:57:27.889DEBG 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 } }] |
| 6953 | 2026-07-16T03:57:28.816Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6954 | 2026-07-16T03:57:28.816Z | INFOJul 16 03:57:27.889 DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6955 | 2026-07-16T03:57:28.816Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 6956 | 2026-07-16T03:57:28.816Z | 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 } }] |
| 6957 | 2026-07-16T03:57:28.816Z | |
| 6958 | 2026-07-16T03:57:28.816Z | Jul 16 03:57:27.889Jul 16 03:57:27.889 INFOJul 16 03:57:27.889 DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO |
| 6959 | 2026-07-16T03:57:28.816Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 6960 | 2026-07-16T03:57:28.816Z | 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:25::/64 -> 2001:db8::55:ff |
| 6961 | 2026-07-16T03:57:28.816Z | Jul 16 03:57:27.890Jul 16 03:57:27.890 DEBGDEBG created new freemapcreated new freemap, Jul 16 03:57:27.898, unitunit :DEBG:Jul 16 03:57:27.889 freemap_route_ipv4 |
| 6962 | 2026-07-16T03:57:28.816Z | 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 } }] |
| 6963 | 2026-07-16T03:57:28.816Z | Jul 16 03:57:27.889Jul 16 03:57:27.898replacing 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 } }] |
| 6964 | 2026-07-16T03:57:28.816Z | DEBGDEBG created new freemapcreated new freemap, Jul 16 03:57:27.898unit, :INFO unit freemap_route_ipv6:adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6965 | 2026-07-16T03:57:28.816Z | |
| 6966 | 2026-07-16T03:57:28.816Z | freemap_route_ipv4Jul 16 03:57:27.898 |
| 6967 | 2026-07-16T03:57:28.816Z | INFOJul 16 03:57:27.898 DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6968 | 2026-07-16T03:57:28.816Z | initted freemap. size: 64Jul 16 03:57:27.898, unitDEBGJul 16 03:57:27.898: Jul 16 03:57:27.898DEBG 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 } }]freemap_route_ipv4 |
| 6969 | 2026-07-16T03:57:28.816Z | created new freemap |
| 6970 | 2026-07-16T03:57:28.816Z | 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 } }] |
| 6971 | 2026-07-16T03:57:28.816Z | , unit:Jul 16 03:57:27.898Jul 16 03:57:27.898 freemap_route_ipv6Jul 16 03:57:27.898DEBGJul 16 03:57:27.890 |
| 6972 | 2026-07-16T03:57:28.816Z | INFOreset freemap INFO , unitDEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ff:created new freemapJul 16 03:57:27.898 , freemap_route_ipv4unit |
| 6973 | 2026-07-16T03:57:28.816Z | |
| 6974 | 2026-07-16T03:57:28.816Z | : freemap_route_ipv4adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6975 | 2026-07-16T03:57:28.816Z | DEBG |
| 6976 | 2026-07-16T03:57:28.816Z | Jul 16 03:57:27.898Jul 16 03:57:27.898initted freemap. size: 64 DEBG, Jul 16 03:57:27.898unit initted freemap. size: 64Jul 16 03:57:27.898, DEBGunit:: DEBGcreated new freemap replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , freemap_route_ipv6freemap_route_ipv4unit |
| 6977 | 2026-07-16T03:57:28.816Z | : |
| 6978 | 2026-07-16T03:57:28.816Z | |
| 6979 | 2026-07-16T03:57:28.816Z | freemap_route_ipv6Jul 16 03:57:27.898 |
| 6980 | 2026-07-16T03:57:28.816Z | DEBG Jul 16 03:57:27.898Jul 16 03:57:27.898DEBG INFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGreset freemap adding route 3fff:beef:38::/64 -> 2001:db8::55:ff, |
| 6981 | 2026-07-16T03:57:28.816Z | |
| 6982 | 2026-07-16T03:57:28.816Z | reset freemapJul 16 03:57:27.898unit, :unitJul 16 03:57:27.898 : DEBGfreemap_route_ipv4 freemap_route_ipv6 |
| 6983 | 2026-07-16T03:57:28.816Z | |
| 6984 | 2026-07-16T03:57:28.816Z | 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 } }] |
| 6985 | 2026-07-16T03:57:28.816Z | DEBG initted freemap. size: 64Jul 16 03:57:27.898Jul 16 03:57:27.898, Jul 16 03:57:27.898 INFOunitDEBGINFO: Jul 16 03:57:27.898 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6986 | 2026-07-16T03:57:28.816Z | |
| 6987 | 2026-07-16T03:57:28.816Z | initted freemap. size: 64 INFO, Jul 16 03:57:27.898unit : DEBG Jul 16 03:57:27.898 freemap_route_ipv4freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6988 | 2026-07-16T03:57:28.816Z | |
| 6989 | 2026-07-16T03:57:28.816Z | |
| 6990 | 2026-07-16T03:57:28.817Z | DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6991 | 2026-07-16T03:57:28.817Z | |
| 6992 | 2026-07-16T03:57:28.817Z | Jul 16 03:57:27.898 Jul 16 03:57:27.898Jul 16 03:57:27.898DEBG Jul 16 03:57:27.898 INFO DEBGINFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 16 03:57:27.898 |
| 6993 | 2026-07-16T03:57:28.817Z | , reset freemapadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGunit |
| 6994 | 2026-07-16T03:57:28.825Z | : freemap_route_ipv4 |
| 6995 | 2026-07-16T03:57:28.825Z | 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 } }]Jul 16 03:57:27.898, Jul 16 03:57:27.898DEBG |
| 6996 | 2026-07-16T03:57:28.825Z | unitDEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6997 | 2026-07-16T03:57:28.825Z | |
| 6998 | 2026-07-16T03:57:28.825Z | Jul 16 03:57:27.898freemap_route_ipv6 |
| 6999 | 2026-07-16T03:57:28.825Z | DEBG Jul 16 03:57:27.898initted freemap. size: 64 , Jul 16 03:57:27.898Jul 16 03:57:27.898unit :INFOINFO Jul 16 03:57:27.898 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7000 | 2026-07-16T03:57:28.825Z | freemap_route_ipv6INFOINFO |
| 7001 | 2026-07-16T03:57:28.825Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7002 | 2026-07-16T03:57:28.825Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7003 | 2026-07-16T03:57:28.825Z | Jul 16 03:57:27.898Jul 16 03:57:27.898 |
| 7004 | 2026-07-16T03:57:28.825Z | DEBGJul 16 03:57:27.898 Jul 16 03:57:27.898DEBG 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.16.0.0/32 with: [NextHop { asic_port_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: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 } }] |
| 7005 | 2026-07-16T03:57:28.825Z | |
| 7006 | 2026-07-16T03:57:28.825Z | |
| 7007 | 2026-07-16T03:57:28.825Z | reset freemapJul 16 03:57:27.898, Jul 16 03:57:27.898Jul 16 03:57:27.898 Jul 16 03:57:27.898 INFOINFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7008 | 2026-07-16T03:57:28.825Z | adding route 172.16.0.0/32 -> 10.0.0.2DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7009 | 2026-07-16T03:57:28.825Z | unit |
| 7010 | 2026-07-16T03:57:28.825Z | : freemap_route_ipv6replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:57:27.898 |
| 7011 | 2026-07-16T03:57:28.825Z | |
| 7012 | 2026-07-16T03:57:28.825Z | Jul 16 03:57:27.898Jul 16 03:57:27.898 DEBGDEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Jul 16 03:57:27.898replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7013 | 2026-07-16T03:57:28.825Z | |
| 7014 | 2026-07-16T03:57:28.825Z | INFO |
| 7015 | 2026-07-16T03:57:28.825Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 16 03:57:27.898Jul 16 03:57:27.898Jul 16 03:57:27.898 |
| 7016 | 2026-07-16T03:57:28.825Z | DEBGDEBGJul 16 03:57:27.898 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:4, vlan_id: None } }]INFO failed to allocate space for the new target list |
| 7017 | 2026-07-16T03:57:28.825Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7018 | 2026-07-16T03:57:28.825Z | |
| 7019 | 2026-07-16T03:57:28.825Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:57:27.898Jul 16 03:57:27.898 Jul 16 03:57:27.898 |
| 7020 | 2026-07-16T03:57:28.825Z | Jul 16 03:57:27.898DEBG DEBGWARN replacing targets for 3fff:dead::/64 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 } }] |
| 7021 | 2026-07-16T03:57:28.825Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 7022 | 2026-07-16T03:57:28.825Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7023 | 2026-07-16T03:57:28.825Z | |
| 7024 | 2026-07-16T03:57:28.825Z | Jul 16 03:57:27.898 DEBG Jul 16 03:57:27.898Jul 16 03:57:27.898replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7025 | 2026-07-16T03:57:28.825Z | INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4 |
| 7026 | 2026-07-16T03:57:28.825Z | |
| 7027 | 2026-07-16T03:57:28.825Z | Jul 16 03:57:27.898Jul 16 03:57:27.898 Jul 16 03:57:27.898DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] INFO |
| 7028 | 2026-07-16T03:57:28.826Z | 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:dead::/64 -> 2001:db8::55:2 |
| 7029 | 2026-07-16T03:57:28.826Z | |
| 7030 | 2026-07-16T03:57:28.826Z | Jul 16 03:57:27.898 INFO Jul 16 03:57:27.898adding route 172.17.0.0/32 -> 10.0.0.255 Jul 16 03:57:27.898 |
| 7031 | 2026-07-16T03:57:28.826Z | 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 } }] Jul 16 03:57:27.898 |
| 7032 | 2026-07-16T03:57:28.826Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 7033 | 2026-07-16T03:57:28.826Z | 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 } }] |
| 7034 | 2026-07-16T03:57:28.826Z | Jul 16 03:57:27.898 Jul 16 03:57:27.898INFO Jul 16 03:57:27.898DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 7035 | 2026-07-16T03:57:28.826Z | |
| 7036 | 2026-07-16T03:57:28.826Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255Jul 16 03:57:27.898 |
| 7037 | 2026-07-16T03:57:28.826Z | INFOJul 16 03:57:27.898 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7038 | 2026-07-16T03:57:28.826Z | DEBGJul 16 03:57:27.898 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7039 | 2026-07-16T03:57:28.826Z | 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 } }] |
| 7040 | 2026-07-16T03:57:28.826Z | Jul 16 03:57:27.898 DEBG |
| 7041 | 2026-07-16T03:57:28.826Z | 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 } }]Jul 16 03:57:27.898 |
| 7042 | 2026-07-16T03:57:28.826Z | Jul 16 03:57:27.898 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 7043 | 2026-07-16T03:57:28.826Z | Jul 16 03:57:27.898Jul 16 03:57:27.898 INFOadding route 172.17.0.2/32 -> 10.0.0.255 |
| 7044 | 2026-07-16T03:57:28.826Z | Jul 16 03:57:27.898adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7045 | 2026-07-16T03:57:28.826Z | INFODEBGJul 16 03:57:27.898 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGJul 16 03:57:27.898 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7046 | 2026-07-16T03:57:28.826Z | |
| 7047 | 2026-07-16T03:57:28.826Z | DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7048 | 2026-07-16T03:57:28.826Z | |
| 7049 | 2026-07-16T03:57:28.826Z | Jul 16 03:57:27.898 INFO Jul 16 03:57:27.898Jul 16 03:57:27.898adding route 172.17.0.3/32 -> 10.0.0.255 Jul 16 03:57:27.889Jul 16 03:57:27.898INFO |
| 7050 | 2026-07-16T03:57:28.826Z | DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 7051 | 2026-07-16T03:57:28.826Z | DEBG Jul 16 03:57:27.898replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] Jul 16 03:57:27.898DEBG DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7052 | 2026-07-16T03:57:28.826Z | |
| 7053 | 2026-07-16T03:57:28.826Z | |
| 7054 | 2026-07-16T03:57:28.826Z | 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 } }] |
| 7055 | 2026-07-16T03:57:28.826Z | created new freemap, unit:Jul 16 03:57:27.898Jul 16 03:57:27.898Jul 16 03:57:27.898 INFOJul 16 03:57:27.898 freemap_route_ipv4 adding route 172.17.0.4/32 -> 10.0.0.255WARN |
| 7056 | 2026-07-16T03:57:28.826Z | INFO |
| 7057 | 2026-07-16T03:57:28.826Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7058 | 2026-07-16T03:57:28.826Z | shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFO |
| 7059 | 2026-07-16T03:57:28.826Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7060 | 2026-07-16T03:57:28.826Z | Jul 16 03:57:27.898Jul 16 03:57:27.898 DEBGJul 16 03:57:27.898 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7061 | 2026-07-16T03:57:28.826Z | created new freemapDEBG, unit :replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6Jul 16 03:57:27.899 |
| 7062 | 2026-07-16T03:57:28.826Z | DEBG created new freemapJul 16 03:57:27.899, |
| 7063 | 2026-07-16T03:57:28.826Z | unit:Jul 16 03:57:27.907 freemap_route_ipv4DEBG |
| 7064 | 2026-07-16T03:57:28.826Z | DEBGinitted freemap. size: 64 , created new freemapunit, Jul 16 03:57:27.907unit :Jul 16 03:57:27.907:DEBG freemap_route_ipv4 |
| 7065 | 2026-07-16T03:57:28.826Z | created new freemapINFO freemap_route_ipv4adding route 172.17.0.5/32 -> 10.0.0.255, |
| 7066 | 2026-07-16T03:57:28.827Z | Jul 16 03:57:27.907unit |
| 7067 | 2026-07-16T03:57:28.827Z | : DEBGfreemap_route_ipv6Jul 16 03:57:27.907 DEBG created new freemap |
| 7068 | 2026-07-16T03:57:28.827Z | reset freemap, , unit:unit :freemap_route_ipv6Jul 16 03:57:27.907 |
| 7069 | 2026-07-16T03:57:28.827Z | freemap_route_ipv4DEBG |
| 7070 | 2026-07-16T03:57:28.827Z | initted freemap. size: 64, Jul 16 03:57:27.907 unitDEBG: initted freemap. size: 64freemap_route_ipv4, |
| 7071 | 2026-07-16T03:57:28.827Z | Jul 16 03:57:27.907unit: freemap_route_ipv4DEBGJul 16 03:57:27.907 |
| 7072 | 2026-07-16T03:57:28.827Z | DEBG initted freemap. size: 64 , reset freemapJul 16 03:57:27.907, unitunit:DEBG freemap_route_ipv6reset freemap: |
| 7073 | 2026-07-16T03:57:28.827Z | , freemap_route_ipv4unit |
| 7074 | 2026-07-16T03:57:28.827Z | :Jul 16 03:57:27.907 freemap_route_ipv4DEBG |
| 7075 | 2026-07-16T03:57:28.827Z | reset freemapJul 16 03:57:27.907 , DEBGunit :Jul 16 03:57:27.898 initted freemap. size: 64 , Jul 16 03:57:27.907unitfreemap_route_ipv6INFO : |
| 7076 | 2026-07-16T03:57:28.827Z | freemap_route_ipv6adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7077 | 2026-07-16T03:57:28.827Z | DEBG |
| 7078 | 2026-07-16T03:57:28.827Z | initted freemap. size: 64Jul 16 03:57:27.907, Jul 16 03:57:27.907unit :DEBGINFO freemap_route_ipv6Jul 16 03:57:27.907reset freemap |
| 7079 | 2026-07-16T03:57:28.827Z | , DEBGunit replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7080 | 2026-07-16T03:57:28.827Z | freemap_route_ipv6Jul 16 03:57:27.907 |
| 7081 | 2026-07-16T03:57:28.827Z | |
| 7082 | 2026-07-16T03:57:28.827Z | Jul 16 03:57:27.907DEBG INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7083 | 2026-07-16T03:57:28.827Z | reset freemapJul 16 03:57:27.907 , unitINFO: Jul 16 03:57:27.907adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7084 | 2026-07-16T03:57:28.827Z | DEBGJul 16 03:57:27.907 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 } }] |
| 7085 | 2026-07-16T03:57:28.827Z | DEBGfreemap_route_ipv6 |
| 7086 | 2026-07-16T03:57:28.827Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 16 03:57:27.907Jul 16 03:57:27.907 |
| 7087 | 2026-07-16T03:57:28.827Z | DEBGINFO Jul 16 03:57:27.907replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 7088 | 2026-07-16T03:57:28.827Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7089 | 2026-07-16T03:57:28.827Z | adding route 172.16.0.0/32 -> 10.0.0.1Jul 16 03:57:27.907 |
| 7090 | 2026-07-16T03:57:28.827Z | INFO Jul 16 03:57:27.907adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7091 | 2026-07-16T03:57:28.827Z | Jul 16 03:57:27.907Jul 16 03:57:27.907 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]INFOJul 16 03:57:27.907 |
| 7092 | 2026-07-16T03:57:28.827Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7093 | 2026-07-16T03:57:28.827Z | |
| 7094 | 2026-07-16T03:57:28.834Z | 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 } }] |
| 7095 | 2026-07-16T03:57:28.834Z | Jul 16 03:57:27.907 Jul 16 03:57:27.907INFOJul 16 03:57:27.907Jul 16 03:57:27.907 DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 7096 | 2026-07-16T03:57:28.834Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7097 | 2026-07-16T03:57:28.834Z | adding route 172.17.0.0/32 -> 10.0.0.255Jul 16 03:57:27.907 |
| 7098 | 2026-07-16T03:57:28.834Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 7099 | 2026-07-16T03:57:28.834Z | Jul 16 03:57:27.907replacing 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 } }] Jul 16 03:57:27.907 |
| 7100 | 2026-07-16T03:57:28.834Z | INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 7101 | 2026-07-16T03:57:28.834Z | Jul 16 03:57:27.907 Jul 16 03:57:27.907 |
| 7102 | 2026-07-16T03:57:28.834Z | INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 16 03:57:27.907 |
| 7103 | 2026-07-16T03:57:28.834Z | Jul 16 03:57:27.907DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7104 | 2026-07-16T03:57:28.834Z | |
| 7105 | 2026-07-16T03:57:28.834Z | Jul 16 03:57:27.907 DEBGINFO Jul 16 03:57:27.907replacing 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 } }] Jul 16 03:57:27.907 |
| 7106 | 2026-07-16T03:57:28.834Z | INFOadding route 172.17.0.1/32 -> 10.0.0.255 INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7107 | 2026-07-16T03:57:28.834Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7108 | 2026-07-16T03:57:28.834Z | |
| 7109 | 2026-07-16T03:57:28.834Z | Jul 16 03:57:27.907 Jul 16 03:57:27.907INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Jul 16 03:57:27.907 |
| 7110 | 2026-07-16T03:57:28.834Z | Jul 16 03:57:27.907replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBG |
| 7111 | 2026-07-16T03:57:28.834Z | DEBG Jul 16 03:57:27.907replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 7112 | 2026-07-16T03:57:28.834Z | |
| 7113 | 2026-07-16T03:57:28.834Z | DEBG Jul 16 03:57:27.907 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7114 | 2026-07-16T03:57:28.834Z | Jul 16 03:57:27.907 DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7115 | 2026-07-16T03:57:28.834Z | replacing targets for 3fff:dead::/64 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 } }]Jul 16 03:57:27.907 |
| 7116 | 2026-07-16T03:57:28.834Z | Jul 16 03:57:27.907 Jul 16 03:57:27.907INFO DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7117 | 2026-07-16T03:57:28.834Z | |
| 7118 | 2026-07-16T03:57:28.834Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7119 | 2026-07-16T03:57:28.834Z | Jul 16 03:57:27.907 Jul 16 03:57:27.907INFO DEBGadding route 172.17.0.0/32 -> 10.0.0.255Jul 16 03:57:27.907 |
| 7120 | 2026-07-16T03:57:28.834Z | 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 } }] |
| 7121 | 2026-07-16T03:57:28.834Z | DEBG Jul 16 03:57:27.907replacing 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 } }] |
| 7122 | 2026-07-16T03:57:28.834Z | 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 } }]Jul 16 03:57:27.907 |
| 7123 | 2026-07-16T03:57:28.834Z | Jul 16 03:57:27.907 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 16 03:57:27.907 |
| 7124 | 2026-07-16T03:57:28.834Z | adding route 172.17.0.3/32 -> 10.0.0.255 INFO |
| 7125 | 2026-07-16T03:57:28.834Z | adding route 172.17.0.1/32 -> 10.0.0.255Jul 16 03:57:27.907 |
| 7126 | 2026-07-16T03:57:28.834Z | DEBG freemap_route_ipv4replacing 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 } }]Jul 16 03:57:27.907 |
| 7127 | 2026-07-16T03:57:28.834Z | |
| 7128 | 2026-07-16T03:57:28.834Z | Jul 16 03:57:27.907 DEBG DEBGJul 16 03:57:27.907 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7129 | 2026-07-16T03:57:28.835Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7130 | 2026-07-16T03:57:28.835Z | |
| 7131 | 2026-07-16T03:57:28.835Z | Jul 16 03:57:27.907Jul 16 03:57:27.907 Jul 16 03:57:27.907INFO Jul 16 03:57:27.907INFO adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 7132 | 2026-07-16T03:57:28.835Z | adding route 172.17.0.2/32 -> 10.0.0.255replacing 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 |
| 7133 | 2026-07-16T03:57:28.835Z | |
| 7134 | 2026-07-16T03:57:28.835Z | Jul 16 03:57:27.907 created new freemapDEBG, Jul 16 03:57:27.907 Jul 16 03:57:27.907replacing 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 } }]unit |
| 7135 | 2026-07-16T03:57:28.835Z | INFODEBG: freemap_route_ipv6 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7136 | 2026-07-16T03:57:28.835Z | |
| 7137 | 2026-07-16T03:57:28.835Z | Jul 16 03:57:27.907 |
| 7138 | 2026-07-16T03:57:28.835Z | INFOJul 16 03:57:27.907 Jul 16 03:57:27.907INFO Jul 16 03:57:27.907 adding route 172.17.0.3/32 -> 10.0.0.255 DEBG |
| 7139 | 2026-07-16T03:57:28.835Z | DEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing 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 } }] |
| 7140 | 2026-07-16T03:57:28.835Z | initted freemap. size: 64Jul 16 03:57:27.907, unitDEBG:Jul 16 03:57:27.907 |
| 7141 | 2026-07-16T03:57:28.835Z | INFOreplacing 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 } }] |
| 7142 | 2026-07-16T03:57:28.835Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7143 | 2026-07-16T03:57:28.835Z | freemap_route_ipv4 |
| 7144 | 2026-07-16T03:57:28.835Z | Jul 16 03:57:27.908Jul 16 03:57:27.908 Jul 16 03:57:27.908 Jul 16 03:57:27.908INFO DEBG adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 7145 | 2026-07-16T03:57:28.835Z | 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 } }]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 } }] |
| 7146 | 2026-07-16T03:57:28.835Z | |
| 7147 | 2026-07-16T03:57:28.835Z | reset freemapJul 16 03:57:27.908, Jul 16 03:57:27.908Jul 16 03:57:27.908unit INFO :DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7148 | 2026-07-16T03:57:28.835Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 7149 | 2026-07-16T03:57:28.835Z | |
| 7150 | 2026-07-16T03:57:28.835Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255Jul 16 03:57:27.908 |
| 7151 | 2026-07-16T03:57:28.835Z | Jul 16 03:57:27.908 DEBGINFOJul 16 03:57:27.908 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 |
| 7152 | 2026-07-16T03:57:28.835Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7153 | 2026-07-16T03:57:28.835Z | initted freemap. size: 64, Jul 16 03:57:27.908Jul 16 03:57:27.908unit :INFOJul 16 03:57:27.908 DEBGDEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7154 | 2026-07-16T03:57:28.835Z | 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 } }]freemap_route_ipv6 |
| 7155 | 2026-07-16T03:57:28.835Z | 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 } }] |
| 7156 | 2026-07-16T03:57:28.835Z | test route::tests::identity_replace_is_noop ... ok |
| 7157 | 2026-07-16T03:57:28.835Z | |
| 7158 | 2026-07-16T03:57:28.835Z | Jul 16 03:57:27.908 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 } }] |
| 7159 | 2026-07-16T03:57:28.835Z | Jul 16 03:57:27.908Jul 16 03:57:27.908 Jul 16 03:57:27.908DEBGJul 16 03:57:27.908 INFOreset freemap INFOadding route 172.17.0.6/32 -> 10.0.0.255, INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7160 | 2026-07-16T03:57:28.835Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7161 | 2026-07-16T03:57:28.835Z | |
| 7162 | 2026-07-16T03:57:28.835Z | unit:Jul 16 03:57:27.908Jul 16 03:57:27.908 Jul 16 03:57:27.908 DEBGDEBGfreemap_route_ipv6 |
| 7163 | 2026-07-16T03:57:28.836Z | 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 |
| 7164 | 2026-07-16T03:57:28.836Z | 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.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 } }] |
| 7165 | 2026-07-16T03:57:28.836Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7166 | 2026-07-16T03:57:28.836Z | |
| 7167 | 2026-07-16T03:57:28.836Z | Jul 16 03:57:27.908 INFO Jul 16 03:57:27.908 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFOJul 16 03:57:27.908 |
| 7168 | 2026-07-16T03:57:28.836Z | Jul 16 03:57:27.908 INFOINFO Jul 16 03:57:27.908adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7169 | 2026-07-16T03:57:28.836Z | adding route 172.16.0.0/32 -> 10.0.0.1 DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 7170 | 2026-07-16T03:57:28.836Z | Jul 16 03:57:27.908replacing 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 } }] |
| 7171 | 2026-07-16T03:57:28.836Z | 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 } }] |
| 7172 | 2026-07-16T03:57:28.836Z | |
| 7173 | 2026-07-16T03:57:28.836Z | Jul 16 03:57:27.908 Jul 16 03:57:27.908INFOJul 16 03:57:27.908 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 16 03:57:27.908 |
| 7174 | 2026-07-16T03:57:28.836Z | DEBGINFO Jul 16 03:57:27.908replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.8/32 -> 10.0.0.255 |
| 7175 | 2026-07-16T03:57:28.836Z | |
| 7176 | 2026-07-16T03:57:28.836Z | 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 |
| 7177 | 2026-07-16T03:57:28.836Z | Jul 16 03:57:27.908replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7178 | 2026-07-16T03:57:28.836Z | Jul 16 03:57:27.908 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7179 | 2026-07-16T03:57:28.836Z | Jul 16 03:57:27.908 Jul 16 03:57:27.908INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 16 03:57:27.919 |
| 7180 | 2026-07-16T03:57:28.836Z | created new freemap , DEBGunit :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Jul 16 03:57:27.919freemap_route_ipv4 |
| 7181 | 2026-07-16T03:57:28.836Z | DEBG |
| 7182 | 2026-07-16T03:57:28.836Z | 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 } }] |
| 7183 | 2026-07-16T03:57:28.836Z | Jul 16 03:57:27.919 Jul 16 03:57:27.919 DEBG DEBGJul 16 03:57:27.919 INFOcreated new freemap , INFOunit adding route 172.16.0.0/32 -> 10.0.0.3adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7184 | 2026-07-16T03:57:28.836Z | 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 } }]: |
| 7185 | 2026-07-16T03:57:28.836Z | freemap_route_ipv6 |
| 7186 | 2026-07-16T03:57:28.836Z | |
| 7187 | 2026-07-16T03:57:28.836Z | Jul 16 03:57:27.919 Jul 16 03:57:27.919DEBG Jul 16 03:57:27.919 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 } }] 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 } }] |
| 7188 | 2026-07-16T03:57:28.836Z | initted freemap. size: 64, unit |
| 7189 | 2026-07-16T03:57:28.836Z | : Jul 16 03:57:27.907freemap_route_ipv4 Jul 16 03:57:27.919DEBG |
| 7190 | 2026-07-16T03:57:28.836Z | INFO Jul 16 03:57:27.919adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7191 | 2026-07-16T03:57:28.836Z | Jul 16 03:57:27.919INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]Jul 16 03:57:27.919reset freemap |
| 7192 | 2026-07-16T03:57:28.836Z | , DEBG |
| 7193 | 2026-07-16T03:57:28.836Z | 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 } }]unit |
| 7194 | 2026-07-16T03:57:28.842Z | : Jul 16 03:57:27.919 freemap_route_ipv4Jul 16 03:57:27.919 |
| 7195 | 2026-07-16T03:57:28.842Z | Jul 16 03:57:27.919DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]INFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 16 03:57:27.919 |
| 7196 | 2026-07-16T03:57:28.842Z | |
| 7197 | 2026-07-16T03:57:28.842Z | DEBG initted freemap. size: 64Jul 16 03:57:27.919, unitDEBG:Jul 16 03:57:27.919adding route 172.17.0.6/32 -> 10.0.0.255 freemap_route_ipv6 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 } }] |
| 7198 | 2026-07-16T03:57:28.842Z | |
| 7199 | 2026-07-16T03:57:28.842Z | DEBG |
| 7200 | 2026-07-16T03:57:28.842Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 16 03:57:27.919 |
| 7201 | 2026-07-16T03:57:28.842Z | Jul 16 03:57:27.919DEBGJul 16 03:57:27.919 reset freemapINFODEBG, unitadding route 3fff:beef:39::/64 -> 2001:db8::55:ff: |
| 7202 | 2026-07-16T03:57:28.842Z | freemap_route_ipv6 |
| 7203 | 2026-07-16T03:57:28.842Z | 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 } }] |
| 7204 | 2026-07-16T03:57:28.842Z | Jul 16 03:57:27.919 DEBGJul 16 03:57:27.919 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7205 | 2026-07-16T03:57:28.842Z | adding route 172.16.0.0/32 -> 10.0.0.1Jul 16 03:57:27.919 |
| 7206 | 2026-07-16T03:57:28.842Z | Jul 16 03:57:27.919Jul 16 03:57:27.919 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 16 03:57:27.919 |
| 7207 | 2026-07-16T03:57:28.842Z | DEBG INFO |
| 7208 | 2026-07-16T03:57:28.842Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 16 03:57:27.919adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7209 | 2026-07-16T03:57:28.842Z | |
| 7210 | 2026-07-16T03:57:28.842Z | DEBGJul 16 03:57:27.919 Jul 16 03:57:27.919replacing 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 } }] Jul 16 03:57:27.919INFO |
| 7211 | 2026-07-16T03:57:28.842Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7212 | 2026-07-16T03:57:28.842Z | DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:57:27.919 |
| 7213 | 2026-07-16T03:57:28.842Z | INFOJul 16 03:57:27.919 DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7214 | 2026-07-16T03:57:28.842Z | Jul 16 03:57:27.919replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7215 | 2026-07-16T03:57:28.842Z | INFO |
| 7216 | 2026-07-16T03:57:28.842Z | Jul 16 03:57:27.919 Jul 16 03:57:27.919DEBG adding route 172.17.0.10/32 -> 10.0.0.255 INFO |
| 7217 | 2026-07-16T03:57:28.843Z | 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 } }] |
| 7218 | 2026-07-16T03:57:28.843Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7219 | 2026-07-16T03:57:28.843Z | Jul 16 03:57:27.919Jul 16 03:57:27.919Jul 16 03:57:27.919 INFOJul 16 03:57:27.919 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7220 | 2026-07-16T03:57:28.843Z | 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 } }] INFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7221 | 2026-07-16T03:57:28.843Z | Jul 16 03:57:27.919 |
| 7222 | 2026-07-16T03:57:28.843Z | DEBGadding route 172.17.0.8/32 -> 10.0.0.255 Jul 16 03:57:27.919replacing 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 } }] Jul 16 03:57:27.919INFO |
| 7223 | 2026-07-16T03:57:28.843Z | |
| 7224 | 2026-07-16T03:57:28.843Z | INFOadding route 172.16.0.0/32 -> 10.0.0.4 |
| 7225 | 2026-07-16T03:57:28.843Z | adding route 172.17.0.11/32 -> 10.0.0.255Jul 16 03:57:27.919Jul 16 03:57:27.919 |
| 7226 | 2026-07-16T03:57:28.843Z | INFOJul 16 03:57:27.919 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG |
| 7227 | 2026-07-16T03:57:28.843Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7228 | 2026-07-16T03:57:28.843Z | Jul 16 03:57:27.919Jul 16 03:57:27.919replacing 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 |
| 7229 | 2026-07-16T03:57:28.843Z | Jul 16 03:57:27.919 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 } }]DEBGDEBG |
| 7230 | 2026-07-16T03:57:28.843Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }] |
| 7231 | 2026-07-16T03:57:28.843Z | |
| 7232 | 2026-07-16T03:57:28.843Z | Jul 16 03:57:27.919 Jul 16 03:57:27.919INFOJul 16 03:57:27.919 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffINFO |
| 7233 | 2026-07-16T03:57:28.843Z | adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 7234 | 2026-07-16T03:57:28.843Z | adding route 172.17.0.9/32 -> 10.0.0.255Jul 16 03:57:27.919 |
| 7235 | 2026-07-16T03:57:28.843Z | DEBG Jul 16 03:57:27.919replacing 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 } }]Jul 16 03:57:27.919 |
| 7236 | 2026-07-16T03:57:28.843Z | DEBGINFO Jul 16 03:57:27.919Jul 16 03:57:27.919 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 } }]INFOadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7237 | 2026-07-16T03:57:28.843Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 7238 | 2026-07-16T03:57:28.843Z | DEBG |
| 7239 | 2026-07-16T03:57:28.843Z | Jul 16 03:57:27.919replacing 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 } }]Jul 16 03:57:27.919 |
| 7240 | 2026-07-16T03:57:28.843Z | DEBGINFO replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7241 | 2026-07-16T03:57:28.843Z | |
| 7242 | 2026-07-16T03:57:28.843Z | Jul 16 03:57:27.919 INFOJul 16 03:57:27.919 adding route 172.17.0.10/32 -> 10.0.0.255Jul 16 03:57:27.919Jul 16 03:57:27.919DEBG DEBGfailed to allocate space for the new target list |
| 7243 | 2026-07-16T03:57:28.843Z | |
| 7244 | 2026-07-16T03:57:28.843Z | 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 } }] |
| 7245 | 2026-07-16T03:57:28.843Z | 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 } }]Jul 16 03:57:27.920 |
| 7246 | 2026-07-16T03:57:28.843Z | Jul 16 03:57:27.920Jul 16 03:57:27.920DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFODEBG |
| 7247 | 2026-07-16T03:57:28.843Z | Jul 16 03:57:27.920adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7248 | 2026-07-16T03:57:28.843Z | INFOJul 16 03:57:27.920 |
| 7249 | 2026-07-16T03:57:28.843Z | DEBGJul 16 03:57:27.920adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7250 | 2026-07-16T03:57:28.843Z | failed to allocate space for the new target list |
| 7251 | 2026-07-16T03:57:28.843Z | 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 } }] |
| 7252 | 2026-07-16T03:57:28.843Z | Jul 16 03:57:27.920 INFO adding route 172.17.0.11/32 -> 10.0.0.255Jul 16 03:57:27.920 |
| 7253 | 2026-07-16T03:57:28.843Z | DEBG Jul 16 03:57:27.920replacing 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 } }] |
| 7254 | 2026-07-16T03:57:28.843Z | Jul 16 03:57:27.920INFO adding route 172.17.0.11/32 -> 10.0.0.255DEBGJul 16 03:57:27.920 |
| 7255 | 2026-07-16T03:57:28.844Z | 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 } }] |
| 7256 | 2026-07-16T03:57:28.844Z | Jul 16 03:57:27.920adding route 172.17.0.15/32 -> 10.0.0.255 DEBG |
| 7257 | 2026-07-16T03:57:28.844Z | 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 } }] |
| 7258 | 2026-07-16T03:57:28.844Z | Jul 16 03:57:27.920 INFOJul 16 03:57:27.920 adding route 172.17.0.12/32 -> 10.0.0.255DEBGJul 16 03:57:27.920 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 |
| 7259 | 2026-07-16T03:57:28.844Z | |
| 7260 | 2026-07-16T03:57:28.844Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7261 | 2026-07-16T03:57:28.844Z | Jul 16 03:57:27.920Jul 16 03:57:27.920Jul 16 03:57:27.920 DEBGINFODEBG 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 } }] |
| 7262 | 2026-07-16T03:57:28.844Z | adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7263 | 2026-07-16T03:57:28.844Z | |
| 7264 | 2026-07-16T03:57:28.844Z | Jul 16 03:57:27.920 INFO Jul 16 03:57:27.920Jul 16 03:57:27.920 adding route 172.17.0.13/32 -> 10.0.0.255DEBG |
| 7265 | 2026-07-16T03:57:28.844Z | 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 } }] |
| 7266 | 2026-07-16T03:57:28.844Z | INFO Jul 16 03:57:27.920adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7267 | 2026-07-16T03:57:28.844Z | DEBG Jul 16 03:57:27.920 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7268 | 2026-07-16T03:57:28.844Z | adding route 172.17.0.17/32 -> 10.0.0.255Jul 16 03:57:27.920Jul 16 03:57:27.920 |
| 7269 | 2026-07-16T03:57:28.844Z | DEBG Jul 16 03:57:27.920 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 |
| 7270 | 2026-07-16T03:57:28.844Z | Jul 16 03:57:27.920DEBG adding route 172.17.0.14/32 -> 10.0.0.255DEBGJul 16 03:57:27.920 |
| 7271 | 2026-07-16T03:57:28.844Z | 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 } }]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 } }] |
| 7272 | 2026-07-16T03:57:28.844Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 16 03:57:27.920 |
| 7273 | 2026-07-16T03:57:28.844Z | |
| 7274 | 2026-07-16T03:57:28.844Z | 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 } }]Jul 16 03:57:27.920 |
| 7275 | 2026-07-16T03:57:28.844Z | Jul 16 03:57:27.920DEBGJul 16 03:57:27.920 INFO INFOJul 16 03:57:27.920 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 } }] |
| 7276 | 2026-07-16T03:57:28.844Z | adding route 172.17.0.14/32 -> 10.0.0.255INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 7277 | 2026-07-16T03:57:28.844Z | |
| 7278 | 2026-07-16T03:57:28.844Z | adding route 172.17.0.15/32 -> 10.0.0.255Jul 16 03:57:27.920 |
| 7279 | 2026-07-16T03:57:28.844Z | INFOJul 16 03:57:27.920 Jul 16 03:57:27.920adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGJul 16 03:57:27.920 |
| 7280 | 2026-07-16T03:57:28.844Z | 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 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 } }]Jul 16 03:57:27.920 |
| 7281 | 2026-07-16T03:57:28.844Z | Jul 16 03:57:27.920DEBG created new freemapJul 16 03:57:27.928DEBG, unitINFOreplacing 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 172.17.0.16/32 -> 10.0.0.255 |
| 7282 | 2026-07-16T03:57:28.844Z | freemap_route_ipv4 |
| 7283 | 2026-07-16T03:57:28.844Z | |
| 7284 | 2026-07-16T03:57:28.844Z | Jul 16 03:57:27.920Jul 16 03:57:27.928Jul 16 03:57:27.928 Jul 16 03:57:27.928DEBG DEBG DEBG INFO 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 } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7285 | 2026-07-16T03:57:28.844Z | |
| 7286 | 2026-07-16T03:57:28.844Z | created new freemap, , unitunit:: Jul 16 03:57:27.928freemap_route_ipv6 freemap_route_ipv4 |
| 7287 | 2026-07-16T03:57:28.844Z | DEBG |
| 7288 | 2026-07-16T03:57:28.844Z | 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 } }]Jul 16 03:57:27.928 |
| 7289 | 2026-07-16T03:57:28.844Z | INFOJul 16 03:57:27.928 adding route 172.17.0.17/32 -> 10.0.0.255Jul 16 03:57:27.928DEBG INFOinitted freemap. size: 64Jul 16 03:57:27.928, unit :adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7290 | 2026-07-16T03:57:28.844Z | freemap_route_ipv4 |
| 7291 | 2026-07-16T03:57:28.845Z | |
| 7292 | 2026-07-16T03:57:28.845Z | Jul 16 03:57:27.928 DEBG Jul 16 03:57:27.928replacing 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 } }]Jul 16 03:57:27.928 |
| 7293 | 2026-07-16T03:57:28.845Z | DEBGINFO reset freemapadding route 172.17.0.19/32 -> 10.0.0.255, |
| 7294 | 2026-07-16T03:57:28.851Z | unitJul 16 03:57:27.928 :INFO freemap_route_ipv4Jul 16 03:57:27.928adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7295 | 2026-07-16T03:57:28.851Z | |
| 7296 | 2026-07-16T03:57:28.851Z | DEBG Jul 16 03:57:27.928replacing 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 } }] |
| 7297 | 2026-07-16T03:57:28.851Z | Jul 16 03:57:27.928DEBG 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 } }]Jul 16 03:57:27.928 |
| 7298 | 2026-07-16T03:57:28.851Z | initted freemap. size: 64 INFO, unitadding route 172.17.0.20/32 -> 10.0.0.255: |
| 7299 | 2026-07-16T03:57:28.851Z | Jul 16 03:57:27.928freemap_route_ipv6 INFO |
| 7300 | 2026-07-16T03:57:28.851Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 16 03:57:27.928 |
| 7301 | 2026-07-16T03:57:28.851Z | DEBGJul 16 03:57:27.928 DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7302 | 2026-07-16T03:57:28.851Z | reset freemapJul 16 03:57:27.928, DEBGunit :Jul 16 03:57:27.928 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 } }]INFOfreemap_route_ipv6 |
| 7303 | 2026-07-16T03:57:28.851Z | |
| 7304 | 2026-07-16T03:57:28.851Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7305 | 2026-07-16T03:57:28.851Z | Jul 16 03:57:27.928 INFOJul 16 03:57:27.928Jul 16 03:57:27.928 INFODEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7306 | 2026-07-16T03:57:28.851Z | 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 } }] |
| 7307 | 2026-07-16T03:57:28.851Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7308 | 2026-07-16T03:57:28.851Z | Jul 16 03:57:27.928 INFO Jul 16 03:57:27.928Jul 16 03:57:27.928 adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7309 | 2026-07-16T03:57:28.851Z | 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 } }] |
| 7310 | 2026-07-16T03:57:28.851Z | Jul 16 03:57:27.928 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 |
| 7311 | 2026-07-16T03:57:28.851Z | 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 } }]Jul 16 03:57:27.928 |
| 7312 | 2026-07-16T03:57:28.851Z | INFO Jul 16 03:57:27.928adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 7313 | 2026-07-16T03:57:28.851Z | Jul 16 03:57:27.928 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 16 03:57:27.928 |
| 7314 | 2026-07-16T03:57:28.851Z | DEBG |
| 7315 | 2026-07-16T03:57:28.851Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7316 | 2026-07-16T03:57:28.851Z | Jul 16 03:57:27.928Jul 16 03:57:27.928 |
| 7317 | 2026-07-16T03:57:28.851Z | 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 } }]Jul 16 03:57:27.928replacing 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 } }] Jul 16 03:57:27.928 |
| 7318 | 2026-07-16T03:57:28.851Z | INFO |
| 7319 | 2026-07-16T03:57:28.851Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7320 | 2026-07-16T03:57:28.851Z | INFOJul 16 03:57:27.928Jul 16 03:57:27.928 Jul 16 03:57:27.899Jul 16 03:57:27.928INFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7321 | 2026-07-16T03:57:28.851Z | DEBG adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.15/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 } }]Jul 16 03:57:27.928 |
| 7322 | 2026-07-16T03:57:28.851Z | |
| 7323 | 2026-07-16T03:57:28.852Z | DEBG |
| 7324 | 2026-07-16T03:57:28.852Z | created new freemapJul 16 03:57:27.929, DEBGunit 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 } }]: |
| 7325 | 2026-07-16T03:57:28.852Z | Jul 16 03:57:27.929 INFO freemap_route_ipv4 |
| 7326 | 2026-07-16T03:57:28.852Z | DEBG adding route 172.17.0.2/32 -> 10.0.0.255Jul 16 03:57:27.929 |
| 7327 | 2026-07-16T03:57:28.852Z | INFOJul 16 03:57:27.929 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 } }] |
| 7328 | 2026-07-16T03:57:28.852Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7329 | 2026-07-16T03:57:28.852Z | Jul 16 03:57:27.929Jul 16 03:57:27.929 DEBGJul 16 03:57:27.929DEBG INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemapadding route 172.17.0.25/32 -> 10.0.0.255 |
| 7330 | 2026-07-16T03:57:28.852Z | DEBGJul 16 03:57:27.929 , DEBG |
| 7331 | 2026-07-16T03:57:28.852Z | unit Jul 16 03:57:27.929replacing 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 } }]: |
| 7332 | 2026-07-16T03:57:28.852Z | INFO Jul 16 03:57:27.929 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_ipv6adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7333 | 2026-07-16T03:57:28.852Z | |
| 7334 | 2026-07-16T03:57:28.852Z | |
| 7335 | 2026-07-16T03:57:28.852Z | Jul 16 03:57:27.929DEBG Jul 16 03:57:27.929INFO 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 } }] DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7336 | 2026-07-16T03:57:28.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 } }] |
| 7337 | 2026-07-16T03:57:28.852Z | Jul 16 03:57:27.929 |
| 7338 | 2026-07-16T03:57:28.852Z | Jul 16 03:57:27.929Jul 16 03:57:27.929 INFO Jul 16 03:57:27.929Jul 16 03:57:27.929 INFODEBGDEBG INFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255initted freemap. size: 64 |
| 7339 | 2026-07-16T03:57:28.852Z | adding route 172.17.0.26/32 -> 10.0.0.255, unit |
| 7340 | 2026-07-16T03:57:28.852Z | |
| 7341 | 2026-07-16T03:57:28.852Z | : Jul 16 03:57:27.929 Jul 16 03:57:27.929 INFOfreemap_route_ipv4adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7342 | 2026-07-16T03:57:28.852Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 7343 | 2026-07-16T03:57:28.852Z | 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 } }]Jul 16 03:57:27.929 |
| 7344 | 2026-07-16T03:57:28.852Z | DEBG |
| 7345 | 2026-07-16T03:57:28.852Z | Jul 16 03:57:27.929replacing 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 } }]Jul 16 03:57:27.929Jul 16 03:57:27.929 DEBG |
| 7346 | 2026-07-16T03:57:28.852Z | INFOreset freemap DEBGadding route 172.17.0.5/32 -> 10.0.0.255 |
| 7347 | 2026-07-16T03:57:28.852Z | 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 } }] |
| 7348 | 2026-07-16T03:57:28.852Z | , unitJul 16 03:57:27.929Jul 16 03:57:27.929: Jul 16 03:57:27.929 INFODEBGfreemap_route_ipv4 INFO |
| 7349 | 2026-07-16T03:57:28.852Z | adding route 172.17.0.27/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 } }] adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7350 | 2026-07-16T03:57:28.852Z | |
| 7351 | 2026-07-16T03:57:28.852Z | |
| 7352 | 2026-07-16T03:57:28.852Z | test route::tests::same_size_non_subset_replace ... ok |
| 7353 | 2026-07-16T03:57:28.852Z | Jul 16 03:57:27.929 Jul 16 03:57:27.929Jul 16 03:57:27.929DEBG Jul 16 03:57:27.929 DEBG DEBGINFOinitted freemap. size: 64 adding route 172.17.0.6/32 -> 10.0.0.255, |
| 7354 | 2026-07-16T03:57:28.852Z | 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 } }]unitreplacing 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 } }] |
| 7355 | 2026-07-16T03:57:28.852Z | |
| 7356 | 2026-07-16T03:57:28.852Z | : Jul 16 03:57:27.929Jul 16 03:57:27.929Jul 16 03:57:27.929freemap_route_ipv6 |
| 7357 | 2026-07-16T03:57:28.852Z | DEBG DEBGINFOfailed to allocate space for the new target list 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 } }] |
| 7358 | 2026-07-16T03:57:28.852Z | |
| 7359 | 2026-07-16T03:57:28.853Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7360 | 2026-07-16T03:57:28.853Z | Jul 16 03:57:27.929Jul 16 03:57:27.929 INFODEBGJul 16 03:57:27.929 adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7361 | 2026-07-16T03:57:28.853Z | |
| 7362 | 2026-07-16T03:57:28.853Z | Jul 16 03:57:27.929DEBG Jul 16 03:57:27.929DEBG 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 } }]reset freemapDEBG |
| 7363 | 2026-07-16T03:57:28.853Z | , 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 } }]unit |
| 7364 | 2026-07-16T03:57:28.853Z | : Jul 16 03:57:27.929freemap_route_ipv6 |
| 7365 | 2026-07-16T03:57:28.853Z | Jul 16 03:57:27.929INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255 Jul 16 03:57:27.929 |
| 7366 | 2026-07-16T03:57:28.853Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7367 | 2026-07-16T03:57:28.853Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7368 | 2026-07-16T03:57:28.853Z | Jul 16 03:57:27.929 DEBGJul 16 03:57:27.929 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 |
| 7369 | 2026-07-16T03:57:28.853Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7370 | 2026-07-16T03:57:28.853Z | Jul 16 03:57:27.929 |
| 7371 | 2026-07-16T03:57:28.853Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255Jul 16 03:57:27.929 |
| 7372 | 2026-07-16T03:57:28.853Z | Jul 16 03:57:27.929DEBG 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 } }]Jul 16 03:57:27.929 |
| 7373 | 2026-07-16T03:57:28.853Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7374 | 2026-07-16T03:57:28.853Z | DEBG Jul 16 03:57:27.929replacing 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 } }] |
| 7375 | 2026-07-16T03:57:28.853Z | Jul 16 03:57:27.929INFO DEBGJul 16 03:57:27.929 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.18/32 -> 10.0.0.255INFO |
| 7376 | 2026-07-16T03:57:28.853Z | |
| 7377 | 2026-07-16T03:57:28.853Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7378 | 2026-07-16T03:57:28.853Z | Jul 16 03:57:27.929 DEBGJul 16 03:57:27.929 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 } }]DEBGJul 16 03:57:27.929 |
| 7379 | 2026-07-16T03:57:28.853Z | 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 } }] |
| 7380 | 2026-07-16T03:57:28.853Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 16 03:57:27.929 |
| 7381 | 2026-07-16T03:57:28.853Z | Jul 16 03:57:27.929 DEBGJul 16 03:57:27.929INFO INFOadding route 172.17.0.9/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 } }] |
| 7382 | 2026-07-16T03:57:28.853Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7383 | 2026-07-16T03:57:28.853Z | |
| 7384 | 2026-07-16T03:57:28.853Z | Jul 16 03:57:27.929Jul 16 03:57:27.929 DEBGJul 16 03:57:27.929 DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7385 | 2026-07-16T03:57:28.853Z | 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 |
| 7386 | 2026-07-16T03:57:28.853Z | adding route 172.17.0.19/32 -> 10.0.0.255Jul 16 03:57:27.929 |
| 7387 | 2026-07-16T03:57:28.853Z | INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255Jul 16 03:57:27.929 |
| 7388 | 2026-07-16T03:57:28.853Z | Jul 16 03:57:27.929 INFO adding route 172.17.0.10/32 -> 10.0.0.255created new freemap |
| 7389 | 2026-07-16T03:57:28.853Z | , Jul 16 03:57:27.929unit: freemap_route_ipv6Jul 16 03:57:27.929DEBG |
| 7390 | 2026-07-16T03:57:28.853Z | 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 } }]DEBG |
| 7391 | 2026-07-16T03:57:28.853Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7392 | 2026-07-16T03:57:28.853Z | Jul 16 03:57:27.929 |
| 7393 | 2026-07-16T03:57:28.853Z | DEBG initted freemap. size: 64Jul 16 03:57:27.929, unit :INFO Jul 16 03:57:27.929 freemap_route_ipv4Jul 16 03:57:27.929 |
| 7394 | 2026-07-16T03:57:28.862Z | adding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 7395 | 2026-07-16T03:57:28.862Z | adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 7396 | 2026-07-16T03:57:28.862Z | Jul 16 03:57:27.929adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7397 | 2026-07-16T03:57:28.862Z | DEBG reset freemapJul 16 03:57:27.929, unitJul 16 03:57:27.929: 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 } }]Jul 16 03:57:27.929 |
| 7398 | 2026-07-16T03:57:28.862Z | freemap_route_ipv4DEBG |
| 7399 | 2026-07-16T03:57:28.862Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7400 | 2026-07-16T03:57:28.862Z | Jul 16 03:57:27.929 |
| 7401 | 2026-07-16T03:57:28.862Z | INFOJul 16 03:57:27.929 adding route 172.17.0.12/32 -> 10.0.0.255Jul 16 03:57:27.929 |
| 7402 | 2026-07-16T03:57:28.862Z | INFODEBG initted freemap. size: 64Jul 16 03:57:27.929, Jul 16 03:57:27.929unit: freemap_route_ipv6DEBGDEBG |
| 7403 | 2026-07-16T03:57:28.862Z | created new freemapJul 16 03:57:27.941, unitDEBG : replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemapfreemap_route_ipv4 |
| 7404 | 2026-07-16T03:57:28.862Z | |
| 7405 | 2026-07-16T03:57:28.862Z | , Jul 16 03:57:27.941unit: DEBG freemap_route_ipv4Jul 16 03:57:27.941reset freemap |
| 7406 | 2026-07-16T03:57:28.862Z | , Jul 16 03:57:27.941INFOunit : DEBGfreemap_route_ipv6adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7407 | 2026-07-16T03:57:28.862Z | |
| 7408 | 2026-07-16T03:57:28.862Z | created new freemap, Jul 16 03:57:27.941unit: Jul 16 03:57:27.941 DEBGfreemap_route_ipv6Jul 16 03:57:27.941 INFO 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 3fff:dead::/64 -> 2001:db8::55:1 |
| 7409 | 2026-07-16T03:57:28.862Z | |
| 7410 | 2026-07-16T03:57:28.863Z | created new freemap, |
| 7411 | 2026-07-16T03:57:28.863Z | unit: Jul 16 03:57:27.941freemap_route_ipv6Jul 16 03:57:27.941 |
| 7412 | 2026-07-16T03:57:28.863Z | INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255 |
| 7413 | 2026-07-16T03:57:28.863Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 16 03:57:27.941 |
| 7414 | 2026-07-16T03:57:28.863Z | Jul 16 03:57:27.941 DEBGDEBGJul 16 03:57:27.941 Jul 16 03:57:27.941 DEBGinitted freemap. size: 64 INFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:2: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 } }] |
| 7415 | 2026-07-16T03:57:28.863Z | |
| 7416 | 2026-07-16T03:57:28.863Z | freemap_route_ipv4 |
| 7417 | 2026-07-16T03:57:28.863Z | initted freemap. size: 64Jul 16 03:57:27.941Jul 16 03:57:27.941 , INFO DEBGadding route 172.17.0.15/32 -> 10.0.0.255 unit |
| 7418 | 2026-07-16T03:57:28.863Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]: |
| 7419 | 2026-07-16T03:57:28.863Z | freemap_route_ipv4Jul 16 03:57:27.941 |
| 7420 | 2026-07-16T03:57:28.863Z | Jul 16 03:57:27.941DEBG DEBG Jul 16 03:57:27.941 reset freemapreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], INFO |
| 7421 | 2026-07-16T03:57:28.863Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7422 | 2026-07-16T03:57:28.863Z | unit:Jul 16 03:57:27.941 Jul 16 03:57:27.941freemap_route_ipv4 |
| 7423 | 2026-07-16T03:57:28.863Z | INFO Jul 16 03:57:27.941adding route 172.17.0.16/32 -> 10.0.0.255 DEBG |
| 7424 | 2026-07-16T03:57:28.863Z | 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 } }] Jul 16 03:57:27.941 |
| 7425 | 2026-07-16T03:57:28.863Z | DEBG Jul 16 03:57:27.941initted freemap. size: 64 reset freemap, Jul 16 03:57:27.941DEBG, unit :INFO freemap_route_ipv6 unit |
| 7426 | 2026-07-16T03:57:28.863Z | adding route 3fff:dead::/64 -> 2001:db8::55:4: |
| 7427 | 2026-07-16T03:57:28.863Z | freemap_route_ipv4replacing 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 } }] |
| 7428 | 2026-07-16T03:57:28.863Z | |
| 7429 | 2026-07-16T03:57:28.863Z | Jul 16 03:57:27.941Jul 16 03:57:27.941 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 16 03:57:27.941 |
| 7430 | 2026-07-16T03:57:28.863Z | reset freemap Jul 16 03:57:27.941INFO, unitJul 16 03:57:27.941adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7431 | 2026-07-16T03:57:28.863Z | DEBG:DEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]initted freemap. size: 64 |
| 7432 | 2026-07-16T03:57:28.863Z | |
| 7433 | 2026-07-16T03:57:28.863Z | Jul 16 03:57:27.941, unit :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 } }] |
| 7434 | 2026-07-16T03:57:28.863Z | freemap_route_ipv6Jul 16 03:57:27.941 |
| 7435 | 2026-07-16T03:57:28.863Z | INFOJul 16 03:57:27.941 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 7436 | 2026-07-16T03:57:28.863Z | Jul 16 03:57:27.941adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7437 | 2026-07-16T03:57:28.863Z | DEBG Jul 16 03:57:27.941 reset freemapDEBG, unitJul 16 03:57:27.941: DEBGfreemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7438 | 2026-07-16T03:57:28.863Z | 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 } }] |
| 7439 | 2026-07-16T03:57:28.863Z | |
| 7440 | 2026-07-16T03:57:28.863Z | Jul 16 03:57:27.941 INFO Jul 16 03:57:27.929Jul 16 03:57:27.941 Jul 16 03:57:27.941adding route 172.16.0.0/32 -> 10.0.0.2INFOINFO |
| 7441 | 2026-07-16T03:57:28.863Z | adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7442 | 2026-07-16T03:57:28.863Z | |
| 7443 | 2026-07-16T03:57:28.863Z | INFO Jul 16 03:57:27.941adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7444 | 2026-07-16T03:57:28.863Z | DEBGJul 16 03:57:27.941 Jul 16 03:57:27.941replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBGDEBG |
| 7445 | 2026-07-16T03:57:28.863Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7446 | 2026-07-16T03:57:28.864Z | |
| 7447 | 2026-07-16T03:57:28.864Z | Jul 16 03:57:27.941 DEBG Jul 16 03:57:27.941Jul 16 03:57:27.941replacing 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 } }]Jul 16 03:57:27.941 DEBGINFO INFO |
| 7448 | 2026-07-16T03:57:28.864Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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.36/32 -> 10.0.0.255 |
| 7449 | 2026-07-16T03:57:28.864Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7450 | 2026-07-16T03:57:28.864Z | |
| 7451 | 2026-07-16T03:57:28.864Z | Jul 16 03:57:27.941Jul 16 03:57:27.941Jul 16 03:57:27.941 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7452 | 2026-07-16T03:57:28.864Z | INFO |
| 7453 | 2026-07-16T03:57:28.864Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7454 | 2026-07-16T03:57:28.864Z | Jul 16 03:57:27.941 Jul 16 03:57:27.941INFO Jul 16 03:57:27.941INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7455 | 2026-07-16T03:57:28.864Z | |
| 7456 | 2026-07-16T03:57:28.864Z | 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 } }]Jul 16 03:57:27.941 |
| 7457 | 2026-07-16T03:57:28.864Z | DEBGJul 16 03:57:27.941 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7458 | 2026-07-16T03:57:28.864Z | 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 } }]Jul 16 03:57:27.941 |
| 7459 | 2026-07-16T03:57:28.864Z | INFO Jul 16 03:57:27.941adding route 172.16.0.0/32 -> 10.0.0.1 INFO |
| 7460 | 2026-07-16T03:57:28.864Z | adding route 172.17.0.22/32 -> 10.0.0.255Jul 16 03:57:27.941 |
| 7461 | 2026-07-16T03:57:28.864Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7462 | 2026-07-16T03:57:28.864Z | Jul 16 03:57:27.941 Jul 16 03:57:27.941 adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 7463 | 2026-07-16T03:57:28.864Z | Jul 16 03:57:27.941 DEBG DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7464 | 2026-07-16T03:57:28.864Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]Jul 16 03:57:27.941 |
| 7465 | 2026-07-16T03:57:28.864Z | |
| 7466 | 2026-07-16T03:57:28.864Z | DEBGJul 16 03:57:27.941 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 } }]Jul 16 03:57:27.941 |
| 7467 | 2026-07-16T03:57:28.864Z | Jul 16 03:57:27.941INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.23/32 -> 10.0.0.255INFO |
| 7468 | 2026-07-16T03:57:28.864Z | |
| 7469 | 2026-07-16T03:57:28.864Z | adding route 172.17.0.39/32 -> 10.0.0.255Jul 16 03:57:27.941 |
| 7470 | 2026-07-16T03:57:28.864Z | Jul 16 03:57:27.941INFO Jul 16 03:57:27.941adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7471 | 2026-07-16T03:57:28.864Z | DEBGJul 16 03:57:27.941 DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:57:27.942replacing 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 } }] |
| 7472 | 2026-07-16T03:57:28.864Z | DEBG |
| 7473 | 2026-07-16T03:57:28.864Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }] |
| 7474 | 2026-07-16T03:57:28.864Z | |
| 7475 | 2026-07-16T03:57:28.864Z | Jul 16 03:57:27.942 Jul 16 03:57:27.942INFO Jul 16 03:57:27.942INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 16 03:57:27.942adding route 172.17.0.24/32 -> 10.0.0.255INFO |
| 7476 | 2026-07-16T03:57:28.864Z | |
| 7477 | 2026-07-16T03:57:28.864Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:57:27.942adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7478 | 2026-07-16T03:57:28.864Z | Jul 16 03:57:27.942 |
| 7479 | 2026-07-16T03:57:28.864Z | DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7480 | 2026-07-16T03:57:28.864Z | |
| 7481 | 2026-07-16T03:57:28.864Z | Jul 16 03:57:27.942 Jul 16 03:57:27.942DEBGJul 16 03:57:27.942 Jul 16 03:57:27.942 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 } }] INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7482 | 2026-07-16T03:57:28.864Z | |
| 7483 | 2026-07-16T03:57:28.865Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7484 | 2026-07-16T03:57:28.865Z | DEBG Jul 16 03:57:27.942Jul 16 03:57:27.942 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7485 | 2026-07-16T03:57:28.865Z | adding route 172.17.0.24/32 -> 10.0.0.255DEBG |
| 7486 | 2026-07-16T03:57:28.865Z | 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 } }]Jul 16 03:57:27.942 |
| 7487 | 2026-07-16T03:57:28.865Z | Jul 16 03:57:27.942 DEBGDEBG Jul 16 03:57:27.942 Jul 16 03:57:27.942 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 } }] |
| 7488 | 2026-07-16T03:57:28.865Z | 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 } }]INFOINFO |
| 7489 | 2026-07-16T03:57:28.865Z | Jul 16 03:57:27.942 adding route 172.17.0.1/32 -> 10.0.0.255INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7490 | 2026-07-16T03:57:28.865Z | |
| 7491 | 2026-07-16T03:57:28.865Z | Jul 16 03:57:27.942adding route 172.17.0.25/32 -> 10.0.0.255 INFO |
| 7492 | 2026-07-16T03:57:28.865Z | Jul 16 03:57:27.942 Jul 16 03:57:27.942adding route 172.17.0.26/32 -> 10.0.0.255Jul 16 03:57:27.942DEBG 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.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7493 | 2026-07-16T03:57:28.865Z | |
| 7494 | 2026-07-16T03:57:28.874Z | |
| 7495 | 2026-07-16T03:57:28.874Z | |
| 7496 | 2026-07-16T03:57:28.874Z | Jul 16 03:57:27.942Jul 16 03:57:27.942 Jul 16 03:57:27.942INFOINFO Jul 16 03:57:27.942 adding route 172.17.0.26/32 -> 10.0.0.255 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7497 | 2026-07-16T03:57:28.874Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7498 | 2026-07-16T03:57:28.874Z | |
| 7499 | 2026-07-16T03:57:28.874Z | |
| 7500 | 2026-07-16T03:57:28.874Z | Jul 16 03:57:27.942Jul 16 03:57:27.942Jul 16 03:57:27.942 Jul 16 03:57:27.942DEBG DEBGINFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7501 | 2026-07-16T03:57:28.874Z | 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.27/32 -> 10.0.0.255DEBG |
| 7502 | 2026-07-16T03:57:28.874Z | |
| 7503 | 2026-07-16T03:57:28.874Z | 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 } }]Jul 16 03:57:27.942 INFO |
| 7504 | 2026-07-16T03:57:28.874Z | adding route 172.17.0.27/32 -> 10.0.0.255Jul 16 03:57:27.942Jul 16 03:57:27.942 |
| 7505 | 2026-07-16T03:57:28.874Z | INFODEBG Jul 16 03:57:27.942 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 } }] |
| 7506 | 2026-07-16T03:57:28.874Z | INFOJul 16 03:57:27.942adding route 172.17.0.3/32 -> 10.0.0.255 adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7507 | 2026-07-16T03:57:28.874Z | DEBG Jul 16 03:57:27.942 |
| 7508 | 2026-07-16T03:57:28.874Z | 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 } }]INFOJul 16 03:57:27.942 |
| 7509 | 2026-07-16T03:57:28.874Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7510 | 2026-07-16T03:57:28.874Z | 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 } }]Jul 16 03:57:27.942 |
| 7511 | 2026-07-16T03:57:28.874Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255Jul 16 03:57:27.942 |
| 7512 | 2026-07-16T03:57:28.874Z | DEBGJul 16 03:57:27.942Jul 16 03:57:27.942 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 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 } }]Jul 16 03:57:27.942 |
| 7513 | 2026-07-16T03:57:28.874Z | DEBG Jul 16 03:57:27.952created new freemapJul 16 03:57:27.952 DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7514 | 2026-07-16T03:57:28.874Z | , |
| 7515 | 2026-07-16T03:57:28.875Z | unit: Jul 16 03:57:27.952freemap_route_ipv4 |
| 7516 | 2026-07-16T03:57:28.875Z | INFOJul 16 03:57:27.952 DEBGadding route 172.17.0.29/32 -> 10.0.0.255 Jul 16 03:57:27.952 |
| 7517 | 2026-07-16T03:57:28.875Z | 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 } }] |
| 7518 | 2026-07-16T03:57:28.875Z | Jul 16 03:57:27.952Jul 16 03:57:27.952 DEBG DEBGJul 16 03:57:27.952replacing 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 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 } }] |
| 7519 | 2026-07-16T03:57:28.875Z | |
| 7520 | 2026-07-16T03:57:28.875Z | INFOcreated new freemap, unitadding route 172.17.0.30/32 -> 10.0.0.255Jul 16 03:57:27.952 |
| 7521 | 2026-07-16T03:57:28.875Z | Jul 16 03:57:27.952 :INFO INFOfreemap_route_ipv6Jul 16 03:57:27.952 adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7522 | 2026-07-16T03:57:28.875Z | DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 7523 | 2026-07-16T03:57:28.875Z | 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 } }] |
| 7524 | 2026-07-16T03:57:28.875Z | |
| 7525 | 2026-07-16T03:57:28.875Z | Jul 16 03:57:27.952 Jul 16 03:57:27.952DEBGJul 16 03:57:27.952Jul 16 03:57:27.952 DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7526 | 2026-07-16T03:57:28.875Z | 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 } }] initted freemap. size: 64adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7527 | 2026-07-16T03:57:28.875Z | |
| 7528 | 2026-07-16T03:57:28.875Z | , unit:Jul 16 03:57:27.952 Jul 16 03:57:27.952freemap_route_ipv4 Jul 16 03:57:27.952INFO INFO |
| 7529 | 2026-07-16T03:57:28.875Z | DEBGadding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7530 | 2026-07-16T03:57:28.875Z | |
| 7531 | 2026-07-16T03:57:28.875Z | 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 } }] |
| 7532 | 2026-07-16T03:57:28.875Z | Jul 16 03:57:27.952 Jul 16 03:57:27.952DEBGINFOJul 16 03:57:27.952 DEBG Jul 16 03:57:27.952 reset freemapreplacing 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 } }], |
| 7533 | 2026-07-16T03:57:28.875Z | adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 7534 | 2026-07-16T03:57:28.875Z | unit:INFO adding route 172.17.0.32/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 } }] |
| 7535 | 2026-07-16T03:57:28.875Z | |
| 7536 | 2026-07-16T03:57:28.875Z | freemap_route_ipv4Jul 16 03:57:27.952 |
| 7537 | 2026-07-16T03:57:28.875Z | Jul 16 03:57:27.952DEBG Jul 16 03:57:27.952Jul 16 03:57:27.952DEBG INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7538 | 2026-07-16T03:57:28.875Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7539 | 2026-07-16T03:57:28.875Z | |
| 7540 | 2026-07-16T03:57:28.875Z | INFO Jul 16 03:57:27.952adding route 172.17.0.19/32 -> 10.0.0.255 Jul 16 03:57:27.952INFO |
| 7541 | 2026-07-16T03:57:28.875Z | Jul 16 03:57:27.952Jul 16 03:57:27.952 adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 7542 | 2026-07-16T03:57:28.875Z | Jul 16 03:57:27.952 DEBG INFOinitted freemap. size: 64Jul 16 03:57:27.952replacing 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.46/32 -> 10.0.0.255DEBG |
| 7543 | 2026-07-16T03:57:28.875Z | |
| 7544 | 2026-07-16T03:57:28.875Z | 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 } }], Jul 16 03:57:27.952replacing 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 } }] |
| 7545 | 2026-07-16T03:57:28.875Z | Jul 16 03:57:27.952 |
| 7546 | 2026-07-16T03:57:28.875Z | INFOunitDEBG : 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_ipv6 |
| 7547 | 2026-07-16T03:57:28.875Z | |
| 7548 | 2026-07-16T03:57:28.875Z | Jul 16 03:57:27.952 Jul 16 03:57:27.952INFO adding route 172.17.0.33/32 -> 10.0.0.255 INFO |
| 7549 | 2026-07-16T03:57:28.875Z | adding route 172.17.0.34/32 -> 10.0.0.255Jul 16 03:57:27.952 |
| 7550 | 2026-07-16T03:57:28.876Z | INFOadding route 172.17.0.20/32 -> 10.0.0.255 |
| 7551 | 2026-07-16T03:57:28.876Z | adding route 172.17.0.47/32 -> 10.0.0.255Jul 16 03:57:27.952Jul 16 03:57:27.952Jul 16 03:57:27.952 |
| 7552 | 2026-07-16T03:57:28.876Z | DEBGJul 16 03:57:27.952 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 } }]DEBGDEBG |
| 7553 | 2026-07-16T03:57:28.876Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7554 | 2026-07-16T03:57:28.876Z | 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 } }]DEBGJul 16 03:57:27.952 |
| 7555 | 2026-07-16T03:57:28.876Z | 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 } }]reset freemapJul 16 03:57:27.952DEBG |
| 7556 | 2026-07-16T03:57:28.876Z | INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:57:27.952, |
| 7557 | 2026-07-16T03:57:28.876Z | unitadding route 172.17.0.34/32 -> 10.0.0.255Jul 16 03:57:27.952 |
| 7558 | 2026-07-16T03:57:28.876Z | INFO:INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7559 | 2026-07-16T03:57:28.876Z | freemap_route_ipv6Jul 16 03:57:27.952 |
| 7560 | 2026-07-16T03:57:28.876Z | Jul 16 03:57:27.952DEBGadding route 172.17.0.21/32 -> 10.0.0.255 Jul 16 03:57:27.952replacing 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 } }] |
| 7561 | 2026-07-16T03:57:28.876Z | DEBG INFO |
| 7562 | 2026-07-16T03:57:28.876Z | Jul 16 03:57:27.952adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7563 | 2026-07-16T03:57:28.876Z | |
| 7564 | 2026-07-16T03:57:28.876Z | adding route 172.17.0.35/32 -> 10.0.0.255Jul 16 03:57:27.952 |
| 7565 | 2026-07-16T03:57:28.876Z | DEBGJul 16 03:57:27.952Jul 16 03:57:27.952 Jul 16 03:57:27.952 Jul 16 03:57:27.952replacing 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 INFODEBGINFO 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 } }] |
| 7566 | 2026-07-16T03:57:28.876Z | 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 } }] |
| 7567 | 2026-07-16T03:57:28.876Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7568 | 2026-07-16T03:57:28.876Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7569 | 2026-07-16T03:57:28.876Z | Jul 16 03:57:27.952 |
| 7570 | 2026-07-16T03:57:28.876Z | Jul 16 03:57:27.952INFO INFOadding route 172.17.0.36/32 -> 10.0.0.255 |
| 7571 | 2026-07-16T03:57:28.876Z | Jul 16 03:57:27.952Jul 16 03:57:27.952adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7572 | 2026-07-16T03:57:28.876Z | DEBG Jul 16 03:57:27.952 INFOJul 16 03:57:27.952 adding route 172.17.0.22/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 } }]DEBGJul 16 03:57:27.952DEBG |
| 7573 | 2026-07-16T03:57:28.876Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 7574 | 2026-07-16T03:57:28.876Z | |
| 7575 | 2026-07-16T03:57:28.876Z | Jul 16 03:57:27.962 DEBG |
| 7576 | 2026-07-16T03:57:28.876Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:57:27.962 |
| 7577 | 2026-07-16T03:57:28.876Z | INFOJul 16 03:57:27.962 Jul 16 03:57:27.962INFOJul 16 03:57:27.962 adding route 172.17.0.37/32 -> 10.0.0.255INFO |
| 7578 | 2026-07-16T03:57:28.876Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7579 | 2026-07-16T03:57:28.876Z | INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7580 | 2026-07-16T03:57:28.876Z | adding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:57:27.963 |
| 7581 | 2026-07-16T03:57:28.876Z | DEBGJul 16 03:57:27.963 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 } }]Jul 16 03:57:27.963 |
| 7582 | 2026-07-16T03:57:28.876Z | 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 } }]Jul 16 03:57:27.963DEBG |
| 7583 | 2026-07-16T03:57:28.876Z | 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 |
| 7584 | 2026-07-16T03:57:28.876Z | Jul 16 03:57:27.963Jul 16 03:57:27.963replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7585 | 2026-07-16T03:57:28.876Z | Jul 16 03:57:27.963 |
| 7586 | 2026-07-16T03:57:28.876Z | |
| 7587 | 2026-07-16T03:57:28.876Z | INFO Jul 16 03:57:27.963Jul 16 03:57:27.963 DEBG Jul 16 03:57:27.963replacing 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 } }] |
| 7588 | 2026-07-16T03:57:28.876Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7589 | 2026-07-16T03:57:28.877Z | Jul 16 03:57:27.963DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7590 | 2026-07-16T03:57:28.877Z | adding route 172.17.0.39/32 -> 10.0.0.255Jul 16 03:57:27.963 |
| 7591 | 2026-07-16T03:57:28.877Z | DEBG |
| 7592 | 2026-07-16T03:57:28.877Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 16 03:57:27.963 |
| 7593 | 2026-07-16T03:57:28.877Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255Jul 16 03:57:27.963 |
| 7594 | 2026-07-16T03:57:28.882Z | Jul 16 03:57:27.963DEBG 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 } }]Jul 16 03:57:27.963 |
| 7595 | 2026-07-16T03:57:28.882Z | Jul 16 03:57:27.963 INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 7596 | 2026-07-16T03:57:28.882Z | |
| 7597 | 2026-07-16T03:57:28.882Z | 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 } }]Jul 16 03:57:27.963 |
| 7598 | 2026-07-16T03:57:28.882Z | INFO Jul 16 03:57:27.963adding route 172.17.0.40/32 -> 10.0.0.255 Jul 16 03:57:27.963DEBG |
| 7599 | 2026-07-16T03:57:28.882Z | 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 } }]Jul 16 03:57:27.963 |
| 7600 | 2026-07-16T03:57:28.882Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7601 | 2026-07-16T03:57:28.882Z | Jul 16 03:57:27.963Jul 16 03:57:27.963 |
| 7602 | 2026-07-16T03:57:28.882Z | DEBGINFO adding route 172.17.0.51/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 } }]Jul 16 03:57:27.963 |
| 7603 | 2026-07-16T03:57:28.882Z | DEBG |
| 7604 | 2026-07-16T03:57:28.882Z | Jul 16 03:57:27.963 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG replacing targets for 172.16.0.0/32 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 } }] |
| 7605 | 2026-07-16T03:57:28.882Z | |
| 7606 | 2026-07-16T03:57:28.882Z | Jul 16 03:57:27.963 INFOJul 16 03:57:27.963 adding route 172.17.0.41/32 -> 10.0.0.255Jul 16 03:57:27.963 |
| 7607 | 2026-07-16T03:57:28.882Z | DEBG INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7608 | 2026-07-16T03:57:28.882Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7609 | 2026-07-16T03:57:28.882Z | Jul 16 03:57:27.963Jul 16 03:57:27.963Jul 16 03:57:27.963 DEBGDEBGINFO 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.52/32 -> 10.0.0.255 |
| 7610 | 2026-07-16T03:57:28.883Z | 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 } }] |
| 7611 | 2026-07-16T03:57:28.883Z | |
| 7612 | 2026-07-16T03:57:28.883Z | Jul 16 03:57:27.963Jul 16 03:57:27.963 DEBGINFO Jul 16 03:57:27.963 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 } }] |
| 7613 | 2026-07-16T03:57:28.883Z | INFOadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7614 | 2026-07-16T03:57:28.883Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7615 | 2026-07-16T03:57:28.883Z | Jul 16 03:57:27.963 INFOJul 16 03:57:27.963 Jul 16 03:57:27.963adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7616 | 2026-07-16T03:57:28.883Z | DEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 16 03:57:27.963replacing 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 } }] |
| 7617 | 2026-07-16T03:57:28.883Z | |
| 7618 | 2026-07-16T03:57:28.883Z | 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 } }]Jul 16 03:57:27.963 |
| 7619 | 2026-07-16T03:57:28.883Z | Jul 16 03:57:27.963INFO INFOJul 16 03:57:27.963adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7620 | 2026-07-16T03:57:28.883Z | INFOadding route 172.17.0.43/32 -> 10.0.0.255 |
| 7621 | 2026-07-16T03:57:28.883Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7622 | 2026-07-16T03:57:28.883Z | Jul 16 03:57:27.963 DEBGJul 16 03:57:27.963 Jul 16 03:57:27.963DEBGreplacing 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 } }] DEBGDEBG |
| 7623 | 2026-07-16T03:57:28.883Z | 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 } }] |
| 7624 | 2026-07-16T03:57:28.883Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Jul 16 03:57:27.963 INFO |
| 7625 | 2026-07-16T03:57:28.883Z | |
| 7626 | 2026-07-16T03:57:28.883Z | Jul 16 03:57:27.963adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7627 | 2026-07-16T03:57:28.883Z | INFO Jul 16 03:57:27.963adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7628 | 2026-07-16T03:57:28.883Z | INFO Jul 16 03:57:27.963adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7629 | 2026-07-16T03:57:28.883Z | adding route 172.17.0.24/32 -> 10.0.0.255Jul 16 03:57:27.963Jul 16 03:57:27.963DEBG DEBG |
| 7630 | 2026-07-16T03:57:28.883Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO Jul 16 03:57:27.963replacing 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 |
| 7631 | 2026-07-16T03:57:28.883Z | |
| 7632 | 2026-07-16T03:57:28.883Z | 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.37/32 -> 10.0.0.255 |
| 7633 | 2026-07-16T03:57:28.883Z | |
| 7634 | 2026-07-16T03:57:28.883Z | Jul 16 03:57:27.963 DEBGJul 16 03:57:27.963 Jul 16 03:57:27.963INFOJul 16 03:57:27.963 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 } }]Jul 16 03:57:27.963 |
| 7635 | 2026-07-16T03:57:28.883Z | adding route 172.17.0.12/32 -> 10.0.0.255 INFO |
| 7636 | 2026-07-16T03:57:28.883Z | adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 7637 | 2026-07-16T03:57:28.883Z | DEBGadding route 172.17.0.56/32 -> 10.0.0.255Jul 16 03:57:27.963 Jul 16 03:57:27.963Jul 16 03:57:27.963replacing 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 } }] |
| 7638 | 2026-07-16T03:57:28.883Z | DEBG INFODEBG |
| 7639 | 2026-07-16T03:57:28.883Z | 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.25/32 -> 10.0.0.255 |
| 7640 | 2026-07-16T03:57:28.883Z | |
| 7641 | 2026-07-16T03:57:28.883Z | 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 } }]Jul 16 03:57:27.963 |
| 7642 | 2026-07-16T03:57:28.883Z | DEBGJul 16 03:57:27.963 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7643 | 2026-07-16T03:57:28.883Z | Jul 16 03:57:27.963 adding route 172.17.0.38/32 -> 10.0.0.255Jul 16 03:57:27.963 |
| 7644 | 2026-07-16T03:57:28.883Z | INFO INFOJul 16 03:57:27.963 Jul 16 03:57:27.963 adding route 172.17.0.13/32 -> 10.0.0.255 INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7645 | 2026-07-16T03:57:28.884Z | |
| 7646 | 2026-07-16T03:57:28.884Z | Jul 16 03:57:27.963adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 7647 | 2026-07-16T03:57:28.884Z | DEBGJul 16 03:57:27.963 Jul 16 03:57:27.963replacing 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 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 } }]Jul 16 03:57:27.963 |
| 7648 | 2026-07-16T03:57:28.884Z | DEBGDEBG |
| 7649 | 2026-07-16T03:57:28.884Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.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 } }] |
| 7650 | 2026-07-16T03:57:28.884Z | |
| 7651 | 2026-07-16T03:57:28.884Z | Jul 16 03:57:27.963 INFO |
| 7652 | 2026-07-16T03:57:28.884Z | Jul 16 03:57:27.963 Jul 16 03:57:27.963INFO Jul 16 03:57:27.963INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7653 | 2026-07-16T03:57:28.884Z | INFOadding route 172.17.0.14/32 -> 10.0.0.255 adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7654 | 2026-07-16T03:57:28.884Z | |
| 7655 | 2026-07-16T03:57:28.884Z | test route::tests::delete_target_full ... ok |
| 7656 | 2026-07-16T03:57:28.884Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7657 | 2026-07-16T03:57:28.884Z | Jul 16 03:57:27.963Jul 16 03:57:27.963 Jul 16 03:57:27.963INFOJul 16 03:57:27.963DEBG DEBG adding route 172.17.0.58/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 } }]DEBG |
| 7658 | 2026-07-16T03:57:28.884Z | |
| 7659 | 2026-07-16T03:57:28.884Z | 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 } }] |
| 7660 | 2026-07-16T03:57:28.884Z | 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 } }]Jul 16 03:57:27.963 |
| 7661 | 2026-07-16T03:57:28.884Z | Jul 16 03:57:27.963DEBGJul 16 03:57:27.963 Jul 16 03:57:27.963 INFODEBG Jul 16 03:57:27.963 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 } }]INFOINFOadding route 172.17.0.40/32 -> 10.0.0.255 |
| 7662 | 2026-07-16T03:57:28.884Z | |
| 7663 | 2026-07-16T03:57:28.884Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7664 | 2026-07-16T03:57:28.884Z | adding route 172.17.0.48/32 -> 10.0.0.255Jul 16 03:57:27.963replacing 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 } }] |
| 7665 | 2026-07-16T03:57:28.884Z | |
| 7666 | 2026-07-16T03:57:28.884Z | INFOJul 16 03:57:27.963Jul 16 03:57:27.963 Jul 16 03:57:27.963 DEBG adding route 172.17.0.59/32 -> 10.0.0.255Jul 16 03:57:27.963DEBG 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 } }] 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 } }] |
| 7667 | 2026-07-16T03:57:28.884Z | |
| 7668 | 2026-07-16T03:57:28.884Z | |
| 7669 | 2026-07-16T03:57:28.884Z | adding route 172.17.0.27/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 } }] |
| 7670 | 2026-07-16T03:57:28.884Z | |
| 7671 | 2026-07-16T03:57:28.884Z | Jul 16 03:57:27.963 Jul 16 03:57:27.963Jul 16 03:57:27.963 DEBGINFOINFOJul 16 03:57:27.963 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 7672 | 2026-07-16T03:57:28.884Z | |
| 7673 | 2026-07-16T03:57:28.884Z | |
| 7674 | 2026-07-16T03:57:28.884Z | Jul 16 03:57:27.963 Jul 16 03:57:27.963replacing 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 } }]Jul 16 03:57:27.963Jul 16 03:57:27.963 |
| 7675 | 2026-07-16T03:57:28.884Z | INFO DEBGINFODEBG adding route 172.17.0.41/32 -> 10.0.0.255 adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7676 | 2026-07-16T03:57:28.884Z | 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 } }] |
| 7677 | 2026-07-16T03:57:28.884Z | 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 } }] |
| 7678 | 2026-07-16T03:57:28.884Z | Jul 16 03:57:27.963 |
| 7679 | 2026-07-16T03:57:28.884Z | INFOJul 16 03:57:27.963 Jul 16 03:57:27.963DEBG Jul 16 03:57:27.963INFO Jul 16 03:57:27.963DEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7680 | 2026-07-16T03:57:28.884Z | adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 7681 | 2026-07-16T03:57:28.884Z | |
| 7682 | 2026-07-16T03:57:28.884Z | 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 } }] |
| 7683 | 2026-07-16T03:57:28.884Z | Jul 16 03:57:27.963 adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7684 | 2026-07-16T03:57:28.885Z | DEBG Jul 16 03:57:27.963Jul 16 03:57:27.963 DEBGJul 16 03:57:27.963Jul 16 03:57:27.963 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7685 | 2026-07-16T03:57:28.885Z | replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBG adding route 172.17.0.42/32 -> 10.0.0.255 adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7686 | 2026-07-16T03:57:28.885Z | 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 } }] |
| 7687 | 2026-07-16T03:57:28.885Z | |
| 7688 | 2026-07-16T03:57:28.885Z | Jul 16 03:57:27.971 |
| 7689 | 2026-07-16T03:57:28.885Z | DEBGJul 16 03:57:27.971 Jul 16 03:57:27.963 Jul 16 03:57:27.971replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7690 | 2026-07-16T03:57:28.885Z | adding route 172.17.0.18/32 -> 10.0.0.255INFOJul 16 03:57:27.971 |
| 7691 | 2026-07-16T03:57:28.885Z | Jul 16 03:57:27.971 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7692 | 2026-07-16T03:57:28.885Z | Jul 16 03:57:27.971 |
| 7693 | 2026-07-16T03:57:28.885Z | DEBG adding route 172.17.0.29/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 } }]Jul 16 03:57:27.971Jul 16 03:57:27.971 |
| 7694 | 2026-07-16T03:57:28.889Z | DEBG |
| 7695 | 2026-07-16T03:57:28.889Z | 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 } }]DEBGDEBG |
| 7696 | 2026-07-16T03:57:28.889Z | Jul 16 03:57:27.971replacing 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 } }] |
| 7697 | 2026-07-16T03:57:28.890Z | INFOJul 16 03:57:27.971 adding route 172.17.0.19/32 -> 10.0.0.255Jul 16 03:57:27.971 |
| 7698 | 2026-07-16T03:57:28.890Z | DEBG 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 } }]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 } }] |
| 7699 | 2026-07-16T03:57:28.890Z | |
| 7700 | 2026-07-16T03:57:28.890Z | Jul 16 03:57:27.971Jul 16 03:57:27.971 DEBG DEBGfailed to allocate space for the new target list |
| 7701 | 2026-07-16T03:57:28.890Z | 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 } }] |
| 7702 | 2026-07-16T03:57:28.890Z | Jul 16 03:57:27.971Jul 16 03:57:27.971 DEBGJul 16 03:57:27.971INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.20/32 -> 10.0.0.255 |
| 7703 | 2026-07-16T03:57:28.890Z | |
| 7704 | 2026-07-16T03:57:28.890Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 16 03:57:27.971 |
| 7705 | 2026-07-16T03:57:28.890Z | 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 } }] |
| 7706 | 2026-07-16T03:57:28.890Z | Jul 16 03:57:27.971 Jul 16 03:57:27.971 DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7707 | 2026-07-16T03:57:28.890Z | |
| 7708 | 2026-07-16T03:57:28.890Z | Jul 16 03:57:27.972Jul 16 03:57:27.972 INFODEBGJul 16 03:57:27.972 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7709 | 2026-07-16T03:57:28.890Z | |
| 7710 | 2026-07-16T03:57:28.890Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255Jul 16 03:57:27.972 |
| 7711 | 2026-07-16T03:57:28.890Z | INFOJul 16 03:57:27.972 adding route 172.17.0.22/32 -> 10.0.0.255Jul 16 03:57:27.972DEBG |
| 7712 | 2026-07-16T03:57:28.890Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7713 | 2026-07-16T03:57:28.890Z | 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 } }] |
| 7714 | 2026-07-16T03:57:28.890Z | Jul 16 03:57:27.972 Jul 16 03:57:27.972Jul 16 03:57:27.972 INFODEBG INFO 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 } }] |
| 7715 | 2026-07-16T03:57:28.890Z | adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7716 | 2026-07-16T03:57:28.890Z | |
| 7717 | 2026-07-16T03:57:28.890Z | Jul 16 03:57:27.972 INFOJul 16 03:57:27.972 Jul 16 03:57:27.972DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 7718 | 2026-07-16T03:57:28.890Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7719 | 2026-07-16T03:57:28.890Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:57:27.972 |
| 7720 | 2026-07-16T03:57:28.890Z | DEBG Jul 16 03:57:27.972replacing 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 } }] Jul 16 03:57:27.972INFO |
| 7721 | 2026-07-16T03:57:28.890Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7722 | 2026-07-16T03:57:28.890Z | INFO Jul 16 03:57:27.972adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7723 | 2026-07-16T03:57:28.890Z | INFOJul 16 03:57:27.972 adding route 172.17.0.24/32 -> 10.0.0.255DEBG |
| 7724 | 2026-07-16T03:57:28.890Z | Jul 16 03:57:27.972 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 |
| 7725 | 2026-07-16T03:57:28.890Z | Jul 16 03:57:27.972replacing 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 } }] |
| 7726 | 2026-07-16T03:57:28.890Z | 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 } }] |
| 7727 | 2026-07-16T03:57:28.890Z | Jul 16 03:57:27.972 INFOJul 16 03:57:27.972Jul 16 03:57:27.972 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7728 | 2026-07-16T03:57:28.890Z | |
| 7729 | 2026-07-16T03:57:28.890Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7730 | 2026-07-16T03:57:28.890Z | Jul 16 03:57:27.972Jul 16 03:57:27.972 Jul 16 03:57:27.972DEBG DEBG 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 } }]replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7731 | 2026-07-16T03:57:28.890Z | |
| 7732 | 2026-07-16T03:57:28.891Z | |
| 7733 | 2026-07-16T03:57:28.891Z | Jul 16 03:57:27.972Jul 16 03:57:27.972 Jul 16 03:57:27.972INFO INFOINFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 7734 | 2026-07-16T03:57:28.891Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7735 | 2026-07-16T03:57:28.891Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7736 | 2026-07-16T03:57:28.891Z | Jul 16 03:57:27.972Jul 16 03:57:27.972Jul 16 03:57:27.972 DEBGDEBG DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.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.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 } }] |
| 7737 | 2026-07-16T03:57:28.891Z | |
| 7738 | 2026-07-16T03:57:28.891Z | |
| 7739 | 2026-07-16T03:57:28.891Z | Jul 16 03:57:27.972Jul 16 03:57:27.972 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255Jul 16 03:57:27.972 |
| 7740 | 2026-07-16T03:57:28.891Z | |
| 7741 | 2026-07-16T03:57:28.891Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7742 | 2026-07-16T03:57:28.891Z | Jul 16 03:57:27.972 Jul 16 03:57:27.972DEBG Jul 16 03:57:27.972DEBGreplacing 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 } }] |
| 7743 | 2026-07-16T03:57:28.891Z | 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 } }] |
| 7744 | 2026-07-16T03:57:28.891Z | 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 } }] |
| 7745 | 2026-07-16T03:57:28.891Z | Jul 16 03:57:27.972Jul 16 03:57:27.972 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7746 | 2026-07-16T03:57:28.891Z | |
| 7747 | 2026-07-16T03:57:28.891Z | Jul 16 03:57:27.972 INFOJul 16 03:57:27.972Jul 16 03:57:27.972 adding route 172.17.0.50/32 -> 10.0.0.255DEBGDEBG |
| 7748 | 2026-07-16T03:57:28.891Z | 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.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 } }] |
| 7749 | 2026-07-16T03:57:28.891Z | |
| 7750 | 2026-07-16T03:57:28.891Z | Jul 16 03:57:27.972 Jul 16 03:57:27.972DEBGJul 16 03:57:27.972 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 } }]INFO |
| 7751 | 2026-07-16T03:57:28.891Z | adding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7752 | 2026-07-16T03:57:28.891Z | |
| 7753 | 2026-07-16T03:57:28.891Z | test route::tests::delete_targets_full ... ok |
| 7754 | 2026-07-16T03:57:28.891Z | Jul 16 03:57:27.972 Jul 16 03:57:27.972Jul 16 03:57:27.972 INFO 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.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.51/32 -> 10.0.0.255 |
| 7755 | 2026-07-16T03:57:28.891Z | |
| 7756 | 2026-07-16T03:57:28.891Z | |
| 7757 | 2026-07-16T03:57:28.891Z | Jul 16 03:57:27.972Jul 16 03:57:27.972 Jul 16 03:57:27.972INFO INFODEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 7758 | 2026-07-16T03:57:28.891Z | 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.38/32 -> 10.0.0.255 |
| 7759 | 2026-07-16T03:57:28.891Z | |
| 7760 | 2026-07-16T03:57:28.891Z | Jul 16 03:57:27.972 Jul 16 03:57:27.972DEBGJul 16 03:57:27.972 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 |
| 7761 | 2026-07-16T03:57:28.891Z | test route::tests::add_target_fails_full ... ok |
| 7762 | 2026-07-16T03:57:28.891Z | INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7763 | 2026-07-16T03:57:28.891Z | test route::tests::delete_target_fragmented ... ok |
| 7764 | 2026-07-16T03:57:28.891Z | adding route 172.17.0.52/32 -> 10.0.0.255Jul 16 03:57:27.972 |
| 7765 | 2026-07-16T03:57:28.891Z | test route::tests::delete_targets_fragmented ... ok |
| 7766 | 2026-07-16T03:57:28.891Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 16 03:57:27.972 |
| 7767 | 2026-07-16T03:57:28.892Z | |
| 7768 | 2026-07-16T03:57:28.892Z | Jul 16 03:57:27.972INFO 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 } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7769 | 2026-07-16T03:57:28.892Z | test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s |
| 7770 | 2026-07-16T03:57:28.892Z | |
| 7771 | 2026-07-16T03:57:28.892Z | |
| 7772 | 2026-07-16T03:57:28.892Z | Jul 16 03:57:27.972 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 } }]Jul 16 03:57:27.972 |
| 7773 | 2026-07-16T03:57:28.892Z | DEBGJul 16 03:57:27.972 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 } }] |
| 7774 | 2026-07-16T03:57:28.892Z | INFO Jul 16 03:57:27.972adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7775 | 2026-07-16T03:57:28.892Z | INFO Jul 16 03:57:27.972adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7776 | 2026-07-16T03:57:28.892Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 16 03:57:27.972 |
| 7777 | 2026-07-16T03:57:28.892Z | DEBGJul 16 03:57:27.972 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 |
| 7778 | 2026-07-16T03:57:28.892Z | 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 } }]Jul 16 03:57:27.972 |
| 7779 | 2026-07-16T03:57:28.892Z | DEBG Jul 16 03:57:27.972replacing 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 } }] |
| 7780 | 2026-07-16T03:57:28.892Z | INFOJul 16 03:57:27.972 adding route 172.17.0.54/32 -> 10.0.0.255INFO |
| 7781 | 2026-07-16T03:57:28.892Z | adding route 172.17.0.33/32 -> 10.0.0.255Jul 16 03:57:27.972 |
| 7782 | 2026-07-16T03:57:28.892Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 16 03:57:27.972 |
| 7783 | 2026-07-16T03:57:28.892Z | DEBG Jul 16 03:57:27.972 adding route 172.17.0.52/32 -> 10.0.0.255 DEBG |
| 7784 | 2026-07-16T03:57:28.892Z | Jul 16 03:57:27.972replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7785 | 2026-07-16T03:57:28.892Z | 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 } }] |
| 7786 | 2026-07-16T03:57:28.892Z | |
| 7787 | 2026-07-16T03:57:28.892Z | Jul 16 03:57:27.972 Jul 16 03:57:27.972INFOJul 16 03:57:27.972 Jul 16 03:57:27.972 DEBG adding route 172.17.0.34/32 -> 10.0.0.255INFO |
| 7788 | 2026-07-16T03:57:28.892Z | 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 } }] |
| 7789 | 2026-07-16T03:57:28.892Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7790 | 2026-07-16T03:57:28.892Z | INFO Jul 16 03:57:27.972Jul 16 03:57:27.972adding route 172.17.0.55/32 -> 10.0.0.255 INFODEBGJul 16 03:57:27.972 |
| 7791 | 2026-07-16T03:57:28.892Z | adding route 172.17.0.53/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 } }] |
| 7792 | 2026-07-16T03:57:28.892Z | DEBG |
| 7793 | 2026-07-16T03:57:28.892Z | 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 } }] |
| 7794 | 2026-07-16T03:57:28.897Z | Jul 16 03:57:27.972 Jul 16 03:57:27.972DEBG Jul 16 03:57:27.972Jul 16 03:57:27.972 DEBG INFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7795 | 2026-07-16T03:57:28.897Z | adding route 172.17.0.43/32 -> 10.0.0.255 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.35/32 -> 10.0.0.255 |
| 7796 | 2026-07-16T03:57:28.897Z | |
| 7797 | 2026-07-16T03:57:28.897Z | |
| 7798 | 2026-07-16T03:57:28.897Z | Jul 16 03:57:27.972 INFOJul 16 03:57:27.972 Jul 16 03:57:27.972INFOJul 16 03:57:27.972 adding route 172.17.0.56/32 -> 10.0.0.255 DEBGDEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7799 | 2026-07-16T03:57:28.897Z | |
| 7800 | 2026-07-16T03:57:28.897Z | |
| 7801 | 2026-07-16T03:57:28.897Z | 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 } }] |
| 7802 | 2026-07-16T03:57:28.897Z | Jul 16 03:57:27.972Jul 16 03:57:27.972Jul 16 03:57:27.972 Jul 16 03:57:27.972 INFOINFODEBG DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7803 | 2026-07-16T03:57:28.897Z | adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7804 | 2026-07-16T03:57:28.897Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7805 | 2026-07-16T03:57:28.897Z | |
| 7806 | 2026-07-16T03:57:28.897Z | Jul 16 03:57:27.972Jul 16 03:57:27.972 Jul 16 03:57:27.972Jul 16 03:57:27.972 DEBGINFO DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7807 | 2026-07-16T03:57:28.897Z | 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 } }] |
| 7808 | 2026-07-16T03:57:28.897Z | INFO |
| 7809 | 2026-07-16T03:57:28.897Z | adding route 172.17.0.57/32 -> 10.0.0.255Jul 16 03:57:27.972Jul 16 03:57:27.972 INFO |
| 7810 | 2026-07-16T03:57:28.897Z | DEBGJul 16 03:57:27.972 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7811 | 2026-07-16T03:57:28.898Z | 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 } }] adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7812 | 2026-07-16T03:57:28.898Z | |
| 7813 | 2026-07-16T03:57:28.898Z | Jul 16 03:57:27.972Jul 16 03:57:27.980Jul 16 03:57:27.980 Jul 16 03:57:27.980DEBG 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 } }]DEBGDEBG |
| 7814 | 2026-07-16T03:57:28.898Z | 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 } }] |
| 7815 | 2026-07-16T03:57:28.898Z | 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 } }]INFOJul 16 03:57:27.980 adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7816 | 2026-07-16T03:57:28.898Z | |
| 7817 | 2026-07-16T03:57:28.898Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255Jul 16 03:57:27.980 |
| 7818 | 2026-07-16T03:57:28.898Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 16 03:57:27.980 |
| 7819 | 2026-07-16T03:57:28.898Z | Jul 16 03:57:27.980 DEBGINFO Jul 16 03:57:27.980replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7820 | 2026-07-16T03:57:28.898Z | |
| 7821 | 2026-07-16T03:57:28.898Z | 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 } }] |
| 7822 | 2026-07-16T03:57:28.898Z | Jul 16 03:57:27.980Jul 16 03:57:27.980Jul 16 03:57:27.980 DEBG INFOINFO 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 } }] |
| 7823 | 2026-07-16T03:57:28.898Z | adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7824 | 2026-07-16T03:57:28.898Z | |
| 7825 | 2026-07-16T03:57:28.898Z | Jul 16 03:57:27.980 Jul 16 03:57:27.980INFO Jul 16 03:57:27.980DEBG adding route 172.17.0.59/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 7826 | 2026-07-16T03:57:28.898Z | |
| 7827 | 2026-07-16T03:57:28.898Z | 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 } }] |
| 7828 | 2026-07-16T03:57:28.898Z | Jul 16 03:57:27.980 Jul 16 03:57:27.980Jul 16 03:57:27.980DEBG 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 } }] |
| 7829 | 2026-07-16T03:57:28.898Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7830 | 2026-07-16T03:57:28.898Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255Jul 16 03:57:27.980 |
| 7831 | 2026-07-16T03:57:28.898Z | INFOJul 16 03:57:27.980 adding route 172.17.0.60/32 -> 10.0.0.255Jul 16 03:57:27.980 |
| 7832 | 2026-07-16T03:57:28.898Z | Jul 16 03:57:27.980DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7833 | 2026-07-16T03:57:28.898Z | 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 } }]Jul 16 03:57:27.980 |
| 7834 | 2026-07-16T03:57:28.898Z | |
| 7835 | 2026-07-16T03:57:28.898Z | 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 } }]Jul 16 03:57:27.980 |
| 7836 | 2026-07-16T03:57:28.898Z | Jul 16 03:57:27.980 INFO Jul 16 03:57:27.980adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7837 | 2026-07-16T03:57:28.898Z | DEBG failed to allocate space for the new target list |
| 7838 | 2026-07-16T03:57:28.898Z | Jul 16 03:57:27.980 Jul 16 03:57:27.980DEBG 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 } }] |
| 7839 | 2026-07-16T03:57:28.898Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7840 | 2026-07-16T03:57:28.898Z | Jul 16 03:57:27.980 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7841 | 2026-07-16T03:57:28.898Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7842 | 2026-07-16T03:57:28.898Z | Jul 16 03:57:27.980 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 } }] |
| 7843 | 2026-07-16T03:57:28.898Z | Jul 16 03:57:27.980 DEBGJul 16 03:57:27.980 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 } }] |
| 7844 | 2026-07-16T03:57:28.898Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7845 | 2026-07-16T03:57:28.898Z | Jul 16 03:57:27.980Jul 16 03:57:27.980 INFODEBG adding route 172.17.0.51/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 } }] |
| 7846 | 2026-07-16T03:57:28.898Z | |
| 7847 | 2026-07-16T03:57:28.898Z | Jul 16 03:57:27.980 Jul 16 03:57:27.980INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 7848 | 2026-07-16T03:57:28.899Z | 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 } }] |
| 7849 | 2026-07-16T03:57:28.899Z | Jul 16 03:57:27.980Jul 16 03:57:27.980 INFODEBG adding route 172.17.0.52/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 } }] |
| 7850 | 2026-07-16T03:57:28.899Z | |
| 7851 | 2026-07-16T03:57:28.899Z | Jul 16 03:57:27.980 Jul 16 03:57:27.980INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255 |
| 7852 | 2026-07-16T03:57:28.899Z | |
| 7853 | 2026-07-16T03:57:28.899Z | running 0 tests |
| 7854 | 2026-07-16T03:57:28.899Z | 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 } }] |
| 7855 | 2026-07-16T03:57:28.899Z | Jul 16 03:57:27.980Jul 16 03:57:27.980 Jul 16 03:57:27.980INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255DEBGadding route 172.17.0.59/32 -> 10.0.0.255 |
| 7856 | 2026-07-16T03:57:28.899Z | |
| 7857 | 2026-07-16T03:57:28.899Z | 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 } }] |
| 7858 | 2026-07-16T03:57:28.899Z | Jul 16 03:57:27.980Jul 16 03:57:27.980 DEBGJul 16 03:57:27.980INFO 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.43/32 -> 10.0.0.255DEBG |
| 7859 | 2026-07-16T03:57:28.899Z | |
| 7860 | 2026-07-16T03:57:28.899Z | 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 } }] |
| 7861 | 2026-07-16T03:57:28.899Z | Jul 16 03:57:27.980Jul 16 03:57:27.980Jul 16 03:57:27.980 INFOINFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255 |
| 7862 | 2026-07-16T03:57:28.899Z | 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.60/32 -> 10.0.0.255 |
| 7863 | 2026-07-16T03:57:28.899Z | |
| 7864 | 2026-07-16T03:57:28.899Z | Jul 16 03:57:27.980 DEBGJul 16 03:57:27.980Jul 16 03:57:27.980 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 |
| 7865 | 2026-07-16T03:57:28.899Z | |
| 7866 | 2026-07-16T03:57:28.899Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7867 | 2026-07-16T03:57:28.899Z | DEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7868 | 2026-07-16T03:57:28.899Z | |
| 7869 | 2026-07-16T03:57:28.899Z | Jul 16 03:57:27.980 |
| 7870 | 2026-07-16T03:57:28.899Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7871 | 2026-07-16T03:57:28.899Z | |
| 7872 | 2026-07-16T03:57:28.899Z | running 0 tests |
| 7873 | 2026-07-16T03:57:28.899Z | |
| 7874 | 2026-07-16T03:57:28.899Z | Jul 16 03:57:27.980Jul 16 03:57:27.980 INFODEBG adding route 172.17.0.61/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 } }] |
| 7875 | 2026-07-16T03:57:28.899Z | |
| 7876 | 2026-07-16T03:57:28.899Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7877 | 2026-07-16T03:57:28.899Z | |
| 7878 | 2026-07-16T03:57:28.899Z | |
| 7879 | 2026-07-16T03:57:28.899Z | Jul 16 03:57:27.980 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 } }]Jul 16 03:57:27.980Jul 16 03:57:27.980 |
| 7880 | 2026-07-16T03:57:28.899Z | running 6 tests |
| 7881 | 2026-07-16T03:57:28.899Z | test tests::test_full_lot_id_neither_present ... ok |
| 7882 | 2026-07-16T03:57:28.899Z | test tests::test_parse_client_port_id ... ok |
| 7883 | 2026-07-16T03:57:28.899Z | test tests::test_full_lot_id_lot_only ... ok |
| 7884 | 2026-07-16T03:57:28.899Z | test tests::test_port_id_cmp ... ok |
| 7885 | 2026-07-16T03:57:28.900Z | test tests::test_full_lot_id_both_present ... ok |
| 7886 | 2026-07-16T03:57:28.900Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7887 | 2026-07-16T03:57:28.900Z | |
| 7888 | 2026-07-16T03:57:28.900Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7889 | 2026-07-16T03:57:28.900Z | |
| 7890 | 2026-07-16T03:57:28.900Z | |
| 7891 | 2026-07-16T03:57:28.900Z | running 0 tests |
| 7892 | 2026-07-16T03:57:28.900Z | |
| 7893 | 2026-07-16T03:57:28.900Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7894 | 2026-07-16T03:57:28.904Z | |
| 7895 | 2026-07-16T03:57:28.905Z | DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:57:27.980 |
| 7896 | 2026-07-16T03:57:28.905Z | adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 7897 | 2026-07-16T03:57:28.905Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7898 | 2026-07-16T03:57:28.905Z | Jul 16 03:57:27.980Jul 16 03:57:27.980 INFODEBG adding route 172.17.0.62/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 } }] |
| 7899 | 2026-07-16T03:57:28.905Z | |
| 7900 | 2026-07-16T03:57:28.905Z | Jul 16 03:57:27.980 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 } }]Jul 16 03:57:27.980Jul 16 03:57:27.980 |
| 7901 | 2026-07-16T03:57:28.905Z | INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7902 | 2026-07-16T03:57:28.905Z | 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 } }]Jul 16 03:57:27.980 |
| 7903 | 2026-07-16T03:57:28.905Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7904 | 2026-07-16T03:57:28.905Z | Jul 16 03:57:27.980Jul 16 03:57:27.980 INFOJul 16 03:57:27.980 adding route 172.17.0.63/32 -> 10.0.0.255DEBG |
| 7905 | 2026-07-16T03:57:28.905Z | 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.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 } }] |
| 7906 | 2026-07-16T03:57:28.905Z | |
| 7907 | 2026-07-16T03:57:28.905Z | Jul 16 03:57:27.980 DEBG Jul 16 03:57:27.980replacing 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 } }] |
| 7908 | 2026-07-16T03:57:28.905Z | INFOJul 16 03:57:27.980 INFOadding route 172.17.0.47/32 -> 10.0.0.255 |
| 7909 | 2026-07-16T03:57:28.905Z | Jul 16 03:57:27.980adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7910 | 2026-07-16T03:57:28.905Z | DEBG failed to allocate space for the new target listJul 16 03:57:27.980 |
| 7911 | 2026-07-16T03:57:28.905Z | DEBGJul 16 03:57:27.980 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7912 | 2026-07-16T03:57:28.905Z | Jul 16 03:57:27.980 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 } }] |
| 7913 | 2026-07-16T03:57:28.905Z | DEBG Jul 16 03:57:27.980replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Jul 16 03:57:27.980INFO INFO |
| 7914 | 2026-07-16T03:57:28.905Z | adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7915 | 2026-07-16T03:57:28.905Z | |
| 7916 | 2026-07-16T03:57:28.905Z | Jul 16 03:57:27.980Jul 16 03:57:27.980Jul 16 03:57:27.980 DEBG DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7917 | 2026-07-16T03:57:28.905Z | failed to allocate space for the new target list |
| 7918 | 2026-07-16T03:57:28.905Z | 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 } }] |
| 7919 | 2026-07-16T03:57:28.905Z | Jul 16 03:57:27.980 Jul 16 03:57:27.980INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255 |
| 7920 | 2026-07-16T03:57:28.905Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7921 | 2026-07-16T03:57:28.905Z | Jul 16 03:57:27.980 Jul 16 03:57:27.980DEBG 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 } }] |
| 7922 | 2026-07-16T03:57:28.905Z | 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 } }] |
| 7923 | 2026-07-16T03:57:28.905Z | Jul 16 03:57:27.980 Jul 16 03:57:27.980INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 7924 | 2026-07-16T03:57:28.905Z | failed to allocate space for the new target list |
| 7925 | 2026-07-16T03:57:28.905Z | Jul 16 03:57:27.980 Jul 16 03:57:27.980DEBG 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 } }] |
| 7926 | 2026-07-16T03:57:28.905Z | 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-07-16T03:57:28.906Z | Jul 16 03:57:27.980 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7928 | 2026-07-16T03:57:28.906Z | Jul 16 03:57:27.980 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-07-16T03:57:28.906Z | Jul 16 03:57:27.980 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7930 | 2026-07-16T03:57:28.906Z | Jul 16 03:57:27.980 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-07-16T03:57:28.906Z | Jul 16 03:57:27.980 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7932 | 2026-07-16T03:57:28.906Z | Jul 16 03:57:27.980 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-07-16T03:57:28.906Z | Jul 16 03:57:27.980 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7934 | 2026-07-16T03:57:28.906Z | Jul 16 03:57:27.980 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-07-16T03:57:28.906Z | Jul 16 03:57:27.980 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7936 | 2026-07-16T03:57:28.906Z | Jul 16 03:57:27.980 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-07-16T03:57:28.906Z | Jul 16 03:57:27.980 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7938 | 2026-07-16T03:57:28.906Z | Jul 16 03:57:27.980 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-07-16T03:57:28.906Z | Jul 16 03:57:27.980 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7940 | 2026-07-16T03:57:28.906Z | Jul 16 03:57:27.980 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-07-16T03:57:28.906Z | Jul 16 03:57:27.980 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7942 | 2026-07-16T03:57:28.906Z | Jul 16 03:57:27.980 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-07-16T03:57:28.906Z | Jul 16 03:57:27.980 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7944 | 2026-07-16T03:57:28.906Z | Jul 16 03:57:27.980 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-07-16T03:57:28.906Z | Jul 16 03:57:27.980 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7946 | 2026-07-16T03:57:28.906Z | Jul 16 03:57:27.980 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-07-16T03:57:28.906Z | Jul 16 03:57:27.980 DEBG failed to allocate space for the new target list |
| 7948 | 2026-07-16T03:57:28.906Z | Jul 16 03:57:27.980 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-07-16T03:57:28.906Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-b23cb5d3c00061ab) |
| 7950 | 2026-07-16T03:57:28.906Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-57e00266f8adfe32) |
| 7951 | 2026-07-16T03:57:28.906Z | |
| 7952 | 2026-07-16T03:57:28.906Z | running 0 tests |
| 7953 | 2026-07-16T03:57:28.906Z | |
| 7954 | 2026-07-16T03:57:28.906Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-dd5f5bcff9440003) |
| 7955 | 2026-07-16T03:57:28.906Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7956 | 2026-07-16T03:57:28.906Z | |
| 7957 | 2026-07-16T03:57:28.906Z | |
| 7958 | 2026-07-16T03:57:28.906Z | running 0 tests |
| 7959 | 2026-07-16T03:57:28.906Z | |
| 7960 | 2026-07-16T03:57:28.906Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7961 | 2026-07-16T03:57:28.906Z | |
| 7962 | 2026-07-16T03:57:28.906Z | |
| 7963 | 2026-07-16T03:57:28.906Z | Running tests/test_all.rs (target/debug/deps/test_all-508f95a03644e525) |
| 7964 | 2026-07-16T03:57:28.906Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-6cd2d8fc3eab5b39) |
| 7965 | 2026-07-16T03:57:28.907Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-5d06176c09f68c79) |
| 7966 | 2026-07-16T03:57:28.907Z | running 12 tests |
| 7967 | 2026-07-16T03:57:28.907Z | Running unittests src/lib.rs (target/debug/deps/packet-5467ccaad4d924ed) |
| 7968 | 2026-07-16T03:57:28.907Z | test icmp::test_v6_checksum ... ok |
| 7969 | 2026-07-16T03:57:28.907Z | test ipv6::test_ipv6_parse ... ok |
| 7970 | 2026-07-16T03:57:28.907Z | test icmp::test_v4_checksum ... ok |
| 7971 | 2026-07-16T03:57:28.907Z | test lldp::test_lldp_parse ... ok |
| 7972 | 2026-07-16T03:57:28.907Z | test pbuf::test_overflow ... ok |
| 7973 | 2026-07-16T03:57:28.907Z | test pbuf::test_nibble ... ok |
| 7974 | 2026-07-16T03:57:28.907Z | test pbuf::test_byte ... ok |
| 7975 | 2026-07-16T03:57:28.907Z | test pbuf::test_short ... ok |
| 7976 | 2026-07-16T03:57:28.907Z | test pbuf::test_twelve ... ok |
| 7977 | 2026-07-16T03:57:28.907Z | test pbuf::test_word ... ok |
| 7978 | 2026-07-16T03:57:28.907Z | test tcp::test_checksum_ack_data ... ok |
| 7979 | 2026-07-16T03:57:28.907Z | test tcp::test_checksum_syn_nodata ... ok |
| 7980 | 2026-07-16T03:57:28.907Z | |
| 7981 | 2026-07-16T03:57:28.907Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7982 | 2026-07-16T03:57:28.907Z | |
| 7983 | 2026-07-16T03:57:28.907Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 7984 | 2026-07-16T03:57:28.907Z | |
| 7985 | 2026-07-16T03:57:28.907Z | running 0 tests |
| 7986 | 2026-07-16T03:57:28.907Z | |
| 7987 | 2026-07-16T03:57:28.907Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7988 | 2026-07-16T03:57:28.907Z | |
| 7989 | 2026-07-16T03:57:28.907Z | Running unittests src/main.rs (target/debug/deps/swadm-1151a9d6061a110a) |
| 7990 | 2026-07-16T03:57:28.907Z | |
| 7991 | 2026-07-16T03:57:28.907Z | running 5 tests |
| 7992 | 2026-07-16T03:57:28.907Z | test switchport::test::test_compute_lanes ... ok |
| 7993 | 2026-07-16T03:57:28.907Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 7994 | 2026-07-16T03:57:28.912Z | test switchport::test::port_id_ordering ... State: Activatedok Activated |
| 7995 | 2026-07-16T03:57:28.912Z | Activated Activated |
| 7996 | 2026-07-16T03:57:28.912Z | Lane 0 Rx Output Enabled: false false Lane 1 falseLane 2 falseLane 3 |
| 7997 | 2026-07-16T03:57:28.912Z | |
| 7998 | 2026-07-16T03:57:28.912Z | Rx Output Status: valid Rx Loss-of-lock: Yesvalid Yesvalid Yesvalid |
| 7999 | 2026-07-16T03:57:28.912Z | Yes Rx Loss-of-lock: true |
| 8000 | 2026-07-16T03:57:28.912Z | true Rx Loss-of-signal: Yestrue true |
| 8001 | 2026-07-16T03:57:28.912Z | Yes Rx Loss-of-signal: falseYes Yesfalse |
| 8002 | 2026-07-16T03:57:28.912Z | Rx CDR Enabled: Yes false Yesfalse |
| 8003 | 2026-07-16T03:57:28.912Z | Rx Auto-squelch Disable: trueYes trueYes |
| 8004 | 2026-07-16T03:57:28.912Z | true Tx Enabled: Yestrue |
| 8005 | 2026-07-16T03:57:28.912Z | Tx Output Enabled: trueYes true Yestrue Yestrue |
| 8006 | 2026-07-16T03:57:28.912Z | |
| 8007 | 2026-07-16T03:57:28.912Z | Tx Loss-of-lock: No Tx Output Status: invalid Noinvalid Noinvalid No |
| 8008 | 2026-07-16T03:57:28.912Z | invalid Tx Loss-of-signal: No |
| 8009 | 2026-07-16T03:57:28.913Z | Tx Loss-of-lock: false Nofalse No falseNo |
| 8010 | 2026-07-16T03:57:28.913Z | false |
| 8011 | 2026-07-16T03:57:28.913Z | Tx CDR Enabled: No Tx Loss-of-signal: true Notrue Notrue No |
| 8012 | 2026-07-16T03:57:28.913Z | true |
| 8013 | 2026-07-16T03:57:28.913Z | Tx Adaptive EQ Fault: NoTx Auto-squelch Disable: false Nofalse Nofalse No |
| 8014 | 2026-07-16T03:57:28.913Z | false |
| 8015 | 2026-07-16T03:57:28.913Z | Tx Fault: Yes Tx Adaptive EQ Fail: true Yes true Yestrue true |
| 8016 | 2026-07-16T03:57:28.913Z | Yes |
| 8017 | 2026-07-16T03:57:28.913Z | Tx Failure: false false false false |
| 8018 | 2026-07-16T03:57:28.913Z | Tx Force Squelch: true true true true |
| 8019 | 2026-07-16T03:57:28.913Z | Tx Input Polarity: normal normal normal normal |
| 8020 | 2026-07-16T03:57:28.913Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8021 | 2026-07-16T03:57:28.913Z | test switchport::test::test_print_sff_datapath ... ok |
| 8022 | 2026-07-16T03:57:28.913Z | test link::test_filter ... ok |
| 8023 | 2026-07-16T03:57:28.913Z | |
| 8024 | 2026-07-16T03:57:28.913Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8025 | 2026-07-16T03:57:28.913Z | |
| 8026 | 2026-07-16T03:57:28.913Z | Running tests/counters.rs (target/debug/deps/counters-bb42acff8e49f0e6) |
| 8027 | 2026-07-16T03:57:28.913Z | |
| 8028 | 2026-07-16T03:57:28.913Z | running 1 test |
| 8029 | 2026-07-16T03:57:28.913Z | test test_p4_counter_list ... ignored |
| 8030 | 2026-07-16T03:57:28.913Z | |
| 8031 | 2026-07-16T03:57:28.913Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8032 | 2026-07-16T03:57:28.913Z | |
| 8033 | 2026-07-16T03:57:28.918Z | Running tests/port-link.rs (target/debug/deps/port_link-e7c736a3c8626b2a) |
| 8034 | 2026-07-16T03:57:28.923Z | |
| 8035 | 2026-07-16T03:57:28.923Z | running 5 tests |
| 8036 | 2026-07-16T03:57:28.923Z | test test_an ... ignored |
| 8037 | 2026-07-16T03:57:28.923Z | test test_enable ... ignored |
| 8038 | 2026-07-16T03:57:28.923Z | test test_ip_addresses ... ignored |
| 8039 | 2026-07-16T03:57:28.923Z | test test_kr ... ignored |
| 8040 | 2026-07-16T03:57:28.923Z | test test_mac ... ignored |
| 8041 | 2026-07-16T03:57:28.923Z | |
| 8042 | 2026-07-16T03:57:28.923Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8043 | 2026-07-16T03:57:28.923Z | |
| 8044 | 2026-07-16T03:57:28.923Z | Running unittests src/main.rs (target/debug/deps/tfportd-bdd69881bc41cdb3) |
| 8045 | 2026-07-16T03:57:28.923Z | |
| 8046 | 2026-07-16T03:57:28.923Z | running 3 tests |
| 8047 | 2026-07-16T03:57:28.923Z | test linklocal::test_parse_ipadm ... ok |
| 8048 | 2026-07-16T03:57:28.923Z | test tfport::test_parse_tfport ... ok |
| 8049 | 2026-07-16T03:57:28.923Z | test config::tests::test_updates ... ok |
| 8050 | 2026-07-16T03:57:28.923Z | |
| 8051 | 2026-07-16T03:57:28.923Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8052 | 2026-07-16T03:57:28.923Z | |
| 8053 | 2026-07-16T03:57:28.928Z | Running unittests src/main.rs (target/debug/deps/uplinkd-f33c122d2d65ca84) |
| 8054 | 2026-07-16T03:57:28.928Z | |
| 8055 | 2026-07-16T03:57:28.928Z | running 0 tests |
| 8056 | 2026-07-16T03:57:28.928Z | |
| 8057 | 2026-07-16T03:57:28.928Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8058 | 2026-07-16T03:57:28.928Z | |
| 8059 | 2026-07-16T03:57:28.932Z | Running unittests src/main.rs (target/debug/deps/xtask-6f1ac2a60163755c) |
| 8060 | 2026-07-16T03:57:28.932Z | |
| 8061 | 2026-07-16T03:57:28.932Z | running 0 tests |
| 8062 | 2026-07-16T03:57:28.933Z | |
| 8063 | 2026-07-16T03:57:28.933Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8064 | 2026-07-16T03:57:28.933Z | |
| 8065 | 2026-07-16T03:57:28.937Z | Doc-tests aal |
| 8066 | 2026-07-16T03:57:29.065Z | |
| 8067 | 2026-07-16T03:57:29.065Z | running 0 tests |
| 8068 | 2026-07-16T03:57:29.066Z | |
| 8069 | 2026-07-16T03:57:29.069Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8070 | 2026-07-16T03:57:29.069Z | |
| 8071 | 2026-07-16T03:57:29.083Z | Doc-tests aal_macros |
| 8072 | 2026-07-16T03:57:29.180Z | |
| 8073 | 2026-07-16T03:57:29.180Z | running 0 tests |
| 8074 | 2026-07-16T03:57:29.180Z | |
| 8075 | 2026-07-16T03:57:29.180Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8076 | 2026-07-16T03:57:29.180Z | |
| 8077 | 2026-07-16T03:57:29.187Z | Doc-tests common |
| 8078 | 2026-07-16T03:57:29.410Z | |
| 8079 | 2026-07-16T03:57:29.410Z | running 0 tests |
| 8080 | 2026-07-16T03:57:29.410Z | |
| 8081 | 2026-07-16T03:57:29.410Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8082 | 2026-07-16T03:57:29.410Z | |
| 8083 | 2026-07-16T03:57:29.426Z | Doc-tests dpd_api |
| 8084 | 2026-07-16T03:57:30.175Z | |
| 8085 | 2026-07-16T03:57:30.175Z | running 2 tests |
| 8086 | 2026-07-16T03:57:30.175Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 8087 | 2026-07-16T03:57:30.175Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 8088 | 2026-07-16T03:57:30.175Z | |
| 8089 | 2026-07-16T03:57:30.175Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8090 | 2026-07-16T03:57:30.175Z | |
| 8091 | 2026-07-16T03:57:30.207Z | Doc-tests dpd_client |
| 8092 | 2026-07-16T03:57:31.482Z | |
| 8093 | 2026-07-16T03:57:31.482Z | running 0 tests |
| 8094 | 2026-07-16T03:57:31.482Z | |
| 8095 | 2026-07-16T03:57:31.482Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8096 | 2026-07-16T03:57:31.482Z | |
| 8097 | 2026-07-16T03:57:31.528Z | Doc-tests dpd_types |
| 8098 | 2026-07-16T03:57:31.742Z | |
| 8099 | 2026-07-16T03:57:31.742Z | running 0 tests |
| 8100 | 2026-07-16T03:57:31.742Z | |
| 8101 | 2026-07-16T03:57:31.742Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8102 | 2026-07-16T03:57:31.742Z | |
| 8103 | 2026-07-16T03:57:31.767Z | Doc-tests dpd_types_versions |
| 8104 | 2026-07-16T03:57:32.982Z | |
| 8105 | 2026-07-16T03:57:32.982Z | running 1 test |
| 8106 | 2026-07-16T03:57:32.982Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8107 | 2026-07-16T03:57:32.982Z | |
| 8108 | 2026-07-16T03:57:32.982Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8109 | 2026-07-16T03:57:32.982Z | |
| 8110 | 2026-07-16T03:57:33.025Z | Doc-tests packet |
| 8111 | 2026-07-16T03:57:33.141Z | |
| 8112 | 2026-07-16T03:57:33.141Z | running 0 tests |
| 8113 | 2026-07-16T03:57:33.141Z | |
| 8114 | 2026-07-16T03:57:33.141Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8115 | 2026-07-16T03:57:33.141Z | |
| 8116 | 2026-07-16T03:57:33.158Z | Doc-tests pcap |
| 8117 | 2026-07-16T03:57:33.212Z | |
| 8118 | 2026-07-16T03:57:33.212Z | running 0 tests |
| 8119 | 2026-07-16T03:57:33.213Z | |
| 8120 | 2026-07-16T03:57:33.213Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8121 | 2026-07-16T03:57:33.213Z | |
| 8122 | 2026-07-16T03:57:33.262Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8123 | 2026-07-16T03:57:33.262Z | + RUST_BACKTRACE=full |
| 8124 | 2026-07-16T03:57:33.262Z | + cargo test --features chaos --no-fail-fast |
| 8125 | 2026-07-16T03:57:33.881Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8126 | 2026-07-16T03:57:33.960Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8127 | 2026-07-16T03:57:33.967Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8128 | 2026-07-16T03:57:42.299Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8129 | 2026-07-16T03:57:42.474Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8130 | 2026-07-16T03:58:17.536Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.25s |
| 8131 | 2026-07-16T03:58:17.664Z | Running unittests src/lib.rs (target/debug/deps/aal-cc4916a08035163e) |
| 8132 | 2026-07-16T03:58:17.670Z | |
| 8133 | 2026-07-16T03:58:17.670Z | running 5 tests |
| 8134 | 2026-07-16T03:58:17.674Z | test fuse::tests::chip_revision_a0 ... ok |
| 8135 | 2026-07-16T03:58:17.674Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 8136 | 2026-07-16T03:58:17.674Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 8137 | 2026-07-16T03:58:17.674Z | test fuse::tests::chip_revision_b0 ... ok |
| 8138 | 2026-07-16T03:58:17.674Z | test fuse::tests::chip_revision_b1 ... ok |
| 8139 | 2026-07-16T03:58:17.674Z | |
| 8140 | 2026-07-16T03:58:17.674Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8141 | 2026-07-16T03:58:17.674Z | |
| 8142 | 2026-07-16T03:58:17.674Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8143 | 2026-07-16T03:58:17.677Z | |
| 8144 | 2026-07-16T03:58:17.677Z | running 0 tests |
| 8145 | 2026-07-16T03:58:17.677Z | |
| 8146 | 2026-07-16T03:58:17.677Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8147 | 2026-07-16T03:58:17.677Z | |
| 8148 | 2026-07-16T03:58:17.677Z | Running unittests src/lib.rs (target/debug/deps/asic-b21a413835d2ae19) |
| 8149 | 2026-07-16T03:58:17.683Z | |
| 8150 | 2026-07-16T03:58:17.683Z | running 0 tests |
| 8151 | 2026-07-16T03:58:17.683Z | |
| 8152 | 2026-07-16T03:58:17.687Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8153 | 2026-07-16T03:58:17.687Z | |
| 8154 | 2026-07-16T03:58:17.687Z | Running unittests src/lib.rs (target/debug/deps/common-b72bdf9583b5d1a7) |
| 8155 | 2026-07-16T03:58:17.690Z | |
| 8156 | 2026-07-16T03:58:17.690Z | running 10 tests |
| 8157 | 2026-07-16T03:58:17.693Z | test network::tests::test_equal ... ok |
| 8158 | 2026-07-16T03:58:17.693Z | test nat::tests::test_vni ... ok |
| 8159 | 2026-07-16T03:58:17.693Z | test network::tests::test_eui64 ... ok |
| 8160 | 2026-07-16T03:58:17.693Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8161 | 2026-07-16T03:58:17.693Z | test network::tests::test_into ... ok |
| 8162 | 2026-07-16T03:58:17.693Z | test network::tests::test_not_equal ... ok |
| 8163 | 2026-07-16T03:58:17.693Z | test network::tests::test_to_string ... ok |
| 8164 | 2026-07-16T03:58:17.693Z | test network::tests::test_parse ... ok |
| 8165 | 2026-07-16T03:58:17.696Z | test test_purge ... ok |
| 8166 | 2026-07-16T03:58:17.699Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8167 | 2026-07-16T03:58:17.699Z | |
| 8168 | 2026-07-16T03:58:17.699Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8169 | 2026-07-16T03:58:17.699Z | |
| 8170 | 2026-07-16T03:58:17.699Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5ede181ac8b4f52d) |
| 8171 | 2026-07-16T03:58:17.725Z | |
| 8172 | 2026-07-16T03:58:17.725Z | running 1 test |
| 8173 | 2026-07-16T03:58:17.730Z | ------- |
| 8174 | 2026-07-16T03:58:17.733Z | Generating OpenAPI documents from API definitions ... |
| 8175 | 2026-07-16T03:58:17.888Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8176 | 2026-07-16T03:58:17.958Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8177 | 2026-07-16T03:58:18.943Z | ------- |
| 8178 | 2026-07-16T03:58:18.943Z | Checking 12 OpenAPI documents... |
| 8179 | 2026-07-16T03:58:18.943Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8180 | 2026-07-16T03:58:18.943Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8181 | 2026-07-16T03:58:18.943Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8182 | 2026-07-16T03:58:18.943Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8183 | 2026-07-16T03:58:18.947Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8184 | 2026-07-16T03:58:18.947Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8185 | 2026-07-16T03:58:18.947Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8186 | 2026-07-16T03:58:18.947Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8187 | 2026-07-16T03:58:18.947Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8188 | 2026-07-16T03:58:18.947Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8189 | 2026-07-16T03:58:18.947Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8190 | 2026-07-16T03:58:18.947Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8191 | 2026-07-16T03:58:18.947Z | Fresh dpd "latest" symlink |
| 8192 | 2026-07-16T03:58:18.947Z | ------- |
| 8193 | 2026-07-16T03:58:18.947Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 8194 | 2026-07-16T03:58:19.007Z | test test::test_apis_up_to_date ... ok |
| 8195 | 2026-07-16T03:58:19.007Z | |
| 8196 | 2026-07-16T03:58:19.008Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s |
| 8197 | 2026-07-16T03:58:19.008Z | |
| 8198 | 2026-07-16T03:58:19.073Z | Running unittests src/main.rs (target/debug/deps/dpd-376e67c533ea44f8) |
| 8199 | 2026-07-16T03:58:19.077Z | |
| 8200 | 2026-07-16T03:58:19.077Z | running 33 tests |
| 8201 | 2026-07-16T03:58:19.081Z | test freemap::test_ordering ... ok |
| 8202 | 2026-07-16T03:58:19.081Z | test config::tests::test_updates ... ok |
| 8203 | 2026-07-16T03:58:19.081Z | test freemap::test_split ... ok |
| 8204 | 2026-07-16T03:58:19.081Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8205 | 2026-07-16T03:58:19.082Z | test macaddrs::tests::test_mac_offset ... ok |
| 8206 | 2026-07-16T03:58:19.082Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8207 | 2026-07-16T03:58:19.086Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8208 | 2026-07-16T03:58:19.086Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8209 | 2026-07-16T03:58:19.086Z | test nat::test_mapping ... ok |
| 8210 | 2026-07-16T03:58:19.086Z | test port_map::tests::dump_map ... ok |
| 8211 | 2026-07-16T03:58:19.086Z | test port_map::tests::test_backplane_group ... ok |
| 8212 | 2026-07-16T03:58:19.086Z | Jul 16 03:58:18.212 DEBG created new freemap, unit:Jul 16 03:58:18.212 freemap_testDEBG |
| 8213 | 2026-07-16T03:58:19.086Z | created new freemap, unit: Jul 16 03:58:18.212freemap_test DEBG |
| 8214 | 2026-07-16T03:58:19.086Z | initted freemap. size: 128, unit: freemap_test |
| 8215 | 2026-07-16T03:58:19.086Z | Jul 16 03:58:18.212 DEBG initted freemap. size: 128Jul 16 03:58:18.212, unitDEBG: reset freemapfreemap_test, |
| 8216 | 2026-07-16T03:58:19.086Z | unit: freemap_test |
| 8217 | 2026-07-16T03:58:19.086Z | Jul 16 03:58:18.212 DEBG reset freemap, unit: freemap_test |
| 8218 | 2026-07-16T03:58:19.086Z | test port_map::tests::test_port_map ... ok |
| 8219 | 2026-07-16T03:58:19.086Z | Jul 16 03:58:18.212 DEBG created new freemap, unit: freemap_test |
| 8220 | 2026-07-16T03:58:19.086Z | test freemap::test_exhaustion ... ok |
| 8221 | 2026-07-16T03:58:19.086Z | test freemap::test_reclaim ... ok |
| 8222 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.213 DEBG initted freemap. size: 128, unit: freemap_test |
| 8223 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.213 DEBG reset freemap, unit: freemap_test |
| 8224 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.212 DEBG created new freemap, unit: freemap_test |
| 8225 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.213 DEBG initted freemap. size: 128, unit: freemap_test |
| 8226 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.213 DEBG reset freemap, unit: freemap_test |
| 8227 | 2026-07-16T03:58:19.087Z | test freemap::test_basic ... ok |
| 8228 | 2026-07-16T03:58:19.087Z | test freemap::test_free ... ok |
| 8229 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.213 DEBG created new freemap, unit: freemap_test |
| 8230 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.213 DEBG initted freemap. size: 128, unit: freemap_test |
| 8231 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.213 DEBG reset freemap, unit: freemap_test |
| 8232 | 2026-07-16T03:58:19.087Z | test freemap::test_span ... ok |
| 8233 | 2026-07-16T03:58:19.087Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8234 | 2026-07-16T03:58:19.087Z | test api_server::tests::test_build_info ... ok |
| 8235 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.214 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8236 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.214 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8237 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.214 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8238 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.214 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8239 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.214 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8240 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.214 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8241 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.214 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8242 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.214 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8243 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.214 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8244 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 DEBG created new freemap, unit: freemap_route_ipv4DEBG |
| 8245 | 2026-07-16T03:58:19.087Z | initted freemap. size: 64, unit: freemap_route_ipv6Jul 16 03:58:18.214 |
| 8246 | 2026-07-16T03:58:19.087Z | DEBG created new freemap, Jul 16 03:58:18.214unit :DEBG freemap_route_ipv6reset freemap |
| 8247 | 2026-07-16T03:58:19.087Z | , unit: freemap_route_ipv6 |
| 8248 | 2026-07-16T03:58:19.087Z | Jul 16 03:58:18.214 DEBG initted freemap. size: 64Jul 16 03:58:18.214, unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4 |
| 8249 | 2026-07-16T03:58:19.088Z | |
| 8250 | 2026-07-16T03:58:19.088Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 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 |
| 8251 | 2026-07-16T03:58:19.088Z | , unit: freemap_route_ipv4Jul 16 03:58:18.214 |
| 8252 | 2026-07-16T03:58:19.088Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8253 | 2026-07-16T03:58:19.088Z | Jul 16 03:58:18.214 DEBG initted freemap. size: 64Jul 16 03:58:18.214, unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]freemap_route_ipv6 |
| 8254 | 2026-07-16T03:58:19.088Z | |
| 8255 | 2026-07-16T03:58:19.088Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreset freemap |
| 8256 | 2026-07-16T03:58:19.088Z | , unit: freemap_route_ipv6Jul 16 03:58:18.214 |
| 8257 | 2026-07-16T03:58:19.088Z | 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 } }]Jul 16 03:58:18.214 |
| 8258 | 2026-07-16T03:58:19.088Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:58:18.214 |
| 8259 | 2026-07-16T03:58:19.088Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8260 | 2026-07-16T03:58:19.088Z | Jul 16 03:58:18.214 DEBGJul 16 03:58:18.214 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 } }]DEBG |
| 8261 | 2026-07-16T03:58:19.088Z | 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 } }] |
| 8262 | 2026-07-16T03:58:19.088Z | Jul 16 03:58:18.214 Jul 16 03:58:18.214INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8263 | 2026-07-16T03:58:19.088Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8264 | 2026-07-16T03:58:19.088Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8265 | 2026-07-16T03:58:19.088Z | |
| 8266 | 2026-07-16T03:58:19.088Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8267 | 2026-07-16T03:58:19.088Z | |
| 8268 | 2026-07-16T03:58:19.088Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 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: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 } }] |
| 8269 | 2026-07-16T03:58:19.088Z | |
| 8270 | 2026-07-16T03:58:19.088Z | Jul 16 03:58:18.214 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 16 03:58:18.214 |
| 8271 | 2026-07-16T03:58:19.088Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8272 | 2026-07-16T03:58:19.088Z | Jul 16 03:58:18.214 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 16 03:58:18.214 |
| 8273 | 2026-07-16T03:58:19.088Z | DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8274 | 2026-07-16T03:58:19.088Z | Jul 16 03:58:18.214 INFOJul 16 03:58:18.214 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO |
| 8275 | 2026-07-16T03:58:19.088Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8276 | 2026-07-16T03:58:19.089Z | Jul 16 03:58:18.214 DEBGJul 16 03:58:18.214 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8277 | 2026-07-16T03:58:19.089Z | 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 } }] |
| 8278 | 2026-07-16T03:58:19.089Z | Jul 16 03:58:18.214 INFOJul 16 03:58:18.214 INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8279 | 2026-07-16T03:58:19.089Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8280 | 2026-07-16T03:58:19.089Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 DEBGDEBG Jul 16 03:58:18.214replacing 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: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 } }] |
| 8281 | 2026-07-16T03:58:19.089Z | |
| 8282 | 2026-07-16T03:58:19.089Z | DEBG created new freemapJul 16 03:58:18.214, Jul 16 03:58:18.214unit INFO:INFO freemap_route_ipv4adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8283 | 2026-07-16T03:58:19.089Z | |
| 8284 | 2026-07-16T03:58:19.089Z | |
| 8285 | 2026-07-16T03:58:19.089Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 Jul 16 03:58:18.214DEBG DEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8286 | 2026-07-16T03:58:19.089Z | created new freemapreplacing 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 } }], |
| 8287 | 2026-07-16T03:58:19.089Z | unit:Jul 16 03:58:18.214 Jul 16 03:58:18.214INFOfreemap_route_ipv6 |
| 8288 | 2026-07-16T03:58:19.089Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 8289 | 2026-07-16T03:58:19.089Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 16 03:58:18.214 |
| 8290 | 2026-07-16T03:58:19.089Z | DEBG Jul 16 03:58:18.214initted freemap. size: 64 , DEBGJul 16 03:58:18.214unit 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 |
| 8291 | 2026-07-16T03:58:19.089Z | freemap_route_ipv4Jul 16 03:58:18.214 |
| 8292 | 2026-07-16T03:58:19.089Z | DEBG Jul 16 03:58:18.214replacing 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 } }] Jul 16 03:58:18.214created new freemap |
| 8293 | 2026-07-16T03:58:19.089Z | INFO, Jul 16 03:58:18.214 unit DEBG: DEBGreset freemap , reset freemapunit, :unit :freemap_route_ipv6 |
| 8294 | 2026-07-16T03:58:19.089Z | freemap_route_ipv4 |
| 8295 | 2026-07-16T03:58:19.089Z | freemap_route_ipv4 |
| 8296 | 2026-07-16T03:58:19.089Z | Jul 16 03:58:18.214 DEBG initted freemap. size: 64Jul 16 03:58:18.214, Jul 16 03:58:18.214unit : INFODEBG created new freemapfreemap_route_ipv6, unit |
| 8297 | 2026-07-16T03:58:19.089Z | :adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8298 | 2026-07-16T03:58:19.089Z | Jul 16 03:58:18.214 Jul 16 03:58:18.214freemap_route_ipv6 |
| 8299 | 2026-07-16T03:58:19.089Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], |
| 8300 | 2026-07-16T03:58:19.089Z | unit: freemap_route_ipv4 |
| 8301 | 2026-07-16T03:58:19.089Z | Jul 16 03:58:18.214 Jul 16 03:58:18.214INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8302 | 2026-07-16T03:58:19.090Z | reset freemapINFO, unitadding route 3fff:beef:9::/64 -> 2001:db8::55:ff:Jul 16 03:58:18.214 |
| 8303 | 2026-07-16T03:58:19.090Z | DEBGfreemap_route_ipv4 |
| 8304 | 2026-07-16T03:58:19.090Z | 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 } }] |
| 8305 | 2026-07-16T03:58:19.090Z | Jul 16 03:58:18.214 DEBG Jul 16 03:58:18.214replacing 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 } }]Jul 16 03:58:18.214 |
| 8306 | 2026-07-16T03:58:19.090Z | INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8307 | 2026-07-16T03:58:19.094Z | initted freemap. size: 64Jul 16 03:58:18.214, unitINFOJul 16 03:58:18.214: adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv6 |
| 8308 | 2026-07-16T03:58:19.094Z | |
| 8309 | 2026-07-16T03:58:19.094Z | 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 } }] |
| 8310 | 2026-07-16T03:58:19.094Z | Jul 16 03:58:18.214Jul 16 03:58:18.214Jul 16 03:58:18.214 DEBGINFODEBGDEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ff reset freemapreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8311 | 2026-07-16T03:58:19.094Z | reset freemap |
| 8312 | 2026-07-16T03:58:19.094Z | , , unit: Jul 16 03:58:18.214freemap_route_ipv6 |
| 8313 | 2026-07-16T03:58:19.094Z | 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 } }]Jul 16 03:58:18.214Jul 16 03:58:18.214 |
| 8314 | 2026-07-16T03:58:19.094Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8315 | 2026-07-16T03:58:19.094Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 16 03:58:18.214 |
| 8316 | 2026-07-16T03:58:19.094Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 16 03:58:18.214 |
| 8317 | 2026-07-16T03:58:19.094Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 16 03:58:18.214 |
| 8318 | 2026-07-16T03:58:19.094Z | 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 } }] |
| 8319 | 2026-07-16T03:58:19.094Z | Jul 16 03:58:18.214 DEBGJul 16 03:58:18.214 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 8320 | 2026-07-16T03:58:19.094Z | 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 } }]Jul 16 03:58:18.214 |
| 8321 | 2026-07-16T03:58:19.095Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8322 | 2026-07-16T03:58:19.095Z | Jul 16 03:58:18.214 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 16 03:58:18.214 |
| 8323 | 2026-07-16T03:58:19.095Z | DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8324 | 2026-07-16T03:58:19.095Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 INFODEBG adding route 3fff:beef:5::/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 } }] |
| 8325 | 2026-07-16T03:58:19.095Z | |
| 8326 | 2026-07-16T03:58:19.095Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 16 03:58:18.214Jul 16 03:58:18.214 |
| 8327 | 2026-07-16T03:58:19.095Z | INFODEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8328 | 2026-07-16T03:58:19.095Z | |
| 8329 | 2026-07-16T03:58:19.095Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 INFOJul 16 03:58:18.214 DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8330 | 2026-07-16T03:58:19.095Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8331 | 2026-07-16T03:58:19.095Z | 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 } }]Jul 16 03:58:18.214 |
| 8332 | 2026-07-16T03:58:19.095Z | Jul 16 03:58:18.214 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:58:18.214 |
| 8333 | 2026-07-16T03:58:19.095Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 8334 | 2026-07-16T03:58:19.095Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 16 03:58:18.214 |
| 8335 | 2026-07-16T03:58:19.095Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 16 03:58:18.214 |
| 8336 | 2026-07-16T03:58:19.095Z | DEBGJul 16 03:58:18.214 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 } }]DEBG |
| 8337 | 2026-07-16T03:58:19.095Z | Jul 16 03:58:18.214replacing 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 } }] |
| 8338 | 2026-07-16T03:58:19.095Z | DEBGJul 16 03:58:18.214 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 |
| 8339 | 2026-07-16T03:58:19.095Z | Jul 16 03:58:18.214adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8340 | 2026-07-16T03:58:19.095Z | INFO Jul 16 03:58:18.214adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8341 | 2026-07-16T03:58:19.095Z | INFO Jul 16 03:58:18.214adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8342 | 2026-07-16T03:58:19.095Z | Jul 16 03:58:18.214DEBG 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 } }] Jul 16 03:58:18.214 |
| 8343 | 2026-07-16T03:58:19.095Z | 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 |
| 8344 | 2026-07-16T03:58:19.095Z | 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 } }] |
| 8345 | 2026-07-16T03:58:19.095Z | Jul 16 03:58:18.214 Jul 16 03:58:18.214INFOJul 16 03:58:18.214 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8346 | 2026-07-16T03:58:19.096Z | |
| 8347 | 2026-07-16T03:58:19.096Z | |
| 8348 | 2026-07-16T03:58:19.096Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 Jul 16 03:58:18.214DEBG DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }] |
| 8349 | 2026-07-16T03:58:19.096Z | |
| 8350 | 2026-07-16T03:58:19.096Z | |
| 8351 | 2026-07-16T03:58:19.096Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 Jul 16 03:58:18.214INFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFO |
| 8352 | 2026-07-16T03:58:19.096Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8353 | 2026-07-16T03:58:19.096Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8354 | 2026-07-16T03:58:19.096Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 Jul 16 03:58:18.214DEBG 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 } }] 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 } }] |
| 8355 | 2026-07-16T03:58:19.096Z | |
| 8356 | 2026-07-16T03:58:19.096Z | 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 } }] |
| 8357 | 2026-07-16T03:58:19.096Z | Jul 16 03:58:18.214Jul 16 03:58:18.214Jul 16 03:58:18.214 INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 8358 | 2026-07-16T03:58:19.096Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8359 | 2026-07-16T03:58:19.096Z | |
| 8360 | 2026-07-16T03:58:19.096Z | Jul 16 03:58:18.214Jul 16 03:58:18.214Jul 16 03:58:18.214 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: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 } }] |
| 8361 | 2026-07-16T03:58:19.096Z | DEBG |
| 8362 | 2026-07-16T03:58:19.096Z | 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 } }] |
| 8363 | 2026-07-16T03:58:19.096Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 Jul 16 03:58:18.214 INFO INFO INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8364 | 2026-07-16T03:58:19.096Z | |
| 8365 | 2026-07-16T03:58:19.096Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8366 | 2026-07-16T03:58:19.096Z | Jul 16 03:58:18.214Jul 16 03:58:18.214Jul 16 03:58:18.214 DEBGDEBG DEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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: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 } }] |
| 8367 | 2026-07-16T03:58:19.096Z | |
| 8368 | 2026-07-16T03:58:19.096Z | Jul 16 03:58:18.214Jul 16 03:58:18.214 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8369 | 2026-07-16T03:58:19.096Z | |
| 8370 | 2026-07-16T03:58:19.096Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 |
| 8371 | 2026-07-16T03:58:19.096Z | 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 } }] |
| 8372 | 2026-07-16T03:58:19.096Z | Jul 16 03:58:18.215replacing 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 } }] |
| 8373 | 2026-07-16T03:58:19.096Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8374 | 2026-07-16T03:58:19.097Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215INFO INFODEBG adding route 3fff:beef:c::/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 } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8375 | 2026-07-16T03:58:19.097Z | |
| 8376 | 2026-07-16T03:58:19.097Z | |
| 8377 | 2026-07-16T03:58:19.097Z | Jul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 8378 | 2026-07-16T03:58:19.097Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8379 | 2026-07-16T03:58:19.097Z | |
| 8380 | 2026-07-16T03:58:19.097Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215DEBG INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO |
| 8381 | 2026-07-16T03:58:19.097Z | |
| 8382 | 2026-07-16T03:58:19.097Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8383 | 2026-07-16T03:58:19.097Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 DEBGJul 16 03:58:18.215 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 } }] |
| 8384 | 2026-07-16T03:58:19.097Z | DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8385 | 2026-07-16T03:58:19.097Z | 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 } }] |
| 8386 | 2026-07-16T03:58:19.097Z | Jul 16 03:58:18.215 Jul 16 03:58:18.215INFO Jul 16 03:58:18.215 DEBGINFO adding route 3fff:beef:17::/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 } }] |
| 8387 | 2026-07-16T03:58:19.097Z | |
| 8388 | 2026-07-16T03:58:19.097Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8389 | 2026-07-16T03:58:19.097Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBGJul 16 03:58:18.215 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:10::/64 -> 2001:db8::55:ffDEBG |
| 8390 | 2026-07-16T03:58:19.097Z | |
| 8391 | 2026-07-16T03:58:19.097Z | 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 } }] |
| 8392 | 2026-07-16T03:58:19.097Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG Jul 16 03:58:18.215adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8393 | 2026-07-16T03:58:19.097Z | 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 |
| 8394 | 2026-07-16T03:58:19.097Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8395 | 2026-07-16T03:58:19.097Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 INFOJul 16 03:58:18.215DEBG 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 } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8396 | 2026-07-16T03:58:19.097Z | 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 } }] |
| 8397 | 2026-07-16T03:58:19.097Z | |
| 8398 | 2026-07-16T03:58:19.097Z | Jul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8399 | 2026-07-16T03:58:19.097Z | DEBG |
| 8400 | 2026-07-16T03:58:19.098Z | 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 } }] |
| 8401 | 2026-07-16T03:58:19.098Z | Jul 16 03:58:18.215 DEBGJul 16 03:58:18.215 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 } }]Jul 16 03:58:18.215DEBG |
| 8402 | 2026-07-16T03:58:19.098Z | 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 } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 16 03:58:18.215 |
| 8403 | 2026-07-16T03:58:19.098Z | |
| 8404 | 2026-07-16T03:58:19.098Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8405 | 2026-07-16T03:58:19.098Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 DEBGJul 16 03:58:18.215 INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8406 | 2026-07-16T03:58:19.098Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8407 | 2026-07-16T03:58:19.102Z | 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 } }] |
| 8408 | 2026-07-16T03:58:19.102Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215DEBG INFO INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8409 | 2026-07-16T03:58:19.102Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8410 | 2026-07-16T03:58:19.102Z | |
| 8411 | 2026-07-16T03:58:19.102Z | Jul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG 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 } }] adding route 3fff:beef:12::/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 } }] |
| 8412 | 2026-07-16T03:58:19.103Z | |
| 8413 | 2026-07-16T03:58:19.103Z | |
| 8414 | 2026-07-16T03:58:19.103Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 8415 | 2026-07-16T03:58:19.103Z | |
| 8416 | 2026-07-16T03:58:19.103Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8417 | 2026-07-16T03:58:19.103Z | Jul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 DEBG INFODEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8418 | 2026-07-16T03:58:19.103Z | 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 } }] |
| 8419 | 2026-07-16T03:58:19.103Z | |
| 8420 | 2026-07-16T03:58:19.103Z | Jul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8421 | 2026-07-16T03:58:19.103Z | |
| 8422 | 2026-07-16T03:58:19.103Z | |
| 8423 | 2026-07-16T03:58:19.103Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215DEBG DEBGINFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:14::/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 } }] |
| 8424 | 2026-07-16T03:58:19.103Z | |
| 8425 | 2026-07-16T03:58:19.103Z | |
| 8426 | 2026-07-16T03:58:19.103Z | Jul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 DEBGINFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/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 } }] |
| 8427 | 2026-07-16T03:58:19.103Z | |
| 8428 | 2026-07-16T03:58:19.103Z | |
| 8429 | 2026-07-16T03:58:19.103Z | Jul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG DEBG adding route 3fff:beef:15::/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 } }] |
| 8430 | 2026-07-16T03:58:19.103Z | |
| 8431 | 2026-07-16T03:58:19.103Z | 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 } }] |
| 8432 | 2026-07-16T03:58:19.103Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 DEBGINFOJul 16 03:58:18.215 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8433 | 2026-07-16T03:58:19.103Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8434 | 2026-07-16T03:58:19.103Z | |
| 8435 | 2026-07-16T03:58:19.103Z | Jul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8436 | 2026-07-16T03:58:19.103Z | 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: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 } }] |
| 8437 | 2026-07-16T03:58:19.103Z | |
| 8438 | 2026-07-16T03:58:19.103Z | Jul 16 03:58:18.215 DEBG Jul 16 03:58:18.215replacing 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 } }]Jul 16 03:58:18.215 |
| 8439 | 2026-07-16T03:58:19.104Z | INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8440 | 2026-07-16T03:58:19.104Z | |
| 8441 | 2026-07-16T03:58:19.104Z | Jul 16 03:58:18.215 INFOJul 16 03:58:18.215 Jul 16 03:58:18.215 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 8442 | 2026-07-16T03:58:19.104Z | DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8443 | 2026-07-16T03:58:19.104Z | 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 } }] |
| 8444 | 2026-07-16T03:58:19.104Z | Jul 16 03:58:18.215 Jul 16 03:58:18.215DEBG INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8445 | 2026-07-16T03:58:19.104Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 16 03:58:18.215 |
| 8446 | 2026-07-16T03:58:19.104Z | INFO Jul 16 03:58:18.215adding route 3fff:beef:19::/64 -> 2001:db8::55:ff Jul 16 03:58:18.215 |
| 8447 | 2026-07-16T03:58:19.104Z | INFO 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 } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8448 | 2026-07-16T03:58:19.104Z | Jul 16 03:58:18.215 |
| 8449 | 2026-07-16T03:58:19.104Z | 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 } }]Jul 16 03:58:18.215 |
| 8450 | 2026-07-16T03:58:19.104Z | Jul 16 03:58:18.215 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 } }]Jul 16 03:58:18.215adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8451 | 2026-07-16T03:58:19.104Z | |
| 8452 | 2026-07-16T03:58:19.104Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8453 | 2026-07-16T03:58:19.104Z | Jul 16 03:58:18.215 Jul 16 03:58:18.215INFO Jul 16 03:58:18.215DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:19::/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 } }] |
| 8454 | 2026-07-16T03:58:19.104Z | |
| 8455 | 2026-07-16T03:58:19.104Z | |
| 8456 | 2026-07-16T03:58:19.104Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215INFO 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:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8457 | 2026-07-16T03:58:19.104Z | |
| 8458 | 2026-07-16T03:58:19.104Z | |
| 8459 | 2026-07-16T03:58:19.104Z | Jul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8460 | 2026-07-16T03:58:19.104Z | |
| 8461 | 2026-07-16T03:58:19.104Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8462 | 2026-07-16T03:58:19.104Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215INFOINFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8463 | 2026-07-16T03:58:19.104Z | adding route 3fff:beef:24::/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 } }] |
| 8464 | 2026-07-16T03:58:19.104Z | |
| 8465 | 2026-07-16T03:58:19.105Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 DEBGINFO Jul 16 03:58:18.215replacing 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 } }] |
| 8466 | 2026-07-16T03:58:19.105Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 8467 | 2026-07-16T03:58:19.105Z | 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 } }] |
| 8468 | 2026-07-16T03:58:19.105Z | Jul 16 03:58:18.215 INFOJul 16 03:58:18.215 Jul 16 03:58:18.215adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 8469 | 2026-07-16T03:58:19.105Z | 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 } }] |
| 8470 | 2026-07-16T03:58:19.105Z | INFO Jul 16 03:58:18.215adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8471 | 2026-07-16T03:58:19.105Z | DEBGJul 16 03:58:18.215 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8472 | 2026-07-16T03:58:19.105Z | Jul 16 03:58:18.215 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 8473 | 2026-07-16T03:58:19.105Z | 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 } }]Jul 16 03:58:18.215 |
| 8474 | 2026-07-16T03:58:19.105Z | Jul 16 03:58:18.215INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Jul 16 03:58:18.215replacing 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 } }] |
| 8475 | 2026-07-16T03:58:19.105Z | |
| 8476 | 2026-07-16T03:58:19.105Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8477 | 2026-07-16T03:58:19.105Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG Jul 16 03:58:18.215 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 8478 | 2026-07-16T03:58:19.105Z | 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: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 } }] |
| 8479 | 2026-07-16T03:58:19.105Z | |
| 8480 | 2026-07-16T03:58:19.105Z | Jul 16 03:58:18.215 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 } }]Jul 16 03:58:18.215Jul 16 03:58:18.215 |
| 8481 | 2026-07-16T03:58:19.105Z | INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 16 03:58:18.215 |
| 8482 | 2026-07-16T03:58:19.105Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFO |
| 8483 | 2026-07-16T03:58:19.105Z | Jul 16 03:58:18.215adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8484 | 2026-07-16T03:58:19.105Z | 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 } }] |
| 8485 | 2026-07-16T03:58:19.105Z | Jul 16 03:58:18.215 Jul 16 03:58:18.215Jul 16 03:58:18.215DEBG 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 } }] DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8486 | 2026-07-16T03:58:19.105Z | 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 } }] |
| 8487 | 2026-07-16T03:58:19.105Z | |
| 8488 | 2026-07-16T03:58:19.105Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 INFOJul 16 03:58:18.215 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFODEBG |
| 8489 | 2026-07-16T03:58:19.105Z | 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:1f::/64 -> 2001:db8::55:ff |
| 8490 | 2026-07-16T03:58:19.105Z | |
| 8491 | 2026-07-16T03:58:19.105Z | Jul 16 03:58:18.215 DEBGJul 16 03:58:18.215 Jul 16 03:58:18.215Jul 16 03:58:18.215replacing 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 } }] |
| 8492 | 2026-07-16T03:58:19.106Z | DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 8493 | 2026-07-16T03:58:19.106Z | |
| 8494 | 2026-07-16T03:58:19.106Z | Jul 16 03:58:18.215created new freemap , INFOJul 16 03:58:18.215unit :DEBGJul 16 03:58:18.215 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 8495 | 2026-07-16T03:58:19.106Z | INFO |
| 8496 | 2026-07-16T03:58:19.106Z | 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:20::/64 -> 2001:db8::55:ff |
| 8497 | 2026-07-16T03:58:19.106Z | Jul 16 03:58:18.215 |
| 8498 | 2026-07-16T03:58:19.106Z | Jul 16 03:58:18.215 DEBG Jul 16 03:58:18.215DEBG 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 } }]created new freemapJul 16 03:58:18.215 , unit |
| 8499 | 2026-07-16T03:58:19.106Z | INFODEBG :adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8500 | 2026-07-16T03:58:19.106Z | 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 } }] |
| 8501 | 2026-07-16T03:58:19.106Z | freemap_route_ipv6Jul 16 03:58:18.215 |
| 8502 | 2026-07-16T03:58:19.106Z | INFOJul 16 03:58:18.215 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOJul 16 03:58:18.215 |
| 8503 | 2026-07-16T03:58:19.106Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 8504 | 2026-07-16T03:58:19.106Z | initted freemap. size: 64Jul 16 03:58:18.215, unitDEBGJul 16 03:58:18.215: DEBG freemap_route_ipv4replacing 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 } }] |
| 8505 | 2026-07-16T03:58:19.106Z | |
| 8506 | 2026-07-16T03:58:19.106Z | 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 } }] |
| 8507 | 2026-07-16T03:58:19.112Z | Jul 16 03:58:18.215 Jul 16 03:58:18.215Jul 16 03:58:18.215DEBG INFOreset freemap , INFOunit :adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8508 | 2026-07-16T03:58:19.112Z | freemap_route_ipv4 |
| 8509 | 2026-07-16T03:58:19.112Z | |
| 8510 | 2026-07-16T03:58:19.112Z | Jul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 , |
| 8511 | 2026-07-16T03:58:19.112Z | DEBGunit 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 } }]: |
| 8512 | 2026-07-16T03:58:19.112Z | freemap_route_ipv6 |
| 8513 | 2026-07-16T03:58:19.112Z | Jul 16 03:58:18.215 INFOJul 16 03:58:18.215 Jul 16 03:58:18.215adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 8514 | 2026-07-16T03:58:19.112Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 8515 | 2026-07-16T03:58:19.112Z | reset freemap, unit:Jul 16 03:58:18.215 Jul 16 03:58:18.215freemap_route_ipv6 |
| 8516 | 2026-07-16T03:58:19.112Z | DEBG DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8517 | 2026-07-16T03:58:19.112Z | 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 } }]Jul 16 03:58:18.215 |
| 8518 | 2026-07-16T03:58:19.112Z | INFO Jul 16 03:58:18.215adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8519 | 2026-07-16T03:58:19.112Z | INFOJul 16 03:58:18.215 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8520 | 2026-07-16T03:58:19.112Z | INFO Jul 16 03:58:18.215adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8521 | 2026-07-16T03:58:19.112Z | Jul 16 03:58:18.215DEBG 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 } }] |
| 8522 | 2026-07-16T03:58:19.112Z | Jul 16 03:58:18.215replacing 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 } }] |
| 8523 | 2026-07-16T03:58:19.112Z | DEBG Jul 16 03:58:18.215replacing 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 } }] |
| 8524 | 2026-07-16T03:58:19.112Z | Jul 16 03:58:18.215DEBG 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 } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8525 | 2026-07-16T03:58:19.112Z | |
| 8526 | 2026-07-16T03:58:19.112Z | Jul 16 03:58:18.215 Jul 16 03:58:18.215INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8527 | 2026-07-16T03:58:19.112Z | 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 } }] |
| 8528 | 2026-07-16T03:58:19.112Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG adding route 3fff:beef:26::/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 } }] |
| 8529 | 2026-07-16T03:58:19.112Z | |
| 8530 | 2026-07-16T03:58:19.113Z | Jul 16 03:58:18.215 INFO Jul 16 03:58:18.215adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8531 | 2026-07-16T03:58:19.113Z | 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 } }]Jul 16 03:58:18.215 |
| 8532 | 2026-07-16T03:58:19.113Z | 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 } }] |
| 8533 | 2026-07-16T03:58:19.113Z | Jul 16 03:58:18.215 INFO Jul 16 03:58:18.215adding route 3fff:beef:27::/64 -> 2001:db8::55:ffunit |
| 8534 | 2026-07-16T03:58:19.113Z | : INFO freemap_route_ipv6adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8535 | 2026-07-16T03:58:19.113Z | |
| 8536 | 2026-07-16T03:58:19.113Z | Jul 16 03:58:18.215 Jul 16 03:58:18.215Jul 16 03:58:18.215DEBG 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 |
| 8537 | 2026-07-16T03:58:19.113Z | Jul 16 03:58:18.215replacing 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 |
| 8538 | 2026-07-16T03:58:19.113Z | INFO Jul 16 03:58:18.215adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 8539 | 2026-07-16T03:58:19.113Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8540 | 2026-07-16T03:58:19.113Z | Jul 16 03:58:18.215 |
| 8541 | 2026-07-16T03:58:19.113Z | Jul 16 03:58:18.215INFO Jul 16 03:58:18.215 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG |
| 8542 | 2026-07-16T03:58:19.113Z | Jul 16 03:58:18.215INFO adding route 3fff:beef:23::/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 } }]DEBG |
| 8543 | 2026-07-16T03:58:19.113Z | |
| 8544 | 2026-07-16T03:58:19.113Z | 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 } }]Jul 16 03:58:18.215 |
| 8545 | 2026-07-16T03:58:19.113Z | 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 } }]Jul 16 03:58:18.215Jul 16 03:58:18.215 |
| 8546 | 2026-07-16T03:58:19.113Z | Jul 16 03:58:18.215 INFOJul 16 03:58:18.215 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8547 | 2026-07-16T03:58:19.113Z | |
| 8548 | 2026-07-16T03:58:19.113Z | INFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8549 | 2026-07-16T03:58:19.113Z | |
| 8550 | 2026-07-16T03:58:19.113Z | Jul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215Jul 16 03:58:18.215DEBG INFO 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 } }] |
| 8551 | 2026-07-16T03:58:19.113Z | adding route 3fff:beef:24::/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 } }] |
| 8552 | 2026-07-16T03:58:19.113Z | |
| 8553 | 2026-07-16T03:58:19.113Z | 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 } }] |
| 8554 | 2026-07-16T03:58:19.113Z | Jul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 8555 | 2026-07-16T03:58:19.113Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8556 | 2026-07-16T03:58:19.114Z | 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 } }] |
| 8557 | 2026-07-16T03:58:19.114Z | |
| 8558 | 2026-07-16T03:58:19.114Z | Jul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 DEBGJul 16 03:58:18.215 INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG |
| 8559 | 2026-07-16T03:58:19.114Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 8560 | 2026-07-16T03:58:19.114Z | |
| 8561 | 2026-07-16T03:58:19.114Z | Jul 16 03:58:18.215 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO Jul 16 03:58:18.215 |
| 8562 | 2026-07-16T03:58:19.114Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8563 | 2026-07-16T03:58:19.114Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 16 03:58:18.215 |
| 8564 | 2026-07-16T03:58:19.114Z | INFOJul 16 03:58:18.215 adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:58:18.215DEBG |
| 8565 | 2026-07-16T03:58:19.114Z | 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 } }]Jul 16 03:58:18.215DEBG |
| 8566 | 2026-07-16T03:58:19.114Z | 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 } }]Jul 16 03:58:18.215 |
| 8567 | 2026-07-16T03:58:19.114Z | 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 |
| 8568 | 2026-07-16T03:58:19.114Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 16 03:58:18.215 |
| 8569 | 2026-07-16T03:58:19.114Z | Jul 16 03:58:18.215 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 16 03:58:18.215Jul 16 03:58:18.216 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8570 | 2026-07-16T03:58:19.114Z | |
| 8571 | 2026-07-16T03:58:19.114Z | INFO INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 16 03:58:18.216adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8572 | 2026-07-16T03:58:19.114Z | DEBG |
| 8573 | 2026-07-16T03:58:19.114Z | 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 } }]Jul 16 03:58:18.216 |
| 8574 | 2026-07-16T03:58:19.114Z | Jul 16 03:58:18.216DEBGJul 16 03:58:18.216 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 |
| 8575 | 2026-07-16T03:58:19.114Z | 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 } }]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 } }]Jul 16 03:58:18.216 |
| 8576 | 2026-07-16T03:58:19.114Z | |
| 8577 | 2026-07-16T03:58:19.114Z | Jul 16 03:58:18.216Jul 16 03:58:18.216INFO INFOJul 16 03:58:18.216 INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff adding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 8578 | 2026-07-16T03:58:19.114Z | |
| 8579 | 2026-07-16T03:58:19.114Z | |
| 8580 | 2026-07-16T03:58:19.114Z | Jul 16 03:58:18.216Jul 16 03:58:18.216adding route 3fff:beef:27::/64 -> 2001:db8::55:ff Jul 16 03:58:18.216DEBG DEBG |
| 8581 | 2026-07-16T03:58:19.115Z | 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 } }]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 } }] |
| 8582 | 2026-07-16T03:58:19.115Z | |
| 8583 | 2026-07-16T03:58:19.115Z | 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 } }] |
| 8584 | 2026-07-16T03:58:19.115Z | Jul 16 03:58:18.216 INFO Jul 16 03:58:18.216adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8585 | 2026-07-16T03:58:19.115Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 DEBGINFO INFOJul 16 03:58:18.216 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8586 | 2026-07-16T03:58:19.115Z | 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 } }] |
| 8587 | 2026-07-16T03:58:19.115Z | 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 } }] |
| 8588 | 2026-07-16T03:58:19.115Z | |
| 8589 | 2026-07-16T03:58:19.115Z | Jul 16 03:58:18.216Jul 16 03:58:18.216Jul 16 03:58:18.216 DEBGDEBGINFO 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:2f::/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 } }] |
| 8590 | 2026-07-16T03:58:19.115Z | |
| 8591 | 2026-07-16T03:58:19.115Z | |
| 8592 | 2026-07-16T03:58:19.115Z | Jul 16 03:58:18.216Jul 16 03:58:18.216Jul 16 03:58:18.216 INFOINFOJul 16 03:58:18.216 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8593 | 2026-07-16T03:58:19.115Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8594 | 2026-07-16T03:58:19.115Z | |
| 8595 | 2026-07-16T03:58:19.115Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8596 | 2026-07-16T03:58:19.115Z | Jul 16 03:58:18.216 Jul 16 03:58:18.216DEBG INFOJul 16 03:58:18.216 Jul 16 03:58:18.216replacing 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:30::/64 -> 2001:db8::55:ff |
| 8597 | 2026-07-16T03:58:19.115Z | DEBG |
| 8598 | 2026-07-16T03:58:19.115Z | 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 |
| 8599 | 2026-07-16T03:58:19.115Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ff 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 } }] |
| 8600 | 2026-07-16T03:58:19.115Z | |
| 8601 | 2026-07-16T03:58:19.115Z | 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 } }]Jul 16 03:58:18.216 |
| 8602 | 2026-07-16T03:58:19.115Z | INFOJul 16 03:58:18.216 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 16 03:58:18.216Jul 16 03:58:18.216 |
| 8603 | 2026-07-16T03:58:19.115Z | DEBG INFOINFOreplacing 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 } }] |
| 8604 | 2026-07-16T03:58:19.115Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8605 | 2026-07-16T03:58:19.115Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8606 | 2026-07-16T03:58:19.115Z | Jul 16 03:58:18.216 Jul 16 03:58:18.216INFO DEBGJul 16 03:58:18.216Jul 16 03:58:18.216adding route 3fff:beef:5::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8607 | 2026-07-16T03:58:19.123Z | DEBGDEBG |
| 8608 | 2026-07-16T03:58:19.123Z | 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 } }]Jul 16 03:58:18.216 |
| 8609 | 2026-07-16T03:58:19.123Z | Jul 16 03:58:18.216 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 } }]replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8610 | 2026-07-16T03:58:19.123Z | Jul 16 03:58:18.216 |
| 8611 | 2026-07-16T03:58:19.123Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff INFO |
| 8612 | 2026-07-16T03:58:19.123Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 16 03:58:18.216Jul 16 03:58:18.216 |
| 8613 | 2026-07-16T03:58:19.123Z | INFOINFO Jul 16 03:58:18.216 Jul 16 03:58:18.216 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 8614 | 2026-07-16T03:58:19.123Z | |
| 8615 | 2026-07-16T03:58:19.123Z | 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 } }]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 } }] |
| 8616 | 2026-07-16T03:58:19.123Z | Jul 16 03:58:18.216 |
| 8617 | 2026-07-16T03:58:19.123Z | DEBGJul 16 03:58:18.216 Jul 16 03:58:18.216Jul 16 03:58:18.216 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 |
| 8618 | 2026-07-16T03:58:19.123Z | 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 } }]Jul 16 03:58:18.216 |
| 8619 | 2026-07-16T03:58:19.123Z | INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8620 | 2026-07-16T03:58:19.123Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 8621 | 2026-07-16T03:58:19.123Z | Jul 16 03:58:18.216 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 8622 | 2026-07-16T03:58:19.123Z | Jul 16 03:58:18.216 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8623 | 2026-07-16T03:58:19.123Z | Jul 16 03:58:18.216DEBG DEBGJul 16 03:58:18.216replacing 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 } }] |
| 8624 | 2026-07-16T03:58:19.123Z | DEBGJul 16 03:58:18.216 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 |
| 8625 | 2026-07-16T03:58:19.123Z | 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: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 } }] |
| 8626 | 2026-07-16T03:58:19.123Z | |
| 8627 | 2026-07-16T03:58:19.123Z | Jul 16 03:58:18.216 INFO Jul 16 03:58:18.216adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 16 03:58:18.216Jul 16 03:58:18.216 |
| 8628 | 2026-07-16T03:58:19.124Z | INFO INFOINFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Jul 16 03:58:18.216adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8629 | 2026-07-16T03:58:19.124Z | DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8630 | 2026-07-16T03:58:19.124Z | |
| 8631 | 2026-07-16T03:58:19.124Z | 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 } }] |
| 8632 | 2026-07-16T03:58:19.124Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216Jul 16 03:58:18.216DEBG DEBGDEBGINFO 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:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8633 | 2026-07-16T03:58:19.124Z | |
| 8634 | 2026-07-16T03:58:19.124Z | |
| 8635 | 2026-07-16T03:58:19.124Z | 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 } }]Jul 16 03:58:18.216 |
| 8636 | 2026-07-16T03:58:19.124Z | DEBGJul 16 03:58:18.216 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 } }]Jul 16 03:58:18.216INFOJul 16 03:58:18.216 |
| 8637 | 2026-07-16T03:58:19.124Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO |
| 8638 | 2026-07-16T03:58:19.124Z | INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8639 | 2026-07-16T03:58:19.124Z | |
| 8640 | 2026-07-16T03:58:19.124Z | Jul 16 03:58:18.216 DEBGJul 16 03:58:18.216Jul 16 03:58:18.216Jul 16 03:58:18.216 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 } }] |
| 8641 | 2026-07-16T03:58:19.124Z | DEBG INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8642 | 2026-07-16T03:58:19.124Z | 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 } }] |
| 8643 | 2026-07-16T03:58:19.124Z | Jul 16 03:58:18.216 |
| 8644 | 2026-07-16T03:58:19.124Z | INFOJul 16 03:58:18.216Jul 16 03:58:18.216 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 8645 | 2026-07-16T03:58:19.124Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 16 03:58:18.216 |
| 8646 | 2026-07-16T03:58:19.124Z | Jul 16 03:58:18.216 INFODEBGDEBG 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:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8647 | 2026-07-16T03:58:19.124Z | |
| 8648 | 2026-07-16T03:58:19.124Z | Jul 16 03:58:18.216 |
| 8649 | 2026-07-16T03:58:19.124Z | Jul 16 03:58:18.216 DEBGINFO Jul 16 03:58:18.216 replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 8650 | 2026-07-16T03:58:19.125Z | Jul 16 03:58:18.216 |
| 8651 | 2026-07-16T03:58:19.125Z | 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 } }]Jul 16 03:58:18.216 |
| 8652 | 2026-07-16T03:58:19.125Z | INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 16 03:58:18.216 |
| 8653 | 2026-07-16T03:58:19.125Z | 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 |
| 8654 | 2026-07-16T03:58:19.125Z | Jul 16 03:58:18.216failed to allocate space for the new target listJul 16 03:58:18.216 |
| 8655 | 2026-07-16T03:58:19.125Z | INFOJul 16 03:58:18.216 INFODEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Jul 16 03:58:18.216 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8656 | 2026-07-16T03:58:19.125Z | |
| 8657 | 2026-07-16T03:58:19.125Z | |
| 8658 | 2026-07-16T03:58:19.125Z | DEBG Jul 16 03:58:18.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 } }] |
| 8659 | 2026-07-16T03:58:19.125Z | INFOJul 16 03:58:18.216 Jul 16 03:58:18.216DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff 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 |
| 8660 | 2026-07-16T03:58:19.125Z | |
| 8661 | 2026-07-16T03:58:19.125Z | 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 } }] |
| 8662 | 2026-07-16T03:58:19.125Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 DEBGINFOJul 16 03:58:18.216 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 8663 | 2026-07-16T03:58:19.125Z | adding route 3fff:beef:39::/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 } }] |
| 8664 | 2026-07-16T03:58:19.125Z | |
| 8665 | 2026-07-16T03:58:19.125Z | test route::tests::grow_succeeds ... ok |
| 8666 | 2026-07-16T03:58:19.125Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216DEBG DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8667 | 2026-07-16T03:58:19.125Z | 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 } }] |
| 8668 | 2026-07-16T03:58:19.125Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8669 | 2026-07-16T03:58:19.125Z | Jul 16 03:58:18.216 INFOJul 16 03:58:18.216 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 8670 | 2026-07-16T03:58:19.125Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 16 03:58:18.216 |
| 8671 | 2026-07-16T03:58:19.125Z | 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 } }] |
| 8672 | 2026-07-16T03:58:19.125Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8673 | 2026-07-16T03:58:19.125Z | 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 } }]Jul 16 03:58:18.216 |
| 8674 | 2026-07-16T03:58:19.125Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8675 | 2026-07-16T03:58:19.125Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8676 | 2026-07-16T03:58:19.125Z | |
| 8677 | 2026-07-16T03:58:19.126Z | Jul 16 03:58:18.216 DEBG Jul 16 03:58:18.216Jul 16 03:58:18.216replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG |
| 8678 | 2026-07-16T03:58:19.126Z | 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: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 } }] |
| 8679 | 2026-07-16T03:58:19.126Z | |
| 8680 | 2026-07-16T03:58:19.126Z | Jul 16 03:58:18.216 INFOJul 16 03:58:18.216 Jul 16 03:58:18.216 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 8681 | 2026-07-16T03:58:19.126Z | INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8682 | 2026-07-16T03:58:19.126Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8683 | 2026-07-16T03:58:19.126Z | Jul 16 03:58:18.216 DEBGJul 16 03:58:18.216 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 } }] |
| 8684 | 2026-07-16T03:58:19.126Z | Jul 16 03:58:18.216 DEBG failed to allocate space for the new target list |
| 8685 | 2026-07-16T03:58:19.126Z | Jul 16 03:58:18.216Jul 16 03:58:18.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:2, vlan_id: None } }]created new freemap |
| 8686 | 2026-07-16T03:58:19.126Z | , unitreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 8687 | 2026-07-16T03:58:19.126Z | freemap_route_ipv4 |
| 8688 | 2026-07-16T03:58:19.126Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216 DEBGINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8689 | 2026-07-16T03:58:19.126Z | DEBG |
| 8690 | 2026-07-16T03:58:19.126Z | created new freemap, unitJul 16 03:58:18.216: DEBGfreemap_route_ipv6Jul 16 03:58:18.216 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 } }] |
| 8691 | 2026-07-16T03:58:19.126Z | |
| 8692 | 2026-07-16T03:58:19.126Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8693 | 2026-07-16T03:58:19.126Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216INFO DEBGDEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 8694 | 2026-07-16T03:58:19.126Z | , unitreplacing 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 } }]: |
| 8695 | 2026-07-16T03:58:19.126Z | Jul 16 03:58:18.216freemap_route_ipv4 |
| 8696 | 2026-07-16T03:58:19.127Z | DEBG Jul 16 03:58:18.216replacing 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 } }] |
| 8697 | 2026-07-16T03:58:19.127Z | INFO Jul 16 03:58:18.216adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8698 | 2026-07-16T03:58:19.127Z | DEBGJul 16 03:58:18.216 reset freemapINFO , adding route 3fff:beef:12::/64 -> 2001:db8::55:ffunit |
| 8699 | 2026-07-16T03:58:19.127Z | Jul 16 03:58:18.216: DEBG freemap_route_ipv4replacing 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 } }] |
| 8700 | 2026-07-16T03:58:19.127Z | |
| 8701 | 2026-07-16T03:58:19.127Z | Jul 16 03:58:18.216 DEBG Jul 16 03:58:18.216replacing 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 } }]Jul 16 03:58:18.216 |
| 8702 | 2026-07-16T03:58:19.127Z | DEBGINFO initted freemap. size: 64adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 16 03:58:18.216 |
| 8703 | 2026-07-16T03:58:19.127Z | , unitINFO: adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 16 03:58:18.216freemap_route_ipv6 |
| 8704 | 2026-07-16T03:58:19.127Z | |
| 8705 | 2026-07-16T03:58:19.127Z | 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 } }] |
| 8706 | 2026-07-16T03:58:19.127Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216DEBGDEBG reset freemap , INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8707 | 2026-07-16T03:58:19.132Z | :adding route 3fff:beef:37::/64 -> 2001:db8::55:ff freemap_route_ipv6 |
| 8708 | 2026-07-16T03:58:19.132Z | |
| 8709 | 2026-07-16T03:58:19.132Z | Jul 16 03:58:18.216 INFO Jul 16 03:58:18.216Jul 16 03:58:18.216 INFODEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8710 | 2026-07-16T03:58:19.132Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8711 | 2026-07-16T03:58:19.132Z | 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 } }] |
| 8712 | 2026-07-16T03:58:19.132Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216DEBG 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 } }]INFODEBG |
| 8713 | 2026-07-16T03:58:19.132Z | adding route 3fff:beef:38::/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 } }] |
| 8714 | 2026-07-16T03:58:19.132Z | |
| 8715 | 2026-07-16T03:58:19.132Z | Jul 16 03:58:18.216 INFO Jul 16 03:58:18.216Jul 16 03:58:18.216 INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8716 | 2026-07-16T03:58:19.133Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 8717 | 2026-07-16T03:58:19.133Z | 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 } }]Jul 16 03:58:18.216Jul 16 03:58:18.216 |
| 8718 | 2026-07-16T03:58:19.133Z | 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: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 } }]Jul 16 03:58:18.216 |
| 8719 | 2026-07-16T03:58:19.133Z | |
| 8720 | 2026-07-16T03:58:19.133Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8721 | 2026-07-16T03:58:19.133Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216INFO DEBG INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8722 | 2026-07-16T03:58:19.133Z | |
| 8723 | 2026-07-16T03:58:19.133Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8724 | 2026-07-16T03:58:19.133Z | Jul 16 03:58:18.216 Jul 16 03:58:18.216Jul 16 03:58:18.216DEBG 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 } }]INFODEBG |
| 8725 | 2026-07-16T03:58:19.133Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8726 | 2026-07-16T03:58:19.133Z | |
| 8727 | 2026-07-16T03:58:19.133Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216 INFO INFODEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8728 | 2026-07-16T03:58:19.133Z | 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:dead::/64 -> 2001:db8::55:2 |
| 8729 | 2026-07-16T03:58:19.133Z | |
| 8730 | 2026-07-16T03:58:19.133Z | Jul 16 03:58:18.216 DEBGJul 16 03:58:18.216Jul 16 03:58:18.216 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 } }] |
| 8731 | 2026-07-16T03:58:19.133Z | DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8732 | 2026-07-16T03:58:19.133Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 16 03:58:18.216 |
| 8733 | 2026-07-16T03:58:19.133Z | Jul 16 03:58:18.216INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8734 | 2026-07-16T03:58:19.133Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 16 03:58:18.216 |
| 8735 | 2026-07-16T03:58:19.133Z | DEBG Jul 16 03:58:18.216replacing 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 } }]Jul 16 03:58:18.216 |
| 8736 | 2026-07-16T03:58:19.133Z | DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 8737 | 2026-07-16T03:58:19.133Z | |
| 8738 | 2026-07-16T03:58:19.133Z | Jul 16 03:58:18.216 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 16 03:58:18.216 |
| 8739 | 2026-07-16T03:58:19.133Z | Jul 16 03:58:18.216 INFOINFO Jul 16 03:58:18.216adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8740 | 2026-07-16T03:58:19.133Z | |
| 8741 | 2026-07-16T03:58:19.133Z | 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 } }] |
| 8742 | 2026-07-16T03:58:19.134Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 DEBGDEBGJul 16 03:58:18.216 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 } }] |
| 8743 | 2026-07-16T03:58:19.134Z | 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 } }] |
| 8744 | 2026-07-16T03:58:19.134Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8745 | 2026-07-16T03:58:19.134Z | |
| 8746 | 2026-07-16T03:58:19.134Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffJul 16 03:58:18.216 |
| 8747 | 2026-07-16T03:58:19.134Z | Jul 16 03:58:18.216DEBG DEBGJul 16 03:58:18.216replacing 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 } }] |
| 8748 | 2026-07-16T03:58:19.134Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8749 | 2026-07-16T03:58:19.134Z | Jul 16 03:58:18.216replacing 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 } }] INFO |
| 8750 | 2026-07-16T03:58:19.134Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8751 | 2026-07-16T03:58:19.134Z | Jul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216INFO DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8752 | 2026-07-16T03:58:19.134Z | INFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8753 | 2026-07-16T03:58:19.134Z | |
| 8754 | 2026-07-16T03:58:19.134Z | Jul 16 03:58:18.216 DEBG Jul 16 03:58:18.217Jul 16 03:58:18.217replacing 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 } }] DEBGINFO |
| 8755 | 2026-07-16T03:58:19.134Z | 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:4::/64 -> 2001:db8::55:ff |
| 8756 | 2026-07-16T03:58:19.134Z | |
| 8757 | 2026-07-16T03:58:19.134Z | Jul 16 03:58:18.217Jul 16 03:58:18.217 Jul 16 03:58:18.217 DEBGINFO INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8758 | 2026-07-16T03:58:19.134Z | |
| 8759 | 2026-07-16T03:58:19.134Z | |
| 8760 | 2026-07-16T03:58:19.134Z | Jul 16 03:58:18.217Jul 16 03:58:18.217Jul 16 03:58:18.217 DEBGINFODEBG adding route 3fff:beef:5::/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 } }] |
| 8761 | 2026-07-16T03:58:19.134Z | 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 } }] |
| 8762 | 2026-07-16T03:58:19.134Z | |
| 8763 | 2026-07-16T03:58:19.134Z | Jul 16 03:58:18.217Jul 16 03:58:18.217 INFOJul 16 03:58:18.217DEBG 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 } }]failed to allocate space for the new target list |
| 8764 | 2026-07-16T03:58:19.134Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8765 | 2026-07-16T03:58:19.134Z | |
| 8766 | 2026-07-16T03:58:19.134Z | Jul 16 03:58:18.217Jul 16 03:58:18.217 Jul 16 03:58:18.217 INFODEBG adding route 3fff:beef:6::/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 } }]DEBG |
| 8767 | 2026-07-16T03:58:19.135Z | |
| 8768 | 2026-07-16T03:58:19.135Z | 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 } }] |
| 8769 | 2026-07-16T03:58:19.135Z | Jul 16 03:58:18.217Jul 16 03:58:18.217 DEBGJul 16 03:58:18.217DEBG INFOfailed to allocate space for the new target list |
| 8770 | 2026-07-16T03:58:19.135Z | adding route 3fff:beef:1e::/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 } }] |
| 8771 | 2026-07-16T03:58:19.135Z | |
| 8772 | 2026-07-16T03:58:19.135Z | Jul 16 03:58:18.217Jul 16 03:58:18.217 DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8773 | 2026-07-16T03:58:19.135Z | |
| 8774 | 2026-07-16T03:58:19.135Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8775 | 2026-07-16T03:58:19.135Z | Jul 16 03:58:18.217Jul 16 03:58:18.217 INFO Jul 16 03:58:18.217adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Jul 16 03:58:18.217 |
| 8776 | 2026-07-16T03:58:19.135Z | DEBG DEBGcreated new freemapJul 16 03:58:18.217 Jul 16 03:58:18.224 created new freemap, DEBGDEBG unitcreated new freemap, unit:, unitfreemap_route_ipv4: |
| 8777 | 2026-07-16T03:58:19.135Z | 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 } }] |
| 8778 | 2026-07-16T03:58:19.135Z | freemap_route_ipv4 |
| 8779 | 2026-07-16T03:58:19.135Z | Jul 16 03:58:18.224Jul 16 03:58:18.217Jul 16 03:58:18.224 INFO DEBGDEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff created new freemapcreated new freemapJul 16 03:58:18.224 |
| 8780 | 2026-07-16T03:58:19.135Z | , , unitDEBG :created new freemap , unitunitfreemap_route_ipv6: |
| 8781 | 2026-07-16T03:58:19.135Z | :Jul 16 03:58:18.224 freemap_route_ipv6DEBG |
| 8782 | 2026-07-16T03:58:19.135Z | 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 } }]Jul 16 03:58:18.224 |
| 8783 | 2026-07-16T03:58:19.135Z | Jul 16 03:58:18.224 |
| 8784 | 2026-07-16T03:58:19.135Z | DEBG initted freemap. size: 64DEBG, Jul 16 03:58:18.224unit : INFOinitted freemap. size: 64 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 16 03:58:18.224 |
| 8785 | 2026-07-16T03:58:19.135Z | , unitDEBG:freemap_route_ipv4 |
| 8786 | 2026-07-16T03:58:19.135Z | created new freemapJul 16 03:58:18.224, unit:DEBGfreemap_route_ipv4 Jul 16 03:58:18.224 |
| 8787 | 2026-07-16T03:58:19.135Z | 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 } }] |
| 8788 | 2026-07-16T03:58:19.135Z | DEBG freemap_route_ipv6reset freemap |
| 8789 | 2026-07-16T03:58:19.135Z | Jul 16 03:58:18.224 Jul 16 03:58:18.224INFO DEBG, adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8790 | 2026-07-16T03:58:19.135Z | unitreset freemap:, unitfreemap_route_ipv4:Jul 16 03:58:18.224 |
| 8791 | 2026-07-16T03:58:19.135Z | freemap_route_ipv4 |
| 8792 | 2026-07-16T03:58:19.135Z | DEBGJul 16 03:58:18.224 initted freemap. size: 64DEBGJul 16 03:58:18.224, 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 } }] Jul 16 03:58:18.224DEBG |
| 8793 | 2026-07-16T03:58:19.135Z | : freemap_route_ipv4initted freemap. size: 64 |
| 8794 | 2026-07-16T03:58:19.136Z | , DEBGunit Jul 16 03:58:18.224initted freemap. size: 64Jul 16 03:58:18.224, DEBG: INFOunitreset freemap , :unit :freemap_route_ipv6freemap_route_ipv6 |
| 8795 | 2026-07-16T03:58:19.136Z | |
| 8796 | 2026-07-16T03:58:19.136Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8797 | 2026-07-16T03:58:19.136Z | |
| 8798 | 2026-07-16T03:58:19.136Z | Jul 16 03:58:18.224Jul 16 03:58:18.224 DEBGDEBG reset freemapreset freemapJul 16 03:58:18.224, , Jul 16 03:58:18.224unit DEBGunit :: DEBGinitted freemap. size: 64 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 } }]freemap_route_ipv6 |
| 8799 | 2026-07-16T03:58:19.136Z | |
| 8800 | 2026-07-16T03:58:19.136Z | , freemap_route_ipv6unit |
| 8801 | 2026-07-16T03:58:19.136Z | Jul 16 03:58:18.224: INFOJul 16 03:58:18.224freemap_route_ipv6 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO |
| 8802 | 2026-07-16T03:58:19.136Z | Jul 16 03:58:18.224 |
| 8803 | 2026-07-16T03:58:19.136Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 8804 | 2026-07-16T03:58:19.136Z | Jul 16 03:58:18.224adding route 172.16.0.0/32 -> 10.0.0.1 Jul 16 03:58:18.224DEBG Jul 16 03:58:18.224 |
| 8805 | 2026-07-16T03:58:19.136Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8806 | 2026-07-16T03:58:19.136Z | DEBG reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], |
| 8807 | 2026-07-16T03:58:19.146Z | Jul 16 03:58:18.224Jul 16 03:58:18.224unit 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 } }]Jul 16 03:58:18.224 |
| 8808 | 2026-07-16T03:58:19.146Z | freemap_route_ipv6 |
| 8809 | 2026-07-16T03:58:19.146Z | INFOINFOJul 16 03:58:18.224 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 8810 | 2026-07-16T03:58:19.146Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 8811 | 2026-07-16T03:58:19.146Z | |
| 8812 | 2026-07-16T03:58:19.146Z | Jul 16 03:58:18.224Jul 16 03:58:18.224 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:58:18.224 |
| 8813 | 2026-07-16T03:58:19.146Z | Jul 16 03:58:18.224replacing 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 |
| 8814 | 2026-07-16T03:58:19.146Z | 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 } }]Jul 16 03:58:18.224 DEBG |
| 8815 | 2026-07-16T03:58:19.146Z | DEBGJul 16 03:58:18.224 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 } }] 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 } }] |
| 8816 | 2026-07-16T03:58:19.146Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8817 | 2026-07-16T03:58:19.146Z | |
| 8818 | 2026-07-16T03:58:19.146Z | Jul 16 03:58:18.224Jul 16 03:58:18.224 INFO :Jul 16 03:58:18.224adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8819 | 2026-07-16T03:58:19.146Z | INFO DEBGfreemap_route_ipv4Jul 16 03:58:18.224adding route 172.17.0.1/32 -> 10.0.0.255 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8820 | 2026-07-16T03:58:19.146Z | Jul 16 03:58:18.224 |
| 8821 | 2026-07-16T03:58:19.146Z | |
| 8822 | 2026-07-16T03:58:19.146Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8823 | 2026-07-16T03:58:19.146Z | |
| 8824 | 2026-07-16T03:58:19.146Z | Jul 16 03:58:18.224 Jul 16 03:58:18.224Jul 16 03:58:18.224 INFODEBG Jul 16 03:58:18.224replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8825 | 2026-07-16T03:58:19.146Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 8826 | 2026-07-16T03:58:19.146Z | Jul 16 03:58:18.224INFOcreated new freemap Jul 16 03:58:18.224DEBG, adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:58:18.224 |
| 8827 | 2026-07-16T03:58:19.146Z | DEBG |
| 8828 | 2026-07-16T03:58:19.146Z | 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 } }]unit |
| 8829 | 2026-07-16T03:58:19.146Z | Jul 16 03:58:18.224adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8830 | 2026-07-16T03:58:19.146Z | DEBG Jul 16 03:58:18.224replacing 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 } }]: |
| 8831 | 2026-07-16T03:58:19.146Z | Jul 16 03:58:18.224INFOJul 16 03:58:18.224 Jul 16 03:58:18.224INFO DEBG INFOadding route 172.17.0.2/32 -> 10.0.0.255 adding route 172.17.0.0/32 -> 10.0.0.255 |
| 8832 | 2026-07-16T03:58:19.146Z | |
| 8833 | 2026-07-16T03:58:19.147Z | freemap_route_ipv6 |
| 8834 | 2026-07-16T03:58:19.147Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:28::/64 -> 2001:db8::55:ff |
| 8835 | 2026-07-16T03:58:19.147Z | |
| 8836 | 2026-07-16T03:58:19.147Z | Jul 16 03:58:18.224Jul 16 03:58:18.224Jul 16 03:58:18.224 DEBGJul 16 03:58:18.224 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8837 | 2026-07-16T03:58:19.147Z | DEBG initted freemap. size: 64 INFOJul 16 03:58:18.224replacing 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 } }]Jul 16 03:58:18.224 |
| 8838 | 2026-07-16T03:58:19.147Z | , unitDEBG:INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:58:18.224 |
| 8839 | 2026-07-16T03:58:19.147Z | adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOfreemap_route_ipv4 |
| 8840 | 2026-07-16T03:58:19.147Z | |
| 8841 | 2026-07-16T03:58:19.147Z | |
| 8842 | 2026-07-16T03:58:19.147Z | adding route 172.17.0.3/32 -> 10.0.0.255Jul 16 03:58:18.224Jul 16 03:58:18.224 Jul 16 03:58:18.224DEBG DEBGreset freemap , |
| 8843 | 2026-07-16T03:58:19.147Z | 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 } }]unit: |
| 8844 | 2026-07-16T03:58:19.147Z | Jul 16 03:58:18.224Jul 16 03:58:18.224DEBG INFO DEBGJul 16 03:58:18.224 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8845 | 2026-07-16T03:58:19.147Z | DEBG |
| 8846 | 2026-07-16T03:58:19.147Z | INFO freemap_route_ipv4 |
| 8847 | 2026-07-16T03:58:19.147Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8848 | 2026-07-16T03:58:19.147Z | 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.2/32 -> 10.0.0.255Jul 16 03:58:18.224 |
| 8849 | 2026-07-16T03:58:19.147Z | |
| 8850 | 2026-07-16T03:58:19.147Z | DEBGJul 16 03:58:18.224 Jul 16 03:58:18.224Jul 16 03:58:18.224replacing 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 |
| 8851 | 2026-07-16T03:58:19.147Z | Jul 16 03:58:18.224DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG Jul 16 03:58:18.224replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 16 03:58:18.224INFO |
| 8852 | 2026-07-16T03:58:19.147Z | |
| 8853 | 2026-07-16T03:58:19.147Z | DEBG INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 8854 | 2026-07-16T03:58:19.147Z | adding route 172.17.0.4/32 -> 10.0.0.255Jul 16 03:58:18.224 |
| 8855 | 2026-07-16T03:58:19.147Z | |
| 8856 | 2026-07-16T03:58:19.147Z | , INFOJul 16 03:58:18.224 adding route 172.17.0.3/32 -> 10.0.0.255Jul 16 03:58:18.224Jul 16 03:58:18.224 |
| 8857 | 2026-07-16T03:58:19.147Z | DEBG DEBGWARN Jul 16 03:58:18.224replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8858 | 2026-07-16T03:58:19.147Z | 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 } }]Jul 16 03:58:18.224shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }): |
| 8859 | 2026-07-16T03:58:19.148Z | freemap_route_ipv6 |
| 8860 | 2026-07-16T03:58:19.148Z | DEBGDEBG |
| 8861 | 2026-07-16T03:58:19.148Z | Jul 16 03:58:18.224 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 } }]Jul 16 03:58:18.224 |
| 8862 | 2026-07-16T03:58:19.148Z | INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8863 | 2026-07-16T03:58:19.148Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8864 | 2026-07-16T03:58:19.148Z | INFO Jul 16 03:58:18.224adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Jul 16 03:58:18.224 |
| 8865 | 2026-07-16T03:58:19.148Z | Jul 16 03:58:18.224 DEBGJul 16 03:58:18.224 DEBGJul 16 03:58:18.224replacing 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 } }] |
| 8866 | 2026-07-16T03:58:19.148Z | DEBGINFO INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemapadding route 172.17.0.5/32 -> 10.0.0.255 |
| 8867 | 2026-07-16T03:58:19.148Z | Jul 16 03:58:18.217adding route 172.17.0.4/32 -> 10.0.0.255 |
| 8868 | 2026-07-16T03:58:19.148Z | , |
| 8869 | 2026-07-16T03:58:19.148Z | Jul 16 03:58:18.224unit: DEBGJul 16 03:58:18.224freemap_route_ipv6Jul 16 03:58:18.224 |
| 8870 | 2026-07-16T03:58:19.148Z | INFO created new freemapDEBG INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 16 03:58:18.224 |
| 8871 | 2026-07-16T03:58:19.148Z | 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 } }] |
| 8872 | 2026-07-16T03:58:19.148Z | Jul 16 03:58:18.224 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 8873 | 2026-07-16T03:58:19.148Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 8874 | 2026-07-16T03:58:19.148Z | 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 } }]Jul 16 03:58:18.224 |
| 8875 | 2026-07-16T03:58:19.148Z | Jul 16 03:58:18.224 Jul 16 03:58:18.224 INFOJul 16 03:58:18.225 INFO DEBGINFOadding route 172.17.0.5/32 -> 10.0.0.255 |
| 8876 | 2026-07-16T03:58:19.148Z | adding route 3fff:beef:2d::/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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8877 | 2026-07-16T03:58:19.148Z | |
| 8878 | 2026-07-16T03:58:19.148Z | |
| 8879 | 2026-07-16T03:58:19.148Z | Jul 16 03:58:18.225Jul 16 03:58:18.225Jul 16 03:58:18.225Jul 16 03:58:18.225 INFODEBGDEBG 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:b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8880 | 2026-07-16T03:58:19.148Z | |
| 8881 | 2026-07-16T03:58:19.148Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8882 | 2026-07-16T03:58:19.148Z | |
| 8883 | 2026-07-16T03:58:19.148Z | 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 } }]Jul 16 03:58:18.225 |
| 8884 | 2026-07-16T03:58:19.148Z | Jul 16 03:58:18.225DEBG INFOJul 16 03:58:18.225 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 } }] |
| 8885 | 2026-07-16T03:58:19.148Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 8886 | 2026-07-16T03:58:19.148Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 16 03:58:18.225 |
| 8887 | 2026-07-16T03:58:19.149Z | Jul 16 03:58:18.225Jul 16 03:58:18.225 INFOINFO Jul 16 03:58:18.225adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8888 | 2026-07-16T03:58:19.149Z | |
| 8889 | 2026-07-16T03:58:19.149Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8890 | 2026-07-16T03:58:19.149Z | Jul 16 03:58:18.225 DEBGJul 16 03:58:18.225 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 } }]Jul 16 03:58:18.232 |
| 8891 | 2026-07-16T03:58:19.149Z | INFO created new freemapadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff, |
| 8892 | 2026-07-16T03:58:19.149Z | unit: freemap_route_ipv4 |
| 8893 | 2026-07-16T03:58:19.149Z | |
| 8894 | 2026-07-16T03:58:19.149Z | , Jul 16 03:58:18.232 Jul 16 03:58:18.232unit DEBGINFO:Jul 16 03:58:18.232 freemap_route_ipv4 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8895 | 2026-07-16T03:58:19.149Z | |
| 8896 | 2026-07-16T03:58:19.149Z | created new freemapadding route 172.17.0.7/32 -> 10.0.0.255Jul 16 03:58:18.232, |
| 8897 | 2026-07-16T03:58:19.149Z | Jul 16 03:58:18.232unit :INFOINFO Jul 16 03:58:18.232adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8898 | 2026-07-16T03:58:19.149Z | adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGfreemap_route_ipv6 |
| 8899 | 2026-07-16T03:58:19.149Z | |
| 8900 | 2026-07-16T03:58:19.149Z | created new freemapJul 16 03:58:18.232Jul 16 03:58:18.232 Jul 16 03:58:18.232DEBG Jul 16 03:58:18.232DEBG, unitreplacing 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: |
| 8901 | 2026-07-16T03:58:19.149Z | 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 } }] |
| 8902 | 2026-07-16T03:58:19.149Z | freemap_route_ipv6Jul 16 03:58:18.232initted freemap. size: 64 |
| 8903 | 2026-07-16T03:58:19.149Z | , unit : INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv4 |
| 8904 | 2026-07-16T03:58:19.149Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 16 03:58:18.232 |
| 8905 | 2026-07-16T03:58:19.149Z | Jul 16 03:58:18.232INFO |
| 8906 | 2026-07-16T03:58:19.149Z | adding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 8907 | 2026-07-16T03:58:19.155Z | initted freemap. size: 64, unitJul 16 03:58:18.232:Jul 16 03:58:18.232 Jul 16 03:58:18.232INFO freemap_route_ipv4DEBG |
| 8908 | 2026-07-16T03:58:19.155Z | 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 } }]Jul 16 03:58:18.232 |
| 8909 | 2026-07-16T03:58:19.155Z | DEBG reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:58:18.233 |
| 8910 | 2026-07-16T03:58:19.155Z | , unit Jul 16 03:58:18.233DEBG: replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreset freemapfreemap_route_ipv4, |
| 8911 | 2026-07-16T03:58:19.155Z | unit: |
| 8912 | 2026-07-16T03:58:19.155Z | freemap_route_ipv4 |
| 8913 | 2026-07-16T03:58:19.155Z | Jul 16 03:58:18.233 |
| 8914 | 2026-07-16T03:58:19.155Z | Jul 16 03:58:18.233 DEBGJul 16 03:58:18.233DEBG Jul 16 03:58:18.233 INFOJul 16 03:58:18.233 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGreplacing targets for 3fff:beef: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 |
| 8915 | 2026-07-16T03:58:19.156Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 8916 | 2026-07-16T03:58:19.156Z | initted freemap. size: 64 |
| 8917 | 2026-07-16T03:58:19.156Z | , initted freemap. size: 64unit: freemap_route_ipv6, |
| 8918 | 2026-07-16T03:58:19.156Z | unitJul 16 03:58:18.233:Jul 16 03:58:18.233 Jul 16 03:58:18.233 freemap_route_ipv6DEBG |
| 8919 | 2026-07-16T03:58:19.156Z | DEBG INFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:33::/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 } }] |
| 8920 | 2026-07-16T03:58:19.156Z | Jul 16 03:58:18.233 |
| 8921 | 2026-07-16T03:58:19.156Z | |
| 8922 | 2026-07-16T03:58:19.156Z | Jul 16 03:58:18.233 DEBG reset freemapJul 16 03:58:18.233DEBGJul 16 03:58:18.233 DEBGINFO , reset freemapreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit , adding route 172.17.0.10/32 -> 10.0.0.255: |
| 8923 | 2026-07-16T03:58:19.156Z | |
| 8924 | 2026-07-16T03:58:19.156Z | unit: freemap_route_ipv6freemap_route_ipv6 |
| 8925 | 2026-07-16T03:58:19.156Z | Jul 16 03:58:18.233Jul 16 03:58:18.233 |
| 8926 | 2026-07-16T03:58:19.156Z | 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 } }]Jul 16 03:58:18.233Jul 16 03:58:18.233 |
| 8927 | 2026-07-16T03:58:19.156Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFO |
| 8928 | 2026-07-16T03:58:19.156Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8929 | 2026-07-16T03:58:19.156Z | Jul 16 03:58:18.233 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8930 | 2026-07-16T03:58:19.156Z | Jul 16 03:58:18.233 adding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 8931 | 2026-07-16T03:58:19.156Z | 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 } }]Jul 16 03:58:18.233 |
| 8932 | 2026-07-16T03:58:19.156Z | DEBG Jul 16 03:58:18.233replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Jul 16 03:58:18.233DEBGJul 16 03:58:18.233 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 8933 | 2026-07-16T03:58:19.156Z | |
| 8934 | 2026-07-16T03:58:19.156Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8935 | 2026-07-16T03:58:19.156Z | 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 } }] |
| 8936 | 2026-07-16T03:58:19.156Z | Jul 16 03:58:18.233Jul 16 03:58:18.233 Jul 16 03:58:18.233INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }] |
| 8937 | 2026-07-16T03:58:19.156Z | |
| 8938 | 2026-07-16T03:58:19.156Z | INFO Jul 16 03:58:18.233adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8939 | 2026-07-16T03:58:19.156Z | INFOJul 16 03:58:18.233Jul 16 03:58:18.233 INFOadding route 172.17.0.12/32 -> 10.0.0.255 |
| 8940 | 2026-07-16T03:58:19.156Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 8941 | 2026-07-16T03:58:19.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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 16 03:58:18.233Jul 16 03:58:18.233 DEBGDEBG Jul 16 03:58:18.233 |
| 8942 | 2026-07-16T03:58:19.157Z | 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 |
| 8943 | 2026-07-16T03:58:19.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:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 8944 | 2026-07-16T03:58:19.157Z | |
| 8945 | 2026-07-16T03:58:19.157Z | Jul 16 03:58:18.233Jul 16 03:58:18.233 INFOINFOJul 16 03:58:18.233 Jul 16 03:58:18.233adding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8946 | 2026-07-16T03:58:19.157Z | INFO |
| 8947 | 2026-07-16T03:58:19.157Z | adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 8948 | 2026-07-16T03:58:19.157Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8949 | 2026-07-16T03:58:19.157Z | Jul 16 03:58:18.233 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 } }]Jul 16 03:58:18.233Jul 16 03:58:18.233 |
| 8950 | 2026-07-16T03:58:19.157Z | DEBGDEBG Jul 16 03:58:18.233replacing 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 } }] |
| 8951 | 2026-07-16T03:58:19.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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8952 | 2026-07-16T03:58:19.157Z | Jul 16 03:58:18.233 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 16 03:58:18.233 |
| 8953 | 2026-07-16T03:58:19.157Z | INFOINFO Jul 16 03:58:18.233 adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff Jul 16 03:58:18.233INFO |
| 8954 | 2026-07-16T03:58:19.157Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8955 | 2026-07-16T03:58:19.157Z | INFO |
| 8956 | 2026-07-16T03:58:19.157Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:58:18.233 |
| 8957 | 2026-07-16T03:58:19.157Z | DEBGJul 16 03:58:18.233 Jul 16 03:58:18.233replacing 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 |
| 8958 | 2026-07-16T03:58:19.157Z | DEBGJul 16 03:58:18.233 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 |
| 8959 | 2026-07-16T03:58:19.157Z | Jul 16 03:58:18.233 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8960 | 2026-07-16T03:58:19.157Z | Jul 16 03:58:18.233 |
| 8961 | 2026-07-16T03:58:19.157Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255 |
| 8962 | 2026-07-16T03:58:19.157Z | Jul 16 03:58:18.233 |
| 8963 | 2026-07-16T03:58:19.157Z | Jul 16 03:58:18.233Jul 16 03:58:18.233Jul 16 03:58:18.233 DEBGDEBG DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 8964 | 2026-07-16T03:58:19.157Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 8965 | 2026-07-16T03:58:19.157Z | |
| 8966 | 2026-07-16T03:58:19.157Z | test route::tests::identity_replace_is_noop ... ok |
| 8967 | 2026-07-16T03:58:19.158Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 8968 | 2026-07-16T03:58:19.158Z | replacing targets for 3fff:dead::/64 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 } }]Jul 16 03:58:18.233Jul 16 03:58:18.233 INFO |
| 8969 | 2026-07-16T03:58:19.158Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8970 | 2026-07-16T03:58:19.158Z | |
| 8971 | 2026-07-16T03:58:19.158Z | Jul 16 03:58:18.233Jul 16 03:58:18.233 WARNWARN Jul 16 03:58:18.233Jul 16 03:58:18.233 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8972 | 2026-07-16T03:58:19.158Z | DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8973 | 2026-07-16T03:58:19.158Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 8974 | 2026-07-16T03:58:19.158Z | |
| 8975 | 2026-07-16T03:58:19.158Z | Jul 16 03:58:18.233 INFO Jul 16 03:58:18.233 adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 8976 | 2026-07-16T03:58:19.158Z | Jul 16 03:58:18.233adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8977 | 2026-07-16T03:58:19.158Z | ERRO Jul 16 03:58:18.233rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8978 | 2026-07-16T03:58:19.158Z | DEBG Jul 16 03:58:18.233replacing 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 } }] |
| 8979 | 2026-07-16T03:58:19.158Z | DEBG Jul 16 03:58:18.233replacing 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 } }] |
| 8980 | 2026-07-16T03:58:19.158Z | ERRO Jul 16 03:58:18.233shrink-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 |
| 8981 | 2026-07-16T03:58:19.158Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 8982 | 2026-07-16T03:58:19.158Z | Jul 16 03:58:18.225Jul 16 03:58:18.233 Jul 16 03:58:18.233 DEBGINFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8983 | 2026-07-16T03:58:19.158Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 8984 | 2026-07-16T03:58:19.158Z | |
| 8985 | 2026-07-16T03:58:19.158Z | Jul 16 03:58:18.233 Jul 16 03:58:18.233DEBG 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 } }] adding route 172.17.0.19/32 -> 10.0.0.255 |
| 8986 | 2026-07-16T03:58:19.158Z | Jul 16 03:58:18.234 Jul 16 03:58:18.233Jul 16 03:58:18.234 DEBGDEBG Jul 16 03:58:18.241created new freemap created new freemapDEBG, unitcreated new freemap:, unitDEBG 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 } }] |
| 8987 | 2026-07-16T03:58:19.158Z | freemap_route_ipv4, unit: Jul 16 03:58:18.217freemap_route_ipv4 |
| 8988 | 2026-07-16T03:58:19.158Z | |
| 8989 | 2026-07-16T03:58:19.158Z | DEBG: Jul 16 03:58:18.241 Jul 16 03:58:18.241 freemap_route_ipv4INFOcreated new freemap |
| 8990 | 2026-07-16T03:58:19.158Z | Jul 16 03:58:18.241, DEBGadding route 172.17.0.20/32 -> 10.0.0.255unit |
| 8991 | 2026-07-16T03:58:19.158Z | : freemap_route_ipv4 created new freemap |
| 8992 | 2026-07-16T03:58:19.158Z | DEBG, Jul 16 03:58:18.241unit created new freemapDEBG: 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 } }], |
| 8993 | 2026-07-16T03:58:19.158Z | freemap_route_ipv6Jul 16 03:58:18.241 |
| 8994 | 2026-07-16T03:58:19.158Z | unitDEBG: Jul 16 03:58:18.241Jul 16 03:58:18.241 created new freemapfreemap_route_ipv6DEBG, INFOJul 16 03:58:18.241 |
| 8995 | 2026-07-16T03:58:19.158Z | unit DEBGadding route 172.17.0.21/32 -> 10.0.0.255 :created new freemapinitted freemap. size: 64 |
| 8996 | 2026-07-16T03:58:19.159Z | , unit:freemap_route_ipv6 |
| 8997 | 2026-07-16T03:58:19.159Z | , freemap_route_ipv4unit |
| 8998 | 2026-07-16T03:58:19.159Z | Jul 16 03:58:18.241: freemap_route_ipv6Jul 16 03:58:18.241 Jul 16 03:58:18.241DEBGJul 16 03:58:18.241 DEBG |
| 8999 | 2026-07-16T03:58:19.159Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] initted freemap. size: 64DEBGDEBG |
| 9000 | 2026-07-16T03:58:19.159Z | , reset freemapinitted freemap. size: 64unit, Jul 16 03:58:18.241, : unitunitINFO: :adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9001 | 2026-07-16T03:58:19.159Z | freemap_route_ipv4 |
| 9002 | 2026-07-16T03:58:19.159Z | freemap_route_ipv4 |
| 9003 | 2026-07-16T03:58:19.159Z | Jul 16 03:58:18.241freemap_route_ipv4 |
| 9004 | 2026-07-16T03:58:19.159Z | DEBGJul 16 03:58:18.241 Jul 16 03:58:18.241replacing 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 } }] Jul 16 03:58:18.241 |
| 9005 | 2026-07-16T03:58:19.159Z | DEBG DEBG Jul 16 03:58:18.241 DEBGJul 16 03:58:18.241 initted freemap. size: 64 DEBGreset freemap , , initted freemap. size: 64unitINFO unit: :adding route 172.17.0.23/32 -> 10.0.0.255reset freemap, , |
| 9006 | 2026-07-16T03:58:19.159Z | unitunit: freemap_route_ipv4freemap_route_ipv6Jul 16 03:58:18.241 |
| 9007 | 2026-07-16T03:58:19.164Z | : freemap_route_ipv4DEBG |
| 9008 | 2026-07-16T03:58:19.164Z | |
| 9009 | 2026-07-16T03:58:19.164Z | 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_ipv4 |
| 9010 | 2026-07-16T03:58:19.164Z | |
| 9011 | 2026-07-16T03:58:19.164Z | Jul 16 03:58:18.241Jul 16 03:58:18.241Jul 16 03:58:18.241 DEBGINFO initted freemap. size: 64adding route 172.17.0.24/32 -> 10.0.0.255, |
| 9012 | 2026-07-16T03:58:19.164Z | Jul 16 03:58:18.241 DEBGunit :Jul 16 03:58:18.241 Jul 16 03:58:18.241freemap_route_ipv6DEBG |
| 9013 | 2026-07-16T03:58:19.164Z | DEBG reset 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 } }] DEBGJul 16 03:58:18.241 |
| 9014 | 2026-07-16T03:58:19.164Z | initted freemap. size: 64DEBG reset freemap, , unit, unitJul 16 03:58:18.241:unit freemap_route_ipv4:INFOreset freemap |
| 9015 | 2026-07-16T03:58:19.164Z | : freemap_route_ipv6freemap_route_ipv6 |
| 9016 | 2026-07-16T03:58:19.164Z | adding route 172.17.0.25/32 -> 10.0.0.255, unit |
| 9017 | 2026-07-16T03:58:19.164Z | |
| 9018 | 2026-07-16T03:58:19.164Z | : freemap_route_ipv6Jul 16 03:58:18.241Jul 16 03:58:18.241 |
| 9019 | 2026-07-16T03:58:19.164Z | Jul 16 03:58:18.241 DEBGDEBGJul 16 03:58:18.241 initted freemap. size: 64DEBGreplacing 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 } }] , reset freemapunitINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9020 | 2026-07-16T03:58:19.165Z | : |
| 9021 | 2026-07-16T03:58:19.165Z | Jul 16 03:58:18.241freemap_route_ipv6 :INFO |
| 9022 | 2026-07-16T03:58:19.165Z | Jul 16 03:58:18.241Jul 16 03:58:18.241adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9023 | 2026-07-16T03:58:19.165Z | DEBG freemap_route_ipv6 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 16 03:58:18.241INFO |
| 9024 | 2026-07-16T03:58:19.165Z | |
| 9025 | 2026-07-16T03:58:19.165Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9026 | 2026-07-16T03:58:19.165Z | Jul 16 03:58:18.241 INFO |
| 9027 | 2026-07-16T03:58:19.165Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9028 | 2026-07-16T03:58:19.165Z | Jul 16 03:58:18.241Jul 16 03:58:18.241 Jul 16 03:58:18.241 DEBGDEBGJul 16 03:58:18.241 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 |
| 9029 | 2026-07-16T03:58:19.165Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }] |
| 9030 | 2026-07-16T03:58:19.165Z | Jul 16 03:58:18.241DEBG |
| 9031 | 2026-07-16T03:58:19.165Z | 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 } }] |
| 9032 | 2026-07-16T03:58:19.165Z | reset freemapJul 16 03:58:18.241Jul 16 03:58:18.241 , INFO Jul 16 03:58:18.241INFOunit INFO adding route 172.17.0.27/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:3:adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9033 | 2026-07-16T03:58:19.165Z | Jul 16 03:58:18.241 |
| 9034 | 2026-07-16T03:58:19.165Z | INFO |
| 9035 | 2026-07-16T03:58:19.165Z | freemap_route_ipv6Jul 16 03:58:18.241 adding route 172.16.0.0/32 -> 10.0.0.2DEBGJul 16 03:58:18.241 |
| 9036 | 2026-07-16T03:58:19.165Z | Jul 16 03:58:18.241replacing 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 } }] |
| 9037 | 2026-07-16T03:58:19.165Z | |
| 9038 | 2026-07-16T03:58:19.165Z | 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 } }]Jul 16 03:58:18.241Jul 16 03:58:18.241 |
| 9039 | 2026-07-16T03:58:19.165Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9040 | 2026-07-16T03:58:19.165Z | DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255Jul 16 03:58:18.241Jul 16 03:58:18.241Jul 16 03:58:18.241 |
| 9041 | 2026-07-16T03:58:19.165Z | |
| 9042 | 2026-07-16T03:58:19.165Z | DEBG 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:3, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9043 | 2026-07-16T03:58:19.165Z | |
| 9044 | 2026-07-16T03:58:19.165Z | Jul 16 03:58:18.241 Jul 16 03:58:18.241INFO DEBG INFOJul 16 03:58:18.241replacing 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 } }] |
| 9045 | 2026-07-16T03:58:19.165Z | 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9046 | 2026-07-16T03:58:19.165Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9047 | 2026-07-16T03:58:19.166Z | Jul 16 03:58:18.241 |
| 9048 | 2026-07-16T03:58:19.166Z | INFOJul 16 03:58:18.241Jul 16 03:58:18.241 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.29/32 -> 10.0.0.255 |
| 9049 | 2026-07-16T03:58:19.166Z | |
| 9050 | 2026-07-16T03:58:19.166Z | |
| 9051 | 2026-07-16T03:58:19.166Z | Jul 16 03:58:18.241 Jul 16 03:58:18.241Jul 16 03:58:18.241DEBG Jul 16 03:58:18.241 |
| 9052 | 2026-07-16T03:58:19.166Z | WARN 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 } }]shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9053 | 2026-07-16T03:58:19.166Z | |
| 9054 | 2026-07-16T03:58:19.166Z | Jul 16 03:58:18.241INFO 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 } }] |
| 9055 | 2026-07-16T03:58:19.166Z | failed to allocate space for the new target listadding route 172.16.0.0/32 -> 10.0.0.2Jul 16 03:58:18.241 |
| 9056 | 2026-07-16T03:58:19.166Z | |
| 9057 | 2026-07-16T03:58:19.166Z | INFOJul 16 03:58:18.241 Jul 16 03:58:18.241INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 9058 | 2026-07-16T03:58:19.166Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4Jul 16 03:58:18.241 |
| 9059 | 2026-07-16T03:58:19.166Z | DEBG |
| 9060 | 2026-07-16T03:58:19.166Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 16 03:58:18.241 |
| 9061 | 2026-07-16T03:58:19.166Z | DEBGJul 16 03:58:18.241 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 |
| 9062 | 2026-07-16T03:58:19.166Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]Jul 16 03:58:18.241 |
| 9063 | 2026-07-16T03:58:19.166Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9064 | 2026-07-16T03:58:19.166Z | Jul 16 03:58:18.241 Jul 16 03:58:18.241DEBGJul 16 03:58:18.241 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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.31/32 -> 10.0.0.255 |
| 9065 | 2026-07-16T03:58:19.166Z | |
| 9066 | 2026-07-16T03:58:19.166Z | 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 } }] |
| 9067 | 2026-07-16T03:58:19.166Z | Jul 16 03:58:18.233Jul 16 03:58:18.241 Jul 16 03:58:18.241INFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO 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 } }] |
| 9068 | 2026-07-16T03:58:19.166Z | |
| 9069 | 2026-07-16T03:58:19.166Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9070 | 2026-07-16T03:58:19.166Z | Jul 16 03:58:18.241Jul 16 03:58:18.241 INFODEBGJul 16 03:58:18.241 DEBGadding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9071 | 2026-07-16T03:58:19.166Z | |
| 9072 | 2026-07-16T03:58:19.166Z | 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 } }] |
| 9073 | 2026-07-16T03:58:19.166Z | Jul 16 03:58:18.241 DEBGJul 16 03:58:18.241Jul 16 03:58:18.241 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 } }]INFO |
| 9074 | 2026-07-16T03:58:19.166Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 9075 | 2026-07-16T03:58:19.167Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9076 | 2026-07-16T03:58:19.167Z | Jul 16 03:58:18.241 Jul 16 03:58:18.241Jul 16 03:58:18.241INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255 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 } }] |
| 9077 | 2026-07-16T03:58:19.167Z | |
| 9078 | 2026-07-16T03:58:19.167Z | 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 } }] |
| 9079 | 2026-07-16T03:58:19.167Z | Jul 16 03:58:18.241Jul 16 03:58:18.241Jul 16 03:58:18.241 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9080 | 2026-07-16T03:58:19.167Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255 |
| 9081 | 2026-07-16T03:58:19.167Z | |
| 9082 | 2026-07-16T03:58:19.167Z | Jul 16 03:58:18.241 Jul 16 03:58:18.241INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255 |
| 9083 | 2026-07-16T03:58:19.167Z | 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 } }] |
| 9084 | 2026-07-16T03:58:19.167Z | Jul 16 03:58:18.241 DEBGJul 16 03:58:18.241 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 |
| 9085 | 2026-07-16T03:58:19.167Z | Jul 16 03:58:18.241 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 |
| 9086 | 2026-07-16T03:58:19.167Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9087 | 2026-07-16T03:58:19.167Z | Jul 16 03:58:18.241 INFOJul 16 03:58:18.241 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 9088 | 2026-07-16T03:58:19.167Z | Jul 16 03:58:18.241replacing 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 } }] |
| 9089 | 2026-07-16T03:58:19.167Z | INFOJul 16 03:58:18.241 adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 9090 | 2026-07-16T03:58:19.167Z | 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 } }] |
| 9091 | 2026-07-16T03:58:19.167Z | Jul 16 03:58:18.241 INFO Jul 16 03:58:18.241adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9092 | 2026-07-16T03:58:19.167Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 16 03:58:18.241 DEBGJul 16 03:58:18.242 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 } }]created new freemap, |
| 9093 | 2026-07-16T03:58:19.167Z | unitJul 16 03:58:18.242Jul 16 03:58:18.242 :DEBG DEBGcreated new freemapJul 16 03:58:18.250freemap_route_ipv4, |
| 9094 | 2026-07-16T03:58:19.167Z | unit :created new freemap INFOfreemap_route_ipv4, |
| 9095 | 2026-07-16T03:58:19.167Z | unit : adding route 172.17.0.36/32 -> 10.0.0.255freemap_route_ipv4 |
| 9096 | 2026-07-16T03:58:19.167Z | |
| 9097 | 2026-07-16T03:58:19.167Z | Jul 16 03:58:18.250Jul 16 03:58:18.250 Jul 16 03:58:18.250DEBG DEBGDEBGDEBG created new freemapreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap |
| 9098 | 2026-07-16T03:58:19.167Z | 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 } }], , unitunit: |
| 9099 | 2026-07-16T03:58:19.167Z | :freemap_route_ipv6 Jul 16 03:58:18.250 |
| 9100 | 2026-07-16T03:58:19.167Z | freemap_route_ipv6Jul 16 03:58:18.250 DEBG |
| 9101 | 2026-07-16T03:58:19.167Z | INFO created new freemapadding route 172.17.0.37/32 -> 10.0.0.255, |
| 9102 | 2026-07-16T03:58:19.168Z | Jul 16 03:58:18.250unit DEBG: initted freemap. size: 64freemap_route_ipv6Jul 16 03:58:18.250, |
| 9103 | 2026-07-16T03:58:19.168Z | Jul 16 03:58:18.250DEBGunit :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 } }] DEBGfreemap_route_ipv4 |
| 9104 | 2026-07-16T03:58:19.168Z | initted freemap. size: 64Jul 16 03:58:18.250 |
| 9105 | 2026-07-16T03:58:19.168Z | , DEBGunit Jul 16 03:58:18.250:Jul 16 03:58:18.250initted freemap. size: 64 , freemap_route_ipv4DEBG |
| 9106 | 2026-07-16T03:58:19.168Z | unitreset freemap:Jul 16 03:58:18.250 , freemap_route_ipv4unitJul 16 03:58:18.250 |
| 9107 | 2026-07-16T03:58:19.172Z | : DEBGfreemap_route_ipv4 INFO |
| 9108 | 2026-07-16T03:58:19.172Z | Jul 16 03:58:18.250reset freemap , DEBG unitreset freemapINFOJul 16 03:58:18.250 , unit:adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255DEBG: |
| 9109 | 2026-07-16T03:58:19.172Z | initted freemap. size: 64freemap_route_ipv4, freemap_route_ipv4unit |
| 9110 | 2026-07-16T03:58:19.172Z | |
| 9111 | 2026-07-16T03:58:19.172Z | Jul 16 03:58:18.250: |
| 9112 | 2026-07-16T03:58:19.172Z | DEBGfreemap_route_ipv6Jul 16 03:58:18.250 |
| 9113 | 2026-07-16T03:58:19.172Z | Jul 16 03:58:18.250 DEBGDEBG initted freemap. size: 64initted freemap. size: 64, Jul 16 03:58:18.250, unit unit:replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9114 | 2026-07-16T03:58:19.173Z | : freemap_route_ipv6 |
| 9115 | 2026-07-16T03:58:19.173Z | freemap_route_ipv6reset freemapJul 16 03:58:18.250 |
| 9116 | 2026-07-16T03:58:19.173Z | Jul 16 03:58:18.250, INFOJul 16 03:58:18.250 unit adding route 172.17.0.39/32 -> 10.0.0.255 DEBG: |
| 9117 | 2026-07-16T03:58:19.173Z | Jul 16 03:58:18.250freemap_route_ipv6 |
| 9118 | 2026-07-16T03:58:19.173Z | DEBGDEBGreplacing 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 } }]Jul 16 03:58:18.250Jul 16 03:58:18.250 reset freemapreset freemap, unit DEBGINFO , |
| 9119 | 2026-07-16T03:58:19.173Z | :unit 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 } }]: |
| 9120 | 2026-07-16T03:58:19.173Z | adding route 172.16.0.0/32 -> 10.0.0.1 freemap_route_ipv6 freemap_route_ipv6 |
| 9121 | 2026-07-16T03:58:19.173Z | Jul 16 03:58:18.250 |
| 9122 | 2026-07-16T03:58:19.173Z | |
| 9123 | 2026-07-16T03:58:19.173Z | INFO Jul 16 03:58:18.250adding route 172.17.0.40/32 -> 10.0.0.255 Jul 16 03:58:18.250 |
| 9124 | 2026-07-16T03:58:19.173Z | Jul 16 03:58:18.250INFODEBG Jul 16 03:58:18.250INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 9125 | 2026-07-16T03:58:19.173Z | |
| 9126 | 2026-07-16T03:58:19.173Z | INFO Jul 16 03:58:18.250adding route 172.17.0.7/32 -> 10.0.0.255Jul 16 03:58:18.250 Jul 16 03:58:18.250 |
| 9127 | 2026-07-16T03:58:19.173Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 9128 | 2026-07-16T03:58:19.173Z | DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9129 | 2026-07-16T03:58:19.173Z | Jul 16 03:58:18.250 |
| 9130 | 2026-07-16T03:58:19.173Z | |
| 9131 | 2026-07-16T03:58:19.173Z | DEBGJul 16 03:58:18.250 Jul 16 03:58:18.250replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 16 03:58:18.250 Jul 16 03:58:18.250DEBG |
| 9132 | 2026-07-16T03:58:19.173Z | INFO DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] 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.41/32 -> 10.0.0.255Jul 16 03:58:18.250adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9133 | 2026-07-16T03:58:19.173Z | |
| 9134 | 2026-07-16T03:58:19.173Z | INFO |
| 9135 | 2026-07-16T03:58:19.173Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 16 03:58:18.250Jul 16 03:58:18.250 |
| 9136 | 2026-07-16T03:58:19.173Z | Jul 16 03:58:18.250 |
| 9137 | 2026-07-16T03:58:19.173Z | DEBGINFODEBG Jul 16 03:58:18.250 Jul 16 03:58:18.250adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 9138 | 2026-07-16T03:58:19.173Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9139 | 2026-07-16T03:58:19.174Z | 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 } }] |
| 9140 | 2026-07-16T03:58:19.174Z | |
| 9141 | 2026-07-16T03:58:19.174Z | INFOJul 16 03:58:18.250 Jul 16 03:58:18.250INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 16 03:58:18.250 |
| 9142 | 2026-07-16T03:58:19.174Z | adding route 172.17.0.42/32 -> 10.0.0.255Jul 16 03:58:18.250 DEBG adding route 172.17.0.8/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 } }] |
| 9143 | 2026-07-16T03:58:19.174Z | |
| 9144 | 2026-07-16T03:58:19.174Z | Jul 16 03:58:18.250INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9145 | 2026-07-16T03:58:19.174Z | DEBG Jul 16 03:58:18.250replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 16 03:58:18.250 Jul 16 03:58:18.250 |
| 9146 | 2026-07-16T03:58:19.174Z | |
| 9147 | 2026-07-16T03:58:19.174Z | DEBGDEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.4Jul 16 03:58:18.250 |
| 9148 | 2026-07-16T03:58:19.174Z | |
| 9149 | 2026-07-16T03:58:19.174Z | INFO Jul 16 03:58:18.250 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9150 | 2026-07-16T03:58:19.174Z | 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 } }]Jul 16 03:58:18.250replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9151 | 2026-07-16T03:58:19.174Z | Jul 16 03:58:18.250 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]INFO Jul 16 03:58:18.250adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9152 | 2026-07-16T03:58:19.174Z | INFO |
| 9153 | 2026-07-16T03:58:19.174Z | Jul 16 03:58:18.250adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9154 | 2026-07-16T03:58:19.174Z | |
| 9155 | 2026-07-16T03:58:19.174Z | Jul 16 03:58:18.250Jul 16 03:58:18.250DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9156 | 2026-07-16T03:58:19.174Z | adding route 172.17.0.0/32 -> 10.0.0.255Jul 16 03:58:18.250 |
| 9157 | 2026-07-16T03:58:19.174Z | DEBG |
| 9158 | 2026-07-16T03:58:19.174Z | Jul 16 03:58:18.251replacing 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 |
| 9159 | 2026-07-16T03:58:19.174Z | Jul 16 03:58:18.251 Jul 16 03:58:18.251DEBG Jul 16 03:58:18.251Jul 16 03:58:18.251 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: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: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-07-16T03:58:19.174Z | |
| 9161 | 2026-07-16T03:58:19.174Z | 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 } }] |
| 9162 | 2026-07-16T03:58:19.174Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9163 | 2026-07-16T03:58:19.174Z | INFO Jul 16 03:58:18.251adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9164 | 2026-07-16T03:58:19.174Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255Jul 16 03:58:18.251 |
| 9165 | 2026-07-16T03:58:19.174Z | Jul 16 03:58:18.251DEBGJul 16 03:58:18.241 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 } }] |
| 9166 | 2026-07-16T03:58:19.175Z | DEBGJul 16 03:58:18.251 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 |
| 9167 | 2026-07-16T03:58:19.175Z | Jul 16 03:58:18.251replacing 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.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 } }] |
| 9168 | 2026-07-16T03:58:19.175Z | |
| 9169 | 2026-07-16T03:58:19.175Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255Jul 16 03:58:18.251Jul 16 03:58:18.251 INFOINFO |
| 9170 | 2026-07-16T03:58:19.175Z | adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9171 | 2026-07-16T03:58:19.175Z | Jul 16 03:58:18.251 |
| 9172 | 2026-07-16T03:58:19.175Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9173 | 2026-07-16T03:58:19.175Z | |
| 9174 | 2026-07-16T03:58:19.175Z | INFO Jul 16 03:58:18.251adding route 172.17.0.6/32 -> 10.0.0.255 DEBG |
| 9175 | 2026-07-16T03:58:19.175Z | Jul 16 03:58:18.251Jul 16 03:58:18.251 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 } }] |
| 9176 | 2026-07-16T03:58:19.175Z | Jul 16 03:58:18.251Jul 16 03:58:18.251 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 } }]Jul 16 03:58:18.251 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 } }] INFO |
| 9177 | 2026-07-16T03:58:19.175Z | test route::tests::same_size_non_subset_replace ... ok |
| 9178 | 2026-07-16T03:58:19.175Z | test route::tests::delete_targets_fragmented ... ok |
| 9179 | 2026-07-16T03:58:19.175Z | 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 } }] |
| 9180 | 2026-07-16T03:58:19.175Z | |
| 9181 | 2026-07-16T03:58:19.175Z | DEBGadding route 172.17.0.3/32 -> 10.0.0.255 |
| 9182 | 2026-07-16T03:58:19.175Z | Jul 16 03:58:18.251 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9183 | 2026-07-16T03:58:19.175Z | Jul 16 03:58:18.251Jul 16 03:58:18.251adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 9184 | 2026-07-16T03:58:19.175Z | INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255Jul 16 03:58:18.251replacing 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 } }] |
| 9185 | 2026-07-16T03:58:19.175Z | |
| 9186 | 2026-07-16T03:58:19.175Z | Jul 16 03:58:18.251 INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255 Jul 16 03:58:18.251Jul 16 03:58:18.251 Jul 16 03:58:18.251DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9187 | 2026-07-16T03:58:19.175Z | INFO |
| 9188 | 2026-07-16T03:58:19.175Z | INFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 9189 | 2026-07-16T03:58:19.175Z | Jul 16 03:58:18.251 |
| 9190 | 2026-07-16T03:58:19.175Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9191 | 2026-07-16T03:58:19.175Z | Jul 16 03:58:18.251INFO adding route 172.17.0.47/32 -> 10.0.0.255DEBGJul 16 03:58:18.251 |
| 9192 | 2026-07-16T03:58:19.175Z | 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 } }]Jul 16 03:58:18.251 |
| 9193 | 2026-07-16T03:58:19.176Z | 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 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 9194 | 2026-07-16T03:58:19.176Z | |
| 9195 | 2026-07-16T03:58:19.176Z | Jul 16 03:58:18.251Jul 16 03:58:18.251 Jul 16 03:58:18.251DEBG Jul 16 03:58:18.251Jul 16 03:58:18.251 INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255 DEBG |
| 9196 | 2026-07-16T03:58:19.176Z | 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.8/32 -> 10.0.0.255 |
| 9197 | 2026-07-16T03:58:19.176Z | |
| 9198 | 2026-07-16T03:58:19.176Z | 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 } }] |
| 9199 | 2026-07-16T03:58:19.176Z | DEBG Jul 16 03:58:18.251replacing 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 } }]Jul 16 03:58:18.251 Jul 16 03:58:18.251 |
| 9200 | 2026-07-16T03:58:19.176Z | DEBG 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 172.17.0.48/32 -> 10.0.0.255 |
| 9201 | 2026-07-16T03:58:19.176Z | Jul 16 03:58:18.242 Jul 16 03:58:18.251DEBG Jul 16 03:58:18.262 DEBG created new freemapDEBG, unit DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9202 | 2026-07-16T03:58:19.176Z | 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 } }] |
| 9203 | 2026-07-16T03:58:19.176Z | : Jul 16 03:58:18.262 created new freemapINFOfreemap_route_ipv4Jul 16 03:58:18.262, unitadding route 172.17.0.49/32 -> 10.0.0.255 |
| 9204 | 2026-07-16T03:58:19.176Z | : |
| 9205 | 2026-07-16T03:58:19.176Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255freemap_route_ipv4 |
| 9206 | 2026-07-16T03:58:19.176Z | |
| 9207 | 2026-07-16T03:58:19.180Z | Jul 16 03:58:18.262 |
| 9208 | 2026-07-16T03:58:19.180Z | Jul 16 03:58:18.262Jul 16 03:58:18.262 Jul 16 03:58:18.262DEBG DEBGDEBGDEBG 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 } }], |
| 9209 | 2026-07-16T03:58:19.180Z | Jul 16 03:58:18.262replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitcreated new freemap |
| 9210 | 2026-07-16T03:58:19.180Z | Jul 16 03:58:18.262: INFOfreemap_route_ipv6 |
| 9211 | 2026-07-16T03:58:19.181Z | adding route 172.17.0.7/32 -> 10.0.0.255 , INFO Jul 16 03:58:18.262unitadding route 172.17.0.9/32 -> 10.0.0.255: |
| 9212 | 2026-07-16T03:58:19.181Z | Jul 16 03:58:18.262 INFO DEBG adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9213 | 2026-07-16T03:58:19.181Z | initted freemap. size: 64freemap_route_ipv6, unit |
| 9214 | 2026-07-16T03:58:19.181Z | : |
| 9215 | 2026-07-16T03:58:19.181Z | Jul 16 03:58:18.262 Jul 16 03:58:18.262 freemap_route_ipv4DEBGDEBG |
| 9216 | 2026-07-16T03:58:19.181Z | Jul 16 03:58:18.262replacing 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 } }]Jul 16 03:58:18.262replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9217 | 2026-07-16T03:58:19.181Z | |
| 9218 | 2026-07-16T03:58:19.181Z | 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 } }] Jul 16 03:58:18.262Jul 16 03:58:18.262 DEBGINFO DEBGJul 16 03:58:18.262 |
| 9219 | 2026-07-16T03:58:19.181Z | initted freemap. size: 64INFOadding route 172.17.0.8/32 -> 10.0.0.255 |
| 9220 | 2026-07-16T03:58:19.181Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9221 | 2026-07-16T03:58:19.181Z | , reset freemapunit, Jul 16 03:58:18.262Jul 16 03:58:18.262 unitDEBG: DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 9222 | 2026-07-16T03:58:19.181Z | |
| 9223 | 2026-07-16T03:58:19.181Z | freemap_route_ipv4 |
| 9224 | 2026-07-16T03:58:19.181Z | : Jul 16 03:58:18.262freemap_route_ipv4Jul 16 03:58:18.262 Jul 16 03:58:18.262INFO |
| 9225 | 2026-07-16T03:58:19.181Z | Jul 16 03:58:18.262adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9226 | 2026-07-16T03:58:19.181Z | INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9227 | 2026-07-16T03:58:19.181Z | DEBG initted freemap. size: 64adding route 172.17.0.10/32 -> 10.0.0.255, Jul 16 03:58:18.262Jul 16 03:58:18.262unit Jul 16 03:58:18.262 :DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9228 | 2026-07-16T03:58:19.181Z | |
| 9229 | 2026-07-16T03:58:19.181Z | DEBGfreemap_route_ipv6 |
| 9230 | 2026-07-16T03:58:19.181Z | |
| 9231 | 2026-07-16T03:58:19.181Z | reset freemapJul 16 03:58:18.262 Jul 16 03:58:18.262INFO Jul 16 03:58:18.262 adding route 172.17.0.10/32 -> 10.0.0.255, Jul 16 03:58:18.262DEBG |
| 9232 | 2026-07-16T03:58:19.181Z | INFO unitadding route 172.17.0.53/32 -> 10.0.0.255 DEBG |
| 9233 | 2026-07-16T03:58:19.181Z | Jul 16 03:58:18.262 reset freemap , replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit:: Jul 16 03:58:18.262DEBG |
| 9234 | 2026-07-16T03:58:19.181Z | freemap_route_ipv6 |
| 9235 | 2026-07-16T03:58:19.181Z | freemap_route_ipv4replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9236 | 2026-07-16T03:58:19.181Z | Jul 16 03:58:18.262Jul 16 03:58:18.262 INFOINFO 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 } }] |
| 9237 | 2026-07-16T03:58:19.181Z | |
| 9238 | 2026-07-16T03:58:19.182Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9239 | 2026-07-16T03:58:19.182Z | Jul 16 03:58:18.262Jul 16 03:58:18.262adding route 172.17.0.11/32 -> 10.0.0.255 Jul 16 03:58:18.262 |
| 9240 | 2026-07-16T03:58:19.182Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255INFOJul 16 03:58:18.262 |
| 9241 | 2026-07-16T03:58:19.182Z | adding route 172.17.0.54/32 -> 10.0.0.255DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9242 | 2026-07-16T03:58:19.182Z | Jul 16 03:58:18.262Jul 16 03:58:18.262 |
| 9243 | 2026-07-16T03:58:19.182Z | DEBG DEBGDEBG initted freemap. size: 64 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9244 | 2026-07-16T03:58:19.182Z | |
| 9245 | 2026-07-16T03:58:19.182Z | , Jul 16 03:58:18.262Jul 16 03:58:18.262 INFODEBGJul 16 03:58:18.262unit 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 } }]INFOadding route 172.16.0.0/32 -> 10.0.0.2 : |
| 9246 | 2026-07-16T03:58:19.182Z | adding route 172.17.0.12/32 -> 10.0.0.255Jul 16 03:58:18.262 |
| 9247 | 2026-07-16T03:58:19.182Z | freemap_route_ipv6 |
| 9248 | 2026-07-16T03:58:19.182Z | |
| 9249 | 2026-07-16T03:58:19.182Z | Jul 16 03:58:18.262INFOJul 16 03:58:18.262 Jul 16 03:58:18.262DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO |
| 9250 | 2026-07-16T03:58:19.182Z | Jul 16 03:58:18.262replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9251 | 2026-07-16T03:58:19.182Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9252 | 2026-07-16T03:58:19.182Z | Jul 16 03:58:18.262 |
| 9253 | 2026-07-16T03:58:19.182Z | Jul 16 03:58:18.262 INFOINFODEBGJul 16 03:58:18.262 adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9254 | 2026-07-16T03:58:19.182Z | DEBGadding route 172.17.0.13/32 -> 10.0.0.255 reset freemapreplacing 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 } }] |
| 9255 | 2026-07-16T03:58:19.182Z | , |
| 9256 | 2026-07-16T03:58:19.182Z | unitJul 16 03:58:18.262:Jul 16 03:58:18.262 DEBG DEBGfreemap_route_ipv6Jul 16 03:58:18.262 |
| 9257 | 2026-07-16T03:58:19.182Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9258 | 2026-07-16T03:58:19.182Z | Jul 16 03:58:18.262 DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 9259 | 2026-07-16T03:58:19.182Z | Jul 16 03:58:18.262 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9260 | 2026-07-16T03:58:19.182Z | |
| 9261 | 2026-07-16T03:58:19.182Z | adding route 172.16.0.0/32 -> 10.0.0.4Jul 16 03:58:18.262 |
| 9262 | 2026-07-16T03:58:19.182Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 16 03:58:18.262 |
| 9263 | 2026-07-16T03:58:19.182Z | Jul 16 03:58:18.262Jul 16 03:58:18.262 INFO DEBG adding route 172.17.0.14/32 -> 10.0.0.255Jul 16 03:58:18.262 |
| 9264 | 2026-07-16T03:58:19.182Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9265 | 2026-07-16T03:58:19.183Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]Jul 16 03:58:18.251 |
| 9266 | 2026-07-16T03:58:19.183Z | 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 } }] Jul 16 03:58:18.262 |
| 9267 | 2026-07-16T03:58:19.183Z | created new freemapJul 16 03:58:18.262Jul 16 03:58:18.262 DEBG 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.3, vlan_id: None } }]unitDEBGreplacing 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 } }]Jul 16 03:58:18.262: |
| 9268 | 2026-07-16T03:58:19.183Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 9269 | 2026-07-16T03:58:19.183Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9270 | 2026-07-16T03:58:19.183Z | freemap_route_ipv4 |
| 9271 | 2026-07-16T03:58:19.183Z | |
| 9272 | 2026-07-16T03:58:19.183Z | adding route 172.17.0.13/32 -> 10.0.0.255Jul 16 03:58:18.262Jul 16 03:58:18.262 Jul 16 03:58:18.262 INFOJul 16 03:58:18.262 |
| 9273 | 2026-07-16T03:58:19.183Z | DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9274 | 2026-07-16T03:58:19.183Z | DEBG adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9275 | 2026-07-16T03:58:19.183Z | |
| 9276 | 2026-07-16T03:58:19.183Z | created new freemapJul 16 03:58:18.262, Jul 16 03:58:18.262unitINFO:Jul 16 03:58:18.262 adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9277 | 2026-07-16T03:58:19.183Z | DEBG freemap_route_ipv6DEBG |
| 9278 | 2026-07-16T03:58:19.183Z | 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 } }]Jul 16 03:58:18.263 |
| 9279 | 2026-07-16T03:58:19.183Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 16 03:58:18.263DEBG DEBG |
| 9280 | 2026-07-16T03:58:19.183Z | 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 } }]Jul 16 03:58:18.263initted freemap. size: 64 |
| 9281 | 2026-07-16T03:58:19.183Z | , unit: freemap_route_ipv4INFOJul 16 03:58:18.263 Jul 16 03:58:18.263 |
| 9282 | 2026-07-16T03:58:19.183Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9283 | 2026-07-16T03:58:19.183Z | DEBG Jul 16 03:58:18.263 Jul 16 03:58:18.263 DEBGJul 16 03:58:18.263INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] DEBGreplacing targets for 172.17.0.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.255 |
| 9284 | 2026-07-16T03:58:19.183Z | |
| 9285 | 2026-07-16T03:58:19.183Z | DEBG |
| 9286 | 2026-07-16T03:58:19.183Z | 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 } }] |
| 9287 | 2026-07-16T03:58:19.183Z | reset freemapJul 16 03:58:18.263, unitDEBG: 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 } }]freemap_route_ipv4 |
| 9288 | 2026-07-16T03:58:19.183Z | |
| 9289 | 2026-07-16T03:58:19.183Z | Jul 16 03:58:18.263Jul 16 03:58:18.263 Jul 16 03:58:18.263 Jul 16 03:58:18.263INFOINFO DEBG adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255initted freemap. size: 64INFO |
| 9290 | 2026-07-16T03:58:19.183Z | |
| 9291 | 2026-07-16T03:58:19.183Z | , adding route 172.17.0.14/32 -> 10.0.0.255unit |
| 9292 | 2026-07-16T03:58:19.183Z | Jul 16 03:58:18.263:Jul 16 03:58:18.263 freemap_route_ipv6DEBG DEBG |
| 9293 | 2026-07-16T03:58:19.183Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9294 | 2026-07-16T03:58:19.184Z | Jul 16 03:58:18.263 |
| 9295 | 2026-07-16T03:58:19.184Z | DEBGJul 16 03:58:18.263 Jul 16 03:58:18.263 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 } }]DEBGINFO |
| 9296 | 2026-07-16T03:58:19.184Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9297 | 2026-07-16T03:58:19.184Z | reset freemapJul 16 03:58:18.263, unitDEBG:Jul 16 03:58:18.263 failed to allocate space for the new target listfreemap_route_ipv6DEBG |
| 9298 | 2026-07-16T03:58:19.184Z | |
| 9299 | 2026-07-16T03:58:19.184Z | 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 } }] |
| 9300 | 2026-07-16T03:58:19.184Z | Jul 16 03:58:18.263 Jul 16 03:58:18.263 INFOJul 16 03:58:18.263 DEBG Jul 16 03:58:18.263adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] INFO |
| 9301 | 2026-07-16T03:58:19.184Z | INFO |
| 9302 | 2026-07-16T03:58:19.184Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9303 | 2026-07-16T03:58:19.184Z | |
| 9304 | 2026-07-16T03:58:19.184Z | Jul 16 03:58:18.263 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 } }] |
| 9305 | 2026-07-16T03:58:19.184Z | Jul 16 03:58:18.263 Jul 16 03:58:18.263Jul 16 03:58:18.263 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9306 | 2026-07-16T03:58:19.184Z | |
| 9307 | 2026-07-16T03:58:19.189Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255Jul 16 03:58:18.263 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9308 | 2026-07-16T03:58:19.189Z | |
| 9309 | 2026-07-16T03:58:19.189Z | Jul 16 03:58:18.263 Jul 16 03:58:18.263INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255Jul 16 03:58:18.263 |
| 9310 | 2026-07-16T03:58:19.189Z | 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 } }] |
| 9311 | 2026-07-16T03:58:19.189Z | 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 } }]Jul 16 03:58:18.263 |
| 9312 | 2026-07-16T03:58:19.189Z | DEBG Jul 16 03:58:18.263Jul 16 03:58:18.263 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9313 | 2026-07-16T03:58:19.189Z | |
| 9314 | 2026-07-16T03:58:19.189Z | |
| 9315 | 2026-07-16T03:58:19.189Z | Jul 16 03:58:18.251Jul 16 03:58:18.263Jul 16 03:58:18.263 Jul 16 03:58:18.263INFO DEBG INFODEBG adding route 3fff:beef:14::/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 } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9316 | 2026-07-16T03:58:19.189Z | 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 } }] |
| 9317 | 2026-07-16T03:58:19.189Z | |
| 9318 | 2026-07-16T03:58:19.189Z | Jul 16 03:58:18.271 |
| 9319 | 2026-07-16T03:58:19.189Z | Jul 16 03:58:18.271Jul 16 03:58:18.271DEBG 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 } }]Jul 16 03:58:18.271 |
| 9320 | 2026-07-16T03:58:19.189Z | Jul 16 03:58:18.271INFO INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255 adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9321 | 2026-07-16T03:58:19.189Z | |
| 9322 | 2026-07-16T03:58:19.189Z | |
| 9323 | 2026-07-16T03:58:19.189Z | Jul 16 03:58:18.271 Jul 16 03:58:18.271DEBG 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 } }] |
| 9324 | 2026-07-16T03:58:19.189Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 16 03:58:18.271 |
| 9325 | 2026-07-16T03:58:19.189Z | DEBGJul 16 03:58:18.271 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 |
| 9326 | 2026-07-16T03:58:19.189Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9327 | 2026-07-16T03:58:19.190Z | Jul 16 03:58:18.271Jul 16 03:58:18.271 DEBGJul 16 03:58:18.251DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9328 | 2026-07-16T03:58:19.190Z | 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 } }] |
| 9329 | 2026-07-16T03:58:19.190Z | adding route 172.17.0.12/32 -> 10.0.0.255Jul 16 03:58:18.271Jul 16 03:58:18.271Jul 16 03:58:18.271 INFOINFO |
| 9330 | 2026-07-16T03:58:19.190Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9331 | 2026-07-16T03:58:19.190Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9332 | 2026-07-16T03:58:19.190Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255Jul 16 03:58:18.271 |
| 9333 | 2026-07-16T03:58:19.190Z | DEBGJul 16 03:58:18.271 Jul 16 03:58:18.271replacing 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 } }] |
| 9334 | 2026-07-16T03:58:19.190Z | DEBGDEBGJul 16 03:58:18.271 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 } }] |
| 9335 | 2026-07-16T03:58:19.190Z | 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 } }] |
| 9336 | 2026-07-16T03:58:19.190Z | Jul 16 03:58:18.271 Jul 16 03:58:18.271INFO DEBGINFOJul 16 03:58:18.271 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255 |
| 9337 | 2026-07-16T03:58:19.190Z | |
| 9338 | 2026-07-16T03:58:19.190Z | INFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255Jul 16 03:58:18.271Jul 16 03:58:18.271 |
| 9339 | 2026-07-16T03:58:19.190Z | DEBGDEBG |
| 9340 | 2026-07-16T03:58:19.190Z | 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 } }]Jul 16 03:58:18.271 |
| 9341 | 2026-07-16T03:58:19.190Z | DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 9342 | 2026-07-16T03:58:19.190Z | |
| 9343 | 2026-07-16T03:58:19.190Z | Jul 16 03:58:18.271Jul 16 03:58:18.271 INFOJul 16 03:58:18.271INFO Jul 16 03:58:18.271 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO INFOadding route 172.17.0.14/32 -> 10.0.0.255 |
| 9344 | 2026-07-16T03:58:19.190Z | adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9345 | 2026-07-16T03:58:19.190Z | |
| 9346 | 2026-07-16T03:58:19.190Z | |
| 9347 | 2026-07-16T03:58:19.190Z | Jul 16 03:58:18.271Jul 16 03:58:18.271Jul 16 03:58:18.271 DEBGDEBG Jul 16 03:58:18.271 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9348 | 2026-07-16T03:58:19.190Z | 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 } }] |
| 9349 | 2026-07-16T03:58:19.190Z | 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 } }] |
| 9350 | 2026-07-16T03:58:19.190Z | Jul 16 03:58:18.271DEBG INFO Jul 16 03:58:18.271adding route 3fff:beef:19::/64 -> 2001:db8::55:ff 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 } }] |
| 9351 | 2026-07-16T03:58:19.190Z | INFOJul 16 03:58:18.271 |
| 9352 | 2026-07-16T03:58:19.190Z | adding route 172.17.0.27/32 -> 10.0.0.255INFOJul 16 03:58:18.271 |
| 9353 | 2026-07-16T03:58:19.190Z | DEBG adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:58:18.271 |
| 9354 | 2026-07-16T03:58:19.191Z | |
| 9355 | 2026-07-16T03:58:19.191Z | Jul 16 03:58:18.271 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:58:18.271 |
| 9356 | 2026-07-16T03:58:19.191Z | Jul 16 03:58:18.271 INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 9357 | 2026-07-16T03:58:19.191Z | |
| 9358 | 2026-07-16T03:58:19.191Z | 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 } }]Jul 16 03:58:18.271 |
| 9359 | 2026-07-16T03:58:19.191Z | INFO Jul 16 03:58:18.271Jul 16 03:58:18.271 adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 9360 | 2026-07-16T03:58:19.191Z | 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 } }]Jul 16 03:58:18.271 |
| 9361 | 2026-07-16T03:58:19.191Z | Jul 16 03:58:18.271replacing 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 |
| 9362 | 2026-07-16T03:58:19.191Z | INFO Jul 16 03:58:18.271replacing 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.16/32 -> 10.0.0.255 |
| 9363 | 2026-07-16T03:58:19.191Z | |
| 9364 | 2026-07-16T03:58:19.191Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 16 03:58:18.271 |
| 9365 | 2026-07-16T03:58:19.191Z | Jul 16 03:58:18.271DEBG 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 } }] Jul 16 03:58:18.271Jul 16 03:58:18.271 DEBGINFOadding route 172.17.0.29/32 -> 10.0.0.255 |
| 9366 | 2026-07-16T03:58:19.191Z | |
| 9367 | 2026-07-16T03:58:19.191Z | 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.22/32 -> 10.0.0.255 |
| 9368 | 2026-07-16T03:58:19.191Z | |
| 9369 | 2026-07-16T03:58:19.191Z | Jul 16 03:58:18.271Jul 16 03:58:18.271 Jul 16 03:58:18.271INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 9370 | 2026-07-16T03:58:19.191Z | |
| 9371 | 2026-07-16T03:58:19.191Z | 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 } }]INFOJul 16 03:58:18.271 Jul 16 03:58:18.271adding route 172.16.0.0/32 -> 10.0.0.4Jul 16 03:58:18.271 |
| 9372 | 2026-07-16T03:58:19.191Z | |
| 9373 | 2026-07-16T03:58:19.191Z | DEBG INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:58:18.271 |
| 9374 | 2026-07-16T03:58:19.191Z | 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 } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 9375 | 2026-07-16T03:58:19.191Z | |
| 9376 | 2026-07-16T03:58:19.191Z | Jul 16 03:58:18.271Jul 16 03:58:18.271 |
| 9377 | 2026-07-16T03:58:19.191Z | DEBG Jul 16 03:58:18.271 Jul 16 03:58:18.271 Jul 16 03:58:18.271replacing 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 |
| 9378 | 2026-07-16T03:58:19.191Z | INFO DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9379 | 2026-07-16T03:58:19.191Z | |
| 9380 | 2026-07-16T03:58:19.191Z | 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 |
| 9381 | 2026-07-16T03:58:19.191Z | adding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:58:18.271 |
| 9382 | 2026-07-16T03:58:19.192Z | Jul 16 03:58:18.271DEBGJul 16 03:58:18.271 INFO INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 9383 | 2026-07-16T03:58:19.192Z | |
| 9384 | 2026-07-16T03:58:19.192Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9385 | 2026-07-16T03:58:19.192Z | Jul 16 03:58:18.271Jul 16 03:58:18.271Jul 16 03:58:18.271 Jul 16 03:58:18.271DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9386 | 2026-07-16T03:58:19.192Z | adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9387 | 2026-07-16T03:58:19.192Z | |
| 9388 | 2026-07-16T03:58:19.192Z | Jul 16 03:58:18.271 INFODEBG Jul 16 03:58:18.271adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9389 | 2026-07-16T03:58:19.192Z | 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 } }]Jul 16 03:58:18.271 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 |
| 9390 | 2026-07-16T03:58:19.192Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9391 | 2026-07-16T03:58:19.192Z | |
| 9392 | 2026-07-16T03:58:19.192Z | Jul 16 03:58:18.271 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 } }] |
| 9393 | 2026-07-16T03:58:19.192Z | Jul 16 03:58:18.271Jul 16 03:58:18.271Jul 16 03:58:18.271 DEBG Jul 16 03:58:18.271 INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9394 | 2026-07-16T03:58:19.192Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFOJul 16 03:58:18.271 |
| 9395 | 2026-07-16T03:58:19.192Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9396 | 2026-07-16T03:58:19.192Z | |
| 9397 | 2026-07-16T03:58:19.192Z | |
| 9398 | 2026-07-16T03:58:19.192Z | Jul 16 03:58:18.271 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 } }]Jul 16 03:58:18.271 |
| 9399 | 2026-07-16T03:58:19.192Z | Jul 16 03:58:18.271DEBGJul 16 03:58:18.271 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 } }] DEBG |
| 9400 | 2026-07-16T03:58:19.192Z | DEBGJul 16 03:58:18.271 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9401 | 2026-07-16T03:58:19.192Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 9402 | 2026-07-16T03:58:19.192Z | |
| 9403 | 2026-07-16T03:58:19.192Z | Jul 16 03:58:18.271 INFOJul 16 03:58:18.271Jul 16 03:58:18.271 Jul 16 03:58:18.271 INFODEBGadding route 172.17.0.21/32 -> 10.0.0.255 |
| 9404 | 2026-07-16T03:58:19.192Z | 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 172.17.0.34/32 -> 10.0.0.255INFO |
| 9405 | 2026-07-16T03:58:19.192Z | |
| 9406 | 2026-07-16T03:58:19.192Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9407 | 2026-07-16T03:58:19.198Z | Jul 16 03:58:18.271 DEBGJul 16 03:58:18.271 Jul 16 03:58:18.271replacing 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 } }] |
| 9408 | 2026-07-16T03:58:19.198Z | Jul 16 03:58:18.271 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 } }] |
| 9409 | 2026-07-16T03:58:19.198Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGJul 16 03:58:18.271 Jul 16 03:58:18.271 |
| 9410 | 2026-07-16T03:58:19.198Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9411 | 2026-07-16T03:58:19.198Z | 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 } }]Jul 16 03:58:18.271INFO |
| 9412 | 2026-07-16T03:58:19.198Z | Jul 16 03:58:18.271adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 9413 | 2026-07-16T03:58:19.198Z | 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 } }] |
| 9414 | 2026-07-16T03:58:19.198Z | 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 } }]Jul 16 03:58:18.271 |
| 9415 | 2026-07-16T03:58:19.198Z | Jul 16 03:58:18.271 DEBGINFOJul 16 03:58:18.271 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 |
| 9416 | 2026-07-16T03:58:19.198Z | adding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:58:18.271 |
| 9417 | 2026-07-16T03:58:19.198Z | INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 9418 | 2026-07-16T03:58:19.198Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 16 03:58:18.271 |
| 9419 | 2026-07-16T03:58:19.198Z | Jul 16 03:58:18.271INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 Jul 16 03:58:18.271 |
| 9420 | 2026-07-16T03:58:19.198Z | Jul 16 03:58:18.271 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 |
| 9421 | 2026-07-16T03:58:19.198Z | 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 |
| 9422 | 2026-07-16T03:58:19.198Z | 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 } }] |
| 9423 | 2026-07-16T03:58:19.198Z | Jul 16 03:58:18.271Jul 16 03:58:18.271 Jul 16 03:58:18.271INFO adding route 172.17.0.24/32 -> 10.0.0.255DEBGINFO Jul 16 03:58:18.271 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing 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 |
| 9424 | 2026-07-16T03:58:19.198Z | |
| 9425 | 2026-07-16T03:58:19.198Z | |
| 9426 | 2026-07-16T03:58:19.198Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9427 | 2026-07-16T03:58:19.198Z | Jul 16 03:58:18.271Jul 16 03:58:18.271 Jul 16 03:58:18.271 DEBGDEBGJul 16 03:58:18.271 DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9428 | 2026-07-16T03:58:19.199Z | 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 } }] |
| 9429 | 2026-07-16T03:58:19.199Z | Jul 16 03:58:18.284 DEBG |
| 9430 | 2026-07-16T03:58:19.199Z | Jul 16 03:58:18.284 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9431 | 2026-07-16T03:58:19.199Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9432 | 2026-07-16T03:58:19.199Z | Jul 16 03:58:18.284 Jul 16 03:58:18.284INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff Jul 16 03:58:18.284replacing 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 } }] |
| 9433 | 2026-07-16T03:58:19.199Z | |
| 9434 | 2026-07-16T03:58:19.199Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9435 | 2026-07-16T03:58:19.199Z | Jul 16 03:58:18.284Jul 16 03:58:18.284 Jul 16 03:58:18.284INFODEBG 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 } }]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 } }] |
| 9436 | 2026-07-16T03:58:19.199Z | |
| 9437 | 2026-07-16T03:58:19.199Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9438 | 2026-07-16T03:58:19.199Z | Jul 16 03:58:18.284 Jul 16 03:58:18.284INFO DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9439 | 2026-07-16T03:58:19.199Z | Jul 16 03:58:18.284 |
| 9440 | 2026-07-16T03:58:19.199Z | INFO Jul 16 03:58:18.284adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9441 | 2026-07-16T03:58:19.199Z | DEBG Jul 16 03:58:18.284 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9442 | 2026-07-16T03:58:19.199Z | Jul 16 03:58:18.284 adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 9443 | 2026-07-16T03:58:19.199Z | 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 } }]Jul 16 03:58:18.284 |
| 9444 | 2026-07-16T03:58:19.199Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9445 | 2026-07-16T03:58:19.199Z | Jul 16 03:58:18.284 INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 16 03:58:18.284Jul 16 03:58:18.284 |
| 9446 | 2026-07-16T03:58:19.199Z | DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9447 | 2026-07-16T03:58:19.199Z | |
| 9448 | 2026-07-16T03:58:19.199Z | Jul 16 03:58:18.284 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 } }] |
| 9449 | 2026-07-16T03:58:19.199Z | Jul 16 03:58:18.284 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 16 03:58:18.284 |
| 9450 | 2026-07-16T03:58:19.199Z | INFOJul 16 03:58:18.284 adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 9451 | 2026-07-16T03:58:19.199Z | Jul 16 03:58:18.284 adding route 172.17.0.31/32 -> 10.0.0.255 DEBG |
| 9452 | 2026-07-16T03:58:19.199Z | 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 } }]Jul 16 03:58:18.284 |
| 9453 | 2026-07-16T03:58:19.199Z | 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 } }] |
| 9454 | 2026-07-16T03:58:19.200Z | Jul 16 03:58:18.284 INFO Jul 16 03:58:18.284adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9455 | 2026-07-16T03:58:19.200Z | DEBGJul 16 03:58:18.284 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9456 | 2026-07-16T03:58:19.200Z | Jul 16 03:58:18.284adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9457 | 2026-07-16T03:58:19.200Z | DEBG Jul 16 03:58:18.284Jul 16 03:58:18.284 INFODEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9458 | 2026-07-16T03:58:19.200Z | |
| 9459 | 2026-07-16T03:58:19.200Z | 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 } }] |
| 9460 | 2026-07-16T03:58:19.200Z | 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 } }]Jul 16 03:58:18.284Jul 16 03:58:18.284 |
| 9461 | 2026-07-16T03:58:19.200Z | Jul 16 03:58:18.284DEBG INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:58:18.284 INFO |
| 9462 | 2026-07-16T03:58:19.200Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 9463 | 2026-07-16T03:58:19.200Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9464 | 2026-07-16T03:58:19.200Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255Jul 16 03:58:18.284 |
| 9465 | 2026-07-16T03:58:19.200Z | Jul 16 03:58:18.284Jul 16 03:58:18.284 DEBG DEBGreplacing 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 } }] Jul 16 03:58:18.284INFO |
| 9466 | 2026-07-16T03:58:19.200Z | 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 |
| 9467 | 2026-07-16T03:58:19.200Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9468 | 2026-07-16T03:58:19.200Z | 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 } }] |
| 9469 | 2026-07-16T03:58:19.200Z | test route::tests::delete_target_fragmented ... ok |
| 9470 | 2026-07-16T03:58:19.200Z | Jul 16 03:58:18.284Jul 16 03:58:18.284Jul 16 03:58:18.284Jul 16 03:58:18.284 INFO INFODEBGINFO adding route 172.17.0.26/32 -> 10.0.0.255 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 } }] |
| 9471 | 2026-07-16T03:58:19.200Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.44/32 -> 10.0.0.255 |
| 9472 | 2026-07-16T03:58:19.200Z | |
| 9473 | 2026-07-16T03:58:19.200Z | |
| 9474 | 2026-07-16T03:58:19.200Z | Jul 16 03:58:18.284 DEBG Jul 16 03:58:18.284Jul 16 03:58:18.284 Jul 16 03:58:18.284replacing 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 |
| 9475 | 2026-07-16T03:58:19.200Z | DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9476 | 2026-07-16T03:58:19.200Z | INFO |
| 9477 | 2026-07-16T03:58:19.200Z | Jul 16 03:58:18.284adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9478 | 2026-07-16T03:58:19.200Z | Jul 16 03:58:18.284INFOJul 16 03:58:18.284 INFOadding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 9479 | 2026-07-16T03:58:19.201Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9480 | 2026-07-16T03:58:19.201Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9481 | 2026-07-16T03:58:19.201Z | Jul 16 03:58:18.284Jul 16 03:58:18.284Jul 16 03:58:18.284 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 } }]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 } }]Jul 16 03:58:18.284 |
| 9482 | 2026-07-16T03:58:19.201Z | |
| 9483 | 2026-07-16T03:58:19.201Z | DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9484 | 2026-07-16T03:58:19.201Z | Jul 16 03:58:18.284 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9485 | 2026-07-16T03:58:19.201Z | Jul 16 03:58:18.284 adding route 172.17.0.28/32 -> 10.0.0.255Jul 16 03:58:18.284INFO |
| 9486 | 2026-07-16T03:58:19.201Z | Jul 16 03:58:18.284adding route 172.17.0.46/32 -> 10.0.0.255 INFOJul 16 03:58:18.284 DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 9487 | 2026-07-16T03:58:19.201Z | 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 } }] |
| 9488 | 2026-07-16T03:58:19.201Z | Jul 16 03:58:18.294 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 } }] |
| 9489 | 2026-07-16T03:58:19.201Z | Jul 16 03:58:18.294 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 9490 | 2026-07-16T03:58:19.201Z | Jul 16 03:58:18.294 |
| 9491 | 2026-07-16T03:58:19.201Z | Jul 16 03:58:18.294 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9492 | 2026-07-16T03:58:19.201Z | DEBGJul 16 03:58:18.294 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 |
| 9493 | 2026-07-16T03:58:19.201Z | 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 } }]Jul 16 03:58:18.294 |
| 9494 | 2026-07-16T03:58:19.201Z | 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 } }]Jul 16 03:58:18.294Jul 16 03:58:18.294 |
| 9495 | 2026-07-16T03:58:19.201Z | INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 16 03:58:18.294 |
| 9496 | 2026-07-16T03:58:19.201Z | |
| 9497 | 2026-07-16T03:58:19.201Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9498 | 2026-07-16T03:58:19.201Z | Jul 16 03:58:18.294 DEBGJul 16 03:58:18.294 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9499 | 2026-07-16T03:58:19.201Z | 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 } }]Jul 16 03:58:18.294 |
| 9500 | 2026-07-16T03:58:19.201Z | DEBGJul 16 03:58:18.294 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9501 | 2026-07-16T03:58:19.201Z | Jul 16 03:58:18.294 adding route 172.17.0.48/32 -> 10.0.0.255INFO |
| 9502 | 2026-07-16T03:58:19.201Z | Jul 16 03:58:18.294adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9503 | 2026-07-16T03:58:19.201Z | INFOJul 16 03:58:18.294Jul 16 03:58:18.294 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9504 | 2026-07-16T03:58:19.201Z | |
| 9505 | 2026-07-16T03:58:19.201Z | |
| 9506 | 2026-07-16T03:58:19.202Z | Jul 16 03:58:18.294Jul 16 03:58:18.294Jul 16 03:58:18.294 DEBGINFO INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9507 | 2026-07-16T03:58:19.206Z | |
| 9508 | 2026-07-16T03:58:19.206Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9509 | 2026-07-16T03:58:19.206Z | Jul 16 03:58:18.294Jul 16 03:58:18.294 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 9510 | 2026-07-16T03:58:19.206Z | |
| 9511 | 2026-07-16T03:58:19.206Z | Jul 16 03:58:18.294 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 16 03:58:18.294 |
| 9512 | 2026-07-16T03:58:19.206Z | Jul 16 03:58:18.294INFO INFOadding route 172.17.0.33/32 -> 10.0.0.255 |
| 9513 | 2026-07-16T03:58:19.206Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9514 | 2026-07-16T03:58:19.206Z | Jul 16 03:58:18.294 DEBGJul 16 03:58:18.294 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 |
| 9515 | 2026-07-16T03:58:19.206Z | 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 } }] |
| 9516 | 2026-07-16T03:58:19.206Z | Jul 16 03:58:18.294Jul 16 03:58:18.294 Jul 16 03:58:18.294DEBG INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9517 | 2026-07-16T03:58:19.206Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9518 | 2026-07-16T03:58:19.206Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9519 | 2026-07-16T03:58:19.206Z | Jul 16 03:58:18.294 INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 16 03:58:18.294 |
| 9520 | 2026-07-16T03:58:19.206Z | 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 } }]Jul 16 03:58:18.294 |
| 9521 | 2026-07-16T03:58:19.207Z | Jul 16 03:58:18.294 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 } }]Jul 16 03:58:18.294 |
| 9522 | 2026-07-16T03:58:19.207Z | 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 |
| 9523 | 2026-07-16T03:58:19.207Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 16 03:58:18.294 |
| 9524 | 2026-07-16T03:58:19.207Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9525 | 2026-07-16T03:58:19.207Z | Jul 16 03:58:18.294 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 } }]Jul 16 03:58:18.294 |
| 9526 | 2026-07-16T03:58:19.207Z | Jul 16 03:58:18.294DEBG 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 } }]Jul 16 03:58:18.294 |
| 9527 | 2026-07-16T03:58:19.207Z | adding route 172.17.0.35/32 -> 10.0.0.255INFO |
| 9528 | 2026-07-16T03:58:19.207Z | Jul 16 03:58:18.294adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9529 | 2026-07-16T03:58:19.207Z | INFOJul 16 03:58:18.294 adding route 172.17.0.53/32 -> 10.0.0.255DEBG |
| 9530 | 2026-07-16T03:58:19.207Z | 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 } }] |
| 9531 | 2026-07-16T03:58:19.207Z | Jul 16 03:58:18.294 Jul 16 03:58:18.294DEBG INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 16 03:58:18.294adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9532 | 2026-07-16T03:58:19.207Z | |
| 9533 | 2026-07-16T03:58:19.207Z | 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 } }]Jul 16 03:58:18.294 |
| 9534 | 2026-07-16T03:58:19.207Z | INFOJul 16 03:58:18.294 Jul 16 03:58:18.294DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO |
| 9535 | 2026-07-16T03:58:19.207Z | 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.54/32 -> 10.0.0.255 |
| 9536 | 2026-07-16T03:58:19.207Z | |
| 9537 | 2026-07-16T03:58:19.207Z | Jul 16 03:58:18.294Jul 16 03:58:18.294 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 9538 | 2026-07-16T03:58:19.207Z | |
| 9539 | 2026-07-16T03:58:19.207Z | Jul 16 03:58:18.294 INFO Jul 16 03:58:18.294Jul 16 03:58:18.294 adding route 172.17.0.37/32 -> 10.0.0.255INFOINFO |
| 9540 | 2026-07-16T03:58:19.207Z | adding route 172.17.0.55/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9541 | 2026-07-16T03:58:19.207Z | |
| 9542 | 2026-07-16T03:58:19.207Z | Jul 16 03:58:18.294 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 } }]Jul 16 03:58:18.294 |
| 9543 | 2026-07-16T03:58:19.207Z | 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 } }] |
| 9544 | 2026-07-16T03:58:19.207Z | Jul 16 03:58:18.294Jul 16 03:58:18.294 INFOJul 16 03:58:18.294DEBG INFOadding route 172.17.0.38/32 -> 10.0.0.255 |
| 9545 | 2026-07-16T03:58:19.207Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9546 | 2026-07-16T03:58:19.207Z | 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 } }] |
| 9547 | 2026-07-16T03:58:19.207Z | Jul 16 03:58:18.294 Jul 16 03:58:18.294DEBG INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9548 | 2026-07-16T03:58:19.208Z | Jul 16 03:58:18.294adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9549 | 2026-07-16T03:58:19.208Z | 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 } }] |
| 9550 | 2026-07-16T03:58:19.208Z | Jul 16 03:58:18.294 Jul 16 03:58:18.294 Jul 16 03:58:18.294DEBG 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 } }] INFO |
| 9551 | 2026-07-16T03:58:19.208Z | adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9552 | 2026-07-16T03:58:19.208Z | |
| 9553 | 2026-07-16T03:58:19.208Z | Jul 16 03:58:18.294 Jul 16 03:58:18.294INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9554 | 2026-07-16T03:58:19.208Z | Jul 16 03:58:18.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 } }] |
| 9555 | 2026-07-16T03:58:19.208Z | 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 } }] |
| 9556 | 2026-07-16T03:58:19.208Z | Jul 16 03:58:18.294 DEBGJul 16 03:58:18.294 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 |
| 9557 | 2026-07-16T03:58:19.208Z | Jul 16 03:58:18.294adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9558 | 2026-07-16T03:58:19.208Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 16 03:58:18.294 |
| 9559 | 2026-07-16T03:58:19.208Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9560 | 2026-07-16T03:58:19.208Z | Jul 16 03:58:18.294 DEBGJul 16 03:58:18.294 Jul 16 03:58:18.294replacing 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 } }] |
| 9561 | 2026-07-16T03:58:19.208Z | DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9562 | 2026-07-16T03:58:19.208Z | |
| 9563 | 2026-07-16T03:58:19.208Z | Jul 16 03:58:18.294 INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 16 03:58:18.294 |
| 9564 | 2026-07-16T03:58:19.208Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9565 | 2026-07-16T03:58:19.208Z | Jul 16 03:58:18.294Jul 16 03:58:18.294 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255Jul 16 03:58:18.294 |
| 9566 | 2026-07-16T03:58:19.208Z | |
| 9567 | 2026-07-16T03:58:19.208Z | test route::tests::add_target_fails_full ... ok |
| 9568 | 2026-07-16T03:58:19.208Z | DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9569 | 2026-07-16T03:58:19.208Z | Jul 16 03:58:18.294 INFO Jul 16 03:58:18.294adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9570 | 2026-07-16T03:58:19.208Z | INFO Jul 16 03:58:18.294adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9571 | 2026-07-16T03:58:19.208Z | DEBGJul 16 03:58:18.294 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9572 | 2026-07-16T03:58:19.208Z | 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 } }]Jul 16 03:58:18.294 |
| 9573 | 2026-07-16T03:58:19.208Z | 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 } }] |
| 9574 | 2026-07-16T03:58:19.209Z | Jul 16 03:58:18.294 INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 16 03:58:18.294Jul 16 03:58:18.294 |
| 9575 | 2026-07-16T03:58:19.209Z | INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255 |
| 9576 | 2026-07-16T03:58:19.209Z | Jul 16 03:58:18.294adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9577 | 2026-07-16T03:58:19.209Z | 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 } }]Jul 16 03:58:18.294 |
| 9578 | 2026-07-16T03:58:19.209Z | 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 } }] |
| 9579 | 2026-07-16T03:58:19.209Z | Jul 16 03:58:18.294 INFO Jul 16 03:58:18.294adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9580 | 2026-07-16T03:58:19.209Z | Jul 16 03:58:18.294DEBG 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 } }]failed to allocate space for the new target list |
| 9581 | 2026-07-16T03:58:19.209Z | |
| 9582 | 2026-07-16T03:58:19.209Z | Jul 16 03:58:18.294 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 } }] |
| 9583 | 2026-07-16T03:58:19.209Z | Jul 16 03:58:18.294 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 16 03:58:18.294 |
| 9584 | 2026-07-16T03:58:19.209Z | Jul 16 03:58:18.294INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255Jul 16 03:58:18.294 |
| 9585 | 2026-07-16T03:58:19.209Z | 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 } }] |
| 9586 | 2026-07-16T03:58:19.209Z | 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 } }] |
| 9587 | 2026-07-16T03:58:19.209Z | Jul 16 03:58:18.294Jul 16 03:58:18.294 DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 9588 | 2026-07-16T03:58:19.209Z | |
| 9589 | 2026-07-16T03:58:19.209Z | Jul 16 03:58:18.294INFOJul 16 03:58:18.294 adding route 172.17.0.35/32 -> 10.0.0.255 DEBG |
| 9590 | 2026-07-16T03:58:19.209Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9591 | 2026-07-16T03:58:19.209Z | |
| 9592 | 2026-07-16T03:58:19.209Z | Jul 16 03:58:18.294Jul 16 03:58:18.294 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9593 | 2026-07-16T03:58:19.209Z | |
| 9594 | 2026-07-16T03:58:19.209Z | Jul 16 03:58:18.294Jul 16 03:58:18.294 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9595 | 2026-07-16T03:58:19.209Z | |
| 9596 | 2026-07-16T03:58:19.209Z | Jul 16 03:58:18.294Jul 16 03:58:18.294 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.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 } }] |
| 9597 | 2026-07-16T03:58:19.209Z | |
| 9598 | 2026-07-16T03:58:19.209Z | Jul 16 03:58:18.294Jul 16 03:58:18.294 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9599 | 2026-07-16T03:58:19.209Z | |
| 9600 | 2026-07-16T03:58:19.209Z | Jul 16 03:58:18.294Jul 16 03:58:18.294 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9601 | 2026-07-16T03:58:19.210Z | Jul 16 03:58:18.295 DEBG created new freemap, unit: freemap_route_ipv4 |
| 9602 | 2026-07-16T03:58:19.210Z | |
| 9603 | 2026-07-16T03:58:19.210Z | Jul 16 03:58:18.302 DEBG created new freemap, unit: freemap_route_ipv6Jul 16 03:58:18.302 |
| 9604 | 2026-07-16T03:58:19.210Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9605 | 2026-07-16T03:58:19.210Z | Jul 16 03:58:18.302Jul 16 03:58:18.302 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 9606 | 2026-07-16T03:58:19.210Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9607 | 2026-07-16T03:58:19.214Z | Jul 16 03:58:18.302 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 } }] |
| 9608 | 2026-07-16T03:58:19.214Z | Jul 16 03:58:18.302 DEBG Jul 16 03:58:18.302reset freemap , INFOunit :adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9609 | 2026-07-16T03:58:19.214Z | freemap_route_ipv4 |
| 9610 | 2026-07-16T03:58:19.214Z | Jul 16 03:58:18.302 DEBG initted freemap. size: 64, unitJul 16 03:58:18.302: DEBGfreemap_route_ipv6 |
| 9611 | 2026-07-16T03:58:19.214Z | 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 } }] |
| 9612 | 2026-07-16T03:58:19.214Z | Jul 16 03:58:18.302Jul 16 03:58:18.302 DEBGINFO reset freemapadding route 172.17.0.51/32 -> 10.0.0.255, |
| 9613 | 2026-07-16T03:58:19.214Z | unit: freemap_route_ipv6 |
| 9614 | 2026-07-16T03:58:19.214Z | Jul 16 03:58:18.302 INFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 16 03:58:18.302 |
| 9615 | 2026-07-16T03:58:19.214Z | 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 } }]Jul 16 03:58:18.302 |
| 9616 | 2026-07-16T03:58:19.214Z | 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 } }]Jul 16 03:58:18.302 |
| 9617 | 2026-07-16T03:58:19.214Z | Jul 16 03:58:18.302 DEBGINFO adding route 172.17.0.52/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 } }] |
| 9618 | 2026-07-16T03:58:19.214Z | |
| 9619 | 2026-07-16T03:58:19.215Z | Jul 16 03:58:18.302 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9620 | 2026-07-16T03:58:19.215Z | Jul 16 03:58:18.302Jul 16 03:58:18.302 INFODEBG Jul 16 03:58:18.302 adding route 172.17.0.39/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 9621 | 2026-07-16T03:58:19.215Z | |
| 9622 | 2026-07-16T03:58:19.215Z | 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 } }] |
| 9623 | 2026-07-16T03:58:19.215Z | Jul 16 03:58:18.302 Jul 16 03:58:18.302Jul 16 03:58:18.302INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 9624 | 2026-07-16T03:58:19.215Z | 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 |
| 9625 | 2026-07-16T03:58:19.215Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9626 | 2026-07-16T03:58:19.215Z | Jul 16 03:58:18.302Jul 16 03:58:18.302 Jul 16 03:58:18.302DEBG 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 } }] |
| 9627 | 2026-07-16T03:58:19.215Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9628 | 2026-07-16T03:58:19.215Z | 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 } }]Jul 16 03:58:18.302 |
| 9629 | 2026-07-16T03:58:19.215Z | Jul 16 03:58:18.302INFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255 |
| 9630 | 2026-07-16T03:58:19.215Z | 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 } }] |
| 9631 | 2026-07-16T03:58:19.215Z | Jul 16 03:58:18.302Jul 16 03:58:18.302 Jul 16 03:58:18.302 DEBGINFO INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9632 | 2026-07-16T03:58:19.215Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9633 | 2026-07-16T03:58:19.215Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9634 | 2026-07-16T03:58:19.215Z | Jul 16 03:58:18.302Jul 16 03:58:18.302Jul 16 03:58:18.302 DEBG INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9635 | 2026-07-16T03:58:19.215Z | |
| 9636 | 2026-07-16T03:58:19.215Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9637 | 2026-07-16T03:58:19.215Z | Jul 16 03:58:18.302 Jul 16 03:58:18.302INFOJul 16 03:58:18.302 INFOadding route 172.17.0.42/32 -> 10.0.0.255DEBG |
| 9638 | 2026-07-16T03:58:19.215Z | adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9639 | 2026-07-16T03:58:19.215Z | |
| 9640 | 2026-07-16T03:58:19.215Z | Jul 16 03:58:18.302 DEBG Jul 16 03:58:18.302Jul 16 03:58:18.302replacing 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 } }] |
| 9641 | 2026-07-16T03:58:19.215Z | INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9642 | 2026-07-16T03:58:19.215Z | |
| 9643 | 2026-07-16T03:58:19.215Z | Jul 16 03:58:18.302 INFO Jul 16 03:58:18.302adding route 172.17.0.43/32 -> 10.0.0.255Jul 16 03:58:18.302 |
| 9644 | 2026-07-16T03:58:19.215Z | DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9645 | 2026-07-16T03:58:19.215Z | |
| 9646 | 2026-07-16T03:58:19.216Z | Jul 16 03:58:18.302 Jul 16 03:58:18.302DEBG 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 } }]Jul 16 03:58:18.302 |
| 9647 | 2026-07-16T03:58:19.216Z | DEBGadding route 172.17.0.57/32 -> 10.0.0.255 |
| 9648 | 2026-07-16T03:58:19.216Z | 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 } }]Jul 16 03:58:18.302 |
| 9649 | 2026-07-16T03:58:19.216Z | INFO Jul 16 03:58:18.302adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9650 | 2026-07-16T03:58:19.216Z | Jul 16 03:58:18.302DEBG INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9651 | 2026-07-16T03:58:19.216Z | Jul 16 03:58:18.302adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9652 | 2026-07-16T03:58:19.216Z | 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 } }]Jul 16 03:58:18.302 |
| 9653 | 2026-07-16T03:58:19.216Z | Jul 16 03:58:18.302 INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255 |
| 9654 | 2026-07-16T03:58:19.216Z | Jul 16 03:58:18.302replacing 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 } }] |
| 9655 | 2026-07-16T03:58:19.216Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255Jul 16 03:58:18.302 |
| 9656 | 2026-07-16T03:58:19.216Z | DEBGJul 16 03:58:18.302 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 } }]Jul 16 03:58:18.302 |
| 9657 | 2026-07-16T03:58:19.216Z | INFODEBG adding route 172.17.0.3/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 } }] |
| 9658 | 2026-07-16T03:58:19.216Z | |
| 9659 | 2026-07-16T03:58:19.216Z | Jul 16 03:58:18.302 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9660 | 2026-07-16T03:58:19.216Z | Jul 16 03:58:18.302Jul 16 03:58:18.302 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.46/32 -> 10.0.0.255Jul 16 03:58:18.302 |
| 9661 | 2026-07-16T03:58:19.216Z | |
| 9662 | 2026-07-16T03:58:19.216Z | 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 } }] |
| 9663 | 2026-07-16T03:58:19.216Z | Jul 16 03:58:18.302Jul 16 03:58:18.302 DEBGINFO Jul 16 03:58:18.302 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.4/32 -> 10.0.0.255 |
| 9664 | 2026-07-16T03:58:19.216Z | |
| 9665 | 2026-07-16T03:58:19.216Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9666 | 2026-07-16T03:58:19.216Z | Jul 16 03:58:18.302Jul 16 03:58:18.302 INFODEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9667 | 2026-07-16T03:58:19.216Z | test route::tests::delete_target_full ... ok |
| 9668 | 2026-07-16T03:58:19.216Z | Jul 16 03:58:18.302 |
| 9669 | 2026-07-16T03:58:19.216Z | 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 } }] |
| 9670 | 2026-07-16T03:58:19.216Z | Jul 16 03:58:18.302Jul 16 03:58:18.302 INFODEBG Jul 16 03:58:18.302adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9671 | 2026-07-16T03:58:19.216Z | 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 |
| 9672 | 2026-07-16T03:58:19.216Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9673 | 2026-07-16T03:58:19.217Z | test route::tests::delete_targets_full ... ok |
| 9674 | 2026-07-16T03:58:19.217Z | Jul 16 03:58:18.302Jul 16 03:58:18.302 Jul 16 03:58:18.302DEBG INFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.48/32 -> 10.0.0.255 |
| 9675 | 2026-07-16T03:58:19.217Z | |
| 9676 | 2026-07-16T03:58:19.217Z | |
| 9677 | 2026-07-16T03:58:19.217Z | test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 9678 | 2026-07-16T03:58:19.217Z | |
| 9679 | 2026-07-16T03:58:19.217Z | 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 } }] |
| 9680 | 2026-07-16T03:58:19.217Z | Jul 16 03:58:18.303Jul 16 03:58:18.303 DEBGINFO Jul 16 03:58:18.303 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.6/32 -> 10.0.0.255 |
| 9681 | 2026-07-16T03:58:19.217Z | |
| 9682 | 2026-07-16T03:58:19.217Z | INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9683 | 2026-07-16T03:58:19.217Z | Jul 16 03:58:18.303Jul 16 03:58:18.303 Jul 16 03:58:18.303INFODEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9684 | 2026-07-16T03:58:19.217Z | 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 } }] |
| 9685 | 2026-07-16T03:58:19.217Z | |
| 9686 | 2026-07-16T03:58:19.217Z | Jul 16 03:58:18.303Jul 16 03:58:18.303Jul 16 03:58:18.303 DEBG INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9687 | 2026-07-16T03:58:19.217Z | adding route 172.17.0.63/32 -> 10.0.0.255INFO |
| 9688 | 2026-07-16T03:58:19.217Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9689 | 2026-07-16T03:58:19.217Z | Jul 16 03:58:18.303 Jul 16 03:58:18.303INFO Jul 16 03:58:18.303DEBG 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 } }]DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 9690 | 2026-07-16T03:58:19.217Z | |
| 9691 | 2026-07-16T03:58:19.217Z | 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 } }] |
| 9692 | 2026-07-16T03:58:19.217Z | Jul 16 03:58:18.303Jul 16 03:58:18.303Jul 16 03:58:18.303 DEBGDEBG 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 } }] |
| 9693 | 2026-07-16T03:58:19.217Z | failed to allocate space for the new target listadding route 172.17.0.8/32 -> 10.0.0.255 |
| 9694 | 2026-07-16T03:58:19.217Z | |
| 9695 | 2026-07-16T03:58:19.217Z | Jul 16 03:58:18.303Jul 16 03:58:18.303 INFOJul 16 03:58:18.303DEBG adding route 172.17.0.51/32 -> 10.0.0.255 DEBG |
| 9696 | 2026-07-16T03:58:19.217Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9697 | 2026-07-16T03:58:19.217Z | |
| 9698 | 2026-07-16T03:58:19.217Z | Jul 16 03:58:18.303 DEBGJul 16 03:58:18.303Jul 16 03:58:18.303 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 |
| 9699 | 2026-07-16T03:58:19.218Z | DEBG failed to allocate space for the new target listadding route 172.17.0.9/32 -> 10.0.0.255 |
| 9700 | 2026-07-16T03:58:19.218Z | |
| 9701 | 2026-07-16T03:58:19.218Z | Jul 16 03:58:18.303 INFO Jul 16 03:58:18.303adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9702 | 2026-07-16T03:58:19.218Z | 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 } }] |
| 9703 | 2026-07-16T03:58:19.218Z | Jul 16 03:58:18.303 DEBGJul 16 03:58:18.303 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 |
| 9704 | 2026-07-16T03:58:19.218Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9705 | 2026-07-16T03:58:19.218Z | Jul 16 03:58:18.303 Jul 16 03:58:18.303INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 9706 | 2026-07-16T03:58:19.218Z | 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 } }] |
| 9707 | 2026-07-16T03:58:19.222Z | Jul 16 03:58:18.303 Jul 16 03:58:18.303DEBG 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 } }] |
| 9708 | 2026-07-16T03:58:19.222Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9709 | 2026-07-16T03:58:19.222Z | Jul 16 03:58:18.303Jul 16 03:58:18.303 INFODEBG adding route 172.17.0.54/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 } }] |
| 9710 | 2026-07-16T03:58:19.222Z | |
| 9711 | 2026-07-16T03:58:19.222Z | Jul 16 03:58:18.303Jul 16 03:58:18.303 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.12/32 -> 10.0.0.255 |
| 9712 | 2026-07-16T03:58:19.222Z | |
| 9713 | 2026-07-16T03:58:19.222Z | Jul 16 03:58:18.303Jul 16 03:58:18.303 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.55/32 -> 10.0.0.255 |
| 9714 | 2026-07-16T03:58:19.223Z | |
| 9715 | 2026-07-16T03:58:19.223Z | Jul 16 03:58:18.303Jul 16 03:58:18.303 INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9716 | 2026-07-16T03:58:19.223Z | |
| 9717 | 2026-07-16T03:58:19.223Z | Jul 16 03:58:18.303 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 } }] |
| 9718 | 2026-07-16T03:58:19.223Z | Jul 16 03:58:18.303 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9719 | 2026-07-16T03:58:19.223Z | Jul 16 03:58:18.303Jul 16 03:58:18.303 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 } }] |
| 9720 | 2026-07-16T03:58:19.223Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255Jul 16 03:58:18.303 |
| 9721 | 2026-07-16T03:58:19.223Z | INFO Jul 16 03:58:18.310adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9722 | 2026-07-16T03:58:19.223Z | 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 } }] |
| 9723 | 2026-07-16T03:58:19.223Z | Jul 16 03:58:18.310 DEBGJul 16 03:58:18.310 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9724 | 2026-07-16T03:58:19.223Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9725 | 2026-07-16T03:58:19.223Z | Jul 16 03:58:18.310 INFOJul 16 03:58:18.310 adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9726 | 2026-07-16T03:58:19.223Z | Jul 16 03:58:18.310DEBG 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 } }] |
| 9727 | 2026-07-16T03:58:19.223Z | 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 } }] |
| 9728 | 2026-07-16T03:58:19.223Z | Jul 16 03:58:18.310Jul 16 03:58:18.310 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9729 | 2026-07-16T03:58:19.223Z | |
| 9730 | 2026-07-16T03:58:19.223Z | Jul 16 03:58:18.311Jul 16 03:58:18.311 DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9731 | 2026-07-16T03:58:19.223Z | |
| 9732 | 2026-07-16T03:58:19.223Z | Jul 16 03:58:18.311Jul 16 03:58:18.311 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9733 | 2026-07-16T03:58:19.223Z | |
| 9734 | 2026-07-16T03:58:19.223Z | Jul 16 03:58:18.311Jul 16 03:58:18.311 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.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 } }] |
| 9735 | 2026-07-16T03:58:19.223Z | |
| 9736 | 2026-07-16T03:58:19.223Z | Jul 16 03:58:18.311Jul 16 03:58:18.311 INFOINFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9737 | 2026-07-16T03:58:19.223Z | |
| 9738 | 2026-07-16T03:58:19.223Z | Jul 16 03:58:18.311Jul 16 03:58:18.311 DEBGDEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9739 | 2026-07-16T03:58:19.223Z | |
| 9740 | 2026-07-16T03:58:19.223Z | Jul 16 03:58:18.311Jul 16 03:58:18.311 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9741 | 2026-07-16T03:58:19.224Z | |
| 9742 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311Jul 16 03:58:18.311 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9743 | 2026-07-16T03:58:19.224Z | |
| 9744 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311Jul 16 03:58:18.311 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255failed to allocate space for the new target list |
| 9745 | 2026-07-16T03:58:19.224Z | |
| 9746 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311Jul 16 03:58:18.311 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9747 | 2026-07-16T03:58:19.224Z | |
| 9748 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9749 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 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 } }] |
| 9750 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9751 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 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 } }] |
| 9752 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9753 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 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 } }] |
| 9754 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9755 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 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 } }] |
| 9756 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9757 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 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 } }] |
| 9758 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9759 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 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 } }] |
| 9760 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9761 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 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 } }] |
| 9762 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9763 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 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 } }] |
| 9764 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9765 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 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 } }] |
| 9766 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9767 | 2026-07-16T03:58:19.224Z | |
| 9768 | 2026-07-16T03:58:19.224Z | Jul 16 03:58:18.311 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 } }] |
| 9769 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9770 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 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 } }] |
| 9771 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9772 | 2026-07-16T03:58:19.225Z | running 0 tests |
| 9773 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 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 } }] |
| 9774 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9775 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 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 } }] |
| 9776 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9777 | 2026-07-16T03:58:19.225Z | |
| 9778 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 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 } }] |
| 9779 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9780 | 2026-07-16T03:58:19.225Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9781 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 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 } }] |
| 9782 | 2026-07-16T03:58:19.225Z | |
| 9783 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9784 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 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 } }] |
| 9785 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9786 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 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 } }] |
| 9787 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9788 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 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 } }] |
| 9789 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9790 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 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 } }] |
| 9791 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9792 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 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 } }] |
| 9793 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9794 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 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 } }] |
| 9795 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9796 | 2026-07-16T03:58:19.225Z | Jul 16 03:58:18.311 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 } }] |
| 9797 | 2026-07-16T03:58:19.226Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9798 | 2026-07-16T03:58:19.226Z | Jul 16 03:58:18.311 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 } }] |
| 9799 | 2026-07-16T03:58:19.226Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9800 | 2026-07-16T03:58:19.226Z | Jul 16 03:58:18.311 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 } }] |
| 9801 | 2026-07-16T03:58:19.226Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9802 | 2026-07-16T03:58:19.226Z | Jul 16 03:58:18.311 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 } }] |
| 9803 | 2026-07-16T03:58:19.226Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9804 | 2026-07-16T03:58:19.226Z | Jul 16 03:58:18.311 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 } }] |
| 9805 | 2026-07-16T03:58:19.226Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9806 | 2026-07-16T03:58:19.226Z | Jul 16 03:58:18.311 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 } }] |
| 9807 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9808 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 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 } }] |
| 9809 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9810 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 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 } }] |
| 9811 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9812 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 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 } }] |
| 9813 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9814 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 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 } }] |
| 9815 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9816 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 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 } }] |
| 9817 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9818 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 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 } }] |
| 9819 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9820 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 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 } }] |
| 9821 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9822 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 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 } }] |
| 9823 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9824 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 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 } }] |
| 9825 | 2026-07-16T03:58:19.230Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9826 | 2026-07-16T03:58:19.231Z | Jul 16 03:58:18.311 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 } }] |
| 9827 | 2026-07-16T03:58:19.231Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9828 | 2026-07-16T03:58:19.231Z | Jul 16 03:58:18.311 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 } }] |
| 9829 | 2026-07-16T03:58:19.231Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9830 | 2026-07-16T03:58:19.231Z | Jul 16 03:58:18.311 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 } }] |
| 9831 | 2026-07-16T03:58:19.231Z | Jul 16 03:58:18.311 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9832 | 2026-07-16T03:58:19.231Z | Jul 16 03:58:18.311 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 } }] |
| 9833 | 2026-07-16T03:58:19.231Z | Jul 16 03:58:18.311 DEBG failed to allocate space for the new target list |
| 9834 | 2026-07-16T03:58:19.231Z | Jul 16 03:58:18.311 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 } }] |
| 9835 | 2026-07-16T03:58:19.231Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-1667c0e1525b43e7) |
| 9836 | 2026-07-16T03:58:19.231Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-4faf3fbc4e4f0560) |
| 9837 | 2026-07-16T03:58:19.231Z | |
| 9838 | 2026-07-16T03:58:19.231Z | running 0 tests |
| 9839 | 2026-07-16T03:58:19.231Z | |
| 9840 | 2026-07-16T03:58:19.231Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9841 | 2026-07-16T03:58:19.231Z | |
| 9842 | 2026-07-16T03:58:19.231Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-5bfc5496d43f373b) |
| 9843 | 2026-07-16T03:58:19.231Z | |
| 9844 | 2026-07-16T03:58:19.231Z | running 6 tests |
| 9845 | 2026-07-16T03:58:19.231Z | test tests::test_full_lot_id_neither_present ... ok |
| 9846 | 2026-07-16T03:58:19.231Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9847 | 2026-07-16T03:58:19.231Z | test tests::test_full_lot_id_both_present ... ok |
| 9848 | 2026-07-16T03:58:19.231Z | test tests::test_full_lot_id_lot_only ... ok |
| 9849 | 2026-07-16T03:58:19.231Z | test tests::test_port_id_cmp ... ok |
| 9850 | 2026-07-16T03:58:19.231Z | test tests::test_parse_client_port_id ... ok |
| 9851 | 2026-07-16T03:58:19.231Z | |
| 9852 | 2026-07-16T03:58:19.231Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9853 | 2026-07-16T03:58:19.232Z | |
| 9854 | 2026-07-16T03:58:19.232Z | Running tests/test_all.rs (target/debug/deps/test_all-17d0247d6e7b784f) |
| 9855 | 2026-07-16T03:58:19.232Z | |
| 9856 | 2026-07-16T03:58:19.232Z | running 6 tests |
| 9857 | 2026-07-16T03:58:22.234Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9858 | 2026-07-16T03:58:22.242Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9859 | 2026-07-16T03:58:22.243Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9860 | 2026-07-16T03:58:22.243Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9861 | 2026-07-16T03:58:22.563Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9862 | 2026-07-16T03:58:23.587Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9863 | 2026-07-16T03:58:23.587Z | |
| 9864 | 2026-07-16T03:58:23.587Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.37s |
| 9865 | 2026-07-16T03:58:23.587Z | |
| 9866 | 2026-07-16T03:58:23.593Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-49acb7e11cff4046) |
| 9867 | 2026-07-16T03:58:23.599Z | |
| 9868 | 2026-07-16T03:58:23.599Z | running 0 tests |
| 9869 | 2026-07-16T03:58:23.599Z | |
| 9870 | 2026-07-16T03:58:23.602Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9871 | 2026-07-16T03:58:23.602Z | |
| 9872 | 2026-07-16T03:58:23.602Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c19f96435c4f4db9) |
| 9873 | 2026-07-16T03:58:23.605Z | |
| 9874 | 2026-07-16T03:58:23.605Z | running 0 tests |
| 9875 | 2026-07-16T03:58:23.605Z | |
| 9876 | 2026-07-16T03:58:23.605Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9877 | 2026-07-16T03:58:23.605Z | |
| 9878 | 2026-07-16T03:58:23.605Z | Running unittests src/lib.rs (target/debug/deps/packet-5467ccaad4d924ed) |
| 9879 | 2026-07-16T03:58:23.611Z | |
| 9880 | 2026-07-16T03:58:23.611Z | running 12 tests |
| 9881 | 2026-07-16T03:58:23.614Z | test ipv6::test_ipv6_parse ... ok |
| 9882 | 2026-07-16T03:58:23.614Z | test icmp::test_v6_checksum ... ok |
| 9883 | 2026-07-16T03:58:23.614Z | test icmp::test_v4_checksum ... ok |
| 9884 | 2026-07-16T03:58:23.614Z | test lldp::test_lldp_parse ... ok |
| 9885 | 2026-07-16T03:58:23.614Z | test pbuf::test_byte ... ok |
| 9886 | 2026-07-16T03:58:23.614Z | test pbuf::test_short ... ok |
| 9887 | 2026-07-16T03:58:23.614Z | test pbuf::test_overflow ... ok |
| 9888 | 2026-07-16T03:58:23.614Z | test pbuf::test_twelve ... ok |
| 9889 | 2026-07-16T03:58:23.614Z | test pbuf::test_nibble ... ok |
| 9890 | 2026-07-16T03:58:23.614Z | test pbuf::test_word ... ok |
| 9891 | 2026-07-16T03:58:23.614Z | test tcp::test_checksum_ack_data ... ok |
| 9892 | 2026-07-16T03:58:23.614Z | test tcp::test_checksum_syn_nodata ... ok |
| 9893 | 2026-07-16T03:58:23.614Z | |
| 9894 | 2026-07-16T03:58:23.614Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9895 | 2026-07-16T03:58:23.614Z | |
| 9896 | 2026-07-16T03:58:23.614Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9897 | 2026-07-16T03:58:23.618Z | |
| 9898 | 2026-07-16T03:58:23.618Z | running 0 tests |
| 9899 | 2026-07-16T03:58:23.618Z | |
| 9900 | 2026-07-16T03:58:23.618Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9901 | 2026-07-16T03:58:23.618Z | |
| 9902 | 2026-07-16T03:58:23.620Z | Running unittests src/main.rs (target/debug/deps/swadm-b5e77e1b4c6e02d7) |
| 9903 | 2026-07-16T03:58:23.628Z | |
| 9904 | 2026-07-16T03:58:23.628Z | running 5 tests |
| 9905 | 2026-07-16T03:58:23.633Z | test switchport::test::test_compute_lanes ... ok |
| 9906 | 2026-07-16T03:58:23.638Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 9907 | 2026-07-16T03:58:23.638Z | State: Activated Activated Activated Activated |
| 9908 | 2026-07-16T03:58:23.638Z | Rx Output Enabled: false false false false |
| 9909 | 2026-07-16T03:58:23.639Z | Rx Output Status: valid valid valid valid |
| 9910 | 2026-07-16T03:58:23.639Z | Rx Loss-of-lock: true true true true |
| 9911 | 2026-07-16T03:58:23.639Z | Rx Loss-of-signal: false false false false |
| 9912 | 2026-07-16T03:58:23.639Z | Rx Auto-squelch Disable: true true true true |
| 9913 | 2026-07-16T03:58:23.639Z | Tx Output Enabled: true true true true |
| 9914 | 2026-07-16T03:58:23.639Z | Tx Output Status: invalid Lane 0invalid invalid Lane 1invalid |
| 9915 | 2026-07-16T03:58:23.639Z | Lane 2 Tx Loss-of-lock: false Lane 3false |
| 9916 | 2026-07-16T03:58:23.639Z | false false Rx Loss-of-lock: Yes |
| 9917 | 2026-07-16T03:58:23.639Z | Tx Loss-of-signal: trueYes true Yes trueYes |
| 9918 | 2026-07-16T03:58:23.639Z | test switchport::test::port_id_ordering ... Rx Loss-of-signal: Yes Yes Yes Yes |
| 9919 | 2026-07-16T03:58:23.639Z | Rx CDR Enabled: Yesok |
| 9920 | 2026-07-16T03:58:23.639Z | Yes Yes Yes |
| 9921 | 2026-07-16T03:58:23.639Z | Tx Enabled: Yes Yes Yes Yes |
| 9922 | 2026-07-16T03:58:23.639Z | Tx Loss-of-lock: No No No No |
| 9923 | 2026-07-16T03:58:23.639Z | Tx Loss-of-signal: No No No No |
| 9924 | 2026-07-16T03:58:23.639Z | Tx CDR Enabled: No No No No |
| 9925 | 2026-07-16T03:58:23.639Z | Tx Adaptive EQ Fault: No No No No |
| 9926 | 2026-07-16T03:58:23.639Z | Tx Fault: Yes Yes trueYes Yes |
| 9927 | 2026-07-16T03:58:23.639Z | |
| 9928 | 2026-07-16T03:58:23.639Z | Tx Auto-squelch Disable: false false false false |
| 9929 | 2026-07-16T03:58:23.639Z | Tx Adaptive EQ Fail: true true true true |
| 9930 | 2026-07-16T03:58:23.639Z | Tx Failure: false false false false |
| 9931 | 2026-07-16T03:58:23.639Z | Tx Force Squelch: true true true true |
| 9932 | 2026-07-16T03:58:23.639Z | Tx Input Polarity: normal normal normal normal |
| 9933 | 2026-07-16T03:58:23.639Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9934 | 2026-07-16T03:58:23.639Z | test switchport::test::test_print_sff_datapath ... ok |
| 9935 | 2026-07-16T03:58:23.639Z | test link::test_filter ... ok |
| 9936 | 2026-07-16T03:58:23.639Z | |
| 9937 | 2026-07-16T03:58:23.639Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9938 | 2026-07-16T03:58:23.639Z | |
| 9939 | 2026-07-16T03:58:23.644Z | Running tests/counters.rs (target/debug/deps/counters-6e751203800012fa) |
| 9940 | 2026-07-16T03:58:23.644Z | |
| 9941 | 2026-07-16T03:58:23.644Z | running 1 test |
| 9942 | 2026-07-16T03:58:23.644Z | test test_p4_counter_list ... ignored |
| 9943 | 2026-07-16T03:58:23.644Z | |
| 9944 | 2026-07-16T03:58:23.644Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9945 | 2026-07-16T03:58:23.644Z | |
| 9946 | 2026-07-16T03:58:23.647Z | Running tests/port-link.rs (target/debug/deps/port_link-e62229fcbb1d5341) |
| 9947 | 2026-07-16T03:58:23.647Z | |
| 9948 | 2026-07-16T03:58:23.647Z | running 5 tests |
| 9949 | 2026-07-16T03:58:23.647Z | test test_an ... ignored |
| 9950 | 2026-07-16T03:58:23.647Z | test test_enable ... ignored |
| 9951 | 2026-07-16T03:58:23.647Z | test test_ip_addresses ... ignored |
| 9952 | 2026-07-16T03:58:23.647Z | test test_kr ... ignored |
| 9953 | 2026-07-16T03:58:23.647Z | test test_mac ... ignored |
| 9954 | 2026-07-16T03:58:23.647Z | |
| 9955 | 2026-07-16T03:58:23.647Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9956 | 2026-07-16T03:58:23.647Z | |
| 9957 | 2026-07-16T03:58:23.647Z | Running unittests src/main.rs (target/debug/deps/tfportd-84a531f70c1c28e6) |
| 9958 | 2026-07-16T03:58:23.652Z | |
| 9959 | 2026-07-16T03:58:23.652Z | running 3 tests |
| 9960 | 2026-07-16T03:58:23.652Z | test linklocal::test_parse_ipadm ... ok |
| 9961 | 2026-07-16T03:58:23.652Z | test tfport::test_parse_tfport ... ok |
| 9962 | 2026-07-16T03:58:23.652Z | test config::tests::test_updates ... ok |
| 9963 | 2026-07-16T03:58:23.652Z | |
| 9964 | 2026-07-16T03:58:23.652Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9965 | 2026-07-16T03:58:23.652Z | |
| 9966 | 2026-07-16T03:58:23.655Z | Running unittests src/main.rs (target/debug/deps/uplinkd-f33c122d2d65ca84) |
| 9967 | 2026-07-16T03:58:23.660Z | |
| 9968 | 2026-07-16T03:58:23.660Z | running 0 tests |
| 9969 | 2026-07-16T03:58:23.660Z | |
| 9970 | 2026-07-16T03:58:23.660Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9971 | 2026-07-16T03:58:23.660Z | |
| 9972 | 2026-07-16T03:58:23.660Z | Running unittests src/main.rs (target/debug/deps/xtask-6f1ac2a60163755c) |
| 9973 | 2026-07-16T03:58:23.664Z | |
| 9974 | 2026-07-16T03:58:23.664Z | running 0 tests |
| 9975 | 2026-07-16T03:58:23.664Z | |
| 9976 | 2026-07-16T03:58:23.664Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9977 | 2026-07-16T03:58:23.664Z | |
| 9978 | 2026-07-16T03:58:23.664Z | Doc-tests aal |
| 9979 | 2026-07-16T03:58:23.858Z | |
| 9980 | 2026-07-16T03:58:23.858Z | running 0 tests |
| 9981 | 2026-07-16T03:58:23.858Z | |
| 9982 | 2026-07-16T03:58:23.858Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9983 | 2026-07-16T03:58:23.858Z | |
| 9984 | 2026-07-16T03:58:23.877Z | Doc-tests aal_macros |
| 9985 | 2026-07-16T03:58:23.951Z | |
| 9986 | 2026-07-16T03:58:23.951Z | running 0 tests |
| 9987 | 2026-07-16T03:58:23.951Z | |
| 9988 | 2026-07-16T03:58:23.951Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9989 | 2026-07-16T03:58:23.951Z | |
| 9990 | 2026-07-16T03:58:23.963Z | Doc-tests common |
| 9991 | 2026-07-16T03:58:24.207Z | |
| 9992 | 2026-07-16T03:58:24.207Z | running 0 tests |
| 9993 | 2026-07-16T03:58:24.207Z | |
| 9994 | 2026-07-16T03:58:24.207Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9995 | 2026-07-16T03:58:24.207Z | |
| 9996 | 2026-07-16T03:58:24.229Z | Doc-tests dpd_api |
| 9997 | 2026-07-16T03:58:25.095Z | |
| 9998 | 2026-07-16T03:58:25.095Z | running 2 tests |
| 9999 | 2026-07-16T03:58:25.096Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 10000 | 2026-07-16T03:58:25.096Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 10001 | 2026-07-16T03:58:25.096Z | |
| 10002 | 2026-07-16T03:58:25.096Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10003 | 2026-07-16T03:58:25.096Z | |
| 10004 | 2026-07-16T03:58:25.129Z | Doc-tests dpd_client |
| 10005 | 2026-07-16T03:58:26.554Z | |
| 10006 | 2026-07-16T03:58:26.554Z | running 0 tests |
| 10007 | 2026-07-16T03:58:26.554Z | |
| 10008 | 2026-07-16T03:58:26.554Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10009 | 2026-07-16T03:58:26.554Z | |
| 10010 | 2026-07-16T03:58:26.602Z | Doc-tests dpd_types |
| 10011 | 2026-07-16T03:58:26.812Z | |
| 10012 | 2026-07-16T03:58:26.812Z | running 0 tests |
| 10013 | 2026-07-16T03:58:26.812Z | |
| 10014 | 2026-07-16T03:58:26.813Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10015 | 2026-07-16T03:58:26.813Z | |
| 10016 | 2026-07-16T03:58:26.839Z | Doc-tests dpd_types_versions |
| 10017 | 2026-07-16T03:58:28.063Z | |
| 10018 | 2026-07-16T03:58:28.063Z | running 1 test |
| 10019 | 2026-07-16T03:58:28.063Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10020 | 2026-07-16T03:58:28.063Z | |
| 10021 | 2026-07-16T03:58:28.063Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10022 | 2026-07-16T03:58:28.063Z | |
| 10023 | 2026-07-16T03:58:28.108Z | Doc-tests packet |
| 10024 | 2026-07-16T03:58:28.222Z | |
| 10025 | 2026-07-16T03:58:28.222Z | running 0 tests |
| 10026 | 2026-07-16T03:58:28.222Z | |
| 10027 | 2026-07-16T03:58:28.222Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10028 | 2026-07-16T03:58:28.222Z | |
| 10029 | 2026-07-16T03:58:28.239Z | Doc-tests pcap |
| 10030 | 2026-07-16T03:58:28.296Z | |
| 10031 | 2026-07-16T03:58:28.296Z | running 0 tests |
| 10032 | 2026-07-16T03:58:28.296Z | |
| 10033 | 2026-07-16T03:58:28.296Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10034 | 2026-07-16T03:58:28.296Z | |
| 10035 | 2026-07-16T03:58:28.347Z | process exited: duration 585202 ms, exit code 0 |
| |
| 10036 | 2026-07-16T03:58:28.354Z | found 0 output files |