|
|
|
| 1 | 2026-08-11T11:14:24.033Z | job assigned to worker 01KZR8E4V8X4VZCRQMFF2QPKS4 [factory aws, i-052d6a8e5a4ad2b62] (queued for 55 s) |
| |
| 2 | 2026-08-11T11:14:30.529Z | starting task 0: "setup" |
| 3 | 2026-08-11T11:14:30.534Z | ++ uname -s |
| 4 | 2026-08-11T11:14:30.538Z | + kern=SunOS |
| 5 | 2026-08-11T11:14:30.538Z | + build_user=build |
| 6 | 2026-08-11T11:14:30.538Z | + build_uid=12345 |
| 7 | 2026-08-11T11:14:30.539Z | + work_dir=/work |
| 8 | 2026-08-11T11:14:30.539Z | + input_dir=/input |
| 9 | 2026-08-11T11:14:30.539Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-11T11:14:30.539Z | + case "$kern" in |
| 11 | 2026-08-11T11:14:30.539Z | + groupadd -g 12345 build |
| 12 | 2026-08-11T11:14:30.539Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-11T11:14:32.542Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-11T11:14:32.683Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-11T11:14:32.686Z | + home_fs=zfs |
| 16 | 2026-08-11T11:14:32.686Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-11T11:14:32.686Z | + mkdir -p /home/build |
| 18 | 2026-08-11T11:14:32.686Z | + chown build:build /home/build /work |
| 19 | 2026-08-11T11:14:34.687Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-11T11:14:34.690Z | process exited: duration 4163 ms, exit code 0 |
| |
| 21 | 2026-08-11T11:14:34.697Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-11T11:14:34.702Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-08-11T11:14:34.702Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-08-11T11:14:34.702Z | * rust toolchain profile = "default" |
| 25 | 2026-08-11T11:14:34.702Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-11T11:14:34.702Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-11T11:14:34.702Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-11T11:14:34.705Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-11T11:14:34.705Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-11T11:14:34.784Z | info: downloading installer |
| 31 | 2026-08-11T11:14:36.087Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-11T11:14:36.087Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-11T11:14:36.087Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-11T11:14:36.087Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-11T11:14:36.098Z | info: profile set to default |
| 36 | 2026-08-11T11:14:36.098Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-11T11:14:36.098Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-11T11:14:36.239Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-11T11:14:36.254Z | info: downloading 6 components |
| 40 | 2026-08-11T11:14:51.536Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-08-11T11:14:51.536Z | |
| 42 | 2026-08-11T11:14:51.567Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-11T11:14:51.567Z | |
| 44 | 2026-08-11T11:14:51.567Z | |
| 45 | 2026-08-11T11:14:51.567Z | Rust is installed now. Great! |
| 46 | 2026-08-11T11:14:51.567Z | |
| 47 | 2026-08-11T11:14:51.567Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-11T11:14:51.567Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-11T11:14:51.567Z | |
| 50 | 2026-08-11T11:14:51.567Z | To configure your current shell, you need to source |
| 51 | 2026-08-11T11:14:51.567Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-11T11:14:51.567Z | |
| 53 | 2026-08-11T11:14:51.567Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-11T11:14:51.567Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-11T11:14:51.567Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-11T11:14:51.567Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-11T11:14:51.567Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-11T11:14:51.567Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-11T11:14:51.567Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-11T11:14:51.572Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-11T11:14:51.573Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-11T11:14:51.656Z | + rustup --version |
| 63 | 2026-08-11T11:14:51.670Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-11T11:14:51.675Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-11T11:14:51.689Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-11T11:14:51.693Z | + cargo --version |
| 67 | 2026-08-11T11:14:51.705Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-11T11:14:51.711Z | + rustc --version |
| 69 | 2026-08-11T11:14:51.726Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-11T11:14:51.730Z | process exited: duration 17030 ms, exit code 0 |
| |
| 71 | 2026-08-11T11:14:51.737Z | starting task 2: "authentication" |
| 72 | 2026-08-11T11:14:51.754Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-11T11:14:51.760Z | starting task 3: "clone repository" |
| 74 | 2026-08-11T11:14:51.764Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-11T11:14:51.768Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-11T11:14:51.796Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-11T11:14:52.523Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-11T11:14:52.523Z | + git fetch origin 7ee059d05d0f8289d881286847f1baaab85d44f1 |
| 79 | 2026-08-11T11:14:52.827Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-11T11:14:52.827Z | * branch 7ee059d05d0f8289d881286847f1baaab85d44f1 -> FETCH_HEAD |
| 81 | 2026-08-11T11:14:52.835Z | + [[ -n nsk/nat-3-natmap ]] |
| 82 | 2026-08-11T11:14:52.838Z | ++ git branch --show-current |
| 83 | 2026-08-11T11:14:52.838Z | + current=main |
| 84 | 2026-08-11T11:14:52.838Z | + [[ main != nsk/nat-3-natmap ]] |
| 85 | 2026-08-11T11:14:52.838Z | + git branch -f nsk/nat-3-natmap 7ee059d05d0f8289d881286847f1baaab85d44f1 |
| 86 | 2026-08-11T11:14:52.838Z | + git checkout -f nsk/nat-3-natmap |
| 87 | 2026-08-11T11:14:52.855Z | Switched to branch 'nsk/nat-3-natmap' |
| 88 | 2026-08-11T11:14:52.862Z | + git reset --hard 7ee059d05d0f8289d881286847f1baaab85d44f1 |
| 89 | 2026-08-11T11:14:52.873Z | HEAD is now at 7ee059d unify the per-family NAT mapping code |
| 90 | 2026-08-11T11:14:52.876Z | process exited: duration 1112 ms, exit code 0 |
| |
| 91 | 2026-08-11T11:14:52.882Z | starting task 4: "build" |
| 92 | 2026-08-11T11:14:52.886Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-11T11:14:52.891Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-08-11T11:14:52.891Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-08-11T11:14:52.891Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-08-11T11:14:52.891Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-08-11T11:14:52.891Z | +++ uname -s |
| 98 | 2026-08-11T11:14:52.891Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-11T11:14:52.891Z | ++ SERIES=illumos |
| 100 | 2026-08-11T11:14:52.891Z | +++ uname -s |
| 101 | 2026-08-11T11:14:52.891Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-11T11:14:52.891Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-08-11T11:14:52.891Z | ++ rustup show active-toolchain |
| 104 | 2026-08-11T11:14:52.897Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-11T11:14:52.902Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-11T11:14:52.902Z | ++ banner 'sde setup' |
| 107 | 2026-08-11T11:14:52.902Z | |
| 108 | 2026-08-11T11:14:52.902Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-11T11:14:52.902Z | # # # # # # # # # # # |
| 110 | 2026-08-11T11:14:52.902Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-11T11:14:52.902Z | # # # # # # # # # ##### |
| 112 | 2026-08-11T11:14:52.902Z | # # # # # # # # # # # # |
| 113 | 2026-08-11T11:14:52.902Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-11T11:14:52.902Z | |
| 115 | 2026-08-11T11:14:52.902Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-11T11:14:52.902Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-11T11:14:52.902Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-11T11:14:52.902Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-11T11:14:52.902Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-08-11T11:14:52.910Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-11T11:14:52.910Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-11T11:14:54.387Z |
0 0 0 0 0 0 0 0 0
66 76.03M 66 50.72M 0 0 47.77M 0 00:01 00:01 47.78M
100 76.03M 100 76.03M 0 0 51.34M 0 00:01 00:01 47.78M
100 76.03M 100 76.03M 0 0 51.33M 0 00:01 00:01 47.78M
100 76.03M 100 76.03M 0 0 51.33M 0 00:01 00:01 47.78M |
| 123 | 2026-08-11T11:14:54.393Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-11T11:14:54.447Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-08-11T11:14:54.458Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-08-11T11:14:54.458Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-11T11:14:57.479Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-11T11:14:57.757Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-11T11:14:57.805Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-11T11:14:59.497Z | Planning: Solver setup ... Done |
| 131 | 2026-08-11T11:14:59.549Z | Planning: Running solver ... Done |
| 132 | 2026-08-11T11:14:59.583Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-11T11:14:59.586Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-11T11:14:59.590Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-11T11:14:59.604Z | Planning: Package planning ... Done |
| 136 | 2026-08-11T11:14:59.610Z | Planning: Merging actions ... Done |
| 137 | 2026-08-11T11:14:59.699Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-11T11:14:59.702Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-11T11:15:00.523Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-11T11:15:00.528Z | Planning: Planning completed in 2.71 seconds |
| 141 | 2026-08-11T11:15:00.532Z | Packages to install: 1 |
| 142 | 2026-08-11T11:15:00.532Z | Create boot environment: No |
| 143 | 2026-08-11T11:15:00.532Z | Create backup boot environment: No |
| 144 | 2026-08-11T11:15:00.556Z | |
| 145 | 2026-08-11T11:15:00.556Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-11T11:15:00.703Z | Download: Completed 75.30 MB in 0.15 seconds (510M/s) |
| 147 | 2026-08-11T11:15:00.853Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-11T11:15:01.814Z | Actions: Completed 293 actions in 0.96 seconds. |
| 149 | 2026-08-11T11:15:01.818Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-11T11:15:01.860Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-11T11:15:01.929Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-11T11:15:04.445Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-11T11:15:04.522Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-11T11:15:04.525Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-11T11:15:04.750Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-11T11:15:04.889Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-11T11:15:04.889Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-11T11:15:04.894Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-11T11:15:04.894Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-11T11:15:04.894Z | ++ banner packages |
| 161 | 2026-08-11T11:15:04.894Z | |
| 162 | 2026-08-11T11:15:04.895Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-11T11:15:04.895Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-11T11:15:04.895Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-11T11:15:04.895Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-11T11:15:04.895Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-11T11:15:04.895Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-11T11:15:04.895Z | |
| 169 | 2026-08-11T11:15:04.895Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-11T11:15:05.161Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-11T11:15:05.164Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-11T11:15:06.584Z | Planning: Solver setup ... Done |
| 173 | 2026-08-11T11:15:06.637Z | Planning: Running solver ... Done |
| 174 | 2026-08-11T11:15:06.672Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-11T11:15:06.675Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-11T11:15:06.675Z | Planning: Planning completed in 1.51 seconds |
| 177 | 2026-08-11T11:15:06.692Z | No updates necessary for this image. |
| 178 | 2026-08-11T11:15:06.805Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-11T11:15:07.020Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-11T11:15:07.128Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-11T11:15:07.131Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-11T11:15:07.292Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-11T11:15:07.295Z | Planning: Planning completed in 0.27 seconds |
| 184 | 2026-08-11T11:15:07.316Z | Mediators to change: 2 |
| 185 | 2026-08-11T11:15:07.316Z | Create boot environment: No |
| 186 | 2026-08-11T11:15:07.316Z | Create backup boot environment: No |
| 187 | 2026-08-11T11:15:07.363Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-11T11:15:07.363Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-11T11:15:07.400Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-11T11:15:09.429Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-11T11:15:09.493Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-11T11:15:09.501Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-11T11:15:09.563Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-11T11:15:09.639Z | ++ cargo --version |
| 195 | 2026-08-11T11:15:09.646Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-08-11T11:15:09.656Z | ++ rustc --version |
| 197 | 2026-08-11T11:15:09.674Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-08-11T11:15:09.701Z | + banner copyrights |
| 199 | 2026-08-11T11:15:09.701Z | |
| 200 | 2026-08-11T11:15:09.701Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-11T11:15:09.701Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-11T11:15:09.701Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-11T11:15:09.701Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-11T11:15:09.701Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-11T11:15:09.701Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-11T11:15:09.701Z | |
| 207 | 2026-08-11T11:15:09.701Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-11T11:15:09.971Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-08-11T11:15:10.754Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-08-11T11:15:11.218Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-08-11T11:15:11.310Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-08-11T11:15:11.484Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-08-11T11:15:11.717Z | + banner clippy |
| 214 | 2026-08-11T11:15:11.721Z | |
| 215 | 2026-08-11T11:15:11.721Z | #### # # ##### ##### # # |
| 216 | 2026-08-11T11:15:11.721Z | # # # # # # # # # # |
| 217 | 2026-08-11T11:15:11.721Z | # # # # # # # # |
| 218 | 2026-08-11T11:15:11.721Z | # # # ##### ##### # |
| 219 | 2026-08-11T11:15:11.721Z | # # # # # # # |
| 220 | 2026-08-11T11:15:11.721Z | #### ###### # # # # |
| 221 | 2026-08-11T11:15:11.721Z | |
| 222 | 2026-08-11T11:15:11.721Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-08-11T11:15:11.721Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-08-11T11:15:11.860Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-08-11T11:15:21.795Z | Updating crates.io index |
| 226 | 2026-08-11T11:15:21.798Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-08-11T11:15:22.119Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-08-11T11:15:22.903Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-08-11T11:15:23.191Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-08-11T11:15:23.486Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-08-11T11:15:24.449Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 232 | 2026-08-11T11:15:24.904Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-08-11T11:15:25.240Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-08-11T11:15:25.623Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-08-11T11:15:26.149Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-08-11T11:15:26.460Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-08-11T11:15:26.832Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-08-11T11:15:27.713Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-08-11T11:15:28.155Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-08-11T11:15:28.615Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-08-11T11:15:29.669Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-08-11T11:15:30.028Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-08-11T11:15:30.445Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-08-11T11:15:31.056Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 245 | 2026-08-11T11:15:31.471Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 246 | 2026-08-11T11:15:31.791Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 247 | 2026-08-11T11:15:33.349Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-08-11T11:15:33.876Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-08-11T11:15:34.450Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2026-08-11T11:15:35.840Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2026-08-11T11:15:36.459Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 252 | 2026-08-11T11:15:36.734Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-08-11T11:15:37.073Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-11T11:15:39.045Z | Downloading crates ... |
| 255 | 2026-08-11T11:15:39.107Z | Downloaded adler2 v2.0.1 |
| 256 | 2026-08-11T11:15:39.116Z | Downloaded colored v3.1.1 |
| 257 | 2026-08-11T11:15:39.120Z | Downloaded async-trait v0.1.89 |
| 258 | 2026-08-11T11:15:39.123Z | Downloaded aead v0.5.2 |
| 259 | 2026-08-11T11:15:39.128Z | Downloaded anstream v1.0.0 |
| 260 | 2026-08-11T11:15:39.135Z | Downloaded async-stream-impl v0.3.6 |
| 261 | 2026-08-11T11:15:39.135Z | Downloaded autocfg v1.5.0 |
| 262 | 2026-08-11T11:15:39.138Z | Downloaded data-encoding v2.9.0 |
| 263 | 2026-08-11T11:15:39.138Z | Downloaded atomic-waker v1.1.2 |
| 264 | 2026-08-11T11:15:39.145Z | Downloaded defmt v1.0.1 |
| 265 | 2026-08-11T11:15:39.148Z | Downloaded dof v0.3.0 |
| 266 | 2026-08-11T11:15:39.148Z | Downloaded deranged v0.5.3 |
| 267 | 2026-08-11T11:15:39.148Z | Downloaded enum-as-inner v0.6.1 |
| 268 | 2026-08-11T11:15:39.152Z | Downloaded defmt v0.3.100 |
| 269 | 2026-08-11T11:15:39.155Z | Downloaded embedded-io v0.4.0 |
| 270 | 2026-08-11T11:15:39.155Z | Downloaded elliptic-curve v0.13.8 |
| 271 | 2026-08-11T11:15:39.158Z | Downloaded cobs v0.3.0 |
| 272 | 2026-08-11T11:15:39.162Z | Downloaded clap_lex v1.1.0 |
| 273 | 2026-08-11T11:15:39.167Z | Downloaded futures-sink v0.3.32 |
| 274 | 2026-08-11T11:15:39.167Z | Downloaded form_urlencoded v1.2.2 |
| 275 | 2026-08-11T11:15:39.170Z | Downloaded float-ord v0.3.2 |
| 276 | 2026-08-11T11:15:39.170Z | Downloaded futures-core v0.3.32 |
| 277 | 2026-08-11T11:15:39.174Z | Downloaded bit-set v0.8.0 |
| 278 | 2026-08-11T11:15:39.174Z | Downloaded dtrace-parser v0.3.0 |
| 279 | 2026-08-11T11:15:39.177Z | Downloaded block-buffer v0.10.4 |
| 280 | 2026-08-11T11:15:39.182Z | Downloaded hostname v0.4.2 |
| 281 | 2026-08-11T11:15:39.182Z | Downloaded embedded-io v0.6.1 |
| 282 | 2026-08-11T11:15:39.189Z | Downloaded fastrand v2.3.0 |
| 283 | 2026-08-11T11:15:39.189Z | Downloaded cfg_aliases v0.2.1 |
| 284 | 2026-08-11T11:15:39.192Z | Downloaded constant_time_eq v0.3.1 |
| 285 | 2026-08-11T11:15:39.192Z | Downloaded fnv v1.0.7 |
| 286 | 2026-08-11T11:15:39.192Z | Downloaded futures-executor v0.3.32 |
| 287 | 2026-08-11T11:15:39.192Z | Downloaded fs-err v3.1.2 |
| 288 | 2026-08-11T11:15:39.196Z | Downloaded convert_case v0.4.0 |
| 289 | 2026-08-11T11:15:39.200Z | Downloaded cpufeatures v0.2.17 |
| 290 | 2026-08-11T11:15:39.200Z | Downloaded futures-macro v0.3.32 |
| 291 | 2026-08-11T11:15:39.204Z | Downloaded generic-array v0.14.7 |
| 292 | 2026-08-11T11:15:39.204Z | Downloaded heck v0.5.0 |
| 293 | 2026-08-11T11:15:39.207Z | Downloaded colorchoice v1.0.4 |
| 294 | 2026-08-11T11:15:39.207Z | Downloaded git-stub v1.0.0 |
| 295 | 2026-08-11T11:15:39.211Z | Downloaded foreign-types v0.5.0 |
| 296 | 2026-08-11T11:15:39.211Z | Downloaded equivalent v1.0.2 |
| 297 | 2026-08-11T11:15:39.217Z | Downloaded darling_macro v0.21.3 |
| 298 | 2026-08-11T11:15:39.217Z | Downloaded cstr-argument v0.1.2 |
| 299 | 2026-08-11T11:15:39.224Z | Downloaded gethostname v0.5.0 |
| 300 | 2026-08-11T11:15:39.224Z | Downloaded futures-task v0.3.32 |
| 301 | 2026-08-11T11:15:39.224Z | Downloaded ciborium-io v0.2.2 |
| 302 | 2026-08-11T11:15:39.225Z | Downloaded hash32 v0.3.1 |
| 303 | 2026-08-11T11:15:39.230Z | Downloaded dtrace-parser v0.2.0 |
| 304 | 2026-08-11T11:15:39.231Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 305 | 2026-08-11T11:15:39.231Z | Downloaded dof v0.4.0 |
| 306 | 2026-08-11T11:15:39.241Z | Downloaded debug-ignore v1.0.5 |
| 307 | 2026-08-11T11:15:39.241Z | Downloaded foreign-types-macros v0.2.3 |
| 308 | 2026-08-11T11:15:39.241Z | Downloaded dunce v1.0.5 |
| 309 | 2026-08-11T11:15:39.242Z | Downloaded base16ct v0.2.0 |
| 310 | 2026-08-11T11:15:39.250Z | Downloaded hostname v0.3.1 |
| 311 | 2026-08-11T11:15:39.250Z | Downloaded foreign-types-shared v0.1.1 |
| 312 | 2026-08-11T11:15:39.250Z | Downloaded fs_extra v1.3.0 |
| 313 | 2026-08-11T11:15:39.250Z | Downloaded cexpr v0.6.0 |
| 314 | 2026-08-11T11:15:39.250Z | Downloaded bcs v0.1.6 |
| 315 | 2026-08-11T11:15:39.255Z | Downloaded httpdate v1.0.3 |
| 316 | 2026-08-11T11:15:39.256Z | Downloaded group v0.13.0 |
| 317 | 2026-08-11T11:15:39.256Z | Downloaded hubpack v0.1.2 |
| 318 | 2026-08-11T11:15:39.256Z | Downloaded foreign-types-shared v0.3.1 |
| 319 | 2026-08-11T11:15:39.261Z | Downloaded erased-serde v0.3.31 |
| 320 | 2026-08-11T11:15:39.261Z | Downloaded bit-vec v0.8.0 |
| 321 | 2026-08-11T11:15:39.261Z | Downloaded digest v0.11.3 |
| 322 | 2026-08-11T11:15:39.278Z | Downloaded byteorder v1.5.0 |
| 323 | 2026-08-11T11:15:39.278Z | Downloaded hyper-tls v0.6.0 |
| 324 | 2026-08-11T11:15:39.282Z | Downloaded hubpack_derive v0.1.1 |
| 325 | 2026-08-11T11:15:39.282Z | Downloaded hex v0.4.3 |
| 326 | 2026-08-11T11:15:39.282Z | Downloaded ident_case v1.0.1 |
| 327 | 2026-08-11T11:15:39.282Z | Downloaded foldhash v0.2.0 |
| 328 | 2026-08-11T11:15:39.282Z | Downloaded displaydoc v0.2.5 |
| 329 | 2026-08-11T11:15:39.282Z | Downloaded indent_write v2.2.0 |
| 330 | 2026-08-11T11:15:39.282Z | Downloaded instant v0.1.13 |
| 331 | 2026-08-11T11:15:39.282Z | Downloaded idna_adapter v1.2.1 |
| 332 | 2026-08-11T11:15:39.287Z | Downloaded daft-derive v0.1.5 |
| 333 | 2026-08-11T11:15:39.287Z | Downloaded internet-checksum v0.2.1 |
| 334 | 2026-08-11T11:15:39.292Z | Downloaded is_terminal_polyfill v1.70.1 |
| 335 | 2026-08-11T11:15:39.292Z | Downloaded find-msvc-tools v0.1.9 |
| 336 | 2026-08-11T11:15:39.297Z | Downloaded http-body-util v0.1.3 |
| 337 | 2026-08-11T11:15:39.297Z | Downloaded camino-tempfile v1.4.1 |
| 338 | 2026-08-11T11:15:39.297Z | Downloaded heck v0.4.1 |
| 339 | 2026-08-11T11:15:39.303Z | Downloaded derive-ex v0.1.8 |
| 340 | 2026-08-11T11:15:39.303Z | Downloaded foldhash v0.1.5 |
| 341 | 2026-08-11T11:15:39.306Z | Downloaded daft v0.1.5 |
| 342 | 2026-08-11T11:15:39.306Z | Downloaded digest v0.10.7 |
| 343 | 2026-08-11T11:15:39.307Z | Downloaded is_ci v1.2.0 |
| 344 | 2026-08-11T11:15:39.315Z | Downloaded is-terminal v0.4.16 |
| 345 | 2026-08-11T11:15:39.315Z | Downloaded http-body v1.0.1 |
| 346 | 2026-08-11T11:15:39.319Z | Downloaded lazy_static v1.5.0 |
| 347 | 2026-08-11T11:15:39.319Z | Downloaded compression-codecs v0.4.32 |
| 348 | 2026-08-11T11:15:39.319Z | Downloaded futures v0.3.32 |
| 349 | 2026-08-11T11:15:39.328Z | Downloaded crossbeam-epoch v0.9.18 |
| 350 | 2026-08-11T11:15:39.329Z | Downloaded libscf-sys v1.2.0 |
| 351 | 2026-08-11T11:15:39.333Z | Downloaded kstat-rs v0.2.4 |
| 352 | 2026-08-11T11:15:39.333Z | Downloaded clap_derive v4.6.1 |
| 353 | 2026-08-11T11:15:39.333Z | Downloaded keccak v0.1.6 |
| 354 | 2026-08-11T11:15:39.333Z | Downloaded macaddr v1.0.1 |
| 355 | 2026-08-11T11:15:39.333Z | Downloaded managed v0.8.0 |
| 356 | 2026-08-11T11:15:39.336Z | Downloaded memoffset v0.9.1 |
| 357 | 2026-08-11T11:15:39.336Z | Downloaded lru-slab v0.1.2 |
| 358 | 2026-08-11T11:15:39.347Z | Downloaded linked-hash-map v0.5.6 |
| 359 | 2026-08-11T11:15:39.348Z | Downloaded match_cfg v0.1.0 |
| 360 | 2026-08-11T11:15:39.351Z | Downloaded lru-cache v0.1.2 |
| 361 | 2026-08-11T11:15:39.352Z | Downloaded ciborium v0.2.2 |
| 362 | 2026-08-11T11:15:39.352Z | Downloaded git-stub-vcs v0.1.0 |
| 363 | 2026-08-11T11:15:39.352Z | Downloaded cancel-safe-futures v0.1.5 |
| 364 | 2026-08-11T11:15:39.352Z | Downloaded humantime v2.3.0 |
| 365 | 2026-08-11T11:15:39.352Z | Downloaded arrayref v0.3.9 |
| 366 | 2026-08-11T11:15:39.355Z | Downloaded itoa v1.0.15 |
| 367 | 2026-08-11T11:15:39.355Z | Downloaded clang-sys v1.8.1 |
| 368 | 2026-08-11T11:15:39.362Z | Downloaded cargo_metadata v0.18.1 |
| 369 | 2026-08-11T11:15:39.367Z | Downloaded newtype_derive v0.1.6 |
| 370 | 2026-08-11T11:15:39.367Z | Downloaded num-iter v0.1.45 |
| 371 | 2026-08-11T11:15:39.367Z | Downloaded ingot-types v0.1.2 |
| 372 | 2026-08-11T11:15:39.367Z | Downloaded newline-converter v0.3.0 |
| 373 | 2026-08-11T11:15:39.367Z | Downloaded mime v0.3.17 |
| 374 | 2026-08-11T11:15:39.374Z | Downloaded ipnet v2.11.0 |
| 375 | 2026-08-11T11:15:39.374Z | Downloaded darling v0.21.3 |
| 376 | 2026-08-11T11:15:39.379Z | Downloaded newtype-uuid-macros v0.1.0 |
| 377 | 2026-08-11T11:15:39.379Z | Downloaded cookie v0.18.1 |
| 378 | 2026-08-11T11:15:39.379Z | Downloaded num v0.4.3 |
| 379 | 2026-08-11T11:15:39.396Z | Downloaded num_enum_derive v0.5.11 |
| 380 | 2026-08-11T11:15:39.396Z | Downloaded num-derive v0.4.2 |
| 381 | 2026-08-11T11:15:39.405Z | Downloaded num_threads v0.1.7 |
| 382 | 2026-08-11T11:15:39.405Z | Downloaded ipnetwork v0.21.1 |
| 383 | 2026-08-11T11:15:39.405Z | Downloaded jobserver v0.1.34 |
| 384 | 2026-08-11T11:15:39.405Z | Downloaded hmac v0.12.1 |
| 385 | 2026-08-11T11:15:39.405Z | Downloaded omicron-workspace-hack v0.1.0 |
| 386 | 2026-08-11T11:15:39.405Z | Downloaded olpc-cjson v0.1.4 |
| 387 | 2026-08-11T11:15:39.406Z | Downloaded getrandom v0.2.16 |
| 388 | 2026-08-11T11:15:39.406Z | Downloaded const-oid v0.10.2 |
| 389 | 2026-08-11T11:15:39.409Z | Downloaded futures-channel v0.3.32 |
| 390 | 2026-08-11T11:15:39.409Z | Downloaded opaque-debug v0.3.1 |
| 391 | 2026-08-11T11:15:39.409Z | Downloaded libloading v0.8.9 |
| 392 | 2026-08-11T11:15:39.409Z | Downloaded linear-map v1.2.0 |
| 393 | 2026-08-11T11:15:39.409Z | Downloaded libsw v3.5.0 |
| 394 | 2026-08-11T11:15:39.409Z | Downloaded openssl-macros v0.1.1 |
| 395 | 2026-08-11T11:15:39.415Z | Downloaded getrandom v0.4.2 |
| 396 | 2026-08-11T11:15:39.421Z | Downloaded crc32fast v1.5.0 |
| 397 | 2026-08-11T11:15:39.421Z | Downloaded num-conv v0.2.1 |
| 398 | 2026-08-11T11:15:39.421Z | Downloaded memmap v0.7.0 |
| 399 | 2026-08-11T11:15:39.425Z | Downloaded crossbeam-utils v0.8.21 |
| 400 | 2026-08-11T11:15:39.425Z | Downloaded lock_api v0.4.14 |
| 401 | 2026-08-11T11:15:39.425Z | Downloaded console v0.15.11 |
| 402 | 2026-08-11T11:15:39.429Z | Downloaded camino v1.2.3 |
| 403 | 2026-08-11T11:15:39.429Z | Downloaded hyper-rustls v0.27.7 |
| 404 | 2026-08-11T11:15:39.434Z | Downloaded percent-encoding v2.3.2 |
| 405 | 2026-08-11T11:15:39.434Z | Downloaded parse-display v0.10.0 |
| 406 | 2026-08-11T11:15:39.440Z | Downloaded iana-time-zone v0.1.64 |
| 407 | 2026-08-11T11:15:39.440Z | Downloaded multer v3.1.0 |
| 408 | 2026-08-11T11:15:39.449Z | Downloaded plain v0.2.3 |
| 409 | 2026-08-11T11:15:39.449Z | Downloaded proc-macro-crate v1.3.1 |
| 410 | 2026-08-11T11:15:39.449Z | Downloaded powerfmt v0.2.0 |
| 411 | 2026-08-11T11:15:39.449Z | Downloaded hybrid-array v0.4.12 |
| 412 | 2026-08-11T11:15:39.459Z | Downloaded blake2 v0.10.6 |
| 413 | 2026-08-11T11:15:39.459Z | Downloaded globset v0.4.16 |
| 414 | 2026-08-11T11:15:39.459Z | Downloaded anyhow v1.0.102 |
| 415 | 2026-08-11T11:15:39.459Z | Downloaded pretty-hex v0.4.1 |
| 416 | 2026-08-11T11:15:39.463Z | Downloaded potential_utf v0.1.3 |
| 417 | 2026-08-11T11:15:39.463Z | Downloaded progenitor-client v0.10.0 |
| 418 | 2026-08-11T11:15:39.463Z | Downloaded highway v1.3.0 |
| 419 | 2026-08-11T11:15:39.463Z | Downloaded bitflags v2.11.1 |
| 420 | 2026-08-11T11:15:39.463Z | Downloaded arrayvec v0.7.6 |
| 421 | 2026-08-11T11:15:39.466Z | Downloaded critical-section v1.2.0 |
| 422 | 2026-08-11T11:15:39.466Z | Downloaded const_format_proc_macros v0.2.34 |
| 423 | 2026-08-11T11:15:39.470Z | Downloaded fixedbitset v0.5.7 |
| 424 | 2026-08-11T11:15:39.476Z | Downloaded ingot-macros v0.1.1 |
| 425 | 2026-08-11T11:15:39.476Z | Downloaded anstyle-parse v1.0.0 |
| 426 | 2026-08-11T11:15:39.480Z | Downloaded native-tls v0.2.14 |
| 427 | 2026-08-11T11:15:39.480Z | Downloaded glob v0.3.3 |
| 428 | 2026-08-11T11:15:39.480Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 429 | 2026-08-11T11:15:39.480Z | Downloaded progenitor-client v0.11.1 |
| 430 | 2026-08-11T11:15:39.483Z | Downloaded proc-macro-error-attr v1.0.4 |
| 431 | 2026-08-11T11:15:39.483Z | Downloaded dropshot_endpoint v0.16.7 |
| 432 | 2026-08-11T11:15:39.487Z | Downloaded derive-where v1.6.0 |
| 433 | 2026-08-11T11:15:39.492Z | Downloaded httparse v1.10.1 |
| 434 | 2026-08-11T11:15:39.499Z | Downloaded progenitor-client v0.14.0 |
| 435 | 2026-08-11T11:15:39.499Z | Downloaded filetime v0.2.26 |
| 436 | 2026-08-11T11:15:39.499Z | Downloaded num_enum_derive v0.7.5 |
| 437 | 2026-08-11T11:15:39.499Z | Downloaded progenitor-macro v0.10.0 |
| 438 | 2026-08-11T11:15:39.503Z | Downloaded progenitor-macro v0.11.1 |
| 439 | 2026-08-11T11:15:39.503Z | Downloaded oxnet v0.1.6 |
| 440 | 2026-08-11T11:15:39.503Z | Downloaded oxide-tokio-rt v0.1.2 |
| 441 | 2026-08-11T11:15:39.503Z | Downloaded libsw-core v0.3.2 |
| 442 | 2026-08-11T11:15:39.506Z | Downloaded quick-error v1.2.3 |
| 443 | 2026-08-11T11:15:39.506Z | Downloaded paste v1.0.15 |
| 444 | 2026-08-11T11:15:39.510Z | Downloaded phf_shared v0.12.1 |
| 445 | 2026-08-11T11:15:39.510Z | Downloaded phf v0.12.1 |
| 446 | 2026-08-11T11:15:39.521Z | Downloaded parse-display-derive v0.10.0 |
| 447 | 2026-08-11T11:15:39.521Z | Downloaded password-hash v0.5.0 |
| 448 | 2026-08-11T11:15:39.527Z | Downloaded owo-colors v4.3.0 |
| 449 | 2026-08-11T11:15:39.527Z | Downloaded memmap2 v0.9.8 |
| 450 | 2026-08-11T11:15:39.528Z | Downloaded openssl-probe v0.1.6 |
| 451 | 2026-08-11T11:15:39.531Z | Downloaded pest_generator v2.8.2 |
| 452 | 2026-08-11T11:15:39.531Z | Downloaded pem v3.0.5 |
| 453 | 2026-08-11T11:15:39.531Z | Downloaded icu_provider v2.0.0 |
| 454 | 2026-08-11T11:15:39.535Z | Downloaded pin-project-internal v1.1.10 |
| 455 | 2026-08-11T11:15:39.535Z | Downloaded pin-project-lite v0.2.16 |
| 456 | 2026-08-11T11:15:39.538Z | Downloaded rand_xorshift v0.4.0 |
| 457 | 2026-08-11T11:15:39.538Z | Downloaded ref-cast-impl v1.0.25 |
| 458 | 2026-08-11T11:15:39.542Z | Downloaded rustc_version v0.1.7 |
| 459 | 2026-08-11T11:15:39.542Z | Downloaded ref-cast v1.0.25 |
| 460 | 2026-08-11T11:15:39.545Z | Downloaded ppv-lite86 v0.2.21 |
| 461 | 2026-08-11T11:15:39.546Z | Downloaded poly1305 v0.8.0 |
| 462 | 2026-08-11T11:15:39.550Z | Downloaded rustc-hash v2.1.1 |
| 463 | 2026-08-11T11:15:39.550Z | Downloaded getrandom v0.3.3 |
| 464 | 2026-08-11T11:15:39.555Z | Downloaded half v2.7.1 |
| 465 | 2026-08-11T11:15:39.555Z | Downloaded proc-macro-error2 v2.0.1 |
| 466 | 2026-08-11T11:15:39.561Z | Downloaded pkg-config v0.3.32 |
| 467 | 2026-08-11T11:15:39.561Z | Downloaded icu_properties v2.0.1 |
| 468 | 2026-08-11T11:15:39.561Z | Downloaded drift v0.2.0 |
| 469 | 2026-08-11T11:15:39.564Z | Downloaded chacha20poly1305 v0.10.1 |
| 470 | 2026-08-11T11:15:39.570Z | Downloaded bytes v1.12.0 |
| 471 | 2026-08-11T11:15:39.573Z | Downloaded progenitor v0.14.0 |
| 472 | 2026-08-11T11:15:39.573Z | Downloaded progenitor v0.11.1 |
| 473 | 2026-08-11T11:15:39.573Z | Downloaded progenitor v0.10.0 |
| 474 | 2026-08-11T11:15:39.573Z | Downloaded same-file v1.0.6 |
| 475 | 2026-08-11T11:15:39.577Z | Downloaded base64 v0.22.1 |
| 476 | 2026-08-11T11:15:39.580Z | Downloaded const_format v0.2.34 |
| 477 | 2026-08-11T11:15:39.584Z | Downloaded num-integer v0.1.46 |
| 478 | 2026-08-11T11:15:39.584Z | Downloaded progenitor-macro v0.14.0 |
| 479 | 2026-08-11T11:15:39.587Z | Downloaded heapless v0.8.0 |
| 480 | 2026-08-11T11:15:39.588Z | Downloaded newtype-uuid v1.3.2 |
| 481 | 2026-08-11T11:15:39.591Z | Downloaded omicron-zone-package v0.12.2 |
| 482 | 2026-08-11T11:15:39.591Z | Downloaded scopeguard v1.2.0 |
| 483 | 2026-08-11T11:15:39.595Z | Downloaded icu_normalizer v2.0.0 |
| 484 | 2026-08-11T11:15:39.595Z | Downloaded scroll_derive v0.13.1 |
| 485 | 2026-08-11T11:15:39.598Z | Downloaded scroll_derive v0.12.1 |
| 486 | 2026-08-11T11:15:39.598Z | Downloaded expectorate v1.2.0 |
| 487 | 2026-08-11T11:15:39.602Z | Downloaded pest_derive v2.8.2 |
| 488 | 2026-08-11T11:15:39.602Z | Downloaded log v0.4.29 |
| 489 | 2026-08-11T11:15:39.605Z | Downloaded quote v1.0.45 |
| 490 | 2026-08-11T11:15:39.605Z | Downloaded rand_chacha v0.9.0 |
| 491 | 2026-08-11T11:15:39.608Z | Downloaded rand_chacha v0.3.1 |
| 492 | 2026-08-11T11:15:39.608Z | Downloaded once_cell v1.21.3 |
| 493 | 2026-08-11T11:15:39.612Z | Downloaded search_path v0.1.4 |
| 494 | 2026-08-11T11:15:39.612Z | Downloaded secrecy v0.10.3 |
| 495 | 2026-08-11T11:15:39.616Z | Downloaded pest_meta v2.8.2 |
| 496 | 2026-08-11T11:15:39.616Z | Downloaded parking_lot_core v0.9.12 |
| 497 | 2026-08-11T11:15:39.616Z | Downloaded dropshot_endpoint v0.17.1 |
| 498 | 2026-08-11T11:15:39.619Z | Downloaded indexmap v1.9.3 |
| 499 | 2026-08-11T11:15:39.623Z | Downloaded rand_core v0.9.3 |
| 500 | 2026-08-11T11:15:39.623Z | Downloaded rand_core v0.6.4 |
| 501 | 2026-08-11T11:15:39.638Z | Downloaded litemap v0.8.0 |
| 502 | 2026-08-11T11:15:39.638Z | Downloaded semver v0.1.20 |
| 503 | 2026-08-11T11:15:39.638Z | Downloaded derive_more v0.99.20 |
| 504 | 2026-08-11T11:15:39.638Z | Downloaded serde-big-array v0.5.1 |
| 505 | 2026-08-11T11:15:39.638Z | Downloaded serde_plain v1.0.2 |
| 506 | 2026-08-11T11:15:39.638Z | Downloaded proc-macro-error v1.0.4 |
| 507 | 2026-08-11T11:15:39.638Z | Downloaded serde_spanned v1.1.1 |
| 508 | 2026-08-11T11:15:39.638Z | Downloaded serde_repr v0.1.20 |
| 509 | 2026-08-11T11:15:39.642Z | Downloaded serde_urlencoded v0.7.1 |
| 510 | 2026-08-11T11:15:39.643Z | Downloaded serde_spanned v0.6.9 |
| 511 | 2026-08-11T11:15:39.643Z | Downloaded sha1 v0.11.0 |
| 512 | 2026-08-11T11:15:39.643Z | Downloaded sha1 v0.10.6 |
| 513 | 2026-08-11T11:15:39.646Z | Downloaded postcard v1.1.3 |
| 514 | 2026-08-11T11:15:39.646Z | Downloaded num_enum v0.7.5 |
| 515 | 2026-08-11T11:15:39.650Z | Downloaded icu_normalizer_data v2.0.0 |
| 516 | 2026-08-11T11:15:39.653Z | Downloaded cc v1.2.64 |
| 517 | 2026-08-11T11:15:39.653Z | Downloaded resolv-conf v0.7.5 |
| 518 | 2026-08-11T11:15:39.658Z | Downloaded num-traits v0.2.19 |
| 519 | 2026-08-11T11:15:39.658Z | Downloaded crossbeam-channel v0.5.15 |
| 520 | 2026-08-11T11:15:39.661Z | Downloaded clap v4.6.1 |
| 521 | 2026-08-11T11:15:39.672Z | Downloaded sigpipe v0.1.3 |
| 522 | 2026-08-11T11:15:39.676Z | Downloaded hickory-resolver v0.25.2 |
| 523 | 2026-08-11T11:15:39.676Z | Downloaded siphasher v1.0.1 |
| 524 | 2026-08-11T11:15:39.679Z | Downloaded signal-hook-tokio v0.4.0 |
| 525 | 2026-08-11T11:15:39.679Z | Downloaded rustls-pemfile v2.2.0 |
| 526 | 2026-08-11T11:15:39.683Z | Downloaded flate2 v1.1.2 |
| 527 | 2026-08-11T11:15:39.686Z | Downloaded scroll v0.12.0 |
| 528 | 2026-08-11T11:15:39.686Z | Downloaded smawk v0.3.2 |
| 529 | 2026-08-11T11:15:39.686Z | Downloaded slog-bunyan v2.5.0 |
| 530 | 2026-08-11T11:15:39.690Z | Downloaded schemars_derive v0.8.22 |
| 531 | 2026-08-11T11:15:39.690Z | Downloaded rusty-fork v0.3.0 |
| 532 | 2026-08-11T11:15:39.693Z | Downloaded pin-project v1.1.10 |
| 533 | 2026-08-11T11:15:39.698Z | Downloaded strum v0.28.0 |
| 534 | 2026-08-11T11:15:39.702Z | Downloaded scroll v0.13.0 |
| 535 | 2026-08-11T11:15:39.702Z | Downloaded strum v0.27.2 |
| 536 | 2026-08-11T11:15:39.702Z | Downloaded strum v0.26.3 |
| 537 | 2026-08-11T11:15:39.714Z | Downloaded stable_deref_trait v1.2.0 |
| 538 | 2026-08-11T11:15:39.714Z | Downloaded quinn-udp v0.5.14 |
| 539 | 2026-08-11T11:15:39.714Z | Downloaded parking_lot v0.12.5 |
| 540 | 2026-08-11T11:15:39.714Z | Downloaded strsim v0.11.1 |
| 541 | 2026-08-11T11:15:39.717Z | Downloaded papergrid v0.11.0 |
| 542 | 2026-08-11T11:15:39.718Z | Downloaded rustversion v1.0.22 |
| 543 | 2026-08-11T11:15:39.718Z | Downloaded num_enum v0.5.11 |
| 544 | 2026-08-11T11:15:39.718Z | Downloaded serde_derive_internals v0.29.1 |
| 545 | 2026-08-11T11:15:39.718Z | Downloaded icu_locale_core v2.0.0 |
| 546 | 2026-08-11T11:15:39.721Z | Downloaded serde_path_to_error v0.1.20 |
| 547 | 2026-08-11T11:15:39.731Z | Downloaded rustc_version v0.4.1 |
| 548 | 2026-08-11T11:15:39.731Z | Downloaded swrite v0.1.0 |
| 549 | 2026-08-11T11:15:39.732Z | Downloaded supports-color v3.0.2 |
| 550 | 2026-08-11T11:15:39.744Z | Downloaded num-rational v0.4.2 |
| 551 | 2026-08-11T11:15:39.744Z | Downloaded num-complex v0.4.6 |
| 552 | 2026-08-11T11:15:39.745Z | Downloaded hickory-resolver v0.24.4 |
| 553 | 2026-08-11T11:15:39.745Z | Downloaded ingot v0.1.1 |
| 554 | 2026-08-11T11:15:39.745Z | Downloaded shlex v1.3.0 |
| 555 | 2026-08-11T11:15:39.745Z | Downloaded shlex v2.0.1 |
| 556 | 2026-08-11T11:15:39.745Z | Downloaded subtle v2.6.1 |
| 557 | 2026-08-11T11:15:39.756Z | Downloaded sha2 v0.10.9 |
| 558 | 2026-08-11T11:15:39.756Z | Downloaded sync_wrapper v1.0.2 |
| 559 | 2026-08-11T11:15:39.756Z | Downloaded serde_tokenstream v0.2.3 |
| 560 | 2026-08-11T11:15:39.756Z | Downloaded cmake v0.1.54 |
| 561 | 2026-08-11T11:15:39.756Z | Downloaded base64ct v1.8.0 |
| 562 | 2026-08-11T11:15:39.756Z | Downloaded crypto-bigint v0.5.5 |
| 563 | 2026-08-11T11:15:39.756Z | Downloaded miniz_oxide v0.8.9 |
| 564 | 2026-08-11T11:15:39.764Z | Downloaded signal-hook-registry v1.4.6 |
| 565 | 2026-08-11T11:15:39.764Z | Downloaded anstyle v1.0.14 |
| 566 | 2026-08-11T11:15:39.764Z | Downloaded proc-macro2 v1.0.106 |
| 567 | 2026-08-11T11:15:39.764Z | Downloaded argon2 v0.5.3 |
| 568 | 2026-08-11T11:15:39.764Z | Downloaded tagptr v0.2.0 |
| 569 | 2026-08-11T11:15:39.764Z | Downloaded terminal_size v0.4.3 |
| 570 | 2026-08-11T11:15:39.764Z | Downloaded tabwriter v1.4.1 |
| 571 | 2026-08-11T11:15:39.764Z | Downloaded hashbrown v0.12.3 |
| 572 | 2026-08-11T11:15:39.768Z | Downloaded async-compression v0.4.33 |
| 573 | 2026-08-11T11:15:39.768Z | Downloaded progenitor-impl v0.10.0 |
| 574 | 2026-08-11T11:15:39.768Z | Downloaded take_mut v0.2.2 |
| 575 | 2026-08-11T11:15:39.768Z | Downloaded slog-json v2.6.1 |
| 576 | 2026-08-11T11:15:39.776Z | Downloaded slog-async v2.8.0 |
| 577 | 2026-08-11T11:15:39.776Z | Downloaded testing_table v0.3.0 |
| 578 | 2026-08-11T11:15:39.776Z | Downloaded termtree v0.5.1 |
| 579 | 2026-08-11T11:15:39.781Z | Downloaded slab v0.4.11 |
| 580 | 2026-08-11T11:15:39.781Z | Downloaded tabled_derive v0.7.0 |
| 581 | 2026-08-11T11:15:39.781Z | Downloaded thread-id v4.2.2 |
| 582 | 2026-08-11T11:15:39.781Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 583 | 2026-08-11T11:15:39.781Z | Downloaded inout v0.1.4 |
| 584 | 2026-08-11T11:15:39.781Z | Downloaded csv-core v0.1.12 |
| 585 | 2026-08-11T11:15:39.781Z | Downloaded tinyvec_macros v0.1.1 |
| 586 | 2026-08-11T11:15:39.781Z | Downloaded thread-id v5.0.0 |
| 587 | 2026-08-11T11:15:39.785Z | Downloaded crossbeam-deque v0.8.6 |
| 588 | 2026-08-11T11:15:39.785Z | Downloaded slog-dtrace v0.3.0 |
| 589 | 2026-08-11T11:15:39.785Z | Downloaded snafu-derive v0.8.9 |
| 590 | 2026-08-11T11:15:39.785Z | Downloaded slog-term v2.9.2 |
| 591 | 2026-08-11T11:15:39.789Z | Downloaded openssl-sys v0.9.117 |
| 592 | 2026-08-11T11:15:39.789Z | Downloaded semver v1.0.28 |
| 593 | 2026-08-11T11:15:39.793Z | Downloaded time-core v0.1.8 |
| 594 | 2026-08-11T11:15:39.793Z | Downloaded jiff-static v0.2.15 |
| 595 | 2026-08-11T11:15:39.801Z | Downloaded smf v0.2.3 |
| 596 | 2026-08-11T11:15:39.802Z | Downloaded structmeta v0.3.0 |
| 597 | 2026-08-11T11:15:39.802Z | Downloaded static_assertions v1.1.0 |
| 598 | 2026-08-11T11:15:39.802Z | Downloaded strum_macros v0.26.4 |
| 599 | 2026-08-11T11:15:39.806Z | Downloaded memchr v2.7.5 |
| 600 | 2026-08-11T11:15:39.806Z | Downloaded papergrid v0.18.0 |
| 601 | 2026-08-11T11:15:39.806Z | Downloaded prettyplease v0.2.37 |
| 602 | 2026-08-11T11:15:39.810Z | Downloaded chacha20 v0.9.1 |
| 603 | 2026-08-11T11:15:39.810Z | Downloaded bitflags v1.3.2 |
| 604 | 2026-08-11T11:15:39.815Z | Downloaded strum_macros v0.28.0 |
| 605 | 2026-08-11T11:15:39.815Z | Downloaded serde_with_macros v3.14.1 |
| 606 | 2026-08-11T11:15:39.815Z | Downloaded icu_collections v2.0.0 |
| 607 | 2026-08-11T11:15:39.819Z | Downloaded tokio-macros v2.7.0 |
| 608 | 2026-08-11T11:15:39.819Z | Downloaded strum_macros v0.27.2 |
| 609 | 2026-08-11T11:15:39.819Z | Downloaded structmeta-derive v0.3.0 |
| 610 | 2026-08-11T11:15:39.823Z | Downloaded cipher v0.4.4 |
| 611 | 2026-08-11T11:15:39.823Z | Downloaded ciborium-ll v0.2.2 |
| 612 | 2026-08-11T11:15:39.823Z | Downloaded bytecount v0.6.9 |
| 613 | 2026-08-11T11:15:39.828Z | Downloaded crc8 v0.1.1 |
| 614 | 2026-08-11T11:15:39.828Z | Downloaded crucible-workspace-hack v0.1.0 |
| 615 | 2026-08-11T11:15:39.828Z | Downloaded futures-io v0.3.32 |
| 616 | 2026-08-11T11:15:39.828Z | Downloaded crypto-common v0.2.2 |
| 617 | 2026-08-11T11:15:39.833Z | Downloaded cpufeatures v0.3.0 |
| 618 | 2026-08-11T11:15:39.833Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 619 | 2026-08-11T11:15:39.833Z | Downloaded cargo-platform v0.1.9 |
| 620 | 2026-08-11T11:15:39.833Z | Downloaded either v1.15.0 |
| 621 | 2026-08-11T11:15:39.833Z | Downloaded hyper-util v0.1.20 |
| 622 | 2026-08-11T11:15:39.837Z | Downloaded toml_datetime v0.6.11 |
| 623 | 2026-08-11T11:15:39.837Z | Downloaded crypto-common v0.1.6 |
| 624 | 2026-08-11T11:15:39.837Z | Downloaded cfg-if v1.0.4 |
| 625 | 2026-08-11T11:15:39.841Z | Downloaded dyn-clone v1.0.20 |
| 626 | 2026-08-11T11:15:39.841Z | Downloaded backoff v0.4.0 |
| 627 | 2026-08-11T11:15:39.844Z | Downloaded darling_core v0.21.3 |
| 628 | 2026-08-11T11:15:39.844Z | Downloaded curl v0.4.50 |
| 629 | 2026-08-11T11:15:39.847Z | Downloaded synstructure v0.13.2 |
| 630 | 2026-08-11T11:15:39.851Z | Downloaded signal-hook v0.4.4 |
| 631 | 2026-08-11T11:15:39.851Z | Downloaded topological-sort v0.2.2 |
| 632 | 2026-08-11T11:15:39.851Z | Downloaded allocator-api2 v0.2.21 |
| 633 | 2026-08-11T11:15:39.855Z | Downloaded progenitor-impl v0.11.1 |
| 634 | 2026-08-11T11:15:39.855Z | Downloaded anstyle-query v1.1.4 |
| 635 | 2026-08-11T11:15:39.855Z | Downloaded errno v0.3.14 |
| 636 | 2026-08-11T11:15:39.863Z | Downloaded fixedbitset v0.4.2 |
| 637 | 2026-08-11T11:15:39.863Z | Downloaded foreign-types v0.3.2 |
| 638 | 2026-08-11T11:15:39.864Z | Downloaded thiserror-impl v1.0.69 |
| 639 | 2026-08-11T11:15:39.873Z | Downloaded thiserror v2.0.18 |
| 640 | 2026-08-11T11:15:39.873Z | Downloaded try-lock v0.2.5 |
| 641 | 2026-08-11T11:15:39.873Z | Downloaded tower-layer v0.3.3 |
| 642 | 2026-08-11T11:15:39.873Z | Downloaded thread_local v1.1.9 |
| 643 | 2026-08-11T11:15:39.873Z | Downloaded ff v0.13.1 |
| 644 | 2026-08-11T11:15:39.873Z | Downloaded tower-service v0.3.3 |
| 645 | 2026-08-11T11:15:39.873Z | Downloaded compression-core v0.4.32 |
| 646 | 2026-08-11T11:15:39.882Z | Downloaded block-buffer v0.12.0 |
| 647 | 2026-08-11T11:15:39.882Z | Downloaded defmt-parser v1.0.0 |
| 648 | 2026-08-11T11:15:39.882Z | Downloaded thiserror-impl v2.0.18 |
| 649 | 2026-08-11T11:15:39.883Z | Downloaded ryu v1.0.20 |
| 650 | 2026-08-11T11:15:39.883Z | Downloaded progenitor-impl v0.14.0 |
| 651 | 2026-08-11T11:15:39.883Z | Downloaded smallvec v1.15.1 |
| 652 | 2026-08-11T11:15:39.883Z | Downloaded thiserror v1.0.69 |
| 653 | 2026-08-11T11:15:39.896Z | Downloaded defmt-macros v1.0.1 |
| 654 | 2026-08-11T11:15:39.896Z | Downloaded typify-macro v0.4.3 |
| 655 | 2026-08-11T11:15:39.896Z | Downloaded atomicwrites v0.4.4 |
| 656 | 2026-08-11T11:15:39.896Z | Downloaded async-stream v0.3.6 |
| 657 | 2026-08-11T11:15:39.896Z | Downloaded async-recursion v1.1.1 |
| 658 | 2026-08-11T11:15:39.900Z | Downloaded tokio-dtrace v0.1.1 |
| 659 | 2026-08-11T11:15:39.900Z | Downloaded tinystr v0.8.1 |
| 660 | 2026-08-11T11:15:39.900Z | Downloaded time-macros v0.2.27 |
| 661 | 2026-08-11T11:15:39.900Z | Downloaded unarray v0.1.4 |
| 662 | 2026-08-11T11:15:39.900Z | Downloaded universal-hash v0.5.1 |
| 663 | 2026-08-11T11:15:39.900Z | Downloaded unicode-xid v0.2.6 |
| 664 | 2026-08-11T11:15:39.900Z | Downloaded serde_derive v1.0.228 |
| 665 | 2026-08-11T11:15:39.906Z | Downloaded tokio-native-tls v0.3.1 |
| 666 | 2026-08-11T11:15:39.906Z | Downloaded serde_yaml v0.9.34+deprecated |
| 667 | 2026-08-11T11:15:39.909Z | Downloaded untrusted v0.9.0 |
| 668 | 2026-08-11T11:15:39.913Z | Downloaded unicode-linebreak v0.1.5 |
| 669 | 2026-08-11T11:15:39.913Z | Downloaded utf8_iter v1.0.4 |
| 670 | 2026-08-11T11:15:39.916Z | Downloaded usdt-macro v0.6.0 |
| 671 | 2026-08-11T11:15:39.916Z | Downloaded http v1.4.2 |
| 672 | 2026-08-11T11:15:39.924Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 673 | 2026-08-11T11:15:39.929Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 674 | 2026-08-11T11:15:39.929Z | Downloaded minimal-lexical v0.2.1 |
| 675 | 2026-08-11T11:15:39.932Z | Downloaded usdt v0.5.0 |
| 676 | 2026-08-11T11:15:39.932Z | Downloaded usdt-macro v0.5.0 |
| 677 | 2026-08-11T11:15:39.932Z | Downloaded usdt-attr-macro v0.6.0 |
| 678 | 2026-08-11T11:15:39.932Z | Downloaded usdt-attr-macro v0.5.0 |
| 679 | 2026-08-11T11:15:39.932Z | Downloaded indexmap v2.14.0 |
| 680 | 2026-08-11T11:15:39.936Z | Downloaded version_check v0.9.5 |
| 681 | 2026-08-11T11:15:39.936Z | Downloaded toml_write v0.1.2 |
| 682 | 2026-08-11T11:15:39.940Z | Downloaded term v1.2.0 |
| 683 | 2026-08-11T11:15:39.940Z | Downloaded tempfile v3.27.0 |
| 684 | 2026-08-11T11:15:39.943Z | Downloaded usdt v0.6.0 |
| 685 | 2026-08-11T11:15:39.943Z | Downloaded rustls-pki-types v1.12.0 |
| 686 | 2026-08-11T11:15:39.943Z | Downloaded wait-timeout v0.2.1 |
| 687 | 2026-08-11T11:15:39.947Z | Downloaded utf8parse v0.2.2 |
| 688 | 2026-08-11T11:15:39.947Z | Downloaded similar v2.7.0 |
| 689 | 2026-08-11T11:15:39.950Z | Downloaded schemars v0.8.22 |
| 690 | 2026-08-11T11:15:39.954Z | Downloaded waitgroup v0.1.2 |
| 691 | 2026-08-11T11:15:39.958Z | Downloaded thiserror-no-std v2.0.2 |
| 692 | 2026-08-11T11:15:39.961Z | Downloaded want v0.3.1 |
| 693 | 2026-08-11T11:15:39.961Z | Downloaded quinn v0.11.9 |
| 694 | 2026-08-11T11:15:39.965Z | Downloaded spin v0.9.8 |
| 695 | 2026-08-11T11:15:39.968Z | Downloaded qorb v0.4.1 |
| 696 | 2026-08-11T11:15:39.971Z | Downloaded typify-macro v0.6.2 |
| 697 | 2026-08-11T11:15:39.976Z | Downloaded rayon-core v1.13.0 |
| 698 | 2026-08-11T11:15:39.979Z | Downloaded socket2 v0.5.10 |
| 699 | 2026-08-11T11:15:39.979Z | Downloaded scuffle v0.1.0 |
| 700 | 2026-08-11T11:15:39.983Z | Downloaded serde_core v1.0.228 |
| 701 | 2026-08-11T11:15:39.987Z | Downloaded rand v0.8.5 |
| 702 | 2026-08-11T11:15:39.987Z | Downloaded toml v0.8.23 |
| 703 | 2026-08-11T11:15:39.992Z | Downloaded yoke-derive v0.8.0 |
| 704 | 2026-08-11T11:15:39.992Z | Downloaded xattr v1.6.1 |
| 705 | 2026-08-11T11:15:39.992Z | Downloaded tokio-rustls v0.26.4 |
| 706 | 2026-08-11T11:15:39.996Z | Downloaded tokio-rustls v0.25.0 |
| 707 | 2026-08-11T11:15:39.996Z | Downloaded zerofrom-derive v0.1.6 |
| 708 | 2026-08-11T11:15:39.996Z | Downloaded zerofrom v0.1.6 |
| 709 | 2026-08-11T11:15:39.996Z | Downloaded usdt-impl v0.6.0 |
| 710 | 2026-08-11T11:15:39.996Z | Downloaded untrusted v0.7.1 |
| 711 | 2026-08-11T11:15:39.999Z | Downloaded zone_cfg_derive v0.3.1 |
| 712 | 2026-08-11T11:15:39.999Z | Downloaded zone v0.3.1 |
| 713 | 2026-08-11T11:15:40.004Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 714 | 2026-08-11T11:15:40.014Z | Downloaded rustls-webpki v0.103.6 |
| 715 | 2026-08-11T11:15:40.018Z | Downloaded mio v1.2.1 |
| 716 | 2026-08-11T11:15:40.021Z | Downloaded zeroize_derive v1.4.3 |
| 717 | 2026-08-11T11:15:40.025Z | Downloaded tokio-stream v0.1.17 |
| 718 | 2026-08-11T11:15:40.029Z | Downloaded test-strategy v0.4.3 |
| 719 | 2026-08-11T11:15:40.033Z | Downloaded hashbrown v0.16.1 |
| 720 | 2026-08-11T11:15:40.033Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 721 | 2026-08-11T11:15:40.036Z | Downloaded dropshot-api-manager v0.7.2 |
| 722 | 2026-08-11T11:15:40.036Z | Downloaded walkdir v2.5.0 |
| 723 | 2026-08-11T11:15:40.047Z | Downloaded whoami v1.6.1 |
| 724 | 2026-08-11T11:15:40.047Z | Downloaded vsss-rs v3.3.4 |
| 725 | 2026-08-11T11:15:40.050Z | Downloaded tracing-attributes v0.1.30 |
| 726 | 2026-08-11T11:15:40.050Z | Downloaded schemars v0.9.0 |
| 727 | 2026-08-11T11:15:40.050Z | Downloaded writeable v0.6.1 |
| 728 | 2026-08-11T11:15:40.054Z | Downloaded socket2 v0.6.4 |
| 729 | 2026-08-11T11:15:40.054Z | Downloaded snafu v0.8.9 |
| 730 | 2026-08-11T11:15:40.057Z | Downloaded slog v2.8.2 |
| 731 | 2026-08-11T11:15:40.061Z | Downloaded serde v1.0.228 |
| 732 | 2026-08-11T11:15:40.064Z | Downloaded rand v0.9.3 |
| 733 | 2026-08-11T11:15:40.068Z | Downloaded tinyvec v1.10.0 |
| 734 | 2026-08-11T11:15:40.068Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 735 | 2026-08-11T11:15:40.072Z | Downloaded usdt-impl v0.5.0 |
| 736 | 2026-08-11T11:15:40.075Z | Downloaded yoke v0.8.0 |
| 737 | 2026-08-11T11:15:40.090Z | Downloaded nom v7.1.3 |
| 738 | 2026-08-11T11:15:40.096Z | Downloaded hashbrown v0.15.5 |
| 739 | 2026-08-11T11:15:40.100Z | Downloaded zeroize v1.8.1 |
| 740 | 2026-08-11T11:15:40.103Z | Downloaded zmij v1.0.17 |
| 741 | 2026-08-11T11:15:40.103Z | Downloaded zerovec-derive v0.11.1 |
| 742 | 2026-08-11T11:15:40.103Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 743 | 2026-08-11T11:15:40.108Z | Downloaded toml v0.7.8 |
| 744 | 2026-08-11T11:15:40.108Z | Downloaded tar v0.4.45 |
| 745 | 2026-08-11T11:15:40.112Z | Downloaded iri-string v0.7.8 |
| 746 | 2026-08-11T11:15:40.112Z | Downloaded vergen v8.3.2 |
| 747 | 2026-08-11T11:15:40.116Z | Downloaded aho-corasick v1.1.3 |
| 748 | 2026-08-11T11:15:40.116Z | Downloaded textwrap v0.16.2 |
| 749 | 2026-08-11T11:15:40.120Z | Downloaded typify v0.6.2 |
| 750 | 2026-08-11T11:15:40.120Z | Downloaded typify v0.4.3 |
| 751 | 2026-08-11T11:15:40.123Z | Downloaded schemars v1.2.0 |
| 752 | 2026-08-11T11:15:40.129Z | Downloaded unicode-ident v1.0.24 |
| 753 | 2026-08-11T11:15:40.133Z | Downloaded pest v2.8.2 |
| 754 | 2026-08-11T11:15:40.136Z | Downloaded ucd-trie v0.1.7 |
| 755 | 2026-08-11T11:15:40.136Z | Downloaded itertools v0.12.1 |
| 756 | 2026-08-11T11:15:40.139Z | Downloaded hashbrown v0.17.1 |
| 757 | 2026-08-11T11:15:40.143Z | Downloaded zerocopy-derive v0.7.35 |
| 758 | 2026-08-11T11:15:40.148Z | Downloaded iddqd v0.3.18 |
| 759 | 2026-08-11T11:15:40.151Z | Downloaded hyper v1.10.1 |
| 760 | 2026-08-11T11:15:40.151Z | Downloaded idna v1.1.0 |
| 761 | 2026-08-11T11:15:40.154Z | Downloaded uuid v1.23.3 |
| 762 | 2026-08-11T11:15:40.158Z | Downloaded hkdf v0.12.4 |
| 763 | 2026-08-11T11:15:40.158Z | Downloaded toml_edit v0.22.27 |
| 764 | 2026-08-11T11:15:40.162Z | Downloaded icu_properties_data v2.0.1 |
| 765 | 2026-08-11T11:15:40.165Z | Downloaded tracing-core v0.1.34 |
| 766 | 2026-08-11T11:15:40.173Z | Downloaded itertools v0.14.0 |
| 767 | 2026-08-11T11:15:40.190Z | Downloaded futures-util v0.3.32 |
| 768 | 2026-08-11T11:15:40.196Z | Downloaded steno v0.4.1 |
| 769 | 2026-08-11T11:15:40.206Z | Downloaded unsafe-libyaml v0.2.11 |
| 770 | 2026-08-11T11:15:40.210Z | Downloaded toml_edit v0.19.15 |
| 771 | 2026-08-11T11:15:40.216Z | Downloaded tracing v0.1.41 |
| 772 | 2026-08-11T11:15:40.220Z | Downloaded h2 v0.4.14 |
| 773 | 2026-08-11T11:15:40.223Z | Downloaded itertools v0.15.0 |
| 774 | 2026-08-11T11:15:40.236Z | Downloaded clap_builder v4.6.0 |
| 775 | 2026-08-11T11:15:40.239Z | Downloaded url v2.5.7 |
| 776 | 2026-08-11T11:15:40.246Z | Downloaded iddqd v0.4.5 |
| 777 | 2026-08-11T11:15:40.251Z | Downloaded libm v0.2.15 |
| 778 | 2026-08-11T11:15:40.265Z | Downloaded tower v0.5.2 |
| 779 | 2026-08-11T11:15:40.299Z | Downloaded goblin v0.8.2 |
| 780 | 2026-08-11T11:15:40.335Z | Downloaded aws-lc-rs v1.16.2 |
| 781 | 2026-08-11T11:15:40.339Z | Downloaded regex v1.12.4 |
| 782 | 2026-08-11T11:15:40.339Z | Downloaded zerocopy-derive v0.8.27 |
| 783 | 2026-08-11T11:15:40.339Z | Downloaded serde_json v1.0.150 |
| 784 | 2026-08-11T11:15:40.339Z | Downloaded reqwest v0.12.23 |
| 785 | 2026-08-11T11:15:40.339Z | Downloaded reqwest v0.13.2 |
| 786 | 2026-08-11T11:15:40.345Z | Downloaded typed-path v0.9.3 |
| 787 | 2026-08-11T11:15:40.350Z | Downloaded rayon v1.11.0 |
| 788 | 2026-08-11T11:15:40.357Z | Downloaded unicode-segmentation v1.12.0 |
| 789 | 2026-08-11T11:15:40.362Z | Downloaded unicode-normalization v0.1.24 |
| 790 | 2026-08-11T11:15:40.362Z | Downloaded zerotrie v0.2.2 |
| 791 | 2026-08-11T11:15:40.365Z | Downloaded portable-atomic v1.11.1 |
| 792 | 2026-08-11T11:15:40.365Z | Downloaded tokio-util v0.7.16 |
| 793 | 2026-08-11T11:15:40.370Z | Downloaded blake3 v1.8.2 |
| 794 | 2026-08-11T11:15:40.377Z | Downloaded typenum v1.20.1 |
| 795 | 2026-08-11T11:15:40.382Z | Downloaded tower-http v0.6.8 |
| 796 | 2026-08-11T11:15:40.386Z | Downloaded git2 v0.19.0 |
| 797 | 2026-08-11T11:15:40.391Z | Downloaded tough v0.20.0 |
| 798 | 2026-08-11T11:15:40.402Z | Downloaded zerovec v0.11.4 |
| 799 | 2026-08-11T11:15:40.405Z | Downloaded rustls-webpki v0.102.8 |
| 800 | 2026-08-11T11:15:40.412Z | Downloaded proptest v1.8.0 |
| 801 | 2026-08-11T11:15:40.416Z | Downloaded chrono v0.4.45 |
| 802 | 2026-08-11T11:15:40.432Z | Downloaded serde_with v3.14.1 |
| 803 | 2026-08-11T11:15:40.440Z | Downloaded bindgen v0.72.1 |
| 804 | 2026-08-11T11:15:40.443Z | Downloaded winnow v0.5.40 |
| 805 | 2026-08-11T11:15:40.453Z | Downloaded zerocopy v0.7.35 |
| 806 | 2026-08-11T11:15:40.475Z | Downloaded goblin v0.10.1 |
| 807 | 2026-08-11T11:15:40.483Z | Downloaded moka v0.12.11 |
| 808 | 2026-08-11T11:15:40.498Z | Downloaded winnow v1.0.3 |
| 809 | 2026-08-11T11:15:40.503Z | Downloaded winnow v0.7.14 |
| 810 | 2026-08-11T11:15:40.522Z | Downloaded tabled v0.15.0 |
| 811 | 2026-08-11T11:15:40.532Z | Downloaded tabled v0.21.0 |
| 812 | 2026-08-11T11:15:40.548Z | Downloaded quinn-proto v0.11.14 |
| 813 | 2026-08-11T11:15:40.568Z | Downloaded time v0.3.47 |
| 814 | 2026-08-11T11:15:40.598Z | Downloaded vcpkg v0.2.15 |
| 815 | 2026-08-11T11:15:40.602Z | Downloaded syn v1.0.109 |
| 816 | 2026-08-11T11:15:40.602Z | Downloaded dropshot v0.16.7 |
| 817 | 2026-08-11T11:15:40.641Z | Downloaded curve25519-dalek v4.1.3 |
| 818 | 2026-08-11T11:15:40.646Z | Downloaded zerocopy v0.8.27 |
| 819 | 2026-08-11T11:15:40.646Z | Downloaded openssl v0.10.81 |
| 820 | 2026-08-11T11:15:40.646Z | Downloaded dropshot v0.17.1 |
| 821 | 2026-08-11T11:15:40.661Z | Downloaded unicode-width v0.2.1 |
| 822 | 2026-08-11T11:15:40.670Z | Downloaded hickory-proto v0.24.4 |
| 823 | 2026-08-11T11:15:40.671Z | Downloaded unicode-width v0.1.14 |
| 824 | 2026-08-11T11:15:40.671Z | Downloaded regex-syntax v0.8.11 |
| 825 | 2026-08-11T11:15:40.675Z | Downloaded rustls v0.22.4 |
| 826 | 2026-08-11T11:15:40.679Z | Downloaded webpki-roots v1.0.2 |
| 827 | 2026-08-11T11:15:40.684Z | Downloaded regress v0.10.5 |
| 828 | 2026-08-11T11:15:40.687Z | Downloaded rustix v0.38.44 |
| 829 | 2026-08-11T11:15:40.706Z | Downloaded syn v2.0.118 |
| 830 | 2026-08-11T11:15:40.709Z | Downloaded smoltcp v0.11.0 |
| 831 | 2026-08-11T11:15:40.715Z | Downloaded rustls v0.23.40 |
| 832 | 2026-08-11T11:15:40.719Z | Downloaded rustix v1.1.4 |
| 833 | 2026-08-11T11:15:40.736Z | Downloaded regress v0.11.1 |
| 834 | 2026-08-11T11:15:40.740Z | Downloaded openapiv3 v2.2.0 |
| 835 | 2026-08-11T11:15:40.746Z | Downloaded hickory-proto v0.25.2 |
| 836 | 2026-08-11T11:15:40.755Z | Downloaded nix v0.31.3 |
| 837 | 2026-08-11T11:15:40.763Z | Downloaded nix v0.30.1 |
| 838 | 2026-08-11T11:15:40.771Z | Downloaded bstr v1.12.0 |
| 839 | 2026-08-11T11:15:40.798Z | Downloaded regex-automata v0.4.13 |
| 840 | 2026-08-11T11:15:40.809Z | Downloaded typify-impl v0.6.2 |
| 841 | 2026-08-11T11:15:40.832Z | Downloaded petgraph v0.6.5 |
| 842 | 2026-08-11T11:15:40.847Z | Downloaded typify-impl v0.4.3 |
| 843 | 2026-08-11T11:15:40.864Z | Downloaded petgraph v0.8.2 |
| 844 | 2026-08-11T11:15:40.880Z | Downloaded libc v0.2.186 |
| 845 | 2026-08-11T11:15:40.898Z | Downloaded libz-sys v1.1.22 |
| 846 | 2026-08-11T11:15:40.946Z | Downloaded jiff v0.2.15 |
| 847 | 2026-08-11T11:15:40.973Z | Downloaded encoding_rs v0.8.35 |
| 848 | 2026-08-11T11:15:40.997Z | Downloaded chrono-tz v0.10.4 |
| 849 | 2026-08-11T11:15:41.008Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 850 | 2026-08-11T11:15:41.048Z | Downloaded csv v1.4.0 |
| 851 | 2026-08-11T11:15:41.076Z | Downloaded sha3 v0.10.8 |
| 852 | 2026-08-11T11:15:41.084Z | Downloaded tokio v1.52.3 |
| 853 | 2026-08-11T11:15:41.217Z | Downloaded ring v0.17.14 |
| 854 | 2026-08-11T11:15:41.270Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 855 | 2026-08-11T11:15:41.893Z | Downloaded aws-lc-sys v0.39.1 |
| 856 | 2026-08-11T11:15:42.220Z | Compiling proc-macro2 v1.0.106 |
| 857 | 2026-08-11T11:15:42.220Z | Compiling quote v1.0.45 |
| 858 | 2026-08-11T11:15:42.220Z | Compiling unicode-ident v1.0.24 |
| 859 | 2026-08-11T11:15:42.220Z | Compiling serde_core v1.0.228 |
| 860 | 2026-08-11T11:15:42.223Z | Compiling serde v1.0.228 |
| 861 | 2026-08-11T11:15:42.223Z | Compiling libc v0.2.186 |
| 862 | 2026-08-11T11:15:42.223Z | Checking cfg-if v1.0.4 |
| 863 | 2026-08-11T11:15:42.484Z | Compiling zmij v1.0.17 |
| 864 | 2026-08-11T11:15:42.545Z | Compiling autocfg v1.5.0 |
| 865 | 2026-08-11T11:15:42.870Z | Compiling memchr v2.7.5 |
| 866 | 2026-08-11T11:15:42.896Z | Compiling libm v0.2.15 |
| 867 | 2026-08-11T11:15:43.211Z | Compiling getrandom v0.4.2 |
| 868 | 2026-08-11T11:15:43.286Z | Compiling thiserror v2.0.18 |
| 869 | 2026-08-11T11:15:43.342Z | Checking smallvec v1.15.1 |
| 870 | 2026-08-11T11:15:43.358Z | Compiling version_check v0.9.5 |
| 871 | 2026-08-11T11:15:43.489Z | Checking itoa v1.0.15 |
| 872 | 2026-08-11T11:15:43.519Z | Compiling jobserver v0.1.34 |
| 873 | 2026-08-11T11:15:43.614Z | Compiling syn v2.0.118 |
| 874 | 2026-08-11T11:15:43.645Z | Compiling find-msvc-tools v0.1.9 |
| 875 | 2026-08-11T11:15:43.658Z | Compiling shlex v2.0.1 |
| 876 | 2026-08-11T11:15:43.677Z | Compiling icu_normalizer_data v2.0.0 |
| 877 | 2026-08-11T11:15:43.822Z | Compiling cc v1.2.64 |
| 878 | 2026-08-11T11:15:43.838Z | Compiling icu_properties_data v2.0.1 |
| 879 | 2026-08-11T11:15:43.877Z | Compiling parking_lot_core v0.9.12 |
| 880 | 2026-08-11T11:15:43.920Z | Checking stable_deref_trait v1.2.0 |
| 881 | 2026-08-11T11:15:43.965Z | Compiling serde_json v1.0.150 |
| 882 | 2026-08-11T11:15:44.194Z | Checking litemap v0.8.0 |
| 883 | 2026-08-11T11:15:44.223Z | Checking writeable v0.6.1 |
| 884 | 2026-08-11T11:15:44.336Z | Compiling heck v0.5.0 |
| 885 | 2026-08-11T11:15:44.396Z | Compiling num-traits v0.2.19 |
| 886 | 2026-08-11T11:15:44.400Z | Checking percent-encoding v2.3.2 |
| 887 | 2026-08-11T11:15:44.752Z | Checking form_urlencoded v1.2.2 |
| 888 | 2026-08-11T11:15:44.874Z | Checking utf8_iter v1.0.4 |
| 889 | 2026-08-11T11:15:44.880Z | Compiling zerocopy v0.8.27 |
| 890 | 2026-08-11T11:15:44.915Z | Checking pin-project-lite v0.2.16 |
| 891 | 2026-08-11T11:15:44.955Z | Checking iana-time-zone v0.1.64 |
| 892 | 2026-08-11T11:15:45.004Z | Compiling log v0.4.29 |
| 893 | 2026-08-11T11:15:45.020Z | Compiling rustversion v1.0.22 |
| 894 | 2026-08-11T11:15:45.062Z | Compiling equivalent v1.0.2 |
| 895 | 2026-08-11T11:15:45.156Z | Compiling semver v1.0.28 |
| 896 | 2026-08-11T11:15:45.173Z | Checking socket2 v0.6.4 |
| 897 | 2026-08-11T11:15:45.189Z | Checking uuid v1.23.3 |
| 898 | 2026-08-11T11:15:45.337Z | Checking scopeguard v1.2.0 |
| 899 | 2026-08-11T11:15:45.443Z | Checking lock_api v0.4.14 |
| 900 | 2026-08-11T11:15:45.482Z | Checking signal-hook-registry v1.4.6 |
| 901 | 2026-08-11T11:15:45.565Z | Checking mio v1.2.1 |
| 902 | 2026-08-11T11:15:45.624Z | Checking getrandom v0.2.16 |
| 903 | 2026-08-11T11:15:45.639Z | Checking dyn-clone v1.0.20 |
| 904 | 2026-08-11T11:15:45.652Z | Compiling schemars v0.8.22 |
| 905 | 2026-08-11T11:15:45.657Z | Checking parking_lot v0.12.5 |
| 906 | 2026-08-11T11:15:45.738Z | Checking bitflags v2.11.1 |
| 907 | 2026-08-11T11:15:45.850Z | Compiling portable-atomic v1.11.1 |
| 908 | 2026-08-11T11:15:45.909Z | Checking futures-core v0.3.32 |
| 909 | 2026-08-11T11:15:45.926Z | Checking critical-section v1.2.0 |
| 910 | 2026-08-11T11:15:45.998Z | Compiling ring v0.17.14 |
| 911 | 2026-08-11T11:15:46.040Z | Compiling hashbrown v0.17.1 |
| 912 | 2026-08-11T11:15:46.043Z | Compiling thiserror v1.0.69 |
| 913 | 2026-08-11T11:15:46.143Z | Compiling httparse v1.10.1 |
| 914 | 2026-08-11T11:15:46.545Z | Compiling indexmap v2.14.0 |
| 915 | 2026-08-11T11:15:46.561Z | Compiling synstructure v0.13.2 |
| 916 | 2026-08-11T11:15:46.590Z | Compiling serde_derive_internals v0.29.1 |
| 917 | 2026-08-11T11:15:46.826Z | Checking once_cell v1.21.3 |
| 918 | 2026-08-11T11:15:46.843Z | Checking futures-sink v0.3.32 |
| 919 | 2026-08-11T11:15:46.945Z | Compiling regex-syntax v0.8.11 |
| 920 | 2026-08-11T11:15:47.090Z | Compiling rustix v1.1.4 |
| 921 | 2026-08-11T11:15:47.223Z | Checking slab v0.4.11 |
| 922 | 2026-08-11T11:15:47.366Z | Compiling aho-corasick v1.1.3 |
| 923 | 2026-08-11T11:15:47.381Z | Checking subtle v2.6.1 |
| 924 | 2026-08-11T11:15:47.424Z | Compiling ucd-trie v0.1.7 |
| 925 | 2026-08-11T11:15:47.539Z | Checking futures-channel v0.3.32 |
| 926 | 2026-08-11T11:15:47.652Z | Compiling anyhow v1.0.102 |
| 927 | 2026-08-11T11:15:47.676Z | Checking rand_core v0.6.4 |
| 928 | 2026-08-11T11:15:47.730Z | Checking futures-task v0.3.32 |
| 929 | 2026-08-11T11:15:47.846Z | Checking typenum v1.20.1 |
| 930 | 2026-08-11T11:15:47.858Z | Compiling serde_derive v1.0.228 |
| 931 | 2026-08-11T11:15:47.858Z | Compiling zerofrom-derive v0.1.6 |
| 932 | 2026-08-11T11:15:47.885Z | Compiling yoke-derive v0.8.0 |
| 933 | 2026-08-11T11:15:47.966Z | Compiling zerovec-derive v0.11.1 |
| 934 | 2026-08-11T11:15:48.615Z | Compiling displaydoc v0.2.5 |
| 935 | 2026-08-11T11:15:48.797Z | Compiling thiserror-impl v2.0.18 |
| 936 | 2026-08-11T11:15:48.900Z | Compiling schemars_derive v0.8.22 |
| 937 | 2026-08-11T11:15:49.032Z | Compiling tokio-macros v2.7.0 |
| 938 | 2026-08-11T11:15:49.048Z | Compiling zerocopy-derive v0.8.27 |
| 939 | 2026-08-11T11:15:49.063Z | Checking zerofrom v0.1.6 |
| 940 | 2026-08-11T11:15:49.184Z | Checking yoke v0.8.0 |
| 941 | 2026-08-11T11:15:49.337Z | Compiling futures-macro v0.3.32 |
| 942 | 2026-08-11T11:15:49.357Z | Checking zerovec v0.11.4 |
| 943 | 2026-08-11T11:15:49.785Z | Checking zerotrie v0.2.2 |
| 944 | 2026-08-11T11:15:50.031Z | Compiling zeroize_derive v1.4.3 |
| 945 | 2026-08-11T11:15:50.081Z | Checking tinystr v0.8.1 |
| 946 | 2026-08-11T11:15:50.123Z | Checking potential_utf v0.1.3 |
| 947 | 2026-08-11T11:15:50.162Z | Compiling thiserror-impl v1.0.69 |
| 948 | 2026-08-11T11:15:50.239Z | Compiling regex-automata v0.4.13 |
| 949 | 2026-08-11T11:15:50.255Z | Checking icu_locale_core v2.0.0 |
| 950 | 2026-08-11T11:15:50.255Z | Checking icu_collections v2.0.0 |
| 951 | 2026-08-11T11:15:50.674Z | Compiling pest v2.8.2 |
| 952 | 2026-08-11T11:15:50.689Z | Checking zeroize v1.8.1 |
| 953 | 2026-08-11T11:15:50.707Z | Checking icu_provider v2.0.0 |
| 954 | 2026-08-11T11:15:50.927Z | Checking bytes v1.12.0 |
| 955 | 2026-08-11T11:15:50.952Z | Checking icu_properties v2.0.1 |
| 956 | 2026-08-11T11:15:51.054Z | Checking icu_normalizer v2.0.0 |
| 957 | 2026-08-11T11:15:51.309Z | Checking chrono v0.4.45 |
| 958 | 2026-08-11T11:15:51.374Z | Compiling serde_tokenstream v0.2.3 |
| 959 | 2026-08-11T11:15:51.388Z | Checking tokio v1.52.3 |
| 960 | 2026-08-11T11:15:51.758Z | Checking idna_adapter v1.2.1 |
| 961 | 2026-08-11T11:15:51.865Z | Compiling pest_meta v2.8.2 |
| 962 | 2026-08-11T11:15:51.884Z | Checking idna v1.1.0 |
| 963 | 2026-08-11T11:15:51.900Z | Compiling regex v1.12.4 |
| 964 | 2026-08-11T11:15:51.926Z | Checking futures-io v0.3.32 |
| 965 | 2026-08-11T11:15:52.042Z | Checking futures-util v0.3.32 |
| 966 | 2026-08-11T11:15:52.118Z | Checking url v2.5.7 |
| 967 | 2026-08-11T11:15:52.152Z | Compiling getrandom v0.3.3 |
| 968 | 2026-08-11T11:15:52.286Z | Compiling tracing-attributes v0.1.30 |
| 969 | 2026-08-11T11:15:52.483Z | Compiling pest_generator v2.8.2 |
| 970 | 2026-08-11T11:15:52.885Z | Checking tracing-core v0.1.34 |
| 971 | 2026-08-11T11:15:53.103Z | Compiling foldhash v0.2.0 |
| 972 | 2026-08-11T11:15:53.153Z | Compiling pest_derive v2.8.2 |
| 973 | 2026-08-11T11:15:53.169Z | Compiling pkg-config v0.3.32 |
| 974 | 2026-08-11T11:15:53.190Z | Compiling allocator-api2 v0.2.21 |
| 975 | 2026-08-11T11:15:53.295Z | Checking fnv v1.0.7 |
| 976 | 2026-08-11T11:15:53.481Z | Checking tracing v0.1.41 |
| 977 | 2026-08-11T11:15:53.503Z | Compiling hashbrown v0.16.1 |
| 978 | 2026-08-11T11:15:53.639Z | Checking http v1.4.2 |
| 979 | 2026-08-11T11:15:53.652Z | Compiling generic-array v0.14.7 |
| 980 | 2026-08-11T11:15:53.655Z | Compiling vcpkg v0.2.15 |
| 981 | 2026-08-11T11:15:53.934Z | Compiling num-conv v0.2.1 |
| 982 | 2026-08-11T11:15:53.948Z | Compiling time-core v0.1.8 |
| 983 | 2026-08-11T11:15:54.074Z | Compiling byteorder v1.5.0 |
| 984 | 2026-08-11T11:15:54.105Z | Compiling time-macros v0.2.27 |
| 985 | 2026-08-11T11:15:54.222Z | Checking errno v0.3.14 |
| 986 | 2026-08-11T11:15:54.311Z | Checking ipnet v2.11.0 |
| 987 | 2026-08-11T11:15:54.342Z | Checking base64 v0.22.1 |
| 988 | 2026-08-11T11:15:54.527Z | Checking tokio-util v0.7.16 |
| 989 | 2026-08-11T11:15:54.592Z | Compiling scroll_derive v0.13.1 |
| 990 | 2026-08-11T11:15:54.622Z | Compiling camino v1.2.3 |
| 991 | 2026-08-11T11:15:54.803Z | Checking crypto-common v0.1.6 |
| 992 | 2026-08-11T11:15:54.928Z | Checking http-body v1.0.1 |
| 993 | 2026-08-11T11:15:54.999Z | Compiling crossbeam-utils v0.8.21 |
| 994 | 2026-08-11T11:15:55.059Z | Checking atomic-waker v1.1.2 |
| 995 | 2026-08-11T11:15:55.063Z | Checking ppv-lite86 v0.2.21 |
| 996 | 2026-08-11T11:15:55.243Z | Compiling slog v2.8.2 |
| 997 | 2026-08-11T11:15:55.324Z | Checking tower-service v0.3.3 |
| 998 | 2026-08-11T11:15:55.365Z | Checking tower-layer v0.3.3 |
| 999 | 2026-08-11T11:15:55.368Z | Checking try-lock v0.2.5 |
| 1000 | 2026-08-11T11:15:55.414Z | Compiling paste v1.0.15 |
| 1001 | 2026-08-11T11:15:55.462Z | Checking want v0.3.1 |
| 1002 | 2026-08-11T11:15:55.499Z | Checking h2 v0.4.14 |
| 1003 | 2026-08-11T11:15:55.525Z | Checking ipnetwork v0.21.1 |
| 1004 | 2026-08-11T11:15:55.584Z | Checking erased-serde v0.3.31 |
| 1005 | 2026-08-11T11:15:55.664Z | Checking rustls-pki-types v1.12.0 |
| 1006 | 2026-08-11T11:15:55.703Z | Checking ryu v1.0.20 |
| 1007 | 2026-08-11T11:15:55.750Z | Checking pretty-hex v0.4.1 |
| 1008 | 2026-08-11T11:15:55.764Z | Checking httpdate v1.0.3 |
| 1009 | 2026-08-11T11:15:55.841Z | Compiling async-trait v0.1.89 |
| 1010 | 2026-08-11T11:15:55.871Z | Checking socket2 v0.5.10 |
| 1011 | 2026-08-11T11:15:55.908Z | Checking untrusted v0.9.0 |
| 1012 | 2026-08-11T11:15:56.051Z | Compiling scroll v0.13.0 |
| 1013 | 2026-08-11T11:15:56.146Z | Checking plain v0.2.3 |
| 1014 | 2026-08-11T11:15:56.251Z | Compiling usdt-impl v0.6.0 |
| 1015 | 2026-08-11T11:15:56.303Z | Checking http-body-util v0.1.3 |
| 1016 | 2026-08-11T11:15:56.306Z | Compiling openssl-sys v0.9.117 |
| 1017 | 2026-08-11T11:15:56.338Z | Compiling goblin v0.10.1 |
| 1018 | 2026-08-11T11:15:56.512Z | Compiling cmake v0.1.54 |
| 1019 | 2026-08-11T11:15:56.527Z | Compiling strsim v0.11.1 |
| 1020 | 2026-08-11T11:15:56.579Z | Compiling slog-async v2.8.0 |
| 1021 | 2026-08-11T11:15:56.828Z | Compiling fs_extra v1.3.0 |
| 1022 | 2026-08-11T11:15:56.859Z | Compiling dunce v1.0.5 |
| 1023 | 2026-08-11T11:15:57.014Z | Checking rand_core v0.9.3 |
| 1024 | 2026-08-11T11:15:57.017Z | Checking serde_urlencoded v0.7.1 |
| 1025 | 2026-08-11T11:15:57.043Z | Checking oxnet v0.1.6 |
| 1026 | 2026-08-11T11:15:57.073Z | Compiling aws-lc-sys v0.39.1 |
| 1027 | 2026-08-11T11:15:57.111Z | Checking block-buffer v0.10.4 |
| 1028 | 2026-08-11T11:15:57.178Z | Compiling regress v0.10.5 |
| 1029 | 2026-08-11T11:15:57.225Z | Compiling dtrace-parser v0.3.0 |
| 1030 | 2026-08-11T11:15:57.249Z | Compiling openapiv3 v2.2.0 |
| 1031 | 2026-08-11T11:15:57.296Z | Compiling thread-id v5.0.0 |
| 1032 | 2026-08-11T11:15:57.375Z | Checking hyper v1.10.1 |
| 1033 | 2026-08-11T11:15:57.836Z | Checking digest v0.10.7 |
| 1034 | 2026-08-11T11:15:58.027Z | Compiling omicron-workspace-hack v0.1.0 |
| 1035 | 2026-08-11T11:15:58.066Z | Compiling ident_case v1.0.1 |
| 1036 | 2026-08-11T11:15:58.190Z | Compiling darling_core v0.21.3 |
| 1037 | 2026-08-11T11:15:58.254Z | Checking rand_chacha v0.9.0 |
| 1038 | 2026-08-11T11:15:58.270Z | Checking hyper-util v0.1.20 |
| 1039 | 2026-08-11T11:15:58.440Z | Compiling daft-derive v0.1.5 |
| 1040 | 2026-08-11T11:15:58.694Z | Compiling typify-impl v0.4.3 |
| 1041 | 2026-08-11T11:15:58.768Z | Compiling aws-lc-rs v1.16.2 |
| 1042 | 2026-08-11T11:15:59.073Z | Compiling dof v0.4.0 |
| 1043 | 2026-08-11T11:15:59.155Z | Checking powerfmt v0.2.0 |
| 1044 | 2026-08-11T11:15:59.330Z | Checking deranged v0.5.3 |
| 1045 | 2026-08-11T11:15:59.883Z | Checking rand v0.9.3 |
| 1046 | 2026-08-11T11:16:00.119Z | Checking num_threads v0.1.7 |
| 1047 | 2026-08-11T11:16:00.169Z | Compiling unsafe-libyaml v0.2.11 |
| 1048 | 2026-08-11T11:16:00.204Z | Compiling syn v1.0.109 |
| 1049 | 2026-08-11T11:16:00.207Z | Compiling usdt-attr-macro v0.6.0 |
| 1050 | 2026-08-11T11:16:00.285Z | Compiling darling_macro v0.21.3 |
| 1051 | 2026-08-11T11:16:00.339Z | Compiling usdt-macro v0.6.0 |
| 1052 | 2026-08-11T11:16:00.370Z | Checking time v0.3.47 |
| 1053 | 2026-08-11T11:16:00.830Z | Compiling darling v0.21.3 |
| 1054 | 2026-08-11T11:16:00.845Z | Compiling serde_yaml v0.9.34+deprecated |
| 1055 | 2026-08-11T11:16:00.914Z | Checking sync_wrapper v1.0.2 |
| 1056 | 2026-08-11T11:16:01.057Z | Checking encoding_rs v0.8.35 |
| 1057 | 2026-08-11T11:16:01.127Z | Checking cpufeatures v0.2.17 |
| 1058 | 2026-08-11T11:16:01.198Z | Checking untrusted v0.7.1 |
| 1059 | 2026-08-11T11:16:01.308Z | Checking mime v0.3.17 |
| 1060 | 2026-08-11T11:16:01.478Z | Checking tower v0.5.2 |
| 1061 | 2026-08-11T11:16:01.822Z | Checking crossbeam-channel v0.5.15 |
| 1062 | 2026-08-11T11:16:01.863Z | Checking futures-executor v0.3.32 |
| 1063 | 2026-08-11T11:16:01.907Z | Compiling structmeta-derive v0.3.0 |
| 1064 | 2026-08-11T11:16:01.975Z | Compiling multer v3.1.0 |
| 1065 | 2026-08-11T11:16:02.007Z | Compiling rustls v0.23.40 |
| 1066 | 2026-08-11T11:16:02.065Z | Checking iri-string v0.7.8 |
| 1067 | 2026-08-11T11:16:02.087Z | Compiling typify-macro v0.4.3 |
| 1068 | 2026-08-11T11:16:02.140Z | Compiling rustls v0.22.4 |
| 1069 | 2026-08-11T11:16:02.212Z | Checking futures v0.3.32 |
| 1070 | 2026-08-11T11:16:02.288Z | Compiling async-stream-impl v0.3.6 |
| 1071 | 2026-08-11T11:16:02.365Z | Checking thread_local v1.1.9 |
| 1072 | 2026-08-11T11:16:02.478Z | Compiling openssl v0.10.81 |
| 1073 | 2026-08-11T11:16:02.524Z | Checking foreign-types-shared v0.1.1 |
| 1074 | 2026-08-11T11:16:02.606Z | Checking fastrand v2.3.0 |
| 1075 | 2026-08-11T11:16:02.741Z | Checking hex v0.4.3 |
| 1076 | 2026-08-11T11:16:02.781Z | Checking tempfile v3.27.0 |
| 1077 | 2026-08-11T11:16:02.909Z | Compiling structmeta v0.3.0 |
| 1078 | 2026-08-11T11:16:02.926Z | Checking foreign-types v0.3.2 |
| 1079 | 2026-08-11T11:16:02.992Z | Compiling strum_macros v0.26.4 |
| 1080 | 2026-08-11T11:16:03.021Z | Compiling openssl-macros v0.1.1 |
| 1081 | 2026-08-11T11:16:03.044Z | Checking tower-http v0.6.8 |
| 1082 | 2026-08-11T11:16:03.097Z | Checking memmap2 v0.9.8 |
| 1083 | 2026-08-11T11:16:03.183Z | Checking is-terminal v0.4.16 |
| 1084 | 2026-08-11T11:16:03.253Z | Checking openssl-probe v0.1.6 |
| 1085 | 2026-08-11T11:16:03.300Z | Checking term v1.2.0 |
| 1086 | 2026-08-11T11:16:03.356Z | Checking unicode-width v0.2.1 |
| 1087 | 2026-08-11T11:16:03.470Z | Checking match_cfg v0.1.0 |
| 1088 | 2026-08-11T11:16:03.511Z | Compiling native-tls v0.2.14 |
| 1089 | 2026-08-11T11:16:03.538Z | Checking take_mut v0.2.2 |
| 1090 | 2026-08-11T11:16:03.567Z | Compiling typify v0.4.3 |
| 1091 | 2026-08-11T11:16:03.586Z | Checking hostname v0.3.1 |
| 1092 | 2026-08-11T11:16:03.603Z | Checking slog-term v2.9.2 |
| 1093 | 2026-08-11T11:16:03.800Z | Checking slog-json v2.6.1 |
| 1094 | 2026-08-11T11:16:03.857Z | Compiling newtype-uuid-macros v0.1.0 |
| 1095 | 2026-08-11T11:16:03.950Z | Compiling ref-cast v1.0.25 |
| 1096 | 2026-08-11T11:16:04.028Z | Checking slog-bunyan v2.5.0 |
| 1097 | 2026-08-11T11:16:04.309Z | Compiling ref-cast-impl v1.0.25 |
| 1098 | 2026-08-11T11:16:04.371Z | Compiling dropshot v0.16.7 |
| 1099 | 2026-08-11T11:16:04.650Z | Compiling derive-ex v0.1.8 |
| 1100 | 2026-08-11T11:16:04.698Z | Checking webpki-roots v1.0.2 |
| 1101 | 2026-08-11T11:16:04.713Z | Compiling dropshot_endpoint v0.16.7 |
| 1102 | 2026-08-11T11:16:04.816Z | Compiling strum_macros v0.27.2 |
| 1103 | 2026-08-11T11:16:05.164Z | Checking winnow v0.7.14 |
| 1104 | 2026-08-11T11:16:05.990Z | Checking tokio-native-tls v0.3.1 |
| 1105 | 2026-08-11T11:16:06.144Z | Checking either v1.15.0 |
| 1106 | 2026-08-11T11:16:06.274Z | Compiling test-strategy v0.4.3 |
| 1107 | 2026-08-11T11:16:06.294Z | Checking hyper-tls v0.6.0 |
| 1108 | 2026-08-11T11:16:06.309Z | Compiling progenitor-impl v0.11.1 |
| 1109 | 2026-08-11T11:16:06.345Z | Checking newtype-uuid v1.3.2 |
| 1110 | 2026-08-11T11:16:06.388Z | Checking winnow v1.0.3 |
| 1111 | 2026-08-11T11:16:06.519Z | Checking daft v0.1.5 |
| 1112 | 2026-08-11T11:16:06.601Z | Compiling serde_with_macros v3.14.1 |
| 1113 | 2026-08-11T11:16:06.665Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1114 | 2026-08-11T11:16:06.679Z | Checking usdt v0.6.0 |
| 1115 | 2026-08-11T11:16:06.738Z | Checking serde_spanned v1.1.1 |
| 1116 | 2026-08-11T11:16:06.831Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1117 | 2026-08-11T11:16:06.873Z | Checking debug-ignore v1.0.5 |
| 1118 | 2026-08-11T11:16:07.004Z | Checking spin v0.9.8 |
| 1119 | 2026-08-11T11:16:07.007Z | Compiling parse-display-derive v0.10.0 |
| 1120 | 2026-08-11T11:16:07.155Z | Checking async-stream v0.3.6 |
| 1121 | 2026-08-11T11:16:07.328Z | Checking rustls-webpki v0.102.8 |
| 1122 | 2026-08-11T11:16:07.357Z | Checking rustls-pemfile v2.2.0 |
| 1123 | 2026-08-11T11:16:07.498Z | Checking waitgroup v0.1.2 |
| 1124 | 2026-08-11T11:16:07.584Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1125 | 2026-08-11T11:16:07.603Z | Checking serde_path_to_error v0.1.20 |
| 1126 | 2026-08-11T11:16:07.671Z | Checking hostname v0.4.2 |
| 1127 | 2026-08-11T11:16:07.864Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1128 | 2026-08-11T11:16:08.031Z | Checking strum v0.26.3 |
| 1129 | 2026-08-11T11:16:08.142Z | Checking rand_chacha v0.3.1 |
| 1130 | 2026-08-11T11:16:08.178Z | Compiling toml_datetime v0.6.11 |
| 1131 | 2026-08-11T11:16:08.337Z | Checking macaddr v1.0.1 |
| 1132 | 2026-08-11T11:16:08.360Z | Compiling progenitor-macro v0.11.1 |
| 1133 | 2026-08-11T11:16:08.421Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1134 | 2026-08-11T11:16:08.510Z | Checking wait-timeout v0.2.1 |
| 1135 | 2026-08-11T11:16:08.535Z | Checking bit-vec v0.8.0 |
| 1136 | 2026-08-11T11:16:08.579Z | Checking quick-error v1.2.3 |
| 1137 | 2026-08-11T11:16:08.613Z | Checking lazy_static v1.5.0 |
| 1138 | 2026-08-11T11:16:08.679Z | Checking rusty-fork v0.3.0 |
| 1139 | 2026-08-11T11:16:08.708Z | Checking toml v0.9.12+spec-1.1.0 |
| 1140 | 2026-08-11T11:16:08.723Z | Checking bit-set v0.8.0 |
| 1141 | 2026-08-11T11:16:08.841Z | Checking rand v0.8.5 |
| 1142 | 2026-08-11T11:16:08.866Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1143 | 2026-08-11T11:16:08.963Z | Checking tabwriter v1.4.1 |
| 1144 | 2026-08-11T11:16:09.095Z | Checking tokio-rustls v0.25.0 |
| 1145 | 2026-08-11T11:16:09.257Z | Checking sha1 v0.10.6 |
| 1146 | 2026-08-11T11:16:09.288Z | Checking rand_xorshift v0.4.0 |
| 1147 | 2026-08-11T11:16:09.339Z | Compiling clap_derive v4.6.1 |
| 1148 | 2026-08-11T11:16:09.401Z | Checking colored v3.1.1 |
| 1149 | 2026-08-11T11:16:09.418Z | Checking utf8parse v0.2.2 |
| 1150 | 2026-08-11T11:16:09.541Z | Checking unarray v0.1.4 |
| 1151 | 2026-08-11T11:16:09.583Z | Checking anstyle-parse v1.0.0 |
| 1152 | 2026-08-11T11:16:09.628Z | Checking strum v0.27.2 |
| 1153 | 2026-08-11T11:16:09.670Z | Checking proptest v1.8.0 |
| 1154 | 2026-08-11T11:16:09.766Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1155 | 2026-08-11T11:16:09.831Z | Checking terminal_size v0.4.3 |
| 1156 | 2026-08-11T11:16:10.192Z | Checking anstyle-query v1.1.4 |
| 1157 | 2026-08-11T11:16:10.265Z | Checking colorchoice v1.0.4 |
| 1158 | 2026-08-11T11:16:10.290Z | Checking is_terminal_polyfill v1.70.1 |
| 1159 | 2026-08-11T11:16:10.368Z | Checking anstyle v1.0.14 |
| 1160 | 2026-08-11T11:16:10.555Z | Checking anstream v1.0.0 |
| 1161 | 2026-08-11T11:16:10.602Z | Checking clap_lex v1.1.0 |
| 1162 | 2026-08-11T11:16:11.208Z | Checking clap_builder v4.6.0 |
| 1163 | 2026-08-11T11:16:11.297Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1164 | 2026-08-11T11:16:11.798Z | Checking serde_with v3.14.1 |
| 1165 | 2026-08-11T11:16:11.837Z | Compiling itertools v0.14.0 |
| 1166 | 2026-08-11T11:16:12.407Z | Checking clap v4.6.1 |
| 1167 | 2026-08-11T11:16:12.471Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1168 | 2026-08-11T11:16:12.487Z | Checking instant v0.1.13 |
| 1169 | 2026-08-11T11:16:12.571Z | Checking rustc-hash v2.1.1 |
| 1170 | 2026-08-11T11:16:12.701Z | Checking iddqd v0.3.18 |
| 1171 | 2026-08-11T11:16:12.731Z | Checking backoff v0.4.0 |
| 1172 | 2026-08-11T11:16:12.897Z | Checking parse-display v0.10.0 |
| 1173 | 2026-08-11T11:16:13.012Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1174 | 2026-08-11T11:16:13.118Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1175 | 2026-08-11T11:16:14.752Z | Compiling num-derive v0.4.2 |
| 1176 | 2026-08-11T11:16:15.249Z | Compiling rustls-webpki v0.103.6 |
| 1177 | 2026-08-11T11:16:15.684Z | Compiling prettyplease v0.2.37 |
| 1178 | 2026-08-11T11:16:16.517Z | Compiling cfg_aliases v0.2.1 |
| 1179 | 2026-08-11T11:16:17.444Z | Compiling memoffset v0.9.1 |
| 1180 | 2026-08-11T11:16:18.008Z | Checking serde_spanned v0.6.9 |
| 1181 | 2026-08-11T11:16:18.590Z | Compiling tokio-rustls v0.26.4 |
| 1182 | 2026-08-11T11:16:19.131Z | Compiling hyper-rustls v0.27.7 |
| 1183 | 2026-08-11T11:16:19.367Z | Compiling reqwest v0.12.23 |
| 1184 | 2026-08-11T11:16:20.355Z | Checking crossbeam-epoch v0.9.18 |
| 1185 | 2026-08-11T11:16:20.558Z | Compiling progenitor-client v0.11.1 |
| 1186 | 2026-08-11T11:16:20.823Z | Compiling winnow v0.5.40 |
| 1187 | 2026-08-11T11:16:22.119Z | Compiling toml_edit v0.19.15 |
| 1188 | 2026-08-11T11:16:22.164Z | Compiling progenitor v0.11.1 |
| 1189 | 2026-08-11T11:16:22.790Z | Compiling num-integer v0.1.46 |
| 1190 | 2026-08-11T11:16:23.312Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1191 | 2026-08-11T11:16:23.364Z | Compiling proc-macro-crate v1.3.1 |
| 1192 | 2026-08-11T11:16:23.702Z | Compiling progenitor-client v0.10.0 |
| 1193 | 2026-08-11T11:16:24.269Z | Compiling hubpack_derive v0.1.1 |
| 1194 | 2026-08-11T11:16:24.536Z | Checking toml_write v0.1.2 |
| 1195 | 2026-08-11T11:16:24.564Z | Compiling rayon-core v1.13.0 |
| 1196 | 2026-08-11T11:16:24.826Z | Checking hubpack v0.1.2 |
| 1197 | 2026-08-11T11:16:24.861Z | Checking toml_edit v0.22.27 |
| 1198 | 2026-08-11T11:16:24.878Z | Checking num-rational v0.4.2 |
| 1199 | 2026-08-11T11:16:24.992Z | Checking num-iter v0.1.45 |
| 1200 | 2026-08-11T11:16:25.273Z | Compiling zerocopy-derive v0.7.35 |
| 1201 | 2026-08-11T11:16:25.319Z | Compiling num-complex v0.4.6 |
| 1202 | 2026-08-11T11:16:25.649Z | Checking static_assertions v1.1.0 |
| 1203 | 2026-08-11T11:16:25.727Z | Checking num v0.4.3 |
| 1204 | 2026-08-11T11:16:25.916Z | Checking crossbeam-deque v0.8.6 |
| 1205 | 2026-08-11T11:16:25.933Z | Checking toml v0.8.23 |
| 1206 | 2026-08-11T11:16:26.091Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1207 | 2026-08-11T11:16:26.107Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1208 | 2026-08-11T11:16:26.238Z | Compiling float-ord v0.3.2 |
| 1209 | 2026-08-11T11:16:26.449Z | Compiling proc-macro-error-attr v1.0.4 |
| 1210 | 2026-08-11T11:16:26.465Z | Compiling heapless v0.8.0 |
| 1211 | 2026-08-11T11:16:26.678Z | Checking bytecount v0.6.9 |
| 1212 | 2026-08-11T11:16:26.697Z | Compiling heck v0.4.1 |
| 1213 | 2026-08-11T11:16:26.806Z | Checking libscf-sys v1.2.0 |
| 1214 | 2026-08-11T11:16:26.891Z | Compiling ingot-macros v0.1.1 |
| 1215 | 2026-08-11T11:16:26.933Z | Checking hash32 v0.3.1 |
| 1216 | 2026-08-11T11:16:26.948Z | Compiling proc-macro-error v1.0.4 |
| 1217 | 2026-08-11T11:16:27.059Z | Compiling smoltcp v0.11.0 |
| 1218 | 2026-08-11T11:16:27.174Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1219 | 2026-08-11T11:16:27.825Z | Compiling zerocopy v0.7.35 |
| 1220 | 2026-08-11T11:16:27.877Z | Compiling num_enum_derive v0.7.5 |
| 1221 | 2026-08-11T11:16:27.962Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1222 | 2026-08-11T11:16:28.155Z | Checking cobs v0.3.0 |
| 1223 | 2026-08-11T11:16:28.303Z | Compiling foreign-types-macros v0.2.3 |
| 1224 | 2026-08-11T11:16:28.364Z | Compiling scroll_derive v0.12.1 |
| 1225 | 2026-08-11T11:16:28.387Z | Compiling usdt-impl v0.5.0 |
| 1226 | 2026-08-11T11:16:28.523Z | Checking managed v0.8.0 |
| 1227 | 2026-08-11T11:16:28.644Z | Compiling crucible-workspace-hack v0.1.0 |
| 1228 | 2026-08-11T11:16:28.713Z | Checking foreign-types-shared v0.3.1 |
| 1229 | 2026-08-11T11:16:28.808Z | Checking bitflags v1.3.2 |
| 1230 | 2026-08-11T11:16:28.911Z | Checking num_enum v0.7.5 |
| 1231 | 2026-08-11T11:16:28.925Z | Checking foreign-types v0.5.0 |
| 1232 | 2026-08-11T11:16:28.983Z | Checking postcard v1.1.3 |
| 1233 | 2026-08-11T11:16:29.001Z | Compiling dof v0.3.0 |
| 1234 | 2026-08-11T11:16:29.040Z | Checking scroll v0.12.0 |
| 1235 | 2026-08-11T11:16:29.264Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1236 | 2026-08-11T11:16:29.347Z | Compiling dtrace-parser v0.2.0 |
| 1237 | 2026-08-11T11:16:29.368Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1238 | 2026-08-11T11:16:29.400Z | Checking camino-tempfile v1.4.1 |
| 1239 | 2026-08-11T11:16:29.471Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1240 | 2026-08-11T11:16:29.516Z | Checking ingot-types v0.1.2 |
| 1241 | 2026-08-11T11:16:29.603Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1242 | 2026-08-11T11:16:29.722Z | Checking cstr-argument v0.1.2 |
| 1243 | 2026-08-11T11:16:29.837Z | Compiling thread-id v4.2.2 |
| 1244 | 2026-08-11T11:16:29.852Z | Compiling minimal-lexical v0.2.1 |
| 1245 | 2026-08-11T11:16:29.895Z | Checking ingot v0.1.1 |
| 1246 | 2026-08-11T11:16:29.910Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1247 | 2026-08-11T11:16:30.001Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1248 | 2026-08-11T11:16:30.064Z | Compiling nom v7.1.3 |
| 1249 | 2026-08-11T11:16:30.088Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1250 | 2026-08-11T11:16:30.125Z | Checking goblin v0.8.2 |
| 1251 | 2026-08-11T11:16:30.233Z | Checking rayon v1.11.0 |
| 1252 | 2026-08-11T11:16:30.460Z | Compiling num_enum_derive v0.5.11 |
| 1253 | 2026-08-11T11:16:30.743Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1254 | 2026-08-11T11:16:31.185Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1255 | 2026-08-11T11:16:31.245Z | Compiling rustc_version v0.4.1 |
| 1256 | 2026-08-11T11:16:31.446Z | Compiling rustix v0.38.44 |
| 1257 | 2026-08-11T11:16:31.518Z | Checking tinyvec_macros v0.1.1 |
| 1258 | 2026-08-11T11:16:31.591Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1259 | 2026-08-11T11:16:31.610Z | Compiling convert_case v0.4.0 |
| 1260 | 2026-08-11T11:16:31.660Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1261 | 2026-08-11T11:16:31.911Z | Checking tinyvec v1.10.0 |
| 1262 | 2026-08-11T11:16:31.926Z | Compiling derive_more v0.99.20 |
| 1263 | 2026-08-11T11:16:31.995Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1264 | 2026-08-11T11:16:32.100Z | Checking num_enum v0.5.11 |
| 1265 | 2026-08-11T11:16:32.213Z | Compiling nix v0.31.3 |
| 1266 | 2026-08-11T11:16:32.228Z | Compiling nix v0.30.1 |
| 1267 | 2026-08-11T11:16:32.351Z | Compiling libz-sys v1.1.22 |
| 1268 | 2026-08-11T11:16:32.467Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1269 | 2026-08-11T11:16:32.625Z | Compiling crc32fast v1.5.0 |
| 1270 | 2026-08-11T11:16:32.851Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1271 | 2026-08-11T11:16:32.867Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1272 | 2026-08-11T11:16:33.043Z | Compiling usdt-attr-macro v0.5.0 |
| 1273 | 2026-08-11T11:16:33.248Z | Compiling usdt-macro v0.5.0 |
| 1274 | 2026-08-11T11:16:33.556Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1275 | 2026-08-11T11:16:33.644Z | Compiling zone_cfg_derive v0.3.1 |
| 1276 | 2026-08-11T11:16:33.716Z | Checking papergrid v0.18.0 |
| 1277 | 2026-08-11T11:16:33.759Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1278 | 2026-08-11T11:16:33.916Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1279 | 2026-08-11T11:16:34.093Z | Checking itertools v0.12.1 |
| 1280 | 2026-08-11T11:16:34.115Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1281 | 2026-08-11T11:16:34.268Z | Checking memmap v0.7.0 |
| 1282 | 2026-08-11T11:16:34.306Z | Checking sigpipe v0.1.3 |
| 1283 | 2026-08-11T11:16:34.345Z | Checking jiff v0.2.15 |
| 1284 | 2026-08-11T11:16:34.388Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1285 | 2026-08-11T11:16:34.404Z | Checking adler2 v2.0.1 |
| 1286 | 2026-08-11T11:16:34.478Z | Checking glob v0.3.3 |
| 1287 | 2026-08-11T11:16:34.512Z | Checking miniz_oxide v0.8.9 |
| 1288 | 2026-08-11T11:16:34.516Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1289 | 2026-08-11T11:16:34.635Z | Checking tabled v0.21.0 |
| 1290 | 2026-08-11T11:16:34.669Z | Checking usdt v0.5.0 |
| 1291 | 2026-08-11T11:16:34.784Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1292 | 2026-08-11T11:16:34.882Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1293 | 2026-08-11T11:16:34.927Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1294 | 2026-08-11T11:16:35.148Z | Checking zone v0.3.1 |
| 1295 | 2026-08-11T11:16:35.428Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1296 | 2026-08-11T11:16:35.491Z | Checking itertools v0.15.0 |
| 1297 | 2026-08-11T11:16:35.645Z | Checking smf v0.2.3 |
| 1298 | 2026-08-11T11:16:35.723Z | Checking secrecy v0.10.3 |
| 1299 | 2026-08-11T11:16:35.843Z | Checking bstr v1.12.0 |
| 1300 | 2026-08-11T11:16:35.952Z | Checking whoami v1.6.1 |
| 1301 | 2026-08-11T11:16:36.120Z | Checking flate2 v1.1.2 |
| 1302 | 2026-08-11T11:16:36.124Z | Compiling curve25519-dalek v4.1.3 |
| 1303 | 2026-08-11T11:16:36.173Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1304 | 2026-08-11T11:16:36.194Z | Compiling clang-sys v1.8.1 |
| 1305 | 2026-08-11T11:16:36.401Z | Checking hmac v0.12.1 |
| 1306 | 2026-08-11T11:16:36.405Z | Checking inout v0.1.4 |
| 1307 | 2026-08-11T11:16:36.536Z | Checking hybrid-array v0.4.12 |
| 1308 | 2026-08-11T11:16:36.552Z | Compiling enum-as-inner v0.6.1 |
| 1309 | 2026-08-11T11:16:36.567Z | Checking ff v0.13.1 |
| 1310 | 2026-08-11T11:16:36.693Z | Compiling semver v0.1.20 |
| 1311 | 2026-08-11T11:16:36.835Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1312 | 2026-08-11T11:16:36.947Z | Checking data-encoding v2.9.0 |
| 1313 | 2026-08-11T11:16:36.991Z | Compiling rustc_version v0.1.7 |
| 1314 | 2026-08-11T11:16:37.007Z | Checking group v0.13.0 |
| 1315 | 2026-08-11T11:16:37.116Z | Checking cipher v0.4.4 |
| 1316 | 2026-08-11T11:16:37.131Z | Checking hkdf v0.12.4 |
| 1317 | 2026-08-11T11:16:37.221Z | Checking atomicwrites v0.4.4 |
| 1318 | 2026-08-11T11:16:37.261Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1319 | 2026-08-11T11:16:37.277Z | Checking universal-hash v0.5.1 |
| 1320 | 2026-08-11T11:16:37.313Z | Checking crypto-bigint v0.5.5 |
| 1321 | 2026-08-11T11:16:37.329Z | Compiling regress v0.11.1 |
| 1322 | 2026-08-11T11:16:37.345Z | Checking half v2.7.1 |
| 1323 | 2026-08-11T11:16:37.396Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1324 | 2026-08-11T11:16:37.532Z | Checking ciborium-io v0.2.2 |
| 1325 | 2026-08-11T11:16:37.590Z | Checking base16ct v0.2.0 |
| 1326 | 2026-08-11T11:16:37.626Z | Checking base64ct v1.8.0 |
| 1327 | 2026-08-11T11:16:37.713Z | Checking opaque-debug v0.3.1 |
| 1328 | 2026-08-11T11:16:37.784Z | Checking indent_write v2.2.0 |
| 1329 | 2026-08-11T11:16:37.857Z | Checking password-hash v0.5.0 |
| 1330 | 2026-08-11T11:16:37.915Z | Checking poly1305 v0.8.0 |
| 1331 | 2026-08-11T11:16:38.079Z | Checking ciborium-ll v0.2.2 |
| 1332 | 2026-08-11T11:16:38.139Z | Checking chacha20 v0.9.1 |
| 1333 | 2026-08-11T11:16:38.249Z | Compiling newtype_derive v0.1.6 |
| 1334 | 2026-08-11T11:16:38.329Z | Checking thiserror-no-std v2.0.2 |
| 1335 | 2026-08-11T11:16:38.332Z | Checking block-buffer v0.12.0 |
| 1336 | 2026-08-11T11:16:38.332Z | Checking elliptic-curve v0.13.8 |
| 1337 | 2026-08-11T11:16:38.417Z | Checking crypto-common v0.2.2 |
| 1338 | 2026-08-11T11:16:38.469Z | Checking similar v2.7.0 |
| 1339 | 2026-08-11T11:16:38.472Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1340 | 2026-08-11T11:16:38.500Z | Checking blake2 v0.10.6 |
| 1341 | 2026-08-11T11:16:38.598Z | Checking aead v0.5.2 |
| 1342 | 2026-08-11T11:16:38.708Z | Compiling libloading v0.8.9 |
| 1343 | 2026-08-11T11:16:38.724Z | Compiling owo-colors v4.3.0 |
| 1344 | 2026-08-11T11:16:38.740Z | Checking const-oid v0.10.2 |
| 1345 | 2026-08-11T11:16:38.743Z | Checking linked-hash-map v0.5.6 |
| 1346 | 2026-08-11T11:16:38.784Z | Compiling bindgen v0.72.1 |
| 1347 | 2026-08-11T11:16:38.891Z | Compiling typify-impl v0.6.2 |
| 1348 | 2026-08-11T11:16:38.907Z | Checking keccak v0.1.6 |
| 1349 | 2026-08-11T11:16:38.923Z | Checking compression-core v0.4.32 |
| 1350 | 2026-08-11T11:16:39.026Z | Checking resolv-conf v0.7.5 |
| 1351 | 2026-08-11T11:16:39.042Z | Checking compression-codecs v0.4.32 |
| 1352 | 2026-08-11T11:16:39.072Z | Checking sha3 v0.10.8 |
| 1353 | 2026-08-11T11:16:39.101Z | Checking digest v0.11.3 |
| 1354 | 2026-08-11T11:16:39.118Z | Checking lru-cache v0.1.2 |
| 1355 | 2026-08-11T11:16:39.218Z | Checking vsss-rs v3.3.4 |
| 1356 | 2026-08-11T11:16:39.234Z | Checking chacha20poly1305 v0.10.1 |
| 1357 | 2026-08-11T11:16:39.248Z | Checking argon2 v0.5.3 |
| 1358 | 2026-08-11T11:16:39.323Z | Checking ciborium v0.2.2 |
| 1359 | 2026-08-11T11:16:39.361Z | Checking hickory-proto v0.24.4 |
| 1360 | 2026-08-11T11:16:39.620Z | Checking tokio-dtrace v0.1.1 |
| 1361 | 2026-08-11T11:16:39.804Z | Compiling cexpr v0.6.0 |
| 1362 | 2026-08-11T11:16:39.807Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1363 | 2026-08-11T11:16:40.106Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1364 | 2026-08-11T11:16:40.348Z | Checking serde-big-array v0.5.1 |
| 1365 | 2026-08-11T11:16:40.366Z | Compiling derive-where v1.6.0 |
| 1366 | 2026-08-11T11:16:40.383Z | Compiling serde_repr v0.1.20 |
| 1367 | 2026-08-11T11:16:40.485Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1368 | 2026-08-11T11:16:40.712Z | Compiling dropshot v0.17.1 |
| 1369 | 2026-08-11T11:16:40.874Z | Checking cpufeatures v0.3.0 |
| 1370 | 2026-08-11T11:16:40.949Z | Checking siphasher v1.0.1 |
| 1371 | 2026-08-11T11:16:40.965Z | Checking same-file v1.0.6 |
| 1372 | 2026-08-11T11:16:40.969Z | Checking unicode-segmentation v1.12.0 |
| 1373 | 2026-08-11T11:16:40.969Z | Compiling shlex v1.3.0 |
| 1374 | 2026-08-11T11:16:41.091Z | Checking walkdir v2.5.0 |
| 1375 | 2026-08-11T11:16:41.115Z | Checking phf_shared v0.12.1 |
| 1376 | 2026-08-11T11:16:41.253Z | Checking hickory-resolver v0.24.4 |
| 1377 | 2026-08-11T11:16:41.269Z | Checking sha1 v0.11.0 |
| 1378 | 2026-08-11T11:16:41.292Z | Checking newline-converter v0.3.0 |
| 1379 | 2026-08-11T11:16:41.405Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1380 | 2026-08-11T11:16:41.495Z | Checking toml v1.1.2+spec-1.1.0 |
| 1381 | 2026-08-11T11:16:41.592Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1382 | 2026-08-11T11:16:41.917Z | Checking oxide-tokio-rt v0.1.2 |
| 1383 | 2026-08-11T11:16:42.062Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1384 | 2026-08-11T11:16:42.155Z | Checking async-compression v0.4.33 |
| 1385 | 2026-08-11T11:16:42.261Z | Compiling progenitor-impl v0.10.0 |
| 1386 | 2026-08-11T11:16:42.336Z | Compiling typify-macro v0.6.2 |
| 1387 | 2026-08-11T11:16:42.398Z | Checking console v0.15.11 |
| 1388 | 2026-08-11T11:16:42.670Z | Checking tokio-stream v0.1.17 |
| 1389 | 2026-08-11T11:16:42.762Z | Compiling dropshot_endpoint v0.17.1 |
| 1390 | 2026-08-11T11:16:42.843Z | Compiling pin-project-internal v1.1.10 |
| 1391 | 2026-08-11T11:16:43.051Z | Compiling slog-dtrace v0.3.0 |
| 1392 | 2026-08-11T11:16:43.288Z | Checking csv-core v0.1.12 |
| 1393 | 2026-08-11T11:16:43.468Z | Checking smawk v0.3.2 |
| 1394 | 2026-08-11T11:16:43.584Z | Checking unicode-width v0.1.14 |
| 1395 | 2026-08-11T11:16:43.601Z | Compiling unicode-xid v0.2.6 |
| 1396 | 2026-08-11T11:16:43.727Z | Checking unicode-linebreak v0.1.5 |
| 1397 | 2026-08-11T11:16:43.838Z | Compiling cancel-safe-futures v0.1.5 |
| 1398 | 2026-08-11T11:16:43.854Z | Compiling chrono-tz v0.10.4 |
| 1399 | 2026-08-11T11:16:43.902Z | Checking swrite v0.1.0 |
| 1400 | 2026-08-11T11:16:43.943Z | Checking foldhash v0.1.5 |
| 1401 | 2026-08-11T11:16:43.995Z | Checking textwrap v0.16.2 |
| 1402 | 2026-08-11T11:16:44.085Z | Checking hashbrown v0.15.5 |
| 1403 | 2026-08-11T11:16:44.114Z | Checking pin-project v1.1.10 |
| 1404 | 2026-08-11T11:16:44.130Z | Compiling const_format_proc_macros v0.2.34 |
| 1405 | 2026-08-11T11:16:44.208Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1406 | 2026-08-11T11:16:44.224Z | Checking csv v1.4.0 |
| 1407 | 2026-08-11T11:16:44.297Z | Compiling progenitor-macro v0.10.0 |
| 1408 | 2026-08-11T11:16:44.421Z | Checking qorb v0.4.1 |
| 1409 | 2026-08-11T11:16:44.580Z | Checking expectorate v1.2.0 |
| 1410 | 2026-08-11T11:16:44.596Z | Checking phf v0.12.1 |
| 1411 | 2026-08-11T11:16:44.710Z | Checking unicode-normalization v0.1.24 |
| 1412 | 2026-08-11T11:16:44.960Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1413 | 2026-08-11T11:16:45.134Z | Compiling snafu-derive v0.8.9 |
| 1414 | 2026-08-11T11:16:45.854Z | Checking libsw-core v0.3.2 |
| 1415 | 2026-08-11T11:16:45.904Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1416 | 2026-08-11T11:16:46.005Z | Compiling async-recursion v1.1.1 |
| 1417 | 2026-08-11T11:16:46.285Z | Compiling cookie v0.18.1 |
| 1418 | 2026-08-11T11:16:46.515Z | Checking fixedbitset v0.5.7 |
| 1419 | 2026-08-11T11:16:46.539Z | Checking highway v1.3.0 |
| 1420 | 2026-08-11T11:16:46.670Z | Compiling moka v0.12.11 |
| 1421 | 2026-08-11T11:16:46.713Z | Checking fixedbitset v0.4.2 |
| 1422 | 2026-08-11T11:16:46.730Z | Checking petgraph v0.8.2 |
| 1423 | 2026-08-11T11:16:46.855Z | Checking snafu v0.8.9 |
| 1424 | 2026-08-11T11:16:46.869Z | Checking petgraph v0.6.5 |
| 1425 | 2026-08-11T11:16:47.091Z | Checking libsw v3.5.0 |
| 1426 | 2026-08-11T11:16:47.240Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1427 | 2026-08-11T11:16:47.424Z | Checking olpc-cjson v0.1.4 |
| 1428 | 2026-08-11T11:16:47.565Z | Checking const_format v0.2.34 |
| 1429 | 2026-08-11T11:16:47.805Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1430 | 2026-08-11T11:16:48.086Z | Compiling typify v0.6.2 |
| 1431 | 2026-08-11T11:16:48.182Z | Checking papergrid v0.11.0 |
| 1432 | 2026-08-11T11:16:48.197Z | Checking globset v0.4.16 |
| 1433 | 2026-08-11T11:16:48.229Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1434 | 2026-08-11T11:16:48.274Z | Checking gethostname v0.5.0 |
| 1435 | 2026-08-11T11:16:48.434Z | Compiling tabled_derive v0.7.0 |
| 1436 | 2026-08-11T11:16:48.473Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-08-11T11:16:48.489Z | Checking progenitor v0.10.0 |
| 1438 | 2026-08-11T11:16:48.620Z | Checking reqwest v0.13.2 |
| 1439 | 2026-08-11T11:16:48.711Z | Checking bcs v0.1.6 |
| 1440 | 2026-08-11T11:16:48.761Z | Checking pem v3.0.5 |
| 1441 | 2026-08-11T11:16:48.783Z | Checking serde_plain v1.0.2 |
| 1442 | 2026-08-11T11:16:48.922Z | Checking typed-path v0.9.3 |
| 1443 | 2026-08-11T11:16:48.938Z | Checking termtree v0.5.1 |
| 1444 | 2026-08-11T11:16:48.942Z | Checking tagptr v0.2.0 |
| 1445 | 2026-08-11T11:16:49.073Z | Compiling signal-hook v0.4.4 |
| 1446 | 2026-08-11T11:16:49.094Z | Checking linear-map v1.2.0 |
| 1447 | 2026-08-11T11:16:49.159Z | Checking humantime v2.3.0 |
| 1448 | 2026-08-11T11:16:49.257Z | Checking crc8 v0.1.1 |
| 1449 | 2026-08-11T11:16:49.310Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-08-11T11:16:49.354Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1451 | 2026-08-11T11:16:49.369Z | Checking tabled v0.15.0 |
| 1452 | 2026-08-11T11:16:49.712Z | Checking tough v0.20.0 |
| 1453 | 2026-08-11T11:16:49.980Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1454 | 2026-08-11T11:16:50.147Z | Compiling progenitor-impl v0.14.0 |
| 1455 | 2026-08-11T11:16:50.532Z | Checking steno v0.4.1 |
| 1456 | 2026-08-11T11:16:50.923Z | Checking hickory-proto v0.25.2 |
| 1457 | 2026-08-11T11:16:51.444Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1458 | 2026-08-11T11:16:51.483Z | Compiling cargo-platform v0.1.9 |
| 1459 | 2026-08-11T11:16:51.650Z | Compiling vergen v8.3.2 |
| 1460 | 2026-08-11T11:16:51.720Z | Compiling fs-err v3.1.2 |
| 1461 | 2026-08-11T11:16:51.862Z | Compiling cargo_metadata v0.18.1 |
| 1462 | 2026-08-11T11:16:52.128Z | Checking progenitor-client v0.14.0 |
| 1463 | 2026-08-11T11:16:52.246Z | Compiling progenitor-macro v0.14.0 |
| 1464 | 2026-08-11T11:16:52.261Z | Checking dropshot-api-manager-types v0.7.2 |
| 1465 | 2026-08-11T11:16:52.342Z | Checking sha2 v0.10.9 |
| 1466 | 2026-08-11T11:16:52.424Z | Compiling blake3 v1.8.2 |
| 1467 | 2026-08-11T11:16:52.501Z | Checking hickory-resolver v0.25.2 |
| 1468 | 2026-08-11T11:16:53.128Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1469 | 2026-08-11T11:16:53.133Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1470 | 2026-08-11T11:16:53.266Z | Checking git-stub v1.0.0 |
| 1471 | 2026-08-11T11:16:53.282Z | Compiling strum_macros v0.28.0 |
| 1472 | 2026-08-11T11:16:53.421Z | Checking filetime v0.2.26 |
| 1473 | 2026-08-11T11:16:53.697Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-08-11T11:16:54.242Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-08-11T11:16:54.293Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1476 | 2026-08-11T11:16:54.656Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1477 | 2026-08-11T11:16:55.096Z | Compiling curl v0.4.50 |
| 1478 | 2026-08-11T11:16:55.114Z | Checking constant_time_eq v0.3.1 |
| 1479 | 2026-08-11T11:16:55.209Z | Checking is_ci v1.2.0 |
| 1480 | 2026-08-11T11:16:55.294Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-08-11T11:16:55.323Z | Checking xattr v1.6.1 |
| 1482 | 2026-08-11T11:16:55.349Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-08-11T11:16:55.408Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-08-11T11:16:55.435Z | Checking arrayvec v0.7.6 |
| 1485 | 2026-08-11T11:16:55.451Z | Checking arrayref v0.3.9 |
| 1486 | 2026-08-11T11:16:55.521Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1487 | 2026-08-11T11:16:55.630Z | Checking toml v0.7.8 |
| 1488 | 2026-08-11T11:16:55.758Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1489 | 2026-08-11T11:16:55.775Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1490 | 2026-08-11T11:16:55.821Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-08-11T11:16:55.881Z | Checking tar v0.4.45 |
| 1492 | 2026-08-11T11:16:55.952Z | Checking supports-color v3.0.2 |
| 1493 | 2026-08-11T11:16:56.060Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1494 | 2026-08-11T11:16:56.081Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1495 | 2026-08-11T11:16:56.253Z | Checking strum v0.28.0 |
| 1496 | 2026-08-11T11:16:56.367Z | Checking progenitor v0.14.0 |
| 1497 | 2026-08-11T11:16:56.474Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1498 | 2026-08-11T11:16:56.502Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1499 | 2026-08-11T11:16:56.517Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1500 | 2026-08-11T11:16:56.742Z | Checking git-stub-vcs v0.1.0 |
| 1501 | 2026-08-11T11:16:56.882Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1502 | 2026-08-11T11:16:56.939Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1503 | 2026-08-11T11:16:57.224Z | Checking drift v0.2.0 |
| 1504 | 2026-08-11T11:16:57.493Z | Checking kstat-rs v0.2.4 |
| 1505 | 2026-08-11T11:16:57.533Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1506 | 2026-08-11T11:16:57.680Z | Checking topological-sort v0.2.2 |
| 1507 | 2026-08-11T11:16:57.815Z | Checking omicron-zone-package v0.12.2 |
| 1508 | 2026-08-11T11:16:57.833Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1509 | 2026-08-11T11:16:57.933Z | Checking dropshot-api-manager v0.7.2 |
| 1510 | 2026-08-11T11:16:59.006Z | Checking signal-hook-tokio v0.4.0 |
| 1511 | 2026-08-11T11:16:59.133Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1512 | 2026-08-11T11:16:59.619Z | Checking scuffle v0.1.0 |
| 1513 | 2026-08-11T11:16:59.661Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1514 | 2026-08-11T11:17:00.149Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1515 | 2026-08-11T11:17:00.165Z | Checking iddqd v0.4.5 |
| 1516 | 2026-08-11T11:17:00.343Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1517 | 2026-08-11T11:17:00.441Z | Checking search_path v0.1.4 |
| 1518 | 2026-08-11T11:17:00.544Z | Checking internet-checksum v0.2.1 |
| 1519 | 2026-08-11T11:17:00.556Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1520 | 2026-08-11T11:17:00.655Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1521 | 2026-08-11T11:17:01.002Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1522 | 2026-08-11T11:17:01.172Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1523 | 2026-08-11T11:17:01.485Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1524 | 2026-08-11T11:17:02.015Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-08-11T11:17:02.394Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1526 | 2026-08-11T11:17:02.528Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1527 | 2026-08-11T11:17:02.915Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1528 | 2026-08-11T11:17:03.778Z | Compiling git2 v0.19.0 |
| 1529 | 2026-08-11T11:17:04.545Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1530 | 2026-08-11T11:17:06.064Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1531 | 2026-08-11T11:17:13.656Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1532 | 2026-08-11T11:17:14.942Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1533 | 2026-08-11T11:17:19.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s |
| 1534 | 2026-08-11T11:17:20.182Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1535 | 2026-08-11T11:17:20.182Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1536 | 2026-08-11T11:17:20.671Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1537 | 2026-08-11T11:17:20.671Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1538 | 2026-08-11T11:17:20.745Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1539 | 2026-08-11T11:17:20.749Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1540 | 2026-08-11T11:17:27.779Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1541 | 2026-08-11T11:17:27.784Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1542 | 2026-08-11T11:17:30.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s |
| 1543 | 2026-08-11T11:17:30.510Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1544 | 2026-08-11T11:17:30.510Z | + cargo clippy --features softnpu -- --deny warnings |
| 1545 | 2026-08-11T11:17:30.807Z | Downloading crates ... |
| 1546 | 2026-08-11T11:17:30.940Z | Downloaded serde_arrays v0.1.0 |
| 1547 | 2026-08-11T11:17:30.949Z | Downloaded funty v2.0.0 |
| 1548 | 2026-08-11T11:17:30.956Z | Downloaded tap v1.0.1 |
| 1549 | 2026-08-11T11:17:30.959Z | Downloaded bitstruct v0.1.1 |
| 1550 | 2026-08-11T11:17:30.959Z | Downloaded radium v0.7.0 |
| 1551 | 2026-08-11T11:17:30.959Z | Downloaded wyz v0.5.1 |
| 1552 | 2026-08-11T11:17:30.959Z | Downloaded typeid v1.0.3 |
| 1553 | 2026-08-11T11:17:30.959Z | Downloaded erased-serde v0.4.8 |
| 1554 | 2026-08-11T11:17:30.962Z | Downloaded num-bigint v0.4.6 |
| 1555 | 2026-08-11T11:17:30.965Z | Downloaded bitstruct_derive v0.1.0 |
| 1556 | 2026-08-11T11:17:30.965Z | Downloaded libloading v0.7.4 |
| 1557 | 2026-08-11T11:17:30.968Z | Downloaded ascii v1.1.0 |
| 1558 | 2026-08-11T11:17:30.980Z | Downloaded bitvec v1.0.1 |
| 1559 | 2026-08-11T11:17:31.106Z | Checking num-integer v0.1.46 |
| 1560 | 2026-08-11T11:17:31.187Z | Checking num-complex v0.4.6 |
| 1561 | 2026-08-11T11:17:31.197Z | Compiling radium v0.7.0 |
| 1562 | 2026-08-11T11:17:31.204Z | Checking tap v1.0.1 |
| 1563 | 2026-08-11T11:17:31.210Z | Checking funty v2.0.0 |
| 1564 | 2026-08-11T11:17:31.217Z | Compiling typeid v1.0.3 |
| 1565 | 2026-08-11T11:17:31.220Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1566 | 2026-08-11T11:17:31.229Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1567 | 2026-08-11T11:17:31.287Z | Checking wyz v0.5.1 |
| 1568 | 2026-08-11T11:17:31.378Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1569 | 2026-08-11T11:17:31.386Z | Checking num-bigint v0.4.6 |
| 1570 | 2026-08-11T11:17:31.421Z | Checking num-iter v0.1.45 |
| 1571 | 2026-08-11T11:17:31.465Z | Compiling erased-serde v0.4.8 |
| 1572 | 2026-08-11T11:17:31.483Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-08-11T11:17:31.502Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-08-11T11:17:31.528Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-08-11T11:17:31.588Z | Compiling bitstruct_derive v0.1.0 |
| 1576 | 2026-08-11T11:17:31.597Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-08-11T11:17:31.606Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1578 | 2026-08-11T11:17:31.625Z | Checking bitvec v1.0.1 |
| 1579 | 2026-08-11T11:17:31.643Z | Checking ascii v1.1.0 |
| 1580 | 2026-08-11T11:17:31.646Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1581 | 2026-08-11T11:17:31.686Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-08-11T11:17:31.799Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1583 | 2026-08-11T11:17:31.799Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1584 | 2026-08-11T11:17:31.802Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1585 | 2026-08-11T11:17:31.824Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1586 | 2026-08-11T11:17:32.098Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1587 | 2026-08-11T11:17:32.136Z | Checking serde_arrays v0.1.0 |
| 1588 | 2026-08-11T11:17:32.182Z | Checking num-rational v0.4.2 |
| 1589 | 2026-08-11T11:17:32.210Z | Checking bitstruct v0.1.1 |
| 1590 | 2026-08-11T11:17:32.228Z | Checking libloading v0.7.4 |
| 1591 | 2026-08-11T11:17:32.238Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1592 | 2026-08-11T11:17:32.449Z | Checking num v0.4.3 |
| 1593 | 2026-08-11T11:17:32.516Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-08-11T11:17:33.059Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1595 | 2026-08-11T11:17:33.342Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1596 | 2026-08-11T11:17:33.342Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1597 | 2026-08-11T11:17:33.530Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1598 | 2026-08-11T11:17:33.743Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-08-11T11:17:33.743Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-08-11T11:17:34.197Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-08-11T11:17:34.413Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1602 | 2026-08-11T11:17:34.416Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1603 | 2026-08-11T11:17:34.416Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1604 | 2026-08-11T11:17:34.416Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1605 | 2026-08-11T11:17:34.804Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1606 | 2026-08-11T11:17:35.226Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1607 | 2026-08-11T11:17:36.098Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-08-11T11:17:38.281Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1609 | 2026-08-11T11:17:38.631Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1610 | 2026-08-11T11:17:39.501Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1611 | 2026-08-11T11:17:40.187Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1612 | 2026-08-11T11:17:40.303Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1613 | 2026-08-11T11:17:46.710Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1614 | 2026-08-11T11:17:47.970Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1615 | 2026-08-11T11:17:48.510Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1616 | 2026-08-11T11:17:52.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.28s |
| 1617 | 2026-08-11T11:17:52.989Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1618 | 2026-08-11T11:17:52.989Z | + cargo clippy --features chaos -- --deny warnings |
| 1619 | 2026-08-11T11:17:53.470Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1620 | 2026-08-11T11:17:53.470Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1621 | 2026-08-11T11:17:53.470Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1622 | 2026-08-11T11:18:00.535Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1623 | 2026-08-11T11:18:00.538Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1624 | 2026-08-11T11:18:02.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.95s |
| 1625 | 2026-08-11T11:18:03.133Z | + banner fmt |
| 1626 | 2026-08-11T11:18:03.136Z | |
| 1627 | 2026-08-11T11:18:03.136Z | ###### # # ##### |
| 1628 | 2026-08-11T11:18:03.136Z | # ## ## # |
| 1629 | 2026-08-11T11:18:03.137Z | ##### # ## # # |
| 1630 | 2026-08-11T11:18:03.137Z | # # # # |
| 1631 | 2026-08-11T11:18:03.137Z | # # # # |
| 1632 | 2026-08-11T11:18:03.137Z | # # # # |
| 1633 | 2026-08-11T11:18:03.137Z | |
| 1634 | 2026-08-11T11:18:03.137Z | + cargo fmt -- --check |
| 1635 | 2026-08-11T11:18:03.575Z | + banner test |
| 1636 | 2026-08-11T11:18:03.578Z | |
| 1637 | 2026-08-11T11:18:03.578Z | ##### ###### #### ##### |
| 1638 | 2026-08-11T11:18:03.578Z | # # # # |
| 1639 | 2026-08-11T11:18:03.578Z | # ##### #### # |
| 1640 | 2026-08-11T11:18:03.578Z | # # # # |
| 1641 | 2026-08-11T11:18:03.578Z | # # # # # |
| 1642 | 2026-08-11T11:18:03.578Z | # ###### #### # |
| 1643 | 2026-08-11T11:18:03.578Z | |
| 1644 | 2026-08-11T11:18:03.578Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1645 | 2026-08-11T11:18:03.578Z | + RUST_BACKTRACE=full |
| 1646 | 2026-08-11T11:18:03.578Z | + cargo test --features tofino_stub --no-fail-fast |
| 1647 | 2026-08-11T11:18:04.413Z | Compiling unicode-ident v1.0.24 |
| 1648 | 2026-08-11T11:18:04.414Z | Compiling cfg-if v1.0.4 |
| 1649 | 2026-08-11T11:18:04.418Z | Compiling memchr v2.7.5 |
| 1650 | 2026-08-11T11:18:04.419Z | Compiling serde_core v1.0.228 |
| 1651 | 2026-08-11T11:18:04.521Z | Compiling itoa v1.0.15 |
| 1652 | 2026-08-11T11:18:04.524Z | Compiling libc v0.2.186 |
| 1653 | 2026-08-11T11:18:04.525Z | Compiling zmij v1.0.17 |
| 1654 | 2026-08-11T11:18:04.603Z | Compiling proc-macro2 v1.0.106 |
| 1655 | 2026-08-11T11:18:04.635Z | Compiling libm v0.2.15 |
| 1656 | 2026-08-11T11:18:04.796Z | Compiling equivalent v1.0.2 |
| 1657 | 2026-08-11T11:18:04.885Z | Compiling heck v0.5.0 |
| 1658 | 2026-08-11T11:18:05.037Z | Compiling quote v1.0.45 |
| 1659 | 2026-08-11T11:18:05.071Z | Compiling log v0.4.29 |
| 1660 | 2026-08-11T11:18:05.147Z | Compiling smallvec v1.15.1 |
| 1661 | 2026-08-11T11:18:05.236Z | Compiling syn v2.0.118 |
| 1662 | 2026-08-11T11:18:05.259Z | Compiling iana-time-zone v0.1.64 |
| 1663 | 2026-08-11T11:18:05.332Z | Compiling dyn-clone v1.0.20 |
| 1664 | 2026-08-11T11:18:05.355Z | Compiling hashbrown v0.17.1 |
| 1665 | 2026-08-11T11:18:05.381Z | Compiling stable_deref_trait v1.2.0 |
| 1666 | 2026-08-11T11:18:05.462Z | Compiling pin-project-lite v0.2.16 |
| 1667 | 2026-08-11T11:18:05.474Z | Compiling percent-encoding v2.3.2 |
| 1668 | 2026-08-11T11:18:05.480Z | Compiling fnv v1.0.7 |
| 1669 | 2026-08-11T11:18:05.559Z | Compiling litemap v0.8.0 |
| 1670 | 2026-08-11T11:18:05.581Z | Compiling writeable v0.6.1 |
| 1671 | 2026-08-11T11:18:05.671Z | Compiling icu_normalizer_data v2.0.0 |
| 1672 | 2026-08-11T11:18:05.749Z | Compiling icu_properties_data v2.0.1 |
| 1673 | 2026-08-11T11:18:05.772Z | Compiling regex-syntax v0.8.11 |
| 1674 | 2026-08-11T11:18:05.776Z | Compiling form_urlencoded v1.2.2 |
| 1675 | 2026-08-11T11:18:05.881Z | Compiling utf8_iter v1.0.4 |
| 1676 | 2026-08-11T11:18:05.892Z | Compiling scopeguard v1.2.0 |
| 1677 | 2026-08-11T11:18:05.904Z | Compiling num-traits v0.2.19 |
| 1678 | 2026-08-11T11:18:05.966Z | Compiling getrandom v0.4.2 |
| 1679 | 2026-08-11T11:18:06.000Z | Compiling lock_api v0.4.14 |
| 1680 | 2026-08-11T11:18:06.115Z | Compiling aho-corasick v1.1.3 |
| 1681 | 2026-08-11T11:18:06.222Z | Compiling semver v1.0.28 |
| 1682 | 2026-08-11T11:18:06.375Z | Compiling serde_json v1.0.150 |
| 1683 | 2026-08-11T11:18:06.441Z | Compiling indexmap v2.14.0 |
| 1684 | 2026-08-11T11:18:06.500Z | Compiling byteorder v1.5.0 |
| 1685 | 2026-08-11T11:18:06.563Z | Compiling ucd-trie v0.1.7 |
| 1686 | 2026-08-11T11:18:06.671Z | Compiling futures-core v0.3.32 |
| 1687 | 2026-08-11T11:18:06.720Z | Compiling uuid v1.23.3 |
| 1688 | 2026-08-11T11:18:06.821Z | Compiling allocator-api2 v0.2.21 |
| 1689 | 2026-08-11T11:18:07.068Z | Compiling time-core v0.1.8 |
| 1690 | 2026-08-11T11:18:07.140Z | Compiling num-conv v0.2.1 |
| 1691 | 2026-08-11T11:18:07.153Z | Compiling foldhash v0.2.0 |
| 1692 | 2026-08-11T11:18:07.219Z | Compiling regex-automata v0.4.13 |
| 1693 | 2026-08-11T11:18:07.291Z | Compiling time-macros v0.2.27 |
| 1694 | 2026-08-11T11:18:07.305Z | Compiling hashbrown v0.16.1 |
| 1695 | 2026-08-11T11:18:07.379Z | Compiling futures-sink v0.3.32 |
| 1696 | 2026-08-11T11:18:07.489Z | Compiling ryu v1.0.20 |
| 1697 | 2026-08-11T11:18:07.678Z | Compiling pretty-hex v0.4.1 |
| 1698 | 2026-08-11T11:18:07.816Z | Compiling slab v0.4.11 |
| 1699 | 2026-08-11T11:18:07.974Z | Compiling synstructure v0.13.2 |
| 1700 | 2026-08-11T11:18:07.993Z | Compiling serde_derive_internals v0.29.1 |
| 1701 | 2026-08-11T11:18:08.036Z | Compiling plain v0.2.3 |
| 1702 | 2026-08-11T11:18:08.144Z | Compiling strsim v0.11.1 |
| 1703 | 2026-08-11T11:18:08.278Z | Compiling futures-channel v0.3.32 |
| 1704 | 2026-08-11T11:18:08.417Z | Compiling futures-io v0.3.32 |
| 1705 | 2026-08-11T11:18:08.467Z | Compiling futures-task v0.3.32 |
| 1706 | 2026-08-11T11:18:08.496Z | Compiling socket2 v0.6.4 |
| 1707 | 2026-08-11T11:18:08.531Z | Compiling parking_lot_core v0.9.12 |
| 1708 | 2026-08-11T11:18:08.578Z | Compiling signal-hook-registry v1.4.6 |
| 1709 | 2026-08-11T11:18:08.635Z | Compiling thread-id v5.0.0 |
| 1710 | 2026-08-11T11:18:08.719Z | Compiling parking_lot v0.12.5 |
| 1711 | 2026-08-11T11:18:08.732Z | Compiling mio v1.2.1 |
| 1712 | 2026-08-11T11:18:08.907Z | Compiling regex v1.12.4 |
| 1713 | 2026-08-11T11:18:08.928Z | Compiling regress v0.10.5 |
| 1714 | 2026-08-11T11:18:08.940Z | Compiling darling_core v0.21.3 |
| 1715 | 2026-08-11T11:18:08.966Z | Compiling bitflags v2.11.1 |
| 1716 | 2026-08-11T11:18:09.127Z | Compiling base64 v0.22.1 |
| 1717 | 2026-08-11T11:18:09.210Z | Compiling getrandom v0.2.16 |
| 1718 | 2026-08-11T11:18:09.224Z | Compiling serde_derive v1.0.228 |
| 1719 | 2026-08-11T11:18:09.245Z | Compiling zerofrom-derive v0.1.6 |
| 1720 | 2026-08-11T11:18:09.371Z | Compiling yoke-derive v0.8.0 |
| 1721 | 2026-08-11T11:18:09.393Z | Compiling zerovec-derive v0.11.1 |
| 1722 | 2026-08-11T11:18:09.462Z | Compiling displaydoc v0.2.5 |
| 1723 | 2026-08-11T11:18:09.783Z | Compiling thiserror-impl v2.0.18 |
| 1724 | 2026-08-11T11:18:10.251Z | Compiling schemars_derive v0.8.22 |
| 1725 | 2026-08-11T11:18:10.459Z | Compiling tokio-macros v2.7.0 |
| 1726 | 2026-08-11T11:18:10.482Z | Compiling zerocopy-derive v0.8.27 |
| 1727 | 2026-08-11T11:18:10.544Z | Compiling zeroize_derive v1.4.3 |
| 1728 | 2026-08-11T11:18:11.054Z | Compiling thiserror v2.0.18 |
| 1729 | 2026-08-11T11:18:11.113Z | Compiling futures-macro v0.3.32 |
| 1730 | 2026-08-11T11:18:11.164Z | Compiling zerofrom v0.1.6 |
| 1731 | 2026-08-11T11:18:11.204Z | Compiling thiserror-impl v1.0.69 |
| 1732 | 2026-08-11T11:18:11.232Z | Compiling tracing-attributes v0.1.30 |
| 1733 | 2026-08-11T11:18:11.295Z | Compiling yoke v0.8.0 |
| 1734 | 2026-08-11T11:18:11.461Z | Compiling zerovec v0.11.4 |
| 1735 | 2026-08-11T11:18:11.488Z | Compiling zerotrie v0.2.2 |
| 1736 | 2026-08-11T11:18:11.735Z | Compiling zerocopy v0.8.27 |
| 1737 | 2026-08-11T11:18:11.795Z | Compiling pest v2.8.2 |
| 1738 | 2026-08-11T11:18:11.954Z | Compiling scroll_derive v0.13.1 |
| 1739 | 2026-08-11T11:18:11.982Z | Compiling serde v1.0.228 |
| 1740 | 2026-08-11T11:18:12.386Z | Compiling tinystr v0.8.1 |
| 1741 | 2026-08-11T11:18:12.471Z | Compiling bytes v1.12.0 |
| 1742 | 2026-08-11T11:18:12.497Z | Compiling serde_tokenstream v0.2.3 |
| 1743 | 2026-08-11T11:18:12.591Z | Compiling icu_locale_core v2.0.0 |
| 1744 | 2026-08-11T11:18:12.781Z | Compiling potential_utf v0.1.3 |
| 1745 | 2026-08-11T11:18:12.802Z | Compiling chrono v0.4.45 |
| 1746 | 2026-08-11T11:18:12.826Z | Compiling async-trait v0.1.89 |
| 1747 | 2026-08-11T11:18:12.949Z | Compiling icu_collections v2.0.0 |
| 1748 | 2026-08-11T11:18:13.082Z | Compiling icu_provider v2.0.0 |
| 1749 | 2026-08-11T11:18:13.117Z | Compiling http v1.4.2 |
| 1750 | 2026-08-11T11:18:13.205Z | Compiling pest_meta v2.8.2 |
| 1751 | 2026-08-11T11:18:13.398Z | Compiling icu_properties v2.0.1 |
| 1752 | 2026-08-11T11:18:13.438Z | Compiling icu_normalizer v2.0.0 |
| 1753 | 2026-08-11T11:18:13.452Z | Compiling scroll v0.13.0 |
| 1754 | 2026-08-11T11:18:13.726Z | Compiling goblin v0.10.1 |
| 1755 | 2026-08-11T11:18:13.807Z | Compiling pest_generator v2.8.2 |
| 1756 | 2026-08-11T11:18:14.037Z | Compiling schemars v0.8.22 |
| 1757 | 2026-08-11T11:18:14.077Z | Compiling thiserror v1.0.69 |
| 1758 | 2026-08-11T11:18:14.182Z | Compiling tokio v1.52.3 |
| 1759 | 2026-08-11T11:18:14.303Z | Compiling idna_adapter v1.2.1 |
| 1760 | 2026-08-11T11:18:14.450Z | Compiling idna v1.1.0 |
| 1761 | 2026-08-11T11:18:14.456Z | Compiling openapiv3 v2.2.0 |
| 1762 | 2026-08-11T11:18:14.530Z | Compiling pest_derive v2.8.2 |
| 1763 | 2026-08-11T11:18:14.635Z | Compiling daft-derive v0.1.5 |
| 1764 | 2026-08-11T11:18:15.056Z | Compiling url v2.5.7 |
| 1765 | 2026-08-11T11:18:15.106Z | Compiling dtrace-parser v0.3.0 |
| 1766 | 2026-08-11T11:18:15.284Z | Compiling typify-impl v0.4.3 |
| 1767 | 2026-08-11T11:18:15.410Z | Compiling darling_macro v0.21.3 |
| 1768 | 2026-08-11T11:18:15.523Z | Compiling http-body v1.0.1 |
| 1769 | 2026-08-11T11:18:15.955Z | Compiling ppv-lite86 v0.2.21 |
| 1770 | 2026-08-11T11:18:16.001Z | Compiling erased-serde v0.3.31 |
| 1771 | 2026-08-11T11:18:16.014Z | Compiling darling v0.21.3 |
| 1772 | 2026-08-11T11:18:16.097Z | Compiling serde_yaml v0.9.34+deprecated |
| 1773 | 2026-08-11T11:18:16.123Z | Compiling openssl-macros v0.1.1 |
| 1774 | 2026-08-11T11:18:16.506Z | Compiling atomic-waker v1.1.2 |
| 1775 | 2026-08-11T11:18:16.549Z | Compiling dof v0.4.0 |
| 1776 | 2026-08-11T11:18:16.600Z | Compiling ipnet v2.11.0 |
| 1777 | 2026-08-11T11:18:17.137Z | Compiling usdt-impl v0.6.0 |
| 1778 | 2026-08-11T11:18:17.354Z | Compiling httparse v1.10.1 |
| 1779 | 2026-08-11T11:18:17.640Z | Compiling tower-layer v0.3.3 |
| 1780 | 2026-08-11T11:18:17.666Z | Compiling untrusted v0.9.0 |
| 1781 | 2026-08-11T11:18:17.702Z | Compiling tower-service v0.3.3 |
| 1782 | 2026-08-11T11:18:17.791Z | Compiling anyhow v1.0.102 |
| 1783 | 2026-08-11T11:18:17.804Z | Compiling try-lock v0.2.5 |
| 1784 | 2026-08-11T11:18:17.807Z | Compiling syn v1.0.109 |
| 1785 | 2026-08-11T11:18:17.835Z | Compiling zeroize v1.8.1 |
| 1786 | 2026-08-11T11:18:17.930Z | Compiling want v0.3.1 |
| 1787 | 2026-08-11T11:18:18.006Z | Compiling httpdate v1.0.3 |
| 1788 | 2026-08-11T11:18:18.100Z | Compiling portable-atomic v1.11.1 |
| 1789 | 2026-08-11T11:18:18.480Z | Compiling structmeta-derive v0.3.0 |
| 1790 | 2026-08-11T11:18:18.558Z | Compiling usdt-attr-macro v0.6.0 |
| 1791 | 2026-08-11T11:18:18.622Z | Compiling usdt-macro v0.6.0 |
| 1792 | 2026-08-11T11:18:18.766Z | Compiling async-stream-impl v0.3.6 |
| 1793 | 2026-08-11T11:18:19.413Z | Compiling critical-section v1.2.0 |
| 1794 | 2026-08-11T11:18:19.538Z | Compiling structmeta v0.3.0 |
| 1795 | 2026-08-11T11:18:19.585Z | Compiling once_cell v1.21.3 |
| 1796 | 2026-08-11T11:18:19.784Z | Compiling newtype-uuid-macros v0.1.0 |
| 1797 | 2026-08-11T11:18:19.805Z | Compiling strum_macros v0.26.4 |
| 1798 | 2026-08-11T11:18:19.829Z | Compiling powerfmt v0.2.0 |
| 1799 | 2026-08-11T11:18:20.035Z | Compiling deranged v0.5.3 |
| 1800 | 2026-08-11T11:18:20.499Z | Compiling num_threads v0.1.7 |
| 1801 | 2026-08-11T11:18:21.129Z | Compiling http-body-util v0.1.3 |
| 1802 | 2026-08-11T11:18:21.132Z | Compiling omicron-workspace-hack v0.1.0 |
| 1803 | 2026-08-11T11:18:21.213Z | Compiling dropshot_endpoint v0.16.7 |
| 1804 | 2026-08-11T11:18:21.225Z | Compiling serde_urlencoded v0.7.1 |
| 1805 | 2026-08-11T11:18:21.347Z | Compiling ref-cast-impl v1.0.25 |
| 1806 | 2026-08-11T11:18:21.418Z | Compiling derive-ex v0.1.8 |
| 1807 | 2026-08-11T11:18:21.470Z | Compiling typify-macro v0.4.3 |
| 1808 | 2026-08-11T11:18:21.470Z | Compiling strum_macros v0.27.2 |
| 1809 | 2026-08-11T11:18:21.515Z | Compiling sync_wrapper v1.0.2 |
| 1810 | 2026-08-11T11:18:21.710Z | Compiling serde_with_macros v3.14.1 |
| 1811 | 2026-08-11T11:18:21.731Z | Compiling subtle v2.6.1 |
| 1812 | 2026-08-11T11:18:21.962Z | Compiling thread_local v1.1.9 |
| 1813 | 2026-08-11T11:18:22.226Z | Compiling iri-string v0.7.8 |
| 1814 | 2026-08-11T11:18:22.326Z | Compiling futures-util v0.3.32 |
| 1815 | 2026-08-11T11:18:22.832Z | Compiling match_cfg v0.1.0 |
| 1816 | 2026-08-11T11:18:22.907Z | Compiling rand_core v0.6.4 |
| 1817 | 2026-08-11T11:18:22.932Z | Compiling term v1.2.0 |
| 1818 | 2026-08-11T11:18:22.994Z | Compiling test-strategy v0.4.3 |
| 1819 | 2026-08-11T11:18:23.131Z | Compiling take_mut v0.2.2 |
| 1820 | 2026-08-11T11:18:23.246Z | Compiling typenum v1.20.1 |
| 1821 | 2026-08-11T11:18:23.506Z | Compiling typify v0.4.3 |
| 1822 | 2026-08-11T11:18:23.600Z | Compiling progenitor-impl v0.11.1 |
| 1823 | 2026-08-11T11:18:23.635Z | Compiling parse-display-derive v0.10.0 |
| 1824 | 2026-08-11T11:18:23.747Z | Compiling tracing-core v0.1.34 |
| 1825 | 2026-08-11T11:18:23.820Z | Compiling toml_datetime v0.6.11 |
| 1826 | 2026-08-11T11:18:24.058Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1827 | 2026-08-11T11:18:24.095Z | Compiling tracing v0.1.41 |
| 1828 | 2026-08-11T11:18:24.329Z | Compiling camino v1.2.3 |
| 1829 | 2026-08-11T11:18:24.375Z | Compiling clap_derive v4.6.1 |
| 1830 | 2026-08-11T11:18:24.720Z | Compiling encoding_rs v0.8.35 |
| 1831 | 2026-08-11T11:18:24.747Z | Compiling cpufeatures v0.2.17 |
| 1832 | 2026-08-11T11:18:24.759Z | Compiling mime v0.3.17 |
| 1833 | 2026-08-11T11:18:24.821Z | Compiling fastrand v2.3.0 |
| 1834 | 2026-08-11T11:18:25.031Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1835 | 2026-08-11T11:18:25.404Z | Compiling unicode-width v0.2.1 |
| 1836 | 2026-08-11T11:18:25.866Z | Compiling errno v0.3.14 |
| 1837 | 2026-08-11T11:18:25.952Z | Compiling hex v0.4.3 |
| 1838 | 2026-08-11T11:18:26.022Z | Compiling generic-array v0.14.7 |
| 1839 | 2026-08-11T11:18:26.189Z | Compiling ipnetwork v0.21.1 |
| 1840 | 2026-08-11T11:18:26.215Z | Compiling crossbeam-utils v0.8.21 |
| 1841 | 2026-08-11T11:18:26.427Z | Compiling tokio-util v0.7.16 |
| 1842 | 2026-08-11T11:18:26.532Z | Compiling slog v2.8.2 |
| 1843 | 2026-08-11T11:18:26.791Z | Compiling rustix v1.1.4 |
| 1844 | 2026-08-11T11:18:26.920Z | Compiling getrandom v0.3.3 |
| 1845 | 2026-08-11T11:18:26.936Z | Compiling winnow v0.7.14 |
| 1846 | 2026-08-11T11:18:27.095Z | Compiling rand_core v0.9.3 |
| 1847 | 2026-08-11T11:18:27.108Z | Compiling h2 v0.4.14 |
| 1848 | 2026-08-11T11:18:27.135Z | Compiling crypto-common v0.1.6 |
| 1849 | 2026-08-11T11:18:27.147Z | Compiling progenitor-macro v0.11.1 |
| 1850 | 2026-08-11T11:18:27.264Z | Compiling oxnet v0.1.6 |
| 1851 | 2026-08-11T11:18:27.311Z | Compiling itertools v0.14.0 |
| 1852 | 2026-08-11T11:18:28.007Z | Compiling winnow v1.0.3 |
| 1853 | 2026-08-11T11:18:28.253Z | Compiling num-derive v0.4.2 |
| 1854 | 2026-08-11T11:18:28.359Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1855 | 2026-08-11T11:18:28.405Z | Compiling serde_spanned v1.1.1 |
| 1856 | 2026-08-11T11:18:28.533Z | Compiling socket2 v0.5.10 |
| 1857 | 2026-08-11T11:18:28.563Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1858 | 2026-08-11T11:18:28.777Z | Compiling spin v0.9.8 |
| 1859 | 2026-08-11T11:18:28.969Z | Compiling debug-ignore v1.0.5 |
| 1860 | 2026-08-11T11:18:29.054Z | Compiling rand_chacha v0.9.0 |
| 1861 | 2026-08-11T11:18:29.076Z | Compiling rustls-pki-types v1.12.0 |
| 1862 | 2026-08-11T11:18:29.213Z | Compiling hyper v1.10.1 |
| 1863 | 2026-08-11T11:18:29.228Z | Compiling quick-error v1.2.3 |
| 1864 | 2026-08-11T11:18:29.338Z | Compiling rand v0.9.3 |
| 1865 | 2026-08-11T11:18:29.540Z | Compiling tabwriter v1.4.1 |
| 1866 | 2026-08-11T11:18:29.601Z | Compiling async-stream v0.3.6 |
| 1867 | 2026-08-11T11:18:29.776Z | Compiling waitgroup v0.1.2 |
| 1868 | 2026-08-11T11:18:29.836Z | Compiling serde_path_to_error v0.1.20 |
| 1869 | 2026-08-11T11:18:29.923Z | Compiling bit-vec v0.8.0 |
| 1870 | 2026-08-11T11:18:29.978Z | Compiling colored v3.1.1 |
| 1871 | 2026-08-11T11:18:29.983Z | Compiling lazy_static v1.5.0 |
| 1872 | 2026-08-11T11:18:30.093Z | Compiling strum v0.26.3 |
| 1873 | 2026-08-11T11:18:30.165Z | Compiling bit-set v0.8.0 |
| 1874 | 2026-08-11T11:18:30.208Z | Compiling time v0.3.47 |
| 1875 | 2026-08-11T11:18:30.222Z | Compiling ring v0.17.14 |
| 1876 | 2026-08-11T11:18:30.328Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1877 | 2026-08-11T11:18:30.387Z | Compiling hyper-util v0.1.20 |
| 1878 | 2026-08-11T11:18:30.750Z | Compiling unarray v0.1.4 |
| 1879 | 2026-08-11T11:18:30.867Z | Compiling anstyle v1.0.14 |
| 1880 | 2026-08-11T11:18:31.048Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1881 | 2026-08-11T11:18:31.093Z | Compiling crossbeam-channel v0.5.15 |
| 1882 | 2026-08-11T11:18:31.560Z | Compiling macaddr v1.0.1 |
| 1883 | 2026-08-11T11:18:31.756Z | Compiling utf8parse v0.2.2 |
| 1884 | 2026-08-11T11:18:31.768Z | Compiling block-buffer v0.10.4 |
| 1885 | 2026-08-11T11:18:31.788Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1886 | 2026-08-11T11:18:31.880Z | Compiling anstyle-parse v1.0.0 |
| 1887 | 2026-08-11T11:18:31.918Z | Compiling ref-cast v1.0.25 |
| 1888 | 2026-08-11T11:18:31.942Z | Compiling colorchoice v1.0.4 |
| 1889 | 2026-08-11T11:18:31.975Z | Compiling is_terminal_polyfill v1.70.1 |
| 1890 | 2026-08-11T11:18:32.024Z | Compiling anstyle-query v1.1.4 |
| 1891 | 2026-08-11T11:18:32.061Z | Compiling digest v0.10.7 |
| 1892 | 2026-08-11T11:18:32.061Z | Compiling strum v0.27.2 |
| 1893 | 2026-08-11T11:18:32.085Z | Compiling is-terminal v0.4.16 |
| 1894 | 2026-08-11T11:18:32.085Z | Compiling clap_lex v1.1.0 |
| 1895 | 2026-08-11T11:18:32.132Z | Compiling anstream v1.0.0 |
| 1896 | 2026-08-11T11:18:32.177Z | Compiling slog-term v2.9.2 |
| 1897 | 2026-08-11T11:18:32.197Z | Compiling slog-json v2.6.1 |
| 1898 | 2026-08-11T11:18:32.208Z | Compiling slog-async v2.8.0 |
| 1899 | 2026-08-11T11:18:32.275Z | Compiling hostname v0.3.1 |
| 1900 | 2026-08-11T11:18:32.414Z | Compiling slog-bunyan v2.5.0 |
| 1901 | 2026-08-11T11:18:32.450Z | Compiling futures-executor v0.3.32 |
| 1902 | 2026-08-11T11:18:32.462Z | Compiling tower v0.5.2 |
| 1903 | 2026-08-11T11:18:32.555Z | Compiling instant v0.1.13 |
| 1904 | 2026-08-11T11:18:32.732Z | Compiling futures v0.3.32 |
| 1905 | 2026-08-11T11:18:32.756Z | Compiling aws-lc-sys v0.39.1 |
| 1906 | 2026-08-11T11:18:32.800Z | Compiling untrusted v0.7.1 |
| 1907 | 2026-08-11T11:18:32.828Z | Compiling openssl-sys v0.9.117 |
| 1908 | 2026-08-11T11:18:32.924Z | Compiling tower-http v0.6.8 |
| 1909 | 2026-08-11T11:18:33.274Z | Compiling aws-lc-rs v1.16.2 |
| 1910 | 2026-08-11T11:18:33.363Z | Compiling memmap2 v0.9.8 |
| 1911 | 2026-08-11T11:18:33.978Z | Compiling foreign-types-shared v0.1.1 |
| 1912 | 2026-08-11T11:18:34.265Z | Compiling rustls-webpki v0.103.6 |
| 1913 | 2026-08-11T11:18:34.491Z | Compiling foreign-types v0.3.2 |
| 1914 | 2026-08-11T11:18:34.844Z | Compiling rustls v0.23.40 |
| 1915 | 2026-08-11T11:18:35.188Z | Compiling tempfile v3.27.0 |
| 1916 | 2026-08-11T11:18:35.339Z | Compiling openssl-probe v0.1.6 |
| 1917 | 2026-08-11T11:18:35.617Z | Compiling openssl v0.10.81 |
| 1918 | 2026-08-11T11:18:35.870Z | Compiling either v1.15.0 |
| 1919 | 2026-08-11T11:18:36.306Z | Compiling usdt v0.6.0 |
| 1920 | 2026-08-11T11:18:36.589Z | Compiling webpki-roots v1.0.2 |
| 1921 | 2026-08-11T11:18:36.712Z | Compiling newtype-uuid v1.3.2 |
| 1922 | 2026-08-11T11:18:37.057Z | Compiling daft v0.1.5 |
| 1923 | 2026-08-11T11:18:37.813Z | Compiling tokio-rustls v0.26.4 |
| 1924 | 2026-08-11T11:18:38.085Z | Compiling native-tls v0.2.14 |
| 1925 | 2026-08-11T11:18:38.114Z | Compiling hyper-rustls v0.27.7 |
| 1926 | 2026-08-11T11:18:38.406Z | Compiling tokio-native-tls v0.3.1 |
| 1927 | 2026-08-11T11:18:38.581Z | Compiling hyper-tls v0.6.0 |
| 1928 | 2026-08-11T11:18:38.815Z | Compiling reqwest v0.12.23 |
| 1929 | 2026-08-11T11:18:39.457Z | Compiling rustls-webpki v0.102.8 |
| 1930 | 2026-08-11T11:18:39.504Z | Compiling rustls-pemfile v2.2.0 |
| 1931 | 2026-08-11T11:18:39.719Z | Compiling multer v3.1.0 |
| 1932 | 2026-08-11T11:18:40.230Z | Compiling hostname v0.4.2 |
| 1933 | 2026-08-11T11:18:40.380Z | Compiling rustls v0.22.4 |
| 1934 | 2026-08-11T11:18:40.406Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1935 | 2026-08-11T11:18:41.049Z | Compiling terminal_size v0.4.3 |
| 1936 | 2026-08-11T11:18:41.194Z | Compiling rand_chacha v0.3.1 |
| 1937 | 2026-08-11T11:18:41.315Z | Compiling wait-timeout v0.2.1 |
| 1938 | 2026-08-11T11:18:42.025Z | Compiling rusty-fork v0.3.0 |
| 1939 | 2026-08-11T11:18:42.139Z | Compiling rand v0.8.5 |
| 1940 | 2026-08-11T11:18:42.197Z | Compiling tokio-rustls v0.25.0 |
| 1941 | 2026-08-11T11:18:43.146Z | Compiling sha1 v0.10.6 |
| 1942 | 2026-08-11T11:18:43.383Z | Compiling rand_xorshift v0.4.0 |
| 1943 | 2026-08-11T11:18:43.536Z | Compiling hubpack_derive v0.1.1 |
| 1944 | 2026-08-11T11:18:44.449Z | Compiling proptest v1.8.0 |
| 1945 | 2026-08-11T11:18:44.503Z | Compiling dropshot v0.16.7 |
| 1946 | 2026-08-11T11:18:44.530Z | Compiling clap_builder v4.6.0 |
| 1947 | 2026-08-11T11:18:46.062Z | Compiling serde_spanned v0.6.9 |
| 1948 | 2026-08-11T11:18:46.625Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1949 | 2026-08-11T11:18:46.743Z | Compiling clap v4.6.1 |
| 1950 | 2026-08-11T11:18:46.837Z | Compiling prettyplease v0.2.37 |
| 1951 | 2026-08-11T11:18:48.185Z | Compiling progenitor-client v0.11.1 |
| 1952 | 2026-08-11T11:18:48.212Z | Compiling progenitor-client v0.10.0 |
| 1953 | 2026-08-11T11:18:48.302Z | Compiling serde_with v3.14.1 |
| 1954 | 2026-08-11T11:18:49.086Z | Compiling progenitor v0.11.1 |
| 1955 | 2026-08-11T11:18:49.966Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1956 | 2026-08-11T11:18:50.113Z | Compiling rustc-hash v2.1.1 |
| 1957 | 2026-08-11T11:18:50.243Z | Compiling iddqd v0.3.18 |
| 1958 | 2026-08-11T11:18:50.299Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1959 | 2026-08-11T11:18:51.471Z | Compiling backoff v0.4.0 |
| 1960 | 2026-08-11T11:18:51.589Z | Compiling parse-display v0.10.0 |
| 1961 | 2026-08-11T11:18:51.589Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1962 | 2026-08-11T11:18:51.705Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1963 | 2026-08-11T11:18:51.816Z | Compiling winnow v0.5.40 |
| 1964 | 2026-08-11T11:18:51.853Z | Compiling toml_write v0.1.2 |
| 1965 | 2026-08-11T11:18:52.055Z | Compiling toml_edit v0.22.27 |
| 1966 | 2026-08-11T11:18:53.215Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1967 | 2026-08-11T11:18:53.431Z | Compiling num-integer v0.1.46 |
| 1968 | 2026-08-11T11:18:53.923Z | Compiling float-ord v0.3.2 |
| 1969 | 2026-08-11T11:18:54.041Z | Compiling toml v0.8.23 |
| 1970 | 2026-08-11T11:18:57.080Z | Compiling num-rational v0.4.2 |
| 1971 | 2026-08-11T11:18:57.711Z | Compiling num-iter v0.1.45 |
| 1972 | 2026-08-11T11:18:57.994Z | Compiling num-complex v0.4.6 |
| 1973 | 2026-08-11T11:18:58.382Z | Compiling num v0.4.3 |
| 1974 | 2026-08-11T11:18:59.139Z | Compiling toml_edit v0.19.15 |
| 1975 | 2026-08-11T11:19:00.794Z | Compiling proc-macro-crate v1.3.1 |
| 1976 | 2026-08-11T11:19:02.353Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1977 | 2026-08-11T11:19:02.893Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1978 | 2026-08-11T11:19:03.342Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1979 | 2026-08-11T11:19:03.907Z | Compiling memoffset v0.9.1 |
| 1980 | 2026-08-11T11:19:03.926Z | Compiling zerocopy-derive v0.7.35 |
| 1981 | 2026-08-11T11:19:04.853Z | Compiling libscf-sys v1.2.0 |
| 1982 | 2026-08-11T11:19:04.981Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1983 | 2026-08-11T11:19:05.006Z | Compiling ingot-macros v0.1.1 |
| 1984 | 2026-08-11T11:19:06.332Z | Compiling scroll_derive v0.12.1 |
| 1985 | 2026-08-11T11:19:06.662Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1986 | 2026-08-11T11:19:07.361Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1987 | 2026-08-11T11:19:09.326Z | Compiling zerocopy v0.7.35 |
| 1988 | 2026-08-11T11:19:09.936Z | Compiling num_enum_derive v0.7.5 |
| 1989 | 2026-08-11T11:19:10.068Z | Compiling hubpack v0.1.2 |
| 1990 | 2026-08-11T11:19:10.145Z | Compiling foreign-types-macros v0.2.3 |
| 1991 | 2026-08-11T11:19:10.407Z | Compiling static_assertions v1.1.0 |
| 1992 | 2026-08-11T11:19:11.037Z | Compiling glob v0.3.3 |
| 1993 | 2026-08-11T11:19:11.081Z | Compiling proc-macro-error-attr v1.0.4 |
| 1994 | 2026-08-11T11:19:11.381Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1995 | 2026-08-11T11:19:11.486Z | Compiling dtrace-parser v0.2.0 |
| 1996 | 2026-08-11T11:19:11.613Z | Compiling bytecount v0.6.9 |
| 1997 | 2026-08-11T11:19:11.882Z | Compiling proc-macro-error v1.0.4 |
| 1998 | 2026-08-11T11:19:11.896Z | Compiling dof v0.3.0 |
| 1999 | 2026-08-11T11:19:12.465Z | Compiling num_enum_derive v0.5.11 |
| 2000 | 2026-08-11T11:19:13.894Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2001 | 2026-08-11T11:19:14.083Z | Compiling thread-id v4.2.2 |
| 2002 | 2026-08-11T11:19:14.172Z | Compiling usdt-impl v0.5.0 |
| 2003 | 2026-08-11T11:19:14.877Z | Compiling derive_more v0.99.20 |
| 2004 | 2026-08-11T11:19:15.172Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2005 | 2026-08-11T11:19:15.327Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2006 | 2026-08-11T11:19:16.231Z | Compiling minimal-lexical v0.2.1 |
| 2007 | 2026-08-11T11:19:16.281Z | Compiling usdt-attr-macro v0.5.0 |
| 2008 | 2026-08-11T11:19:16.496Z | Compiling nom v7.1.3 |
| 2009 | 2026-08-11T11:19:16.560Z | Compiling usdt-macro v0.5.0 |
| 2010 | 2026-08-11T11:19:16.803Z | Compiling zone_cfg_derive v0.3.1 |
| 2011 | 2026-08-11T11:19:17.114Z | Compiling papergrid v0.18.0 |
| 2012 | 2026-08-11T11:19:17.135Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2013 | 2026-08-11T11:19:17.333Z | Compiling rustc_version v0.4.1 |
| 2014 | 2026-08-11T11:19:17.511Z | Compiling nix v0.31.3 |
| 2015 | 2026-08-11T11:19:17.633Z | Compiling itertools v0.15.0 |
| 2016 | 2026-08-11T11:19:17.851Z | Compiling crossbeam-epoch v0.9.18 |
| 2017 | 2026-08-11T11:19:17.864Z | Compiling dropshot_endpoint v0.17.1 |
| 2018 | 2026-08-11T11:19:18.138Z | Compiling tabled v0.21.0 |
| 2019 | 2026-08-11T11:19:18.197Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2020 | 2026-08-11T11:19:18.337Z | Compiling adler2 v2.0.1 |
| 2021 | 2026-08-11T11:19:18.440Z | Compiling miniz_oxide v0.8.9 |
| 2022 | 2026-08-11T11:19:18.480Z | Compiling crc32fast v1.5.0 |
| 2023 | 2026-08-11T11:19:18.770Z | Compiling enum-as-inner v0.6.1 |
| 2024 | 2026-08-11T11:19:18.944Z | Compiling regress v0.11.1 |
| 2025 | 2026-08-11T11:19:19.118Z | Compiling flate2 v1.1.2 |
| 2026 | 2026-08-11T11:19:19.131Z | Compiling curve25519-dalek v4.1.3 |
| 2027 | 2026-08-11T11:19:19.368Z | Compiling hybrid-array v0.4.12 |
| 2028 | 2026-08-11T11:19:19.500Z | Compiling crossbeam-deque v0.8.6 |
| 2029 | 2026-08-11T11:19:19.599Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2030 | 2026-08-11T11:19:19.648Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2031 | 2026-08-11T11:19:19.775Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2032 | 2026-08-11T11:19:19.842Z | Compiling block-buffer v0.12.0 |
| 2033 | 2026-08-11T11:19:19.872Z | Compiling crypto-common v0.2.2 |
| 2034 | 2026-08-11T11:19:20.010Z | Compiling rayon-core v1.13.0 |
| 2035 | 2026-08-11T11:19:20.361Z | Compiling clang-sys v1.8.1 |
| 2036 | 2026-08-11T11:19:20.764Z | Compiling typify-impl v0.6.2 |
| 2037 | 2026-08-11T11:19:20.767Z | Compiling compression-core v0.4.32 |
| 2038 | 2026-08-11T11:19:20.788Z | Compiling const-oid v0.10.2 |
| 2039 | 2026-08-11T11:19:20.936Z | Compiling digest v0.11.3 |
| 2040 | 2026-08-11T11:19:20.973Z | Compiling compression-codecs v0.4.32 |
| 2041 | 2026-08-11T11:19:21.029Z | Compiling scroll v0.12.0 |
| 2042 | 2026-08-11T11:19:21.109Z | Compiling hash32 v0.3.1 |
| 2043 | 2026-08-11T11:19:21.245Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2044 | 2026-08-11T11:19:21.267Z | Compiling cpufeatures v0.3.0 |
| 2045 | 2026-08-11T11:19:21.301Z | Compiling goblin v0.8.2 |
| 2046 | 2026-08-11T11:19:21.346Z | Compiling sha1 v0.11.0 |
| 2047 | 2026-08-11T11:19:21.361Z | Compiling heapless v0.8.0 |
| 2048 | 2026-08-11T11:19:21.398Z | Compiling async-compression v0.4.33 |
| 2049 | 2026-08-11T11:19:21.568Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2050 | 2026-08-11T11:19:21.609Z | Compiling ingot-types v0.1.2 |
| 2051 | 2026-08-11T11:19:21.794Z | Compiling cobs v0.3.0 |
| 2052 | 2026-08-11T11:19:21.872Z | Compiling libloading v0.8.9 |
| 2053 | 2026-08-11T11:19:22.002Z | Compiling managed v0.8.0 |
| 2054 | 2026-08-11T11:19:22.013Z | Compiling bitflags v1.3.2 |
| 2055 | 2026-08-11T11:19:22.073Z | Compiling foreign-types-shared v0.3.1 |
| 2056 | 2026-08-11T11:19:22.092Z | Compiling bindgen v0.72.1 |
| 2057 | 2026-08-11T11:19:22.171Z | Compiling foreign-types v0.5.0 |
| 2058 | 2026-08-11T11:19:22.220Z | Compiling smoltcp v0.11.0 |
| 2059 | 2026-08-11T11:19:22.255Z | Compiling ingot v0.1.1 |
| 2060 | 2026-08-11T11:19:23.104Z | Compiling dropshot v0.17.1 |
| 2061 | 2026-08-11T11:19:23.107Z | Compiling postcard v1.1.3 |
| 2062 | 2026-08-11T11:19:23.896Z | Compiling cexpr v0.6.0 |
| 2063 | 2026-08-11T11:19:24.140Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2064 | 2026-08-11T11:19:24.477Z | Compiling num_enum v0.7.5 |
| 2065 | 2026-08-11T11:19:24.656Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2066 | 2026-08-11T11:19:24.822Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2067 | 2026-08-11T11:19:24.942Z | Compiling camino-tempfile v1.4.1 |
| 2068 | 2026-08-11T11:19:25.075Z | Compiling derive-where v1.6.0 |
| 2069 | 2026-08-11T11:19:25.100Z | Compiling serde_repr v0.1.20 |
| 2070 | 2026-08-11T11:19:25.151Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2071 | 2026-08-11T11:19:25.277Z | Compiling cstr-argument v0.1.2 |
| 2072 | 2026-08-11T11:19:25.520Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2073 | 2026-08-11T11:19:25.532Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2074 | 2026-08-11T11:19:26.437Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2075 | 2026-08-11T11:19:26.631Z | Compiling rayon v1.11.0 |
| 2076 | 2026-08-11T11:19:26.694Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2077 | 2026-08-11T11:19:26.821Z | Compiling crucible-workspace-hack v0.1.0 |
| 2078 | 2026-08-11T11:19:27.059Z | Compiling typify-macro v0.6.2 |
| 2079 | 2026-08-11T11:19:27.691Z | Compiling memmap v0.7.0 |
| 2080 | 2026-08-11T11:19:27.738Z | Compiling tinyvec_macros v0.1.1 |
| 2081 | 2026-08-11T11:19:27.933Z | Compiling usdt v0.5.0 |
| 2082 | 2026-08-11T11:19:28.001Z | Compiling tinyvec v1.10.0 |
| 2083 | 2026-08-11T11:19:28.215Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2084 | 2026-08-11T11:19:28.703Z | Compiling num_enum v0.5.11 |
| 2085 | 2026-08-11T11:19:29.148Z | Compiling typify v0.6.2 |
| 2086 | 2026-08-11T11:19:29.249Z | Compiling pin-project-internal v1.1.10 |
| 2087 | 2026-08-11T11:19:30.018Z | Compiling progenitor-impl v0.14.0 |
| 2088 | 2026-08-11T11:19:30.203Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2089 | 2026-08-11T11:19:30.239Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2090 | 2026-08-11T11:19:30.357Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2091 | 2026-08-11T11:19:30.385Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2092 | 2026-08-11T11:19:30.651Z | Compiling rustix v0.38.44 |
| 2093 | 2026-08-11T11:19:31.056Z | Compiling itertools v0.12.1 |
| 2094 | 2026-08-11T11:19:31.112Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2095 | 2026-08-11T11:19:31.260Z | Compiling progenitor-impl v0.10.0 |
| 2096 | 2026-08-11T11:19:31.321Z | Compiling sigpipe v0.1.3 |
| 2097 | 2026-08-11T11:19:31.470Z | Compiling jiff v0.2.15 |
| 2098 | 2026-08-11T11:19:31.834Z | Compiling const_format_proc_macros v0.2.34 |
| 2099 | 2026-08-11T11:19:31.870Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2100 | 2026-08-11T11:19:32.125Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2101 | 2026-08-11T11:19:32.248Z | Compiling zone v0.3.1 |
| 2102 | 2026-08-11T11:19:33.527Z | Compiling progenitor-macro v0.14.0 |
| 2103 | 2026-08-11T11:19:33.922Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2104 | 2026-08-11T11:19:34.021Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2105 | 2026-08-11T11:19:34.197Z | Compiling nix v0.30.1 |
| 2106 | 2026-08-11T11:19:34.430Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2107 | 2026-08-11T11:19:34.720Z | Compiling progenitor-macro v0.10.0 |
| 2108 | 2026-08-11T11:19:34.733Z | Compiling snafu-derive v0.8.9 |
| 2109 | 2026-08-11T11:19:35.210Z | Compiling secrecy v0.10.3 |
| 2110 | 2026-08-11T11:19:35.313Z | Compiling smf v0.2.3 |
| 2111 | 2026-08-11T11:19:35.378Z | Compiling async-recursion v1.1.1 |
| 2112 | 2026-08-11T11:19:35.664Z | Compiling bstr v1.12.0 |
| 2113 | 2026-08-11T11:19:36.083Z | Compiling whoami v1.6.1 |
| 2114 | 2026-08-11T11:19:36.353Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-08-11T11:19:37.021Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2116 | 2026-08-11T11:19:37.871Z | Compiling hmac v0.12.1 |
| 2117 | 2026-08-11T11:19:38.147Z | Compiling inout v0.1.4 |
| 2118 | 2026-08-11T11:19:38.186Z | Compiling ff v0.13.1 |
| 2119 | 2026-08-11T11:19:38.301Z | Compiling crc8 v0.1.1 |
| 2120 | 2026-08-11T11:19:38.324Z | Compiling data-encoding v2.9.0 |
| 2121 | 2026-08-11T11:19:38.734Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2122 | 2026-08-11T11:19:38.839Z | Compiling group v0.13.0 |
| 2123 | 2026-08-11T11:19:38.852Z | Compiling cipher v0.4.4 |
| 2124 | 2026-08-11T11:19:39.450Z | Compiling hkdf v0.12.4 |
| 2125 | 2026-08-11T11:19:39.680Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2126 | 2026-08-11T11:19:39.834Z | Compiling atomicwrites v0.4.4 |
| 2127 | 2026-08-11T11:19:40.041Z | Compiling tokio-dtrace v0.1.1 |
| 2128 | 2026-08-11T11:19:40.327Z | Compiling tabled_derive v0.7.0 |
| 2129 | 2026-08-11T11:19:40.765Z | Compiling reqwest v0.13.2 |
| 2130 | 2026-08-11T11:19:40.841Z | Compiling universal-hash v0.5.1 |
| 2131 | 2026-08-11T11:19:40.983Z | Compiling crypto-bigint v0.5.5 |
| 2132 | 2026-08-11T11:19:40.986Z | Compiling half v2.7.1 |
| 2133 | 2026-08-11T11:19:41.260Z | Compiling opaque-debug v0.3.1 |
| 2134 | 2026-08-11T11:19:41.293Z | Compiling indent_write v2.2.0 |
| 2135 | 2026-08-11T11:19:41.337Z | Compiling base64ct v1.8.0 |
| 2136 | 2026-08-11T11:19:41.436Z | Compiling ciborium-io v0.2.2 |
| 2137 | 2026-08-11T11:19:41.541Z | Compiling base16ct v0.2.0 |
| 2138 | 2026-08-11T11:19:41.645Z | Compiling password-hash v0.5.0 |
| 2139 | 2026-08-11T11:19:41.711Z | Compiling progenitor-client v0.14.0 |
| 2140 | 2026-08-11T11:19:41.923Z | Compiling ciborium-ll v0.2.2 |
| 2141 | 2026-08-11T11:19:42.010Z | Compiling poly1305 v0.8.0 |
| 2142 | 2026-08-11T11:19:42.102Z | Compiling elliptic-curve v0.13.8 |
| 2143 | 2026-08-11T11:19:42.658Z | Compiling oxide-tokio-rt v0.1.2 |
| 2144 | 2026-08-11T11:19:42.858Z | Compiling chacha20 v0.9.1 |
| 2145 | 2026-08-11T11:19:43.092Z | Compiling similar v2.7.0 |
| 2146 | 2026-08-11T11:19:43.095Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2147 | 2026-08-11T11:19:43.159Z | Compiling thiserror-no-std v2.0.2 |
| 2148 | 2026-08-11T11:19:44.391Z | Compiling blake2 v0.10.6 |
| 2149 | 2026-08-11T11:19:44.737Z | Compiling aead v0.5.2 |
| 2150 | 2026-08-11T11:19:44.871Z | Compiling strum_macros v0.28.0 |
| 2151 | 2026-08-11T11:19:44.907Z | Compiling resolv-conf v0.7.5 |
| 2152 | 2026-08-11T11:19:45.223Z | Compiling linked-hash-map v0.5.6 |
| 2153 | 2026-08-11T11:19:45.275Z | Compiling keccak v0.1.6 |
| 2154 | 2026-08-11T11:19:45.417Z | Compiling lru-cache v0.1.2 |
| 2155 | 2026-08-11T11:19:45.549Z | Compiling sha3 v0.10.8 |
| 2156 | 2026-08-11T11:19:45.860Z | Compiling chacha20poly1305 v0.10.1 |
| 2157 | 2026-08-11T11:19:45.928Z | Compiling argon2 v0.5.3 |
| 2158 | 2026-08-11T11:19:45.949Z | Compiling progenitor v0.14.0 |
| 2159 | 2026-08-11T11:19:45.998Z | Compiling vsss-rs v3.3.4 |
| 2160 | 2026-08-11T11:19:46.002Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2161 | 2026-08-11T11:19:46.174Z | Compiling ciborium v0.2.2 |
| 2162 | 2026-08-11T11:19:46.321Z | Compiling hickory-proto v0.24.4 |
| 2163 | 2026-08-11T11:19:46.738Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2164 | 2026-08-11T11:19:46.758Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2165 | 2026-08-11T11:19:47.269Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2166 | 2026-08-11T11:19:47.281Z | Compiling serde-big-array v0.5.1 |
| 2167 | 2026-08-11T11:19:47.298Z | Compiling siphasher v1.0.1 |
| 2168 | 2026-08-11T11:19:47.423Z | Compiling unicode-segmentation v1.12.0 |
| 2169 | 2026-08-11T11:19:47.594Z | Compiling same-file v1.0.6 |
| 2170 | 2026-08-11T11:19:47.738Z | Compiling newline-converter v0.3.0 |
| 2171 | 2026-08-11T11:19:47.768Z | Compiling walkdir v2.5.0 |
| 2172 | 2026-08-11T11:19:47.826Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2173 | 2026-08-11T11:19:47.855Z | Compiling phf_shared v0.12.1 |
| 2174 | 2026-08-11T11:19:47.984Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2175 | 2026-08-11T11:19:48.136Z | Compiling hickory-resolver v0.24.4 |
| 2176 | 2026-08-11T11:19:48.170Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2177 | 2026-08-11T11:19:48.810Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2178 | 2026-08-11T11:19:49.932Z | Compiling newtype_derive v0.1.6 |
| 2179 | 2026-08-11T11:19:50.020Z | Compiling owo-colors v4.3.0 |
| 2180 | 2026-08-11T11:19:50.034Z | Compiling tokio-stream v0.1.17 |
| 2181 | 2026-08-11T11:19:50.328Z | Compiling console v0.15.11 |
| 2182 | 2026-08-11T11:19:50.501Z | Compiling csv-core v0.1.12 |
| 2183 | 2026-08-11T11:19:50.782Z | Compiling foldhash v0.1.5 |
| 2184 | 2026-08-11T11:19:50.805Z | Compiling unicode-linebreak v0.1.5 |
| 2185 | 2026-08-11T11:19:50.965Z | Compiling swrite v0.1.0 |
| 2186 | 2026-08-11T11:19:50.977Z | Compiling smawk v0.3.2 |
| 2187 | 2026-08-11T11:19:51.009Z | Compiling termtree v0.5.1 |
| 2188 | 2026-08-11T11:19:51.021Z | Compiling unicode-width v0.1.14 |
| 2189 | 2026-08-11T11:19:51.057Z | Compiling humantime v2.3.0 |
| 2190 | 2026-08-11T11:19:51.090Z | Compiling textwrap v0.16.2 |
| 2191 | 2026-08-11T11:19:51.193Z | Compiling hashbrown v0.15.5 |
| 2192 | 2026-08-11T11:19:51.290Z | Compiling csv v1.4.0 |
| 2193 | 2026-08-11T11:19:51.372Z | Compiling expectorate v1.2.0 |
| 2194 | 2026-08-11T11:19:51.414Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2195 | 2026-08-11T11:19:51.525Z | Compiling qorb v0.4.1 |
| 2196 | 2026-08-11T11:19:51.743Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2197 | 2026-08-11T11:19:52.884Z | Compiling phf v0.12.1 |
| 2198 | 2026-08-11T11:19:53.050Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2199 | 2026-08-11T11:19:53.601Z | Compiling pin-project v1.1.10 |
| 2200 | 2026-08-11T11:19:53.690Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2201 | 2026-08-11T11:19:53.710Z | Compiling unicode-normalization v0.1.24 |
| 2202 | 2026-08-11T11:19:53.776Z | Compiling libz-sys v1.1.22 |
| 2203 | 2026-08-11T11:19:54.198Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2204 | 2026-08-11T11:19:55.098Z | Compiling libsw-core v0.3.2 |
| 2205 | 2026-08-11T11:19:55.281Z | Compiling fixedbitset v0.4.2 |
| 2206 | 2026-08-11T11:19:55.525Z | Compiling highway v1.3.0 |
| 2207 | 2026-08-11T11:19:55.595Z | Compiling fixedbitset v0.5.7 |
| 2208 | 2026-08-11T11:19:56.104Z | Compiling petgraph v0.8.2 |
| 2209 | 2026-08-11T11:19:56.611Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2210 | 2026-08-11T11:19:57.032Z | Compiling progenitor v0.10.0 |
| 2211 | 2026-08-11T11:19:57.192Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-08-11T11:19:57.936Z | Compiling petgraph v0.6.5 |
| 2213 | 2026-08-11T11:19:58.390Z | Compiling libsw v3.5.0 |
| 2214 | 2026-08-11T11:19:58.998Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-08-11T11:19:59.287Z | Compiling olpc-cjson v0.1.4 |
| 2216 | 2026-08-11T11:19:59.439Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2217 | 2026-08-11T11:19:59.736Z | Compiling snafu v0.8.9 |
| 2218 | 2026-08-11T11:20:00.352Z | Compiling chrono-tz v0.10.4 |
| 2219 | 2026-08-11T11:20:00.605Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2220 | 2026-08-11T11:20:00.810Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-08-11T11:20:00.888Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2222 | 2026-08-11T11:20:01.514Z | Compiling papergrid v0.11.0 |
| 2223 | 2026-08-11T11:20:01.563Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2224 | 2026-08-11T11:20:01.694Z | Compiling strum v0.28.0 |
| 2225 | 2026-08-11T11:20:01.766Z | Compiling globset v0.4.16 |
| 2226 | 2026-08-11T11:20:01.826Z | Compiling const_format v0.2.34 |
| 2227 | 2026-08-11T11:20:01.841Z | Compiling slog-dtrace v0.3.0 |
| 2228 | 2026-08-11T11:20:02.157Z | Compiling cancel-safe-futures v0.1.5 |
| 2229 | 2026-08-11T11:20:02.171Z | Compiling gethostname v0.5.0 |
| 2230 | 2026-08-11T11:20:02.572Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2231 | 2026-08-11T11:20:02.986Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2232 | 2026-08-11T11:20:03.371Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2233 | 2026-08-11T11:20:03.427Z | Compiling bcs v0.1.6 |
| 2234 | 2026-08-11T11:20:03.585Z | Compiling cargo-platform v0.1.9 |
| 2235 | 2026-08-11T11:20:03.745Z | Compiling serde_plain v1.0.2 |
| 2236 | 2026-08-11T11:20:03.748Z | Compiling pem v3.0.5 |
| 2237 | 2026-08-11T11:20:03.951Z | Compiling tagptr v0.2.0 |
| 2238 | 2026-08-11T11:20:04.023Z | Compiling linear-map v1.2.0 |
| 2239 | 2026-08-11T11:20:04.135Z | Compiling typed-path v0.9.3 |
| 2240 | 2026-08-11T11:20:04.229Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2241 | 2026-08-11T11:20:05.791Z | Compiling tough v0.20.0 |
| 2242 | 2026-08-11T11:20:05.808Z | Compiling moka v0.12.11 |
| 2243 | 2026-08-11T11:20:06.254Z | Compiling cargo_metadata v0.18.1 |
| 2244 | 2026-08-11T11:20:06.589Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2245 | 2026-08-11T11:20:07.596Z | Compiling tabled v0.15.0 |
| 2246 | 2026-08-11T11:20:07.837Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2247 | 2026-08-11T11:20:07.922Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2248 | 2026-08-11T11:20:08.293Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-08-11T11:20:08.699Z | Compiling git2 v0.19.0 |
| 2250 | 2026-08-11T11:20:09.522Z | Compiling steno v0.4.1 |
| 2251 | 2026-08-11T11:20:11.759Z | Compiling cookie v0.18.1 |
| 2252 | 2026-08-11T11:20:12.095Z | Compiling hickory-proto v0.25.2 |
| 2253 | 2026-08-11T11:20:14.269Z | Compiling hickory-resolver v0.25.2 |
| 2254 | 2026-08-11T11:20:14.896Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2255 | 2026-08-11T11:20:16.861Z | Compiling vergen v8.3.2 |
| 2256 | 2026-08-11T11:20:18.297Z | Compiling signal-hook v0.4.4 |
| 2257 | 2026-08-11T11:20:18.714Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2258 | 2026-08-11T11:20:18.788Z | Compiling mockall_derive v0.14.0 |
| 2259 | 2026-08-11T11:20:19.020Z | Compiling predicates-core v1.0.9 |
| 2260 | 2026-08-11T11:20:19.371Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2261 | 2026-08-11T11:20:19.581Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2262 | 2026-08-11T11:20:19.649Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2263 | 2026-08-11T11:20:19.952Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2264 | 2026-08-11T11:20:19.993Z | Compiling sha2 v0.10.9 |
| 2265 | 2026-08-11T11:20:20.689Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2266 | 2026-08-11T11:20:21.643Z | Compiling diff v0.1.13 |
| 2267 | 2026-08-11T11:20:21.680Z | Compiling mockall v0.14.0 |
| 2268 | 2026-08-11T11:20:21.799Z | Compiling yansi v1.0.1 |
| 2269 | 2026-08-11T11:20:21.985Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2270 | 2026-08-11T11:20:22.130Z | Compiling pretty_assertions v1.4.1 |
| 2271 | 2026-08-11T11:20:22.414Z | Compiling predicates-tree v1.0.12 |
| 2272 | 2026-08-11T11:20:22.686Z | Compiling predicates v3.1.3 |
| 2273 | 2026-08-11T11:20:23.186Z | Compiling fs-err v3.1.2 |
| 2274 | 2026-08-11T11:20:23.851Z | Compiling git-stub v1.0.0 |
| 2275 | 2026-08-11T11:20:24.059Z | Compiling filetime v0.2.26 |
| 2276 | 2026-08-11T11:20:24.141Z | Compiling downcast v0.11.0 |
| 2277 | 2026-08-11T11:20:24.251Z | Compiling is_ci v1.2.0 |
| 2278 | 2026-08-11T11:20:24.296Z | Compiling arrayref v0.3.9 |
| 2279 | 2026-08-11T11:20:24.381Z | Compiling arrayvec v0.7.6 |
| 2280 | 2026-08-11T11:20:24.405Z | Compiling fragile v2.0.1 |
| 2281 | 2026-08-11T11:20:24.627Z | Compiling constant_time_eq v0.3.1 |
| 2282 | 2026-08-11T11:20:24.759Z | Compiling xattr v1.6.1 |
| 2283 | 2026-08-11T11:20:24.771Z | Compiling blake3 v1.8.2 |
| 2284 | 2026-08-11T11:20:24.947Z | Compiling tar v0.4.45 |
| 2285 | 2026-08-11T11:20:25.375Z | Compiling toml v0.7.8 |
| 2286 | 2026-08-11T11:20:25.994Z | Compiling supports-color v3.0.2 |
| 2287 | 2026-08-11T11:20:26.035Z | Compiling git-stub-vcs v0.1.0 |
| 2288 | 2026-08-11T11:20:26.181Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2289 | 2026-08-11T11:20:26.412Z | Compiling signal-hook-tokio v0.4.0 |
| 2290 | 2026-08-11T11:20:26.699Z | Compiling scuffle v0.1.0 |
| 2291 | 2026-08-11T11:20:27.652Z | Compiling drift v0.2.0 |
| 2292 | 2026-08-11T11:20:27.929Z | Compiling kstat-rs v0.2.4 |
| 2293 | 2026-08-11T11:20:28.252Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2294 | 2026-08-11T11:20:28.377Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2295 | 2026-08-11T11:20:28.575Z | Compiling hex-literal v1.1.0 |
| 2296 | 2026-08-11T11:20:28.648Z | Compiling topological-sort v0.2.2 |
| 2297 | 2026-08-11T11:20:28.697Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2298 | 2026-08-11T11:20:28.803Z | Compiling omicron-zone-package v0.12.2 |
| 2299 | 2026-08-11T11:20:29.358Z | Compiling dropshot-api-manager v0.7.2 |
| 2300 | 2026-08-11T11:20:30.629Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2301 | 2026-08-11T11:20:30.848Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2302 | 2026-08-11T11:20:31.764Z | Compiling curl v0.4.50 |
| 2303 | 2026-08-11T11:20:31.994Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2304 | 2026-08-11T11:20:32.341Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2305 | 2026-08-11T11:20:32.587Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2306 | 2026-08-11T11:20:32.599Z | Compiling iddqd v0.4.5 |
| 2307 | 2026-08-11T11:20:33.289Z | Compiling internet-checksum v0.2.1 |
| 2308 | 2026-08-11T11:20:33.303Z | Compiling search_path v0.1.4 |
| 2309 | 2026-08-11T11:20:33.432Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2310 | 2026-08-11T11:20:33.713Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2311 | 2026-08-11T11:20:36.583Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2312 | 2026-08-11T11:20:36.835Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2313 | 2026-08-11T11:21:22.744Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 19s |
| 2314 | 2026-08-11T11:21:22.868Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 2315 | 2026-08-11T11:21:22.872Z | |
| 2316 | 2026-08-11T11:21:22.872Z | running 5 tests |
| 2317 | 2026-08-11T11:21:22.875Z | test fuse::tests::chip_revision_b1 ... ok |
| 2318 | 2026-08-11T11:21:22.875Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2319 | 2026-08-11T11:21:22.875Z | test fuse::tests::chip_revision_b0 ... ok |
| 2320 | 2026-08-11T11:21:22.875Z | test fuse::tests::chip_revision_a0 ... ok |
| 2321 | 2026-08-11T11:21:22.875Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2322 | 2026-08-11T11:21:22.875Z | |
| 2323 | 2026-08-11T11:21:22.875Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-08-11T11:21:22.875Z | |
| 2325 | 2026-08-11T11:21:22.875Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2326 | 2026-08-11T11:21:22.878Z | |
| 2327 | 2026-08-11T11:21:22.879Z | running 0 tests |
| 2328 | 2026-08-11T11:21:22.879Z | |
| 2329 | 2026-08-11T11:21:22.879Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-08-11T11:21:22.879Z | |
| 2331 | 2026-08-11T11:21:22.879Z | Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde) |
| 2332 | 2026-08-11T11:21:22.879Z | |
| 2333 | 2026-08-11T11:21:22.879Z | running 0 tests |
| 2334 | 2026-08-11T11:21:22.879Z | |
| 2335 | 2026-08-11T11:21:22.879Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2336 | 2026-08-11T11:21:22.879Z | |
| 2337 | 2026-08-11T11:21:22.879Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 2338 | 2026-08-11T11:21:22.882Z | |
| 2339 | 2026-08-11T11:21:22.882Z | running 10 tests |
| 2340 | 2026-08-11T11:21:22.882Z | test network::tests::test_equal ... ok |
| 2341 | 2026-08-11T11:21:22.882Z | test network::tests::test_eui64 ... ok |
| 2342 | 2026-08-11T11:21:22.882Z | test network::tests::test_into ... ok |
| 2343 | 2026-08-11T11:21:22.882Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2344 | 2026-08-11T11:21:22.882Z | test network::tests::test_not_equal ... ok |
| 2345 | 2026-08-11T11:21:22.882Z | test nat::tests::test_vni ... ok |
| 2346 | 2026-08-11T11:21:22.882Z | test network::tests::test_parse ... ok |
| 2347 | 2026-08-11T11:21:22.882Z | test network::tests::test_to_string ... ok |
| 2348 | 2026-08-11T11:21:22.882Z | test test_purge ... ok |
| 2349 | 2026-08-11T11:21:22.885Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2350 | 2026-08-11T11:21:22.885Z | |
| 2351 | 2026-08-11T11:21:22.885Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2352 | 2026-08-11T11:21:22.885Z | |
| 2353 | 2026-08-11T11:21:22.885Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 2354 | 2026-08-11T11:21:22.891Z | |
| 2355 | 2026-08-11T11:21:22.891Z | running 1 test |
| 2356 | 2026-08-11T11:21:22.894Z | ------- |
| 2357 | 2026-08-11T11:21:22.894Z | Generating OpenAPI documents from API definitions ... |
| 2358 | 2026-08-11T11:21:23.030Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2359 | 2026-08-11T11:21:23.096Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2360 | 2026-08-11T11:21:24.096Z | ------- |
| 2361 | 2026-08-11T11:21:24.096Z | Checking 12 OpenAPI documents... |
| 2362 | 2026-08-11T11:21:24.096Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2363 | 2026-08-11T11:21:24.096Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-08-11T11:21:24.096Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-08-11T11:21:24.096Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-08-11T11:21:24.096Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-08-11T11:21:24.100Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-08-11T11:21:24.100Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2369 | 2026-08-11T11:21:24.100Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2370 | 2026-08-11T11:21:24.100Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2371 | 2026-08-11T11:21:24.100Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2372 | 2026-08-11T11:21:24.100Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2373 | 2026-08-11T11:21:24.100Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2374 | 2026-08-11T11:21:24.100Z | Fresh dpd "latest" symlink |
| 2375 | 2026-08-11T11:21:24.100Z | ------- |
| 2376 | 2026-08-11T11:21:24.100Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2377 | 2026-08-11T11:21:24.161Z | test test::test_apis_up_to_date ... ok |
| 2378 | 2026-08-11T11:21:24.161Z | |
| 2379 | 2026-08-11T11:21:24.161Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s |
| 2380 | 2026-08-11T11:21:24.161Z | |
| 2381 | 2026-08-11T11:21:24.218Z | Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667) |
| 2382 | 2026-08-11T11:21:24.224Z | |
| 2383 | 2026-08-11T11:21:24.224Z | running 34 tests |
| 2384 | 2026-08-11T11:21:24.228Z | test freemap::test_ordering ... ok |
| 2385 | 2026-08-11T11:21:24.228Z | test config::tests::test_updates ... ok |
| 2386 | 2026-08-11T11:21:24.228Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2387 | 2026-08-11T11:21:24.228Z | test freemap::test_split ... ok |
| 2388 | 2026-08-11T11:21:24.228Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2389 | 2026-08-11T11:21:24.228Z | test macaddrs::tests::test_mac_offset ... ok |
| 2390 | 2026-08-11T11:21:24.233Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2391 | 2026-08-11T11:21:24.233Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2392 | 2026-08-11T11:21:24.233Z | Aug 11 11:21:23.270 DEBG created new freemap, unit: freemap_test |
| 2393 | 2026-08-11T11:21:24.233Z | test nat::test_mapping ... ok |
| 2394 | 2026-08-11T11:21:24.233Z | Aug 11 11:21:23.270 DEBG initted freemap. size: 128, unit: freemap_test |
| 2395 | 2026-08-11T11:21:24.233Z | Aug 11 11:21:23.270 DEBG reset freemap, unit: freemap_test |
| 2396 | 2026-08-11T11:21:24.233Z | Aug 11 11:21:23.270 DEBG created new freemap, unit: freemap_test |
| 2397 | 2026-08-11T11:21:24.233Z | Aug 11 11:21:23.270Aug 11 11:21:23.270 DEBG DEBGinitted freemap. size: 128 , created new freemapunit: , freemap_testunit |
| 2398 | 2026-08-11T11:21:24.233Z | : freemap_test |
| 2399 | 2026-08-11T11:21:24.233Z | Aug 11 11:21:23.270 DEBG reset freemapAug 11 11:21:23.270, unitDEBG: initted freemap. size: 128freemap_test, |
| 2400 | 2026-08-11T11:21:24.233Z | unit: freemap_test |
| 2401 | 2026-08-11T11:21:24.233Z | Aug 11 11:21:23.270 DEBG reset freemap, unit: freemap_test |
| 2402 | 2026-08-11T11:21:24.233Z | Aug 11 11:21:23.270 DEBG created new freemap, unit: freemap_test |
| 2403 | 2026-08-11T11:21:24.233Z | Aug 11 11:21:23.270 DEBG initted freemap. size: 128, unit: freemap_test |
| 2404 | 2026-08-11T11:21:24.233Z | test freemap::test_basic ... ok |
| 2405 | 2026-08-11T11:21:24.233Z | test freemap::test_exhaustion ... ok |
| 2406 | 2026-08-11T11:21:24.233Z | Aug 11 11:21:23.270 DEBG reset freemap, unit: freemap_test |
| 2407 | 2026-08-11T11:21:24.233Z | test freemap::test_free ... ok |
| 2408 | 2026-08-11T11:21:24.233Z | test port_map::tests::test_backplane_group ... ok |
| 2409 | 2026-08-11T11:21:24.234Z | test freemap::test_reclaim ... ok |
| 2410 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.270 DEBG created new freemap, unit: freemap_test |
| 2411 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.270 DEBG initted freemap. size: 8, unit: freemap_test |
| 2412 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.270 DEBG reset freemap, unit: freemap_test |
| 2413 | 2026-08-11T11:21:24.234Z | test port_map::tests::test_port_map ... ok |
| 2414 | 2026-08-11T11:21:24.234Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2415 | 2026-08-11T11:21:24.234Z | test port_map::tests::dump_map ... ok |
| 2416 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.271 DEBG created new freemap, unit: freemap_test |
| 2417 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.271 DEBG initted freemap. size: 128, unit: freemap_test |
| 2418 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.271 DEBG reset freemap, unit: freemap_test |
| 2419 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.271 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2420 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.271 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2421 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.271 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2422 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.271 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2423 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.271Aug 11 11:21:23.271 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2424 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.271 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2425 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.271 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2426 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.271 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2427 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.271 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2428 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.271 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2429 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.271 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2430 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.272 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 } }] |
| 2431 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.272 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2432 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.272 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 } }] |
| 2433 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.272 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2434 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.272 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 } }] |
| 2435 | 2026-08-11T11:21:24.234Z | Aug 11 11:21:23.272 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2436 | 2026-08-11T11:21:24.235Z | Aug 11 11:21:23.272 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 } }] |
| 2437 | 2026-08-11T11:21:24.235Z | DEBGAug 11 11:21:23.272 initted freemap. size: 64INFO , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit |
| 2438 | 2026-08-11T11:21:24.235Z | : freemap_route_ipv6 |
| 2439 | 2026-08-11T11:21:24.235Z | Aug 11 11:21:23.272 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 } }] |
| 2440 | 2026-08-11T11:21:24.235Z | Aug 11 11:21:23.272 INFO Aug 11 11:21:23.272adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2441 | 2026-08-11T11:21:24.235Z | DEBG reset freemap, unitAug 11 11:21:23.272: DEBGfreemap_route_ipv6 |
| 2442 | 2026-08-11T11:21:24.235Z | 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 } }] |
| 2443 | 2026-08-11T11:21:24.235Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2444 | 2026-08-11T11:21:24.235Z | Aug 11 11:21:23.272 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2445 | 2026-08-11T11:21:24.235Z | Aug 11 11:21:23.272 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 } }] |
| 2446 | 2026-08-11T11:21:24.235Z | test freemap::test_span ... ok |
| 2447 | 2026-08-11T11:21:24.235Z | Aug 11 11:21:23.272 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2448 | 2026-08-11T11:21:24.235Z | Aug 11 11:21:23.272 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 } }] |
| 2449 | 2026-08-11T11:21:24.235Z | Aug 11 11:21:23.272 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2450 | 2026-08-11T11:21:24.235Z | Aug 11 11:21:23.272 Aug 11 11:21:23.272INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2451 | 2026-08-11T11:21:24.235Z | 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 } }] |
| 2452 | 2026-08-11T11:21:24.235Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2453 | 2026-08-11T11:21:24.235Z | |
| 2454 | 2026-08-11T11:21:24.235Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 INFODEBG adding route 3fff:beef:3::/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 } }] |
| 2455 | 2026-08-11T11:21:24.235Z | |
| 2456 | 2026-08-11T11:21:24.235Z | Aug 11 11:21:23.272Aug 11 11:21:23.272Aug 11 11:21:23.272 DEBG INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2457 | 2026-08-11T11:21:24.235Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG |
| 2458 | 2026-08-11T11:21:24.235Z | created new freemapAug 11 11:21:23.272 INFO, Aug 11 11:21:23.272 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBGunit |
| 2459 | 2026-08-11T11:21:24.235Z | : replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 11 11:21:23.272 |
| 2460 | 2026-08-11T11:21:24.235Z | |
| 2461 | 2026-08-11T11:21:24.235Z | DEBGAug 11 11:21:23.272Aug 11 11:21:23.272 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 } }] DEBG |
| 2462 | 2026-08-11T11:21:24.235Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffcreated new freemap |
| 2463 | 2026-08-11T11:21:24.236Z | , unitAug 11 11:21:23.272: INFOfreemap_route_ipv6 Aug 11 11:21:23.272adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2464 | 2026-08-11T11:21:24.236Z | |
| 2465 | 2026-08-11T11:21:24.236Z | 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 } }] |
| 2466 | 2026-08-11T11:21:24.236Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 2467 | 2026-08-11T11:21:24.236Z | unit:Aug 11 11:21:23.272 freemap_route_ipv4INFO |
| 2468 | 2026-08-11T11:21:24.236Z | Aug 11 11:21:23.272 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO |
| 2469 | 2026-08-11T11:21:24.236Z | Aug 11 11:21:23.272adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2470 | 2026-08-11T11:21:24.236Z | DEBG reset freemap, unitAug 11 11:21:23.272Aug 11 11:21:23.272 :DEBG DEBGfreemap_route_ipv4 |
| 2471 | 2026-08-11T11:21:24.236Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2472 | 2026-08-11T11:21:24.236Z | |
| 2473 | 2026-08-11T11:21:24.236Z | Aug 11 11:21:23.272 Aug 11 11:21:23.272Aug 11 11:21:23.272DEBG INFOinitted freemap. size: 64 INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff , adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2474 | 2026-08-11T11:21:24.236Z | |
| 2475 | 2026-08-11T11:21:24.236Z | unit: freemap_route_ipv6Aug 11 11:21:23.272Aug 11 11:21:23.272 |
| 2476 | 2026-08-11T11:21:24.236Z | DEBG 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 } }] |
| 2477 | 2026-08-11T11:21:24.236Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272 |
| 2478 | 2026-08-11T11:21:24.236Z | DEBGAug 11 11:21:23.272 reset freemapINFOAug 11 11:21:23.272, unitINFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff: |
| 2479 | 2026-08-11T11:21:24.236Z | freemap_route_ipv6adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2480 | 2026-08-11T11:21:24.236Z | |
| 2481 | 2026-08-11T11:21:24.236Z | Aug 11 11:21:23.272 DEBG Aug 11 11:21:23.272replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272 INFODEBG |
| 2482 | 2026-08-11T11:21:24.236Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 2483 | 2026-08-11T11:21:24.236Z | |
| 2484 | 2026-08-11T11:21:24.236Z | Aug 11 11:21:23.272 INFO Aug 11 11:21:23.272adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 11 11:21:23.272 |
| 2485 | 2026-08-11T11:21:24.236Z | DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2486 | 2026-08-11T11:21:24.236Z | |
| 2487 | 2026-08-11T11:21:24.236Z | Aug 11 11:21:23.272 DEBG Aug 11 11:21:23.272Aug 11 11:21:23.272replacing 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 |
| 2488 | 2026-08-11T11:21:24.236Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2489 | 2026-08-11T11:21:24.237Z | 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 } }] |
| 2490 | 2026-08-11T11:21:24.242Z | Aug 11 11:21:23.272Aug 11 11:21:23.272Aug 11 11:21:23.272 INFODEBG 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 } }] |
| 2491 | 2026-08-11T11:21:24.242Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2492 | 2026-08-11T11:21:24.242Z | |
| 2493 | 2026-08-11T11:21:24.242Z | Aug 11 11:21:23.272 INFOAug 11 11:21:23.272 Aug 11 11:21:23.272adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 2494 | 2026-08-11T11:21:24.242Z | 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 |
| 2495 | 2026-08-11T11:21:24.242Z | 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 } }] |
| 2496 | 2026-08-11T11:21:24.242Z | Aug 11 11:21:23.272 Aug 11 11:21:23.272DEBG Aug 11 11:21:23.272INFO 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 } }] adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2497 | 2026-08-11T11:21:24.242Z | |
| 2498 | 2026-08-11T11:21:24.242Z | |
| 2499 | 2026-08-11T11:21:24.242Z | Aug 11 11:21:23.272Aug 11 11:21:23.272Aug 11 11:21:23.272 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2500 | 2026-08-11T11:21:24.242Z | DEBG |
| 2501 | 2026-08-11T11:21:24.242Z | replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272Aug 11 11:21:23.272 |
| 2502 | 2026-08-11T11:21:24.242Z | INFO Aug 11 11:21:23.272DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFO |
| 2503 | 2026-08-11T11:21:24.242Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2504 | 2026-08-11T11:21:24.242Z | |
| 2505 | 2026-08-11T11:21:24.242Z | Aug 11 11:21:23.272 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272Aug 11 11:21:23.272 |
| 2506 | 2026-08-11T11:21:24.242Z | DEBG INFO 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::/64 -> 2001:db8::55:ff |
| 2507 | 2026-08-11T11:21:24.242Z | |
| 2508 | 2026-08-11T11:21:24.242Z | Aug 11 11:21:23.272 Aug 11 11:21:23.272Aug 11 11:21:23.272INFO INFO DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2509 | 2026-08-11T11:21:24.242Z | |
| 2510 | 2026-08-11T11:21:24.242Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2511 | 2026-08-11T11:21:24.242Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 11 11:21:23.272replacing 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 } }] |
| 2512 | 2026-08-11T11:21:24.243Z | DEBG |
| 2513 | 2026-08-11T11:21:24.243Z | 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 } }] |
| 2514 | 2026-08-11T11:21:24.243Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 DEBGINFOAug 11 11:21:23.272 adding route 3fff:beef:d::/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 } }] |
| 2515 | 2026-08-11T11:21:24.243Z | |
| 2516 | 2026-08-11T11:21:24.243Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2517 | 2026-08-11T11:21:24.243Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2518 | 2026-08-11T11:21:24.243Z | Aug 11 11:21:23.272 |
| 2519 | 2026-08-11T11:21:24.243Z | DEBG Aug 11 11:21:23.272replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.272 |
| 2520 | 2026-08-11T11:21:24.243Z | INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2521 | 2026-08-11T11:21:24.243Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272 |
| 2522 | 2026-08-11T11:21:24.243Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 11 11:21:23.272 |
| 2523 | 2026-08-11T11:21:24.243Z | Aug 11 11:21:23.272DEBG 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 } }] |
| 2524 | 2026-08-11T11:21:24.243Z | Aug 11 11:21:23.272adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2525 | 2026-08-11T11:21:24.243Z | 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 } }] |
| 2526 | 2026-08-11T11:21:24.243Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 INFO DEBGAug 11 11:21:23.272 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 } }]INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2527 | 2026-08-11T11:21:24.243Z | |
| 2528 | 2026-08-11T11:21:24.243Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2529 | 2026-08-11T11:21:24.243Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 Aug 11 11:21:23.272INFO DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ff DEBG |
| 2530 | 2026-08-11T11:21:24.243Z | 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: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 } }] |
| 2531 | 2026-08-11T11:21:24.243Z | |
| 2532 | 2026-08-11T11:21:24.243Z | Aug 11 11:21:23.272 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 } }] |
| 2533 | 2026-08-11T11:21:24.243Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 INFO INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 11 11:21:23.272 |
| 2534 | 2026-08-11T11:21:24.243Z | |
| 2535 | 2026-08-11T11:21:24.243Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2536 | 2026-08-11T11:21:24.243Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 Aug 11 11:21:23.272DEBG 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 } }]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 |
| 2537 | 2026-08-11T11:21:24.243Z | |
| 2538 | 2026-08-11T11:21:24.243Z | 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 } }] |
| 2539 | 2026-08-11T11:21:24.244Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 Aug 11 11:21:23.272INFO INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2540 | 2026-08-11T11:21:24.244Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2541 | 2026-08-11T11:21:24.244Z | |
| 2542 | 2026-08-11T11:21:24.244Z | Aug 11 11:21:23.272Aug 11 11:21:23.272Aug 11 11:21:23.272 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 2543 | 2026-08-11T11:21:24.244Z | |
| 2544 | 2026-08-11T11:21:24.244Z | 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 } }] |
| 2545 | 2026-08-11T11:21:24.244Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 Aug 11 11:21:23.272 INFOINFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2546 | 2026-08-11T11:21:24.244Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2547 | 2026-08-11T11:21:24.244Z | |
| 2548 | 2026-08-11T11:21:24.244Z | Aug 11 11:21:23.272Aug 11 11:21:23.272Aug 11 11:21:23.272 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 } }]DEBG |
| 2549 | 2026-08-11T11:21:24.244Z | 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: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 } }] |
| 2550 | 2026-08-11T11:21:24.244Z | |
| 2551 | 2026-08-11T11:21:24.244Z | Aug 11 11:21:23.272 INFO Aug 11 11:21:23.272Aug 11 11:21:23.272adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2552 | 2026-08-11T11:21:24.244Z | INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2553 | 2026-08-11T11:21:24.244Z | |
| 2554 | 2026-08-11T11:21:24.244Z | Aug 11 11:21:23.272Aug 11 11:21:23.272Aug 11 11:21:23.272 DEBGDEBG DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2555 | 2026-08-11T11:21:24.244Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2556 | 2026-08-11T11:21:24.244Z | |
| 2557 | 2026-08-11T11:21:24.244Z | Aug 11 11:21:23.272 Aug 11 11:21:23.272INFOAug 11 11:21:23.272 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 2558 | 2026-08-11T11:21:24.244Z | INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2559 | 2026-08-11T11:21:24.244Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:21:23.272 |
| 2560 | 2026-08-11T11:21:24.244Z | DEBGAug 11 11:21:23.272 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 11 11:21:23.272 |
| 2561 | 2026-08-11T11:21:24.244Z | 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 } }] |
| 2562 | 2026-08-11T11:21:24.244Z | 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 } }] |
| 2563 | 2026-08-11T11:21:24.244Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 INFOINFO Aug 11 11:21:23.272adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2564 | 2026-08-11T11:21:24.244Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff INFO |
| 2565 | 2026-08-11T11:21:24.244Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 11 11:21:23.272 |
| 2566 | 2026-08-11T11:21:24.244Z | Aug 11 11:21:23.272DEBG Aug 11 11:21:23.272DEBGreplacing 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 } }] |
| 2567 | 2026-08-11T11:21:24.245Z | DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2568 | 2026-08-11T11:21:24.245Z | 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 } }] |
| 2569 | 2026-08-11T11:21:24.245Z | Aug 11 11:21:23.272 INFOAug 11 11:21:23.272 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 2570 | 2026-08-11T11:21:24.245Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 11 11:21:23.272 |
| 2571 | 2026-08-11T11:21:24.245Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 11 11:21:23.272 |
| 2572 | 2026-08-11T11:21:24.245Z | Aug 11 11:21:23.272DEBG 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 } }] |
| 2573 | 2026-08-11T11:21:24.245Z | Aug 11 11:21:23.272replacing 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 } }] |
| 2574 | 2026-08-11T11:21:24.245Z | DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272 |
| 2575 | 2026-08-11T11:21:24.245Z | INFOAug 11 11:21:23.272 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO |
| 2576 | 2026-08-11T11:21:24.245Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 11 11:21:23.272 |
| 2577 | 2026-08-11T11:21:24.245Z | Aug 11 11:21:23.272 INFOAug 11 11:21:23.272DEBG DEBGadding 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 } }] |
| 2578 | 2026-08-11T11:21:24.245Z | 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 } }] |
| 2579 | 2026-08-11T11:21:24.245Z | |
| 2580 | 2026-08-11T11:21:24.245Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 Aug 11 11:21:23.272INFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO |
| 2581 | 2026-08-11T11:21:24.245Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2582 | 2026-08-11T11:21:24.245Z | |
| 2583 | 2026-08-11T11:21:24.245Z | Aug 11 11:21:23.272 DEBG Aug 11 11:21:23.272replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272 |
| 2584 | 2026-08-11T11:21:24.245Z | DEBG INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2585 | 2026-08-11T11:21:24.245Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 11 11:21:23.272 |
| 2586 | 2026-08-11T11:21:24.245Z | INFOAug 11 11:21:23.272 Aug 11 11:21:23.272INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2587 | 2026-08-11T11:21:24.245Z | DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2588 | 2026-08-11T11:21:24.245Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272 |
| 2589 | 2026-08-11T11:21:24.245Z | 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 } }] |
| 2590 | 2026-08-11T11:21:24.250Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 INFODEBG Aug 11 11:21:23.272 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2591 | 2026-08-11T11:21:24.250Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2592 | 2026-08-11T11:21:24.250Z | |
| 2593 | 2026-08-11T11:21:24.250Z | Aug 11 11:21:23.272Aug 11 11:21:23.272 INFOAug 11 11:21:23.272DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 2594 | 2026-08-11T11:21:24.250Z | 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: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 } }] |
| 2595 | 2026-08-11T11:21:24.250Z | Aug 11 11:21:23.272 |
| 2596 | 2026-08-11T11:21:24.250Z | DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272 |
| 2597 | 2026-08-11T11:21:24.250Z | Aug 11 11:21:23.272INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 2598 | 2026-08-11T11:21:24.250Z | Aug 11 11:21:23.272 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 2599 | 2026-08-11T11:21:24.250Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2600 | 2026-08-11T11:21:24.250Z | Aug 11 11:21:23.272 Aug 11 11:21:23.272DEBG DEBGAug 11 11:21:23.272 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 2601 | 2026-08-11T11:21:24.250Z | |
| 2602 | 2026-08-11T11:21:24.250Z | DEBG Aug 11 11:21:23.272replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272 |
| 2603 | 2026-08-11T11:21:24.250Z | INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2604 | 2026-08-11T11:21:24.250Z | |
| 2605 | 2026-08-11T11:21:24.250Z | Aug 11 11:21:23.272 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 11 11:21:23.272 |
| 2606 | 2026-08-11T11:21:24.250Z | Aug 11 11:21:23.272DEBG 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 } }] |
| 2607 | 2026-08-11T11:21:24.251Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272 |
| 2608 | 2026-08-11T11:21:24.251Z | test api_server::tests::test_build_info ... ok |
| 2609 | 2026-08-11T11:21:24.251Z | DEBGAug 11 11:21:23.272 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272INFO |
| 2610 | 2026-08-11T11:21:24.251Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO |
| 2611 | 2026-08-11T11:21:24.251Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2612 | 2026-08-11T11:21:24.251Z | Aug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.272 Aug 11 11:21:23.273INFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2613 | 2026-08-11T11:21:24.251Z | DEBG 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 } }]created new freemap |
| 2614 | 2026-08-11T11:21:24.251Z | 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 } }] |
| 2615 | 2026-08-11T11:21:24.251Z | , Aug 11 11:21:23.273Aug 11 11:21:23.273 DEBGunitINFO: freemap_route_ipv4 |
| 2616 | 2026-08-11T11:21:24.251Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2617 | 2026-08-11T11:21:24.251Z | |
| 2618 | 2026-08-11T11:21:24.251Z | Aug 11 11:21:23.273 INFO Aug 11 11:21:23.273Aug 11 11:21:23.273 Aug 11 11:21:23.273DEBGDEBG 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 } }] |
| 2619 | 2026-08-11T11:21:24.251Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff created new freemap |
| 2620 | 2026-08-11T11:21:24.251Z | , adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 11 11:21:23.273unit |
| 2621 | 2026-08-11T11:21:24.251Z | INFO :adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 11 11:21:23.273 |
| 2622 | 2026-08-11T11:21:24.251Z | Aug 11 11:21:23.273 DEBG DEBG freemap_route_ipv6 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: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 } }] |
| 2623 | 2026-08-11T11:21:24.251Z | |
| 2624 | 2026-08-11T11:21:24.251Z | Aug 11 11:21:23.273 DEBG |
| 2625 | 2026-08-11T11:21:24.251Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273 |
| 2626 | 2026-08-11T11:21:24.251Z | DEBG Aug 11 11:21:23.273Aug 11 11:21:23.273initted freemap. size: 64Aug 11 11:21:23.273, INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ffunit |
| 2627 | 2026-08-11T11:21:24.251Z | INFO |
| 2628 | 2026-08-11T11:21:24.251Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff: |
| 2629 | 2026-08-11T11:21:24.251Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 freemap_route_ipv4 Aug 11 11:21:23.273DEBG DEBGDEBGreplacing 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 } }] |
| 2630 | 2026-08-11T11:21:24.251Z | |
| 2631 | 2026-08-11T11:21:24.251Z | 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: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 } }] |
| 2632 | 2026-08-11T11:21:24.251Z | |
| 2633 | 2026-08-11T11:21:24.251Z | Aug 11 11:21:23.273 INFO Aug 11 11:21:23.273adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 11 11:21:23.273Aug 11 11:21:23.273 |
| 2634 | 2026-08-11T11:21:24.251Z | INFODEBG INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2635 | 2026-08-11T11:21:24.252Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreset freemapAug 11 11:21:23.273, |
| 2636 | 2026-08-11T11:21:24.252Z | unitAug 11 11:21:23.273: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 } }] |
| 2637 | 2026-08-11T11:21:24.252Z | freemap_route_ipv4Aug 11 11:21:23.273 DEBG |
| 2638 | 2026-08-11T11:21:24.252Z | DEBG Aug 11 11:21:23.273replacing 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 } }] |
| 2639 | 2026-08-11T11:21:24.252Z | 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 } }] |
| 2640 | 2026-08-11T11:21:24.252Z | Aug 11 11:21:23.273adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2641 | 2026-08-11T11:21:24.252Z | DEBG initted freemap. size: 64Aug 11 11:21:23.273, unitAug 11 11:21:23.273Aug 11 11:21:23.273INFO : INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2642 | 2026-08-11T11:21:24.252Z | DEBG freemap_route_ipv6replacing 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:21::/64 -> 2001:db8::55:ffAug 11 11:21:23.273 |
| 2643 | 2026-08-11T11:21:24.252Z | |
| 2644 | 2026-08-11T11:21:24.252Z | |
| 2645 | 2026-08-11T11:21:24.252Z | 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 } }] |
| 2646 | 2026-08-11T11:21:24.252Z | Aug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273 INFO DEBGAug 11 11:21:23.273 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff INFO |
| 2647 | 2026-08-11T11:21:24.252Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreset freemap |
| 2648 | 2026-08-11T11:21:24.252Z | , DEBGAug 11 11:21:23.273unit :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 } }] |
| 2649 | 2026-08-11T11:21:24.252Z | DEBGfreemap_route_ipv6 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273 |
| 2650 | 2026-08-11T11:21:24.252Z | DEBG |
| 2651 | 2026-08-11T11:21:24.252Z | Aug 11 11:21:23.273 Aug 11 11:21:23.273INFO INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2652 | 2026-08-11T11:21:24.252Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2653 | 2026-08-11T11:21:24.252Z | |
| 2654 | 2026-08-11T11:21:24.252Z | Aug 11 11:21:23.273 Aug 11 11:21:23.273DEBGAug 11 11:21:23.273 DEBG Aug 11 11:21:23.273INFO 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 } }]INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2655 | 2026-08-11T11:21:24.252Z | |
| 2656 | 2026-08-11T11:21:24.252Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2657 | 2026-08-11T11:21:24.252Z | |
| 2658 | 2026-08-11T11:21:24.252Z | Aug 11 11:21:23.273 Aug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff INFO |
| 2659 | 2026-08-11T11:21:24.252Z | 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 } }] |
| 2660 | 2026-08-11T11:21:24.252Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 11 11:21:23.273 |
| 2661 | 2026-08-11T11:21:24.252Z | DEBGAug 11 11:21:23.273 |
| 2662 | 2026-08-11T11:21:24.253Z | 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 } }] |
| 2663 | 2026-08-11T11:21:24.253Z | Aug 11 11:21:23.273INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 11 11:21:23.273replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2664 | 2026-08-11T11:21:24.253Z | |
| 2665 | 2026-08-11T11:21:24.253Z | Aug 11 11:21:23.273DEBG Aug 11 11:21:23.273INFO 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:1b::/64 -> 2001:db8::55:ff |
| 2666 | 2026-08-11T11:21:24.253Z | |
| 2667 | 2026-08-11T11:21:24.253Z | DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273 |
| 2668 | 2026-08-11T11:21:24.253Z | Aug 11 11:21:23.273INFO Aug 11 11:21:23.273adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2669 | 2026-08-11T11:21:24.253Z | INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2670 | 2026-08-11T11:21:24.253Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273 |
| 2671 | 2026-08-11T11:21:24.253Z | DEBGAug 11 11:21:23.273 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273 |
| 2672 | 2026-08-11T11:21:24.253Z | DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2673 | 2026-08-11T11:21:24.253Z | |
| 2674 | 2026-08-11T11:21:24.253Z | Aug 11 11:21:23.273 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 11 11:21:23.273 |
| 2675 | 2026-08-11T11:21:24.253Z | Aug 11 11:21:23.273 INFODEBG adding route 3fff:beef:26::/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 } }] |
| 2676 | 2026-08-11T11:21:24.253Z | |
| 2677 | 2026-08-11T11:21:24.253Z | Aug 11 11:21:23.273 Aug 11 11:21:23.273DEBGAug 11 11:21:23.273 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2678 | 2026-08-11T11:21:24.253Z | |
| 2679 | 2026-08-11T11:21:24.253Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2680 | 2026-08-11T11:21:24.253Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 Aug 11 11:21:23.273INFO DEBG INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2681 | 2026-08-11T11:21:24.253Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2682 | 2026-08-11T11:21:24.253Z | |
| 2683 | 2026-08-11T11:21:24.253Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 DEBGDEBG Aug 11 11:21:23.273replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2684 | 2026-08-11T11:21:24.253Z | |
| 2685 | 2026-08-11T11:21:24.253Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2686 | 2026-08-11T11:21:24.253Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 Aug 11 11:21:23.273INFO 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:28::/64 -> 2001:db8::55:ff |
| 2687 | 2026-08-11T11:21:24.253Z | |
| 2688 | 2026-08-11T11:21:24.253Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2689 | 2026-08-11T11:21:24.254Z | Aug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2690 | 2026-08-11T11:21:24.258Z | |
| 2691 | 2026-08-11T11:21:24.258Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2692 | 2026-08-11T11:21:24.258Z | Aug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273 INFODEBGINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2693 | 2026-08-11T11:21:24.258Z | |
| 2694 | 2026-08-11T11:21:24.258Z | 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 } }] |
| 2695 | 2026-08-11T11:21:24.258Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 DEBGAug 11 11:21:23.273 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 } }] |
| 2696 | 2026-08-11T11:21:24.258Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2697 | 2026-08-11T11:21:24.258Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2698 | 2026-08-11T11:21:24.258Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 INFOINFO Aug 11 11:21:23.273adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2699 | 2026-08-11T11:21:24.258Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2700 | 2026-08-11T11:21:24.258Z | 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 } }] |
| 2701 | 2026-08-11T11:21:24.258Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273 |
| 2702 | 2026-08-11T11:21:24.258Z | 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 |
| 2703 | 2026-08-11T11:21:24.258Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2704 | 2026-08-11T11:21:24.258Z | Aug 11 11:21:23.273 Aug 11 11:21:23.273INFO Aug 11 11:21:23.273 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 2705 | 2026-08-11T11:21:24.259Z | 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:2b::/64 -> 2001:db8::55:ff |
| 2706 | 2026-08-11T11:21:24.259Z | |
| 2707 | 2026-08-11T11:21:24.259Z | Aug 11 11:21:23.273 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 } }] |
| 2708 | 2026-08-11T11:21:24.259Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 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 } }]Aug 11 11:21:23.273adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2709 | 2026-08-11T11:21:24.259Z | |
| 2710 | 2026-08-11T11:21:24.259Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2711 | 2026-08-11T11:21:24.259Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 INFOAug 11 11:21:23.273 DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 2712 | 2026-08-11T11:21:24.259Z | 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 } }] |
| 2713 | 2026-08-11T11:21:24.259Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273 |
| 2714 | 2026-08-11T11:21:24.259Z | DEBGAug 11 11:21:23.273Aug 11 11:21:23.273 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2715 | 2026-08-11T11:21:24.259Z | INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 11 11:21:23.273 |
| 2716 | 2026-08-11T11:21:24.259Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 2717 | 2026-08-11T11:21:24.259Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2718 | 2026-08-11T11:21:24.259Z | Aug 11 11:21:23.273 DEBGAug 11 11:21:23.273 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 } }]DEBGAug 11 11:21:23.273 |
| 2719 | 2026-08-11T11:21:24.259Z | 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:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273 |
| 2720 | 2026-08-11T11:21:24.259Z | |
| 2721 | 2026-08-11T11:21:24.259Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2722 | 2026-08-11T11:21:24.259Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 INFO INFOAug 11 11:21:23.273 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2723 | 2026-08-11T11:21:24.259Z | DEBG |
| 2724 | 2026-08-11T11:21:24.259Z | 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 } }] |
| 2725 | 2026-08-11T11:21:24.259Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 DEBGDEBG Aug 11 11:21:23.273replacing 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 } }] |
| 2726 | 2026-08-11T11:21:24.259Z | 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 |
| 2727 | 2026-08-11T11:21:24.259Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2728 | 2026-08-11T11:21:24.259Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 INFOINFOAug 11 11:21:23.273 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 2729 | 2026-08-11T11:21:24.259Z | adding route 3fff:beef:25::/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 } }] |
| 2730 | 2026-08-11T11:21:24.259Z | |
| 2731 | 2026-08-11T11:21:24.259Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 Aug 11 11:21:23.273DEBGDEBG 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 } }] |
| 2732 | 2026-08-11T11:21:24.259Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2733 | 2026-08-11T11:21:24.260Z | |
| 2734 | 2026-08-11T11:21:24.260Z | Aug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273 INFODEBG adding route 3fff:beef:30::/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 } }]INFO |
| 2735 | 2026-08-11T11:21:24.260Z | |
| 2736 | 2026-08-11T11:21:24.260Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2737 | 2026-08-11T11:21:24.260Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273 |
| 2738 | 2026-08-11T11:21:24.260Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 2739 | 2026-08-11T11:21:24.260Z | 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 } }] |
| 2740 | 2026-08-11T11:21:24.260Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 INFODEBG adding route 3fff:beef:31::/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 } }] |
| 2741 | 2026-08-11T11:21:24.260Z | Aug 11 11:21:23.273 |
| 2742 | 2026-08-11T11:21:24.260Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2743 | 2026-08-11T11:21:24.260Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 INFODEBG Aug 11 11:21:23.273 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 2744 | 2026-08-11T11:21:24.260Z | |
| 2745 | 2026-08-11T11:21:24.260Z | 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 } }] |
| 2746 | 2026-08-11T11:21:24.260Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2747 | 2026-08-11T11:21:24.260Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273 |
| 2748 | 2026-08-11T11:21:24.260Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2749 | 2026-08-11T11:21:24.260Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2750 | 2026-08-11T11:21:24.260Z | |
| 2751 | 2026-08-11T11:21:24.260Z | Aug 11 11:21:23.273 DEBG Aug 11 11:21:23.273replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273 INFO |
| 2752 | 2026-08-11T11:21:24.260Z | DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2753 | 2026-08-11T11:21:24.260Z | 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 } }] |
| 2754 | 2026-08-11T11:21:24.260Z | Aug 11 11:21:23.273 Aug 11 11:21:23.273INFO Aug 11 11:21:23.273 DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO |
| 2755 | 2026-08-11T11:21:24.260Z | 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 } }] |
| 2756 | 2026-08-11T11:21:24.260Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2757 | 2026-08-11T11:21:24.260Z | Aug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273 INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 2758 | 2026-08-11T11:21:24.260Z | 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: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 } }] |
| 2759 | 2026-08-11T11:21:24.260Z | |
| 2760 | 2026-08-11T11:21:24.261Z | Aug 11 11:21:23.273 DEBGAug 11 11:21:23.273 Aug 11 11:21:23.273replacing 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 } }] |
| 2761 | 2026-08-11T11:21:24.261Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 2762 | 2026-08-11T11:21:24.261Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 11 11:21:23.273 |
| 2763 | 2026-08-11T11:21:24.261Z | INFOAug 11 11:21:23.273 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 2764 | 2026-08-11T11:21:24.261Z | Aug 11 11:21:23.273replacing 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 } }] |
| 2765 | 2026-08-11T11:21:24.261Z | DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273 |
| 2766 | 2026-08-11T11:21:24.261Z | Aug 11 11:21:23.273DEBG 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 |
| 2767 | 2026-08-11T11:21:24.261Z | Aug 11 11:21:23.273 INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2768 | 2026-08-11T11:21:24.261Z | Aug 11 11:21:23.273adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2769 | 2026-08-11T11:21:24.261Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2770 | 2026-08-11T11:21:24.261Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 DEBGAug 11 11:21:23.273 DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2771 | 2026-08-11T11:21:24.261Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2772 | 2026-08-11T11:21:24.261Z | |
| 2773 | 2026-08-11T11:21:24.261Z | Aug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2774 | 2026-08-11T11:21:24.261Z | |
| 2775 | 2026-08-11T11:21:24.261Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2776 | 2026-08-11T11:21:24.261Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 DEBGDEBGAug 11 11:21:23.273 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: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 |
| 2777 | 2026-08-11T11:21:24.261Z | |
| 2778 | 2026-08-11T11:21:24.261Z | 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 } }] |
| 2779 | 2026-08-11T11:21:24.261Z | Aug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2780 | 2026-08-11T11:21:24.261Z | INFO |
| 2781 | 2026-08-11T11:21:24.261Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2782 | 2026-08-11T11:21:24.261Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2783 | 2026-08-11T11:21:24.261Z | |
| 2784 | 2026-08-11T11:21:24.261Z | Aug 11 11:21:23.273 DEBG Aug 11 11:21:23.273Aug 11 11:21:23.273 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 |
| 2785 | 2026-08-11T11:21:24.261Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO |
| 2786 | 2026-08-11T11:21:24.261Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2787 | 2026-08-11T11:21:24.262Z | Aug 11 11:21:23.273 Aug 11 11:21:23.273DEBGAug 11 11:21:23.273 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 |
| 2788 | 2026-08-11T11:21:24.262Z | 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 } }] |
| 2789 | 2026-08-11T11:21:24.262Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 11 11:21:23.273 |
| 2790 | 2026-08-11T11:21:24.266Z | INFO Aug 11 11:21:23.273adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 11 11:21:23.273 |
| 2791 | 2026-08-11T11:21:24.266Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBGAug 11 11:21:23.273 |
| 2792 | 2026-08-11T11:21:24.266Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2793 | 2026-08-11T11:21:24.267Z | 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 } }] |
| 2794 | 2026-08-11T11:21:24.267Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 Aug 11 11:21:23.273INFODEBG INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2795 | 2026-08-11T11:21:24.267Z | |
| 2796 | 2026-08-11T11:21:24.267Z | 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 } }] |
| 2797 | 2026-08-11T11:21:24.267Z | Aug 11 11:21:23.273Aug 11 11:21:23.273 Aug 11 11:21:23.273DEBG 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 } }] |
| 2798 | 2026-08-11T11:21:24.267Z | 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 } }] |
| 2799 | 2026-08-11T11:21:24.267Z | INFOAug 11 11:21:23.274 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 11 11:21:23.274INFO |
| 2800 | 2026-08-11T11:21:24.267Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO |
| 2801 | 2026-08-11T11:21:24.267Z | Aug 11 11:21:23.274adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2802 | 2026-08-11T11:21:24.267Z | DEBGAug 11 11:21:23.274 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2803 | 2026-08-11T11:21:24.267Z | 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 } }] |
| 2804 | 2026-08-11T11:21:24.267Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 Aug 11 11:21:23.274 INFODEBGDEBG failed to allocate space for the new target listadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2805 | 2026-08-11T11:21:24.267Z | 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 } }] |
| 2806 | 2026-08-11T11:21:24.267Z | |
| 2807 | 2026-08-11T11:21:24.267Z | Aug 11 11:21:23.274Aug 11 11:21:23.274Aug 11 11:21:23.274 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 } }] 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 } }] |
| 2808 | 2026-08-11T11:21:24.267Z | |
| 2809 | 2026-08-11T11:21:24.267Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2810 | 2026-08-11T11:21:24.267Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 2811 | 2026-08-11T11:21:24.267Z | |
| 2812 | 2026-08-11T11:21:24.267Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2813 | 2026-08-11T11:21:24.267Z | |
| 2814 | 2026-08-11T11:21:24.267Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2815 | 2026-08-11T11:21:24.267Z | |
| 2816 | 2026-08-11T11:21:24.267Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2817 | 2026-08-11T11:21:24.267Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 2818 | 2026-08-11T11:21:24.267Z | Aug 11 11:21:23.274 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 } }] |
| 2819 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 2820 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2821 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 DEBG failed to allocate space for the new target list |
| 2822 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 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 } }] |
| 2823 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 DEBG failed to allocate space for the new target list |
| 2824 | 2026-08-11T11:21:24.268Z | |
| 2825 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 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 } }] |
| 2826 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2827 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 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 } }] |
| 2828 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2829 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 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 } }] |
| 2830 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2831 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 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 } }] |
| 2832 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffcreated new freemap |
| 2833 | 2026-08-11T11:21:24.268Z | , unit: freemap_route_ipv4Aug 11 11:21:23.274 |
| 2834 | 2026-08-11T11:21:24.268Z | 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 } }] |
| 2835 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 DEBG Aug 11 11:21:23.274created new freemap , INFOunit :adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2836 | 2026-08-11T11:21:24.268Z | freemap_route_ipv6 |
| 2837 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 2838 | 2026-08-11T11:21:24.268Z | , unit: freemap_route_ipv4Aug 11 11:21:23.274 |
| 2839 | 2026-08-11T11:21:24.268Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2840 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 DEBG reset freemapAug 11 11:21:23.274, unitDEBG: replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 2841 | 2026-08-11T11:21:24.268Z | |
| 2842 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2843 | 2026-08-11T11:21:24.268Z | , unit:Aug 11 11:21:23.274 freemap_route_ipv6DEBG |
| 2844 | 2026-08-11T11:21:24.268Z | 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 } }] |
| 2845 | 2026-08-11T11:21:24.268Z | Aug 11 11:21:23.274 DEBGAug 11 11:21:23.274 reset freemapINFO, unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff: |
| 2846 | 2026-08-11T11:21:24.268Z | freemap_route_ipv6 |
| 2847 | 2026-08-11T11:21:24.269Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2848 | 2026-08-11T11:21:24.269Z | test route::tests::grow_succeeds ... ok |
| 2849 | 2026-08-11T11:21:24.269Z | |
| 2850 | 2026-08-11T11:21:24.269Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 3fff:beef:3c::/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 } }] |
| 2851 | 2026-08-11T11:21:24.269Z | |
| 2852 | 2026-08-11T11:21:24.269Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2853 | 2026-08-11T11:21:24.269Z | |
| 2854 | 2026-08-11T11:21:24.269Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 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 } }]failed to allocate space for the new target list |
| 2855 | 2026-08-11T11:21:24.269Z | |
| 2856 | 2026-08-11T11:21:24.269Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2857 | 2026-08-11T11:21:24.269Z | |
| 2858 | 2026-08-11T11:21:24.269Z | Aug 11 11:21:23.274 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 } }] |
| 2859 | 2026-08-11T11:21:24.269Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2860 | 2026-08-11T11:21:24.269Z | Aug 11 11:21:23.274 Aug 11 11:21:23.274DEBG DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2861 | 2026-08-11T11:21:24.269Z | created new freemap, unitAug 11 11:21:23.274: INFOfreemap_route_ipv4 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2862 | 2026-08-11T11:21:24.269Z | |
| 2863 | 2026-08-11T11:21:24.269Z | Aug 11 11:21:23.274 DEBGAug 11 11:21:23.274 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 |
| 2864 | 2026-08-11T11:21:24.269Z | created new freemap, unit:Aug 11 11:21:23.274 freemap_route_ipv6INFO |
| 2865 | 2026-08-11T11:21:24.269Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2866 | 2026-08-11T11:21:24.269Z | Aug 11 11:21:23.274 Aug 11 11:21:23.274DEBG DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 2867 | 2026-08-11T11:21:24.269Z | : freemap_route_ipv4 |
| 2868 | 2026-08-11T11:21:24.269Z | Aug 11 11:21:23.274 INFO Aug 11 11:21:23.274adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2869 | 2026-08-11T11:21:24.269Z | DEBG reset freemap, unitAug 11 11:21:23.274: DEBGfreemap_route_ipv4 |
| 2870 | 2026-08-11T11:21:24.269Z | 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 } }] |
| 2871 | 2026-08-11T11:21:24.269Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 DEBGINFO initted freemap. size: 64adding route 3fff:beef:5::/64 -> 2001:db8::55:ff, |
| 2872 | 2026-08-11T11:21:24.269Z | unit: freemap_route_ipv6 |
| 2873 | 2026-08-11T11:21:24.269Z | Aug 11 11:21:23.274 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.274 |
| 2874 | 2026-08-11T11:21:24.269Z | DEBG reset freemap, unitAug 11 11:21:23.274: INFOfreemap_route_ipv6 |
| 2875 | 2026-08-11T11:21:24.270Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2876 | 2026-08-11T11:21:24.270Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2877 | 2026-08-11T11:21:24.270Z | |
| 2878 | 2026-08-11T11:21:24.270Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 3fff:beef:7::/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 } }] |
| 2879 | 2026-08-11T11:21:24.270Z | |
| 2880 | 2026-08-11T11:21:24.270Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 2881 | 2026-08-11T11:21:24.270Z | |
| 2882 | 2026-08-11T11:21:24.270Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2883 | 2026-08-11T11:21:24.270Z | Aug 11 11:21:23.274 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 } }] |
| 2884 | 2026-08-11T11:21:24.270Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2885 | 2026-08-11T11:21:24.270Z | Aug 11 11:21:23.274 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 } }] |
| 2886 | 2026-08-11T11:21:24.270Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2887 | 2026-08-11T11:21:24.270Z | Aug 11 11:21:23.274 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 } }] |
| 2888 | 2026-08-11T11:21:24.270Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2889 | 2026-08-11T11:21:24.270Z | Aug 11 11:21:23.274 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 } }] |
| 2890 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2891 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 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 } }] |
| 2892 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2893 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 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 } }] |
| 2894 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2895 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 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 } }] |
| 2896 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2897 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 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 } }] |
| 2898 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2899 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 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 } }] |
| 2900 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2901 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 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 } }] |
| 2902 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2903 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 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 } }] |
| 2904 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2905 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 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 } }] |
| 2906 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2907 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 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 } }] |
| 2908 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2909 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 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 } }] |
| 2910 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2911 | 2026-08-11T11:21:24.275Z | Aug 11 11:21:23.274 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 } }] |
| 2912 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2913 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 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 } }] |
| 2914 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2915 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 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 } }] |
| 2916 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2917 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 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 } }] |
| 2918 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2919 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 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 } }] |
| 2920 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2921 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 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 } }] |
| 2922 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2923 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 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 } }] |
| 2924 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2925 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 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 } }] |
| 2926 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2927 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 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 } }] |
| 2928 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2929 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 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 } }] |
| 2930 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2931 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 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 } }] |
| 2932 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2933 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 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 } }] |
| 2934 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2935 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 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 } }] |
| 2936 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2937 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 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 } }] |
| 2938 | 2026-08-11T11:21:24.276Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2939 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 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 } }] |
| 2940 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2941 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 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 } }] |
| 2942 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2943 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 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 } }] |
| 2944 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2945 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 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 } }] |
| 2946 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2947 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 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 } }] |
| 2948 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2949 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 Aug 11 11:21:23.274DEBG DEBGcreated new freemap 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 } }], |
| 2950 | 2026-08-11T11:21:24.277Z | unit: freemap_route_ipv4Aug 11 11:21:23.274 |
| 2951 | 2026-08-11T11:21:24.277Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 2952 | 2026-08-11T11:21:24.277Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2953 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 DEBGDEBG created new freemapreplacing 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 } }], |
| 2954 | 2026-08-11T11:21:24.277Z | unit: freemap_route_ipv6 |
| 2955 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2956 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 DEBG Aug 11 11:21:23.274initted freemap. size: 64 , 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 } }] |
| 2957 | 2026-08-11T11:21:24.277Z | freemap_route_ipv4 |
| 2958 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 Aug 11 11:21:23.274INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2959 | 2026-08-11T11:21:24.277Z | reset freemap, unitAug 11 11:21:23.274: DEBGfreemap_route_ipv4 |
| 2960 | 2026-08-11T11:21:24.277Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2961 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 DEBGINFO initted freemap. size: 64adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff, |
| 2962 | 2026-08-11T11:21:24.277Z | unit: freemap_route_ipv6 |
| 2963 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.274 |
| 2964 | 2026-08-11T11:21:24.277Z | DEBG reset freemap, Aug 11 11:21:23.274unit :INFO freemap_route_ipv6adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2965 | 2026-08-11T11:21:24.277Z | |
| 2966 | 2026-08-11T11:21:24.277Z | Aug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 2967 | 2026-08-11T11:21:24.278Z | Aug 11 11:21:23.275Aug 11 11:21:23.275Aug 11 11:21:23.283 DEBGDEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] , DEBGunit : |
| 2968 | 2026-08-11T11:21:24.278Z | created new freemapfreemap_route_ipv4, Aug 11 11:21:23.283 |
| 2969 | 2026-08-11T11:21:24.278Z | INFOAug 11 11:21:23.275 unitadding route 172.16.0.0/32 -> 10.0.0.2 |
| 2970 | 2026-08-11T11:21:24.278Z | :Aug 11 11:21:23.283 freemap_route_ipv4Aug 11 11:21:23.283 |
| 2971 | 2026-08-11T11:21:24.278Z | DEBG Aug 11 11:21:23.274DEBGAug 11 11:21:23.283 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 created new freemapcreated new freemapDEBG, |
| 2972 | 2026-08-11T11:21:24.278Z | unitcreated new freemap, , unitunit:: Aug 11 11:21:23.283:freemap_route_ipv4 |
| 2973 | 2026-08-11T11:21:24.278Z | freemap_route_ipv6freemap_route_ipv6 |
| 2974 | 2026-08-11T11:21:24.278Z | |
| 2975 | 2026-08-11T11:21:24.278Z | INFO Aug 11 11:21:23.283 DEBG created new freemap, unitadding route 172.16.0.0/32 -> 10.0.0.3: |
| 2976 | 2026-08-11T11:21:24.278Z | freemap_route_ipv6Aug 11 11:21:23.283 |
| 2977 | 2026-08-11T11:21:24.278Z | Aug 11 11:21:23.283DEBG DEBGDEBG initted freemap. size: 64Aug 11 11:21:23.283created new freemap, Aug 11 11:21:23.283, unit :unit freemap_route_ipv4:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }] |
| 2978 | 2026-08-11T11:21:24.278Z | DEBGfreemap_route_ipv4 |
| 2979 | 2026-08-11T11:21:24.278Z | DEBGinitted freemap. size: 64Aug 11 11:21:23.283 |
| 2980 | 2026-08-11T11:21:24.278Z | INFOAug 11 11:21:23.283 , DEBGadding route 172.16.0.0/32 -> 10.0.0.4unit :initted freemap. size: 64 |
| 2981 | 2026-08-11T11:21:24.278Z | reset freemapfreemap_route_ipv4, , unit |
| 2982 | 2026-08-11T11:21:24.278Z | unit:: freemap_route_ipv4Aug 11 11:21:23.283Aug 11 11:21:23.283freemap_route_ipv4Aug 11 11:21:23.283 |
| 2983 | 2026-08-11T11:21:24.278Z | |
| 2984 | 2026-08-11T11:21:24.278Z | DEBGDEBG reset freemap Aug 11 11:21:23.283created new freemapAug 11 11:21:23.283 , DEBGDEBG DEBG, unitreset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]unit:, :unit |
| 2985 | 2026-08-11T11:21:24.278Z | freemap_route_ipv6: |
| 2986 | 2026-08-11T11:21:24.278Z | initted freemap. size: 64 , unitfreemap_route_ipv4:freemap_route_ipv4 |
| 2987 | 2026-08-11T11:21:24.278Z | freemap_route_ipv6Aug 11 11:21:23.283 |
| 2988 | 2026-08-11T11:21:24.278Z | INFO |
| 2989 | 2026-08-11T11:21:24.278Z | Aug 11 11:21:23.283Aug 11 11:21:23.283adding route 172.17.0.0/32 -> 10.0.0.255 DEBGDEBGAug 11 11:21:23.283 DEBGreset freemapinitted freemap. size: 64 |
| 2990 | 2026-08-11T11:21:24.283Z | , , unitunit:: initted freemap. size: 64 freemap_route_ipv6, freemap_route_ipv6unit |
| 2991 | 2026-08-11T11:21:24.283Z | Aug 11 11:21:23.283Aug 11 11:21:23.283: |
| 2992 | 2026-08-11T11:21:24.283Z | DEBG freemap_route_ipv4DEBGAug 11 11:21:23.283Aug 11 11:21:23.283 |
| 2993 | 2026-08-11T11:21:24.283Z | initted freemap. size: 64DEBG, INFOreset freemap unitadding route 3fff:dead::/64 -> 2001:db8::55:1:, 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 } }] |
| 2994 | 2026-08-11T11:21:24.283Z | unit |
| 2995 | 2026-08-11T11:21:24.283Z | freemap_route_ipv6Aug 11 11:21:23.283 :DEBG |
| 2996 | 2026-08-11T11:21:24.283Z | freemap_route_ipv6Aug 11 11:21:23.283 |
| 2997 | 2026-08-11T11:21:24.283Z | Aug 11 11:21:23.283 INFOreset freemapDEBG , 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 } }]unitAug 11 11:21:23.283adding route 172.17.0.1/32 -> 10.0.0.255 |
| 2998 | 2026-08-11T11:21:24.283Z | INFO :Aug 11 11:21:23.283adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG |
| 2999 | 2026-08-11T11:21:24.284Z | freemap_route_ipv4 |
| 3000 | 2026-08-11T11:21:24.284Z | |
| 3001 | 2026-08-11T11:21:24.284Z | Aug 11 11:21:23.283 INFOreset freemap Aug 11 11:21:23.283adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3002 | 2026-08-11T11:21:24.284Z | DEBG Aug 11 11:21:23.283Aug 11 11:21:23.283 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 |
| 3003 | 2026-08-11T11:21:24.284Z | DEBG 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 } }], |
| 3004 | 2026-08-11T11:21:24.284Z | Aug 11 11:21:23.283, unit Aug 11 11:21:23.283DEBG:unit freemap_route_ipv6Aug 11 11:21:23.283: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 |
| 3005 | 2026-08-11T11:21:24.284Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3006 | 2026-08-11T11:21:24.284Z | |
| 3007 | 2026-08-11T11:21:24.284Z | freemap_route_ipv6INFO |
| 3008 | 2026-08-11T11:21:24.284Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:21:23.283Aug 11 11:21:23.283 |
| 3009 | 2026-08-11T11:21:24.284Z | INFO Aug 11 11:21:23.283 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 3010 | 2026-08-11T11:21:24.284Z | DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.283 reset freemap |
| 3011 | 2026-08-11T11:21:24.284Z | , Aug 11 11:21:23.283Aug 11 11:21:23.283 DEBGDEBG Aug 11 11:21:23.283replacing 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 } }]unit |
| 3012 | 2026-08-11T11:21:24.284Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3013 | 2026-08-11T11:21:24.284Z | : adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 3014 | 2026-08-11T11:21:24.284Z | freemap_route_ipv6Aug 11 11:21:23.283Aug 11 11:21:23.283 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3015 | 2026-08-11T11:21:24.284Z | |
| 3016 | 2026-08-11T11:21:24.284Z | adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3017 | 2026-08-11T11:21:24.284Z | |
| 3018 | 2026-08-11T11:21:24.284Z | Aug 11 11:21:23.283Aug 11 11:21:23.283Aug 11 11:21:23.283 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGAug 11 11:21:23.284 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 } }] |
| 3019 | 2026-08-11T11:21:24.284Z | Aug 11 11:21:23.283 |
| 3020 | 2026-08-11T11:21:24.284Z | DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 11 11:21:23.284 DEBG |
| 3021 | 2026-08-11T11:21:24.284Z | INFO |
| 3022 | 2026-08-11T11:21:24.284Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 11 11:21:23.284 |
| 3023 | 2026-08-11T11:21:24.284Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:21:23.284 Aug 11 11:21:23.284 |
| 3024 | 2026-08-11T11:21:24.284Z | INFO DEBGAug 11 11:21:23.284Aug 11 11:21:23.284adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3025 | 2026-08-11T11:21:24.285Z | DEBGINFO 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.4/32 -> 10.0.0.255 |
| 3026 | 2026-08-11T11:21:24.285Z | |
| 3027 | 2026-08-11T11:21:24.285Z | |
| 3028 | 2026-08-11T11:21:24.285Z | Aug 11 11:21:23.284 DEBGadding route 172.17.0.0/32 -> 10.0.0.255 |
| 3029 | 2026-08-11T11:21:24.285Z | Aug 11 11:21:23.284replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:21:23.284 INFO |
| 3030 | 2026-08-11T11:21:24.285Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG |
| 3031 | 2026-08-11T11:21:24.285Z | Aug 11 11:21:23.284 Aug 11 11:21:23.284INFOAug 11 11:21:23.284replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.284 |
| 3032 | 2026-08-11T11:21:24.285Z | 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 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3033 | 2026-08-11T11:21:24.285Z | DEBG Aug 11 11:21:23.284 |
| 3034 | 2026-08-11T11:21:24.285Z | 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 } }] |
| 3035 | 2026-08-11T11:21:24.285Z | replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3036 | 2026-08-11T11:21:24.285Z | adding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:21:23.284 |
| 3037 | 2026-08-11T11:21:24.285Z | Aug 11 11:21:23.284Aug 11 11:21:23.284Aug 11 11:21:23.284WARN INFOAug 11 11:21:23.284 DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ffshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 3038 | 2026-08-11T11:21:24.285Z | INFO |
| 3039 | 2026-08-11T11:21:24.285Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3040 | 2026-08-11T11:21:24.285Z | Aug 11 11:21:23.284 |
| 3041 | 2026-08-11T11:21:24.285Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 11 11:21:23.284 ERRO |
| 3042 | 2026-08-11T11:21:24.285Z | DEBG rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 11 11:21:23.284 |
| 3043 | 2026-08-11T11:21:24.285Z | Aug 11 11:21:23.284replacing 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 } }] |
| 3044 | 2026-08-11T11:21:24.285Z | DEBGAug 11 11:21:23.284Aug 11 11:21:23.284 INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255INFO |
| 3045 | 2026-08-11T11:21:24.285Z | ERRO |
| 3046 | 2026-08-11T11:21:24.285Z | shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3047 | 2026-08-11T11:21:24.285Z | Aug 11 11:21:23.284 |
| 3048 | 2026-08-11T11:21:24.285Z | INFOAug 11 11:21:23.284 Aug 11 11:21:23.284 DEBGAug 11 11:21:23.284 INFODEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3049 | 2026-08-11T11:21:24.285Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3050 | 2026-08-11T11:21:24.285Z | |
| 3051 | 2026-08-11T11:21:24.285Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 3052 | 2026-08-11T11:21:24.285Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 11 11:21:23.284Aug 11 11:21:23.284 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3053 | 2026-08-11T11:21:24.286Z | |
| 3054 | 2026-08-11T11:21:24.286Z | |
| 3055 | 2026-08-11T11:21:24.286Z | Aug 11 11:21:23.284Aug 11 11:21:23.284 Aug 11 11:21:23.284DEBGINFO Aug 11 11:21:23.284 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 3056 | 2026-08-11T11:21:24.286Z | |
| 3057 | 2026-08-11T11:21:24.286Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3058 | 2026-08-11T11:21:24.286Z | 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 } }] |
| 3059 | 2026-08-11T11:21:24.286Z | Aug 11 11:21:23.284 Aug 11 11:21:23.284 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 172.17.0.8/32 -> 10.0.0.255 |
| 3060 | 2026-08-11T11:21:24.286Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3061 | 2026-08-11T11:21:24.286Z | |
| 3062 | 2026-08-11T11:21:24.286Z | Aug 11 11:21:23.284Aug 11 11:21:23.284 Aug 11 11:21:23.284 DEBGAug 11 11:21:23.284 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBG |
| 3063 | 2026-08-11T11:21:24.286Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 3064 | 2026-08-11T11:21:24.286Z | 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 |
| 3065 | 2026-08-11T11:21:24.286Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 11 11:21:23.284 |
| 3066 | 2026-08-11T11:21:24.286Z | Aug 11 11:21:23.284DEBGAug 11 11:21:23.284 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBGAug 11 11:21:23.284 INFODEBGreplacing 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 } }] |
| 3067 | 2026-08-11T11:21:24.286Z | created new freemap, unit: freemap_route_ipv4 |
| 3068 | 2026-08-11T11:21:24.286Z | |
| 3069 | 2026-08-11T11:21:24.286Z | Aug 11 11:21:23.291 INFOadding route 172.17.0.9/32 -> 10.0.0.255 |
| 3070 | 2026-08-11T11:21:24.286Z | Aug 11 11:21:23.291 DEBGAug 11 11:21:23.291Aug 11 11:21:23.291 DEBGWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 3071 | 2026-08-11T11:21:24.286Z | |
| 3072 | 2026-08-11T11:21:24.286Z | created new freemap, Aug 11 11:21:23.276unit :DEBG freemap_route_ipv6created new freemap |
| 3073 | 2026-08-11T11:21:24.286Z | Aug 11 11:21:23.291 , INFOunit :adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3074 | 2026-08-11T11:21:24.286Z | Aug 11 11:21:23.291freemap_route_ipv4 |
| 3075 | 2026-08-11T11:21:24.286Z | DEBG initted freemap. size: 64Aug 11 11:21:23.291, unitadding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 3076 | 2026-08-11T11:21:24.286Z | 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 } }]: |
| 3077 | 2026-08-11T11:21:24.286Z | freemap_route_ipv4Aug 11 11:21:23.291 |
| 3078 | 2026-08-11T11:21:24.286Z | Aug 11 11:21:23.291DEBG INFOAug 11 11:21:23.275replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.291 Aug 11 11:21:23.291 |
| 3079 | 2026-08-11T11:21:24.286Z | adding route 172.17.0.11/32 -> 10.0.0.255DEBGDEBG |
| 3080 | 2026-08-11T11:21:24.287Z | created new freemap , created new freemapunit:, DEBG Aug 11 11:21:23.291freemap_route_ipv6unitAug 11 11:21:23.291 : DEBG reset freemap , replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 3081 | 2026-08-11T11:21:24.287Z | unit |
| 3082 | 2026-08-11T11:21:24.287Z | INFO: freemap_route_ipv4adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 3083 | 2026-08-11T11:21:24.287Z | |
| 3084 | 2026-08-11T11:21:24.287Z | Aug 11 11:21:23.291 INFOAug 11 11:21:23.291 adding route 172.17.0.12/32 -> 10.0.0.255Aug 11 11:21:23.291DEBG |
| 3085 | 2026-08-11T11:21:24.287Z | DEBGinitted freemap. size: 64 , 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 } }]unitAug 11 11:21:23.291 |
| 3086 | 2026-08-11T11:21:24.287Z | : freemap_route_ipv6DEBG |
| 3087 | 2026-08-11T11:21:24.287Z | Aug 11 11:21:23.291replacing 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 } }] |
| 3088 | 2026-08-11T11:21:24.287Z | INFO Aug 11 11:21:23.291adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 3089 | 2026-08-11T11:21:24.287Z | DEBG reset freemap, unitAug 11 11:21:23.291: INFOfreemap_route_ipv6Aug 11 11:21:23.284 |
| 3090 | 2026-08-11T11:21:24.291Z | Aug 11 11:21:23.291 adding route 172.17.0.13/32 -> 10.0.0.255 DEBG |
| 3091 | 2026-08-11T11:21:24.292Z | 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 } }] |
| 3092 | 2026-08-11T11:21:24.292Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.291Aug 11 11:21:23.291 |
| 3093 | 2026-08-11T11:21:24.292Z | DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.291 |
| 3094 | 2026-08-11T11:21:24.292Z | INFO |
| 3095 | 2026-08-11T11:21:24.292Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 11 11:21:23.291 |
| 3096 | 2026-08-11T11:21:24.292Z | Aug 11 11:21:23.291INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255Aug 11 11:21:23.291 |
| 3097 | 2026-08-11T11:21:24.292Z | Aug 11 11:21:23.291DEBG adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3098 | 2026-08-11T11:21:24.292Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:21:23.291 |
| 3099 | 2026-08-11T11:21:24.292Z | DEBGAug 11 11:21:23.292 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 } }] DEBGDEBG |
| 3100 | 2026-08-11T11:21:24.292Z | Aug 11 11:21:23.292replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 3101 | 2026-08-11T11:21:24.292Z | |
| 3102 | 2026-08-11T11:21:24.292Z | Aug 11 11:21:23.292INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3103 | 2026-08-11T11:21:24.292Z | INFO Aug 11 11:21:23.292Aug 11 11:21:23.292adding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:21:23.292 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 3104 | 2026-08-11T11:21:24.292Z | |
| 3105 | 2026-08-11T11:21:24.292Z | |
| 3106 | 2026-08-11T11:21:24.292Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3107 | 2026-08-11T11:21:24.292Z | Aug 11 11:21:23.292Aug 11 11:21:23.292 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 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.292 |
| 3108 | 2026-08-11T11:21:24.292Z | |
| 3109 | 2026-08-11T11:21:24.292Z | DEBGAug 11 11:21:23.292 Aug 11 11:21:23.292INFOAug 11 11:21:23.292 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 |
| 3110 | 2026-08-11T11:21:24.292Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255 |
| 3111 | 2026-08-11T11:21:24.292Z | |
| 3112 | 2026-08-11T11:21:24.292Z | INFOAug 11 11:21:23.292Aug 11 11:21:23.292 INFODEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3113 | 2026-08-11T11:21:24.292Z | |
| 3114 | 2026-08-11T11:21:24.292Z | Aug 11 11:21:23.292 |
| 3115 | 2026-08-11T11:21:24.292Z | DEBG Aug 11 11:21:23.292replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.292 DEBG |
| 3116 | 2026-08-11T11:21:24.293Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.292 |
| 3117 | 2026-08-11T11:21:24.293Z | |
| 3118 | 2026-08-11T11:21:24.293Z | INFOAug 11 11:21:23.292 adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 3119 | 2026-08-11T11:21:24.293Z | Aug 11 11:21:23.292adding route 3fff:beef:c::/64 -> 2001:db8::55:ff Aug 11 11:21:23.292 |
| 3120 | 2026-08-11T11:21:24.293Z | INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255Aug 11 11:21:23.292 |
| 3121 | 2026-08-11T11:21:24.293Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3122 | 2026-08-11T11:21:24.293Z | DEBGAug 11 11:21:23.292 DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.292Aug 11 11:21:23.292 |
| 3123 | 2026-08-11T11:21:24.293Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3124 | 2026-08-11T11:21:24.293Z | DEBG Aug 11 11:21:23.292 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 3125 | 2026-08-11T11:21:24.293Z | INFOAug 11 11:21:23.292 |
| 3126 | 2026-08-11T11:21:24.293Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3127 | 2026-08-11T11:21:24.293Z | INFOAug 11 11:21:23.292Aug 11 11:21:23.292 INFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 3128 | 2026-08-11T11:21:24.293Z | DEBG |
| 3129 | 2026-08-11T11:21:24.293Z | Aug 11 11:21:23.292Aug 11 11:21:23.292replacing targets for 3fff:dead::/64 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 } }] |
| 3130 | 2026-08-11T11:21:24.293Z | 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 } }]DEBG |
| 3131 | 2026-08-11T11:21:24.293Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.292 |
| 3132 | 2026-08-11T11:21:24.293Z | WARNAug 11 11:21:23.292Aug 11 11:21:23.292 DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFOAug 11 11:21:23.292 |
| 3133 | 2026-08-11T11:21:24.293Z | 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 } }] |
| 3134 | 2026-08-11T11:21:24.293Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3135 | 2026-08-11T11:21:24.293Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3136 | 2026-08-11T11:21:24.293Z | Aug 11 11:21:23.292 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 3137 | 2026-08-11T11:21:24.293Z | Aug 11 11:21:23.292Aug 11 11:21:23.292 DEBGDEBG |
| 3138 | 2026-08-11T11:21:24.293Z | Aug 11 11:21:23.292 |
| 3139 | 2026-08-11T11:21:24.293Z | 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 } }] |
| 3140 | 2026-08-11T11:21:24.293Z | 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 } }] |
| 3141 | 2026-08-11T11:21:24.293Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.292 |
| 3142 | 2026-08-11T11:21:24.293Z | Aug 11 11:21:23.292INFO Aug 11 11:21:23.292adding route 3fff:beef:f::/64 -> 2001:db8::55:ff DEBGAug 11 11:21:23.292INFOAug 11 11:21:23.292 |
| 3143 | 2026-08-11T11:21:24.293Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOinitted freemap. size: 64 |
| 3144 | 2026-08-11T11:21:24.294Z | INFO , adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3145 | 2026-08-11T11:21:24.294Z | Aug 11 11:21:23.292Aug 11 11:21:23.292 unitDEBG Aug 11 11:21:23.292replacing 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 |
| 3146 | 2026-08-11T11:21:24.294Z | : DEBGadding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.292 |
| 3147 | 2026-08-11T11:21:24.294Z | freemap_route_ipv4INFO |
| 3148 | 2026-08-11T11:21:24.294Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3149 | 2026-08-11T11:21:24.294Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 11 11:21:23.292 |
| 3150 | 2026-08-11T11:21:24.294Z | |
| 3151 | 2026-08-11T11:21:24.294Z | INFOAug 11 11:21:23.292 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 3152 | 2026-08-11T11:21:24.294Z | |
| 3153 | 2026-08-11T11:21:24.294Z | DEBGAug 11 11:21:23.292 Aug 11 11:21:23.292 Aug 11 11:21:23.292reset freemap , DEBGunitDEBGINFO adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3154 | 2026-08-11T11:21:24.294Z | |
| 3155 | 2026-08-11T11:21:24.294Z | Aug 11 11:21:23.292: |
| 3156 | 2026-08-11T11:21:24.294Z | freemap_route_ipv4DEBG |
| 3157 | 2026-08-11T11:21:24.294Z | Aug 11 11:21:23.292 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3158 | 2026-08-11T11:21:24.294Z | Aug 11 11:21:23.292replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.292 |
| 3159 | 2026-08-11T11:21:24.294Z | INFOAug 11 11:21:23.292 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFODEBG |
| 3160 | 2026-08-11T11:21:24.294Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 3161 | 2026-08-11T11:21:24.294Z | Aug 11 11:21:23.292 Aug 11 11:21:23.292INFO Aug 11 11:21:23.292Aug 11 11:21:23.292 DEBGDEBGadding route 172.17.0.12/32 -> 10.0.0.255, |
| 3162 | 2026-08-11T11:21:24.294Z | 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: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 } }]unit |
| 3163 | 2026-08-11T11:21:24.294Z | : |
| 3164 | 2026-08-11T11:21:24.294Z | INFO Aug 11 11:21:23.292freemap_route_ipv6Aug 11 11:21:23.292adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3165 | 2026-08-11T11:21:24.294Z | |
| 3166 | 2026-08-11T11:21:24.294Z | DEBGAug 11 11:21:23.292 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3167 | 2026-08-11T11:21:24.294Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 11 11:21:23.292 |
| 3168 | 2026-08-11T11:21:24.294Z | DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3169 | 2026-08-11T11:21:24.294Z | reset freemapAug 11 11:21:23.292, unit :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 } }]freemap_route_ipv6Aug 11 11:21:23.292Aug 11 11:21:23.292Aug 11 11:21:23.292 |
| 3170 | 2026-08-11T11:21:24.294Z | |
| 3171 | 2026-08-11T11:21:24.295Z | 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 } }] INFOAug 11 11:21:23.292 |
| 3172 | 2026-08-11T11:21:24.295Z | Aug 11 11:21:23.292DEBGINFOadding route 172.17.0.13/32 -> 10.0.0.255 |
| 3173 | 2026-08-11T11:21:24.295Z | Aug 11 11:21:23.292 INFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3174 | 2026-08-11T11:21:24.295Z | INFO |
| 3175 | 2026-08-11T11:21:24.295Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:21:23.292 |
| 3176 | 2026-08-11T11:21:24.295Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3177 | 2026-08-11T11:21:24.295Z | DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.292 |
| 3178 | 2026-08-11T11:21:24.295Z | Aug 11 11:21:23.292 Aug 11 11:21:23.292Aug 11 11:21:23.292 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 3179 | 2026-08-11T11:21:24.295Z | |
| 3180 | 2026-08-11T11:21:24.295Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3181 | 2026-08-11T11:21:24.295Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:21:23.292Aug 11 11:21:23.292 INFO Aug 11 11:21:23.292adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3182 | 2026-08-11T11:21:24.295Z | DEBG DEBGcreated new freemap , Aug 11 11:21:23.292replacing 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 |
| 3183 | 2026-08-11T11:21:24.295Z | Aug 11 11:21:23.300Aug 11 11:21:23.292INFO : adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 3184 | 2026-08-11T11:21:24.295Z | freemap_route_ipv4Aug 11 11:21:23.300DEBG |
| 3185 | 2026-08-11T11:21:24.295Z | 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 } }] |
| 3186 | 2026-08-11T11:21:24.295Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff created new freemap |
| 3187 | 2026-08-11T11:21:24.295Z | Aug 11 11:21:23.300, unitAug 11 11:21:23.300 :DEBG freemap_route_ipv4Aug 11 11:21:23.300replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.300 DEBGDEBG |
| 3188 | 2026-08-11T11:21:24.295Z | |
| 3189 | 2026-08-11T11:21:24.295Z | INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.300created new freemap , INFOunit :adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 11 11:21:23.300 |
| 3190 | 2026-08-11T11:21:24.300Z | freemap_route_ipv6 |
| 3191 | 2026-08-11T11:21:24.300Z | DEBG |
| 3192 | 2026-08-11T11:21:24.300Z | created new freemap , adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:21:23.300Aug 11 11:21:23.300unit |
| 3193 | 2026-08-11T11:21:24.300Z | Aug 11 11:21:23.300DEBG 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 } }]: |
| 3194 | 2026-08-11T11:21:24.300Z | INFO Aug 11 11:21:23.300 DEBGfreemap_route_ipv6 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:21:23.300 |
| 3195 | 2026-08-11T11:21:24.300Z | INFO |
| 3196 | 2026-08-11T11:21:24.300Z | initted freemap. size: 64, adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunitAug 11 11:21:23.300 |
| 3197 | 2026-08-11T11:21:24.300Z | : DEBGDEBG Aug 11 11:21:23.300freemap_route_ipv4replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.300 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3198 | 2026-08-11T11:21:24.300Z | |
| 3199 | 2026-08-11T11:21:24.300Z | 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 } }] |
| 3200 | 2026-08-11T11:21:24.300Z | |
| 3201 | 2026-08-11T11:21:24.300Z | initted freemap. size: 64Aug 11 11:21:23.300Aug 11 11:21:23.300, Aug 11 11:21:23.300INFOINFO Aug 11 11:21:23.300INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 3202 | 2026-08-11T11:21:24.300Z | |
| 3203 | 2026-08-11T11:21:24.300Z | unitadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3204 | 2026-08-11T11:21:24.300Z | :reset freemap , freemap_route_ipv4unitAug 11 11:21:23.300: |
| 3205 | 2026-08-11T11:21:24.300Z | DEBG Aug 11 11:21:23.300replacing 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_ipv4DEBG |
| 3206 | 2026-08-11T11:21:24.300Z | Aug 11 11:21:23.300 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 } }] |
| 3207 | 2026-08-11T11:21:24.300Z | Aug 11 11:21:23.300 |
| 3208 | 2026-08-11T11:21:24.300Z | DEBGAug 11 11:21:23.300 reset freemapDEBGAug 11 11:21:23.300, initted freemap. size: 64INFO , adding route 3fff:beef:38::/64 -> 2001:db8::55:ffunit |
| 3209 | 2026-08-11T11:21:24.300Z | :DEBGunit :freemap_route_ipv6replacing 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 } }] |
| 3210 | 2026-08-11T11:21:24.300Z | |
| 3211 | 2026-08-11T11:21:24.300Z | freemap_route_ipv4 |
| 3212 | 2026-08-11T11:21:24.301Z | Aug 11 11:21:23.300 Aug 11 11:21:23.300 Aug 11 11:21:23.300INFO Aug 11 11:21:23.300 Aug 11 11:21:23.300adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 3213 | 2026-08-11T11:21:24.301Z | DEBG INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 3214 | 2026-08-11T11:21:24.301Z | Aug 11 11:21:23.300 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff, |
| 3215 | 2026-08-11T11:21:24.301Z | unitDEBG: DEBG initted freemap. size: 64replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 3216 | 2026-08-11T11:21:24.301Z | unit :freemap_route_ipv6 Aug 11 11:21:23.300freemap_route_ipv6 |
| 3217 | 2026-08-11T11:21:24.301Z | Aug 11 11:21:23.300INFO DEBGAug 11 11:21:23.300adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:21:23.300 |
| 3218 | 2026-08-11T11:21:24.301Z | |
| 3219 | 2026-08-11T11:21:24.301Z | INFOINFOreplacing 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 } }] |
| 3220 | 2026-08-11T11:21:24.301Z | adding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3221 | 2026-08-11T11:21:24.301Z | |
| 3222 | 2026-08-11T11:21:24.301Z | Aug 11 11:21:23.300Aug 11 11:21:23.300 Aug 11 11:21:23.300DEBG DEBGINFOAug 11 11:21:23.300replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.300 |
| 3223 | 2026-08-11T11:21:24.301Z | DEBGDEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.300replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3224 | 2026-08-11T11:21:24.301Z | |
| 3225 | 2026-08-11T11:21:24.301Z | INFO |
| 3226 | 2026-08-11T11:21:24.301Z | reset freemap , adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffunitAug 11 11:21:23.300Aug 11 11:21:23.300: |
| 3227 | 2026-08-11T11:21:24.301Z | INFO INFO Aug 11 11:21:23.300adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3228 | 2026-08-11T11:21:24.301Z | adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6DEBG |
| 3229 | 2026-08-11T11:21:24.301Z | |
| 3230 | 2026-08-11T11:21:24.301Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3231 | 2026-08-11T11:21:24.301Z | Aug 11 11:21:23.300Aug 11 11:21:23.300 Aug 11 11:21:23.300DEBGAug 11 11:21:23.300 Aug 11 11:21:23.300replacing 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 } }] |
| 3232 | 2026-08-11T11:21:24.301Z | DEBGINFO DEBGadding 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:21:23.300INFO |
| 3233 | 2026-08-11T11:21:24.301Z | INFO |
| 3234 | 2026-08-11T11:21:24.301Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3235 | 2026-08-11T11:21:24.301Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.300 |
| 3236 | 2026-08-11T11:21:24.301Z | Aug 11 11:21:23.300INFO Aug 11 11:21:23.300adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 3237 | 2026-08-11T11:21:24.301Z | adding route 3fff:dead::/64 -> 2001:db8::55: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 } }]Aug 11 11:21:23.300 |
| 3238 | 2026-08-11T11:21:24.301Z | INFO |
| 3239 | 2026-08-11T11:21:24.301Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBGAug 11 11:21:23.300 |
| 3240 | 2026-08-11T11:21:24.302Z | Aug 11 11:21:23.300replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.300DEBGDEBG |
| 3241 | 2026-08-11T11:21:24.302Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3242 | 2026-08-11T11:21:24.302Z | 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 } }] |
| 3243 | 2026-08-11T11:21:24.302Z | |
| 3244 | 2026-08-11T11:21:24.302Z | Aug 11 11:21:23.300Aug 11 11:21:23.300 Aug 11 11:21:23.300INFO INFOINFO Aug 11 11:21:23.300adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:21:23.300adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 3245 | 2026-08-11T11:21:24.302Z | |
| 3246 | 2026-08-11T11:21:24.302Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3247 | 2026-08-11T11:21:24.302Z | INFO |
| 3248 | 2026-08-11T11:21:24.302Z | test route::tests::same_size_non_subset_replace ... ok |
| 3249 | 2026-08-11T11:21:24.302Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:21:23.300 |
| 3250 | 2026-08-11T11:21:24.302Z | Aug 11 11:21:23.300 Aug 11 11:21:23.300DEBG Aug 11 11:21:23.300 Aug 11 11:21:23.300DEBGDEBG DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3251 | 2026-08-11T11:21:24.302Z | 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 } }] |
| 3252 | 2026-08-11T11:21:24.302Z | |
| 3253 | 2026-08-11T11:21:24.302Z | |
| 3254 | 2026-08-11T11:21:24.302Z | DEBG Aug 11 11:21:23.300Aug 11 11:21:23.300 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 } }] INFODEBGAug 11 11:21:23.300 INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3255 | 2026-08-11T11:21:24.302Z | |
| 3256 | 2026-08-11T11:21:24.302Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 11 11:21:23.300 |
| 3257 | 2026-08-11T11:21:24.302Z | |
| 3258 | 2026-08-11T11:21:24.302Z | Aug 11 11:21:23.300Aug 11 11:21:23.300 Aug 11 11:21:23.300 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 } }]INFO |
| 3259 | 2026-08-11T11:21:24.302Z | 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 } }] Aug 11 11:21:23.300 |
| 3260 | 2026-08-11T11:21:24.302Z | WARNadding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:21:23.300 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:21:23.300 |
| 3261 | 2026-08-11T11:21:24.302Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3262 | 2026-08-11T11:21:24.302Z | INFO |
| 3263 | 2026-08-11T11:21:24.302Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 3264 | 2026-08-11T11:21:24.302Z | |
| 3265 | 2026-08-11T11:21:24.302Z | Aug 11 11:21:23.300 Aug 11 11:21:23.300DEBGAug 11 11:21:23.300 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 } }] |
| 3266 | 2026-08-11T11:21:24.302Z | DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3267 | 2026-08-11T11:21:24.302Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3268 | 2026-08-11T11:21:24.303Z | Aug 11 11:21:23.300 INFO |
| 3269 | 2026-08-11T11:21:24.303Z | Aug 11 11:21:23.300 DEBGAug 11 11:21:23.300adding route 172.17.0.23/32 -> 10.0.0.255 failed to allocate space for the new target list |
| 3270 | 2026-08-11T11:21:24.303Z | |
| 3271 | 2026-08-11T11:21:24.303Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3272 | 2026-08-11T11:21:24.303Z | Aug 11 11:21:23.300 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:21:23.300 |
| 3273 | 2026-08-11T11:21:24.303Z | Aug 11 11:21:23.300DEBG 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 } }] |
| 3274 | 2026-08-11T11:21:24.303Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3275 | 2026-08-11T11:21:24.303Z | Aug 11 11:21:23.300Aug 11 11:21:23.300 INFOINFO Aug 11 11:21:23.292adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3276 | 2026-08-11T11:21:24.303Z | adding route 172.17.0.24/32 -> 10.0.0.255INFO |
| 3277 | 2026-08-11T11:21:24.303Z | adding route 172.17.0.23/32 -> 10.0.0.255Aug 11 11:21:23.300 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 } }] |
| 3278 | 2026-08-11T11:21:24.303Z | |
| 3279 | 2026-08-11T11:21:24.303Z | Aug 11 11:21:23.300Aug 11 11:21:23.300 INFODEBG Aug 11 11:21:23.300adding route 3fff:dead::/64 -> 2001:db8::55:4 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 |
| 3280 | 2026-08-11T11:21:24.303Z | |
| 3281 | 2026-08-11T11:21:24.303Z | 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 } }] |
| 3282 | 2026-08-11T11:21:24.303Z | Aug 11 11:21:23.300 DEBGAug 11 11:21:23.300 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3283 | 2026-08-11T11:21:24.303Z | Aug 11 11:21:23.300 INFOadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3284 | 2026-08-11T11:21:24.303Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3285 | 2026-08-11T11:21:24.303Z | Aug 11 11:21:23.300 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:21:23.300 DEBGAug 11 11:21:23.301 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 } }] |
| 3286 | 2026-08-11T11:21:24.303Z | created new freemapAug 11 11:21:23.301, unitDEBG:Aug 11 11:21:23.308Aug 11 11:21:23.300 created new freemapDEBG, unit INFOfreemap_route_ipv4 |
| 3287 | 2026-08-11T11:21:24.303Z | : created new freemapfreemap_route_ipv4adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3288 | 2026-08-11T11:21:24.303Z | , Aug 11 11:21:23.301 |
| 3289 | 2026-08-11T11:21:24.303Z | Aug 11 11:21:23.308unit :Aug 11 11:21:23.308 Aug 11 11:21:23.308freemap_route_ipv6 DEBGDEBG |
| 3290 | 2026-08-11T11:21:24.308Z | created new freemap , unitreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 3291 | 2026-08-11T11:21:24.308Z | freemap_route_ipv6DEBGDEBG |
| 3292 | 2026-08-11T11:21:24.308Z | Aug 11 11:21:23.308Aug 11 11:21:23.308 DEBG INFOinitted freemap. size: 64 created new freemap, , unit Aug 11 11:21:23.308unitadding route 172.17.0.26/32 -> 10.0.0.255created new freemap: |
| 3293 | 2026-08-11T11:21:24.308Z | , :unit DEBGfreemap_route_ipv4: |
| 3294 | 2026-08-11T11:21:24.308Z | freemap_route_ipv4 |
| 3295 | 2026-08-11T11:21:24.308Z | initted freemap. size: 64, unitAug 11 11:21:23.308Aug 11 11:21:23.308: freemap_route_ipv6 DEBG freemap_route_ipv4Aug 11 11:21:23.308 |
| 3296 | 2026-08-11T11:21:24.308Z | reset freemap |
| 3297 | 2026-08-11T11:21:24.308Z | DEBGDEBG, unitcreated new freemapAug 11 11:21:23.308, : unit :replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3298 | 2026-08-11T11:21:24.308Z | freemap_route_ipv4reset freemapfreemap_route_ipv6, unit |
| 3299 | 2026-08-11T11:21:24.308Z | : |
| 3300 | 2026-08-11T11:21:24.308Z | freemap_route_ipv4Aug 11 11:21:23.308 |
| 3301 | 2026-08-11T11:21:24.308Z | DEBGAug 11 11:21:23.308Aug 11 11:21:23.308 INFODEBG Aug 11 11:21:23.308initted freemap. size: 64 Aug 11 11:21:23.308initted freemap. size: 64 , adding route 172.17.0.27/32 -> 10.0.0.255, DEBGunit :initted freemap. size: 64unit |
| 3302 | 2026-08-11T11:21:24.309Z | , : unitfreemap_route_ipv6 : |
| 3303 | 2026-08-11T11:21:24.309Z | freemap_route_ipv4 freemap_route_ipv6Aug 11 11:21:23.308 |
| 3304 | 2026-08-11T11:21:24.309Z | |
| 3305 | 2026-08-11T11:21:24.309Z | DEBGAug 11 11:21:23.308DEBG 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 } }]reset freemapAug 11 11:21:23.308 |
| 3306 | 2026-08-11T11:21:24.309Z | , unit: DEBGfreemap_route_ipv6Aug 11 11:21:23.308 |
| 3307 | 2026-08-11T11:21:24.309Z | initted freemap. size: 64Aug 11 11:21:23.308 reset freemap DEBGINFO, Aug 11 11:21:23.308unit adding route 172.17.0.28/32 -> 10.0.0.255:, |
| 3308 | 2026-08-11T11:21:24.309Z | reset freemapunitfreemap_route_ipv4 |
| 3309 | 2026-08-11T11:21:24.309Z | : , freemap_route_ipv6unit |
| 3310 | 2026-08-11T11:21:24.309Z | Aug 11 11:21:23.308: Aug 11 11:21:23.308freemap_route_ipv4 INFOAug 11 11:21:23.308DEBG |
| 3311 | 2026-08-11T11:21:24.309Z | INFOreset freemap 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3312 | 2026-08-11T11:21:24.309Z | |
| 3313 | 2026-08-11T11:21:24.309Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:21:23.308 |
| 3314 | 2026-08-11T11:21:24.309Z | unitDEBGAug 11 11:21:23.308 initted freemap. size: 64:, DEBGunitfreemap_route_ipv4: |
| 3315 | 2026-08-11T11:21:24.309Z | Aug 11 11:21:23.308Aug 11 11:21:23.308 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 } }] |
| 3316 | 2026-08-11T11:21:24.309Z | |
| 3317 | 2026-08-11T11:21:24.309Z | INFO Aug 11 11:21:23.308DEBG adding route 172.17.0.29/32 -> 10.0.0.255Aug 11 11:21:23.308Aug 11 11:21:23.308 |
| 3318 | 2026-08-11T11:21:24.309Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 3319 | 2026-08-11T11:21:24.309Z | INFO initted freemap. size: 64 DEBG , adding route 3fff:dead::/64 -> 2001:db8::55:2unitAug 11 11:21:23.308 |
| 3320 | 2026-08-11T11:21:24.309Z | Aug 11 11:21:23.308INFO adding route 172.16.0.0/32 -> 10.0.0.1: |
| 3321 | 2026-08-11T11:21:24.309Z | DEBG reset freemapreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.308 |
| 3322 | 2026-08-11T11:21:24.309Z | , unitAug 11 11:21:23.308DEBG :Aug 11 11:21:23.308 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3323 | 2026-08-11T11:21:24.309Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv6 |
| 3324 | 2026-08-11T11:21:24.309Z | |
| 3325 | 2026-08-11T11:21:24.309Z | Aug 11 11:21:23.308 |
| 3326 | 2026-08-11T11:21:24.309Z | freemap_route_ipv6Aug 11 11:21:23.308INFO Aug 11 11:21:23.308INFO Aug 11 11:21:23.308adding route 172.16.0.0/32 -> 10.0.0.1 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3327 | 2026-08-11T11:21:24.309Z | |
| 3328 | 2026-08-11T11:21:24.309Z | |
| 3329 | 2026-08-11T11:21:24.309Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.308 |
| 3330 | 2026-08-11T11:21:24.310Z | |
| 3331 | 2026-08-11T11:21:24.310Z | DEBGAug 11 11:21:23.308Aug 11 11:21:23.308Aug 11 11:21:23.308 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG INFO reset freemap |
| 3332 | 2026-08-11T11:21:24.310Z | , DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 11 11:21:23.308 |
| 3333 | 2026-08-11T11:21:24.310Z | adding route 172.17.0.31/32 -> 10.0.0.255 Aug 11 11:21:23.308 |
| 3334 | 2026-08-11T11:21:24.310Z | DEBGINFOAug 11 11:21:23.308 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3335 | 2026-08-11T11:21:24.310Z | INFOfreemap_route_ipv6 |
| 3336 | 2026-08-11T11:21:24.310Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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:4 |
| 3337 | 2026-08-11T11:21:24.310Z | Aug 11 11:21:23.308 |
| 3338 | 2026-08-11T11:21:24.310Z | DEBGAug 11 11:21:23.308Aug 11 11:21:23.308Aug 11 11:21:23.308 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 11 11:21:23.308DEBGINFO |
| 3339 | 2026-08-11T11:21:24.310Z | adding 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 } }]INFO |
| 3340 | 2026-08-11T11:21:24.310Z | |
| 3341 | 2026-08-11T11:21:24.310Z | Aug 11 11:21:23.308 DEBGINFOAug 11 11:21:23.308 adding route 172.17.0.0/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 } }] |
| 3342 | 2026-08-11T11:21:24.310Z | DEBG |
| 3343 | 2026-08-11T11:21:24.310Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3344 | 2026-08-11T11:21:24.310Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:21:23.308Aug 11 11:21:23.308Aug 11 11:21:23.308 |
| 3345 | 2026-08-11T11:21:24.310Z | DEBG INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 11 11:21:23.308adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3346 | 2026-08-11T11:21:24.310Z | |
| 3347 | 2026-08-11T11:21:24.310Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:21:23.308DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3348 | 2026-08-11T11:21:24.310Z | |
| 3349 | 2026-08-11T11:21:24.310Z | Aug 11 11:21:23.308DEBG 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 } }] |
| 3350 | 2026-08-11T11:21:24.310Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 11 11:21:23.308Aug 11 11:21:23.308 |
| 3351 | 2026-08-11T11:21:24.310Z | 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.3, vlan_id: None } }] |
| 3352 | 2026-08-11T11:21:24.310Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:21:23.308 |
| 3353 | 2026-08-11T11:21:24.310Z | INFOAug 11 11:21:23.308 adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 3354 | 2026-08-11T11:21:24.310Z | 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 } }] |
| 3355 | 2026-08-11T11:21:24.310Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3356 | 2026-08-11T11:21:24.310Z | Aug 11 11:21:23.308Aug 11 11:21:23.308Aug 11 11:21:23.308 DEBGAug 11 11:21:23.308INFO DEBG INFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 3357 | 2026-08-11T11:21:24.310Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3358 | 2026-08-11T11:21:24.311Z | |
| 3359 | 2026-08-11T11:21:24.311Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3360 | 2026-08-11T11:21:24.311Z | Aug 11 11:21:23.308 Aug 11 11:21:23.308INFO DEBGAug 11 11:21:23.300 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 } }]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 } }] |
| 3361 | 2026-08-11T11:21:24.311Z | |
| 3362 | 2026-08-11T11:21:24.311Z | Aug 11 11:21:23.308 DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.308 |
| 3363 | 2026-08-11T11:21:24.311Z | Aug 11 11:21:23.308 |
| 3364 | 2026-08-11T11:21:24.311Z | INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3365 | 2026-08-11T11:21:24.311Z | Aug 11 11:21:23.308 |
| 3366 | 2026-08-11T11:21:24.311Z | INFO Aug 11 11:21:23.308 Aug 11 11:21:23.308adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 3367 | 2026-08-11T11:21:24.311Z | DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3368 | 2026-08-11T11:21:24.311Z | Aug 11 11:21:23.308 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3369 | 2026-08-11T11:21:24.311Z | 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 } }] |
| 3370 | 2026-08-11T11:21:24.311Z | Aug 11 11:21:23.308 INFO Aug 11 11:21:23.308 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 3371 | 2026-08-11T11:21:24.311Z | Aug 11 11:21:23.308Aug 11 11:21:23.308 adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 3372 | 2026-08-11T11:21:24.311Z | DEBG adding route 172.17.0.0/32 -> 10.0.0.255replacing 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 } }] |
| 3373 | 2026-08-11T11:21:24.311Z | |
| 3374 | 2026-08-11T11:21:24.311Z | Aug 11 11:21:23.308Aug 11 11:21:23.308 Aug 11 11:21:23.308Aug 11 11:21:23.308 INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 3375 | 2026-08-11T11:21:24.311Z | adding route 172.17.0.27/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 3376 | 2026-08-11T11:21:24.311Z | |
| 3377 | 2026-08-11T11:21:24.311Z | 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 } }] |
| 3378 | 2026-08-11T11:21:24.311Z | Aug 11 11:21:23.308 Aug 11 11:21:23.308DEBGAug 11 11:21:23.308 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.308replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3379 | 2026-08-11T11:21:24.311Z | |
| 3380 | 2026-08-11T11:21:24.311Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3381 | 2026-08-11T11:21:24.311Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3382 | 2026-08-11T11:21:24.311Z | Aug 11 11:21:23.308Aug 11 11:21:23.308 INFODEBG Aug 11 11:21:23.308 adding route 172.17.0.28/32 -> 10.0.0.255Aug 11 11:21:23.308 |
| 3383 | 2026-08-11T11:21:24.311Z | 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 } }] |
| 3384 | 2026-08-11T11:21:24.311Z | 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 } }]Aug 11 11:21:23.308 |
| 3385 | 2026-08-11T11:21:24.312Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 11 11:21:23.308 |
| 3386 | 2026-08-11T11:21:24.312Z | DEBG INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3387 | 2026-08-11T11:21:24.312Z | Aug 11 11:21:23.308Aug 11 11:21:23.308 INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBGAug 11 11:21:23.308 |
| 3388 | 2026-08-11T11:21:24.312Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 3389 | 2026-08-11T11:21:24.312Z | |
| 3390 | 2026-08-11T11:21:24.316Z | adding route 172.17.0.29/32 -> 10.0.0.255Aug 11 11:21:23.308 |
| 3391 | 2026-08-11T11:21:24.316Z | Aug 11 11:21:23.308DEBG INFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3392 | 2026-08-11T11:21:24.316Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 11 11:21:23.308 DEBG |
| 3393 | 2026-08-11T11:21:24.316Z | Aug 11 11:21:23.308 Aug 11 11:21:23.308 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3394 | 2026-08-11T11:21:24.316Z | Aug 11 11:21:23.308adding route 172.17.0.7/32 -> 10.0.0.255 DEBG Aug 11 11:21:23.309 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 |
| 3395 | 2026-08-11T11:21:24.316Z | Aug 11 11:21:23.309 |
| 3396 | 2026-08-11T11:21:24.316Z | DEBGAug 11 11:21:23.316 created new freemapcreated new freemapDEBG, , unitAug 11 11:21:23.316replacing 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 :: freemap_route_ipv4INFO |
| 3397 | 2026-08-11T11:21:24.317Z | freemap_route_ipv4 |
| 3398 | 2026-08-11T11:21:24.317Z | |
| 3399 | 2026-08-11T11:21:24.317Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 3400 | 2026-08-11T11:21:24.317Z | Aug 11 11:21:23.316Aug 11 11:21:23.316 INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255created new freemap |
| 3401 | 2026-08-11T11:21:24.317Z | , unit:Aug 11 11:21:23.316Aug 11 11:21:23.316 Aug 11 11:21:23.316freemap_route_ipv6DEBG |
| 3402 | 2026-08-11T11:21:24.317Z | DEBG created new freemapDEBG, replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit: |
| 3403 | 2026-08-11T11:21:24.317Z | freemap_route_ipv6replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3404 | 2026-08-11T11:21:24.317Z | Aug 11 11:21:23.316 |
| 3405 | 2026-08-11T11:21:24.317Z | Aug 11 11:21:23.316 DEBGINFO Aug 11 11:21:23.316initted freemap. size: 64 , adding route 172.17.0.9/32 -> 10.0.0.255unitDEBG |
| 3406 | 2026-08-11T11:21:24.317Z | : Aug 11 11:21:23.316initted freemap. size: 64 , freemap_route_ipv4INFOunit |
| 3407 | 2026-08-11T11:21:24.317Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff: |
| 3408 | 2026-08-11T11:21:24.317Z | Aug 11 11:21:23.316freemap_route_ipv4Aug 11 11:21:23.316 DEBGDEBG |
| 3409 | 2026-08-11T11:21:24.317Z | reset freemap replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 3410 | 2026-08-11T11:21:24.317Z | unitAug 11 11:21:23.316:Aug 11 11:21:23.316 freemap_route_ipv4DEBG |
| 3411 | 2026-08-11T11:21:24.317Z | 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 Aug 11 11:21:23.316 |
| 3412 | 2026-08-11T11:21:24.317Z | reset freemapINFO, Aug 11 11:21:23.316unitadding route 172.17.0.10/32 -> 10.0.0.255 |
| 3413 | 2026-08-11T11:21:24.317Z | :DEBG freemap_route_ipv4initted freemap. size: 64 |
| 3414 | 2026-08-11T11:21:24.317Z | Aug 11 11:21:23.316, Aug 11 11:21:23.316INFO Aug 11 11:21:23.316unit adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 3415 | 2026-08-11T11:21:24.317Z | :DEBGinitted freemap. size: 64 , freemap_route_ipv6unit |
| 3416 | 2026-08-11T11:21:24.317Z | 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 } }]: |
| 3417 | 2026-08-11T11:21:24.317Z | freemap_route_ipv6Aug 11 11:21:23.316 |
| 3418 | 2026-08-11T11:21:24.317Z | Aug 11 11:21:23.316 DEBG 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 } }] |
| 3419 | 2026-08-11T11:21:24.317Z | Aug 11 11:21:23.316reset freemap INFO, Aug 11 11:21:23.316 unitadding route 172.17.0.11/32 -> 10.0.0.255:DEBGAug 11 11:21:23.316 reset freemap |
| 3420 | 2026-08-11T11:21:24.317Z | freemap_route_ipv6, unit |
| 3421 | 2026-08-11T11:21:24.317Z | :INFO Aug 11 11:21:23.316adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 3422 | 2026-08-11T11:21:24.317Z | Aug 11 11:21:23.316DEBG INFO |
| 3423 | 2026-08-11T11:21:24.317Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 3424 | 2026-08-11T11:21:24.317Z | |
| 3425 | 2026-08-11T11:21:24.318Z | Aug 11 11:21:23.316Aug 11 11:21:23.316 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 3426 | 2026-08-11T11:21:24.318Z | |
| 3427 | 2026-08-11T11:21:24.318Z | Aug 11 11:21:23.316Aug 11 11:21:23.316 INFODEBG adding route 172.17.0.12/32 -> 10.0.0.255Aug 11 11:21:23.316replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 11 11:21:23.316DEBG |
| 3428 | 2026-08-11T11:21:24.318Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3429 | 2026-08-11T11:21:24.318Z | |
| 3430 | 2026-08-11T11:21:24.318Z | INFO Aug 11 11:21:23.316adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 3431 | 2026-08-11T11:21:24.318Z | INFOAug 11 11:21:23.316Aug 11 11:21:23.316 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }] |
| 3432 | 2026-08-11T11:21:24.318Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3433 | 2026-08-11T11:21:24.318Z | |
| 3434 | 2026-08-11T11:21:24.318Z | Aug 11 11:21:23.316 DEBG Aug 11 11:21:23.316Aug 11 11:21:23.316 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 } }] |
| 3435 | 2026-08-11T11:21:24.318Z | 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 } }] |
| 3436 | 2026-08-11T11:21:24.318Z | Aug 11 11:21:23.316 Aug 11 11:21:23.316INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 3437 | 2026-08-11T11:21:24.318Z | DEBGadding route 172.17.0.13/32 -> 10.0.0.255INFO |
| 3438 | 2026-08-11T11:21:24.318Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:21:23.316 |
| 3439 | 2026-08-11T11:21:24.318Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:21:23.316 |
| 3440 | 2026-08-11T11:21:24.318Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 11 11:21:23.316Aug 11 11:21:23.316 DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }] |
| 3441 | 2026-08-11T11:21:24.318Z | DEBG |
| 3442 | 2026-08-11T11:21:24.318Z | |
| 3443 | 2026-08-11T11:21:24.318Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.316 |
| 3444 | 2026-08-11T11:21:24.318Z | Aug 11 11:21:23.316 DEBGAug 11 11:21:23.316INFO Aug 11 11:21:23.316DEBGAug 11 11:21:23.316 adding route 172.17.0.35/32 -> 10.0.0.255 DEBG |
| 3445 | 2026-08-11T11:21:24.318Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 3446 | 2026-08-11T11:21:24.318Z | |
| 3447 | 2026-08-11T11:21:24.318Z | Aug 11 11:21:23.316adding route 172.17.0.14/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 } }] DEBG |
| 3448 | 2026-08-11T11:21:24.318Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.316 |
| 3449 | 2026-08-11T11:21:24.318Z | |
| 3450 | 2026-08-11T11:21:24.318Z | INFO adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3451 | 2026-08-11T11:21:24.318Z | Aug 11 11:21:23.316Aug 11 11:21:23.316 Aug 11 11:21:23.316DEBG Aug 11 11:21:23.316INFO Aug 11 11:21:23.316adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3452 | 2026-08-11T11:21:24.318Z | 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 } }]INFOINFO |
| 3453 | 2026-08-11T11:21:24.319Z | adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 11 11:21:23.316 |
| 3454 | 2026-08-11T11:21:24.319Z | INFO |
| 3455 | 2026-08-11T11:21:24.319Z | DEBGAug 11 11:21:23.316 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 } }] |
| 3456 | 2026-08-11T11:21:24.319Z | 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.15/32 -> 10.0.0.255Aug 11 11:21:23.316 |
| 3457 | 2026-08-11T11:21:24.319Z | |
| 3458 | 2026-08-11T11:21:24.319Z | Aug 11 11:21:23.317DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3459 | 2026-08-11T11:21:24.319Z | Aug 11 11:21:23.317DEBG Aug 11 11:21:23.317 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 } }]Aug 11 11:21:23.317INFO DEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3460 | 2026-08-11T11:21:24.319Z | Aug 11 11:21:23.317 |
| 3461 | 2026-08-11T11:21:24.319Z | |
| 3462 | 2026-08-11T11:21:24.319Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 } }] |
| 3463 | 2026-08-11T11:21:24.319Z | Aug 11 11:21:23.317 |
| 3464 | 2026-08-11T11:21:24.319Z | DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.317 |
| 3465 | 2026-08-11T11:21:24.319Z | INFOAug 11 11:21:23.317 adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3466 | 2026-08-11T11:21:24.319Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3467 | 2026-08-11T11:21:24.319Z | Aug 11 11:21:23.317 DEBGAug 11 11:21:23.317 Aug 11 11:21:23.317replacing 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 } }] |
| 3468 | 2026-08-11T11:21:24.319Z | INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3469 | 2026-08-11T11:21:24.319Z | 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 } }] |
| 3470 | 2026-08-11T11:21:24.319Z | Aug 11 11:21:23.317 INFO adding route 172.17.0.17/32 -> 10.0.0.255Aug 11 11:21:23.317 |
| 3471 | 2026-08-11T11:21:24.319Z | Aug 11 11:21:23.317 DEBGINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3472 | 2026-08-11T11:21:24.319Z | Aug 11 11:21:23.317Aug 11 11:21:23.317 |
| 3473 | 2026-08-11T11:21:24.319Z | INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255Aug 11 11:21:23.317replacing 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 } }] |
| 3474 | 2026-08-11T11:21:24.319Z | Aug 11 11:21:23.317INFO |
| 3475 | 2026-08-11T11:21:24.319Z | DEBG adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3476 | 2026-08-11T11:21:24.319Z | Aug 11 11:21:23.317replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.317DEBG |
| 3477 | 2026-08-11T11:21:24.319Z | 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 |
| 3478 | 2026-08-11T11:21:24.319Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 11 11:21:23.317 |
| 3479 | 2026-08-11T11:21:24.319Z | 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 } }] |
| 3480 | 2026-08-11T11:21:24.320Z | Aug 11 11:21:23.317Aug 11 11:21:23.317Aug 11 11:21:23.317 Aug 11 11:21:23.317 INFOINFOINFO adding route 172.17.0.40/32 -> 10.0.0.255 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 3481 | 2026-08-11T11:21:24.320Z | |
| 3482 | 2026-08-11T11:21:24.320Z | |
| 3483 | 2026-08-11T11:21:24.320Z | 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 } }] |
| 3484 | 2026-08-11T11:21:24.320Z | Aug 11 11:21:23.317 Aug 11 11:21:23.317DEBG Aug 11 11:21:23.317DEBG 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 Aug 11 11:21:23.317 |
| 3485 | 2026-08-11T11:21:24.320Z | DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3486 | 2026-08-11T11:21:24.320Z | |
| 3487 | 2026-08-11T11:21:24.320Z | Aug 11 11:21:23.317replacing 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 } }] |
| 3488 | 2026-08-11T11:21:24.320Z | INFO Aug 11 11:21:23.317adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3489 | 2026-08-11T11:21:24.320Z | DEBGAug 11 11:21:23.317 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 } }] |
| 3490 | 2026-08-11T11:21:24.324Z | INFOAug 11 11:21:23.317 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 11 11:21:23.317 |
| 3491 | 2026-08-11T11:21:24.325Z | DEBGAug 11 11:21:23.317INFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3492 | 2026-08-11T11:21:24.325Z | |
| 3493 | 2026-08-11T11:21:24.325Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 11 11:21:23.317 |
| 3494 | 2026-08-11T11:21:24.325Z | DEBGAug 11 11:21:23.317 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.317INFO |
| 3495 | 2026-08-11T11:21:24.325Z | DEBGadding route 172.17.0.33/32 -> 10.0.0.255 Aug 11 11:21:23.317replacing 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 } }] |
| 3496 | 2026-08-11T11:21:24.325Z | |
| 3497 | 2026-08-11T11:21:24.325Z | DEBGAug 11 11:21:23.317 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 |
| 3498 | 2026-08-11T11:21:24.325Z | Aug 11 11:21:23.317adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 11 11:21:23.317 |
| 3499 | 2026-08-11T11:21:24.325Z | INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255 Aug 11 11:21:23.317Aug 11 11:21:23.317 INFODEBG 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 } }] |
| 3500 | 2026-08-11T11:21:24.325Z | adding route 172.17.0.42/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 } }] |
| 3501 | 2026-08-11T11:21:24.325Z | Aug 11 11:21:23.317 DEBG created new freemap, unit: Aug 11 11:21:23.324freemap_route_ipv4 |
| 3502 | 2026-08-11T11:21:24.325Z | 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 } }] |
| 3503 | 2026-08-11T11:21:24.325Z | Aug 11 11:21:23.324 Aug 11 11:21:23.324 INFOAug 11 11:21:23.324 adding route 172.17.0.34/32 -> 10.0.0.255Aug 11 11:21:23.309INFO |
| 3504 | 2026-08-11T11:21:24.325Z | DEBG adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3505 | 2026-08-11T11:21:24.325Z | DEBGcreated new freemap , created new freemapAug 11 11:21:23.324Aug 11 11:21:23.324 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitreplacing 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 } }], : |
| 3506 | 2026-08-11T11:21:24.325Z | unit |
| 3507 | 2026-08-11T11:21:24.325Z | |
| 3508 | 2026-08-11T11:21:24.325Z | : freemap_route_ipv6Aug 11 11:21:23.324 |
| 3509 | 2026-08-11T11:21:24.325Z | freemap_route_ipv4INFOAug 11 11:21:23.324 |
| 3510 | 2026-08-11T11:21:24.325Z | Aug 11 11:21:23.324adding route 172.17.0.35/32 -> 10.0.0.255 Aug 11 11:21:23.324DEBG |
| 3511 | 2026-08-11T11:21:24.325Z | DEBG INFO initted freemap. size: 64replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], adding route 172.17.0.23/32 -> 10.0.0.255Aug 11 11:21:23.324unit |
| 3512 | 2026-08-11T11:21:24.325Z | DEBG: |
| 3513 | 2026-08-11T11:21:24.325Z | 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 } }] |
| 3514 | 2026-08-11T11:21:24.325Z | freemap_route_ipv4Aug 11 11:21:23.324Aug 11 11:21:23.324 DEBGAug 11 11:21:23.324DEBG Aug 11 11:21:23.324replacing 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 } }] |
| 3515 | 2026-08-11T11:21:24.325Z | |
| 3516 | 2026-08-11T11:21:24.325Z | INFO created new freemapadding route 172.17.0.36/32 -> 10.0.0.255, |
| 3517 | 2026-08-11T11:21:24.325Z | unitINFOAug 11 11:21:23.324 adding route 172.17.0.43/32 -> 10.0.0.255: |
| 3518 | 2026-08-11T11:21:24.326Z | Aug 11 11:21:23.324freemap_route_ipv6 DEBG |
| 3519 | 2026-08-11T11:21:24.326Z | reset freemapDEBG, unitAug 11 11:21:23.324: replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.324freemap_route_ipv4 |
| 3520 | 2026-08-11T11:21:24.326Z | |
| 3521 | 2026-08-11T11:21:24.326Z | Aug 11 11:21:23.324DEBG initted freemap. size: 64INFOAug 11 11:21:23.325 , Aug 11 11:21:23.325DEBG unitINFO: adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 freemap_route_ipv4replacing 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 } }] |
| 3522 | 2026-08-11T11:21:24.326Z | |
| 3523 | 2026-08-11T11:21:24.326Z | |
| 3524 | 2026-08-11T11:21:24.326Z | |
| 3525 | 2026-08-11T11:21:24.326Z | DEBG initted freemap. size: 64Aug 11 11:21:23.325, Aug 11 11:21:23.325unit Aug 11 11:21:23.325INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255DEBG 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 } }]: |
| 3526 | 2026-08-11T11:21:24.326Z | freemap_route_ipv6reset freemap |
| 3527 | 2026-08-11T11:21:24.326Z | |
| 3528 | 2026-08-11T11:21:24.326Z | Aug 11 11:21:23.325, DEBG unitreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.325 |
| 3529 | 2026-08-11T11:21:24.326Z | : DEBGAug 11 11:21:23.325freemap_route_ipv4 |
| 3530 | 2026-08-11T11:21:24.326Z | Aug 11 11:21:23.325INFOAug 11 11:21:23.325 adding route 172.17.0.38/32 -> 10.0.0.255DEBGINFOreset freemapAug 11 11:21:23.325 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 } }] DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3531 | 2026-08-11T11:21:24.326Z | |
| 3532 | 2026-08-11T11:21:24.326Z | |
| 3533 | 2026-08-11T11:21:24.326Z | initted freemap. size: 64, Aug 11 11:21:23.325unit Aug 11 11:21:23.325, DEBG Aug 11 11:21:23.325INFO : 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 } }] |
| 3534 | 2026-08-11T11:21:24.326Z | DEBGfreemap_route_ipv6adding route 172.17.0.45/32 -> 10.0.0.255unit |
| 3535 | 2026-08-11T11:21:24.326Z | |
| 3536 | 2026-08-11T11:21:24.326Z | : freemap_route_ipv6Aug 11 11:21:23.325replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.325 |
| 3537 | 2026-08-11T11:21:24.326Z | |
| 3538 | 2026-08-11T11:21:24.326Z | INFOAug 11 11:21:23.325 Aug 11 11:21:23.325DEBG INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1replacing 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.26/32 -> 10.0.0.255 |
| 3539 | 2026-08-11T11:21:24.326Z | |
| 3540 | 2026-08-11T11:21:24.326Z | |
| 3541 | 2026-08-11T11:21:24.326Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3542 | 2026-08-11T11:21:24.326Z | Aug 11 11:21:23.325Aug 11 11:21:23.325Aug 11 11:21:23.325 Aug 11 11:21:23.325 DEBG Aug 11 11:21:23.325replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFODEBG |
| 3543 | 2026-08-11T11:21:24.326Z | DEBG adding route 172.17.0.46/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 } }]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 } }] |
| 3544 | 2026-08-11T11:21:24.326Z | |
| 3545 | 2026-08-11T11:21:24.326Z | |
| 3546 | 2026-08-11T11:21:24.327Z | Aug 11 11:21:23.325reset freemap INFO, Aug 11 11:21:23.325adding route 172.16.0.0/32 -> 10.0.0.2 Aug 11 11:21:23.325INFOunit :adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3547 | 2026-08-11T11:21:24.327Z | INFO freemap_route_ipv6adding route 172.17.0.40/32 -> 10.0.0.255Aug 11 11:21:23.325 |
| 3548 | 2026-08-11T11:21:24.327Z | |
| 3549 | 2026-08-11T11:21:24.327Z | Aug 11 11:21:23.325 DEBG |
| 3550 | 2026-08-11T11:21:24.327Z | DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.325 |
| 3551 | 2026-08-11T11:21:24.327Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3552 | 2026-08-11T11:21:24.327Z | DEBG Aug 11 11:21:23.325replacing 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 } }] |
| 3553 | 2026-08-11T11:21:24.327Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.325Aug 11 11:21:23.325 |
| 3554 | 2026-08-11T11:21:24.327Z | DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:21:23.325 |
| 3555 | 2026-08-11T11:21:24.327Z | INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3556 | 2026-08-11T11:21:24.327Z | |
| 3557 | 2026-08-11T11:21:24.327Z | Aug 11 11:21:23.325adding route 172.17.0.47/32 -> 10.0.0.255 INFOAug 11 11:21:23.325 Aug 11 11:21:23.325 |
| 3558 | 2026-08-11T11:21:24.327Z | DEBGINFOAug 11 11:21:23.325 adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 3559 | 2026-08-11T11:21:24.327Z | 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 } }] |
| 3560 | 2026-08-11T11:21:24.327Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3561 | 2026-08-11T11:21:24.327Z | |
| 3562 | 2026-08-11T11:21:24.327Z | Aug 11 11:21:23.325Aug 11 11:21:23.325 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.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.325 |
| 3563 | 2026-08-11T11:21:24.327Z | |
| 3564 | 2026-08-11T11:21:24.327Z | Aug 11 11:21:23.325INFO INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3565 | 2026-08-11T11:21:24.327Z | |
| 3566 | 2026-08-11T11:21:24.327Z | Aug 11 11:21:23.325Aug 11 11:21:23.325 Aug 11 11:21:23.325INFO Aug 11 11:21:23.325INFOadding route 172.17.0.48/32 -> 10.0.0.255 Aug 11 11:21:23.325DEBG adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3567 | 2026-08-11T11:21:24.327Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] DEBG |
| 3568 | 2026-08-11T11:21:24.327Z | 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 } }] |
| 3569 | 2026-08-11T11:21:24.327Z | |
| 3570 | 2026-08-11T11:21:24.327Z | Aug 11 11:21:23.333Aug 11 11:21:23.333 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3571 | 2026-08-11T11:21:24.327Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3572 | 2026-08-11T11:21:24.327Z | |
| 3573 | 2026-08-11T11:21:24.327Z | Aug 11 11:21:23.333 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:21:23.333 |
| 3574 | 2026-08-11T11:21:24.328Z | DEBGAug 11 11:21:23.333 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3575 | 2026-08-11T11:21:24.328Z | |
| 3576 | 2026-08-11T11:21:24.328Z | Aug 11 11:21:23.333Aug 11 11:21:23.333 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 } }] |
| 3577 | 2026-08-11T11:21:24.328Z | INFODEBG Aug 11 11:21:23.333adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3578 | 2026-08-11T11:21:24.328Z | replacing targets for 172.16.0.0/32 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 } }] |
| 3579 | 2026-08-11T11:21:24.328Z | Aug 11 11:21:23.333Aug 11 11:21:23.333 INFOINFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.17.0.31/32 -> 10.0.0.255 Aug 11 11:21:23.333 |
| 3580 | 2026-08-11T11:21:24.328Z | |
| 3581 | 2026-08-11T11:21:24.328Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3582 | 2026-08-11T11:21:24.328Z | 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 } }] |
| 3583 | 2026-08-11T11:21:24.328Z | Aug 11 11:21:23.333Aug 11 11:21:23.333 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3584 | 2026-08-11T11:21:24.328Z | |
| 3585 | 2026-08-11T11:21:24.328Z | Aug 11 11:21:23.333Aug 11 11:21:23.333Aug 11 11:21:23.333 INFOINFOAug 11 11:21:23.333 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255 adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3586 | 2026-08-11T11:21:24.328Z | |
| 3587 | 2026-08-11T11:21:24.328Z | |
| 3588 | 2026-08-11T11:21:24.328Z | Aug 11 11:21:23.333 DEBG |
| 3589 | 2026-08-11T11:21:24.328Z | Aug 11 11:21:23.333 INFOAug 11 11:21:23.333 adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 3590 | 2026-08-11T11:21:24.333Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.333 |
| 3591 | 2026-08-11T11:21:24.333Z | DEBGAug 11 11:21:23.333 Aug 11 11:21:23.333 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3592 | 2026-08-11T11:21:24.333Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBG |
| 3593 | 2026-08-11T11:21:24.333Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.333replacing 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 } }] |
| 3594 | 2026-08-11T11:21:24.333Z | Aug 11 11:21:23.333INFO DEBG |
| 3595 | 2026-08-11T11:21:24.333Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3596 | 2026-08-11T11:21:24.333Z | |
| 3597 | 2026-08-11T11:21:24.333Z | Aug 11 11:21:23.333 Aug 11 11:21:23.333INFOAug 11 11:21:23.333 adding route 172.17.0.44/32 -> 10.0.0.255Aug 11 11:21:23.333 INFO INFODEBG |
| 3598 | 2026-08-11T11:21:24.333Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3599 | 2026-08-11T11:21:24.333Z | 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 } }] |
| 3600 | 2026-08-11T11:21:24.333Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 11 11:21:23.333 |
| 3601 | 2026-08-11T11:21:24.333Z | DEBGAug 11 11:21:23.333 Aug 11 11:21:23.333Aug 11 11:21:23.333replacing 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 } }] |
| 3602 | 2026-08-11T11:21:24.333Z | DEBGINFODEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3603 | 2026-08-11T11:21:24.333Z | |
| 3604 | 2026-08-11T11:21:24.333Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:21:23.333 |
| 3605 | 2026-08-11T11:21:24.333Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 11 11:21:23.333 |
| 3606 | 2026-08-11T11:21:24.333Z | Aug 11 11:21:23.333 INFOAug 11 11:21:23.333INFO Aug 11 11:21:23.333adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3607 | 2026-08-11T11:21:24.334Z | adding route 172.17.0.51/32 -> 10.0.0.255 Aug 11 11:21:23.333DEBG |
| 3608 | 2026-08-11T11:21:24.334Z | 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 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 } }] |
| 3609 | 2026-08-11T11:21:24.334Z | DEBGAug 11 11:21:23.333 |
| 3610 | 2026-08-11T11:21:24.334Z | Aug 11 11:21:23.333 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 } }]DEBG |
| 3611 | 2026-08-11T11:21:24.334Z | Aug 11 11:21:23.333replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.333 |
| 3612 | 2026-08-11T11:21:24.334Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFOAug 11 11:21:23.333 INFOadding route 172.17.0.33/32 -> 10.0.0.255Aug 11 11:21:23.333 |
| 3613 | 2026-08-11T11:21:24.334Z | |
| 3614 | 2026-08-11T11:21:24.334Z | INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3615 | 2026-08-11T11:21:24.334Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3616 | 2026-08-11T11:21:24.334Z | Aug 11 11:21:23.333Aug 11 11:21:23.333 INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 3617 | 2026-08-11T11:21:24.334Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.333 |
| 3618 | 2026-08-11T11:21:24.334Z | Aug 11 11:21:23.333adding route 172.17.0.7/32 -> 10.0.0.255 DEBGDEBG |
| 3619 | 2026-08-11T11:21:24.334Z | Aug 11 11:21:23.333 Aug 11 11:21:23.333 INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 3620 | 2026-08-11T11:21:24.334Z | |
| 3621 | 2026-08-11T11:21:24.334Z | adding route 172.17.0.34/32 -> 10.0.0.255DEBG |
| 3622 | 2026-08-11T11:21:24.334Z | Aug 11 11:21:23.333Aug 11 11:21:23.333 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 |
| 3623 | 2026-08-11T11:21:24.334Z | 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 } }]INFOAug 11 11:21:23.333 |
| 3624 | 2026-08-11T11:21:24.334Z | Aug 11 11:21:23.333DEBGadding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:21:23.333 |
| 3625 | 2026-08-11T11:21:24.334Z | 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 } }]INFO Aug 11 11:21:23.333 adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3626 | 2026-08-11T11:21:24.334Z | |
| 3627 | 2026-08-11T11:21:24.334Z | DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3628 | 2026-08-11T11:21:24.334Z | 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 } }] |
| 3629 | 2026-08-11T11:21:24.334Z | Aug 11 11:21:23.333 INFOAug 11 11:21:23.333 Aug 11 11:21:23.333 Aug 11 11:21:23.333INFO Aug 11 11:21:23.333DEBGadding route 172.17.0.8/32 -> 10.0.0.255 INFO DEBG |
| 3630 | 2026-08-11T11:21:24.334Z | 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.35/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3631 | 2026-08-11T11:21:24.334Z | |
| 3632 | 2026-08-11T11:21:24.334Z | |
| 3633 | 2026-08-11T11:21:24.334Z | 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 } }] |
| 3634 | 2026-08-11T11:21:24.334Z | Aug 11 11:21:23.333 DEBGAug 11 11:21:23.333Aug 11 11:21:23.333 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3635 | 2026-08-11T11:21:24.335Z | Aug 11 11:21:23.333replacing 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 |
| 3636 | 2026-08-11T11:21:24.335Z | Aug 11 11:21:23.333 Aug 11 11:21:23.333 DEBGINFOAug 11 11:21:23.333adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3637 | 2026-08-11T11:21:24.335Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFOINFO |
| 3638 | 2026-08-11T11:21:24.335Z | Aug 11 11:21:23.333adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3639 | 2026-08-11T11:21:24.335Z | adding route 172.17.0.36/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 3640 | 2026-08-11T11:21:24.335Z | 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 } }] |
| 3641 | 2026-08-11T11:21:24.335Z | Aug 11 11:21:23.333 DEBG |
| 3642 | 2026-08-11T11:21:24.335Z | Aug 11 11:21:23.333Aug 11 11:21:23.333replacing 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 } }] DEBGAug 11 11:21:23.333DEBG |
| 3643 | 2026-08-11T11:21:24.335Z | 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 } }]Aug 11 11:21:23.333 |
| 3644 | 2026-08-11T11:21:24.335Z | INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3645 | 2026-08-11T11:21:24.335Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:21:23.333 INFOAug 11 11:21:23.333 Aug 11 11:21:23.333INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3646 | 2026-08-11T11:21:24.335Z | |
| 3647 | 2026-08-11T11:21:24.335Z | INFO |
| 3648 | 2026-08-11T11:21:24.335Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:21:23.333 |
| 3649 | 2026-08-11T11:21:24.335Z | |
| 3650 | 2026-08-11T11:21:24.335Z | DEBGAug 11 11:21:23.333Aug 11 11:21:23.333 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.333DEBG DEBGDEBG Aug 11 11:21:23.333replacing 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.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 } }] |
| 3651 | 2026-08-11T11:21:24.335Z | |
| 3652 | 2026-08-11T11:21:24.335Z | |
| 3653 | 2026-08-11T11:21:24.335Z | 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 } }] |
| 3654 | 2026-08-11T11:21:24.335Z | Aug 11 11:21:23.333 Aug 11 11:21:23.333replacing 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 |
| 3655 | 2026-08-11T11:21:24.335Z | Aug 11 11:21:23.333Aug 11 11:21:23.333 adding route 172.17.0.38/32 -> 10.0.0.255INFO |
| 3656 | 2026-08-11T11:21:24.335Z | INFO INFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3657 | 2026-08-11T11:21:24.335Z | Aug 11 11:21:23.333adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3658 | 2026-08-11T11:21:24.335Z | DEBG Aug 11 11:21:23.333replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.333 |
| 3659 | 2026-08-11T11:21:24.335Z | Aug 11 11:21:23.333 |
| 3660 | 2026-08-11T11:21:24.335Z | DEBG INFO DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.333 |
| 3661 | 2026-08-11T11:21:24.335Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3662 | 2026-08-11T11:21:24.335Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.333DEBG |
| 3663 | 2026-08-11T11:21:24.336Z | Aug 11 11:21:23.333INFO adding route 172.17.0.39/32 -> 10.0.0.255INFO |
| 3664 | 2026-08-11T11:21:24.336Z | Aug 11 11:21:23.333adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3665 | 2026-08-11T11:21:24.336Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:21:23.333replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.333Aug 11 11:21:23.333 |
| 3666 | 2026-08-11T11:21:24.336Z | |
| 3667 | 2026-08-11T11:21:24.336Z | DEBG DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3668 | 2026-08-11T11:21:24.336Z | Aug 11 11:21:23.333replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.334 |
| 3669 | 2026-08-11T11:21:24.336Z | Aug 11 11:21:23.334DEBG 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 |
| 3670 | 2026-08-11T11:21:24.336Z | test route::tests::delete_target_fragmented ... ok |
| 3671 | 2026-08-11T11:21:24.336Z | DEBGadding route 172.17.0.59/32 -> 10.0.0.255 Aug 11 11:21:23.334 |
| 3672 | 2026-08-11T11:21:24.336Z | 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 |
| 3673 | 2026-08-11T11:21:24.336Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3674 | 2026-08-11T11:21:24.336Z | Aug 11 11:21:23.334 |
| 3675 | 2026-08-11T11:21:24.336Z | Aug 11 11:21:23.334 INFO Aug 11 11:21:23.334 Aug 11 11:21:23.334 adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 3676 | 2026-08-11T11:21:24.336Z | 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 } }] |
| 3677 | 2026-08-11T11:21:24.336Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 3678 | 2026-08-11T11:21:24.336Z | Aug 11 11:21:23.334 Aug 11 11:21:23.334DEBG 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 } }] |
| 3679 | 2026-08-11T11:21:24.336Z | test route::tests::identity_replace_is_noop ... ok |
| 3680 | 2026-08-11T11:21:24.336Z | DEBGAug 11 11:21:23.334 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.334INFO |
| 3681 | 2026-08-11T11:21:24.336Z | test route::tests::add_target_fails_full ... ok |
| 3682 | 2026-08-11T11:21:24.336Z | 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.60/32 -> 10.0.0.255Aug 11 11:21:23.334 |
| 3683 | 2026-08-11T11:21:24.336Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3684 | 2026-08-11T11:21:24.336Z | Aug 11 11:21:23.341 |
| 3685 | 2026-08-11T11:21:24.336Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3686 | 2026-08-11T11:21:24.336Z | Aug 11 11:21:23.341Aug 11 11:21:23.341 INFODEBG adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.341 |
| 3687 | 2026-08-11T11:21:24.336Z | |
| 3688 | 2026-08-11T11:21:24.336Z | DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.341 |
| 3689 | 2026-08-11T11:21:24.336Z | DEBGAug 11 11:21:23.341 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 } }]INFO |
| 3690 | 2026-08-11T11:21:24.341Z | Aug 11 11:21:23.341adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3691 | 2026-08-11T11:21:24.341Z | INFOAug 11 11:21:23.341 adding route 172.17.0.42/32 -> 10.0.0.255INFO |
| 3692 | 2026-08-11T11:21:24.341Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3693 | 2026-08-11T11:21:24.341Z | Aug 11 11:21:23.341 DEBGAug 11 11:21:23.341 Aug 11 11:21:23.341replacing 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 |
| 3694 | 2026-08-11T11:21:24.341Z | DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3695 | 2026-08-11T11:21:24.341Z | Aug 11 11:21:23.341 |
| 3696 | 2026-08-11T11:21:24.342Z | INFOAug 11 11:21:23.341 adding route 172.17.0.54/32 -> 10.0.0.255INFO |
| 3697 | 2026-08-11T11:21:24.342Z | Aug 11 11:21:23.341adding route 172.17.0.43/32 -> 10.0.0.255 INFO |
| 3698 | 2026-08-11T11:21:24.342Z | adding route 172.17.0.14/32 -> 10.0.0.255Aug 11 11:21:23.341 |
| 3699 | 2026-08-11T11:21:24.342Z | DEBGAug 11 11:21:23.341 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 } }] |
| 3700 | 2026-08-11T11:21:24.342Z | Aug 11 11:21:23.341replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.341 Aug 11 11:21:23.341 DEBGDEBG 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 } }]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 } }] |
| 3701 | 2026-08-11T11:21:24.342Z | |
| 3702 | 2026-08-11T11:21:24.342Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3703 | 2026-08-11T11:21:24.342Z | |
| 3704 | 2026-08-11T11:21:24.342Z | 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 } }] |
| 3705 | 2026-08-11T11:21:24.342Z | Aug 11 11:21:23.341 INFOAug 11 11:21:23.341Aug 11 11:21:23.341 adding route 172.17.0.55/32 -> 10.0.0.255 Aug 11 11:21:23.341 |
| 3706 | 2026-08-11T11:21:24.342Z | DEBG INFO failed to allocate space for the new target listDEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 11 11:21:23.341 |
| 3707 | 2026-08-11T11:21:24.342Z | Aug 11 11:21:23.341replacing 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 } }] |
| 3708 | 2026-08-11T11:21:24.342Z | |
| 3709 | 2026-08-11T11:21:24.342Z | INFO DEBGAug 11 11:21:23.341adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:21:23.341Aug 11 11:21:23.341 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 } }] |
| 3710 | 2026-08-11T11:21:24.342Z | DEBG 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 } }] |
| 3711 | 2026-08-11T11:21:24.342Z | DEBG |
| 3712 | 2026-08-11T11:21:24.342Z | Aug 11 11:21:23.341 adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3713 | 2026-08-11T11:21:24.342Z | 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 } }] |
| 3714 | 2026-08-11T11:21:24.342Z | Aug 11 11:21:23.341adding route 172.17.0.56/32 -> 10.0.0.255 Aug 11 11:21:23.341 |
| 3715 | 2026-08-11T11:21:24.342Z | DEBG INFOAug 11 11:21:23.341 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 3716 | 2026-08-11T11:21:24.342Z | Aug 11 11:21:23.341replacing 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 } }] |
| 3717 | 2026-08-11T11:21:24.342Z | |
| 3718 | 2026-08-11T11:21:24.342Z | DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.341Aug 11 11:21:23.341 |
| 3719 | 2026-08-11T11:21:24.342Z | INFO DEBG Aug 11 11:21:23.341adding route 172.17.0.46/32 -> 10.0.0.255Aug 11 11:21:23.341 |
| 3720 | 2026-08-11T11:21:24.342Z | 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 } }] |
| 3721 | 2026-08-11T11:21:24.342Z | INFOAug 11 11:21:23.341adding route 172.17.0.57/32 -> 10.0.0.255 DEBG |
| 3722 | 2026-08-11T11:21:24.342Z | Aug 11 11:21:23.341replacing 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 } }] |
| 3723 | 2026-08-11T11:21:24.342Z | DEBGadding route 172.17.0.16/32 -> 10.0.0.255Aug 11 11:21:23.341 failed to allocate space for the new target list |
| 3724 | 2026-08-11T11:21:24.343Z | |
| 3725 | 2026-08-11T11:21:24.343Z | Aug 11 11:21:23.341 INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255Aug 11 11:21:23.341replacing 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 } }] |
| 3726 | 2026-08-11T11:21:24.343Z | Aug 11 11:21:23.341 |
| 3727 | 2026-08-11T11:21:24.343Z | 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 } }] Aug 11 11:21:23.341replacing targets for 3fff:dead::/64 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 } }] |
| 3728 | 2026-08-11T11:21:24.343Z | DEBG |
| 3729 | 2026-08-11T11:21:24.343Z | Aug 11 11:21:23.341 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 |
| 3730 | 2026-08-11T11:21:24.343Z | Aug 11 11:21:23.341adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3731 | 2026-08-11T11:21:24.343Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3732 | 2026-08-11T11:21:24.343Z | Aug 11 11:21:23.341 INFOAug 11 11:21:23.341 adding route 172.17.0.48/32 -> 10.0.0.255Aug 11 11:21:23.341 |
| 3733 | 2026-08-11T11:21:24.343Z | DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3734 | 2026-08-11T11:21:24.343Z | Aug 11 11:21:23.341 |
| 3735 | 2026-08-11T11:21:24.343Z | 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 } }] |
| 3736 | 2026-08-11T11:21:24.343Z | Aug 11 11:21:23.341 Aug 11 11:21:23.341INFO Aug 11 11:21:23.341INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3737 | 2026-08-11T11:21:24.343Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3738 | 2026-08-11T11:21:24.343Z | |
| 3739 | 2026-08-11T11:21:24.343Z | Aug 11 11:21:23.341 DEBG Aug 11 11:21:23.341replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.341DEBG |
| 3740 | 2026-08-11T11:21:24.343Z | 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 |
| 3741 | 2026-08-11T11:21:24.343Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.341 |
| 3742 | 2026-08-11T11:21:24.343Z | INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255 Aug 11 11:21:23.341replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3743 | 2026-08-11T11:21:24.343Z | |
| 3744 | 2026-08-11T11:21:24.343Z | Aug 11 11:21:23.341 INFOINFO Aug 11 11:21:23.341 Aug 11 11:21:23.341adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3745 | 2026-08-11T11:21:24.343Z | |
| 3746 | 2026-08-11T11:21:24.343Z | DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.341 |
| 3747 | 2026-08-11T11:21:24.343Z | |
| 3748 | 2026-08-11T11:21:24.343Z | DEBG Aug 11 11:21:23.341replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.341 |
| 3749 | 2026-08-11T11:21:24.343Z | DEBGAug 11 11:21:23.341 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 } }] DEBGadding route 172.17.0.61/32 -> 10.0.0.255Aug 11 11:21:23.341 |
| 3750 | 2026-08-11T11:21:24.343Z | |
| 3751 | 2026-08-11T11:21:24.343Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 11 11:21:23.341 |
| 3752 | 2026-08-11T11:21:24.343Z | Aug 11 11:21:23.342 |
| 3753 | 2026-08-11T11:21:24.344Z | INFODEBGAug 11 11:21:23.342 adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3754 | 2026-08-11T11:21:24.344Z | Aug 11 11:21:23.342 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 } }] |
| 3755 | 2026-08-11T11:21:24.344Z | Aug 11 11:21:23.342 |
| 3756 | 2026-08-11T11:21:24.344Z | INFOadding route 172.16.0.0/32 -> 10.0.0.4 |
| 3757 | 2026-08-11T11:21:24.344Z | Aug 11 11:21:23.342adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3758 | 2026-08-11T11:21:24.344Z | Aug 11 11:21:23.342DEBG INFOreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.342adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3759 | 2026-08-11T11:21:24.344Z | |
| 3760 | 2026-08-11T11:21:24.344Z | DEBGAug 11 11:21:23.342 DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:21:23.342 |
| 3761 | 2026-08-11T11:21:24.344Z | DEBG |
| 3762 | 2026-08-11T11:21:24.344Z | Aug 11 11:21:23.342 Aug 11 11:21:23.342INFOreplacing 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 } }] |
| 3763 | 2026-08-11T11:21:24.344Z | adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 3764 | 2026-08-11T11:21:24.344Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:21:23.342 |
| 3765 | 2026-08-11T11:21:24.344Z | INFOAug 11 11:21:23.342 Aug 11 11:21:23.342 adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3766 | 2026-08-11T11:21:24.344Z | INFODEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.63/32 -> 10.0.0.255 |
| 3767 | 2026-08-11T11:21:24.344Z | test route::tests::delete_targets_fragmented ... ok |
| 3768 | 2026-08-11T11:21:24.344Z | Aug 11 11:21:23.342 |
| 3769 | 2026-08-11T11:21:24.344Z | DEBG Aug 11 11:21:23.342replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.342 |
| 3770 | 2026-08-11T11:21:24.344Z | DEBGINFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3771 | 2026-08-11T11:21:24.344Z | |
| 3772 | 2026-08-11T11:21:24.344Z | Aug 11 11:21:23.342 INFOAug 11 11:21:23.342 adding route 172.17.0.54/32 -> 10.0.0.255Aug 11 11:21:23.342 |
| 3773 | 2026-08-11T11:21:24.344Z | DEBG DEBG failed to allocate space for the new target listreplacing 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 } }] |
| 3774 | 2026-08-11T11:21:24.344Z | |
| 3775 | 2026-08-11T11:21:24.344Z | Aug 11 11:21:23.342 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.342Aug 11 11:21:23.342 |
| 3776 | 2026-08-11T11:21:24.344Z | INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:21:23.342 |
| 3777 | 2026-08-11T11:21:24.344Z | |
| 3778 | 2026-08-11T11:21:24.344Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3779 | 2026-08-11T11:21:24.345Z | Aug 11 11:21:23.342Aug 11 11:21:23.342 Aug 11 11:21:23.342DEBG DEBG failed to allocate space for the new target listDEBG |
| 3780 | 2026-08-11T11:21:24.345Z | 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.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 } }] |
| 3781 | 2026-08-11T11:21:24.345Z | |
| 3782 | 2026-08-11T11:21:24.345Z | Aug 11 11:21:23.342Aug 11 11:21:23.342 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3783 | 2026-08-11T11:21:24.345Z | |
| 3784 | 2026-08-11T11:21:24.345Z | Aug 11 11:21:23.342Aug 11 11:21:23.342 DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3785 | 2026-08-11T11:21:24.345Z | |
| 3786 | 2026-08-11T11:21:24.345Z | Aug 11 11:21:23.342Aug 11 11:21:23.342 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3787 | 2026-08-11T11:21:24.345Z | |
| 3788 | 2026-08-11T11:21:24.345Z | Aug 11 11:21:23.342Aug 11 11:21:23.342 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.342 |
| 3789 | 2026-08-11T11:21:24.345Z | DEBG created new freemap, unit: freemap_route_ipv4 |
| 3790 | 2026-08-11T11:21:24.349Z | Aug 11 11:21:23.350 DEBG created new freemap, unit: freemap_route_ipv6Aug 11 11:21:23.350 |
| 3791 | 2026-08-11T11:21:24.350Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3792 | 2026-08-11T11:21:24.350Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 3793 | 2026-08-11T11:21:24.350Z | unit: freemap_route_ipv4 |
| 3794 | 2026-08-11T11:21:24.350Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255reset freemap |
| 3795 | 2026-08-11T11:21:24.350Z | , unit: freemap_route_ipv4 |
| 3796 | 2026-08-11T11:21:24.350Z | Aug 11 11:21:23.350 Aug 11 11:21:23.350DEBG 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 } }] |
| 3797 | 2026-08-11T11:21:24.350Z | initted freemap. size: 64, unit: freemap_route_ipv6Aug 11 11:21:23.350 |
| 3798 | 2026-08-11T11:21:24.350Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3799 | 2026-08-11T11:21:24.350Z | |
| 3800 | 2026-08-11T11:21:24.350Z | Aug 11 11:21:23.350 Aug 11 11:21:23.350DEBG DEBGAug 11 11:21:23.350 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 |
| 3801 | 2026-08-11T11:21:24.350Z | reset freemap , adding route 172.17.0.58/32 -> 10.0.0.255unit |
| 3802 | 2026-08-11T11:21:24.350Z | : freemap_route_ipv6 |
| 3803 | 2026-08-11T11:21:24.350Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGAug 11 11:21:23.350 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 } }] |
| 3804 | 2026-08-11T11:21:24.350Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3805 | 2026-08-11T11:21:24.350Z | Aug 11 11:21:23.350 |
| 3806 | 2026-08-11T11:21:24.350Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3807 | 2026-08-11T11:21:24.350Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGAug 11 11:21:23.350DEBG 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 } }] |
| 3808 | 2026-08-11T11:21:24.350Z | replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3809 | 2026-08-11T11:21:24.350Z | |
| 3810 | 2026-08-11T11:21:24.350Z | Aug 11 11:21:23.350 INFOAug 11 11:21:23.350 Aug 11 11:21:23.350 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 3811 | 2026-08-11T11:21:24.350Z | adding route 172.17.0.60/32 -> 10.0.0.255INFO |
| 3812 | 2026-08-11T11:21:24.350Z | Aug 11 11:21:23.350adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3813 | 2026-08-11T11:21:24.350Z | DEBGAug 11 11:21:23.350 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 |
| 3814 | 2026-08-11T11:21:24.350Z | Aug 11 11:21:23.350replacing 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 } }] |
| 3815 | 2026-08-11T11:21:24.350Z | Aug 11 11:21:23.350DEBG INFOAug 11 11:21:23.350replacing 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 } }] |
| 3816 | 2026-08-11T11:21:24.350Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 3817 | 2026-08-11T11:21:24.351Z | failed to allocate space for the new target list |
| 3818 | 2026-08-11T11:21:24.351Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 Aug 11 11:21:23.350 DEBGDEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.16.0.0/32 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.31/32 -> 10.0.0.255 |
| 3819 | 2026-08-11T11:21:24.351Z | |
| 3820 | 2026-08-11T11:21:24.351Z | |
| 3821 | 2026-08-11T11:21:24.351Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 3822 | 2026-08-11T11:21:24.351Z | |
| 3823 | 2026-08-11T11:21:24.351Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3824 | 2026-08-11T11:21:24.351Z | |
| 3825 | 2026-08-11T11:21:24.351Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3826 | 2026-08-11T11:21:24.351Z | |
| 3827 | 2026-08-11T11:21:24.351Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.33/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 } }] |
| 3828 | 2026-08-11T11:21:24.351Z | |
| 3829 | 2026-08-11T11:21:24.351Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3830 | 2026-08-11T11:21:24.351Z | |
| 3831 | 2026-08-11T11:21:24.351Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.34/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 } }] |
| 3832 | 2026-08-11T11:21:24.351Z | |
| 3833 | 2026-08-11T11:21:24.351Z | Aug 11 11:21:23.350 Aug 11 11:21:23.350 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3834 | 2026-08-11T11:21:24.351Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3835 | 2026-08-11T11:21:24.351Z | Aug 11 11:21:23.350 DEBG Aug 11 11:21:23.350replacing 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 } }] |
| 3836 | 2026-08-11T11:21:24.351Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3837 | 2026-08-11T11:21:24.351Z | Aug 11 11:21:23.350 INFO Aug 11 11:21:23.350adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3838 | 2026-08-11T11:21:24.351Z | 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 } }] |
| 3839 | 2026-08-11T11:21:24.351Z | Aug 11 11:21:23.350 DEBGAug 11 11:21:23.350 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3840 | 2026-08-11T11:21:24.351Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3841 | 2026-08-11T11:21:24.351Z | Aug 11 11:21:23.350 INFOAug 11 11:21:23.350 adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 3842 | 2026-08-11T11:21:24.351Z | 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 } }] |
| 3843 | 2026-08-11T11:21:24.351Z | Aug 11 11:21:23.350 DEBGAug 11 11:21:23.350 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3844 | 2026-08-11T11:21:24.351Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3845 | 2026-08-11T11:21:24.352Z | Aug 11 11:21:23.350 INFOAug 11 11:21:23.350 adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 3846 | 2026-08-11T11:21:24.352Z | 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 } }] |
| 3847 | 2026-08-11T11:21:24.352Z | Aug 11 11:21:23.350 DEBGAug 11 11:21:23.350 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 |
| 3848 | 2026-08-11T11:21:24.352Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3849 | 2026-08-11T11:21:24.352Z | Aug 11 11:21:23.350 Aug 11 11:21:23.350INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255 |
| 3850 | 2026-08-11T11:21:24.352Z | 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 } }] |
| 3851 | 2026-08-11T11:21:24.352Z | test route::tests::delete_target_full ... ok |
| 3852 | 2026-08-11T11:21:24.352Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3853 | 2026-08-11T11:21:24.352Z | |
| 3854 | 2026-08-11T11:21:24.352Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.7/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 } }] |
| 3855 | 2026-08-11T11:21:24.352Z | |
| 3856 | 2026-08-11T11:21:24.352Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.40/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 } }] |
| 3857 | 2026-08-11T11:21:24.352Z | test route::tests::delete_targets_full ... ok |
| 3858 | 2026-08-11T11:21:24.352Z | |
| 3859 | 2026-08-11T11:21:24.352Z | |
| 3860 | 2026-08-11T11:21:24.352Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3861 | 2026-08-11T11:21:24.352Z | |
| 3862 | 2026-08-11T11:21:24.352Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 3863 | 2026-08-11T11:21:24.352Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.41/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 } }] |
| 3864 | 2026-08-11T11:21:24.352Z | |
| 3865 | 2026-08-11T11:21:24.352Z | |
| 3866 | 2026-08-11T11:21:24.352Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 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.9/32 -> 10.0.0.255 |
| 3867 | 2026-08-11T11:21:24.352Z | |
| 3868 | 2026-08-11T11:21:24.352Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.42/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 } }] |
| 3869 | 2026-08-11T11:21:24.352Z | |
| 3870 | 2026-08-11T11:21:24.352Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3871 | 2026-08-11T11:21:24.352Z | |
| 3872 | 2026-08-11T11:21:24.353Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.43/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 } }] |
| 3873 | 2026-08-11T11:21:24.353Z | |
| 3874 | 2026-08-11T11:21:24.353Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 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.11/32 -> 10.0.0.255 |
| 3875 | 2026-08-11T11:21:24.353Z | |
| 3876 | 2026-08-11T11:21:24.353Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.44/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 } }] |
| 3877 | 2026-08-11T11:21:24.353Z | |
| 3878 | 2026-08-11T11:21:24.353Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3879 | 2026-08-11T11:21:24.353Z | |
| 3880 | 2026-08-11T11:21:24.353Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3881 | 2026-08-11T11:21:24.353Z | |
| 3882 | 2026-08-11T11:21:24.353Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3883 | 2026-08-11T11:21:24.353Z | |
| 3884 | 2026-08-11T11:21:24.353Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3885 | 2026-08-11T11:21:24.353Z | |
| 3886 | 2026-08-11T11:21:24.353Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.14/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 } }] |
| 3887 | 2026-08-11T11:21:24.353Z | |
| 3888 | 2026-08-11T11:21:24.353Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3889 | 2026-08-11T11:21:24.353Z | |
| 3890 | 2026-08-11T11:21:24.359Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3891 | 2026-08-11T11:21:24.359Z | |
| 3892 | 2026-08-11T11:21:24.359Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3893 | 2026-08-11T11:21:24.359Z | |
| 3894 | 2026-08-11T11:21:24.359Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3895 | 2026-08-11T11:21:24.359Z | |
| 3896 | 2026-08-11T11:21:24.359Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3897 | 2026-08-11T11:21:24.360Z | |
| 3898 | 2026-08-11T11:21:24.360Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3899 | 2026-08-11T11:21:24.360Z | |
| 3900 | 2026-08-11T11:21:24.360Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.50/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 } }] |
| 3901 | 2026-08-11T11:21:24.360Z | |
| 3902 | 2026-08-11T11:21:24.360Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3903 | 2026-08-11T11:21:24.360Z | |
| 3904 | 2026-08-11T11:21:24.360Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.51/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 } }] |
| 3905 | 2026-08-11T11:21:24.360Z | |
| 3906 | 2026-08-11T11:21:24.360Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 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.19/32 -> 10.0.0.255 |
| 3907 | 2026-08-11T11:21:24.360Z | |
| 3908 | 2026-08-11T11:21:24.360Z | Aug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3909 | 2026-08-11T11:21:24.360Z | |
| 3910 | 2026-08-11T11:21:24.360Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 11 11:21:23.358 |
| 3911 | 2026-08-11T11:21:24.360Z | DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.358 |
| 3912 | 2026-08-11T11:21:24.360Z | 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 } }] |
| 3913 | 2026-08-11T11:21:24.360Z | Aug 11 11:21:23.358 INFOAug 11 11:21:23.358 adding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 3914 | 2026-08-11T11:21:24.360Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3915 | 2026-08-11T11:21:24.360Z | Aug 11 11:21:23.358 Aug 11 11:21:23.358DEBG 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 } }] |
| 3916 | 2026-08-11T11:21:24.360Z | 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 } }] |
| 3917 | 2026-08-11T11:21:24.360Z | Aug 11 11:21:23.358 Aug 11 11:21:23.358INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255 |
| 3918 | 2026-08-11T11:21:24.360Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3919 | 2026-08-11T11:21:24.360Z | Aug 11 11:21:23.358 Aug 11 11:21:23.358DEBG 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 } }] |
| 3920 | 2026-08-11T11:21:24.360Z | 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 } }] |
| 3921 | 2026-08-11T11:21:24.360Z | Aug 11 11:21:23.358 Aug 11 11:21:23.358INFO INFOadding route 172.17.0.55/32 -> 10.0.0.255 |
| 3922 | 2026-08-11T11:21:24.360Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3923 | 2026-08-11T11:21:24.360Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 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.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 } }] |
| 3924 | 2026-08-11T11:21:24.361Z | |
| 3925 | 2026-08-11T11:21:24.361Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3926 | 2026-08-11T11:21:24.361Z | |
| 3927 | 2026-08-11T11:21:24.361Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3928 | 2026-08-11T11:21:24.361Z | |
| 3929 | 2026-08-11T11:21:24.361Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3930 | 2026-08-11T11:21:24.361Z | |
| 3931 | 2026-08-11T11:21:24.361Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3932 | 2026-08-11T11:21:24.361Z | |
| 3933 | 2026-08-11T11:21:24.361Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3934 | 2026-08-11T11:21:24.361Z | |
| 3935 | 2026-08-11T11:21:24.361Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3936 | 2026-08-11T11:21:24.361Z | |
| 3937 | 2026-08-11T11:21:24.361Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3938 | 2026-08-11T11:21:24.361Z | |
| 3939 | 2026-08-11T11:21:24.361Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3940 | 2026-08-11T11:21:24.361Z | |
| 3941 | 2026-08-11T11:21:24.361Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3942 | 2026-08-11T11:21:24.361Z | |
| 3943 | 2026-08-11T11:21:24.361Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3944 | 2026-08-11T11:21:24.361Z | |
| 3945 | 2026-08-11T11:21:24.361Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3946 | 2026-08-11T11:21:24.361Z | |
| 3947 | 2026-08-11T11:21:24.361Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 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.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 } }] |
| 3948 | 2026-08-11T11:21:24.361Z | |
| 3949 | 2026-08-11T11:21:24.361Z | running 0 tests |
| 3950 | 2026-08-11T11:21:24.361Z | |
| 3951 | 2026-08-11T11:21:24.361Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3952 | 2026-08-11T11:21:24.361Z | |
| 3953 | 2026-08-11T11:21:24.362Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 3954 | 2026-08-11T11:21:24.362Z | |
| 3955 | 2026-08-11T11:21:24.362Z | |
| 3956 | 2026-08-11T11:21:24.362Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3957 | 2026-08-11T11:21:24.362Z | |
| 3958 | 2026-08-11T11:21:24.362Z | |
| 3959 | 2026-08-11T11:21:24.362Z | running 0 tests |
| 3960 | 2026-08-11T11:21:24.362Z | |
| 3961 | 2026-08-11T11:21:24.362Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3962 | 2026-08-11T11:21:24.362Z | |
| 3963 | 2026-08-11T11:21:24.362Z | |
| 3964 | 2026-08-11T11:21:24.362Z | running 6 tests |
| 3965 | 2026-08-11T11:21:24.362Z | test tests::test_full_lot_id_neither_present ... ok |
| 3966 | 2026-08-11T11:21:24.362Z | test tests::test_full_lot_id_both_present ... ok |
| 3967 | 2026-08-11T11:21:24.362Z | test tests::test_parse_client_port_id ... ok |
| 3968 | 2026-08-11T11:21:24.362Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255failed to allocate space for the new target list |
| 3969 | 2026-08-11T11:21:24.362Z | test tests::test_port_id_cmp ... ok |
| 3970 | 2026-08-11T11:21:24.362Z | |
| 3971 | 2026-08-11T11:21:24.362Z | Aug 11 11:21:23.358Aug 11 11:21:23.358 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3972 | 2026-08-11T11:21:24.362Z | |
| 3973 | 2026-08-11T11:21:24.362Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3974 | 2026-08-11T11:21:24.362Z | Aug 11 11:21:23.358 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 } }] |
| 3975 | 2026-08-11T11:21:24.362Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3976 | 2026-08-11T11:21:24.362Z | Aug 11 11:21:23.358 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 } }] |
| 3977 | 2026-08-11T11:21:24.362Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3978 | 2026-08-11T11:21:24.362Z | Aug 11 11:21:23.358 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 } }] |
| 3979 | 2026-08-11T11:21:24.362Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3980 | 2026-08-11T11:21:24.363Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3981 | 2026-08-11T11:21:24.363Z | test tests::test_full_lot_id_lot_only ... ok |
| 3982 | 2026-08-11T11:21:24.363Z | |
| 3983 | 2026-08-11T11:21:24.363Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3984 | 2026-08-11T11:21:24.363Z | |
| 3985 | 2026-08-11T11:21:24.363Z | Aug 11 11:21:23.358 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 } }] |
| 3986 | 2026-08-11T11:21:24.363Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3987 | 2026-08-11T11:21:24.363Z | Aug 11 11:21:23.358 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 } }] |
| 3988 | 2026-08-11T11:21:24.363Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3989 | 2026-08-11T11:21:24.363Z | Aug 11 11:21:23.358 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 } }] |
| 3990 | 2026-08-11T11:21:24.367Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3991 | 2026-08-11T11:21:24.367Z | Aug 11 11:21:23.358 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 } }] |
| 3992 | 2026-08-11T11:21:24.367Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3993 | 2026-08-11T11:21:24.367Z | Aug 11 11:21:23.358 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 } }] |
| 3994 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3995 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 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 } }] |
| 3996 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3997 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 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 } }] |
| 3998 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3999 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 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 } }] |
| 4000 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 4001 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 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 } }] |
| 4002 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 4003 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 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 } }] |
| 4004 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 4005 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 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 } }] |
| 4006 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 4007 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 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 } }] |
| 4008 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 4009 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 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 } }] |
| 4010 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 4011 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 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 } }] |
| 4012 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 4013 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 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 } }] |
| 4014 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 4015 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 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 } }] |
| 4016 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 4017 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 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 } }] |
| 4018 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 4019 | 2026-08-11T11:21:24.368Z | Aug 11 11:21:23.358 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 } }] |
| 4020 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4021 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 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 } }] |
| 4022 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4023 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 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 } }] |
| 4024 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4025 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 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 } }] |
| 4026 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4027 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 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 } }] |
| 4028 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4029 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 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 } }] |
| 4030 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4031 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 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 } }] |
| 4032 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4033 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 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 } }] |
| 4034 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4035 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 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 } }] |
| 4036 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 DEBG failed to allocate space for the new target list |
| 4037 | 2026-08-11T11:21:24.369Z | Aug 11 11:21:23.358 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 } }] |
| 4038 | 2026-08-11T11:21:24.369Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580) |
| 4039 | 2026-08-11T11:21:24.369Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 4040 | 2026-08-11T11:21:24.369Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9) |
| 4041 | 2026-08-11T11:21:24.369Z | Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256) |
| 4042 | 2026-08-11T11:21:24.369Z | |
| 4043 | 2026-08-11T11:21:24.369Z | running 0 tests |
| 4044 | 2026-08-11T11:21:24.369Z | |
| 4045 | 2026-08-11T11:21:24.369Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4046 | 2026-08-11T11:21:24.369Z | |
| 4047 | 2026-08-11T11:21:24.369Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 4048 | 2026-08-11T11:21:24.370Z | |
| 4049 | 2026-08-11T11:21:24.370Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 4050 | 2026-08-11T11:21:24.370Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 4051 | 2026-08-11T11:21:24.370Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4052 | 2026-08-11T11:21:24.370Z | running 0 tests |
| 4053 | 2026-08-11T11:21:24.370Z | |
| 4054 | 2026-08-11T11:21:24.370Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4055 | 2026-08-11T11:21:24.370Z | |
| 4056 | 2026-08-11T11:21:24.370Z | |
| 4057 | 2026-08-11T11:21:24.370Z | running 0 tests |
| 4058 | 2026-08-11T11:21:24.370Z | |
| 4059 | 2026-08-11T11:21:24.370Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4060 | 2026-08-11T11:21:24.370Z | |
| 4061 | 2026-08-11T11:21:24.370Z | |
| 4062 | 2026-08-11T11:21:24.370Z | running 12 tests |
| 4063 | 2026-08-11T11:21:24.370Z | test icmp::test_v6_checksum ... ok |
| 4064 | 2026-08-11T11:21:24.370Z | test lldp::test_lldp_parse ... ok |
| 4065 | 2026-08-11T11:21:24.370Z | test pbuf::test_byte ... ok |
| 4066 | 2026-08-11T11:21:24.370Z | test pbuf::test_nibble ... ok |
| 4067 | 2026-08-11T11:21:24.370Z | test icmp::test_v4_checksum ... ok |
| 4068 | 2026-08-11T11:21:24.370Z | test ipv6::test_ipv6_parse ... ok |
| 4069 | 2026-08-11T11:21:24.370Z | test pbuf::test_short ... ok |
| 4070 | 2026-08-11T11:21:24.370Z | test pbuf::test_overflow ... ok |
| 4071 | 2026-08-11T11:21:24.370Z | test pbuf::test_twelve ... ok |
| 4072 | 2026-08-11T11:21:24.370Z | test pbuf::test_word ... ok |
| 4073 | 2026-08-11T11:21:24.370Z | test tcp::test_checksum_ack_data ... ok |
| 4074 | 2026-08-11T11:21:24.370Z | test tcp::test_checksum_syn_nodata ... ok |
| 4075 | 2026-08-11T11:21:24.371Z | |
| 4076 | 2026-08-11T11:21:24.371Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4077 | 2026-08-11T11:21:24.371Z | |
| 4078 | 2026-08-11T11:21:24.371Z | |
| 4079 | 2026-08-11T11:21:24.371Z | running 0 tests |
| 4080 | 2026-08-11T11:21:24.371Z | |
| 4081 | 2026-08-11T11:21:24.371Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4082 | 2026-08-11T11:21:24.371Z | |
| 4083 | 2026-08-11T11:21:24.371Z | Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc) |
| 4084 | 2026-08-11T11:21:24.371Z | |
| 4085 | 2026-08-11T11:21:24.371Z | running 5 tests |
| 4086 | 2026-08-11T11:21:24.371Z | test switchport::test::test_compute_lanes ... ok |
| 4087 | 2026-08-11T11:21:24.371Z | test switchport::test::port_id_ordering ... ok |
| 4088 | 2026-08-11T11:21:24.371Z | Lane 0 Lane 1 Lane 0Lane 2 Lane 3 |
| 4089 | 2026-08-11T11:21:24.371Z | Lane 1 State: Activated Lane 2Activated Lane 3 |
| 4090 | 2026-08-11T11:21:24.375Z | Activated Rx Loss-of-lock: YesActivated |
| 4091 | 2026-08-11T11:21:24.375Z | Yes Rx Output Enabled: false Yes falseYes |
| 4092 | 2026-08-11T11:21:24.375Z | false Rx Loss-of-signal: Yes false |
| 4093 | 2026-08-11T11:21:24.375Z | Yes Rx Output Status: validYes Yesvalid |
| 4094 | 2026-08-11T11:21:24.375Z | Rx CDR Enabled: Yesvalid Yesvalid |
| 4095 | 2026-08-11T11:21:24.376Z | Yes Rx Loss-of-lock: trueYes |
| 4096 | 2026-08-11T11:21:24.376Z | true Tx Enabled: Yes Yestrue true |
| 4097 | 2026-08-11T11:21:24.376Z | Yes Rx Loss-of-signal: false Yes |
| 4098 | 2026-08-11T11:21:24.376Z | false Tx Loss-of-lock: No Nofalse falseNo |
| 4099 | 2026-08-11T11:21:24.376Z | No |
| 4100 | 2026-08-11T11:21:24.376Z | Rx Auto-squelch Disable: true Tx Loss-of-signal: No trueNo true trueNo |
| 4101 | 2026-08-11T11:21:24.376Z | No |
| 4102 | 2026-08-11T11:21:24.376Z | Tx Output Enabled: true Tx CDR Enabled: Notrue No true Notrue |
| 4103 | 2026-08-11T11:21:24.376Z | No |
| 4104 | 2026-08-11T11:21:24.376Z | Tx Output Status: invalid invalid Tx Adaptive EQ Fault: No invalid Noinvalid |
| 4105 | 2026-08-11T11:21:24.376Z | Tx Loss-of-lock: falseNo falseNo |
| 4106 | 2026-08-11T11:21:24.376Z | false Tx Fault: Yes false |
| 4107 | 2026-08-11T11:21:24.376Z | Yes Tx Loss-of-signal: true Yes trueYes |
| 4108 | 2026-08-11T11:21:24.376Z | true true |
| 4109 | 2026-08-11T11:21:24.376Z | Tx Auto-squelch Disable: false false false false |
| 4110 | 2026-08-11T11:21:24.376Z | Tx Adaptive EQ Fail: true true true true |
| 4111 | 2026-08-11T11:21:24.376Z | Tx Failure: false false false false |
| 4112 | 2026-08-11T11:21:24.376Z | Tx Force Squelch: true true true true |
| 4113 | 2026-08-11T11:21:24.376Z | Tx Input Polarity: normal normal normal normal |
| 4114 | 2026-08-11T11:21:24.376Z | test switchport::test::test_print_sff_datapath ... ok |
| 4115 | 2026-08-11T11:21:24.376Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4116 | 2026-08-11T11:21:24.376Z | test link::test_filter ... ok |
| 4117 | 2026-08-11T11:21:24.376Z | |
| 4118 | 2026-08-11T11:21:24.376Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4119 | 2026-08-11T11:21:24.376Z | |
| 4120 | 2026-08-11T11:21:24.376Z | Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7) |
| 4121 | 2026-08-11T11:21:24.376Z | |
| 4122 | 2026-08-11T11:21:24.376Z | running 1 test |
| 4123 | 2026-08-11T11:21:24.377Z | test test_p4_counter_list ... ignored |
| 4124 | 2026-08-11T11:21:24.377Z | |
| 4125 | 2026-08-11T11:21:24.377Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4126 | 2026-08-11T11:21:24.377Z | |
| 4127 | 2026-08-11T11:21:24.377Z | Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43) |
| 4128 | 2026-08-11T11:21:24.377Z | |
| 4129 | 2026-08-11T11:21:24.377Z | running 5 tests |
| 4130 | 2026-08-11T11:21:24.377Z | test test_an ... ignored |
| 4131 | 2026-08-11T11:21:24.377Z | test test_enable ... ignored |
| 4132 | 2026-08-11T11:21:24.377Z | test test_ip_addresses ... ignored |
| 4133 | 2026-08-11T11:21:24.377Z | test test_kr ... ignored |
| 4134 | 2026-08-11T11:21:24.377Z | test test_mac ... ignored |
| 4135 | 2026-08-11T11:21:24.377Z | |
| 4136 | 2026-08-11T11:21:24.377Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4137 | 2026-08-11T11:21:24.377Z | |
| 4138 | 2026-08-11T11:21:24.377Z | Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426) |
| 4139 | 2026-08-11T11:21:24.377Z | |
| 4140 | 2026-08-11T11:21:24.377Z | running 3 tests |
| 4141 | 2026-08-11T11:21:24.377Z | test linklocal::test_parse_ipadm ... ok |
| 4142 | 2026-08-11T11:21:24.377Z | test tfport::test_parse_tfport ... ok |
| 4143 | 2026-08-11T11:21:24.377Z | test config::tests::test_updates ... ok |
| 4144 | 2026-08-11T11:21:24.377Z | |
| 4145 | 2026-08-11T11:21:24.377Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4146 | 2026-08-11T11:21:24.377Z | |
| 4147 | 2026-08-11T11:21:24.377Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 4148 | 2026-08-11T11:21:24.377Z | |
| 4149 | 2026-08-11T11:21:24.377Z | running 0 tests |
| 4150 | 2026-08-11T11:21:24.377Z | |
| 4151 | 2026-08-11T11:21:24.378Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4152 | 2026-08-11T11:21:24.378Z | |
| 4153 | 2026-08-11T11:21:24.378Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 4154 | 2026-08-11T11:21:24.378Z | |
| 4155 | 2026-08-11T11:21:24.378Z | running 0 tests |
| 4156 | 2026-08-11T11:21:24.378Z | |
| 4157 | 2026-08-11T11:21:24.378Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4158 | 2026-08-11T11:21:24.378Z | |
| 4159 | 2026-08-11T11:21:24.378Z | Doc-tests aal |
| 4160 | 2026-08-11T11:21:24.483Z | |
| 4161 | 2026-08-11T11:21:24.483Z | running 0 tests |
| 4162 | 2026-08-11T11:21:24.483Z | |
| 4163 | 2026-08-11T11:21:24.487Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4164 | 2026-08-11T11:21:24.487Z | |
| 4165 | 2026-08-11T11:21:24.499Z | Doc-tests aal_macros |
| 4166 | 2026-08-11T11:21:24.570Z | |
| 4167 | 2026-08-11T11:21:24.570Z | running 0 tests |
| 4168 | 2026-08-11T11:21:24.570Z | |
| 4169 | 2026-08-11T11:21:24.570Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4170 | 2026-08-11T11:21:24.570Z | |
| 4171 | 2026-08-11T11:21:24.582Z | Doc-tests common |
| 4172 | 2026-08-11T11:21:24.821Z | |
| 4173 | 2026-08-11T11:21:24.822Z | running 0 tests |
| 4174 | 2026-08-11T11:21:24.822Z | |
| 4175 | 2026-08-11T11:21:24.822Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4176 | 2026-08-11T11:21:24.822Z | |
| 4177 | 2026-08-11T11:21:24.841Z | Doc-tests dpd_api |
| 4178 | 2026-08-11T11:21:25.588Z | |
| 4179 | 2026-08-11T11:21:25.588Z | running 2 tests |
| 4180 | 2026-08-11T11:21:25.588Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 4181 | 2026-08-11T11:21:25.588Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 4182 | 2026-08-11T11:21:25.588Z | |
| 4183 | 2026-08-11T11:21:25.588Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4184 | 2026-08-11T11:21:25.588Z | |
| 4185 | 2026-08-11T11:21:25.617Z | Doc-tests dpd_client |
| 4186 | 2026-08-11T11:21:26.911Z | |
| 4187 | 2026-08-11T11:21:26.911Z | running 0 tests |
| 4188 | 2026-08-11T11:21:26.911Z | |
| 4189 | 2026-08-11T11:21:26.911Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4190 | 2026-08-11T11:21:26.911Z | |
| 4191 | 2026-08-11T11:21:26.953Z | Doc-tests dpd_types |
| 4192 | 2026-08-11T11:21:27.166Z | |
| 4193 | 2026-08-11T11:21:27.166Z | running 0 tests |
| 4194 | 2026-08-11T11:21:27.166Z | |
| 4195 | 2026-08-11T11:21:27.166Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4196 | 2026-08-11T11:21:27.166Z | |
| 4197 | 2026-08-11T11:21:27.190Z | Doc-tests dpd_types_versions |
| 4198 | 2026-08-11T11:21:28.428Z | |
| 4199 | 2026-08-11T11:21:28.428Z | running 1 test |
| 4200 | 2026-08-11T11:21:28.428Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4201 | 2026-08-11T11:21:28.428Z | |
| 4202 | 2026-08-11T11:21:28.428Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4203 | 2026-08-11T11:21:28.428Z | |
| 4204 | 2026-08-11T11:21:28.432Z | Doc-tests packet |
| 4205 | 2026-08-11T11:21:28.546Z | |
| 4206 | 2026-08-11T11:21:28.547Z | running 0 tests |
| 4207 | 2026-08-11T11:21:28.547Z | |
| 4208 | 2026-08-11T11:21:28.547Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4209 | 2026-08-11T11:21:28.547Z | |
| 4210 | 2026-08-11T11:21:28.562Z | Doc-tests pcap |
| 4211 | 2026-08-11T11:21:28.613Z | |
| 4212 | 2026-08-11T11:21:28.613Z | running 0 tests |
| 4213 | 2026-08-11T11:21:28.613Z | |
| 4214 | 2026-08-11T11:21:28.613Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4215 | 2026-08-11T11:21:28.613Z | |
| 4216 | 2026-08-11T11:21:28.680Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4217 | 2026-08-11T11:21:28.680Z | + RUST_BACKTRACE=full |
| 4218 | 2026-08-11T11:21:28.680Z | + cargo test --features tofino_asic --no-fail-fast |
| 4219 | 2026-08-11T11:21:29.278Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4220 | 2026-08-11T11:21:29.360Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4221 | 2026-08-11T11:21:29.367Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4222 | 2026-08-11T11:21:29.374Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4223 | 2026-08-11T11:21:37.952Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4224 | 2026-08-11T11:21:37.956Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4225 | 2026-08-11T11:22:17.761Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 49.06s |
| 4226 | 2026-08-11T11:22:17.883Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 4227 | 2026-08-11T11:22:17.886Z | |
| 4228 | 2026-08-11T11:22:17.887Z | running 5 tests |
| 4229 | 2026-08-11T11:22:17.887Z | test fuse::tests::chip_revision_b1 ... ok |
| 4230 | 2026-08-11T11:22:17.887Z | test fuse::tests::chip_revision_b0 ... ok |
| 4231 | 2026-08-11T11:22:17.887Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 4232 | 2026-08-11T11:22:17.887Z | test fuse::tests::chip_revision_a0 ... ok |
| 4233 | 2026-08-11T11:22:17.887Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 4234 | 2026-08-11T11:22:17.887Z | |
| 4235 | 2026-08-11T11:22:17.887Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4236 | 2026-08-11T11:22:17.887Z | |
| 4237 | 2026-08-11T11:22:17.887Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4238 | 2026-08-11T11:22:17.890Z | |
| 4239 | 2026-08-11T11:22:17.890Z | running 0 tests |
| 4240 | 2026-08-11T11:22:17.890Z | |
| 4241 | 2026-08-11T11:22:17.890Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4242 | 2026-08-11T11:22:17.890Z | |
| 4243 | 2026-08-11T11:22:17.890Z | Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1) |
| 4244 | 2026-08-11T11:22:17.990Z | |
| 4245 | 2026-08-11T11:22:17.990Z | running 8 tests |
| 4246 | 2026-08-11T11:22:17.993Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4247 | 2026-08-11T11:22:17.993Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4248 | 2026-08-11T11:22:17.994Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4249 | 2026-08-11T11:22:17.994Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4250 | 2026-08-11T11:22:17.994Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4251 | 2026-08-11T11:22:17.994Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4252 | 2026-08-11T11:22:18.001Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4253 | 2026-08-11T11:22:18.492Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4254 | 2026-08-11T11:22:18.492Z | |
| 4255 | 2026-08-11T11:22:18.492Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4256 | 2026-08-11T11:22:18.492Z | |
| 4257 | 2026-08-11T11:22:18.503Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 4258 | 2026-08-11T11:22:18.507Z | |
| 4259 | 2026-08-11T11:22:18.507Z | running 10 tests |
| 4260 | 2026-08-11T11:22:18.507Z | test nat::tests::test_vni ... ok |
| 4261 | 2026-08-11T11:22:18.507Z | test network::tests::test_eui64 ... ok |
| 4262 | 2026-08-11T11:22:18.507Z | test network::tests::test_equal ... ok |
| 4263 | 2026-08-11T11:22:18.507Z | test network::tests::test_not_equal ... ok |
| 4264 | 2026-08-11T11:22:18.508Z | test network::tests::test_into ... ok |
| 4265 | 2026-08-11T11:22:18.508Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4266 | 2026-08-11T11:22:18.508Z | test network::tests::test_parse ... ok |
| 4267 | 2026-08-11T11:22:18.511Z | test network::tests::test_to_string ... ok |
| 4268 | 2026-08-11T11:22:18.511Z | test test_purge ... ok |
| 4269 | 2026-08-11T11:22:18.511Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4270 | 2026-08-11T11:22:18.511Z | |
| 4271 | 2026-08-11T11:22:18.511Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4272 | 2026-08-11T11:22:18.511Z | |
| 4273 | 2026-08-11T11:22:18.511Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 4274 | 2026-08-11T11:22:18.515Z | |
| 4275 | 2026-08-11T11:22:18.515Z | running 1 test |
| 4276 | 2026-08-11T11:22:18.518Z | ------- |
| 4277 | 2026-08-11T11:22:18.518Z | Generating OpenAPI documents from API definitions ... |
| 4278 | 2026-08-11T11:22:18.659Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4279 | 2026-08-11T11:22:18.726Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4280 | 2026-08-11T11:22:19.750Z | ------- |
| 4281 | 2026-08-11T11:22:19.750Z | Checking 12 OpenAPI documents... |
| 4282 | 2026-08-11T11:22:19.750Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-08-11T11:22:19.750Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-08-11T11:22:19.750Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-08-11T11:22:19.750Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-08-11T11:22:19.753Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4287 | 2026-08-11T11:22:19.753Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4288 | 2026-08-11T11:22:19.753Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4289 | 2026-08-11T11:22:19.753Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4290 | 2026-08-11T11:22:19.753Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4291 | 2026-08-11T11:22:19.753Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4292 | 2026-08-11T11:22:19.753Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4293 | 2026-08-11T11:22:19.753Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4294 | 2026-08-11T11:22:19.753Z | Fresh dpd "latest" symlink |
| 4295 | 2026-08-11T11:22:19.753Z | ------- |
| 4296 | 2026-08-11T11:22:19.753Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 4297 | 2026-08-11T11:22:19.815Z | test test::test_apis_up_to_date ... ok |
| 4298 | 2026-08-11T11:22:19.815Z | |
| 4299 | 2026-08-11T11:22:19.815Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s |
| 4300 | 2026-08-11T11:22:19.815Z | |
| 4301 | 2026-08-11T11:22:19.874Z | Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b) |
| 4302 | 2026-08-11T11:22:19.940Z | |
| 4303 | 2026-08-11T11:22:19.940Z | running 66 tests |
| 4304 | 2026-08-11T11:22:19.943Z | test freemap::test_ordering ... ok |
| 4305 | 2026-08-11T11:22:19.943Z | test config::tests::test_updates ... ok |
| 4306 | 2026-08-11T11:22:19.943Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4307 | 2026-08-11T11:22:19.943Z | test freemap::test_split ... ok |
| 4308 | 2026-08-11T11:22:19.943Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4309 | 2026-08-11T11:22:19.943Z | test macaddrs::tests::test_mac_offset ... ok |
| 4310 | 2026-08-11T11:22:19.948Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4311 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.986 DEBG created new freemapAug 11 11:22:18.986 DEBG created new freemap, , unitunit:: freemap_testfreemap_test |
| 4312 | 2026-08-11T11:22:19.948Z | |
| 4313 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.986 DEBG initted freemap. size: 128, unitAug 11 11:22:18.986: DEBGfreemap_test |
| 4314 | 2026-08-11T11:22:19.948Z | initted freemap. size: 128, Aug 11 11:22:18.986unit :DEBG freemap_testreset freemap |
| 4315 | 2026-08-11T11:22:19.948Z | , unit: freemap_test |
| 4316 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.986 DEBG reset freemap, unit: freemap_test |
| 4317 | 2026-08-11T11:22:19.948Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4318 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.986 DEBG created new freemap, unit: freemap_test |
| 4319 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.986 DEBG created new freemap, unit:Aug 11 11:22:18.986 freemap_testDEBG |
| 4320 | 2026-08-11T11:22:19.948Z | initted freemap. size: 128, unitAug 11 11:22:18.986: DEBGfreemap_test |
| 4321 | 2026-08-11T11:22:19.948Z | initted freemap. size: 8, unit: Aug 11 11:22:18.986freemap_test |
| 4322 | 2026-08-11T11:22:19.948Z | DEBG reset freemap, Aug 11 11:22:18.986unit :DEBG freemap_testreset freemap |
| 4323 | 2026-08-11T11:22:19.948Z | test freemap::test_reclaim ... ok |
| 4324 | 2026-08-11T11:22:19.948Z | , unit: freemap_test |
| 4325 | 2026-08-11T11:22:19.948Z | test freemap::test_exhaustion ... ok |
| 4326 | 2026-08-11T11:22:19.948Z | test freemap::test_free ... ok |
| 4327 | 2026-08-11T11:22:19.948Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4328 | 2026-08-11T11:22:19.948Z | test nat::test_mapping ... ok |
| 4329 | 2026-08-11T11:22:19.948Z | test port_map::tests::test_backplane_group ... ok |
| 4330 | 2026-08-11T11:22:19.948Z | test port_map::tests::test_port_map ... ok |
| 4331 | 2026-08-11T11:22:19.948Z | test port_map::tests::dump_map ... ok |
| 4332 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.986 DEBG created new freemap, unit: freemap_test |
| 4333 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.987 DEBG initted freemap. size: 128, unit: freemap_test |
| 4334 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.987 DEBG reset freemap, unit: freemap_test |
| 4335 | 2026-08-11T11:22:19.948Z | test freemap::test_basic ... ok |
| 4336 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.987 DEBG created new freemap, unit: freemap_test |
| 4337 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.987 DEBG initted freemap. size: 128, unit: freemap_test |
| 4338 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.987 DEBG reset freemap, unit: freemap_test |
| 4339 | 2026-08-11T11:22:19.948Z | test freemap::test_span ... ok |
| 4340 | 2026-08-11T11:22:19.948Z | test api_server::tests::test_build_info ... ok |
| 4341 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.987 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4342 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.987 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4343 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.987 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4344 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.987 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4345 | 2026-08-11T11:22:19.948Z | Aug 11 11:22:18.987 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4346 | 2026-08-11T11:22:19.949Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4347 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.987 DEBG reset freemap, unit: freemap_route_ipv6Aug 11 11:22:18.987 |
| 4348 | 2026-08-11T11:22:19.949Z | DEBG created new freemapAug 11 11:22:18.988 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4349 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4350 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4351 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4352 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988 INFOAug 11 11:22:18.988 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG |
| 4353 | 2026-08-11T11:22:19.949Z | created new freemap, unit:Aug 11 11:22:18.988 freemap_route_ipv4DEBG |
| 4354 | 2026-08-11T11:22:19.949Z | 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 } }] |
| 4355 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988 DEBGAug 11 11:22:18.988 created new freemapINFO, unitadding route 3fff:beef:2::/64 -> 2001:db8::55:ff: |
| 4356 | 2026-08-11T11:22:19.949Z | freemap_route_ipv6Aug 11 11:22:18.988 |
| 4357 | 2026-08-11T11:22:19.949Z | 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 } }] |
| 4358 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988 DEBG Aug 11 11:22:18.988initted freemap. size: 64 , INFOunit :adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4359 | 2026-08-11T11:22:19.949Z | freemap_route_ipv4 |
| 4360 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 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 } }]reset freemap |
| 4361 | 2026-08-11T11:22:19.949Z | , unit: Aug 11 11:22:18.988freemap_route_ipv4 |
| 4362 | 2026-08-11T11:22:19.949Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4363 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988 DEBG initted freemap. size: 64Aug 11 11:22:18.988, unitDEBG: replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 4364 | 2026-08-11T11:22:19.949Z | |
| 4365 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 DEBGINFO reset freemapadding route 3fff:beef:5::/64 -> 2001:db8::55:ff, |
| 4366 | 2026-08-11T11:22:19.949Z | unit: freemap_route_ipv6 |
| 4367 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988 DEBG Aug 11 11:22:18.988replacing 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 } }] |
| 4368 | 2026-08-11T11:22:19.949Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4369 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 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: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4370 | 2026-08-11T11:22:19.949Z | |
| 4371 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4372 | 2026-08-11T11:22:19.949Z | |
| 4373 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4374 | 2026-08-11T11:22:19.949Z | |
| 4375 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4376 | 2026-08-11T11:22:19.949Z | |
| 4377 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4378 | 2026-08-11T11:22:19.949Z | |
| 4379 | 2026-08-11T11:22:19.949Z | , Aug 11 11:22:18.988Aug 11 11:22:18.988unit :INFODEBG freemap_route_ipv4 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:dead::/64 -> 2001:db8::55:2 |
| 4380 | 2026-08-11T11:22:19.949Z | |
| 4381 | 2026-08-11T11:22:19.949Z | |
| 4382 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4383 | 2026-08-11T11:22:19.949Z | |
| 4384 | 2026-08-11T11:22:19.949Z | Aug 11 11:22:18.988 DEBG created new freemapAug 11 11:22:18.988 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4385 | 2026-08-11T11:22:19.950Z | , Aug 11 11:22:18.988unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 4386 | 2026-08-11T11:22:19.950Z | |
| 4387 | 2026-08-11T11:22:19.950Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4388 | 2026-08-11T11:22:19.950Z | , unitAug 11 11:22:18.988: Aug 11 11:22:18.988freemap_route_ipv4 |
| 4389 | 2026-08-11T11:22:19.950Z | DEBG DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4390 | 2026-08-11T11:22:19.950Z | Aug 11 11:22:18.988created new freemap , DEBGunit :Aug 11 11:22:18.988 reset freemapfreemap_route_ipv4 , INFO |
| 4391 | 2026-08-11T11:22:19.950Z | unit :adding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 11 11:22:18.988freemap_route_ipv4 |
| 4392 | 2026-08-11T11:22:19.950Z | |
| 4393 | 2026-08-11T11:22:19.950Z | DEBG created new freemapAug 11 11:22:18.988, Aug 11 11:22:18.988unit :DEBG DEBG initted freemap. size: 64replacing 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 } }], |
| 4394 | 2026-08-11T11:22:19.950Z | Aug 11 11:22:18.988freemap_route_ipv6unit |
| 4395 | 2026-08-11T11:22:19.950Z | :DEBG freemap_route_ipv6created new freemapAug 11 11:22:18.988Aug 11 11:22:18.988, unit: freemap_route_ipv4 |
| 4396 | 2026-08-11T11:22:19.950Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4397 | 2026-08-11T11:22:19.950Z | |
| 4398 | 2026-08-11T11:22:19.950Z | Aug 11 11:22:18.988 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 } }] |
| 4399 | 2026-08-11T11:22:19.950Z | Aug 11 11:22:18.988Aug 11 11:22:18.988Aug 11 11:22:18.988 INFODEBGDEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffcreated new freemap |
| 4400 | 2026-08-11T11:22:19.950Z | reset freemap, , unitunit:: Aug 11 11:22:18.988freemap_route_ipv6freemap_route_ipv6 |
| 4401 | 2026-08-11T11:22:19.950Z | |
| 4402 | 2026-08-11T11:22:19.950Z | DEBG Aug 11 11:22:18.988 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4403 | 2026-08-11T11:22:19.950Z | Aug 11 11:22:18.988 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 } }] |
| 4404 | 2026-08-11T11:22:19.950Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.988 |
| 4405 | 2026-08-11T11:22:19.950Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:22:18.988 |
| 4406 | 2026-08-11T11:22:19.950Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4407 | 2026-08-11T11:22:19.950Z | Aug 11 11:22:18.988 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:22:18.988 |
| 4408 | 2026-08-11T11:22:19.950Z | DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.988 |
| 4409 | 2026-08-11T11:22:19.950Z | Aug 11 11:22:18.988INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4410 | 2026-08-11T11:22:19.954Z | DEBGAug 11 11:22:18.988 initted freemap. size: 64 , INFOAug 11 11:22:18.988unit :DEBG freemap_route_ipv4 |
| 4411 | 2026-08-11T11:22:19.954Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:6::/64 -> 2001:db8::55:ff |
| 4412 | 2026-08-11T11:22:19.955Z | |
| 4413 | 2026-08-11T11:22:19.955Z | Aug 11 11:22:18.988 DEBG reset freemap, Aug 11 11:22:18.988unit :Aug 11 11:22:18.988INFO freemap_route_ipv4DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4414 | 2026-08-11T11:22:19.955Z | |
| 4415 | 2026-08-11T11:22:19.955Z | 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 } }] |
| 4416 | 2026-08-11T11:22:19.955Z | Aug 11 11:22:18.988Aug 11 11:22:18.988Aug 11 11:22:18.988 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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, |
| 4417 | 2026-08-11T11:22:19.955Z | unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff: |
| 4418 | 2026-08-11T11:22:19.955Z | freemap_route_ipv6 |
| 4419 | 2026-08-11T11:22:19.955Z | Aug 11 11:22:18.988 INFOAug 11 11:22:18.988 Aug 11 11:22:18.988 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 4420 | 2026-08-11T11:22:19.955Z | 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 } }] reset freemap |
| 4421 | 2026-08-11T11:22:19.955Z | , unitAug 11 11:22:18.988:Aug 11 11:22:18.988 INFODEBGfreemap_route_ipv6 |
| 4422 | 2026-08-11T11:22:19.955Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4423 | 2026-08-11T11:22:19.955Z | |
| 4424 | 2026-08-11T11:22:19.955Z | Aug 11 11:22:18.988 Aug 11 11:22:18.988Aug 11 11:22:18.988 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG |
| 4425 | 2026-08-11T11:22:19.955Z | |
| 4426 | 2026-08-11T11:22:19.955Z | 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 } }] |
| 4427 | 2026-08-11T11:22:19.955Z | Aug 11 11:22:18.988 DEBGAug 11 11:22:18.988 Aug 11 11:22:18.988replacing 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 } }] |
| 4428 | 2026-08-11T11:22:19.955Z | INFO DEBG adding route 3fff:beef:9::/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 } }] |
| 4429 | 2026-08-11T11:22:19.955Z | Aug 11 11:22:18.988 |
| 4430 | 2026-08-11T11:22:19.955Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4431 | 2026-08-11T11:22:19.955Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 DEBGDEBG Aug 11 11:22:18.988 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 4432 | 2026-08-11T11:22:19.955Z | DEBG |
| 4433 | 2026-08-11T11:22:19.955Z | 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 } }] |
| 4434 | 2026-08-11T11:22:19.955Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4435 | 2026-08-11T11:22:19.955Z | |
| 4436 | 2026-08-11T11:22:19.955Z | Aug 11 11:22:18.988 DEBGDEBG Aug 11 11:22:18.988replacing 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 } }] initted freemap. size: 64DEBG, |
| 4437 | 2026-08-11T11:22:19.955Z | unit :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 } }] |
| 4438 | 2026-08-11T11:22:19.955Z | freemap_route_ipv4 |
| 4439 | 2026-08-11T11:22:19.955Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 Aug 11 11:22:18.988INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreset freemap |
| 4440 | 2026-08-11T11:22:19.955Z | , unit: INFOfreemap_route_ipv4Aug 11 11:22:18.988 |
| 4441 | 2026-08-11T11:22:19.955Z | DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4442 | 2026-08-11T11:22:19.955Z | 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 } }] |
| 4443 | 2026-08-11T11:22:19.955Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 Aug 11 11:22:18.988DEBG INFODEBG initted freemap. size: 64adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 4444 | 2026-08-11T11:22:19.955Z | |
| 4445 | 2026-08-11T11:22:19.955Z | unit: freemap_route_ipv6 |
| 4446 | 2026-08-11T11:22:19.955Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff Aug 11 11:22:18.988 |
| 4447 | 2026-08-11T11:22:19.955Z | 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 |
| 4448 | 2026-08-11T11:22:19.955Z | reset freemap, unit: Aug 11 11:22:18.988freemap_route_ipv6 Aug 11 11:22:18.988 |
| 4449 | 2026-08-11T11:22:19.955Z | INFODEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4450 | 2026-08-11T11:22:19.955Z | |
| 4451 | 2026-08-11T11:22:19.956Z | Aug 11 11:22:18.988 INFO Aug 11 11:22:18.988adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4452 | 2026-08-11T11:22:19.956Z | Aug 11 11:22:18.988INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 11 11:22:18.988DEBG |
| 4453 | 2026-08-11T11:22:19.956Z | 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 } }] |
| 4454 | 2026-08-11T11:22:19.956Z | DEBG Aug 11 11:22:18.988replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 11 11:22:18.988DEBG |
| 4455 | 2026-08-11T11:22:19.956Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 4456 | 2026-08-11T11:22:19.956Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 11 11:22:18.988 |
| 4457 | 2026-08-11T11:22:19.956Z | INFOAug 11 11:22:18.988 adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:22:18.988 |
| 4458 | 2026-08-11T11:22:19.956Z | DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4459 | 2026-08-11T11:22:19.956Z | |
| 4460 | 2026-08-11T11:22:19.956Z | Aug 11 11:22:18.988 DEBG Aug 11 11:22:18.988replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 11 11:22:18.988 |
| 4461 | 2026-08-11T11:22:19.956Z | INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4462 | 2026-08-11T11:22:19.956Z | 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 } }] |
| 4463 | 2026-08-11T11:22:19.956Z | Aug 11 11:22:18.988Aug 11 11:22:18.988Aug 11 11:22:18.988 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4464 | 2026-08-11T11:22:19.956Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 4465 | 2026-08-11T11:22:19.956Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4466 | 2026-08-11T11:22:19.956Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 Aug 11 11:22:18.988INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4467 | 2026-08-11T11:22:19.956Z | 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 |
| 4468 | 2026-08-11T11:22:19.956Z | 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 } }] |
| 4469 | 2026-08-11T11:22:19.956Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 INFODEBGAug 11 11:22:18.988 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 |
| 4470 | 2026-08-11T11:22:19.956Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4471 | 2026-08-11T11:22:19.956Z | |
| 4472 | 2026-08-11T11:22:19.956Z | Aug 11 11:22:18.988 INFOAug 11 11:22:18.988Aug 11 11:22:18.988 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4473 | 2026-08-11T11:22:19.956Z | 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: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 } }] |
| 4474 | 2026-08-11T11:22:19.956Z | Aug 11 11:22:18.988 |
| 4475 | 2026-08-11T11:22:19.956Z | DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.988Aug 11 11:22:18.988 |
| 4476 | 2026-08-11T11:22:19.956Z | INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff Aug 11 11:22:18.988 |
| 4477 | 2026-08-11T11:22:19.956Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4478 | 2026-08-11T11:22:19.956Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4479 | 2026-08-11T11:22:19.956Z | Aug 11 11:22:18.988 Aug 11 11:22:18.988DEBG Aug 11 11:22:18.988replacing 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 |
| 4480 | 2026-08-11T11:22:19.956Z | 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 } }] |
| 4481 | 2026-08-11T11:22:19.956Z | 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 } }] |
| 4482 | 2026-08-11T11:22:19.956Z | Aug 11 11:22:18.988 Aug 11 11:22:18.988INFO INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 11 11:22:18.988 |
| 4483 | 2026-08-11T11:22:19.956Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 11 11:22:18.988 |
| 4484 | 2026-08-11T11:22:19.956Z | |
| 4485 | 2026-08-11T11:22:19.956Z | DEBG Aug 11 11:22:18.988replacing 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 } }] |
| 4486 | 2026-08-11T11:22:19.956Z | DEBGAug 11 11:22:18.988 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 } }] |
| 4487 | 2026-08-11T11:22:19.956Z | DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.988 |
| 4488 | 2026-08-11T11:22:19.956Z | INFOAug 11 11:22:18.988 Aug 11 11:22:18.988INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4489 | 2026-08-11T11:22:19.956Z | |
| 4490 | 2026-08-11T11:22:19.957Z | |
| 4491 | 2026-08-11T11:22:19.957Z | Aug 11 11:22:18.988Aug 11 11:22:18.988 Aug 11 11:22:18.988DEBG DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4492 | 2026-08-11T11:22:19.957Z | 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: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 } }] |
| 4493 | 2026-08-11T11:22:19.957Z | Aug 11 11:22:18.989 |
| 4494 | 2026-08-11T11:22:19.957Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4495 | 2026-08-11T11:22:19.957Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 4496 | 2026-08-11T11:22:19.957Z | |
| 4497 | 2026-08-11T11:22:19.957Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989 |
| 4498 | 2026-08-11T11:22:19.957Z | DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989Aug 11 11:22:18.989 |
| 4499 | 2026-08-11T11:22:19.957Z | DEBG INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4500 | 2026-08-11T11:22:19.957Z | Aug 11 11:22:18.989adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4501 | 2026-08-11T11:22:19.957Z | Aug 11 11:22:18.989INFO INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 11 11:22:18.989adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4502 | 2026-08-11T11:22:19.957Z | DEBG |
| 4503 | 2026-08-11T11:22:19.957Z | 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 } }] |
| 4504 | 2026-08-11T11:22:19.957Z | Aug 11 11:22:18.989 DEBGAug 11 11:22:18.989 Aug 11 11:22:18.989 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4505 | 2026-08-11T11:22:19.957Z | |
| 4506 | 2026-08-11T11:22:19.957Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4507 | 2026-08-11T11:22:19.957Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4508 | 2026-08-11T11:22:19.957Z | |
| 4509 | 2026-08-11T11:22:19.957Z | Aug 11 11:22:18.989 Aug 11 11:22:18.989Aug 11 11:22:18.989DEBG DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }] |
| 4510 | 2026-08-11T11:22:19.961Z | |
| 4511 | 2026-08-11T11:22:19.961Z | |
| 4512 | 2026-08-11T11:22:19.961Z | Aug 11 11:22:18.989Aug 11 11:22:18.989Aug 11 11:22:18.989 INFOINFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4513 | 2026-08-11T11:22:19.961Z | |
| 4514 | 2026-08-11T11:22:19.961Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4515 | 2026-08-11T11:22:19.961Z | Aug 11 11:22:18.989 Aug 11 11:22:18.989DEBGAug 11 11:22:18.989 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4516 | 2026-08-11T11:22:19.961Z | 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: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 } }] |
| 4517 | 2026-08-11T11:22:19.962Z | |
| 4518 | 2026-08-11T11:22:19.962Z | Aug 11 11:22:18.989Aug 11 11:22:18.989Aug 11 11:22:18.989 INFO INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO |
| 4519 | 2026-08-11T11:22:19.962Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4520 | 2026-08-11T11:22:19.962Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 11 11:22:18.989Aug 11 11:22:18.989 DEBGDEBG |
| 4521 | 2026-08-11T11:22:19.962Z | 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: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 } }] |
| 4522 | 2026-08-11T11:22:19.962Z | |
| 4523 | 2026-08-11T11:22:19.962Z | Aug 11 11:22:18.989 DEBGAug 11 11:22:18.989Aug 11 11:22:18.989 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOINFO |
| 4524 | 2026-08-11T11:22:19.962Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4525 | 2026-08-11T11:22:19.962Z | |
| 4526 | 2026-08-11T11:22:19.962Z | Aug 11 11:22:18.989Aug 11 11:22:18.989Aug 11 11:22:18.989 DEBGDEBGINFO 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: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 } }] |
| 4527 | 2026-08-11T11:22:19.962Z | |
| 4528 | 2026-08-11T11:22:19.962Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4529 | 2026-08-11T11:22:19.962Z | Aug 11 11:22:18.989Aug 11 11:22:18.989Aug 11 11:22:18.989 DEBGINFO INFOadding route 3fff:beef:14::/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 } }] |
| 4530 | 2026-08-11T11:22:19.962Z | |
| 4531 | 2026-08-11T11:22:19.962Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4532 | 2026-08-11T11:22:19.962Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 INFODEBG adding route 3fff:beef:b::/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 } }]Aug 11 11:22:18.989 |
| 4533 | 2026-08-11T11:22:19.962Z | |
| 4534 | 2026-08-11T11:22:19.962Z | DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989Aug 11 11:22:18.989 INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4535 | 2026-08-11T11:22:19.962Z | 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 } }] |
| 4536 | 2026-08-11T11:22:19.962Z | |
| 4537 | 2026-08-11T11:22:19.962Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989INFO DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4538 | 2026-08-11T11:22:19.962Z | |
| 4539 | 2026-08-11T11:22:19.962Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4540 | 2026-08-11T11:22:19.962Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989INFO DEBG DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4541 | 2026-08-11T11:22:19.962Z | 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: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 } }] |
| 4542 | 2026-08-11T11:22:19.962Z | |
| 4543 | 2026-08-11T11:22:19.962Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989 INFO DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4544 | 2026-08-11T11:22:19.962Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4545 | 2026-08-11T11:22:19.962Z | |
| 4546 | 2026-08-11T11:22:19.962Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 INFOAug 11 11:22:18.989 DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4547 | 2026-08-11T11:22:19.962Z | 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 |
| 4548 | 2026-08-11T11:22:19.962Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989 |
| 4549 | 2026-08-11T11:22:19.962Z | Aug 11 11:22:18.989 DEBGINFOAug 11 11:22:18.989 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:1d::/64 -> 2001:db8::55:ff |
| 4550 | 2026-08-11T11:22:19.962Z | |
| 4551 | 2026-08-11T11:22:19.962Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4552 | 2026-08-11T11:22:19.962Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 INFODEBGAug 11 11:22:18.989 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4553 | 2026-08-11T11:22:19.962Z | |
| 4554 | 2026-08-11T11:22:19.962Z | 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 } }] |
| 4555 | 2026-08-11T11:22:19.962Z | Aug 11 11:22:18.989 DEBGAug 11 11:22:18.989 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989INFO |
| 4556 | 2026-08-11T11:22:19.963Z | INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4557 | 2026-08-11T11:22:19.963Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4558 | 2026-08-11T11:22:19.963Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 INFO Aug 11 11:22:18.989adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 4559 | 2026-08-11T11:22:19.963Z | DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4560 | 2026-08-11T11:22:19.963Z | Aug 11 11:22:18.989replacing 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 } }] |
| 4561 | 2026-08-11T11:22:19.963Z | DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989 |
| 4562 | 2026-08-11T11:22:19.963Z | Aug 11 11:22:18.989INFO INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4563 | 2026-08-11T11:22:19.963Z | Aug 11 11:22:18.989 |
| 4564 | 2026-08-11T11:22:19.963Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4565 | 2026-08-11T11:22:19.963Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 DEBGDEBGAug 11 11:22:18.989 DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4566 | 2026-08-11T11:22:19.963Z | |
| 4567 | 2026-08-11T11:22:19.963Z | 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 } }] |
| 4568 | 2026-08-11T11:22:19.963Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989INFO INFOINFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4569 | 2026-08-11T11:22:19.963Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4570 | 2026-08-11T11:22:19.963Z | |
| 4571 | 2026-08-11T11:22:19.963Z | Aug 11 11:22:18.989Aug 11 11:22:18.989Aug 11 11:22:18.989 DEBGDEBGDEBG 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: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 } }] |
| 4572 | 2026-08-11T11:22:19.963Z | |
| 4573 | 2026-08-11T11:22:19.963Z | 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 } }] |
| 4574 | 2026-08-11T11:22:19.963Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO |
| 4575 | 2026-08-11T11:22:19.963Z | |
| 4576 | 2026-08-11T11:22:19.963Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4577 | 2026-08-11T11:22:19.963Z | Aug 11 11:22:18.989Aug 11 11:22:18.989Aug 11 11:22:18.989 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: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 } }] |
| 4578 | 2026-08-11T11:22:19.963Z | |
| 4579 | 2026-08-11T11:22:19.963Z | DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989Aug 11 11:22:18.989 |
| 4580 | 2026-08-11T11:22:19.963Z | INFO INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 11 11:22:18.989 |
| 4581 | 2026-08-11T11:22:19.963Z | |
| 4582 | 2026-08-11T11:22:19.963Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4583 | 2026-08-11T11:22:19.963Z | Aug 11 11:22:18.989 DEBGAug 11 11:22:18.989 Aug 11 11:22:18.989Aug 11 11:22:18.989 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 } }] |
| 4584 | 2026-08-11T11:22:19.963Z | 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 } }]DEBG |
| 4585 | 2026-08-11T11:22:19.963Z | 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 |
| 4586 | 2026-08-11T11:22:19.963Z | Aug 11 11:22:18.989, unitINFO: freemap_route_ipv4 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4587 | 2026-08-11T11:22:19.963Z | |
| 4588 | 2026-08-11T11:22:19.963Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 DEBGDEBG created new freemapreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 4589 | 2026-08-11T11:22:19.963Z | unit: freemap_route_ipv6 |
| 4590 | 2026-08-11T11:22:19.963Z | Aug 11 11:22:18.989 Aug 11 11:22:18.989INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4591 | 2026-08-11T11:22:19.963Z | initted freemap. size: 64, unit: freemap_route_ipv4Aug 11 11:22:18.989 |
| 4592 | 2026-08-11T11:22:19.963Z | Aug 11 11:22:18.988DEBG DEBGAug 11 11:22:18.989 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: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 } }] |
| 4593 | 2026-08-11T11:22:19.963Z | DEBG |
| 4594 | 2026-08-11T11:22:19.963Z | reset freemap, unit:Aug 11 11:22:18.989 freemap_route_ipv4INFO |
| 4595 | 2026-08-11T11:22:19.964Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 11 11:22:18.989 |
| 4596 | 2026-08-11T11:22:19.964Z | INFOAug 11 11:22:18.989Aug 11 11:22:18.989 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4597 | 2026-08-11T11:22:19.964Z | DEBG initted freemap. size: 64replacing 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 } }], |
| 4598 | 2026-08-11T11:22:19.964Z | unitAug 11 11:22:18.989 :DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989 |
| 4599 | 2026-08-11T11:22:19.964Z | INFOfreemap_route_ipv6 |
| 4600 | 2026-08-11T11:22:19.964Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4601 | 2026-08-11T11:22:19.964Z | Aug 11 11:22:18.989 INFOAug 11 11:22:18.989 Aug 11 11:22:18.989 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff DEBGDEBG |
| 4602 | 2026-08-11T11:22:19.964Z | reset freemapreplacing 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 } }], |
| 4603 | 2026-08-11T11:22:19.964Z | unitAug 11 11:22:18.989: freemap_route_ipv6DEBG |
| 4604 | 2026-08-11T11:22:19.964Z | replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989 |
| 4605 | 2026-08-11T11:22:19.964Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 11 11:22:18.989 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4606 | 2026-08-11T11:22:19.964Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 |
| 4607 | 2026-08-11T11:22:19.964Z | INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4608 | 2026-08-11T11:22:19.964Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:22:18.989 |
| 4609 | 2026-08-11T11:22:19.964Z | DEBGAug 11 11:22:18.989 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 } }]DEBGAug 11 11:22:18.989 |
| 4610 | 2026-08-11T11:22:19.968Z | 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 } }] |
| 4611 | 2026-08-11T11:22:19.968Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:22:18.989Aug 11 11:22:18.989 |
| 4612 | 2026-08-11T11:22:19.968Z | INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4613 | 2026-08-11T11:22:19.968Z | |
| 4614 | 2026-08-11T11:22:19.968Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989DEBG INFODEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4615 | 2026-08-11T11:22:19.968Z | |
| 4616 | 2026-08-11T11:22:19.968Z | 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 } }] |
| 4617 | 2026-08-11T11:22:19.968Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 INFODEBGAug 11 11:22:18.989 INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4618 | 2026-08-11T11:22:19.968Z | 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:e::/64 -> 2001:db8::55:ff |
| 4619 | 2026-08-11T11:22:19.968Z | |
| 4620 | 2026-08-11T11:22:19.969Z | Aug 11 11:22:18.989 DEBG Aug 11 11:22:18.989replacing 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 } }] |
| 4621 | 2026-08-11T11:22:19.969Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:22:18.989 |
| 4622 | 2026-08-11T11:22:19.969Z | INFOAug 11 11:22:18.989Aug 11 11:22:18.989 DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG 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: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 } }] |
| 4623 | 2026-08-11T11:22:19.969Z | |
| 4624 | 2026-08-11T11:22:19.969Z | |
| 4625 | 2026-08-11T11:22:19.969Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4626 | 2026-08-11T11:22:19.969Z | |
| 4627 | 2026-08-11T11:22:19.969Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989 INFODEBGINFO adding route 3fff:beef:16::/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 } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4628 | 2026-08-11T11:22:19.969Z | |
| 4629 | 2026-08-11T11:22:19.969Z | |
| 4630 | 2026-08-11T11:22:19.969Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989DEBG INFODEBG 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:10::/64 -> 2001:db8::55:ff |
| 4631 | 2026-08-11T11:22:19.969Z | 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 } }] |
| 4632 | 2026-08-11T11:22:19.969Z | |
| 4633 | 2026-08-11T11:22:19.969Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 INFOINFOAug 11 11:22:18.989 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4634 | 2026-08-11T11:22:19.969Z | |
| 4635 | 2026-08-11T11:22:19.969Z | 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 } }] |
| 4636 | 2026-08-11T11:22:19.969Z | Aug 11 11:22:18.989 Aug 11 11:22:18.989DEBGAug 11 11:22:18.989 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 } }]DEBG |
| 4637 | 2026-08-11T11:22:19.969Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4638 | 2026-08-11T11:22:19.969Z | |
| 4639 | 2026-08-11T11:22:19.969Z | test route::tests::grow_succeeds ... ok |
| 4640 | 2026-08-11T11:22:19.969Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989 DEBG INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4641 | 2026-08-11T11:22:19.969Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4642 | 2026-08-11T11:22:19.969Z | |
| 4643 | 2026-08-11T11:22:19.969Z | Aug 11 11:22:18.989 INFOAug 11 11:22:18.989 Aug 11 11:22:18.989DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff DEBG |
| 4644 | 2026-08-11T11:22:19.969Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4645 | 2026-08-11T11:22:19.969Z | |
| 4646 | 2026-08-11T11:22:19.969Z | Aug 11 11:22:18.989 DEBG Aug 11 11:22:18.989Aug 11 11:22:18.989 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4647 | 2026-08-11T11:22:19.969Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4648 | 2026-08-11T11:22:19.969Z | |
| 4649 | 2026-08-11T11:22:19.969Z | Aug 11 11:22:18.989 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4650 | 2026-08-11T11:22:19.969Z | Aug 11 11:22:18.989Aug 11 11:22:18.989 DEBGAug 11 11:22:18.989DEBG 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 } }]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 } }] |
| 4651 | 2026-08-11T11:22:19.969Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989 |
| 4652 | 2026-08-11T11:22:19.969Z | |
| 4653 | 2026-08-11T11:22:19.969Z | Aug 11 11:22:18.989 INFO Aug 11 11:22:18.989Aug 11 11:22:18.989adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4654 | 2026-08-11T11:22:19.969Z | INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 11 11:22:18.989 |
| 4655 | 2026-08-11T11:22:19.969Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff INFODEBG |
| 4656 | 2026-08-11T11:22:19.969Z | adding route 3fff:beef:23::/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 } }]Aug 11 11:22:18.990 |
| 4657 | 2026-08-11T11:22:19.969Z | |
| 4658 | 2026-08-11T11:22:19.969Z | DEBGAug 11 11:22:18.990 Aug 11 11:22:18.990Aug 11 11:22:18.990 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 } }] |
| 4659 | 2026-08-11T11:22:19.970Z | DEBGINFODEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:18.990 |
| 4660 | 2026-08-11T11:22:19.970Z | 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:1b::/64 -> 2001:db8::55:ff |
| 4661 | 2026-08-11T11:22:19.970Z | |
| 4662 | 2026-08-11T11:22:19.970Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4663 | 2026-08-11T11:22:19.970Z | Aug 11 11:22:18.990Aug 11 11:22:18.990 Aug 11 11:22:18.990INFOAug 11 11:22:18.990 DEBGINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4664 | 2026-08-11T11:22:19.970Z | 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 } }] |
| 4665 | 2026-08-11T11:22:19.970Z | |
| 4666 | 2026-08-11T11:22:19.970Z | |
| 4667 | 2026-08-11T11:22:19.970Z | Aug 11 11:22:18.990 INFO Aug 11 11:22:18.990adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 11 11:22:18.990 |
| 4668 | 2026-08-11T11:22:19.970Z | DEBG DEBG Aug 11 11:22:18.990replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:18.990replacing 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 |
| 4669 | 2026-08-11T11:22:19.970Z | |
| 4670 | 2026-08-11T11:22:19.970Z | 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 } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4671 | 2026-08-11T11:22:19.970Z | |
| 4672 | 2026-08-11T11:22:19.970Z | Aug 11 11:22:18.990Aug 11 11:22:18.990 Aug 11 11:22:18.990 INFOAug 11 11:22:18.990INFOINFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4673 | 2026-08-11T11:22:19.970Z | adding route 3fff:beef:17::/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 } }] |
| 4674 | 2026-08-11T11:22:19.970Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4675 | 2026-08-11T11:22:19.970Z | |
| 4676 | 2026-08-11T11:22:19.970Z | Aug 11 11:22:18.990 DEBGAug 11 11:22:18.990 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990DEBG |
| 4677 | 2026-08-11T11:22:19.970Z | Aug 11 11:22:18.990INFO 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 |
| 4678 | 2026-08-11T11:22:19.970Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4679 | 2026-08-11T11:22:19.970Z | Aug 11 11:22:18.990 Aug 11 11:22:18.990INFO Aug 11 11:22:18.990DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff 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 } }]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 } }] |
| 4680 | 2026-08-11T11:22:19.970Z | |
| 4681 | 2026-08-11T11:22:19.970Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4682 | 2026-08-11T11:22:19.970Z | |
| 4683 | 2026-08-11T11:22:19.970Z | Aug 11 11:22:18.990 DEBGAug 11 11:22:18.990 Aug 11 11:22:18.990replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990 |
| 4684 | 2026-08-11T11:22:19.970Z | DEBGINFO adding route 3fff:beef:1e::/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 } }]INFO |
| 4685 | 2026-08-11T11:22:19.970Z | |
| 4686 | 2026-08-11T11:22:19.970Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 11 11:22:18.990 |
| 4687 | 2026-08-11T11:22:19.970Z | Aug 11 11:22:18.990INFO DEBGAug 11 11:22:18.990 Aug 11 11:22:18.990 DEBGINFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4688 | 2026-08-11T11:22:19.970Z | 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 } }] |
| 4689 | 2026-08-11T11:22:19.970Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4690 | 2026-08-11T11:22:19.970Z | |
| 4691 | 2026-08-11T11:22:19.970Z | Aug 11 11:22:18.990Aug 11 11:22:18.990Aug 11 11:22:18.990 Aug 11 11:22:18.990DEBGINFO 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 } }] DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4692 | 2026-08-11T11:22:19.970Z | |
| 4693 | 2026-08-11T11:22:19.970Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4694 | 2026-08-11T11:22:19.970Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4695 | 2026-08-11T11:22:19.970Z | Aug 11 11:22:18.990Aug 11 11:22:18.990 INFODEBG Aug 11 11:22:18.990 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:2f::/64 -> 2001:db8::55:ffAug 11 11:22:18.990 |
| 4696 | 2026-08-11T11:22:19.970Z | |
| 4697 | 2026-08-11T11:22:19.970Z | DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4698 | 2026-08-11T11:22:19.971Z | Aug 11 11:22:18.990replacing 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 } }] |
| 4699 | 2026-08-11T11:22:19.971Z | DEBGAug 11 11:22:18.990Aug 11 11:22:18.990 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 |
| 4700 | 2026-08-11T11:22:19.971Z | Aug 11 11:22:18.990replacing 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 Aug 11 11:22:18.990INFO |
| 4701 | 2026-08-11T11:22:19.971Z | INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4702 | 2026-08-11T11:22:19.971Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 11 11:22:18.990 |
| 4703 | 2026-08-11T11:22:19.971Z | INFO |
| 4704 | 2026-08-11T11:22:19.971Z | Aug 11 11:22:18.990 Aug 11 11:22:18.990adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 4705 | 2026-08-11T11:22:19.971Z | Aug 11 11:22:18.990 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 } }] |
| 4706 | 2026-08-11T11:22:19.971Z | 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: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 } }] |
| 4707 | 2026-08-11T11:22:19.971Z | |
| 4708 | 2026-08-11T11:22:19.971Z | Aug 11 11:22:18.990 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990 |
| 4709 | 2026-08-11T11:22:19.971Z | Aug 11 11:22:18.990Aug 11 11:22:18.990 INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO |
| 4710 | 2026-08-11T11:22:19.975Z | Aug 11 11:22:18.990 INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4711 | 2026-08-11T11:22:19.975Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 11 11:22:18.990 |
| 4712 | 2026-08-11T11:22:19.975Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBG |
| 4713 | 2026-08-11T11:22:19.975Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990Aug 11 11:22:18.990 |
| 4714 | 2026-08-11T11:22:19.975Z | DEBG DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:18.990replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990 |
| 4715 | 2026-08-11T11:22:19.975Z | |
| 4716 | 2026-08-11T11:22:19.975Z | DEBG INFOAug 11 11:22:18.990replacing 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 } }] |
| 4717 | 2026-08-11T11:22:19.975Z | Aug 11 11:22:18.990 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4718 | 2026-08-11T11:22:19.975Z | |
| 4719 | 2026-08-11T11:22:19.975Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 11 11:22:18.990 |
| 4720 | 2026-08-11T11:22:19.975Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 11 11:22:18.990 |
| 4721 | 2026-08-11T11:22:19.975Z | Aug 11 11:22:18.990 DEBGAug 11 11:22:18.990 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4722 | 2026-08-11T11:22:19.975Z | 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 } }]DEBGAug 11 11:22:18.990 DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990 |
| 4723 | 2026-08-11T11:22:19.975Z | 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 } }] |
| 4724 | 2026-08-11T11:22:19.975Z | INFO |
| 4725 | 2026-08-11T11:22:19.976Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4726 | 2026-08-11T11:22:19.976Z | Aug 11 11:22:18.990 Aug 11 11:22:18.990Aug 11 11:22:18.990INFOAug 11 11:22:18.990 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO INFODEBG |
| 4727 | 2026-08-11T11:22:19.976Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4728 | 2026-08-11T11:22:19.976Z | |
| 4729 | 2026-08-11T11:22:19.976Z | |
| 4730 | 2026-08-11T11:22:19.976Z | Aug 11 11:22:18.990 DEBGAug 11 11:22:18.990 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990 |
| 4731 | 2026-08-11T11:22:19.976Z | Aug 11 11:22:18.990DEBG INFODEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4732 | 2026-08-11T11:22:19.976Z | |
| 4733 | 2026-08-11T11:22:19.976Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990Aug 11 11:22:18.990 |
| 4734 | 2026-08-11T11:22:19.976Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFOAug 11 11:22:18.990 |
| 4735 | 2026-08-11T11:22:19.976Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 11 11:22:18.990 |
| 4736 | 2026-08-11T11:22:19.976Z | Aug 11 11:22:18.990 |
| 4737 | 2026-08-11T11:22:19.976Z | 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 } }]Aug 11 11:22:18.990replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990 |
| 4738 | 2026-08-11T11:22:19.976Z | |
| 4739 | 2026-08-11T11:22:19.976Z | DEBG Aug 11 11:22:18.990Aug 11 11:22:18.990 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4740 | 2026-08-11T11:22:19.976Z | DEBG |
| 4741 | 2026-08-11T11:22:19.976Z | |
| 4742 | 2026-08-11T11:22:19.976Z | 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 } }] |
| 4743 | 2026-08-11T11:22:19.976Z | Aug 11 11:22:18.990Aug 11 11:22:18.990Aug 11 11:22:18.990 INFOAug 11 11:22:18.990DEBG INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4744 | 2026-08-11T11:22:19.976Z | 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 |
| 4745 | 2026-08-11T11:22:19.976Z | 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 } }] |
| 4746 | 2026-08-11T11:22:19.976Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 11 11:22:18.990 |
| 4747 | 2026-08-11T11:22:19.976Z | Aug 11 11:22:18.990INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 11 11:22:18.990replacing 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 } }] |
| 4748 | 2026-08-11T11:22:19.976Z | |
| 4749 | 2026-08-11T11:22:19.976Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 11 11:22:18.990 |
| 4750 | 2026-08-11T11:22:19.976Z | Aug 11 11:22:18.990Aug 11 11:22:18.990 DEBGDEBG Aug 11 11:22:18.990INFO 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:21::/64 -> 2001:db8::55:ff |
| 4751 | 2026-08-11T11:22:19.976Z | 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 } }] |
| 4752 | 2026-08-11T11:22:19.976Z | |
| 4753 | 2026-08-11T11:22:19.976Z | DEBG Aug 11 11:22:18.990replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990 |
| 4754 | 2026-08-11T11:22:19.976Z | DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990INFO |
| 4755 | 2026-08-11T11:22:19.976Z | INFOAug 11 11:22:18.990 INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4756 | 2026-08-11T11:22:19.976Z | Aug 11 11:22:18.990 |
| 4757 | 2026-08-11T11:22:19.976Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFO |
| 4758 | 2026-08-11T11:22:19.976Z | Aug 11 11:22:18.990Aug 11 11:22:18.990adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4759 | 2026-08-11T11:22:19.976Z | Aug 11 11:22:18.990 DEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:18.990 DEBG |
| 4760 | 2026-08-11T11:22:19.976Z | DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4761 | 2026-08-11T11:22:19.976Z | |
| 4762 | 2026-08-11T11:22:19.976Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990 |
| 4763 | 2026-08-11T11:22:19.976Z | Aug 11 11:22:18.990 INFOAug 11 11:22:18.990INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4764 | 2026-08-11T11:22:19.977Z | INFO |
| 4765 | 2026-08-11T11:22:19.977Z | Aug 11 11:22:18.990 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 11 11:22:18.990 |
| 4766 | 2026-08-11T11:22:19.977Z | INFODEBG Aug 11 11:22:18.990 adding route 3fff:beef:37::/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 } }] |
| 4767 | 2026-08-11T11:22:19.977Z | Aug 11 11:22:18.990 |
| 4768 | 2026-08-11T11:22:19.977Z | 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 } }] |
| 4769 | 2026-08-11T11:22:19.977Z | Aug 11 11:22:18.990replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990 |
| 4770 | 2026-08-11T11:22:19.977Z | INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 11 11:22:18.990replacing 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 } }] |
| 4771 | 2026-08-11T11:22:19.977Z | |
| 4772 | 2026-08-11T11:22:19.977Z | Aug 11 11:22:18.990 INFOINFO Aug 11 11:22:18.990adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 11 11:22:18.990DEBG |
| 4773 | 2026-08-11T11:22:19.977Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4774 | 2026-08-11T11:22:19.977Z | 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 } }] |
| 4775 | 2026-08-11T11:22:19.977Z | INFO Aug 11 11:22:18.990adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 11 11:22:18.990 DEBG |
| 4776 | 2026-08-11T11:22:19.977Z | Aug 11 11:22:18.990replacing 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 |
| 4777 | 2026-08-11T11:22:19.977Z | INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990 |
| 4778 | 2026-08-11T11:22:19.977Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 4779 | 2026-08-11T11:22:19.977Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990 |
| 4780 | 2026-08-11T11:22:19.977Z | Aug 11 11:22:18.990 Aug 11 11:22:18.990 INFO DEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4781 | 2026-08-11T11:22:19.977Z | |
| 4782 | 2026-08-11T11:22:19.977Z | Aug 11 11:22:18.990 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:22:18.990adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4783 | 2026-08-11T11:22:19.977Z | DEBGAug 11 11:22:18.990 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 } }] |
| 4784 | 2026-08-11T11:22:19.977Z | |
| 4785 | 2026-08-11T11:22:19.977Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4786 | 2026-08-11T11:22:19.977Z | Aug 11 11:22:18.990 Aug 11 11:22:18.990Aug 11 11:22:18.990Aug 11 11:22:18.990DEBG 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 } }]INFO |
| 4787 | 2026-08-11T11:22:19.977Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4788 | 2026-08-11T11:22:19.977Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4789 | 2026-08-11T11:22:19.977Z | Aug 11 11:22:18.990 |
| 4790 | 2026-08-11T11:22:19.977Z | Aug 11 11:22:18.990INFOAug 11 11:22:18.990 DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4791 | 2026-08-11T11:22:19.977Z | 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 } }]INFOAug 11 11:22:18.990 |
| 4792 | 2026-08-11T11:22:19.977Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 11 11:22:18.990 |
| 4793 | 2026-08-11T11:22:19.977Z | DEBGAug 11 11:22:18.990 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 } }] adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4794 | 2026-08-11T11:22:19.977Z | INFO |
| 4795 | 2026-08-11T11:22:19.977Z | Aug 11 11:22:18.990 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 4796 | 2026-08-11T11:22:19.977Z | Aug 11 11:22:18.990 Aug 11 11:22:18.990 INFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4797 | 2026-08-11T11:22:19.977Z | |
| 4798 | 2026-08-11T11:22:19.977Z | DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 4799 | 2026-08-11T11:22:19.977Z | Aug 11 11:22:18.990Aug 11 11:22:18.990 |
| 4800 | 2026-08-11T11:22:19.977Z | DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990Aug 11 11:22:18.990 |
| 4801 | 2026-08-11T11:22:19.977Z | INFOINFO Aug 11 11:22:18.990adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFO |
| 4802 | 2026-08-11T11:22:19.977Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4803 | 2026-08-11T11:22:19.978Z | |
| 4804 | 2026-08-11T11:22:19.978Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4805 | 2026-08-11T11:22:19.978Z | Aug 11 11:22:18.990 Aug 11 11:22:18.990DEBGAug 11 11:22:18.990 Aug 11 11:22:18.990DEBGreplacing 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 } }] |
| 4806 | 2026-08-11T11:22:19.978Z | 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 } }]DEBG |
| 4807 | 2026-08-11T11:22:19.978Z | 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 } }] |
| 4808 | 2026-08-11T11:22:19.978Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990Aug 11 11:22:18.990 INFOINFOAug 11 11:22:18.990 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4809 | 2026-08-11T11:22:19.978Z | |
| 4810 | 2026-08-11T11:22:19.982Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4811 | 2026-08-11T11:22:19.982Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 11 11:22:18.990Aug 11 11:22:18.990 |
| 4812 | 2026-08-11T11:22:19.982Z | DEBGAug 11 11:22:18.990 INFODEBG adding route 3fff:beef:3c::/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 } }]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 } }] |
| 4813 | 2026-08-11T11:22:19.982Z | |
| 4814 | 2026-08-11T11:22:19.982Z | Aug 11 11:22:18.990 |
| 4815 | 2026-08-11T11:22:19.982Z | DEBG Aug 11 11:22:18.990replacing 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 } }] |
| 4816 | 2026-08-11T11:22:19.982Z | Aug 11 11:22:18.990INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 11 11:22:18.990adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 11 11:22:18.990 |
| 4817 | 2026-08-11T11:22:19.982Z | |
| 4818 | 2026-08-11T11:22:19.982Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 11 11:22:18.991 |
| 4819 | 2026-08-11T11:22:19.982Z | DEBG DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 4820 | 2026-08-11T11:22:19.982Z | |
| 4821 | 2026-08-11T11:22:19.982Z | Aug 11 11:22:18.991 DEBGAug 11 11:22:18.991Aug 11 11:22:18.991Aug 11 11:22:18.991 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 } }] INFOAug 11 11:22:18.990 |
| 4822 | 2026-08-11T11:22:19.982Z | adding route 3fff:beef:2c::/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 } }]DEBG |
| 4823 | 2026-08-11T11:22:19.982Z | DEBG |
| 4824 | 2026-08-11T11:22:19.982Z | failed to allocate space for the new target list |
| 4825 | 2026-08-11T11:22:19.982Z | Aug 11 11:22:18.991created new freemap , DEBGAug 11 11:22:18.991 unitreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO |
| 4826 | 2026-08-11T11:22:19.982Z | Aug 11 11:22:18.991 freemap_route_ipv4DEBG |
| 4827 | 2026-08-11T11:22:19.982Z | Aug 11 11:22:18.991Aug 11 11:22:18.991 INFOINFO adding route 3fff:beef:30::/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 } }] |
| 4828 | 2026-08-11T11:22:19.982Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 11 11:22:18.991adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4829 | 2026-08-11T11:22:19.982Z | |
| 4830 | 2026-08-11T11:22:19.982Z | |
| 4831 | 2026-08-11T11:22:19.982Z | Aug 11 11:22:18.991 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4832 | 2026-08-11T11:22:19.982Z | created new freemapAug 11 11:22:18.991, unit :DEBG Aug 11 11:22:18.991replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.991 |
| 4833 | 2026-08-11T11:22:19.983Z | freemap_route_ipv6INFO |
| 4834 | 2026-08-11T11:22:19.983Z | DEBG adding route 3fff:beef:31::/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 } }] |
| 4835 | 2026-08-11T11:22:19.983Z | |
| 4836 | 2026-08-11T11:22:19.983Z | Aug 11 11:22:18.991 Aug 11 11:22:18.991Aug 11 11:22:18.991Aug 11 11:22:18.991 INFOINFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 4837 | 2026-08-11T11:22:19.983Z | |
| 4838 | 2026-08-11T11:22:19.983Z | |
| 4839 | 2026-08-11T11:22:19.983Z | DEBG Aug 11 11:22:18.991Aug 11 11:22:18.991Aug 11 11:22:18.991 initted freemap. size: 64DEBG, 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 } }] unit |
| 4840 | 2026-08-11T11:22:19.983Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff: |
| 4841 | 2026-08-11T11:22:19.983Z | freemap_route_ipv4Aug 11 11:22:18.991DEBG INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.991 |
| 4842 | 2026-08-11T11:22:19.983Z | |
| 4843 | 2026-08-11T11:22:19.983Z | DEBGAug 11 11:22:18.991adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFOAug 11 11:22:18.991 |
| 4844 | 2026-08-11T11:22:19.983Z | 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 |
| 4845 | 2026-08-11T11:22:19.983Z | reset freemapadding route 3fff:beef:39::/64 -> 2001:db8::55:ff, Aug 11 11:22:18.991 |
| 4846 | 2026-08-11T11:22:19.983Z | Aug 11 11:22:18.991unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 4847 | 2026-08-11T11:22:19.983Z | Aug 11 11:22:18.991 |
| 4848 | 2026-08-11T11:22:19.983Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 4849 | 2026-08-11T11:22:19.983Z | Aug 11 11:22:18.991 INFOAug 11 11:22:18.991replacing 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 } }] |
| 4850 | 2026-08-11T11:22:19.983Z | Aug 11 11:22:18.991adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4851 | 2026-08-11T11:22:19.983Z | 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 } }]DEBG |
| 4852 | 2026-08-11T11:22:19.983Z | Aug 11 11:22:18.991 DEBGinitted freemap. size: 64Aug 11 11:22:18.991Aug 11 11:22:18.991 INFOINFO adding route 3fff:beef:3a::/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 } }] |
| 4853 | 2026-08-11T11:22:19.983Z | , |
| 4854 | 2026-08-11T11:22:19.983Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffunit |
| 4855 | 2026-08-11T11:22:19.983Z | Aug 11 11:22:18.991Aug 11 11:22:18.991: DEBG 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 } }] freemap_route_ipv6Aug 11 11:22:18.991 |
| 4856 | 2026-08-11T11:22:19.983Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4857 | 2026-08-11T11:22:19.983Z | |
| 4858 | 2026-08-11T11:22:19.983Z | Aug 11 11:22:18.991 DEBGDEBG Aug 11 11:22:18.991Aug 11 11:22:18.991replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.991 |
| 4859 | 2026-08-11T11:22:19.983Z | DEBG Aug 11 11:22:18.991 INFO DEBGcreated new freemapINFO , unitreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4860 | 2026-08-11T11:22:19.983Z | |
| 4861 | 2026-08-11T11:22:19.983Z | , unit::adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 11 11:22:18.991freemap_route_ipv4Aug 11 11:22:18.991 |
| 4862 | 2026-08-11T11:22:19.983Z | |
| 4863 | 2026-08-11T11:22:19.983Z | INFOfreemap_route_ipv6DEBG 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 } }] |
| 4864 | 2026-08-11T11:22:19.983Z | Aug 11 11:22:18.991 |
| 4865 | 2026-08-11T11:22:19.983Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 4866 | 2026-08-11T11:22:19.983Z | Aug 11 11:22:18.991Aug 11 11:22:18.991Aug 11 11:22:18.991Aug 11 11:22:18.991 Aug 11 11:22:18.991DEBG DEBG 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 } }]created new freemap |
| 4867 | 2026-08-11T11:22:19.983Z | , unit: freemap_route_ipv4 |
| 4868 | 2026-08-11T11:22:19.983Z | INFOAug 11 11:22:18.991 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 } }]created new freemapINFO |
| 4869 | 2026-08-11T11:22:19.983Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4870 | 2026-08-11T11:22:19.983Z | Aug 11 11:22:18.991, unit DEBG : created new freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:ff, unit: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6Aug 11 11:22:18.991 |
| 4871 | 2026-08-11T11:22:19.984Z | |
| 4872 | 2026-08-11T11:22:19.984Z | freemap_route_ipv6 |
| 4873 | 2026-08-11T11:22:19.984Z | |
| 4874 | 2026-08-11T11:22:19.984Z | INFOAug 11 11:22:18.991 Aug 11 11:22:18.991 DEBGDEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff initted freemap. size: 64, unit |
| 4875 | 2026-08-11T11:22:19.984Z | : INFO Aug 11 11:22:18.991freemap_route_ipv4 |
| 4876 | 2026-08-11T11:22:19.984Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 11 11:22:18.991 DEBG |
| 4877 | 2026-08-11T11:22:19.984Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4878 | 2026-08-11T11:22:19.984Z | reset freemap, unit: freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4879 | 2026-08-11T11:22:19.984Z | |
| 4880 | 2026-08-11T11:22:19.984Z | Aug 11 11:22:18.991 Aug 11 11:22:18.991DEBG DEBG Aug 11 11:22:18.991 initted freemap. size: 64 , unitDEBG: replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.991 |
| 4881 | 2026-08-11T11:22:19.984Z | DEBG |
| 4882 | 2026-08-11T11:22:19.984Z | initted freemap. size: 64, Aug 11 11:22:18.991Aug 11 11:22:18.991 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4883 | 2026-08-11T11:22:19.984Z | reset freemap, unit: freemap_route_ipv6 |
| 4884 | 2026-08-11T11:22:19.984Z | |
| 4885 | 2026-08-11T11:22:19.984Z | Aug 11 11:22:18.991 Aug 11 11:22:18.991 INFO INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4886 | 2026-08-11T11:22:19.984Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:22:18.991 |
| 4887 | 2026-08-11T11:22:19.984Z | |
| 4888 | 2026-08-11T11:22:19.984Z | Aug 11 11:22:18.991 DEBGAug 11 11:22:18.991 DEBGAug 11 11:22:18.996 Aug 11 11:22:18.996 created new freemap , DEBG unitDEBG DEBGcreated new freemap:, failed to allocate space for the new target list freemap_route_ipv4unit |
| 4889 | 2026-08-11T11:22:19.984Z | :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4890 | 2026-08-11T11:22:19.984Z | 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 } }] |
| 4891 | 2026-08-11T11:22:19.984Z | freemap_route_ipv4 |
| 4892 | 2026-08-11T11:22:19.984Z | |
| 4893 | 2026-08-11T11:22:19.984Z | Aug 11 11:22:18.996Aug 11 11:22:18.996Aug 11 11:22:18.996 DEBGINFO created new freemap , Aug 11 11:22:18.996unitadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:22:18.996 |
| 4894 | 2026-08-11T11:22:19.984Z | : INFODEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 4895 | 2026-08-11T11:22:19.984Z | created new freemapAug 11 11:22:18.996 replacing targets for 3fff:dead::/64 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 } }] |
| 4896 | 2026-08-11T11:22:19.984Z | DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]: |
| 4897 | 2026-08-11T11:22:19.984Z | freemap_route_ipv6 |
| 4898 | 2026-08-11T11:22:19.984Z | freemap_route_ipv6 |
| 4899 | 2026-08-11T11:22:19.984Z | unit:Aug 11 11:22:18.996 freemap_route_ipv4 INFO |
| 4900 | 2026-08-11T11:22:19.984Z | Aug 11 11:22:18.996adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4901 | 2026-08-11T11:22:19.984Z | DEBG initted freemap. size: 64, Aug 11 11:22:18.996unit Aug 11 11:22:18.996DEBG:Aug 11 11:22:18.996 Aug 11 11:22:18.996 reset freemapfreemap_route_ipv4DEBG |
| 4902 | 2026-08-11T11:22:19.984Z | DEBGDEBG, unit 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }], unitAug 11 11:22:18.996 |
| 4903 | 2026-08-11T11:22:19.984Z | :freemap_route_ipv4 |
| 4904 | 2026-08-11T11:22:19.984Z | DEBGAug 11 11:22:18.996Aug 11 11:22:18.996freemap_route_ipv4replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4905 | 2026-08-11T11:22:19.984Z | reset freemap |
| 4906 | 2026-08-11T11:22:19.984Z | INFO , DEBGunitAug 11 11:22:18.996:adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 11 11:22:18.996 freemap_route_ipv4 |
| 4907 | 2026-08-11T11:22:19.984Z | INFOinitted freemap. size: 64DEBG, unit :adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4908 | 2026-08-11T11:22:19.984Z | freemap_route_ipv6 |
| 4909 | 2026-08-11T11:22:19.984Z | |
| 4910 | 2026-08-11T11:22:19.989Z | Aug 11 11:22:18.996reset freemap , Aug 11 11:22:18.996Aug 11 11:22:18.996DEBG unitDEBGAug 11 11:22:18.996 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]: |
| 4911 | 2026-08-11T11:22:19.989Z | reset freemap, freemap_route_ipv4unit :DEBG |
| 4912 | 2026-08-11T11:22:19.989Z | Aug 11 11:22:18.996 DEBGfreemap_route_ipv6 initted freemap. size: 64replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4913 | 2026-08-11T11:22:19.989Z | |
| 4914 | 2026-08-11T11:22:19.989Z | DEBG, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:22:18.996unitAug 11 11:22:18.996 |
| 4915 | 2026-08-11T11:22:19.989Z | :INFO freemap_route_ipv6DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4916 | 2026-08-11T11:22:19.989Z | |
| 4917 | 2026-08-11T11:22:19.989Z | Aug 11 11:22:18.996 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 11 11:22:18.996 |
| 4918 | 2026-08-11T11:22:19.989Z | Aug 11 11:22:18.996 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 } }] , reset freemapunit |
| 4919 | 2026-08-11T11:22:19.989Z | Aug 11 11:22:18.996: , DEBGfreemap_route_ipv6unitAug 11 11:22:18.996 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 } }]: |
| 4920 | 2026-08-11T11:22:19.989Z | INFO |
| 4921 | 2026-08-11T11:22:19.989Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4922 | 2026-08-11T11:22:19.989Z | freemap_route_ipv6 |
| 4923 | 2026-08-11T11:22:19.989Z | Aug 11 11:22:18.996Aug 11 11:22:18.996 DEBGINFOAug 11 11:22:18.996 reset freemap adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, |
| 4924 | 2026-08-11T11:22:19.989Z | DEBGAug 11 11:22:18.996 unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] : |
| 4925 | 2026-08-11T11:22:19.989Z | INFOfreemap_route_ipv6Aug 11 11:22:18.996 |
| 4926 | 2026-08-11T11:22:19.989Z | Aug 11 11:22:18.996adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4927 | 2026-08-11T11:22:19.989Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 11 11:22:18.996replacing 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 } }] |
| 4928 | 2026-08-11T11:22:19.989Z | |
| 4929 | 2026-08-11T11:22:19.989Z | Aug 11 11:22:18.996 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 11 11:22:18.996replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 4930 | 2026-08-11T11:22:19.989Z | Aug 11 11:22:18.996 |
| 4931 | 2026-08-11T11:22:19.990Z | DEBGAug 11 11:22:18.996INFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4932 | 2026-08-11T11:22:19.990Z | Aug 11 11:22:18.996 |
| 4933 | 2026-08-11T11:22:19.990Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 4934 | 2026-08-11T11:22:19.990Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 4935 | 2026-08-11T11:22:19.990Z | Aug 11 11:22:18.996Aug 11 11:22:18.996 INFO DEBGAug 11 11:22:18.996adding route 3fff:dead::/64 -> 2001:db8::55:4 INFO |
| 4936 | 2026-08-11T11:22:19.990Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.996 |
| 4937 | 2026-08-11T11:22:19.990Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4938 | 2026-08-11T11:22:19.990Z | |
| 4939 | 2026-08-11T11:22:19.990Z | Aug 11 11:22:18.996 Aug 11 11:22:18.996DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 4940 | 2026-08-11T11:22:19.990Z | INFOAug 11 11:22:18.996 Aug 11 11:22:18.996 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFO |
| 4941 | 2026-08-11T11:22:19.990Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 |
| 4942 | 2026-08-11T11:22:19.990Z | Aug 11 11:22:18.996 |
| 4943 | 2026-08-11T11:22:19.990Z | Aug 11 11:22:18.996 DEBGDEBG Aug 11 11:22:18.996 Aug 11 11:22:18.996replacing 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 } }] |
| 4944 | 2026-08-11T11:22:19.990Z | DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 11 11:22:18.996adding route 3fff:dead::/64 -> 2001:db8::55:3 replacing targets for 3fff:dead::/64 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 } }] |
| 4945 | 2026-08-11T11:22:19.990Z | INFO |
| 4946 | 2026-08-11T11:22:19.990Z | |
| 4947 | 2026-08-11T11:22:19.990Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 11 11:22:18.996 |
| 4948 | 2026-08-11T11:22:19.990Z | Aug 11 11:22:18.996Aug 11 11:22:18.996DEBG INFOWARNAug 11 11:22:18.996 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 4949 | 2026-08-11T11:22:19.990Z | |
| 4950 | 2026-08-11T11:22:19.990Z | 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 } }] |
| 4951 | 2026-08-11T11:22:19.990Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 4952 | 2026-08-11T11:22:19.990Z | Aug 11 11:22:18.996 INFO Aug 11 11:22:18.996adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:22:18.996 |
| 4953 | 2026-08-11T11:22:19.990Z | 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 } }, 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 } }] |
| 4954 | 2026-08-11T11:22:19.990Z | Aug 11 11:22:18.996failed to allocate space for the new target list DEBG |
| 4955 | 2026-08-11T11:22:19.990Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:22:18.996 |
| 4956 | 2026-08-11T11:22:19.990Z | INFO Aug 11 11:22:18.996adding route 172.17.0.0/32 -> 10.0.0.255 |
| 4957 | 2026-08-11T11:22:19.990Z | DEBGAug 11 11:22:18.991 Aug 11 11:22:18.996replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4958 | 2026-08-11T11:22:19.990Z | INFODEBGAug 11 11:22:18.996 Aug 11 11:22:18.996replacing 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 } }] |
| 4959 | 2026-08-11T11:22:19.990Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBGDEBG |
| 4960 | 2026-08-11T11:22:19.990Z | replacing targets for 3fff:dead::/64 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 } }] |
| 4961 | 2026-08-11T11:22:19.990Z | Aug 11 11:22:18.996 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:18.996INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4962 | 2026-08-11T11:22:19.990Z | |
| 4963 | 2026-08-11T11:22:19.990Z | Aug 11 11:22:18.996 |
| 4964 | 2026-08-11T11:22:19.990Z | WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:22:18.996 |
| 4965 | 2026-08-11T11:22:19.990Z | Aug 11 11:22:18.996 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255 |
| 4966 | 2026-08-11T11:22:19.990Z | |
| 4967 | 2026-08-11T11:22:19.990Z | Aug 11 11:22:18.996 ERRO Aug 11 11:22:18.996rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 11 11:22:18.996DEBG |
| 4968 | 2026-08-11T11:22:19.991Z | 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 |
| 4969 | 2026-08-11T11:22:19.991Z | 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 } }] |
| 4970 | 2026-08-11T11:22:19.991Z | Aug 11 11:22:18.996 Aug 11 11:22:18.996ERROAug 11 11:22:18.996 shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it INFO |
| 4971 | 2026-08-11T11:22:19.991Z | INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4972 | 2026-08-11T11:22:19.991Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 4973 | 2026-08-11T11:22:19.991Z | Aug 11 11:22:18.996Aug 11 11:22:18.996 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 4974 | 2026-08-11T11:22:19.991Z | |
| 4975 | 2026-08-11T11:22:19.991Z | Aug 11 11:22:18.996 Aug 11 11:22:18.996INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4976 | 2026-08-11T11:22:19.991Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 4977 | 2026-08-11T11:22:19.991Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 4978 | 2026-08-11T11:22:19.991Z | Aug 11 11:22:18.997 DEBGAug 11 11:22:18.997Aug 11 11:22:18.997 created new freemapDEBGAug 11 11:22:19.003 , DEBGcreated new freemap DEBGcreated new freemapunit, , :unitunit:: freemap_route_ipv4 |
| 4979 | 2026-08-11T11:22:19.991Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.003 freemap_route_ipv4DEBG |
| 4980 | 2026-08-11T11:22:19.991Z | Aug 11 11:22:19.003 |
| 4981 | 2026-08-11T11:22:19.991Z | 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 } }]created new freemap |
| 4982 | 2026-08-11T11:22:19.991Z | Aug 11 11:22:19.003 Aug 11 11:22:19.003, unitDEBGINFO adding route 172.17.0.4/32 -> 10.0.0.255created new freemap |
| 4983 | 2026-08-11T11:22:19.991Z | , :Aug 11 11:22:19.003unit freemap_route_ipv6 |
| 4984 | 2026-08-11T11:22:19.991Z | INFO :adding route 3fff:beef:38::/64 -> 2001:db8::55:ff Aug 11 11:22:19.003Aug 11 11:22:19.003freemap_route_ipv6 |
| 4985 | 2026-08-11T11:22:19.991Z | DEBGDEBG |
| 4986 | 2026-08-11T11:22:19.991Z | initted freemap. size: 64 , Aug 11 11:22:19.003unit :replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG freemap_route_ipv4 |
| 4987 | 2026-08-11T11:22:19.991Z | |
| 4988 | 2026-08-11T11:22:19.991Z | initted freemap. size: 64Aug 11 11:22:19.003, Aug 11 11:22:19.003unit DEBG:DEBG freemap_route_ipv4reset freemap |
| 4989 | 2026-08-11T11:22:19.991Z | Aug 11 11:22:19.003 , unitreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4990 | 2026-08-11T11:22:19.991Z | : Aug 11 11:22:19.003freemap_route_ipv4adding route 172.17.0.5/32 -> 10.0.0.255 |
| 4991 | 2026-08-11T11:22:19.991Z | |
| 4992 | 2026-08-11T11:22:19.991Z | DEBG Aug 11 11:22:19.003Aug 11 11:22:19.003 DEBGINFO initted freemap. size: 64reset freemapAug 11 11:22:19.003, adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4993 | 2026-08-11T11:22:19.991Z | , unitDEBG:unit: replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 4994 | 2026-08-11T11:22:19.991Z | |
| 4995 | 2026-08-11T11:22:19.991Z | Aug 11 11:22:19.003freemap_route_ipv6 |
| 4996 | 2026-08-11T11:22:19.991Z | DEBGAug 11 11:22:19.003 Aug 11 11:22:19.003replacing 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 } }] |
| 4997 | 2026-08-11T11:22:19.991Z | Aug 11 11:22:19.003DEBG INFO adding route 172.17.0.6/32 -> 10.0.0.255initted freemap. size: 64 |
| 4998 | 2026-08-11T11:22:19.991Z | , DEBG reset freemapunit, Aug 11 11:22:19.003Aug 11 11:22:19.003: unitfreemap_route_ipv6 |
| 4999 | 2026-08-11T11:22:19.991Z | : DEBGINFO freemap_route_ipv6adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5000 | 2026-08-11T11:22:19.991Z | Aug 11 11:22:19.003 |
| 5001 | 2026-08-11T11:22:19.991Z | 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 |
| 5002 | 2026-08-11T11:22:19.991Z | Aug 11 11:22:19.003reset freemap Aug 11 11:22:19.003INFO, unitAug 11 11:22:19.003:adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5003 | 2026-08-11T11:22:19.991Z | INFO freemap_route_ipv6DEBG |
| 5004 | 2026-08-11T11:22:19.991Z | Aug 11 11:22:19.003 adding route 172.17.0.7/32 -> 10.0.0.255DEBG Aug 11 11:22:19.003 |
| 5005 | 2026-08-11T11:22:19.991Z | 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 } }] 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 } }] |
| 5006 | 2026-08-11T11:22:19.991Z | |
| 5007 | 2026-08-11T11:22:19.991Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5008 | 2026-08-11T11:22:19.992Z | Aug 11 11:22:19.003Aug 11 11:22:19.003 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5009 | 2026-08-11T11:22:19.992Z | DEBGAug 11 11:22:19.003 Aug 11 11:22:19.003 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.003INFO |
| 5010 | 2026-08-11T11:22:19.996Z | DEBG DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5011 | 2026-08-11T11:22:19.996Z | |
| 5012 | 2026-08-11T11:22:19.996Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5013 | 2026-08-11T11:22:19.996Z | Aug 11 11:22:19.003Aug 11 11:22:19.003 Aug 11 11:22:19.003INFO INFOadding route 172.17.0.0/32 -> 10.0.0.255 DEBG |
| 5014 | 2026-08-11T11:22:19.996Z | adding route 172.17.0.8/32 -> 10.0.0.255 Aug 11 11:22:19.003 |
| 5015 | 2026-08-11T11:22:19.996Z | INFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:22:19.003 |
| 5016 | 2026-08-11T11:22:19.996Z | Aug 11 11:22:19.003 DEBG |
| 5017 | 2026-08-11T11:22:19.996Z | 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 |
| 5018 | 2026-08-11T11:22:19.996Z | Aug 11 11:22:19.003 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 } }]DEBGAug 11 11:22:19.003 |
| 5019 | 2026-08-11T11:22:19.996Z | Aug 11 11:22:19.003INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5020 | 2026-08-11T11:22:19.996Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5021 | 2026-08-11T11:22:19.996Z | INFOAug 11 11:22:19.003 Aug 11 11:22:19.003INFOAug 11 11:22:19.003 INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5022 | 2026-08-11T11:22:19.996Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5023 | 2026-08-11T11:22:19.996Z | |
| 5024 | 2026-08-11T11:22:19.996Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:22:19.003 |
| 5025 | 2026-08-11T11:22:19.996Z | Aug 11 11:22:19.003 INFO DEBG Aug 11 11:22:19.003adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5026 | 2026-08-11T11:22:19.996Z | DEBG |
| 5027 | 2026-08-11T11:22:19.996Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 11 11:22:19.003 |
| 5028 | 2026-08-11T11:22:19.996Z | DEBGAug 11 11:22:19.003 Aug 11 11:22:19.003INFOreplacing 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:3d::/64 -> 2001:db8::55:ffDEBGAug 11 11:22:19.003 |
| 5029 | 2026-08-11T11:22:19.996Z | |
| 5030 | 2026-08-11T11:22:19.996Z | INFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5031 | 2026-08-11T11:22:19.996Z | |
| 5032 | 2026-08-11T11:22:19.996Z | Aug 11 11:22:19.003 Aug 11 11:22:19.003Aug 11 11:22:19.003 DEBGDEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:22:19.003 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 172.17.0.10/32 -> 10.0.0.255 |
| 5033 | 2026-08-11T11:22:19.996Z | INFO |
| 5034 | 2026-08-11T11:22:19.996Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5035 | 2026-08-11T11:22:19.996Z | Aug 11 11:22:19.003 |
| 5036 | 2026-08-11T11:22:19.996Z | Aug 11 11:22:19.003 DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 11 11:22:19.003 |
| 5037 | 2026-08-11T11:22:19.996Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG |
| 5038 | 2026-08-11T11:22:19.996Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.003 |
| 5039 | 2026-08-11T11:22:19.997Z | Aug 11 11:22:19.003 WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 5040 | 2026-08-11T11:22:19.997Z | Aug 11 11:22:19.003Aug 11 11:22:19.003 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 } }] adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5041 | 2026-08-11T11:22:19.997Z | |
| 5042 | 2026-08-11T11:22:19.997Z | DEBG Aug 11 11:22:19.003replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.003 |
| 5043 | 2026-08-11T11:22:19.997Z | INFOAug 11 11:22:18.996 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 } }]adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5044 | 2026-08-11T11:22:19.997Z | DEBGAug 11 11:22:19.003 |
| 5045 | 2026-08-11T11:22:19.997Z | 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 } }]INFOAug 11 11:22:19.003 |
| 5046 | 2026-08-11T11:22:19.997Z | Aug 11 11:22:19.003adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 5047 | 2026-08-11T11:22:19.997Z | INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255 |
| 5048 | 2026-08-11T11:22:19.997Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.003 |
| 5049 | 2026-08-11T11:22:19.997Z | DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5050 | 2026-08-11T11:22:19.997Z | Aug 11 11:22:19.003Aug 11 11:22:19.003 INFO Aug 11 11:22:19.003INFOAug 11 11:22:19.003 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5051 | 2026-08-11T11:22:19.997Z | |
| 5052 | 2026-08-11T11:22:19.997Z | DEBG DEBG failed to allocate space for the new target listreplacing 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 } }] |
| 5053 | 2026-08-11T11:22:19.997Z | |
| 5054 | 2026-08-11T11:22:19.997Z | Aug 11 11:22:19.003Aug 11 11:22:19.003 DEBG DEBGAug 11 11:22:19.003 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.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 } }] |
| 5055 | 2026-08-11T11:22:19.997Z | Aug 11 11:22:19.003 |
| 5056 | 2026-08-11T11:22:19.997Z | INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255 |
| 5057 | 2026-08-11T11:22:19.997Z | Aug 11 11:22:19.003replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5058 | 2026-08-11T11:22:19.997Z | Aug 11 11:22:19.003 INFOAug 11 11:22:19.003 INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 5059 | 2026-08-11T11:22:19.997Z | DEBG adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5060 | 2026-08-11T11:22:19.997Z | Aug 11 11:22:19.003 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 11 11:22:19.003 |
| 5061 | 2026-08-11T11:22:19.997Z | Aug 11 11:22:19.003 failed to allocate space for the new target listDEBG |
| 5062 | 2026-08-11T11:22:19.997Z | DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.003 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 |
| 5063 | 2026-08-11T11:22:19.997Z | |
| 5064 | 2026-08-11T11:22:19.997Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5065 | 2026-08-11T11:22:19.997Z | Aug 11 11:22:19.003Aug 11 11:22:19.003 Aug 11 11:22:19.003 INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO |
| 5066 | 2026-08-11T11:22:19.997Z | adding route 172.17.0.14/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 } }] |
| 5067 | 2026-08-11T11:22:19.997Z | |
| 5068 | 2026-08-11T11:22:19.997Z | Aug 11 11:22:19.003 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 } }] |
| 5069 | 2026-08-11T11:22:19.997Z | Aug 11 11:22:19.003 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 } }] |
| 5070 | 2026-08-11T11:22:19.997Z | Aug 11 11:22:19.003 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5071 | 2026-08-11T11:22:19.998Z | Aug 11 11:22:19.003Aug 11 11:22:19.003 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:22:19.003 |
| 5072 | 2026-08-11T11:22:19.998Z | |
| 5073 | 2026-08-11T11:22:19.998Z | DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.003 |
| 5074 | 2026-08-11T11:22:19.998Z | Aug 11 11:22:18.997Aug 11 11:22:19.003 INFOAug 11 11:22:19.003DEBG adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 5075 | 2026-08-11T11:22:19.998Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 5076 | 2026-08-11T11:22:19.998Z | DEBG, Aug 11 11:22:19.003 unitDEBG: Aug 11 11:22:19.003replacing 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 |
| 5077 | 2026-08-11T11:22:19.998Z | freemap_route_ipv4 |
| 5078 | 2026-08-11T11:22:19.998Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 5079 | 2026-08-11T11:22:19.998Z | 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 } }] |
| 5080 | 2026-08-11T11:22:19.998Z | test route::tests::identity_replace_is_noop ... ok |
| 5081 | 2026-08-11T11:22:19.998Z | Aug 11 11:22:19.003 INFOAug 11 11:22:19.003 adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 5082 | 2026-08-11T11:22:19.998Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 11 11:22:19.003 |
| 5083 | 2026-08-11T11:22:19.998Z | Aug 11 11:22:19.003 DEBGAug 11 11:22:19.003 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 } }] DEBGDEBG |
| 5084 | 2026-08-11T11:22:19.998Z | Aug 11 11:22:19.003replacing 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 } }]created new freemap , |
| 5085 | 2026-08-11T11:22:19.998Z | Aug 11 11:22:19.003 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 11 11:22:19.004Aug 11 11:22:19.004 |
| 5086 | 2026-08-11T11:22:19.998Z | DEBG created new freemapDEBG, unitcreated new freemap:, unitAug 11 11:22:19.010:freemap_route_ipv4 |
| 5087 | 2026-08-11T11:22:19.998Z | freemap_route_ipv4DEBG |
| 5088 | 2026-08-11T11:22:19.998Z | 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 } }] |
| 5089 | 2026-08-11T11:22:19.998Z | Aug 11 11:22:18.997Aug 11 11:22:19.010 DEBG created new freemap , Aug 11 11:22:19.010Aug 11 11:22:19.010unit DEBG INFODEBG : created new freemapcreated new freemapadding route 3fff:beef:5::/64 -> 2001:db8::55:ff, , unitunit: |
| 5090 | 2026-08-11T11:22:19.998Z | :freemap_route_ipv6 |
| 5091 | 2026-08-11T11:22:19.998Z | freemap_route_ipv6Aug 11 11:22:19.010 |
| 5092 | 2026-08-11T11:22:19.998Z | freemap_route_ipv4 Aug 11 11:22:19.010 |
| 5093 | 2026-08-11T11:22:19.998Z | DEBGDEBG Aug 11 11:22:19.010 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 } }]initted freemap. size: 64 |
| 5094 | 2026-08-11T11:22:19.998Z | DEBG initted freemap. size: 64, , unit: unitfreemap_route_ipv4: |
| 5095 | 2026-08-11T11:22:19.998Z | Aug 11 11:22:19.010 INFOAug 11 11:22:19.010 freemap_route_ipv4adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 5096 | 2026-08-11T11:22:19.998Z | |
| 5097 | 2026-08-11T11:22:19.998Z | DEBG Aug 11 11:22:19.010Aug 11 11:22:19.010created new freemap , Aug 11 11:22:19.010unitDEBGDEBG : reset freemapreset freemap, DEBG, unit :replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5098 | 2026-08-11T11:22:19.998Z | unitfreemap_route_ipv4 |
| 5099 | 2026-08-11T11:22:19.998Z | freemap_route_ipv6:Aug 11 11:22:19.010 |
| 5100 | 2026-08-11T11:22:19.998Z | Aug 11 11:22:19.010INFOfreemap_route_ipv4 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 5101 | 2026-08-11T11:22:19.998Z | initted freemap. size: 64 |
| 5102 | 2026-08-11T11:22:19.998Z | , unit: Aug 11 11:22:19.010Aug 11 11:22:19.010freemap_route_ipv6 Aug 11 11:22:19.010DEBG |
| 5103 | 2026-08-11T11:22:19.998Z | 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 } }] |
| 5104 | 2026-08-11T11:22:19.998Z | DEBGDEBG initted freemap. size: 64initted freemap. size: 64, Aug 11 11:22:19.010unitAug 11 11:22:19.010 :DEBGINFO freemap_route_ipv4reset freemap |
| 5105 | 2026-08-11T11:22:19.998Z | , adding route 3fff:beef:8::/64 -> 2001:db8::55:ffunit |
| 5106 | 2026-08-11T11:22:19.998Z | , unit: :freemap_route_ipv6 Aug 11 11:22:19.010Aug 11 11:22:19.010 |
| 5107 | 2026-08-11T11:22:19.998Z | freemap_route_ipv6 DEBGDEBGAug 11 11:22:19.010 |
| 5108 | 2026-08-11T11:22:19.998Z | INFOreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemap |
| 5109 | 2026-08-11T11:22:19.998Z | , adding route 172.16.0.0/32 -> 10.0.0.1unitAug 11 11:22:19.010 |
| 5110 | 2026-08-11T11:22:20.003Z | : freemap_route_ipv4 |
| 5111 | 2026-08-11T11:22:20.003Z | Aug 11 11:22:19.010Aug 11 11:22:19.010 INFODEBG DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 5112 | 2026-08-11T11:22:20.003Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 11 11:22:19.010 |
| 5113 | 2026-08-11T11:22:20.003Z | reset freemap DEBG, unitAug 11 11:22:19.010Aug 11 11:22:19.010: initted freemap. size: 64 INFOfreemap_route_ipv6 |
| 5114 | 2026-08-11T11:22:20.003Z | DEBG, unitadding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5115 | 2026-08-11T11:22:20.003Z | |
| 5116 | 2026-08-11T11:22:20.003Z | : freemap_route_ipv6 |
| 5117 | 2026-08-11T11:22:20.003Z | Aug 11 11:22:19.010Aug 11 11:22:19.010 DEBG Aug 11 11:22:19.010Aug 11 11:22:19.010replacing 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 |
| 5118 | 2026-08-11T11:22:20.003Z | DEBG reset freemapadding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO, unitAug 11 11:22:19.010 |
| 5119 | 2026-08-11T11:22:20.003Z | : INFOadding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6 |
| 5120 | 2026-08-11T11:22:20.003Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 11 11:22:19.010 |
| 5121 | 2026-08-11T11:22:20.003Z | |
| 5122 | 2026-08-11T11:22:20.003Z | Aug 11 11:22:19.010 DEBGDEBG Aug 11 11:22:19.010replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 5123 | 2026-08-11T11:22:20.003Z | |
| 5124 | 2026-08-11T11:22:20.003Z | Aug 11 11:22:19.010 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 |
| 5125 | 2026-08-11T11:22:20.003Z | Aug 11 11:22:19.010Aug 11 11:22:19.010 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5126 | 2026-08-11T11:22:20.003Z | INFOAug 11 11:22:19.010 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 5127 | 2026-08-11T11:22:20.003Z | |
| 5128 | 2026-08-11T11:22:20.003Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:22:19.010 |
| 5129 | 2026-08-11T11:22:20.003Z | Aug 11 11:22:19.010 DEBGAug 11 11:22:19.010 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 |
| 5130 | 2026-08-11T11:22:20.003Z | Aug 11 11:22:19.010 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 } }] |
| 5131 | 2026-08-11T11:22:20.003Z | Aug 11 11:22:19.010 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 } }] DEBGadding route 172.17.0.3/32 -> 10.0.0.255Aug 11 11:22:19.010 |
| 5132 | 2026-08-11T11:22:20.003Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5133 | 2026-08-11T11:22:20.003Z | |
| 5134 | 2026-08-11T11:22:20.003Z | INFOAug 11 11:22:19.010 Aug 11 11:22:19.010adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 5135 | 2026-08-11T11:22:20.003Z | DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5136 | 2026-08-11T11:22:20.003Z | Aug 11 11:22:19.010adding route 172.16.0.0/32 -> 10.0.0.2 DEBG |
| 5137 | 2026-08-11T11:22:20.003Z | Aug 11 11:22:19.010replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:19.010 |
| 5138 | 2026-08-11T11:22:20.003Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 5139 | 2026-08-11T11:22:20.004Z | Aug 11 11:22:19.010 Aug 11 11:22:19.010INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBGAug 11 11:22:19.010 |
| 5140 | 2026-08-11T11:22:20.004Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 5141 | 2026-08-11T11:22:20.004Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 5142 | 2026-08-11T11:22:20.004Z | |
| 5143 | 2026-08-11T11:22:20.004Z | Aug 11 11:22:19.010 DEBGAug 11 11:22:19.010 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 } }]INFOAug 11 11:22:19.010 |
| 5144 | 2026-08-11T11:22:20.004Z | adding route 172.17.0.5/32 -> 10.0.0.255INFO |
| 5145 | 2026-08-11T11:22:20.004Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5146 | 2026-08-11T11:22:20.004Z | Aug 11 11:22:19.010 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5147 | 2026-08-11T11:22:20.004Z | Aug 11 11:22:19.010 Aug 11 11:22:19.010INFO DEBGAug 11 11:22:19.010 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 5148 | 2026-08-11T11:22:20.004Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.6/32 -> 10.0.0.255 |
| 5149 | 2026-08-11T11:22:20.004Z | |
| 5150 | 2026-08-11T11:22:20.004Z | Aug 11 11:22:19.010 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 } }] |
| 5151 | 2026-08-11T11:22:20.004Z | Aug 11 11:22:19.010Aug 11 11:22:19.010 INFODEBG DEBG Aug 11 11:22:19.010replacing 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 } }] 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 } }] |
| 5152 | 2026-08-11T11:22:20.004Z | |
| 5153 | 2026-08-11T11:22:20.004Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4 |
| 5154 | 2026-08-11T11:22:20.004Z | |
| 5155 | 2026-08-11T11:22:20.004Z | Aug 11 11:22:19.010Aug 11 11:22:19.010Aug 11 11:22:19.010 INFO DEBGDEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5156 | 2026-08-11T11:22:20.004Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:22:19.010 |
| 5157 | 2026-08-11T11:22:20.004Z | |
| 5158 | 2026-08-11T11:22:20.004Z | INFO Aug 11 11:22:19.010adding route 172.17.0.17/32 -> 10.0.0.255 Aug 11 11:22:19.010DEBG |
| 5159 | 2026-08-11T11:22:20.004Z | 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 |
| 5160 | 2026-08-11T11:22:20.004Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:22:19.010 |
| 5161 | 2026-08-11T11:22:20.004Z | Aug 11 11:22:19.010DEBG 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 } }]Aug 11 11:22:19.010 |
| 5162 | 2026-08-11T11:22:20.004Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 5163 | 2026-08-11T11:22:20.004Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5164 | 2026-08-11T11:22:20.004Z | Aug 11 11:22:19.010Aug 11 11:22:19.010 INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 5165 | 2026-08-11T11:22:20.004Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.010 |
| 5166 | 2026-08-11T11:22:20.004Z | DEBGAug 11 11:22:19.010 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5167 | 2026-08-11T11:22:20.004Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.010 |
| 5168 | 2026-08-11T11:22:20.004Z | test route::tests::same_size_non_subset_replace ... ok |
| 5169 | 2026-08-11T11:22:20.004Z | INFOAug 11 11:22:19.010 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 5170 | 2026-08-11T11:22:20.004Z | INFOAug 11 11:22:19.010 adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 5171 | 2026-08-11T11:22:20.004Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5172 | 2026-08-11T11:22:20.004Z | Aug 11 11:22:19.010Aug 11 11:22:19.010 DEBGDEBGAug 11 11:22:19.010 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 } }] |
| 5173 | 2026-08-11T11:22:20.004Z | 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.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 } }] |
| 5174 | 2026-08-11T11:22:20.004Z | |
| 5175 | 2026-08-11T11:22:20.004Z | Aug 11 11:22:19.010freemap_route_ipv4Aug 11 11:22:19.010 Aug 11 11:22:19.010INFOINFO |
| 5176 | 2026-08-11T11:22:20.004Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 5177 | 2026-08-11T11:22:20.005Z | |
| 5178 | 2026-08-11T11:22:20.005Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5179 | 2026-08-11T11:22:20.005Z | Aug 11 11:22:19.010 Aug 11 11:22:19.010DEBG Aug 11 11:22:19.010DEBGcreated new freemap unitDEBGAug 11 11:22:19.010 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 } }] |
| 5180 | 2026-08-11T11:22:20.005Z | :DEBG freemap_route_ipv6replacing 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 } }] |
| 5181 | 2026-08-11T11:22:20.005Z | |
| 5182 | 2026-08-11T11:22:20.005Z | , 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 } }] |
| 5183 | 2026-08-11T11:22:20.005Z | Aug 11 11:22:19.010 INFOunit Aug 11 11:22:19.010adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 11 11:22:19.010 Aug 11 11:22:19.010 |
| 5184 | 2026-08-11T11:22:20.005Z | INFODEBG INFO:adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5185 | 2026-08-11T11:22:20.005Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 11 11:22:19.010 |
| 5186 | 2026-08-11T11:22:20.005Z | initted freemap. size: 64 freemap_route_ipv6DEBG, |
| 5187 | 2026-08-11T11:22:20.005Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.010 |
| 5188 | 2026-08-11T11:22:20.005Z | unit :Aug 11 11:22:19.010DEBG freemap_route_ipv4 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.010 |
| 5189 | 2026-08-11T11:22:20.005Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5190 | 2026-08-11T11:22:20.005Z | Aug 11 11:22:19.010DEBG 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 } }] |
| 5191 | 2026-08-11T11:22:20.005Z | Aug 11 11:22:19.010INFO |
| 5192 | 2026-08-11T11:22:20.005Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5193 | 2026-08-11T11:22:20.005Z | DEBGINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 11 11:22:19.010 |
| 5194 | 2026-08-11T11:22:20.005Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5195 | 2026-08-11T11:22:20.005Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5196 | 2026-08-11T11:22:20.005Z | initted freemap. size: 64 adding route 172.17.0.12/32 -> 10.0.0.255, unit |
| 5197 | 2026-08-11T11:22:20.005Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5198 | 2026-08-11T11:22:20.005Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5199 | 2026-08-11T11:22:20.005Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5200 | 2026-08-11T11:22:20.005Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5201 | 2026-08-11T11:22:20.005Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5202 | 2026-08-11T11:22:20.005Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5203 | 2026-08-11T11:22:20.005Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5204 | 2026-08-11T11:22:20.005Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5205 | 2026-08-11T11:22:20.005Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5206 | 2026-08-11T11:22:20.005Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5207 | 2026-08-11T11:22:20.005Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5208 | 2026-08-11T11:22:20.005Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5209 | 2026-08-11T11:22:20.005Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5210 | 2026-08-11T11:22:20.009Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5211 | 2026-08-11T11:22:20.009Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5212 | 2026-08-11T11:22:20.009Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5213 | 2026-08-11T11:22:20.009Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5214 | 2026-08-11T11:22:20.009Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5215 | 2026-08-11T11:22:20.009Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5216 | 2026-08-11T11:22:20.009Z | Aug 11 11:22:19.010DEBG INFO reset freemap:Aug 11 11:22:19.010Aug 11 11:22:19.010 freemap_route_ipv4adding route 172.17.0.22/32 -> 10.0.0.255DEBG |
| 5217 | 2026-08-11T11:22:20.009Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5218 | 2026-08-11T11:22:20.009Z | DEBG, unit |
| 5219 | 2026-08-11T11:22:20.009Z | replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.010 |
| 5220 | 2026-08-11T11:22:20.010Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :DEBG replacing targets for 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 } }] |
| 5221 | 2026-08-11T11:22:20.010Z | Aug 11 11:22:19.010freemap_route_ipv4 |
| 5222 | 2026-08-11T11:22:20.010Z | Aug 11 11:22:19.010INFO INFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:22:19.010 |
| 5223 | 2026-08-11T11:22:20.010Z | |
| 5224 | 2026-08-11T11:22:20.010Z | INFOAug 11 11:22:19.010 Aug 11 11:22:19.010adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5225 | 2026-08-11T11:22:20.010Z | DEBGDEBG reset freemap Aug 11 11:22:19.010, Aug 11 11:22:19.010replacing 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 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 } }] |
| 5226 | 2026-08-11T11:22:20.010Z | Aug 11 11:22:19.011Aug 11 11:22:19.011 DEBG created new freemapDEBG, Aug 11 11:22:19.017unit : INFOcreated new freemap freemap_route_ipv4adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5227 | 2026-08-11T11:22:20.010Z | |
| 5228 | 2026-08-11T11:22:20.010Z | , unit:Aug 11 11:22:19.017Aug 11 11:22:19.017 |
| 5229 | 2026-08-11T11:22:20.010Z | freemap_route_ipv4 |
| 5230 | 2026-08-11T11:22:20.010Z | DEBG 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 } }]created new freemap |
| 5231 | 2026-08-11T11:22:20.010Z | , unit: Aug 11 11:22:19.017freemap_route_ipv6 Aug 11 11:22:19.017 |
| 5232 | 2026-08-11T11:22:20.010Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:22:19.017 |
| 5233 | 2026-08-11T11:22:20.010Z | DEBG initted freemap. size: 64Aug 11 11:22:19.017, DEBGunit :initted freemap. size: 64Aug 11 11:22:19.017, unitDEBG: freemap_route_ipv6freemap_route_ipv4 |
| 5234 | 2026-08-11T11:22:20.010Z | |
| 5235 | 2026-08-11T11:22:20.010Z | 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 } }] |
| 5236 | 2026-08-11T11:22:20.010Z | Aug 11 11:22:19.017 Aug 11 11:22:19.017DEBG INFOreset freemap Aug 11 11:22:19.017, adding route 172.17.0.16/32 -> 10.0.0.255DEBGunit |
| 5237 | 2026-08-11T11:22:20.010Z | : freemap_route_ipv4 |
| 5238 | 2026-08-11T11:22:20.010Z | reset freemapAug 11 11:22:19.017, unit :DEBGAug 11 11:22:19.017 freemap_route_ipv6replacing 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 |
| 5239 | 2026-08-11T11:22:20.010Z | |
| 5240 | 2026-08-11T11:22:20.010Z | initted freemap. size: 64, Aug 11 11:22:19.017unit :INFO freemap_route_ipv6adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5241 | 2026-08-11T11:22:20.010Z | |
| 5242 | 2026-08-11T11:22:20.010Z | unitAug 11 11:22:19.017: freemap_route_ipv4Aug 11 11:22:19.017Aug 11 11:22:19.017 |
| 5243 | 2026-08-11T11:22:20.010Z | DEBGDEBGINFO reset freemapreplacing 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 } }], |
| 5244 | 2026-08-11T11:22:20.010Z | unit : adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv6 |
| 5245 | 2026-08-11T11:22:20.010Z | |
| 5246 | 2026-08-11T11:22:20.010Z | Aug 11 11:22:19.017 INFO Aug 11 11:22:19.017Aug 11 11:22:19.017 INFODEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 5247 | 2026-08-11T11:22:20.010Z | adding route 172.16.0.0/32 -> 10.0.0.1 Aug 11 11:22:19.017replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBG |
| 5248 | 2026-08-11T11:22:20.010Z | |
| 5249 | 2026-08-11T11:22:20.010Z | Aug 11 11:22:19.017 initted freemap. size: 64Aug 11 11:22:19.017DEBG, DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 5250 | 2026-08-11T11:22:20.010Z | : replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]freemap_route_ipv6 |
| 5251 | 2026-08-11T11:22:20.010Z | Aug 11 11:22:19.017 |
| 5252 | 2026-08-11T11:22:20.010Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 11 11:22:19.017 |
| 5253 | 2026-08-11T11:22:20.010Z | Aug 11 11:22:19.017INFOAug 11 11:22:19.017 adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 5254 | 2026-08-11T11:22:20.010Z | INFOAug 11 11:22:19.017 adding route 172.16.0.0/32 -> 10.0.0.1reset freemap |
| 5255 | 2026-08-11T11:22:20.010Z | 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 } }]unit |
| 5256 | 2026-08-11T11:22:20.010Z | : freemap_route_ipv6Aug 11 11:22:19.017 |
| 5257 | 2026-08-11T11:22:20.010Z | Aug 11 11:22:19.017 DEBGAug 11 11:22:19.017INFO adding route 172.17.0.20/32 -> 10.0.0.255DEBGAug 11 11:22:19.017 |
| 5258 | 2026-08-11T11:22:20.011Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5259 | 2026-08-11T11:22:20.011Z | 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 } }] |
| 5260 | 2026-08-11T11:22:20.011Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:22:19.017Aug 11 11:22:19.017 |
| 5261 | 2026-08-11T11:22:20.011Z | DEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.017 |
| 5262 | 2026-08-11T11:22:20.011Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 |
| 5263 | 2026-08-11T11:22:20.011Z | Aug 11 11:22:19.017adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5264 | 2026-08-11T11:22:20.011Z | Aug 11 11:22:19.017DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5265 | 2026-08-11T11:22:20.011Z | |
| 5266 | 2026-08-11T11:22:20.011Z | Aug 11 11:22:19.017 Aug 11 11:22:19.017DEBG Aug 11 11:22:19.017replacing 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 } }] |
| 5267 | 2026-08-11T11:22:20.011Z | 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 } }] |
| 5268 | 2026-08-11T11:22:20.011Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5269 | 2026-08-11T11:22:20.011Z | Aug 11 11:22:19.017 INFOINFO Aug 11 11:22:19.017adding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:22:19.017INFO |
| 5270 | 2026-08-11T11:22:20.011Z | INFO |
| 5271 | 2026-08-11T11:22:20.011Z | adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5272 | 2026-08-11T11:22:20.011Z | |
| 5273 | 2026-08-11T11:22:20.011Z | Aug 11 11:22:19.017 Aug 11 11:22:19.017Aug 11 11:22:19.017 DEBGAug 11 11:22:19.017DEBG DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5274 | 2026-08-11T11:22:20.011Z | |
| 5275 | 2026-08-11T11:22:20.011Z | 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.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 } }] |
| 5276 | 2026-08-11T11:22:20.011Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5277 | 2026-08-11T11:22:20.011Z | |
| 5278 | 2026-08-11T11:22:20.011Z | |
| 5279 | 2026-08-11T11:22:20.011Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5280 | 2026-08-11T11:22:20.011Z | Aug 11 11:22:19.017Aug 11 11:22:19.017 Aug 11 11:22:19.017INFOINFOAug 11 11:22:19.017 adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 5281 | 2026-08-11T11:22:20.011Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5282 | 2026-08-11T11:22:20.011Z | Aug 11 11:22:19.017adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5283 | 2026-08-11T11:22:20.011Z | INFOAug 11 11:22:19.017 DEBG Aug 11 11:22:19.017 adding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 5284 | 2026-08-11T11:22:20.011Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5285 | 2026-08-11T11:22:20.011Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5286 | 2026-08-11T11:22:20.011Z | 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 } }] |
| 5287 | 2026-08-11T11:22:20.011Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:22:19.017adding route 3fff:beef:16::/64 -> 2001:db8::55:ff DEBGDEBG |
| 5288 | 2026-08-11T11:22:20.011Z | |
| 5289 | 2026-08-11T11:22:20.011Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5290 | 2026-08-11T11:22:20.011Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5291 | 2026-08-11T11:22:20.011Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5292 | 2026-08-11T11:22:20.011Z | 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 } }] |
| 5293 | 2026-08-11T11:22:20.011Z | Aug 11 11:22:19.017Aug 11 11:22:19.017 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.017 |
| 5294 | 2026-08-11T11:22:20.011Z | Aug 11 11:22:19.017INFODEBG Aug 11 11:22:19.017adding route 172.17.0.13/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 } }] |
| 5295 | 2026-08-11T11:22:20.011Z | INFO |
| 5296 | 2026-08-11T11:22:20.011Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5297 | 2026-08-11T11:22:20.012Z | Aug 11 11:22:19.017 |
| 5298 | 2026-08-11T11:22:20.012Z | DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 5299 | 2026-08-11T11:22:20.012Z | Aug 11 11:22:19.017 |
| 5300 | 2026-08-11T11:22:20.012Z | Aug 11 11:22:19.017 DEBGAug 11 11:22:19.017 INFOAug 11 11:22:19.017DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.017INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5301 | 2026-08-11T11:22:20.012Z | |
| 5302 | 2026-08-11T11:22:20.012Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 5303 | 2026-08-11T11:22:20.012Z | |
| 5304 | 2026-08-11T11:22:20.012Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.017 |
| 5305 | 2026-08-11T11:22:20.012Z | Aug 11 11:22:19.017Aug 11 11:22:19.017Aug 11 11:22:19.017 Aug 11 11:22:19.017 DEBGINFO 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 } }] |
| 5306 | 2026-08-11T11:22:20.012Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255 replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255Aug 11 11:22:19.017 |
| 5307 | 2026-08-11T11:22:20.012Z | |
| 5308 | 2026-08-11T11:22:20.012Z | |
| 5309 | 2026-08-11T11:22:20.012Z | 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 } }] |
| 5310 | 2026-08-11T11:22:20.016Z | Aug 11 11:22:19.017Aug 11 11:22:19.017 DEBGAug 11 11:22:19.017DEBG replacing targets for 3fff:dead::/64 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.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 } }] |
| 5311 | 2026-08-11T11:22:20.016Z | |
| 5312 | 2026-08-11T11:22:20.016Z | DEBGAug 11 11:22:19.017 INFO INFOAug 11 11:22:19.017replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.017 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 5313 | 2026-08-11T11:22:20.016Z | INFO |
| 5314 | 2026-08-11T11:22:20.016Z | adding route 172.17.0.15/32 -> 10.0.0.255WARN adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5315 | 2026-08-11T11:22:20.016Z | Aug 11 11:22:19.017shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:22:19.017 |
| 5316 | 2026-08-11T11:22:20.016Z | |
| 5317 | 2026-08-11T11:22:20.016Z | DEBG Aug 11 11:22:19.017INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.017 |
| 5318 | 2026-08-11T11:22:20.016Z | DEBG DEBG Aug 11 11:22:19.017replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.3/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 5319 | 2026-08-11T11:22:20.016Z | |
| 5320 | 2026-08-11T11:22:20.016Z | |
| 5321 | 2026-08-11T11:22:20.016Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 11 11:22:19.017 |
| 5322 | 2026-08-11T11:22:20.016Z | Aug 11 11:22:19.017INFOAug 11 11:22:19.017 adding route 172.17.0.16/32 -> 10.0.0.255INFO |
| 5323 | 2026-08-11T11:22:20.016Z | adding route 172.17.0.27/32 -> 10.0.0.255DEBG 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 } }] |
| 5324 | 2026-08-11T11:22:20.016Z | |
| 5325 | 2026-08-11T11:22:20.016Z | Aug 11 11:22:19.017 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.017 |
| 5326 | 2026-08-11T11:22:20.016Z | DEBG Aug 11 11:22:19.017Aug 11 11:22:19.017 Aug 11 11:22:19.017 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 INFOINFOreplacing 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 } }] |
| 5327 | 2026-08-11T11:22:20.016Z | |
| 5328 | 2026-08-11T11:22:20.016Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 5329 | 2026-08-11T11:22:20.016Z | adding route 172.17.0.4/32 -> 10.0.0.255Aug 11 11:22:19.017Aug 11 11:22:19.017 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5330 | 2026-08-11T11:22:20.016Z | |
| 5331 | 2026-08-11T11:22:20.016Z | Aug 11 11:22:19.017 |
| 5332 | 2026-08-11T11:22:20.017Z | DEBG Aug 11 11:22:19.017replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.017 |
| 5333 | 2026-08-11T11:22:20.017Z | DEBGDEBG Aug 11 11:22:19.017 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 } }]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 } }] |
| 5334 | 2026-08-11T11:22:20.017Z | |
| 5335 | 2026-08-11T11:22:20.017Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.017 |
| 5336 | 2026-08-11T11:22:20.017Z | Aug 11 11:22:19.017INFOAug 11 11:22:19.017 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff INFO |
| 5337 | 2026-08-11T11:22:20.017Z | INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 5338 | 2026-08-11T11:22:20.017Z | Aug 11 11:22:19.017 adding route 172.17.0.29/32 -> 10.0.0.255INFO |
| 5339 | 2026-08-11T11:22:20.017Z | Aug 11 11:22:19.017adding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:22:19.017 |
| 5340 | 2026-08-11T11:22:20.017Z | 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 } }] |
| 5341 | 2026-08-11T11:22:20.017Z | Aug 11 11:22:19.017 DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.017 |
| 5342 | 2026-08-11T11:22:20.017Z | Aug 11 11:22:19.017 INFODEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 5343 | 2026-08-11T11:22:20.017Z | Aug 11 11:22:19.018 DEBG created new freemapAug 11 11:22:19.017, unit: Aug 11 11:22:19.023 |
| 5344 | 2026-08-11T11:22:20.017Z | INFOfreemap_route_ipv4DEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing 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 } }] |
| 5345 | 2026-08-11T11:22:20.017Z | |
| 5346 | 2026-08-11T11:22:20.017Z | |
| 5347 | 2026-08-11T11:22:20.017Z | Aug 11 11:22:19.023Aug 11 11:22:19.023Aug 11 11:22:19.023 DEBGINFO created new freemapadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff, Aug 11 11:22:19.023unit |
| 5348 | 2026-08-11T11:22:20.017Z | : DEBGfreemap_route_ipv6 |
| 5349 | 2026-08-11T11:22:20.017Z | 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 |
| 5350 | 2026-08-11T11:22:20.017Z | Aug 11 11:22:19.023Aug 11 11:22:19.023 adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 5351 | 2026-08-11T11:22:20.017Z | 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 } }] |
| 5352 | 2026-08-11T11:22:20.017Z | Aug 11 11:22:19.023initted freemap. size: 64 Aug 11 11:22:19.023, INFO unit adding route 172.17.0.20/32 -> 10.0.0.255Aug 11 11:22:19.023 |
| 5353 | 2026-08-11T11:22:20.017Z | : INFODEBGfreemap_route_ipv4 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 5354 | 2026-08-11T11:22:20.017Z | 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 } }] |
| 5355 | 2026-08-11T11:22:20.017Z | Aug 11 11:22:19.023 |
| 5356 | 2026-08-11T11:22:20.017Z | DEBGAug 11 11:22:19.023Aug 11 11:22:19.023 Aug 11 11:22:19.023 DEBG INFOreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5357 | 2026-08-11T11:22:20.017Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5358 | 2026-08-11T11:22:20.017Z | |
| 5359 | 2026-08-11T11:22:20.017Z | DEBG reset freemap, Aug 11 11:22:19.023Aug 11 11:22:19.023 Aug 11 11:22:19.023DEBG INFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOadding route 172.17.0.21/32 -> 10.0.0.255 unit |
| 5360 | 2026-08-11T11:22:20.017Z | :adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 5361 | 2026-08-11T11:22:20.017Z | |
| 5362 | 2026-08-11T11:22:20.017Z | freemap_route_ipv4 |
| 5363 | 2026-08-11T11:22:20.017Z | Aug 11 11:22:19.023Aug 11 11:22:19.023 INFO DEBG Aug 11 11:22:19.023 adding route 172.17.0.32/32 -> 10.0.0.255DEBGAug 11 11:22:19.023 |
| 5364 | 2026-08-11T11:22:20.017Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5365 | 2026-08-11T11:22:20.017Z | |
| 5366 | 2026-08-11T11:22:20.017Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5367 | 2026-08-11T11:22:20.017Z | initted freemap. size: 64Aug 11 11:22:19.023 Aug 11 11:22:19.023INFO Aug 11 11:22:19.023, unit DEBGadding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:22:19.023INFO : |
| 5368 | 2026-08-11T11:22:20.017Z | 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 } }] freemap_route_ipv6adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 5369 | 2026-08-11T11:22:20.017Z | |
| 5370 | 2026-08-11T11:22:20.017Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5371 | 2026-08-11T11:22:20.018Z | Aug 11 11:22:19.023 Aug 11 11:22:19.023Aug 11 11:22:19.023DEBG |
| 5372 | 2026-08-11T11:22:20.018Z | Aug 11 11:22:19.023DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5373 | 2026-08-11T11:22:20.018Z | reset freemapINFO , replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:19.023Aug 11 11:22:19.023 |
| 5374 | 2026-08-11T11:22:20.018Z | DEBG adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 5375 | 2026-08-11T11:22:20.018Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.024 |
| 5376 | 2026-08-11T11:22:20.018Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 Aug 11 11:22:19.024 |
| 5377 | 2026-08-11T11:22:20.018Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 11 11:22:19.024 DEBG |
| 5378 | 2026-08-11T11:22:20.018Z | INFOAug 11 11:22:19.024 unit: adding route 172.17.0.7/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 } }] |
| 5379 | 2026-08-11T11:22:20.018Z | Aug 11 11:22:19.024DEBG DEBG freemap_route_ipv6replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 5380 | 2026-08-11T11:22:20.018Z | |
| 5381 | 2026-08-11T11:22:20.018Z | |
| 5382 | 2026-08-11T11:22:20.018Z | |
| 5383 | 2026-08-11T11:22:20.018Z | Aug 11 11:22:19.024 DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.024Aug 11 11:22:19.024 Aug 11 11:22:19.024INFOAug 11 11:22:19.024 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 5384 | 2026-08-11T11:22:20.018Z | INFO |
| 5385 | 2026-08-11T11:22:20.018Z | INFOadding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5386 | 2026-08-11T11:22:20.018Z | Aug 11 11:22:19.024 |
| 5387 | 2026-08-11T11:22:20.018Z | Aug 11 11:22:19.024adding route 3fff:dead::/64 -> 2001:db8::55:1 INFODEBG |
| 5388 | 2026-08-11T11:22:20.018Z | 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 172.17.0.8/32 -> 10.0.0.255 |
| 5389 | 2026-08-11T11:22:20.018Z | |
| 5390 | 2026-08-11T11:22:20.018Z | Aug 11 11:22:19.024 DEBGAug 11 11:22:19.024 Aug 11 11:22:19.024INFO Aug 11 11:22:19.024Aug 11 11:22:19.024replacing 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 } }] |
| 5391 | 2026-08-11T11:22:20.018Z | DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5392 | 2026-08-11T11:22:20.018Z | 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 } }] |
| 5393 | 2026-08-11T11:22:20.018Z | 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 } }] |
| 5394 | 2026-08-11T11:22:20.018Z | DEBG Aug 11 11:22:19.024replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:22:19.024Aug 11 11:22:19.024Aug 11 11:22:19.024 |
| 5395 | 2026-08-11T11:22:20.018Z | INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 5396 | 2026-08-11T11:22:20.018Z | adding route 172.17.0.25/32 -> 10.0.0.255DEBG Aug 11 11:22:19.024replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5397 | 2026-08-11T11:22:20.018Z | |
| 5398 | 2026-08-11T11:22:20.018Z | DEBGAug 11 11:22:19.024 Aug 11 11:22:19.024replacing 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 } }] |
| 5399 | 2026-08-11T11:22:20.018Z | Aug 11 11:22:19.024 DEBG |
| 5400 | 2026-08-11T11:22:20.018Z | 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 |
| 5401 | 2026-08-11T11:22:20.018Z | Aug 11 11:22:19.024adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO |
| 5402 | 2026-08-11T11:22:20.018Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 11 11:22:19.024Aug 11 11:22:19.024 INFODEBG |
| 5403 | 2026-08-11T11:22:20.018Z | 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 } }]Aug 11 11:22:19.024 DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5404 | 2026-08-11T11:22:20.018Z | |
| 5405 | 2026-08-11T11:22:20.018Z | Aug 11 11:22:19.030adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5406 | 2026-08-11T11:22:20.018Z | |
| 5407 | 2026-08-11T11:22:20.018Z | Aug 11 11:22:19.030 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 } }]created new freemap |
| 5408 | 2026-08-11T11:22:20.019Z | Aug 11 11:22:19.030, DEBGunit :replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5409 | 2026-08-11T11:22:20.019Z | freemap_route_ipv6 |
| 5410 | 2026-08-11T11:22:20.023Z | Aug 11 11:22:19.031 Aug 11 11:22:19.031INFODEBGAug 11 11:22:19.031 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOadding route 172.17.0.24/32 -> 10.0.0.255 Aug 11 11:22:19.031adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5411 | 2026-08-11T11:22:20.023Z | |
| 5412 | 2026-08-11T11:22:20.023Z | |
| 5413 | 2026-08-11T11:22:20.023Z | DEBG initted freemap. size: 64DEBG, Aug 11 11:22:19.031Aug 11 11:22:19.031Aug 11 11:22:19.031 unitDEBG 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 } }] 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 } }] |
| 5414 | 2026-08-11T11:22:20.023Z | 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 } }] |
| 5415 | 2026-08-11T11:22:20.023Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5416 | 2026-08-11T11:22:20.023Z | freemap_route_ipv4Aug 11 11:22:19.031 |
| 5417 | 2026-08-11T11:22:20.023Z | |
| 5418 | 2026-08-11T11:22:20.023Z | Aug 11 11:22:19.031 Aug 11 11:22:19.031 INFOINFO Aug 11 11:22:19.031 Aug 11 11:22:19.031 adding route 172.17.0.25/32 -> 10.0.0.255 DEBG |
| 5419 | 2026-08-11T11:22:20.023Z | adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 5420 | 2026-08-11T11:22:20.023Z | DEBG adding route 172.17.0.37/32 -> 10.0.0.255reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5421 | 2026-08-11T11:22:20.023Z | |
| 5422 | 2026-08-11T11:22:20.023Z | Aug 11 11:22:19.031, Aug 11 11:22:19.031 DEBG Aug 11 11:22:19.031DEBG 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.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 } }] |
| 5423 | 2026-08-11T11:22:20.023Z | |
| 5424 | 2026-08-11T11:22:20.023Z | Aug 11 11:22:19.031 unitINFODEBG :adding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }] |
| 5425 | 2026-08-11T11:22:20.023Z | Aug 11 11:22:19.031 |
| 5426 | 2026-08-11T11:22:20.023Z | freemap_route_ipv4INFOAug 11 11:22:19.031 adding route 172.17.0.13/32 -> 10.0.0.255INFO |
| 5427 | 2026-08-11T11:22:20.023Z | |
| 5428 | 2026-08-11T11:22:20.023Z | Aug 11 11:22:19.031 adding route 172.17.0.26/32 -> 10.0.0.255DEBGAug 11 11:22:19.031 |
| 5429 | 2026-08-11T11:22:20.023Z | Aug 11 11:22:19.031 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 } }] |
| 5430 | 2026-08-11T11:22:20.023Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031 |
| 5431 | 2026-08-11T11:22:20.023Z | INFO Aug 11 11:22:19.031 DEBGDEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 5432 | 2026-08-11T11:22:20.023Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 11 11:22:19.031 INFO |
| 5433 | 2026-08-11T11:22:20.024Z | Aug 11 11:22:19.031replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.031 adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5434 | 2026-08-11T11:22:20.024Z | |
| 5435 | 2026-08-11T11:22:20.024Z | 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 } }]DEBG |
| 5436 | 2026-08-11T11:22:20.024Z | Aug 11 11:22:19.031Aug 11 11:22:19.031 initted freemap. size: 64 DEBG, INFO unitreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 5437 | 2026-08-11T11:22:20.024Z | freemap_route_ipv6 Aug 11 11:22:19.031adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5438 | 2026-08-11T11:22:20.024Z | Aug 11 11:22:19.031 INFOINFO |
| 5439 | 2026-08-11T11:22:20.024Z | Aug 11 11:22:19.031 adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5440 | 2026-08-11T11:22:20.024Z | DEBGAug 11 11:22:19.031 |
| 5441 | 2026-08-11T11:22:20.024Z | reset freemapDEBG, unit Aug 11 11:22:19.031: Aug 11 11:22:19.031replacing 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 } }] DEBGDEBG |
| 5442 | 2026-08-11T11:22:20.024Z | 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 } }] |
| 5443 | 2026-08-11T11:22:20.024Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 11 11:22:19.031 |
| 5444 | 2026-08-11T11:22:20.024Z | |
| 5445 | 2026-08-11T11:22:20.024Z | INFO Aug 11 11:22:19.031Aug 11 11:22:19.031 Aug 11 11:22:19.031INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5446 | 2026-08-11T11:22:20.024Z | adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 5447 | 2026-08-11T11:22:20.024Z | |
| 5448 | 2026-08-11T11:22:20.024Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5449 | 2026-08-11T11:22:20.024Z | Aug 11 11:22:19.031Aug 11 11:22:19.031Aug 11 11:22:19.031 Aug 11 11:22:19.031DEBGDEBG 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.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 } }] |
| 5450 | 2026-08-11T11:22:20.024Z | |
| 5451 | 2026-08-11T11:22:20.024Z | DEBG DEBGAug 11 11:22:19.031 INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5452 | 2026-08-11T11:22:20.024Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5453 | 2026-08-11T11:22:20.024Z | |
| 5454 | 2026-08-11T11:22:20.024Z | INFO Aug 11 11:22:19.031adding route 172.17.0.17/32 -> 10.0.0.255Aug 11 11:22:19.031 Aug 11 11:22:19.031INFO |
| 5455 | 2026-08-11T11:22:20.024Z | DEBGINFO adding route 172.17.0.29/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 } }] |
| 5456 | 2026-08-11T11:22:20.024Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5457 | 2026-08-11T11:22:20.024Z | |
| 5458 | 2026-08-11T11:22:20.024Z | Aug 11 11:22:19.031Aug 11 11:22:19.031 INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255 Aug 11 11:22:19.031replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031 |
| 5459 | 2026-08-11T11:22:20.024Z | |
| 5460 | 2026-08-11T11:22:20.024Z | DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031 |
| 5461 | 2026-08-11T11:22:20.024Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 11 11:22:19.031 |
| 5462 | 2026-08-11T11:22:20.024Z | Aug 11 11:22:19.031INFO adding route 172.17.0.26/32 -> 10.0.0.255 Aug 11 11:22:19.031DEBG INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5463 | 2026-08-11T11:22:20.024Z | |
| 5464 | 2026-08-11T11:22:20.024Z | |
| 5465 | 2026-08-11T11:22:20.024Z | 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 } }] |
| 5466 | 2026-08-11T11:22:20.024Z | Aug 11 11:22:19.031 Aug 11 11:22:19.031Aug 11 11:22:19.031 INFO DEBGAug 11 11:22:19.031 adding route 3fff:dead::/64 -> 2001:db8::55:3 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031 INFO |
| 5467 | 2026-08-11T11:22:20.024Z | |
| 5468 | 2026-08-11T11:22:20.024Z | 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 } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 11 11:22:19.031INFOreplacing 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 } }] |
| 5469 | 2026-08-11T11:22:20.024Z | |
| 5470 | 2026-08-11T11:22:20.024Z | |
| 5471 | 2026-08-11T11:22:20.025Z | adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 5472 | 2026-08-11T11:22:20.025Z | adding route 172.17.0.19/32 -> 10.0.0.255Aug 11 11:22:19.031Aug 11 11:22:19.031Aug 11 11:22:19.031Aug 11 11:22:19.031 |
| 5473 | 2026-08-11T11:22:20.025Z | INFO DEBG DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 11 11:22:19.031 |
| 5474 | 2026-08-11T11:22:20.025Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5475 | 2026-08-11T11:22:20.025Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 11 11:22:19.031DEBG |
| 5476 | 2026-08-11T11:22:20.025Z | 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 } }] |
| 5477 | 2026-08-11T11:22:20.025Z | |
| 5478 | 2026-08-11T11:22:20.025Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031 |
| 5479 | 2026-08-11T11:22:20.025Z | INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 5480 | 2026-08-11T11:22:20.025Z | Aug 11 11:22:19.031Aug 11 11:22:19.031adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 5481 | 2026-08-11T11:22:20.025Z | Aug 11 11:22:19.031 Aug 11 11:22:19.031 INFO INFOadding route 172.17.0.20/32 -> 10.0.0.255 DEBG INFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.031 |
| 5482 | 2026-08-11T11:22:20.025Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5483 | 2026-08-11T11:22:20.025Z | |
| 5484 | 2026-08-11T11:22:20.025Z | DEBGadding route 172.17.0.44/32 -> 10.0.0.255Aug 11 11:22:19.031 |
| 5485 | 2026-08-11T11:22:20.025Z | Aug 11 11:22:19.031 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 |
| 5486 | 2026-08-11T11:22:20.025Z | DEBG Aug 11 11:22:19.031 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5487 | 2026-08-11T11:22:20.025Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031adding route 172.17.0.28/32 -> 10.0.0.255Aug 11 11:22:19.031 |
| 5488 | 2026-08-11T11:22:20.025Z | DEBG |
| 5489 | 2026-08-11T11:22:20.025Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5490 | 2026-08-11T11:22:20.025Z | Aug 11 11:22:19.031Aug 11 11:22:19.031 Aug 11 11:22:19.031 DEBGAug 11 11:22:19.031 Aug 11 11:22:19.031 INFO INFODEBG INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5491 | 2026-08-11T11:22:20.025Z | DEBGadding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5492 | 2026-08-11T11:22:20.025Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5493 | 2026-08-11T11:22:20.025Z | |
| 5494 | 2026-08-11T11:22:20.025Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:22:19.031Aug 11 11:22:19.031 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 } }]INFODEBG |
| 5495 | 2026-08-11T11:22:20.025Z | |
| 5496 | 2026-08-11T11:22:20.025Z | Aug 11 11:22:19.031adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5497 | 2026-08-11T11:22:20.025Z | 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 } }]DEBGAug 11 11:22:19.031 |
| 5498 | 2026-08-11T11:22:20.025Z | INFOAug 11 11:22:19.031 Aug 11 11:22:19.031replacing 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 |
| 5499 | 2026-08-11T11:22:20.025Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5500 | 2026-08-11T11:22:20.025Z | Aug 11 11:22:19.031INFO 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 } }] |
| 5501 | 2026-08-11T11:22:20.025Z | 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 } }] |
| 5502 | 2026-08-11T11:22:20.025Z | Aug 11 11:22:19.031adding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:22:19.031Aug 11 11:22:19.031 INFO |
| 5503 | 2026-08-11T11:22:20.025Z | DEBG INFOadding route 172.17.0.30/32 -> 10.0.0.255 Aug 11 11:22:19.031adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5504 | 2026-08-11T11:22:20.025Z | |
| 5505 | 2026-08-11T11:22:20.025Z | INFO 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.33/32 -> 10.0.0.255Aug 11 11:22:19.031 Aug 11 11:22:19.031 |
| 5506 | 2026-08-11T11:22:20.025Z | |
| 5507 | 2026-08-11T11:22:20.025Z | Aug 11 11:22:19.031 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 } }]DEBG |
| 5508 | 2026-08-11T11:22:20.025Z | 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 } }]Aug 11 11:22:19.031 |
| 5509 | 2026-08-11T11:22:20.025Z | 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 } }] |
| 5510 | 2026-08-11T11:22:20.030Z | Aug 11 11:22:19.032 Aug 11 11:22:19.031 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255created new freemapAug 11 11:22:19.037 |
| 5511 | 2026-08-11T11:22:20.030Z | , Aug 11 11:22:19.031unitINFO: freemap_route_ipv4adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5512 | 2026-08-11T11:22:20.030Z | |
| 5513 | 2026-08-11T11:22:20.030Z | INFO Aug 11 11:22:19.037adding route 172.17.0.46/32 -> 10.0.0.255 DEBG |
| 5514 | 2026-08-11T11:22:20.030Z | Aug 11 11:22:19.037 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 } }] |
| 5515 | 2026-08-11T11:22:20.030Z | Aug 11 11:22:19.037DEBG DEBGAug 11 11:22:19.037created new freemap , Aug 11 11:22:19.037 DEBGunit 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_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 } }] |
| 5516 | 2026-08-11T11:22:20.030Z | INFO |
| 5517 | 2026-08-11T11:22:20.030Z | |
| 5518 | 2026-08-11T11:22:20.030Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5519 | 2026-08-11T11:22:20.030Z | Aug 11 11:22:19.037Aug 11 11:22:19.037Aug 11 11:22:19.037 INFODEBGINFO Aug 11 11:22:19.037 initted freemap. size: 64 , DEBGadding route 172.17.0.24/32 -> 10.0.0.255 unitadding route 172.17.0.47/32 -> 10.0.0.255: |
| 5520 | 2026-08-11T11:22:20.030Z | |
| 5521 | 2026-08-11T11:22:20.030Z | 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 } }] |
| 5522 | 2026-08-11T11:22:20.030Z | freemap_route_ipv4 |
| 5523 | 2026-08-11T11:22:20.030Z | Aug 11 11:22:19.037Aug 11 11:22:19.037Aug 11 11:22:19.037 INFODEBG adding route 172.17.0.33/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 } }]Aug 11 11:22:19.037 |
| 5524 | 2026-08-11T11:22:20.030Z | DEBGDEBG |
| 5525 | 2026-08-11T11:22:20.030Z | 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 } }], Aug 11 11:22:19.037unit |
| 5526 | 2026-08-11T11:22:20.030Z | :Aug 11 11:22:19.037 freemap_route_ipv4 |
| 5527 | 2026-08-11T11:22:20.030Z | Aug 11 11:22:19.037DEBGINFO 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 } }] |
| 5528 | 2026-08-11T11:22:20.030Z | INFOAug 11 11:22:19.037 adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 5529 | 2026-08-11T11:22:20.030Z | Aug 11 11:22:19.037initted freemap. size: 64adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5530 | 2026-08-11T11:22:20.030Z | INFO, unit :adding route 172.17.0.34/32 -> 10.0.0.255 Aug 11 11:22:19.037 |
| 5531 | 2026-08-11T11:22:20.030Z | freemap_route_ipv6Aug 11 11:22:19.037 |
| 5532 | 2026-08-11T11:22:20.030Z | DEBG DEBGAug 11 11:22:19.037replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.037 |
| 5533 | 2026-08-11T11:22:20.030Z | 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 } }]reset freemapDEBG |
| 5534 | 2026-08-11T11:22:20.030Z | , Aug 11 11:22:19.037unit 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 } }] |
| 5535 | 2026-08-11T11:22:20.030Z | adding route 172.17.0.26/32 -> 10.0.0.255:Aug 11 11:22:19.037 |
| 5536 | 2026-08-11T11:22:20.030Z | freemap_route_ipv6 |
| 5537 | 2026-08-11T11:22:20.030Z | INFO Aug 11 11:22:19.038adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5538 | 2026-08-11T11:22:20.031Z | Aug 11 11:22:19.038 Aug 11 11:22:19.038DEBGINFO INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5539 | 2026-08-11T11:22:20.031Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5540 | 2026-08-11T11:22:20.031Z | |
| 5541 | 2026-08-11T11:22:20.031Z | Aug 11 11:22:19.038Aug 11 11:22:19.038 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 } }] |
| 5542 | 2026-08-11T11:22:20.031Z | Aug 11 11:22:19.038Aug 11 11:22:19.038 DEBGINFO DEBG Aug 11 11:22:19.038adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5543 | 2026-08-11T11:22:20.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 } }]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 } }] |
| 5544 | 2026-08-11T11:22:20.031Z | INFO |
| 5545 | 2026-08-11T11:22:20.031Z | Aug 11 11:22:19.038adding route 172.17.0.50/32 -> 10.0.0.255 Aug 11 11:22:19.038INFO |
| 5546 | 2026-08-11T11:22:20.031Z | adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 5547 | 2026-08-11T11:22:20.031Z | Aug 11 11:22:19.038Aug 11 11:22:19.038 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5548 | 2026-08-11T11:22:20.031Z | INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.038 |
| 5549 | 2026-08-11T11:22:20.031Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5550 | 2026-08-11T11:22:20.031Z | DEBG Aug 11 11:22:19.038Aug 11 11:22:19.038 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5551 | 2026-08-11T11:22:20.031Z | |
| 5552 | 2026-08-11T11:22:20.031Z | Aug 11 11:22:19.038 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5553 | 2026-08-11T11:22:20.031Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.038 |
| 5554 | 2026-08-11T11:22:20.031Z | DEBGAug 11 11:22:19.038 Aug 11 11:22:19.038 INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.038 |
| 5555 | 2026-08-11T11:22:20.031Z | adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 5556 | 2026-08-11T11:22:20.031Z | 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 |
| 5557 | 2026-08-11T11:22:20.031Z | Aug 11 11:22:19.038adding route 172.17.0.37/32 -> 10.0.0.255 Aug 11 11:22:19.038INFO |
| 5558 | 2026-08-11T11:22:20.031Z | DEBG adding route 172.17.0.29/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 } }]Aug 11 11:22:19.038 |
| 5559 | 2026-08-11T11:22:20.031Z | INFO |
| 5560 | 2026-08-11T11:22:20.031Z | Aug 11 11:22:19.038 adding route 172.17.0.52/32 -> 10.0.0.255Aug 11 11:22:19.038 |
| 5561 | 2026-08-11T11:22:20.031Z | DEBGDEBGAug 11 11:22:19.038 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 } }] adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5562 | 2026-08-11T11:22:20.031Z | |
| 5563 | 2026-08-11T11:22:20.031Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.038 |
| 5564 | 2026-08-11T11:22:20.031Z | Aug 11 11:22:19.038DEBGAug 11 11:22:19.038 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 } }] 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 } }] |
| 5565 | 2026-08-11T11:22:20.031Z | |
| 5566 | 2026-08-11T11:22:20.031Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5567 | 2026-08-11T11:22:20.031Z | Aug 11 11:22:19.038 Aug 11 11:22:19.038 Aug 11 11:22:19.038DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFO |
| 5568 | 2026-08-11T11:22:20.031Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5569 | 2026-08-11T11:22:20.031Z | Aug 11 11:22:19.031adding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:22:19.038 DEBG |
| 5570 | 2026-08-11T11:22:20.031Z | DEBGcreated new freemap , 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 } }]unit |
| 5571 | 2026-08-11T11:22:20.031Z | test route::tests::add_target_fails_full ... ok |
| 5572 | 2026-08-11T11:22:20.031Z | :Aug 11 11:22:19.038 Aug 11 11:22:19.038freemap_route_ipv4 |
| 5573 | 2026-08-11T11:22:20.031Z | Aug 11 11:22:19.038DEBG 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.31/32 -> 10.0.0.255DEBG |
| 5574 | 2026-08-11T11:22:20.031Z | |
| 5575 | 2026-08-11T11:22:20.031Z | 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 } }] |
| 5576 | 2026-08-11T11:22:20.032Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5577 | 2026-08-11T11:22:20.032Z | Aug 11 11:22:19.038 DEBG Aug 11 11:22:19.038replacing 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 } }] |
| 5578 | 2026-08-11T11:22:20.032Z | DEBG created new freemapAug 11 11:22:19.038, unitINFO:Aug 11 11:22:19.038 freemap_route_ipv6INFOAug 11 11:22:19.038 |
| 5579 | 2026-08-11T11:22:20.032Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5580 | 2026-08-11T11:22:20.032Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5581 | 2026-08-11T11:22:20.032Z | adding route 172.17.0.32/32 -> 10.0.0.255Aug 11 11:22:19.038 |
| 5582 | 2026-08-11T11:22:20.032Z | DEBGAug 11 11:22:19.038 DEBGinitted freemap. size: 64 Aug 11 11:22:19.038Aug 11 11:22:19.038replacing 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 } }] |
| 5583 | 2026-08-11T11:22:20.032Z | , DEBGunitDEBG: replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5584 | 2026-08-11T11:22:20.032Z | |
| 5585 | 2026-08-11T11:22:20.032Z | freemap_route_ipv4Aug 11 11:22:19.038 |
| 5586 | 2026-08-11T11:22:20.032Z | Aug 11 11:22:19.038INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5587 | 2026-08-11T11:22:20.032Z | Aug 11 11:22:19.038INFOAug 11 11:22:19.038 adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5588 | 2026-08-11T11:22:20.032Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 11 11:22:19.038 |
| 5589 | 2026-08-11T11:22:20.032Z | DEBGDEBGAug 11 11:22:19.038 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 } }] |
| 5590 | 2026-08-11T11:22:20.032Z | reset freemapAug 11 11:22:19.038, DEBGunit DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :replacing targets for 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 } }] |
| 5591 | 2026-08-11T11:22:20.032Z | |
| 5592 | 2026-08-11T11:22:20.032Z | freemap_route_ipv4 |
| 5593 | 2026-08-11T11:22:20.032Z | Aug 11 11:22:19.038 Aug 11 11:22:19.038Aug 11 11:22:19.038 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5594 | 2026-08-11T11:22:20.032Z | |
| 5595 | 2026-08-11T11:22:20.032Z | INFOAug 11 11:22:19.038 adding route 172.17.0.41/32 -> 10.0.0.255DEBGAug 11 11:22:19.038 Aug 11 11:22:19.038DEBG 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 } }] |
| 5596 | 2026-08-11T11:22:20.032Z | DEBGinitted freemap. size: 64 |
| 5597 | 2026-08-11T11:22:20.032Z | 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 } }], |
| 5598 | 2026-08-11T11:22:20.032Z | unit 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 } }]: |
| 5599 | 2026-08-11T11:22:20.032Z | Aug 11 11:22:19.038Aug 11 11:22:19.038 INFODEBGfreemap_route_ipv6 |
| 5600 | 2026-08-11T11:22:20.032Z | adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5601 | 2026-08-11T11:22:20.032Z | Aug 11 11:22:19.038 |
| 5602 | 2026-08-11T11:22:20.032Z | Aug 11 11:22:19.038INFOAug 11 11:22:19.038 DEBGAug 11 11:22:19.038 DEBG reset freemapreplacing 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, unit adding route 172.17.0.34/32 -> 10.0.0.255Aug 11 11:22:19.038adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5603 | 2026-08-11T11:22:20.032Z | : |
| 5604 | 2026-08-11T11:22:20.032Z | |
| 5605 | 2026-08-11T11:22:20.032Z | freemap_route_ipv6 Aug 11 11:22:19.038 |
| 5606 | 2026-08-11T11:22:20.032Z | Aug 11 11:22:19.038INFODEBG Aug 11 11:22:19.038 INFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5607 | 2026-08-11T11:22:20.032Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5608 | 2026-08-11T11:22:20.032Z | |
| 5609 | 2026-08-11T11:22:20.032Z | Aug 11 11:22:19.038Aug 11 11:22:19.038 INFO Aug 11 11:22:19.038 DEBGadding route 172.17.0.35/32 -> 10.0.0.255 INFOAug 11 11:22:19.038 |
| 5610 | 2026-08-11T11:22:20.036Z | DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5611 | 2026-08-11T11:22:20.036Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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.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 } }] |
| 5612 | 2026-08-11T11:22:20.036Z | |
| 5613 | 2026-08-11T11:22:20.036Z | |
| 5614 | 2026-08-11T11:22:20.036Z | Aug 11 11:22:19.038Aug 11 11:22:19.038Aug 11 11:22:19.038 Aug 11 11:22:19.038INFO INFOINFOAug 11 11:22:19.038 DEBGadding route 172.17.0.43/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 } }] |
| 5615 | 2026-08-11T11:22:20.037Z | adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 5616 | 2026-08-11T11:22:20.037Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5617 | 2026-08-11T11:22:20.037Z | |
| 5618 | 2026-08-11T11:22:20.037Z | Aug 11 11:22:19.038adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5619 | 2026-08-11T11:22:20.037Z | DEBGAug 11 11:22:19.038Aug 11 11:22:19.038 Aug 11 11:22:19.038 INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5620 | 2026-08-11T11:22:20.037Z | Aug 11 11:22:19.038replacing 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.2 |
| 5621 | 2026-08-11T11:22:20.037Z | |
| 5622 | 2026-08-11T11:22:20.037Z | |
| 5623 | 2026-08-11T11:22:20.037Z | DEBG Aug 11 11:22:19.038replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.038INFO |
| 5624 | 2026-08-11T11:22:20.037Z | Aug 11 11:22:19.038 adding route 172.17.0.38/32 -> 10.0.0.255INFO |
| 5625 | 2026-08-11T11:22:20.037Z | Aug 11 11:22:19.038Aug 11 11:22:19.038 DEBG adding route 172.17.0.44/32 -> 10.0.0.255INFO 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 } }] |
| 5626 | 2026-08-11T11:22:20.037Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5627 | 2026-08-11T11:22:20.037Z | |
| 5628 | 2026-08-11T11:22:20.037Z | Aug 11 11:22:19.038DEBG DEBGAug 11 11:22:19.038Aug 11 11:22:19.038Aug 11 11:22:19.038 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5629 | 2026-08-11T11:22:20.037Z | adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 5630 | 2026-08-11T11:22:20.037Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5631 | 2026-08-11T11:22:20.037Z | |
| 5632 | 2026-08-11T11:22:20.037Z | |
| 5633 | 2026-08-11T11:22:20.037Z | Aug 11 11:22:19.044Aug 11 11:22:19.044 Aug 11 11:22:19.044INFO DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5634 | 2026-08-11T11:22:20.037Z | Aug 11 11:22:19.044 INFOadding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5635 | 2026-08-11T11:22:20.037Z | |
| 5636 | 2026-08-11T11:22:20.037Z | Aug 11 11:22:19.044 INFOadding route 172.17.0.45/32 -> 10.0.0.255 Aug 11 11:22:19.044 |
| 5637 | 2026-08-11T11:22:20.037Z | adding route 172.17.0.38/32 -> 10.0.0.255Aug 11 11:22:19.044 |
| 5638 | 2026-08-11T11:22:20.037Z | 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 } }] |
| 5639 | 2026-08-11T11:22:20.037Z | DEBG Aug 11 11:22:19.044Aug 11 11:22:19.044replacing 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 } }] |
| 5640 | 2026-08-11T11:22:20.037Z | DEBGAug 11 11:22:19.044 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5641 | 2026-08-11T11:22:20.037Z | Aug 11 11:22:19.044 DEBG Aug 11 11:22:19.044replacing 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 } }] |
| 5642 | 2026-08-11T11:22:20.037Z | adding route 172.17.0.40/32 -> 10.0.0.255INFOINFO |
| 5643 | 2026-08-11T11:22:20.037Z | adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255 |
| 5644 | 2026-08-11T11:22:20.037Z | Aug 11 11:22:19.044 |
| 5645 | 2026-08-11T11:22:20.037Z | Aug 11 11:22:19.044Aug 11 11:22:19.044 Aug 11 11:22:19.044DEBG DEBG 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 } }]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 } }] |
| 5646 | 2026-08-11T11:22:20.037Z | |
| 5647 | 2026-08-11T11:22:20.037Z | 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 } }] |
| 5648 | 2026-08-11T11:22:20.037Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 11 11:22:19.044 |
| 5649 | 2026-08-11T11:22:20.037Z | Aug 11 11:22:19.044INFO INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 11 11:22:19.044adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5650 | 2026-08-11T11:22:20.037Z | |
| 5651 | 2026-08-11T11:22:20.037Z | Aug 11 11:22:19.044 DEBGINFOAug 11 11:22:19.044 Aug 11 11:22:19.044 adding route 172.17.0.62/32 -> 10.0.0.255DEBG |
| 5652 | 2026-08-11T11:22:20.037Z | DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5653 | 2026-08-11T11:22:20.037Z | |
| 5654 | 2026-08-11T11:22:20.038Z | 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 } }] |
| 5655 | 2026-08-11T11:22:20.038Z | Aug 11 11:22:19.044Aug 11 11:22:19.044Aug 11 11:22:19.044 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5656 | 2026-08-11T11:22:20.038Z | |
| 5657 | 2026-08-11T11:22:20.038Z | DEBGAug 11 11:22:19.044 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 } }] Aug 11 11:22:19.044 |
| 5658 | 2026-08-11T11:22:20.038Z | Aug 11 11:22:19.044 INFODEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5659 | 2026-08-11T11:22:20.038Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.044 |
| 5660 | 2026-08-11T11:22:20.038Z | |
| 5661 | 2026-08-11T11:22:20.038Z | Aug 11 11:22:19.044INFO INFO adding route 172.17.0.63/32 -> 10.0.0.255 |
| 5662 | 2026-08-11T11:22:20.038Z | adding route 172.17.0.43/32 -> 10.0.0.255Aug 11 11:22:19.044 |
| 5663 | 2026-08-11T11:22:20.038Z | Aug 11 11:22:19.044 INFODEBG adding route 172.17.0.42/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 } }]Aug 11 11:22:19.044 |
| 5664 | 2026-08-11T11:22:20.038Z | Aug 11 11:22:19.044 |
| 5665 | 2026-08-11T11:22:20.038Z | DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5666 | 2026-08-11T11:22:20.038Z | |
| 5667 | 2026-08-11T11:22:20.038Z | Aug 11 11:22:19.044 DEBGAug 11 11:22:19.044Aug 11 11:22:19.044Aug 11 11:22:19.044 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 5668 | 2026-08-11T11:22:20.038Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.044failed to allocate space for the new target list |
| 5669 | 2026-08-11T11:22:20.038Z | |
| 5670 | 2026-08-11T11:22:20.038Z | test route::tests::delete_target_full ... ok |
| 5671 | 2026-08-11T11:22:20.038Z | Aug 11 11:22:19.044INFO adding route 172.17.0.48/32 -> 10.0.0.255DEBGAug 11 11:22:19.044 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 } }] |
| 5672 | 2026-08-11T11:22:20.038Z | Aug 11 11:22:19.044adding route 172.16.0.0/32 -> 10.0.0.3INFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 5673 | 2026-08-11T11:22:20.038Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5674 | 2026-08-11T11:22:20.038Z | |
| 5675 | 2026-08-11T11:22:20.038Z | Aug 11 11:22:19.045 |
| 5676 | 2026-08-11T11:22:20.038Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5677 | 2026-08-11T11:22:20.038Z | Aug 11 11:22:19.045Aug 11 11:22:19.045Aug 11 11:22:19.045 Aug 11 11:22:19.045 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.045DEBGDEBG 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 } }] |
| 5678 | 2026-08-11T11:22:20.038Z | 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 } }] |
| 5679 | 2026-08-11T11:22:20.038Z | failed to allocate space for the new target list |
| 5680 | 2026-08-11T11:22:20.038Z | DEBG |
| 5681 | 2026-08-11T11:22:20.038Z | Aug 11 11:22:19.045 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 } }] |
| 5682 | 2026-08-11T11:22:20.038Z | Aug 11 11:22:19.045adding route 172.17.0.46/32 -> 10.0.0.255 Aug 11 11:22:19.045 |
| 5683 | 2026-08-11T11:22:20.038Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255INFOAug 11 11:22:19.045 |
| 5684 | 2026-08-11T11:22:20.038Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5685 | 2026-08-11T11:22:20.038Z | INFOAug 11 11:22:19.045 DEBG adding route 172.16.0.0/32 -> 10.0.0.4Aug 11 11:22:19.045replacing 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 } }] |
| 5686 | 2026-08-11T11:22:20.038Z | Aug 11 11:22:19.045 |
| 5687 | 2026-08-11T11:22:20.038Z | DEBG DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.045 |
| 5688 | 2026-08-11T11:22:20.038Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.045 DEBGINFO |
| 5689 | 2026-08-11T11:22:20.039Z | adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 5690 | 2026-08-11T11:22:20.039Z | Aug 11 11:22:19.045Aug 11 11:22:19.045 |
| 5691 | 2026-08-11T11:22:20.039Z | INFOINFOAug 11 11:22:19.045 adding route 172.17.0.45/32 -> 10.0.0.255Aug 11 11:22:19.045 |
| 5692 | 2026-08-11T11:22:20.039Z | 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 } }] |
| 5693 | 2026-08-11T11:22:20.039Z | Aug 11 11:22:19.045adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] DEBG |
| 5694 | 2026-08-11T11:22:20.039Z | 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 } }] |
| 5695 | 2026-08-11T11:22:20.039Z | |
| 5696 | 2026-08-11T11:22:20.039Z | Aug 11 11:22:19.045 INFO Aug 11 11:22:19.045adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5697 | 2026-08-11T11:22:20.039Z | Aug 11 11:22:19.045DEBG 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 } }] |
| 5698 | 2026-08-11T11:22:20.039Z | INFO Aug 11 11:22:19.045adding route 172.17.0.46/32 -> 10.0.0.255 DEBG |
| 5699 | 2026-08-11T11:22:20.039Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.045Aug 11 11:22:19.031 |
| 5700 | 2026-08-11T11:22:20.039Z | Aug 11 11:22:19.045 INFO DEBG INFOAug 11 11:22:19.045 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5701 | 2026-08-11T11:22:20.039Z | INFO |
| 5702 | 2026-08-11T11:22:20.039Z | adding route 172.17.0.49/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5703 | 2026-08-11T11:22:20.039Z | Aug 11 11:22:19.045 |
| 5704 | 2026-08-11T11:22:20.039Z | INFOAug 11 11:22:19.045 Aug 11 11:22:19.045 DEBGAug 11 11:22:19.045DEBG adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5705 | 2026-08-11T11:22:20.039Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5706 | 2026-08-11T11:22:20.039Z | |
| 5707 | 2026-08-11T11:22:20.039Z | DEBG Aug 11 11:22:19.045replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:19.045 |
| 5708 | 2026-08-11T11:22:20.039Z | Aug 11 11:22:19.045 DEBGINFOINFO adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5709 | 2026-08-11T11:22:20.039Z | |
| 5710 | 2026-08-11T11:22:20.043Z | Aug 11 11:22:19.045 |
| 5711 | 2026-08-11T11:22:20.043Z | INFO Aug 11 11:22:19.045adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 11 11:22:19.045 |
| 5712 | 2026-08-11T11:22:20.043Z | Aug 11 11:22:19.045DEBG 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 } }] 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 } }] |
| 5713 | 2026-08-11T11:22:20.043Z | INFO |
| 5714 | 2026-08-11T11:22:20.043Z | adding route 172.17.0.48/32 -> 10.0.0.255Aug 11 11:22:19.045 |
| 5715 | 2026-08-11T11:22:20.043Z | Aug 11 11:22:19.045DEBG Aug 11 11:22:19.045 Aug 11 11:22:19.045replacing 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 |
| 5716 | 2026-08-11T11:22:20.043Z | 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 } }]INFO |
| 5717 | 2026-08-11T11:22:20.043Z | adding route 172.17.0.51/32 -> 10.0.0.255 Aug 11 11:22:19.045adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5718 | 2026-08-11T11:22:20.043Z | |
| 5719 | 2026-08-11T11:22:20.043Z | Aug 11 11:22:19.045INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOAug 11 11:22:19.045 adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 5720 | 2026-08-11T11:22:20.043Z | |
| 5721 | 2026-08-11T11:22:20.043Z | Aug 11 11:22:19.045 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 } }] |
| 5722 | 2026-08-11T11:22:20.044Z | Aug 11 11:22:19.045Aug 11 11:22:19.045 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 } }]DEBGDEBG |
| 5723 | 2026-08-11T11:22:20.044Z | Aug 11 11:22:19.045 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 } }]INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5724 | 2026-08-11T11:22:20.044Z | |
| 5725 | 2026-08-11T11:22:20.044Z | Aug 11 11:22:19.045 |
| 5726 | 2026-08-11T11:22:20.044Z | INFO Aug 11 11:22:19.045adding route 172.17.0.54/32 -> 10.0.0.255 Aug 11 11:22:19.045Aug 11 11:22:19.045INFO DEBGINFO |
| 5727 | 2026-08-11T11:22:20.044Z | 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 } }] |
| 5728 | 2026-08-11T11:22:20.044Z | adding route 172.17.0.50/32 -> 10.0.0.255adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5729 | 2026-08-11T11:22:20.044Z | |
| 5730 | 2026-08-11T11:22:20.044Z | Aug 11 11:22:19.045 Aug 11 11:22:19.045Aug 11 11:22:19.045Aug 11 11:22:19.045 INFO DEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 5731 | 2026-08-11T11:22:20.044Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5732 | 2026-08-11T11:22:20.044Z | |
| 5733 | 2026-08-11T11:22:20.044Z | 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 } }] |
| 5734 | 2026-08-11T11:22:20.044Z | Aug 11 11:22:19.045Aug 11 11:22:19.045Aug 11 11:22:19.045Aug 11 11:22:19.045 INFOINFODEBG adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5735 | 2026-08-11T11:22:20.044Z | 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 |
| 5736 | 2026-08-11T11:22:20.044Z | adding route 172.17.0.55/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 11 11:22:19.045 |
| 5737 | 2026-08-11T11:22:20.044Z | |
| 5738 | 2026-08-11T11:22:20.044Z | DEBG Aug 11 11:22:19.045replacing 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 } }] |
| 5739 | 2026-08-11T11:22:20.044Z | Aug 11 11:22:19.045DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.045 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 } }] |
| 5740 | 2026-08-11T11:22:20.044Z | |
| 5741 | 2026-08-11T11:22:20.044Z | Aug 11 11:22:19.051 INFO Aug 11 11:22:19.051adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 5742 | 2026-08-11T11:22:20.044Z | INFO Aug 11 11:22:19.051adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5743 | 2026-08-11T11:22:20.044Z | Aug 11 11:22:19.051 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 5744 | 2026-08-11T11:22:20.044Z | |
| 5745 | 2026-08-11T11:22:20.044Z | Aug 11 11:22:19.051 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5746 | 2026-08-11T11:22:20.044Z | Aug 11 11:22:19.051 Aug 11 11:22:19.051INFO Aug 11 11:22:19.051DEBG 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 } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5747 | 2026-08-11T11:22:20.044Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5748 | 2026-08-11T11:22:20.044Z | |
| 5749 | 2026-08-11T11:22:20.044Z | Aug 11 11:22:19.051 Aug 11 11:22:19.051INFO adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 5750 | 2026-08-11T11:22:20.044Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.051 |
| 5751 | 2026-08-11T11:22:20.044Z | DEBGAug 11 11:22:19.051 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 |
| 5752 | 2026-08-11T11:22:20.044Z | Aug 11 11:22:19.051replacing 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 } }] |
| 5753 | 2026-08-11T11:22:20.044Z | INFO Aug 11 11:22:19.051adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5754 | 2026-08-11T11:22:20.044Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5755 | 2026-08-11T11:22:20.044Z | Aug 11 11:22:19.051 Aug 11 11:22:19.051DEBG Aug 11 11:22:19.051INFO 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 |
| 5756 | 2026-08-11T11:22:20.044Z | adding route 172.17.0.59/32 -> 10.0.0.255replacing 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 } }] |
| 5757 | 2026-08-11T11:22:20.044Z | |
| 5758 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051 INFO Aug 11 11:22:19.051adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5759 | 2026-08-11T11:22:20.045Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 11 11:22:19.051 |
| 5760 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 11 11:22:19.051 |
| 5761 | 2026-08-11T11:22:20.045Z | 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 } }]replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.051 |
| 5762 | 2026-08-11T11:22:20.045Z | INFO |
| 5763 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051Aug 11 11:22:19.051 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5764 | 2026-08-11T11:22:20.045Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5765 | 2026-08-11T11:22:20.045Z | |
| 5766 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051Aug 11 11:22:19.051Aug 11 11:22:19.051 DEBG 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 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 } }] |
| 5767 | 2026-08-11T11:22:20.045Z | |
| 5768 | 2026-08-11T11:22:20.045Z | test route::tests::delete_target_fragmented ... ok |
| 5769 | 2026-08-11T11:22:20.045Z | 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 } }] |
| 5770 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051Aug 11 11:22:19.051 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 11 11:22:19.051 |
| 5771 | 2026-08-11T11:22:20.045Z | test route::tests::delete_targets_full ... ok |
| 5772 | 2026-08-11T11:22:20.045Z | adding route 172.17.0.61/32 -> 10.0.0.255INFO |
| 5773 | 2026-08-11T11:22:20.045Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5774 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051 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 } }]Aug 11 11:22:19.051 |
| 5775 | 2026-08-11T11:22:20.045Z | DEBG Aug 11 11:22:19.051replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.051DEBG |
| 5776 | 2026-08-11T11:22:20.045Z | replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5777 | 2026-08-11T11:22:20.045Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5778 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 11 11:22:19.051 |
| 5779 | 2026-08-11T11:22:20.045Z | DEBG Aug 11 11:22:19.051replacing 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 } }] |
| 5780 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5781 | 2026-08-11T11:22:20.045Z | DEBGAug 11 11:22:19.051 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 } }] |
| 5782 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBG |
| 5783 | 2026-08-11T11:22:20.045Z | 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 } }]Aug 11 11:22:19.051 |
| 5784 | 2026-08-11T11:22:20.045Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5785 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051 DEBG Aug 11 11:22:19.051Aug 11 11:22:19.051failed to allocate space for the new target list DEBGDEBG |
| 5786 | 2026-08-11T11:22:20.045Z | 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: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 } }] |
| 5787 | 2026-08-11T11:22:20.045Z | |
| 5788 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051Aug 11 11:22:19.051 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 11 11:22:19.051adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5789 | 2026-08-11T11:22:20.045Z | DEBG |
| 5790 | 2026-08-11T11:22:20.045Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5791 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051 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 } }] |
| 5792 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051Aug 11 11:22:19.051 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5793 | 2026-08-11T11:22:20.045Z | |
| 5794 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051 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 } }] |
| 5795 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051 Aug 11 11:22:19.051INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255 |
| 5796 | 2026-08-11T11:22:20.045Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5797 | 2026-08-11T11:22:20.045Z | Aug 11 11:22:19.051 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 } }] |
| 5798 | 2026-08-11T11:22:20.046Z | Aug 11 11:22:19.051 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.051 |
| 5799 | 2026-08-11T11:22:20.046Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5800 | 2026-08-11T11:22:20.046Z | Aug 11 11:22:19.057INFOAug 11 11:22:19.057 adding route 172.17.0.54/32 -> 10.0.0.255DEBGDEBG |
| 5801 | 2026-08-11T11:22:20.046Z | 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 } }]failed to allocate space for the new target list |
| 5802 | 2026-08-11T11:22:20.046Z | |
| 5803 | 2026-08-11T11:22:20.046Z | Aug 11 11:22:19.057Aug 11 11:22:19.057Aug 11 11:22:19.057 INFODEBGDEBG adding route 3fff:beef:3a::/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 } }] |
| 5804 | 2026-08-11T11:22:20.046Z | 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 } }] |
| 5805 | 2026-08-11T11:22:20.046Z | |
| 5806 | 2026-08-11T11:22:20.046Z | Aug 11 11:22:19.057Aug 11 11:22:19.057 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 172.17.0.55/32 -> 10.0.0.255 |
| 5807 | 2026-08-11T11:22:20.046Z | |
| 5808 | 2026-08-11T11:22:20.046Z | Aug 11 11:22:19.057Aug 11 11:22:19.057 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 } }] |
| 5809 | 2026-08-11T11:22:20.046Z | Aug 11 11:22:19.057 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5810 | 2026-08-11T11:22:20.050Z | INFO Aug 11 11:22:19.057adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5811 | 2026-08-11T11:22:20.050Z | 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 } }] |
| 5812 | 2026-08-11T11:22:20.050Z | Aug 11 11:22:19.057 Aug 11 11:22:19.057DEBG 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 } }] |
| 5813 | 2026-08-11T11:22:20.050Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5814 | 2026-08-11T11:22:20.050Z | Aug 11 11:22:19.057Aug 11 11:22:19.057 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5815 | 2026-08-11T11:22:20.050Z | |
| 5816 | 2026-08-11T11:22:20.050Z | Aug 11 11:22:19.057Aug 11 11:22:19.057 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5817 | 2026-08-11T11:22:20.050Z | |
| 5818 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.057Aug 11 11:22:19.057 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 } }]failed to allocate space for the new target list |
| 5819 | 2026-08-11T11:22:20.051Z | |
| 5820 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.057Aug 11 11:22:19.057 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5821 | 2026-08-11T11:22:20.051Z | |
| 5822 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.057 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 } }] |
| 5823 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.057 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5824 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.058 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 } }] |
| 5825 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.058 DEBG failed to allocate space for the new target list |
| 5826 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.058 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 } }] |
| 5827 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.058 DEBG created new freemap, unit: freemap_route_ipv4 |
| 5828 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.058 DEBG created new freemap, unit: freemap_route_ipv6 |
| 5829 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.058 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 5830 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.058 DEBG reset freemap, unit: freemap_route_ipv4 |
| 5831 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.058 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 5832 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.058 DEBG reset freemap, unit: freemap_route_ipv6 |
| 5833 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.058 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5834 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.058 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 } }] |
| 5835 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.058 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5836 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 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 } }] |
| 5837 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5838 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 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 } }] |
| 5839 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5840 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5841 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5842 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 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 } }] |
| 5843 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5844 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5845 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5846 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 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 } }] |
| 5847 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5848 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5849 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5850 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 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 } }] |
| 5851 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5852 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5853 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5854 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 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 } }] |
| 5855 | 2026-08-11T11:22:20.051Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5856 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5857 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5858 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5859 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5860 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5861 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5862 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5863 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5864 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5865 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5866 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5867 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5868 | 2026-08-11T11:22:20.052Z | test route::tests::delete_targets_fragmented ... ok |
| 5869 | 2026-08-11T11:22:20.052Z | |
| 5870 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5871 | 2026-08-11T11:22:20.052Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 5872 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5873 | 2026-08-11T11:22:20.052Z | |
| 5874 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5875 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5876 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5877 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5878 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5879 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5880 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5881 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5882 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5883 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5884 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5885 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5886 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5887 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5888 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5889 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5890 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5891 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5892 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5893 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5894 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 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 } }] |
| 5895 | 2026-08-11T11:22:20.052Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5896 | 2026-08-11T11:22:20.053Z | Aug 11 11:22:19.059 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 } }] |
| 5897 | 2026-08-11T11:22:20.053Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5898 | 2026-08-11T11:22:20.053Z | Aug 11 11:22:19.059 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 } }] |
| 5899 | 2026-08-11T11:22:20.053Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5900 | 2026-08-11T11:22:20.053Z | Aug 11 11:22:19.059 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 } }] |
| 5901 | 2026-08-11T11:22:20.053Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5902 | 2026-08-11T11:22:20.053Z | Aug 11 11:22:19.059 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 } }] |
| 5903 | 2026-08-11T11:22:20.053Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5904 | 2026-08-11T11:22:20.053Z | Aug 11 11:22:19.059 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 } }] |
| 5905 | 2026-08-11T11:22:20.053Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5906 | 2026-08-11T11:22:20.053Z | Aug 11 11:22:19.059 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 } }] |
| 5907 | 2026-08-11T11:22:20.053Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5908 | 2026-08-11T11:22:20.053Z | Aug 11 11:22:19.059 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 } }] |
| 5909 | 2026-08-11T11:22:20.053Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5910 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.059 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 } }] |
| 5911 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5912 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.059 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 } }] |
| 5913 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.059 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5914 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.059 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 } }] |
| 5915 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5916 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.064 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 } }] |
| 5917 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5918 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.064 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 } }] |
| 5919 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5920 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.064 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 } }] |
| 5921 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5922 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.064 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 } }] |
| 5923 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5924 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.064 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 } }] |
| 5925 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5926 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.064 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 } }] |
| 5927 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5928 | 2026-08-11T11:22:20.057Z | Aug 11 11:22:19.064 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 } }] |
| 5929 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5930 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5931 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5932 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5933 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5934 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5935 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5936 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5937 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5938 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5939 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5940 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5941 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5942 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5943 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5944 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5945 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5946 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5947 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5948 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5949 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5950 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5951 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5952 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5953 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5954 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5955 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5956 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5957 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5958 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5959 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5960 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5961 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5962 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5963 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5964 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5965 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5966 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.064 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 } }] |
| 5967 | 2026-08-11T11:22:20.058Z | Aug 11 11:22:19.065 DEBG failed to allocate space for the new target list |
| 5968 | 2026-08-11T11:22:20.059Z | Aug 11 11:22:19.065 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 } }] |
| 5969 | 2026-08-11T11:22:20.059Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03) |
| 5970 | 2026-08-11T11:22:20.059Z | |
| 5971 | 2026-08-11T11:22:20.059Z | running 0 tests |
| 5972 | 2026-08-11T11:22:20.059Z | |
| 5973 | 2026-08-11T11:22:20.059Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5974 | 2026-08-11T11:22:20.059Z | |
| 5975 | 2026-08-11T11:22:20.059Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 5976 | 2026-08-11T11:22:20.059Z | |
| 5977 | 2026-08-11T11:22:20.059Z | running 0 tests |
| 5978 | 2026-08-11T11:22:20.059Z | |
| 5979 | 2026-08-11T11:22:20.059Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5980 | 2026-08-11T11:22:20.059Z | |
| 5981 | 2026-08-11T11:22:20.059Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656) |
| 5982 | 2026-08-11T11:22:20.059Z | |
| 5983 | 2026-08-11T11:22:20.059Z | running 6 tests |
| 5984 | 2026-08-11T11:22:20.059Z | test tests::test_port_id_cmp ... ok |
| 5985 | 2026-08-11T11:22:20.059Z | test tests::test_parse_client_port_id ... ok |
| 5986 | 2026-08-11T11:22:20.059Z | test tests::test_full_lot_id_neither_present ... ok |
| 5987 | 2026-08-11T11:22:20.059Z | test tests::test_full_lot_id_both_present ... ok |
| 5988 | 2026-08-11T11:22:20.059Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5989 | 2026-08-11T11:22:20.059Z | test tests::test_full_lot_id_lot_only ... ok |
| 5990 | 2026-08-11T11:22:20.059Z | |
| 5991 | 2026-08-11T11:22:20.059Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5992 | 2026-08-11T11:22:20.059Z | |
| 5993 | 2026-08-11T11:22:20.059Z | Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad) |
| 5994 | 2026-08-11T11:22:20.059Z | |
| 5995 | 2026-08-11T11:22:20.059Z | running 0 tests |
| 5996 | 2026-08-11T11:22:20.059Z | |
| 5997 | 2026-08-11T11:22:20.059Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5998 | 2026-08-11T11:22:20.059Z | |
| 5999 | 2026-08-11T11:22:20.059Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 6000 | 2026-08-11T11:22:20.059Z | |
| 6001 | 2026-08-11T11:22:20.059Z | running 0 tests |
| 6002 | 2026-08-11T11:22:20.059Z | |
| 6003 | 2026-08-11T11:22:20.059Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6004 | 2026-08-11T11:22:20.059Z | |
| 6005 | 2026-08-11T11:22:20.059Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 6006 | 2026-08-11T11:22:20.059Z | |
| 6007 | 2026-08-11T11:22:20.059Z | running 0 tests |
| 6008 | 2026-08-11T11:22:20.060Z | |
| 6009 | 2026-08-11T11:22:20.060Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6010 | 2026-08-11T11:22:20.063Z | |
| 6011 | 2026-08-11T11:22:20.063Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 6012 | 2026-08-11T11:22:20.063Z | |
| 6013 | 2026-08-11T11:22:20.063Z | running 12 tests |
| 6014 | 2026-08-11T11:22:20.063Z | test icmp::test_v6_checksum ... ok |
| 6015 | 2026-08-11T11:22:20.063Z | test icmp::test_v4_checksum ... ok |
| 6016 | 2026-08-11T11:22:20.063Z | test lldp::test_lldp_parse ... ok |
| 6017 | 2026-08-11T11:22:20.063Z | test ipv6::test_ipv6_parse ... ok |
| 6018 | 2026-08-11T11:22:20.063Z | test pbuf::test_byte ... ok |
| 6019 | 2026-08-11T11:22:20.063Z | test pbuf::test_nibble ... ok |
| 6020 | 2026-08-11T11:22:20.063Z | test pbuf::test_overflow ... ok |
| 6021 | 2026-08-11T11:22:20.063Z | test pbuf::test_short ... ok |
| 6022 | 2026-08-11T11:22:20.063Z | test pbuf::test_twelve ... ok |
| 6023 | 2026-08-11T11:22:20.063Z | test pbuf::test_word ... ok |
| 6024 | 2026-08-11T11:22:20.064Z | test tcp::test_checksum_syn_nodata ... ok |
| 6025 | 2026-08-11T11:22:20.064Z | test tcp::test_checksum_ack_data ... ok |
| 6026 | 2026-08-11T11:22:20.064Z | |
| 6027 | 2026-08-11T11:22:20.064Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6028 | 2026-08-11T11:22:20.064Z | |
| 6029 | 2026-08-11T11:22:20.064Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6030 | 2026-08-11T11:22:20.064Z | |
| 6031 | 2026-08-11T11:22:20.064Z | running 0 tests |
| 6032 | 2026-08-11T11:22:20.064Z | |
| 6033 | 2026-08-11T11:22:20.064Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6034 | 2026-08-11T11:22:20.064Z | |
| 6035 | 2026-08-11T11:22:20.064Z | Running unittests src/main.rs (target/debug/deps/swadm-fbdb6359d79fc046) |
| 6036 | 2026-08-11T11:22:20.064Z | |
| 6037 | 2026-08-11T11:22:20.064Z | running 5 tests |
| 6038 | 2026-08-11T11:22:20.064Z | test switchport::test::test_compute_lanes ... ok |
| 6039 | 2026-08-11T11:22:20.064Z | test switchport::test::port_id_ordering ... ok |
| 6040 | 2026-08-11T11:22:20.064Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 6041 | 2026-08-11T11:22:20.064Z | Rx Loss-of-lock: Yes Lane 0 Yes Lane 1Yes YesLane 2 |
| 6042 | 2026-08-11T11:22:20.064Z | Rx Loss-of-signal: YesLane 3 |
| 6043 | 2026-08-11T11:22:20.064Z | Yes State: ActivatedYes YesActivated |
| 6044 | 2026-08-11T11:22:20.064Z | Rx CDR Enabled: YesActivated Activated |
| 6045 | 2026-08-11T11:22:20.064Z | Yes Rx Output Enabled: false Yes Yesfalse |
| 6046 | 2026-08-11T11:22:20.064Z | false Tx Enabled: Yesfalse |
| 6047 | 2026-08-11T11:22:20.064Z | Yes Rx Output Status: valid Yes Yesvalid |
| 6048 | 2026-08-11T11:22:20.064Z | Tx Loss-of-lock: No validNo valid |
| 6049 | 2026-08-11T11:22:20.064Z | No Rx Loss-of-lock: trueNo |
| 6050 | 2026-08-11T11:22:20.064Z | Tx Loss-of-signal: No true No trueNo true |
| 6051 | 2026-08-11T11:22:20.064Z | No |
| 6052 | 2026-08-11T11:22:20.064Z | Rx Loss-of-signal: false Tx CDR Enabled: Nofalse false Nofalse |
| 6053 | 2026-08-11T11:22:20.064Z | NoRx Auto-squelch Disable: true No |
| 6054 | 2026-08-11T11:22:20.064Z | true Tx Adaptive EQ Fault: Notrue true |
| 6055 | 2026-08-11T11:22:20.064Z | No Tx Output Enabled: true No Notrue |
| 6056 | 2026-08-11T11:22:20.064Z | true Tx Fault: Yestrue |
| 6057 | 2026-08-11T11:22:20.064Z | Yes Tx Output Status: invalid Yesinvalid Yes |
| 6058 | 2026-08-11T11:22:20.064Z | invalid invalid |
| 6059 | 2026-08-11T11:22:20.064Z | Tx Loss-of-lock: false false false false |
| 6060 | 2026-08-11T11:22:20.064Z | Tx Loss-of-signal: true true true true |
| 6061 | 2026-08-11T11:22:20.064Z | Tx Auto-squelch Disable: false false false false |
| 6062 | 2026-08-11T11:22:20.065Z | Tx Adaptive EQ Fail: true true true true |
| 6063 | 2026-08-11T11:22:20.065Z | Tx Failure: false false false false |
| 6064 | 2026-08-11T11:22:20.065Z | Tx Force Squelch: true true true true |
| 6065 | 2026-08-11T11:22:20.065Z | Tx Input Polarity: normal normal normal normal |
| 6066 | 2026-08-11T11:22:20.065Z | test switchport::test::test_print_sff_datapath ... ok |
| 6067 | 2026-08-11T11:22:20.065Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6068 | 2026-08-11T11:22:20.065Z | test link::test_filter ... ok |
| 6069 | 2026-08-11T11:22:20.065Z | |
| 6070 | 2026-08-11T11:22:20.065Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6071 | 2026-08-11T11:22:20.065Z | |
| 6072 | 2026-08-11T11:22:20.065Z | Running tests/counters.rs (target/debug/deps/counters-5ce120fa8d2b54bb) |
| 6073 | 2026-08-11T11:22:20.068Z | |
| 6074 | 2026-08-11T11:22:20.068Z | running 1 test |
| 6075 | 2026-08-11T11:22:20.069Z | test test_p4_counter_list ... ignored |
| 6076 | 2026-08-11T11:22:20.069Z | |
| 6077 | 2026-08-11T11:22:20.069Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6078 | 2026-08-11T11:22:20.069Z | |
| 6079 | 2026-08-11T11:22:20.069Z | Running tests/port-link.rs (target/debug/deps/port_link-388d3ec65a04516c) |
| 6080 | 2026-08-11T11:22:20.069Z | |
| 6081 | 2026-08-11T11:22:20.069Z | running 5 tests |
| 6082 | 2026-08-11T11:22:20.069Z | test test_an ... ignored |
| 6083 | 2026-08-11T11:22:20.069Z | test test_enable ... ignored |
| 6084 | 2026-08-11T11:22:20.069Z | test test_ip_addresses ... ignored |
| 6085 | 2026-08-11T11:22:20.069Z | test test_kr ... ignored |
| 6086 | 2026-08-11T11:22:20.069Z | test test_mac ... ignored |
| 6087 | 2026-08-11T11:22:20.069Z | |
| 6088 | 2026-08-11T11:22:20.069Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6089 | 2026-08-11T11:22:20.069Z | |
| 6090 | 2026-08-11T11:22:20.069Z | Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75) |
| 6091 | 2026-08-11T11:22:20.072Z | |
| 6092 | 2026-08-11T11:22:20.072Z | running 3 tests |
| 6093 | 2026-08-11T11:22:20.072Z | test linklocal::test_parse_ipadm ... ok |
| 6094 | 2026-08-11T11:22:20.072Z | test tfport::test_parse_tfport ... ok |
| 6095 | 2026-08-11T11:22:20.072Z | test config::tests::test_updates ... ok |
| 6096 | 2026-08-11T11:22:20.072Z | |
| 6097 | 2026-08-11T11:22:20.072Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6098 | 2026-08-11T11:22:20.072Z | |
| 6099 | 2026-08-11T11:22:20.072Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 6100 | 2026-08-11T11:22:20.072Z | |
| 6101 | 2026-08-11T11:22:20.072Z | running 0 tests |
| 6102 | 2026-08-11T11:22:20.072Z | |
| 6103 | 2026-08-11T11:22:20.072Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6104 | 2026-08-11T11:22:20.072Z | |
| 6105 | 2026-08-11T11:22:20.072Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 6106 | 2026-08-11T11:22:20.076Z | |
| 6107 | 2026-08-11T11:22:20.076Z | running 0 tests |
| 6108 | 2026-08-11T11:22:20.076Z | |
| 6109 | 2026-08-11T11:22:20.076Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6110 | 2026-08-11T11:22:20.076Z | |
| 6111 | 2026-08-11T11:22:20.076Z | Doc-tests aal |
| 6112 | 2026-08-11T11:22:20.199Z | |
| 6113 | 2026-08-11T11:22:20.199Z | running 0 tests |
| 6114 | 2026-08-11T11:22:20.199Z | |
| 6115 | 2026-08-11T11:22:20.199Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6116 | 2026-08-11T11:22:20.199Z | |
| 6117 | 2026-08-11T11:22:20.216Z | Doc-tests aal_macros |
| 6118 | 2026-08-11T11:22:20.286Z | |
| 6119 | 2026-08-11T11:22:20.286Z | running 0 tests |
| 6120 | 2026-08-11T11:22:20.286Z | |
| 6121 | 2026-08-11T11:22:20.286Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6122 | 2026-08-11T11:22:20.286Z | |
| 6123 | 2026-08-11T11:22:20.297Z | Doc-tests common |
| 6124 | 2026-08-11T11:22:20.533Z | |
| 6125 | 2026-08-11T11:22:20.533Z | running 0 tests |
| 6126 | 2026-08-11T11:22:20.533Z | |
| 6127 | 2026-08-11T11:22:20.533Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6128 | 2026-08-11T11:22:20.533Z | |
| 6129 | 2026-08-11T11:22:20.555Z | Doc-tests dpd_api |
| 6130 | 2026-08-11T11:22:21.311Z | |
| 6131 | 2026-08-11T11:22:21.311Z | running 2 tests |
| 6132 | 2026-08-11T11:22:21.311Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 6133 | 2026-08-11T11:22:21.311Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 6134 | 2026-08-11T11:22:21.311Z | |
| 6135 | 2026-08-11T11:22:21.311Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6136 | 2026-08-11T11:22:21.311Z | |
| 6137 | 2026-08-11T11:22:21.343Z | Doc-tests dpd_client |
| 6138 | 2026-08-11T11:22:22.602Z | |
| 6139 | 2026-08-11T11:22:22.602Z | running 0 tests |
| 6140 | 2026-08-11T11:22:22.603Z | |
| 6141 | 2026-08-11T11:22:22.603Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6142 | 2026-08-11T11:22:22.603Z | |
| 6143 | 2026-08-11T11:22:22.650Z | Doc-tests dpd_types |
| 6144 | 2026-08-11T11:22:22.864Z | |
| 6145 | 2026-08-11T11:22:22.865Z | running 0 tests |
| 6146 | 2026-08-11T11:22:22.865Z | |
| 6147 | 2026-08-11T11:22:22.865Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6148 | 2026-08-11T11:22:22.865Z | |
| 6149 | 2026-08-11T11:22:22.891Z | Doc-tests dpd_types_versions |
| 6150 | 2026-08-11T11:22:24.102Z | |
| 6151 | 2026-08-11T11:22:24.102Z | running 1 test |
| 6152 | 2026-08-11T11:22:24.102Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6153 | 2026-08-11T11:22:24.102Z | |
| 6154 | 2026-08-11T11:22:24.102Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6155 | 2026-08-11T11:22:24.102Z | |
| 6156 | 2026-08-11T11:22:24.148Z | Doc-tests packet |
| 6157 | 2026-08-11T11:22:24.263Z | |
| 6158 | 2026-08-11T11:22:24.263Z | running 0 tests |
| 6159 | 2026-08-11T11:22:24.263Z | |
| 6160 | 2026-08-11T11:22:24.263Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6161 | 2026-08-11T11:22:24.263Z | |
| 6162 | 2026-08-11T11:22:24.279Z | Doc-tests pcap |
| 6163 | 2026-08-11T11:22:24.332Z | |
| 6164 | 2026-08-11T11:22:24.332Z | running 0 tests |
| 6165 | 2026-08-11T11:22:24.332Z | |
| 6166 | 2026-08-11T11:22:24.332Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6167 | 2026-08-11T11:22:24.332Z | |
| 6168 | 2026-08-11T11:22:24.378Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6169 | 2026-08-11T11:22:24.379Z | + RUST_BACKTRACE=full |
| 6170 | 2026-08-11T11:22:24.379Z | + cargo test --features softnpu --no-fail-fast |
| 6171 | 2026-08-11T11:22:25.022Z | Compiling num-integer v0.1.46 |
| 6172 | 2026-08-11T11:22:25.109Z | Compiling num-complex v0.4.6 |
| 6173 | 2026-08-11T11:22:25.156Z | Compiling bitstruct_derive v0.1.0 |
| 6174 | 2026-08-11T11:22:25.159Z | Compiling tap v1.0.1 |
| 6175 | 2026-08-11T11:22:25.284Z | Compiling wyz v0.5.1 |
| 6176 | 2026-08-11T11:22:25.402Z | Compiling num-rational v0.4.2 |
| 6177 | 2026-08-11T11:22:25.438Z | Compiling num-iter v0.1.45 |
| 6178 | 2026-08-11T11:22:25.454Z | Compiling num-bigint v0.4.6 |
| 6179 | 2026-08-11T11:22:25.547Z | Compiling radium v0.7.0 |
| 6180 | 2026-08-11T11:22:25.560Z | Compiling funty v2.0.0 |
| 6181 | 2026-08-11T11:22:25.616Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6182 | 2026-08-11T11:22:25.641Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6183 | 2026-08-11T11:22:25.750Z | Compiling num v0.4.3 |
| 6184 | 2026-08-11T11:22:25.834Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6185 | 2026-08-11T11:22:25.845Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6186 | 2026-08-11T11:22:25.856Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6187 | 2026-08-11T11:22:25.910Z | Compiling bitvec v1.0.1 |
| 6188 | 2026-08-11T11:22:25.978Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6189 | 2026-08-11T11:22:26.110Z | Compiling typeid v1.0.3 |
| 6190 | 2026-08-11T11:22:26.157Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6191 | 2026-08-11T11:22:26.217Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6192 | 2026-08-11T11:22:26.231Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6193 | 2026-08-11T11:22:26.280Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6194 | 2026-08-11T11:22:26.691Z | Compiling ascii v1.1.0 |
| 6195 | 2026-08-11T11:22:26.970Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6196 | 2026-08-11T11:22:27.063Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6197 | 2026-08-11T11:22:27.150Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6198 | 2026-08-11T11:22:27.182Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6199 | 2026-08-11T11:22:27.361Z | Compiling erased-serde v0.4.8 |
| 6200 | 2026-08-11T11:22:27.423Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6201 | 2026-08-11T11:22:27.501Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6202 | 2026-08-11T11:22:27.553Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6203 | 2026-08-11T11:22:27.848Z | Compiling bitstruct v0.1.1 |
| 6204 | 2026-08-11T11:22:27.955Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6205 | 2026-08-11T11:22:28.172Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6206 | 2026-08-11T11:22:28.227Z | Compiling serde_arrays v0.1.0 |
| 6207 | 2026-08-11T11:22:28.238Z | Compiling libloading v0.7.4 |
| 6208 | 2026-08-11T11:22:28.405Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6209 | 2026-08-11T11:22:29.048Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6210 | 2026-08-11T11:22:29.260Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6211 | 2026-08-11T11:22:29.275Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6212 | 2026-08-11T11:22:30.424Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6213 | 2026-08-11T11:22:31.238Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6214 | 2026-08-11T11:22:37.571Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6215 | 2026-08-11T11:22:37.795Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6216 | 2026-08-11T11:22:37.803Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6217 | 2026-08-11T11:22:37.871Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6218 | 2026-08-11T11:22:38.247Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 6219 | 2026-08-11T11:22:38.502Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6220 | 2026-08-11T11:22:39.987Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6221 | 2026-08-11T11:22:40.959Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6222 | 2026-08-11T11:22:42.871Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 6223 | 2026-08-11T11:22:43.541Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 6224 | 2026-08-11T11:22:44.932Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6225 | 2026-08-11T11:22:46.952Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6226 | 2026-08-11T11:22:47.105Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 6227 | 2026-08-11T11:22:47.878Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6228 | 2026-08-11T11:22:55.659Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6229 | 2026-08-11T11:22:58.046Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6230 | 2026-08-11T11:23:01.091Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6231 | 2026-08-11T11:23:43.558Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s |
| 6232 | 2026-08-11T11:23:43.564Z | Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a) |
| 6233 | 2026-08-11T11:23:43.564Z | |
| 6234 | 2026-08-11T11:23:43.564Z | running 5 tests |
| 6235 | 2026-08-11T11:23:43.564Z | test fuse::tests::chip_revision_a0 ... ok |
| 6236 | 2026-08-11T11:23:43.564Z | test fuse::tests::chip_revision_b1 ... ok |
| 6237 | 2026-08-11T11:23:43.564Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 6238 | 2026-08-11T11:23:43.564Z | test fuse::tests::chip_revision_b0 ... ok |
| 6239 | 2026-08-11T11:23:43.564Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 6240 | 2026-08-11T11:23:43.564Z | |
| 6241 | 2026-08-11T11:23:43.564Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6242 | 2026-08-11T11:23:43.564Z | |
| 6243 | 2026-08-11T11:23:43.564Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6244 | 2026-08-11T11:23:43.564Z | |
| 6245 | 2026-08-11T11:23:43.565Z | running 0 tests |
| 6246 | 2026-08-11T11:23:43.565Z | |
| 6247 | 2026-08-11T11:23:43.565Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6248 | 2026-08-11T11:23:43.565Z | |
| 6249 | 2026-08-11T11:23:43.565Z | Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4) |
| 6250 | 2026-08-11T11:23:43.565Z | |
| 6251 | 2026-08-11T11:23:43.565Z | running 0 tests |
| 6252 | 2026-08-11T11:23:43.565Z | |
| 6253 | 2026-08-11T11:23:43.565Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6254 | 2026-08-11T11:23:43.565Z | |
| 6255 | 2026-08-11T11:23:43.565Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 6256 | 2026-08-11T11:23:43.565Z | |
| 6257 | 2026-08-11T11:23:43.565Z | running 10 tests |
| 6258 | 2026-08-11T11:23:43.565Z | test nat::tests::test_vni ... ok |
| 6259 | 2026-08-11T11:23:43.565Z | test network::tests::test_equal ... ok |
| 6260 | 2026-08-11T11:23:43.565Z | test network::tests::test_eui64 ... ok |
| 6261 | 2026-08-11T11:23:43.565Z | test network::tests::test_into ... ok |
| 6262 | 2026-08-11T11:23:43.565Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6263 | 2026-08-11T11:23:43.565Z | test network::tests::test_not_equal ... ok |
| 6264 | 2026-08-11T11:23:43.565Z | test network::tests::test_parse ... ok |
| 6265 | 2026-08-11T11:23:43.565Z | test network::tests::test_to_string ... ok |
| 6266 | 2026-08-11T11:23:43.565Z | test test_purge ... ok |
| 6267 | 2026-08-11T11:23:43.565Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6268 | 2026-08-11T11:23:43.565Z | |
| 6269 | 2026-08-11T11:23:43.565Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6270 | 2026-08-11T11:23:43.565Z | |
| 6271 | 2026-08-11T11:23:43.566Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd) |
| 6272 | 2026-08-11T11:23:43.566Z | |
| 6273 | 2026-08-11T11:23:43.566Z | running 1 test |
| 6274 | 2026-08-11T11:23:43.566Z | ------- |
| 6275 | 2026-08-11T11:23:43.566Z | Generating OpenAPI documents from API definitions ... |
| 6276 | 2026-08-11T11:23:43.566Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6277 | 2026-08-11T11:23:43.566Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6278 | 2026-08-11T11:23:44.129Z | ------- |
| 6279 | 2026-08-11T11:23:44.129Z | Checking 12 OpenAPI documents... |
| 6280 | 2026-08-11T11:23:44.129Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-08-11T11:23:44.129Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-08-11T11:23:44.129Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6283 | 2026-08-11T11:23:44.129Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-08-11T11:23:44.133Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-08-11T11:23:44.133Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6286 | 2026-08-11T11:23:44.134Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6287 | 2026-08-11T11:23:44.134Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6288 | 2026-08-11T11:23:44.134Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6289 | 2026-08-11T11:23:44.134Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6290 | 2026-08-11T11:23:44.134Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6291 | 2026-08-11T11:23:44.134Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6292 | 2026-08-11T11:23:44.134Z | Fresh dpd "latest" symlink |
| 6293 | 2026-08-11T11:23:44.134Z | ------- |
| 6294 | 2026-08-11T11:23:44.134Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 6295 | 2026-08-11T11:23:44.193Z | test test::test_apis_up_to_date ... ok |
| 6296 | 2026-08-11T11:23:44.193Z | |
| 6297 | 2026-08-11T11:23:44.193Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s |
| 6298 | 2026-08-11T11:23:44.194Z | |
| 6299 | 2026-08-11T11:23:44.251Z | Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79) |
| 6300 | 2026-08-11T11:23:44.257Z | |
| 6301 | 2026-08-11T11:23:44.257Z | running 34 tests |
| 6302 | 2026-08-11T11:23:44.261Z | test freemap::test_ordering ... ok |
| 6303 | 2026-08-11T11:23:44.261Z | test config::tests::test_updates ... ok |
| 6304 | 2026-08-11T11:23:44.261Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6305 | 2026-08-11T11:23:44.261Z | test freemap::test_split ... ok |
| 6306 | 2026-08-11T11:23:44.261Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6307 | 2026-08-11T11:23:44.261Z | test macaddrs::tests::test_mac_offset ... ok |
| 6308 | 2026-08-11T11:23:44.266Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6309 | 2026-08-11T11:23:44.266Z | Aug 11 11:23:43.302 DEBG created new freemap, unit: freemap_test |
| 6310 | 2026-08-11T11:23:44.266Z | Aug 11 11:23:43.302 DEBG initted freemap. size: 128, unit: freemap_test |
| 6311 | 2026-08-11T11:23:44.266Z | Aug 11 11:23:43.302 DEBG reset freemap, unit: freemap_test |
| 6312 | 2026-08-11T11:23:44.266Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6313 | 2026-08-11T11:23:44.266Z | Aug 11 11:23:43.302 DEBG created new freemap, unit: freemap_test |
| 6314 | 2026-08-11T11:23:44.266Z | Aug 11 11:23:43.302 DEBG created new freemap, unit: freemap_test |
| 6315 | 2026-08-11T11:23:44.266Z | Aug 11 11:23:43.302Aug 11 11:23:43.302 DEBG initted freemap. size: 128, unit: freemap_test |
| 6316 | 2026-08-11T11:23:44.267Z | Aug 11 11:23:43.302 DEBG reset freemap , unit:DEBG freemap_test |
| 6317 | 2026-08-11T11:23:44.267Z | test nat::test_mapping ... ok |
| 6318 | 2026-08-11T11:23:44.267Z | Aug 11 11:23:43.302 DEBG created new freemap, unitinitted freemap. size: 128: , freemap_testunit: |
| 6319 | 2026-08-11T11:23:44.267Z | freemap_test |
| 6320 | 2026-08-11T11:23:44.267Z | Aug 11 11:23:43.302 DEBG initted freemap. size: 128, unit: Aug 11 11:23:43.302freemap_test |
| 6321 | 2026-08-11T11:23:44.267Z | DEBG reset freemap, unitAug 11 11:23:43.302: DEBGfreemap_test |
| 6322 | 2026-08-11T11:23:44.267Z | reset freemap, unit: freemap_test |
| 6323 | 2026-08-11T11:23:44.267Z | test freemap::test_basic ... ok |
| 6324 | 2026-08-11T11:23:44.267Z | test freemap::test_free ... ok |
| 6325 | 2026-08-11T11:23:44.267Z | test freemap::test_exhaustion ... ok |
| 6326 | 2026-08-11T11:23:44.267Z | test freemap::test_reclaim ... ok |
| 6327 | 2026-08-11T11:23:44.267Z | test port_map::tests::test_backplane_group ... ok |
| 6328 | 2026-08-11T11:23:44.267Z | test port_map::tests::test_port_map ... ok |
| 6329 | 2026-08-11T11:23:44.267Z | test port_map::tests::dump_map ... ok |
| 6330 | 2026-08-11T11:23:44.267Z | Aug 11 11:23:43.303 DEBG created new freemap, unit: freemap_test |
| 6331 | 2026-08-11T11:23:44.267Z | Aug 11 11:23:43.303 DEBG initted freemap. size: 8, unit: freemap_test |
| 6332 | 2026-08-11T11:23:44.267Z | Aug 11 11:23:43.303 DEBG reset freemap, unit: freemap_test |
| 6333 | 2026-08-11T11:23:44.268Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6334 | 2026-08-11T11:23:44.268Z | Aug 11 11:23:43.304 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6335 | 2026-08-11T11:23:44.268Z | Aug 11 11:23:43.304 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6336 | 2026-08-11T11:23:44.268Z | Aug 11 11:23:43.304 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6337 | 2026-08-11T11:23:44.268Z | Aug 11 11:23:43.304 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6338 | 2026-08-11T11:23:44.268Z | Aug 11 11:23:43.304 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6339 | 2026-08-11T11:23:44.268Z | Aug 11 11:23:43.304 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6340 | 2026-08-11T11:23:44.268Z | Aug 11 11:23:43.304 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6341 | 2026-08-11T11:23:44.268Z | test api_server::tests::test_build_info ... ok |
| 6342 | 2026-08-11T11:23:44.268Z | Aug 11 11:23:43.304 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 } }] |
| 6343 | 2026-08-11T11:23:44.268Z | Aug 11 11:23:43.304 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6344 | 2026-08-11T11:23:44.268Z | Aug 11 11:23:43.304 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 } }] |
| 6345 | 2026-08-11T11:23:44.268Z | Aug 11 11:23:43.304 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6346 | 2026-08-11T11:23:44.268Z | Aug 11 11:23:43.304 DEBG Aug 11 11:23:43.304replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6347 | 2026-08-11T11:23:44.268Z | DEBG created new freemapAug 11 11:23:43.304 , INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6348 | 2026-08-11T11:23:44.268Z | freemap_test |
| 6349 | 2026-08-11T11:23:44.268Z | Aug 11 11:23:43.304 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:23:43.304 |
| 6350 | 2026-08-11T11:23:44.268Z | DEBG initted freemap. size: 128, Aug 11 11:23:43.304unit :INFO Aug 11 11:23:43.304adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_test |
| 6351 | 2026-08-11T11:23:44.269Z | |
| 6352 | 2026-08-11T11:23:44.269Z | DEBG created new freemap, unitAug 11 11:23:43.304:Aug 11 11:23:43.304 DEBGDEBGfreemap_route_ipv4 |
| 6353 | 2026-08-11T11:23:44.269Z | reset freemap , replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 6354 | 2026-08-11T11:23:44.269Z | Aug 11 11:23:43.304: freemap_testDEBG |
| 6355 | 2026-08-11T11:23:44.269Z | Aug 11 11:23:43.304created new freemap , INFO unitadding route 3fff:beef:1::/64 -> 2001:db8::55:ff: |
| 6356 | 2026-08-11T11:23:44.269Z | freemap_route_ipv6 |
| 6357 | 2026-08-11T11:23:44.269Z | Aug 11 11:23:43.304Aug 11 11:23:43.304 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 } }]initted freemap. size: 64 |
| 6358 | 2026-08-11T11:23:44.269Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6359 | 2026-08-11T11:23:44.269Z | , unit: freemap_route_ipv4Aug 11 11:23:43.304 |
| 6360 | 2026-08-11T11:23:44.269Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6361 | 2026-08-11T11:23:44.269Z | Aug 11 11:23:43.304 DEBGAug 11 11:23:43.304 reset freemapDEBG, unitreplacing 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 } }]: |
| 6362 | 2026-08-11T11:23:44.269Z | freemap_route_ipv4 |
| 6363 | 2026-08-11T11:23:44.269Z | Aug 11 11:23:43.304 INFOAug 11 11:23:43.304 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG |
| 6364 | 2026-08-11T11:23:44.269Z | initted freemap. size: 64, unit:Aug 11 11:23:43.304 freemap_route_ipv6DEBG |
| 6365 | 2026-08-11T11:23:44.269Z | 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 } }] |
| 6366 | 2026-08-11T11:23:44.269Z | Aug 11 11:23:43.304 DEBGAug 11 11:23:43.304 reset freemapINFO, unitadding route 3fff:beef:4::/64 -> 2001:db8::55:ff: |
| 6367 | 2026-08-11T11:23:44.269Z | freemap_route_ipv6 |
| 6368 | 2026-08-11T11:23:44.269Z | Aug 11 11:23:43.304 Aug 11 11:23:43.304DEBG 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 } }] |
| 6369 | 2026-08-11T11:23:44.269Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6370 | 2026-08-11T11:23:44.270Z | Aug 11 11:23:43.304Aug 11 11:23:43.304 INFODEBG adding route 3fff:beef:5::/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 } }] |
| 6371 | 2026-08-11T11:23:44.270Z | |
| 6372 | 2026-08-11T11:23:44.270Z | Aug 11 11:23:43.304Aug 11 11:23:43.304 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6373 | 2026-08-11T11:23:44.270Z | |
| 6374 | 2026-08-11T11:23:44.270Z | Aug 11 11:23:43.304Aug 11 11:23:43.304 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 } }] |
| 6375 | 2026-08-11T11:23:44.270Z | |
| 6376 | 2026-08-11T11:23:44.270Z | Aug 11 11:23:43.304Aug 11 11:23:43.304 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6377 | 2026-08-11T11:23:44.270Z | |
| 6378 | 2026-08-11T11:23:44.270Z | test freemap::test_span ... ok |
| 6379 | 2026-08-11T11:23:44.270Z | Aug 11 11:23:43.304Aug 11 11:23:43.304 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6380 | 2026-08-11T11:23:44.270Z | |
| 6381 | 2026-08-11T11:23:44.270Z | Aug 11 11:23:43.304Aug 11 11:23:43.304 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6382 | 2026-08-11T11:23:44.270Z | |
| 6383 | 2026-08-11T11:23:44.270Z | Aug 11 11:23:43.304Aug 11 11:23:43.304 DEBGAug 11 11:23:43.304INFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.304adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6384 | 2026-08-11T11:23:44.270Z | |
| 6385 | 2026-08-11T11:23:44.270Z | DEBG DEBGcreated new freemap , created new freemapAug 11 11:23:43.304Aug 11 11:23:43.304unit , INFOunit adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG: |
| 6386 | 2026-08-11T11:23:44.270Z | : freemap_route_ipv4replacing 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 } }] |
| 6387 | 2026-08-11T11:23:44.270Z | |
| 6388 | 2026-08-11T11:23:44.270Z | freemap_route_ipv4 |
| 6389 | 2026-08-11T11:23:44.271Z | Aug 11 11:23:43.304Aug 11 11:23:43.304 Aug 11 11:23:43.304DEBGINFO Aug 11 11:23:43.304replacing 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 } }] |
| 6390 | 2026-08-11T11:23:44.271Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6391 | 2026-08-11T11:23:44.271Z | DEBGDEBG Aug 11 11:23:43.304 created new freemap created new freemapINFOAug 11 11:23:43.304, , unitunitadding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG: replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 6392 | 2026-08-11T11:23:44.271Z | |
| 6393 | 2026-08-11T11:23:44.271Z | |
| 6394 | 2026-08-11T11:23:44.271Z | : freemap_route_ipv6 |
| 6395 | 2026-08-11T11:23:44.271Z | Aug 11 11:23:43.304 Aug 11 11:23:43.304DEBG Aug 11 11:23:43.304Aug 11 11:23:43.304DEBG initted freemap. size: 64INFO, replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 6396 | 2026-08-11T11:23:44.271Z | :DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6397 | 2026-08-11T11:23:44.271Z | initted freemap. size: 64 |
| 6398 | 2026-08-11T11:23:44.271Z | , unit: Aug 11 11:23:43.304freemap_route_ipv4 Aug 11 11:23:43.304Aug 11 11:23:43.304INFO |
| 6399 | 2026-08-11T11:23:44.271Z | DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff 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 } }] |
| 6400 | 2026-08-11T11:23:44.271Z | |
| 6401 | 2026-08-11T11:23:44.271Z | reset freemap, unit:Aug 11 11:23:43.304 Aug 11 11:23:43.304DEBGfreemap_route_ipv4 |
| 6402 | 2026-08-11T11:23:44.271Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6403 | 2026-08-11T11:23:44.271Z | Aug 11 11:23:43.304adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6404 | 2026-08-11T11:23:44.271Z | Aug 11 11:23:43.304Aug 11 11:23:43.304 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG Aug 11 11:23:43.304initted freemap. size: 64 |
| 6405 | 2026-08-11T11:23:44.271Z | reset freemapDEBG 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 } }], |
| 6406 | 2026-08-11T11:23:44.271Z | Aug 11 11:23:43.304unit, :DEBGunit : freemap_route_ipv6 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 } }] |
| 6407 | 2026-08-11T11:23:44.272Z | |
| 6408 | 2026-08-11T11:23:44.277Z | freemap_route_ipv4Aug 11 11:23:43.304Aug 11 11:23:43.304 Aug 11 11:23:43.304 INFOINFO |
| 6409 | 2026-08-11T11:23:44.277Z | DEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6410 | 2026-08-11T11:23:44.277Z | |
| 6411 | 2026-08-11T11:23:44.277Z | reset freemap, Aug 11 11:23:43.304unit Aug 11 11:23:43.304DEBG: Aug 11 11:23:43.304freemap_route_ipv6DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6412 | 2026-08-11T11:23:44.277Z | |
| 6413 | 2026-08-11T11:23:44.277Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64Aug 11 11:23:43.304, |
| 6414 | 2026-08-11T11:23:44.277Z | INFOAug 11 11:23:43.304 adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 6415 | 2026-08-11T11:23:44.277Z | Aug 11 11:23:43.304INFO:Aug 11 11:23:43.304 adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6416 | 2026-08-11T11:23:44.277Z | INFODEBG adding route 3fff:beef:7::/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 } }]freemap_route_ipv6 |
| 6417 | 2026-08-11T11:23:44.277Z | |
| 6418 | 2026-08-11T11:23:44.277Z | Aug 11 11:23:43.304 |
| 6419 | 2026-08-11T11:23:44.277Z | 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 } }] |
| 6420 | 2026-08-11T11:23:44.277Z | Aug 11 11:23:43.304 Aug 11 11:23:43.304INFO Aug 11 11:23:43.304 DEBGAug 11 11:23:43.304 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 } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap |
| 6421 | 2026-08-11T11:23:44.277Z | |
| 6422 | 2026-08-11T11:23:44.277Z | , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffunit |
| 6423 | 2026-08-11T11:23:44.278Z | :Aug 11 11:23:43.304 Aug 11 11:23:43.304INFO freemap_route_ipv6 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 11 11:23:43.304 |
| 6424 | 2026-08-11T11:23:44.278Z | DEBG |
| 6425 | 2026-08-11T11:23:44.278Z | 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 } }] |
| 6426 | 2026-08-11T11:23:44.278Z | DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.304 |
| 6427 | 2026-08-11T11:23:44.278Z | Aug 11 11:23:43.304Aug 11 11:23:43.304 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:23:43.304 |
| 6428 | 2026-08-11T11:23:44.278Z | 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 } }] |
| 6429 | 2026-08-11T11:23:44.278Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6430 | 2026-08-11T11:23:44.278Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6431 | 2026-08-11T11:23:44.278Z | |
| 6432 | 2026-08-11T11:23:44.278Z | Aug 11 11:23:43.305 DEBG INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305 |
| 6433 | 2026-08-11T11:23:44.278Z | Aug 11 11:23:43.305adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6434 | 2026-08-11T11:23:44.278Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 6435 | 2026-08-11T11:23:44.278Z | |
| 6436 | 2026-08-11T11:23:44.278Z | Aug 11 11:23:43.305 INFO Aug 11 11:23:43.305adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6437 | 2026-08-11T11:23:44.278Z | Aug 11 11:23:43.305INFOAug 11 11:23:43.305 DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 6438 | 2026-08-11T11:23:44.278Z | Aug 11 11:23:43.305 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 } }] |
| 6439 | 2026-08-11T11:23:44.278Z | 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 } }] |
| 6440 | 2026-08-11T11:23:44.278Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305 |
| 6441 | 2026-08-11T11:23:44.278Z | DEBG Aug 11 11:23:43.305replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305Aug 11 11:23:43.305 |
| 6442 | 2026-08-11T11:23:44.278Z | INFOINFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff Aug 11 11:23:43.305 |
| 6443 | 2026-08-11T11:23:44.279Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6444 | 2026-08-11T11:23:44.279Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 11 11:23:43.305adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:23:43.305 |
| 6445 | 2026-08-11T11:23:44.279Z | DEBG |
| 6446 | 2026-08-11T11:23:44.279Z | 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 |
| 6447 | 2026-08-11T11:23:44.279Z | Aug 11 11:23:43.305 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 |
| 6448 | 2026-08-11T11:23:44.279Z | Aug 11 11:23:43.305Aug 11 11:23:43.305replacing 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 } }] |
| 6449 | 2026-08-11T11:23:44.279Z | INFO Aug 11 11:23:43.305adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6450 | 2026-08-11T11:23:44.279Z | Aug 11 11:23:43.305 INFO INFO DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 11 11:23:43.305replacing 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 } }] |
| 6451 | 2026-08-11T11:23:44.279Z | |
| 6452 | 2026-08-11T11:23:44.279Z | 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 } }] |
| 6453 | 2026-08-11T11:23:44.279Z | |
| 6454 | 2026-08-11T11:23:44.279Z | Aug 11 11:23:43.305 DEBG Aug 11 11:23:43.305Aug 11 11:23:43.305 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 } }]INFOAug 11 11:23:43.305 |
| 6455 | 2026-08-11T11:23:44.279Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBGAug 11 11:23:43.305 |
| 6456 | 2026-08-11T11:23:44.279Z | 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 |
| 6457 | 2026-08-11T11:23:44.279Z | INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6458 | 2026-08-11T11:23:44.279Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 11 11:23:43.305 |
| 6459 | 2026-08-11T11:23:44.280Z | Aug 11 11:23:43.305 Aug 11 11:23:43.305DEBGINFO DEBGadding route 3fff:beef:d::/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 } }] |
| 6460 | 2026-08-11T11:23:44.280Z | Aug 11 11:23:43.305 |
| 6461 | 2026-08-11T11:23:44.280Z | 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 } }] |
| 6462 | 2026-08-11T11:23:44.280Z | DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305Aug 11 11:23:43.305 |
| 6463 | 2026-08-11T11:23:44.280Z | INFO Aug 11 11:23:43.305INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff 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 } }] |
| 6464 | 2026-08-11T11:23:44.280Z | Aug 11 11:23:43.305 |
| 6465 | 2026-08-11T11:23:44.280Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6466 | 2026-08-11T11:23:44.280Z | Aug 11 11:23:43.305 DEBGAug 11 11:23:43.305 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 |
| 6467 | 2026-08-11T11:23:44.280Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6468 | 2026-08-11T11:23:44.280Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6469 | 2026-08-11T11:23:44.280Z | |
| 6470 | 2026-08-11T11:23:44.280Z | Aug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305 INFOINFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6471 | 2026-08-11T11:23:44.280Z | |
| 6472 | 2026-08-11T11:23:44.280Z | |
| 6473 | 2026-08-11T11:23:44.280Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305DEBG DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6474 | 2026-08-11T11:23:44.281Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 6475 | 2026-08-11T11:23:44.281Z | |
| 6476 | 2026-08-11T11:23:44.281Z | Aug 11 11:23:43.305 Aug 11 11:23:43.305Aug 11 11:23:43.305INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6477 | 2026-08-11T11:23:44.281Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6478 | 2026-08-11T11:23:44.281Z | |
| 6479 | 2026-08-11T11:23:44.281Z | Aug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBG DEBG DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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: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 } }] |
| 6480 | 2026-08-11T11:23:44.281Z | |
| 6481 | 2026-08-11T11:23:44.281Z | |
| 6482 | 2026-08-11T11:23:44.281Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6483 | 2026-08-11T11:23:44.281Z | |
| 6484 | 2026-08-11T11:23:44.281Z | |
| 6485 | 2026-08-11T11:23:44.281Z | Aug 11 11:23:43.305 Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBGDEBG 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 } }]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 } }] |
| 6486 | 2026-08-11T11:23:44.281Z | 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 } }] |
| 6487 | 2026-08-11T11:23:44.281Z | |
| 6488 | 2026-08-11T11:23:44.281Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305INFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO |
| 6489 | 2026-08-11T11:23:44.281Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6490 | 2026-08-11T11:23:44.281Z | |
| 6491 | 2026-08-11T11:23:44.281Z | Aug 11 11:23:43.305 Aug 11 11:23:43.305DEBG Aug 11 11:23:43.305DEBGreplacing 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 } }] |
| 6492 | 2026-08-11T11:23:44.281Z | 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 } }] |
| 6493 | 2026-08-11T11:23:44.281Z | 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 } }] |
| 6494 | 2026-08-11T11:23:44.281Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 INFOINFO Aug 11 11:23:43.305adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6495 | 2026-08-11T11:23:44.281Z | INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6496 | 2026-08-11T11:23:44.282Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6497 | 2026-08-11T11:23:44.282Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBGAug 11 11:23:43.305 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 } }] |
| 6498 | 2026-08-11T11:23:44.282Z | 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 |
| 6499 | 2026-08-11T11:23:44.282Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305 |
| 6500 | 2026-08-11T11:23:44.282Z | Aug 11 11:23:43.305INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 6501 | 2026-08-11T11:23:44.282Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 11 11:23:43.305 |
| 6502 | 2026-08-11T11:23:44.282Z | Aug 11 11:23:43.305INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 11 11:23:43.305 |
| 6503 | 2026-08-11T11:23:44.282Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6504 | 2026-08-11T11:23:44.282Z | 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 } }] |
| 6505 | 2026-08-11T11:23:44.282Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305 INFODEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6506 | 2026-08-11T11:23:44.282Z | INFO |
| 6507 | 2026-08-11T11:23:44.282Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6508 | 2026-08-11T11:23:44.287Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 INFODEBG Aug 11 11:23:43.305 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6509 | 2026-08-11T11:23:44.288Z | |
| 6510 | 2026-08-11T11:23:44.288Z | DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6511 | 2026-08-11T11:23:44.288Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 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 } }] |
| 6512 | 2026-08-11T11:23:44.288Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 11 11:23:43.305 |
| 6513 | 2026-08-11T11:23:44.288Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6514 | 2026-08-11T11:23:44.288Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6515 | 2026-08-11T11:23:44.288Z | 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 } }] |
| 6516 | 2026-08-11T11:23:44.288Z | DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305 |
| 6517 | 2026-08-11T11:23:44.288Z | Aug 11 11:23:43.305DEBG Aug 11 11:23:43.305replacing 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 } }] |
| 6518 | 2026-08-11T11:23:44.288Z | INFOAug 11 11:23:43.305 INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6519 | 2026-08-11T11:23:44.288Z | DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffcreated new freemapAug 11 11:23:43.305 |
| 6520 | 2026-08-11T11:23:44.288Z | , unitINFOAug 11 11:23:43.305: adding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6521 | 2026-08-11T11:23:44.288Z | DEBG |
| 6522 | 2026-08-11T11:23:44.288Z | replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305 |
| 6523 | 2026-08-11T11:23:44.288Z | Aug 11 11:23:43.305 DEBGDEBG Aug 11 11:23:43.305replacing 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 } }] |
| 6524 | 2026-08-11T11:23:44.289Z | Aug 11 11:23:43.305replacing 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 } }] |
| 6525 | 2026-08-11T11:23:44.289Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 6526 | 2026-08-11T11:23:44.289Z | Aug 11 11:23:43.305Aug 11 11:23:43.305created new freemap INFOINFO Aug 11 11:23:43.305adding route 3fff:beef:18::/64 -> 2001:db8::55:ff, |
| 6527 | 2026-08-11T11:23:44.289Z | DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff unit |
| 6528 | 2026-08-11T11:23:44.289Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 11 11:23:43.305 |
| 6529 | 2026-08-11T11:23:44.289Z | DEBGfreemap_route_ipv6 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 } }] |
| 6530 | 2026-08-11T11:23:44.289Z | |
| 6531 | 2026-08-11T11:23:44.289Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBGINFOAug 11 11:23:43.305 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 6532 | 2026-08-11T11:23:44.289Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6533 | 2026-08-11T11:23:44.289Z | Aug 11 11:23:43.305 |
| 6534 | 2026-08-11T11:23:44.289Z | DEBGAug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 6535 | 2026-08-11T11:23:44.289Z | |
| 6536 | 2026-08-11T11:23:44.289Z | initted freemap. size: 64 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 6537 | 2026-08-11T11:23:44.289Z | unitAug 11 11:23:43.305:Aug 11 11:23:43.305 freemap_route_ipv4 INFOAug 11 11:23:43.305 |
| 6538 | 2026-08-11T11:23:44.289Z | DEBG INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6539 | 2026-08-11T11:23:44.289Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6540 | 2026-08-11T11:23:44.289Z | |
| 6541 | 2026-08-11T11:23:44.289Z | Aug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBG INFO DEBGDEBGreplacing 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 } }] |
| 6542 | 2026-08-11T11:23:44.290Z | reset freemapadding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6543 | 2026-08-11T11:23:44.290Z | , |
| 6544 | 2026-08-11T11:23:44.290Z | unit: freemap_route_ipv4 |
| 6545 | 2026-08-11T11:23:44.290Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBG INFOAug 11 11:23:43.305replacing 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 } }] |
| 6546 | 2026-08-11T11:23:44.290Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 6547 | 2026-08-11T11:23:44.290Z | Aug 11 11:23:43.305 Aug 11 11:23:43.305 DEBGINFOAug 11 11:23:43.305 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff adding route 3fff:beef:10::/64 -> 2001:db8::55:ff DEBG |
| 6548 | 2026-08-11T11:23:44.290Z | |
| 6549 | 2026-08-11T11:23:44.290Z | initted freemap. size: 64 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 } }], unit |
| 6550 | 2026-08-11T11:23:44.290Z | :Aug 11 11:23:43.305 freemap_route_ipv6DEBG |
| 6551 | 2026-08-11T11:23:44.290Z | Aug 11 11:23:43.305replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305 |
| 6552 | 2026-08-11T11:23:44.290Z | INFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 11 11:23:43.305 |
| 6553 | 2026-08-11T11:23:44.290Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305DEBGAug 11 11:23:43.305 |
| 6554 | 2026-08-11T11:23:44.290Z | INFODEBG reset freemapreplacing 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:1c::/64 -> 2001:db8::55:ff |
| 6555 | 2026-08-11T11:23:44.290Z | |
| 6556 | 2026-08-11T11:23:44.290Z | , unit: freemap_route_ipv6Aug 11 11:23:43.305 |
| 6557 | 2026-08-11T11:23:44.290Z | Aug 11 11:23:43.305 Aug 11 11:23:43.305INFO DEBG INFO adding route 3fff:beef:11::/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 } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6558 | 2026-08-11T11:23:44.290Z | |
| 6559 | 2026-08-11T11:23:44.291Z | Aug 11 11:23:43.305 |
| 6560 | 2026-08-11T11:23:44.291Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6561 | 2026-08-11T11:23:44.291Z | Aug 11 11:23:43.305 Aug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBG DEBG INFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6562 | 2026-08-11T11:23:44.291Z | DEBG |
| 6563 | 2026-08-11T11:23:44.291Z | |
| 6564 | 2026-08-11T11:23:44.291Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6565 | 2026-08-11T11:23:44.291Z | Aug 11 11:23:43.305 INFOAug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305 DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6566 | 2026-08-11T11:23:44.291Z | INFO |
| 6567 | 2026-08-11T11:23:44.291Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 11 11:23:43.305 |
| 6568 | 2026-08-11T11:23:44.291Z | |
| 6569 | 2026-08-11T11:23:44.291Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6570 | 2026-08-11T11:23:44.291Z | Aug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBGDEBG DEBGAug 11 11:23:43.305replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6571 | 2026-08-11T11:23:44.291Z | replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6572 | 2026-08-11T11:23:44.291Z | DEBG |
| 6573 | 2026-08-11T11:23:44.291Z | Aug 11 11:23:43.305 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 } }]INFOAug 11 11:23:43.305 |
| 6574 | 2026-08-11T11:23:44.291Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 11 11:23:43.305adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6575 | 2026-08-11T11:23:44.291Z | |
| 6576 | 2026-08-11T11:23:44.291Z | Aug 11 11:23:43.305INFO Aug 11 11:23:43.305 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 11 11:23:43.305 |
| 6577 | 2026-08-11T11:23:44.291Z | INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 6578 | 2026-08-11T11:23:44.291Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6579 | 2026-08-11T11:23:44.291Z | |
| 6580 | 2026-08-11T11:23:44.292Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBGDEBG Aug 11 11:23:43.305Aug 11 11:23:43.305 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: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 } }] |
| 6581 | 2026-08-11T11:23:44.292Z | INFO |
| 6582 | 2026-08-11T11:23:44.292Z | INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 11 11:23:43.305Aug 11 11:23:43.305 adding route 3fff:dead::/64 -> 2001:db8::55:4INFOINFO |
| 6583 | 2026-08-11T11:23:44.292Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6584 | 2026-08-11T11:23:44.292Z | |
| 6585 | 2026-08-11T11:23:44.292Z | |
| 6586 | 2026-08-11T11:23:44.292Z | Aug 11 11:23:43.305 DEBG Aug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305DEBGDEBG 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:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6587 | 2026-08-11T11:23:44.292Z | 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 } }] |
| 6588 | 2026-08-11T11:23:44.292Z | |
| 6589 | 2026-08-11T11:23:44.292Z | Aug 11 11:23:43.305replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6590 | 2026-08-11T11:23:44.292Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 11 11:23:43.305 |
| 6591 | 2026-08-11T11:23:44.292Z | Aug 11 11:23:43.305 INFO INFOAug 11 11:23:43.305 Aug 11 11:23:43.305adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6592 | 2026-08-11T11:23:44.292Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 6593 | 2026-08-11T11:23:44.292Z | DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 6594 | 2026-08-11T11:23:44.292Z | Aug 11 11:23:43.305 |
| 6595 | 2026-08-11T11:23:44.292Z | DEBGAug 11 11:23:43.305 Aug 11 11:23:43.305Aug 11 11:23:43.305replacing 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 } }] |
| 6596 | 2026-08-11T11:23:44.292Z | INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffWARN |
| 6597 | 2026-08-11T11:23:44.292Z | 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:23:43.305 |
| 6598 | 2026-08-11T11:23:44.292Z | Aug 11 11:23:43.305 INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6599 | 2026-08-11T11:23:44.292Z | 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 } }] |
| 6600 | 2026-08-11T11:23:44.293Z | |
| 6601 | 2026-08-11T11:23:44.293Z | Aug 11 11:23:43.305 Aug 11 11:23:43.305INFOAug 11 11:23:43.305Aug 11 11:23:43.305 INFODEBG ERRO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/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 } }]rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6602 | 2026-08-11T11:23:44.293Z | |
| 6603 | 2026-08-11T11:23:44.293Z | |
| 6604 | 2026-08-11T11:23:44.293Z | |
| 6605 | 2026-08-11T11:23:44.293Z | Aug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305DEBG INFODEBG 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 } }]ERRO |
| 6606 | 2026-08-11T11:23:44.293Z | adding route 3fff:beef:17::/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 } }] |
| 6607 | 2026-08-11T11:23:44.293Z | shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it |
| 6608 | 2026-08-11T11:23:44.298Z | Aug 11 11:23:43.305 |
| 6609 | 2026-08-11T11:23:44.298Z | INFOAug 11 11:23:43.305 INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6610 | 2026-08-11T11:23:44.298Z | Aug 11 11:23:43.305adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6611 | 2026-08-11T11:23:44.298Z | 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 } }] |
| 6612 | 2026-08-11T11:23:44.298Z | Aug 11 11:23:43.305Aug 11 11:23:43.305 |
| 6613 | 2026-08-11T11:23:44.298Z | DEBG DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305 Aug 11 11:23:43.305replacing 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 } }] |
| 6614 | 2026-08-11T11:23:44.298Z | |
| 6615 | 2026-08-11T11:23:44.298Z | DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6616 | 2026-08-11T11:23:44.298Z | |
| 6617 | 2026-08-11T11:23:44.298Z | Aug 11 11:23:43.305 INFOAug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6618 | 2026-08-11T11:23:44.298Z | 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 } }] |
| 6619 | 2026-08-11T11:23:44.298Z | Aug 11 11:23:43.305INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6620 | 2026-08-11T11:23:44.298Z | |
| 6621 | 2026-08-11T11:23:44.299Z | DEBG Aug 11 11:23:43.306Aug 11 11:23:43.305Aug 11 11:23:43.306replacing 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 } }] |
| 6622 | 2026-08-11T11:23:44.299Z | DEBG INFODEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 6623 | 2026-08-11T11:23:44.299Z | adding route 3fff:beef:26::/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 } }] |
| 6624 | 2026-08-11T11:23:44.299Z | |
| 6625 | 2026-08-11T11:23:44.299Z | |
| 6626 | 2026-08-11T11:23:44.299Z | Aug 11 11:23:43.306Aug 11 11:23:43.306Aug 11 11:23:43.306 Aug 11 11:23:43.306 DEBGDEBG INFOINFO 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 } }] |
| 6627 | 2026-08-11T11:23:44.299Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6628 | 2026-08-11T11:23:44.299Z | 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 } }] |
| 6629 | 2026-08-11T11:23:44.299Z | |
| 6630 | 2026-08-11T11:23:44.299Z | Aug 11 11:23:43.306Aug 11 11:23:43.306Aug 11 11:23:43.306 DEBGAug 11 11:23:43.306INFODEBG INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff 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 } }] |
| 6631 | 2026-08-11T11:23:44.299Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6632 | 2026-08-11T11:23:44.299Z | 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 } }] |
| 6633 | 2026-08-11T11:23:44.299Z | |
| 6634 | 2026-08-11T11:23:44.299Z | Aug 11 11:23:43.306 DEBG Aug 11 11:23:43.306replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.306INFOAug 11 11:23:43.306 |
| 6635 | 2026-08-11T11:23:44.299Z | DEBGINFO adding route 3fff:beef:1a::/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 } }] |
| 6636 | 2026-08-11T11:23:44.299Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6637 | 2026-08-11T11:23:44.299Z | |
| 6638 | 2026-08-11T11:23:44.299Z | Aug 11 11:23:43.306Aug 11 11:23:43.306Aug 11 11:23:43.306 INFOINFODEBG Aug 11 11:23:43.306 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 6639 | 2026-08-11T11:23:44.299Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6640 | 2026-08-11T11:23:44.300Z | |
| 6641 | 2026-08-11T11:23:44.300Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306 |
| 6642 | 2026-08-11T11:23:44.300Z | Aug 11 11:23:43.306DEBG Aug 11 11:23:43.306Aug 11 11:23:43.306 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 } }] |
| 6643 | 2026-08-11T11:23:44.300Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 11 11:23:43.306DEBG |
| 6644 | 2026-08-11T11:23:44.300Z | INFO |
| 6645 | 2026-08-11T11:23:44.300Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6646 | 2026-08-11T11:23:44.300Z | Aug 11 11:23:43.306Aug 11 11:23:43.306 |
| 6647 | 2026-08-11T11:23:44.300Z | DEBGDEBGAug 11 11:23:43.306 Aug 11 11:23:43.306 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 } }] 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 } }] |
| 6648 | 2026-08-11T11:23:44.300Z | |
| 6649 | 2026-08-11T11:23:44.300Z | INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6650 | 2026-08-11T11:23:44.300Z | Aug 11 11:23:43.306adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6651 | 2026-08-11T11:23:44.300Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6652 | 2026-08-11T11:23:44.300Z | Aug 11 11:23:43.306Aug 11 11:23:43.306 Aug 11 11:23:43.306DEBG Aug 11 11:23:43.306 INFOINFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6653 | 2026-08-11T11:23:44.300Z | adding route 3fff:beef:1c::/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 } }] |
| 6654 | 2026-08-11T11:23:44.300Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 11 11:23:43.306 |
| 6655 | 2026-08-11T11:23:44.300Z | |
| 6656 | 2026-08-11T11:23:44.300Z | INFO Aug 11 11:23:43.306adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6657 | 2026-08-11T11:23:44.300Z | DEBG Aug 11 11:23:43.306replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306 |
| 6658 | 2026-08-11T11:23:44.301Z | Aug 11 11:23:43.306INFODEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6659 | 2026-08-11T11:23:44.301Z | Aug 11 11:23:43.306 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 6660 | 2026-08-11T11:23:44.301Z | |
| 6661 | 2026-08-11T11:23:44.301Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 11 11:23:43.306 |
| 6662 | 2026-08-11T11:23:44.301Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 11 11:23:43.306 |
| 6663 | 2026-08-11T11:23:44.301Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6664 | 2026-08-11T11:23:44.301Z | Aug 11 11:23:43.306 DEBGAug 11 11:23:43.306DEBG 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 } }] |
| 6665 | 2026-08-11T11:23:44.301Z | Aug 11 11:23:43.306 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6666 | 2026-08-11T11:23:44.301Z | Aug 11 11:23:43.306INFO DEBG adding route 3fff:beef:1e::/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 } }] |
| 6667 | 2026-08-11T11:23:44.301Z | |
| 6668 | 2026-08-11T11:23:44.301Z | Aug 11 11:23:43.306 INFO adding route 3fff:beef:1f::/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 } }] |
| 6669 | 2026-08-11T11:23:44.301Z | |
| 6670 | 2026-08-11T11:23:44.301Z | Aug 11 11:23:43.306 DEBGAug 11 11:23:43.306 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 } }]INFOAug 11 11:23:43.306 |
| 6671 | 2026-08-11T11:23:44.301Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 6672 | 2026-08-11T11:23:44.301Z | 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 } }] |
| 6673 | 2026-08-11T11:23:44.301Z | Aug 11 11:23:43.306 Aug 11 11:23:43.306INFO DEBGAug 11 11:23:43.306adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6674 | 2026-08-11T11:23:44.301Z | INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6675 | 2026-08-11T11:23:44.301Z | |
| 6676 | 2026-08-11T11:23:44.301Z | Aug 11 11:23:43.306 DEBG Aug 11 11:23:43.306replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306 |
| 6677 | 2026-08-11T11:23:44.301Z | INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6678 | 2026-08-11T11:23:44.302Z | Aug 11 11:23:43.306 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 } }] |
| 6679 | 2026-08-11T11:23:44.302Z | Aug 11 11:23:43.306 INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6680 | 2026-08-11T11:23:44.302Z | |
| 6681 | 2026-08-11T11:23:44.302Z | Aug 11 11:23:43.306Aug 11 11:23:43.306 DEBGINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6682 | 2026-08-11T11:23:44.302Z | |
| 6683 | 2026-08-11T11:23:44.302Z | Aug 11 11:23:43.306Aug 11 11:23:43.306 INFODEBG adding route 3fff:beef:1e::/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 } }] |
| 6684 | 2026-08-11T11:23:44.302Z | |
| 6685 | 2026-08-11T11:23:44.302Z | Aug 11 11:23:43.306Aug 11 11:23:43.306 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:21::/64 -> 2001:db8::55:ff |
| 6686 | 2026-08-11T11:23:44.302Z | |
| 6687 | 2026-08-11T11:23:44.302Z | Aug 11 11:23:43.306Aug 11 11:23:43.306 INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6688 | 2026-08-11T11:23:44.302Z | |
| 6689 | 2026-08-11T11:23:44.302Z | Aug 11 11:23:43.306Aug 11 11:23:43.306 INFOAug 11 11:23:43.306 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6690 | 2026-08-11T11:23:44.302Z | 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 } }] |
| 6691 | 2026-08-11T11:23:44.302Z | |
| 6692 | 2026-08-11T11:23:44.303Z | Aug 11 11:23:43.306Aug 11 11:23:43.306 Aug 11 11:23:43.306DEBG Aug 11 11:23:43.306INFOreplacing 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 } }] |
| 6693 | 2026-08-11T11:23:44.303Z | INFO INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6694 | 2026-08-11T11:23:44.303Z | Aug 11 11:23:43.306 |
| 6695 | 2026-08-11T11:23:44.303Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6696 | 2026-08-11T11:23:44.303Z | Aug 11 11:23:43.306 |
| 6697 | 2026-08-11T11:23:44.303Z | DEBG Aug 11 11:23:43.306replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306 |
| 6698 | 2026-08-11T11:23:44.303Z | Aug 11 11:23:43.306 DEBG DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6699 | 2026-08-11T11:23:44.303Z | Aug 11 11:23:43.306 |
| 6700 | 2026-08-11T11:23:44.303Z | INFO Aug 11 11:23:43.306adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 11 11:23:43.306 |
| 6701 | 2026-08-11T11:23:44.303Z | 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 } }]INFO |
| 6702 | 2026-08-11T11:23:44.303Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 11 11:23:43.306 |
| 6703 | 2026-08-11T11:23:44.303Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG |
| 6704 | 2026-08-11T11:23:44.303Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306 |
| 6705 | 2026-08-11T11:23:44.303Z | Aug 11 11:23:43.306INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 11 11:23:43.306 |
| 6706 | 2026-08-11T11:23:44.303Z | Aug 11 11:23:43.306DEBG DEBG INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6707 | 2026-08-11T11:23:44.303Z | 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 } }] |
| 6708 | 2026-08-11T11:23:44.309Z | |
| 6709 | 2026-08-11T11:23:44.309Z | Aug 11 11:23:43.306Aug 11 11:23:43.306 DEBGINFO Aug 11 11:23:43.306Aug 11 11:23:43.306 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6710 | 2026-08-11T11:23:44.309Z | INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6711 | 2026-08-11T11:23:44.310Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306 |
| 6712 | 2026-08-11T11:23:44.310Z | 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 } }] |
| 6713 | 2026-08-11T11:23:44.310Z | Aug 11 11:23:43.306replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.306 |
| 6714 | 2026-08-11T11:23:44.310Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6715 | 2026-08-11T11:23:44.310Z | DEBG Aug 11 11:23:43.306Aug 11 11:23:43.306replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.306 |
| 6716 | 2026-08-11T11:23:44.310Z | INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 11 11:23:43.306 |
| 6717 | 2026-08-11T11:23:44.310Z | 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 } }] |
| 6718 | 2026-08-11T11:23:44.310Z | INFOAug 11 11:23:43.306 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFOAug 11 11:23:43.306 |
| 6719 | 2026-08-11T11:23:44.310Z | INFODEBG adding route 3fff:beef:24::/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 } }] |
| 6720 | 2026-08-11T11:23:44.310Z | |
| 6721 | 2026-08-11T11:23:44.310Z | Aug 11 11:23:43.306adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6722 | 2026-08-11T11:23:44.310Z | DEBG Aug 11 11:23:43.306replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.306 |
| 6723 | 2026-08-11T11:23:44.310Z | INFOAug 11 11:23:43.306 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6724 | 2026-08-11T11:23:44.310Z | DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306 |
| 6725 | 2026-08-11T11:23:44.310Z | Aug 11 11:23:43.306INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6726 | 2026-08-11T11:23:44.310Z | |
| 6727 | 2026-08-11T11:23:44.311Z | Aug 11 11:23:43.306DEBG INFOAug 11 11:23:43.306Aug 11 11:23:43.306 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 } }] |
| 6728 | 2026-08-11T11:23:44.311Z | INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff 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 } }] |
| 6729 | 2026-08-11T11:23:44.311Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6730 | 2026-08-11T11:23:44.311Z | Aug 11 11:23:43.306 |
| 6731 | 2026-08-11T11:23:44.311Z | INFOAug 11 11:23:43.306Aug 11 11:23:43.306 Aug 11 11:23:43.306 DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBGINFOreplacing 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 } }] |
| 6732 | 2026-08-11T11:23:44.311Z | |
| 6733 | 2026-08-11T11:23:44.311Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6734 | 2026-08-11T11:23:44.311Z | |
| 6735 | 2026-08-11T11:23:44.311Z | Aug 11 11:23:43.306 Aug 11 11:23:43.306DEBG Aug 11 11:23:43.306Aug 11 11:23:43.306 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 } }] |
| 6736 | 2026-08-11T11:23:44.311Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFODEBG |
| 6737 | 2026-08-11T11:23:44.311Z | 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:ffAug 11 11:23:43.306Aug 11 11:23:43.306 |
| 6738 | 2026-08-11T11:23:44.311Z | INFO |
| 6739 | 2026-08-11T11:23:44.311Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 6740 | 2026-08-11T11:23:44.311Z | Aug 11 11:23:43.306Aug 11 11:23:43.306 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 |
| 6741 | 2026-08-11T11:23:44.311Z | DEBGAug 11 11:23:43.306adding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 11 11:23:43.306 |
| 6742 | 2026-08-11T11:23:44.311Z | 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 } }] |
| 6743 | 2026-08-11T11:23:44.311Z | INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6744 | 2026-08-11T11:23:44.311Z | |
| 6745 | 2026-08-11T11:23:44.312Z | Aug 11 11:23:43.306Aug 11 11:23:43.306 DEBGAug 11 11:23:43.306 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 } }]DEBG |
| 6746 | 2026-08-11T11:23:44.312Z | Aug 11 11:23:43.306adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 6747 | 2026-08-11T11:23:44.312Z | |
| 6748 | 2026-08-11T11:23:44.312Z | Aug 11 11:23:43.306adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6749 | 2026-08-11T11:23:44.312Z | INFO Aug 11 11:23:43.306adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 11 11:23:43.306 |
| 6750 | 2026-08-11T11:23:44.312Z | Aug 11 11:23:43.306 DEBGINFO DEBG adding route 3fff:beef:28::/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 } }]Aug 11 11:23:43.306replacing 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 } }] |
| 6751 | 2026-08-11T11:23:44.312Z | DEBG |
| 6752 | 2026-08-11T11:23:44.312Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306Aug 11 11:23:43.306 |
| 6753 | 2026-08-11T11:23:44.312Z | |
| 6754 | 2026-08-11T11:23:44.312Z | INFODEBG Aug 11 11:23:43.306adding route 3fff:beef:29::/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 } }] Aug 11 11:23:43.306 |
| 6755 | 2026-08-11T11:23:44.312Z | |
| 6756 | 2026-08-11T11:23:44.312Z | INFOINFO Aug 11 11:23:43.306adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 11 11:23:43.306 |
| 6757 | 2026-08-11T11:23:44.312Z | |
| 6758 | 2026-08-11T11:23:44.313Z | DEBG INFOAug 11 11:23:43.306 Aug 11 11:23:43.306 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 } }]DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6759 | 2026-08-11T11:23:44.313Z | |
| 6760 | 2026-08-11T11:23:44.313Z | 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 } }] |
| 6761 | 2026-08-11T11:23:44.313Z | 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 } }] |
| 6762 | 2026-08-11T11:23:44.313Z | Aug 11 11:23:43.306Aug 11 11:23:43.306Aug 11 11:23:43.306 DEBGINFO Aug 11 11:23:43.306replacing 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 } }] |
| 6763 | 2026-08-11T11:23:44.313Z | INFO INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6764 | 2026-08-11T11:23:44.313Z | Aug 11 11:23:43.306 |
| 6765 | 2026-08-11T11:23:44.313Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 6766 | 2026-08-11T11:23:44.313Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 6767 | 2026-08-11T11:23:44.313Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 11 11:23:43.306Aug 11 11:23:43.306 |
| 6768 | 2026-08-11T11:23:44.313Z | Aug 11 11:23:43.306 DEBGDEBGDEBG 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: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 } }] |
| 6769 | 2026-08-11T11:23:44.313Z | |
| 6770 | 2026-08-11T11:23:44.313Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306 |
| 6771 | 2026-08-11T11:23:44.313Z | DEBG Aug 11 11:23:43.306replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.306INFO |
| 6772 | 2026-08-11T11:23:44.313Z | Aug 11 11:23:43.306 INFO INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 11 11:23:43.306 |
| 6773 | 2026-08-11T11:23:44.313Z | |
| 6774 | 2026-08-11T11:23:44.313Z | |
| 6775 | 2026-08-11T11:23:44.313Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6776 | 2026-08-11T11:23:44.313Z | Aug 11 11:23:43.306Aug 11 11:23:43.306Aug 11 11:23:43.306 DEBGDEBGAug 11 11:23:43.306 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 } }] |
| 6777 | 2026-08-11T11:23:44.314Z | 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 } }] 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 } }] |
| 6778 | 2026-08-11T11:23:44.314Z | Aug 11 11:23:43.306 |
| 6779 | 2026-08-11T11:23:44.314Z | 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 } }] |
| 6780 | 2026-08-11T11:23:44.314Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 11 11:23:43.306 |
| 6781 | 2026-08-11T11:23:44.314Z | Aug 11 11:23:43.306 INFOAug 11 11:23:43.306 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 11 11:23:43.306adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 6782 | 2026-08-11T11:23:44.314Z | |
| 6783 | 2026-08-11T11:23:44.314Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 6784 | 2026-08-11T11:23:44.314Z | 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 } }] |
| 6785 | 2026-08-11T11:23:44.314Z | Aug 11 11:23:43.306 Aug 11 11:23:43.306Aug 11 11:23:43.306DEBGAug 11 11:23:43.306 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 } }] |
| 6786 | 2026-08-11T11:23:44.314Z | 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 } }]INFO |
| 6787 | 2026-08-11T11:23:44.314Z | DEBG Aug 11 11:23:43.306 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOAug 11 11:23:43.306 |
| 6788 | 2026-08-11T11:23:44.314Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 6789 | 2026-08-11T11:23:44.314Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6790 | 2026-08-11T11:23:44.314Z | |
| 6791 | 2026-08-11T11:23:44.314Z | Aug 11 11:23:43.306 DEBGAug 11 11:23:43.306 Aug 11 11:23:43.306DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.306 |
| 6792 | 2026-08-11T11:23:44.314Z | 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 } }] |
| 6793 | 2026-08-11T11:23:44.314Z | INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6794 | 2026-08-11T11:23:44.314Z | Aug 11 11:23:43.306Aug 11 11:23:43.306 Aug 11 11:23:43.306INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 6795 | 2026-08-11T11:23:44.314Z | |
| 6796 | 2026-08-11T11:23:44.314Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6797 | 2026-08-11T11:23:44.314Z | |
| 6798 | 2026-08-11T11:23:44.314Z | Aug 11 11:23:43.307Aug 11 11:23:43.307Aug 11 11:23:43.307Aug 11 11:23:43.307 DEBGDEBGDEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6799 | 2026-08-11T11:23:44.315Z | |
| 6800 | 2026-08-11T11:23:44.315Z | |
| 6801 | 2026-08-11T11:23:44.315Z | |
| 6802 | 2026-08-11T11:23:44.315Z | Aug 11 11:23:43.307Aug 11 11:23:43.307 INFOINFOAug 11 11:23:43.307 Aug 11 11:23:43.307adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 6803 | 2026-08-11T11:23:44.315Z | |
| 6804 | 2026-08-11T11:23:44.315Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6805 | 2026-08-11T11:23:44.315Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 11 11:23:43.307Aug 11 11:23:43.307Aug 11 11:23:43.307 DEBG DEBGDEBG |
| 6806 | 2026-08-11T11:23:44.315Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6807 | 2026-08-11T11:23:44.315Z | 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 } }] |
| 6808 | 2026-08-11T11:23:44.320Z | |
| 6809 | 2026-08-11T11:23:44.320Z | Aug 11 11:23:43.307Aug 11 11:23:43.307Aug 11 11:23:43.307Aug 11 11:23:43.307 INFOINFO Aug 11 11:23:43.307 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff DEBG |
| 6810 | 2026-08-11T11:23:44.320Z | adding route 3fff:beef:30::/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 } }]INFO |
| 6811 | 2026-08-11T11:23:44.320Z | |
| 6812 | 2026-08-11T11:23:44.320Z | DEBGAug 11 11:23:43.307 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6813 | 2026-08-11T11:23:44.320Z | DEBGAug 11 11:23:43.307created new freemap , DEBG unitAug 11 11:23:43.307replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.307: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 |
| 6814 | 2026-08-11T11:23:44.320Z | freemap_route_ipv4 |
| 6815 | 2026-08-11T11:23:44.320Z | 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 } }] |
| 6816 | 2026-08-11T11:23:44.320Z | |
| 6817 | 2026-08-11T11:23:44.320Z | INFOAug 11 11:23:43.307Aug 11 11:23:43.307 INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOAug 11 11:23:43.307 |
| 6818 | 2026-08-11T11:23:44.320Z | Aug 11 11:23:43.307 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBG |
| 6819 | 2026-08-11T11:23:44.320Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6820 | 2026-08-11T11:23:44.320Z | created new freemap |
| 6821 | 2026-08-11T11:23:44.320Z | Aug 11 11:23:43.307Aug 11 11:23:43.307 , DEBGAug 11 11:23:43.307Aug 11 11:23:43.307unit : 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 } }] |
| 6822 | 2026-08-11T11:23:44.320Z | DEBGfreemap_route_ipv6DEBG |
| 6823 | 2026-08-11T11:23:44.320Z | 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 } }] |
| 6824 | 2026-08-11T11:23:44.320Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.307 |
| 6825 | 2026-08-11T11:23:44.321Z | DEBGDEBGAug 11 11:23:43.307 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: 64 , INFOunit :adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 11 11:23:43.307freemap_route_ipv4 |
| 6826 | 2026-08-11T11:23:44.321Z | |
| 6827 | 2026-08-11T11:23:44.321Z | INFO |
| 6828 | 2026-08-11T11:23:44.321Z | Aug 11 11:23:43.307adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 11 11:23:43.307 |
| 6829 | 2026-08-11T11:23:44.321Z | DEBGAug 11 11:23:43.307 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 } }]INFOAug 11 11:23:43.307INFO |
| 6830 | 2026-08-11T11:23:44.321Z | DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6831 | 2026-08-11T11:23:44.321Z | 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 } }] |
| 6832 | 2026-08-11T11:23:44.321Z | |
| 6833 | 2026-08-11T11:23:44.321Z | Aug 11 11:23:43.307Aug 11 11:23:43.307 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.307Aug 11 11:23:43.307 |
| 6834 | 2026-08-11T11:23:44.321Z | INFO |
| 6835 | 2026-08-11T11:23:44.321Z | 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 } }] |
| 6836 | 2026-08-11T11:23:44.321Z | Aug 11 11:23:43.307 DEBG reset freemap, Aug 11 11:23:43.307unit :INFO freemap_route_ipv4adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6837 | 2026-08-11T11:23:44.321Z | |
| 6838 | 2026-08-11T11:23:44.321Z | Aug 11 11:23:43.307Aug 11 11:23:43.307 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 } }] |
| 6839 | 2026-08-11T11:23:44.321Z | DEBG Aug 11 11:23:43.307initted freemap. size: 64 Aug 11 11:23:43.307DEBG, unitINFO :adding route 3fff:beef:32::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.307 |
| 6840 | 2026-08-11T11:23:44.321Z | |
| 6841 | 2026-08-11T11:23:44.321Z | freemap_route_ipv6DEBG |
| 6842 | 2026-08-11T11:23:44.321Z | created new freemap, Aug 11 11:23:43.307unitAug 11 11:23:43.307 DEBG:DEBG freemap_route_ipv4 reset freemap |
| 6843 | 2026-08-11T11:23:44.322Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit: |
| 6844 | 2026-08-11T11:23:44.322Z | freemap_route_ipv6Aug 11 11:23:43.307 |
| 6845 | 2026-08-11T11:23:44.322Z | Aug 11 11:23:43.307DEBGAug 11 11:23:43.307 Aug 11 11:23:43.307INFO created new freemapINFOINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 6846 | 2026-08-11T11:23:44.322Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6847 | 2026-08-11T11:23:44.322Z | freemap_route_ipv6 |
| 6848 | 2026-08-11T11:23:44.322Z | Aug 11 11:23:43.307 |
| 6849 | 2026-08-11T11:23:44.322Z | Aug 11 11:23:43.307Aug 11 11:23:43.307DEBG Aug 11 11:23:43.307 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] DEBG |
| 6850 | 2026-08-11T11:23:44.322Z | 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 } }] |
| 6851 | 2026-08-11T11:23:44.322Z | DEBG Aug 11 11:23:43.307Aug 11 11:23:43.307 INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2, |
| 6852 | 2026-08-11T11:23:44.322Z | |
| 6853 | 2026-08-11T11:23:44.322Z | unit : adding route 3fff:beef:34::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 11 11:23:43.307 |
| 6854 | 2026-08-11T11:23:44.322Z | |
| 6855 | 2026-08-11T11:23:44.322Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:23:43.307 |
| 6856 | 2026-08-11T11:23:44.322Z | INFO Aug 11 11:23:43.307Aug 11 11:23:43.307 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBGAug 11 11:23:43.307 |
| 6857 | 2026-08-11T11:23:44.322Z | DEBG INFO reset freemapreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3, |
| 6858 | 2026-08-11T11:23:44.322Z | |
| 6859 | 2026-08-11T11:23:44.322Z | Aug 11 11:23:43.307unit :Aug 11 11:23:43.307DEBGAug 11 11:23:43.307 DEBGfreemap_route_ipv4 |
| 6860 | 2026-08-11T11:23:44.323Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 6861 | 2026-08-11T11:23:44.323Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6862 | 2026-08-11T11:23:44.323Z | |
| 6863 | 2026-08-11T11:23:44.323Z | Aug 11 11:23:43.307Aug 11 11:23:43.307 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4initted freemap. size: 64 |
| 6864 | 2026-08-11T11:23:44.323Z | , Aug 11 11:23:43.307unit :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 } }]freemap_route_ipv6Aug 11 11:23:43.307 |
| 6865 | 2026-08-11T11:23:44.323Z | |
| 6866 | 2026-08-11T11:23:44.323Z | DEBG Aug 11 11:23:43.307replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:23:43.307 |
| 6867 | 2026-08-11T11:23:44.323Z | INFO Aug 11 11:23:43.307INFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6868 | 2026-08-11T11:23:44.323Z | Aug 11 11:23:43.307 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreset freemapDEBG |
| 6869 | 2026-08-11T11:23:44.323Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }], Aug 11 11:23:43.307 |
| 6870 | 2026-08-11T11:23:44.323Z | unit: freemap_route_ipv6DEBG |
| 6871 | 2026-08-11T11:23:44.323Z | Aug 11 11:23:43.307Aug 11 11:23:43.307 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGAug 11 11:23:43.307 |
| 6872 | 2026-08-11T11:23:44.323Z | 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: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 |
| 6873 | 2026-08-11T11:23:44.323Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6874 | 2026-08-11T11:23:44.323Z | |
| 6875 | 2026-08-11T11:23:44.323Z | Aug 11 11:23:43.307 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6876 | 2026-08-11T11:23:44.323Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 6877 | 2026-08-11T11:23:44.323Z | Aug 11 11:23:43.307 INFO Aug 11 11:23:43.308 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 11 11:23:43.308Aug 11 11:23:43.307 |
| 6878 | 2026-08-11T11:23:44.324Z | DEBGDEBG created new freemapcreated new freemap, Aug 11 11:23:43.317unit, :unit Aug 11 11:23:43.307freemap_route_ipv4: freemap_route_ipv4 |
| 6879 | 2026-08-11T11:23:44.324Z | |
| 6880 | 2026-08-11T11:23:44.324Z | DEBGDEBG Aug 11 11:23:43.318adding route 3fff:beef:33::/64 -> 2001:db8::55:ff created new freemapAug 11 11:23:43.318DEBGreplacing 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 } }], |
| 6881 | 2026-08-11T11:23:44.324Z | created new freemap |
| 6882 | 2026-08-11T11:23:44.324Z | , unitunitDEBGAug 11 11:23:43.318: created new freemap , unitfreemap_route_ipv6:INFO freemap_route_ipv6adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6883 | 2026-08-11T11:23:44.324Z | |
| 6884 | 2026-08-11T11:23:44.324Z | :Aug 11 11:23:43.318 Aug 11 11:23:43.318 |
| 6885 | 2026-08-11T11:23:44.324Z | Aug 11 11:23:43.318 DEBG DEBG DEBGAug 11 11:23:43.318replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. size: 64DEBG, |
| 6886 | 2026-08-11T11:23:44.324Z | unitinitted freemap. size: 64: , freemap_route_ipv4unit freemap_route_ipv4replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6887 | 2026-08-11T11:23:44.324Z | |
| 6888 | 2026-08-11T11:23:44.324Z | : freemap_route_ipv4 |
| 6889 | 2026-08-11T11:23:44.324Z | |
| 6890 | 2026-08-11T11:23:44.324Z | Aug 11 11:23:43.318Aug 11 11:23:43.318 Aug 11 11:23:43.318DEBG Aug 11 11:23:43.318reset freemap DEBG, Aug 11 11:23:43.318INFOunit :adding route 3fff:beef:39::/64 -> 2001:db8::55:ff reset freemapINFOfreemap_route_ipv4 |
| 6891 | 2026-08-11T11:23:44.324Z | , unitadding route 3fff:beef:34::/64 -> 2001:db8::55:ff: |
| 6892 | 2026-08-11T11:23:44.324Z | |
| 6893 | 2026-08-11T11:23:44.325Z | freemap_route_ipv4DEBG Aug 11 11:23:43.318 |
| 6894 | 2026-08-11T11:23:44.325Z | created new freemapAug 11 11:23:43.318Aug 11 11:23:43.318 , DEBGDEBG Aug 11 11:23:43.318 DEBGinitted freemap. size: 64replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6895 | 2026-08-11T11:23:44.325Z | , DEBGunit:replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6896 | 2026-08-11T11:23:44.325Z | unitfreemap_route_ipv6: |
| 6897 | 2026-08-11T11:23:44.325Z | initted freemap. size: 64, freemap_route_ipv6unit |
| 6898 | 2026-08-11T11:23:44.325Z | Aug 11 11:23:43.318Aug 11 11:23:43.318 Aug 11 11:23:43.318 Aug 11 11:23:43.318 :DEBGINFOINFO freemap_route_ipv6 reset freemapDEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff, |
| 6899 | 2026-08-11T11:23:44.325Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffunit |
| 6900 | 2026-08-11T11:23:44.325Z | |
| 6901 | 2026-08-11T11:23:44.325Z | :initted freemap. size: 64 Aug 11 11:23:43.318freemap_route_ipv6Aug 11 11:23:43.318 |
| 6902 | 2026-08-11T11:23:44.325Z | Aug 11 11:23:43.318 , DEBGDEBGunitDEBG: replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.318 |
| 6903 | 2026-08-11T11:23:44.325Z | reset freemapINFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 , adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 6904 | 2026-08-11T11:23:44.325Z | : |
| 6905 | 2026-08-11T11:23:44.325Z | |
| 6906 | 2026-08-11T11:23:44.325Z | freemap_route_ipv6 |
| 6907 | 2026-08-11T11:23:44.325Z | Aug 11 11:23:43.318Aug 11 11:23:43.318Aug 11 11:23:43.318 DEBGINFO reset freemap adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, DEBGAug 11 11:23:43.318 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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-08-11T11:23:44.330Z | |
| 6909 | 2026-08-11T11:23:44.330Z | Aug 11 11:23:43.318 unit:INFO freemap_route_ipv4INFO |
| 6910 | 2026-08-11T11:23:44.330Z | Aug 11 11:23:43.318Aug 11 11:23:43.318 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 6911 | 2026-08-11T11:23:44.330Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6912 | 2026-08-11T11:23:44.330Z | |
| 6913 | 2026-08-11T11:23:44.331Z | Aug 11 11:23:43.318 Aug 11 11:23:43.318 DEBGDEBGAug 11 11:23:43.318DEBGAug 11 11:23:43.318 DEBG DEBG initted freemap. size: 64replacing 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 } }] |
| 6914 | 2026-08-11T11:23:44.331Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6915 | 2026-08-11T11:23:44.331Z | |
| 6916 | 2026-08-11T11:23:44.331Z | , unit:Aug 11 11:23:43.318 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:23:43.318freemap_route_ipv6 |
| 6917 | 2026-08-11T11:23:44.331Z | INFO |
| 6918 | 2026-08-11T11:23:44.331Z | Aug 11 11:23:43.318 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6919 | 2026-08-11T11:23:44.331Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6920 | 2026-08-11T11:23:44.331Z | Aug 11 11:23:43.318adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6921 | 2026-08-11T11:23:44.331Z | Aug 11 11:23:43.318 DEBGAug 11 11:23:43.318Aug 11 11:23:43.318 Aug 11 11:23:43.318replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBG DEBGDEBG |
| 6922 | 2026-08-11T11:23:44.331Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 |
| 6923 | 2026-08-11T11:23:44.331Z | |
| 6924 | 2026-08-11T11:23:44.331Z | reset 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 } }] |
| 6925 | 2026-08-11T11:23:44.331Z | , unitAug 11 11:23:43.318Aug 11 11:23:43.318 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff: |
| 6926 | 2026-08-11T11:23:44.331Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:23:43.318 |
| 6927 | 2026-08-11T11:23:44.331Z | INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 11 11:23:43.318freemap_route_ipv6 |
| 6928 | 2026-08-11T11:23:44.331Z | Aug 11 11:23:43.318DEBG |
| 6929 | 2026-08-11T11:23:44.331Z | 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 |
| 6930 | 2026-08-11T11:23:44.332Z | Aug 11 11:23:43.318Aug 11 11:23:43.318 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBGINFO |
| 6931 | 2026-08-11T11:23:44.332Z | 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 } }] |
| 6932 | 2026-08-11T11:23:44.332Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6933 | 2026-08-11T11:23:44.332Z | Aug 11 11:23:43.318Aug 11 11:23:43.318 Aug 11 11:23:43.318DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6934 | 2026-08-11T11:23:44.332Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 11 11:23:43.318 |
| 6935 | 2026-08-11T11:23:44.332Z | |
| 6936 | 2026-08-11T11:23:44.332Z | DEBGAug 11 11:23:43.318 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:23:43.318 |
| 6937 | 2026-08-11T11:23:44.332Z | DEBG DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6938 | 2026-08-11T11:23:44.332Z | 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 } }] |
| 6939 | 2026-08-11T11:23:44.332Z | Aug 11 11:23:43.318 INFOAug 11 11:23:43.318 Aug 11 11:23:43.318INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6940 | 2026-08-11T11:23:44.332Z | INFO |
| 6941 | 2026-08-11T11:23:44.332Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 6942 | 2026-08-11T11:23:44.332Z | Aug 11 11:23:43.318DEBG Aug 11 11:23:43.318 Aug 11 11:23:43.318Aug 11 11:23:43.318 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 } }]DEBGINFODEBG |
| 6943 | 2026-08-11T11:23:44.332Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 6944 | 2026-08-11T11:23:44.332Z | DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6945 | 2026-08-11T11:23:44.332Z | 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 } }] |
| 6946 | 2026-08-11T11:23:44.332Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6947 | 2026-08-11T11:23:44.333Z | Aug 11 11:23:43.318 Aug 11 11:23:43.318DEBG Aug 11 11:23:43.318 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 } }]INFODEBG |
| 6948 | 2026-08-11T11:23:44.333Z | failed to allocate space for the new target list |
| 6949 | 2026-08-11T11:23:44.333Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 11 11:23:43.318Aug 11 11:23:43.318Aug 11 11:23:43.318 |
| 6950 | 2026-08-11T11:23:44.333Z | DEBG Aug 11 11:23:43.318 INFOINFO Aug 11 11:23:43.318DEBGfailed to allocate space for the new target list |
| 6951 | 2026-08-11T11:23:44.333Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6952 | 2026-08-11T11:23:44.333Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:23:43.318 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 |
| 6953 | 2026-08-11T11:23:44.333Z | |
| 6954 | 2026-08-11T11:23:44.333Z | Aug 11 11:23:43.318 |
| 6955 | 2026-08-11T11:23:44.333Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 6956 | 2026-08-11T11:23:44.333Z | Aug 11 11:23:43.318 DEBG 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6957 | 2026-08-11T11:23:44.333Z | |
| 6958 | 2026-08-11T11:23:44.333Z | Aug 11 11:23:43.318 Aug 11 11:23:43.318DEBG 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 } }] |
| 6959 | 2026-08-11T11:23:44.333Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 11 11:23:43.318 |
| 6960 | 2026-08-11T11:23:44.333Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:23:43.318 |
| 6961 | 2026-08-11T11:23:44.333Z | Aug 11 11:23:43.318INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 6962 | 2026-08-11T11:23:44.333Z | |
| 6963 | 2026-08-11T11:23:44.333Z | Aug 11 11:23:43.318 DEBGAug 11 11:23:43.318 Aug 11 11:23:43.318DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 6964 | 2026-08-11T11:23:44.334Z | 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 } }]failed to allocate space for the new target list |
| 6965 | 2026-08-11T11:23:44.334Z | |
| 6966 | 2026-08-11T11:23:44.334Z | Aug 11 11:23:43.318 Aug 11 11:23:43.318DEBGAug 11 11:23:43.318 DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 6967 | 2026-08-11T11:23:44.334Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6968 | 2026-08-11T11:23:44.334Z | |
| 6969 | 2026-08-11T11:23:44.334Z | Aug 11 11:23:43.318 Aug 11 11:23:43.318WARN DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6970 | 2026-08-11T11:23:44.334Z | test route::tests::grow_succeeds ... ok |
| 6971 | 2026-08-11T11:23:44.334Z | 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 } }] |
| 6972 | 2026-08-11T11:23:44.334Z | Aug 11 11:23:43.318 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6973 | 2026-08-11T11:23:44.334Z | Aug 11 11:23:43.307 Aug 11 11:23:43.318DEBG 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 } }] |
| 6974 | 2026-08-11T11:23:44.334Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 6975 | 2026-08-11T11:23:44.334Z | 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 } }] |
| 6976 | 2026-08-11T11:23:44.334Z | Aug 11 11:23:43.319Aug 11 11:23:43.319 Aug 11 11:23:43.328DEBG created new freemapDEBGINFO , created new freemapunit :adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6977 | 2026-08-11T11:23:44.334Z | freemap_route_ipv4 |
| 6978 | 2026-08-11T11:23:44.334Z | , Aug 11 11:23:43.319unit: DEBGfreemap_route_ipv4 |
| 6979 | 2026-08-11T11:23:44.334Z | created new freemapAug 11 11:23:43.328 , DEBGunit :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 } }] |
| 6980 | 2026-08-11T11:23:44.334Z | Aug 11 11:23:43.328freemap_route_ipv4Aug 11 11:23:43.328 Aug 11 11:23:43.319DEBG |
| 6981 | 2026-08-11T11:23:44.334Z | DEBG created new freemapcreated new freemapDEBG, unitAug 11 11:23:43.328created new freemap :INFO , , unitfreemap_route_ipv6:adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6982 | 2026-08-11T11:23:44.334Z | |
| 6983 | 2026-08-11T11:23:44.335Z | Aug 11 11:23:43.328 freemap_route_ipv6unit |
| 6984 | 2026-08-11T11:23:44.335Z | :Aug 11 11:23:43.328 freemap_route_ipv4DEBGAug 11 11:23:43.328 DEBGinitted freemap. size: 64 created new freemap |
| 6985 | 2026-08-11T11:23:44.335Z | , , Aug 11 11:23:43.328 unitDEBGunit: DEBGfreemap_route_ipv4replacing 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 } }] |
| 6986 | 2026-08-11T11:23:44.335Z | : |
| 6987 | 2026-08-11T11:23:44.335Z | freemap_route_ipv6initted freemap. size: 64 |
| 6988 | 2026-08-11T11:23:44.335Z | , Aug 11 11:23:43.328unit :Aug 11 11:23:43.328Aug 11 11:23:43.328DEBG INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffcreated new freemap |
| 6989 | 2026-08-11T11:23:44.335Z | reset freemap, freemap_route_ipv4, unitAug 11 11:23:43.328unit |
| 6990 | 2026-08-11T11:23:44.335Z | : freemap_route_ipv6 |
| 6991 | 2026-08-11T11:23:44.335Z | Aug 11 11:23:43.328DEBG: Aug 11 11:23:43.328freemap_route_ipv4DEBG Aug 11 11:23:43.328replacing 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 |
| 6992 | 2026-08-11T11:23:44.335Z | |
| 6993 | 2026-08-11T11:23:44.335Z | initted freemap. size: 64initted freemap. size: 64, , unitunitAug 11 11:23:43.328 Aug 11 11:23:43.328 :DEBGDEBG :INFOreset freemap freemap_route_ipv4 , freemap_route_ipv4 |
| 6994 | 2026-08-11T11:23:44.335Z | unitinitted freemap. size: 64adding route 3fff:beef:4::/64 -> 2001:db8::55:ff: |
| 6995 | 2026-08-11T11:23:44.335Z | , |
| 6996 | 2026-08-11T11:23:44.335Z | freemap_route_ipv4 |
| 6997 | 2026-08-11T11:23:44.335Z | unit:Aug 11 11:23:43.328Aug 11 11:23:43.328 freemap_route_ipv6Aug 11 11:23:43.328 |
| 6998 | 2026-08-11T11:23:44.335Z | DEBG reset freemapDEBG, Aug 11 11:23:43.328unit DEBG: DEBGAug 11 11:23:43.328 freemap_route_ipv4replacing 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 } }] |
| 6999 | 2026-08-11T11:23:44.335Z | reset freemap |
| 7000 | 2026-08-11T11:23:44.335Z | DEBG reset freemapinitted freemap. size: 64, , , unitunitAug 11 11:23:43.328unit: :INFOAug 11 11:23:43.328: adding route 3fff:beef:5::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 7001 | 2026-08-11T11:23:44.336Z | |
| 7002 | 2026-08-11T11:23:44.336Z | freemap_route_ipv6DEBG freemap_route_ipv4 |
| 7003 | 2026-08-11T11:23:44.336Z | initted freemap. size: 64Aug 11 11:23:43.328 |
| 7004 | 2026-08-11T11:23:44.336Z | , DEBGunit reset freemap:Aug 11 11:23:43.328 Aug 11 11:23:43.328freemap_route_ipv6, |
| 7005 | 2026-08-11T11:23:44.336Z | unit DEBGAug 11 11:23:43.328 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: Aug 11 11:23:43.328adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7006 | 2026-08-11T11:23:44.336Z | |
| 7007 | 2026-08-11T11:23:44.336Z | DEBG DEBGreset freemapfreemap_route_ipv6, Aug 11 11:23:43.328Aug 11 11:23:43.328 |
| 7008 | 2026-08-11T11:23:44.341Z | unitDEBG: 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 } }] |
| 7009 | 2026-08-11T11:23:44.341Z | initted freemap. size: 64freemap_route_ipv6, Aug 11 11:23:43.328INFO unit |
| 7010 | 2026-08-11T11:23:44.341Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 11 11:23:43.328INFO adding route 3fff:dead::/64 -> 2001:db8::55:1:INFO |
| 7011 | 2026-08-11T11:23:44.341Z | freemap_route_ipv6 |
| 7012 | 2026-08-11T11:23:44.341Z | |
| 7013 | 2026-08-11T11:23:44.341Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:23:43.328Aug 11 11:23:43.328 |
| 7014 | 2026-08-11T11:23:44.341Z | DEBGAug 11 11:23:43.328INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7015 | 2026-08-11T11:23:44.341Z | Aug 11 11:23:43.328DEBG DEBG Aug 11 11:23:43.328replacing 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 |
| 7016 | 2026-08-11T11:23:44.341Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7017 | 2026-08-11T11:23:44.342Z | |
| 7018 | 2026-08-11T11:23:44.342Z | Aug 11 11:23:43.328 , DEBG Aug 11 11:23:43.328unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:23:43.328: Aug 11 11:23:43.328freemap_route_ipv6 |
| 7019 | 2026-08-11T11:23:44.342Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7020 | 2026-08-11T11:23:44.342Z | INFO Aug 11 11:23:43.328 |
| 7021 | 2026-08-11T11:23:44.342Z | INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 7022 | 2026-08-11T11:23:44.342Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7023 | 2026-08-11T11:23:44.342Z | |
| 7024 | 2026-08-11T11:23:44.342Z | Aug 11 11:23:43.328Aug 11 11:23:43.328 Aug 11 11:23:43.328INFO DEBGAug 11 11:23:43.328DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7025 | 2026-08-11T11:23:44.342Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:23:43.328replacing 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 } }] |
| 7026 | 2026-08-11T11:23:44.342Z | |
| 7027 | 2026-08-11T11:23:44.342Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:23:43.328DEBG |
| 7028 | 2026-08-11T11:23:44.342Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 11 11:23:43.328 |
| 7029 | 2026-08-11T11:23:44.342Z | Aug 11 11:23:43.328adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7030 | 2026-08-11T11:23:44.342Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFOAug 11 11:23:43.328 |
| 7031 | 2026-08-11T11:23:44.342Z | Aug 11 11:23:43.328INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7032 | 2026-08-11T11:23:44.342Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7033 | 2026-08-11T11:23:44.342Z | DEBGAug 11 11:23:43.328 Aug 11 11:23:43.328replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7034 | 2026-08-11T11:23:44.342Z | DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.328 |
| 7035 | 2026-08-11T11:23:44.343Z | |
| 7036 | 2026-08-11T11:23:44.343Z | Aug 11 11:23:43.328 Aug 11 11:23:43.328DEBG Aug 11 11:23:43.328Aug 11 11:23:43.328 DEBG INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7037 | 2026-08-11T11:23:44.343Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 7038 | 2026-08-11T11:23:44.343Z | adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7039 | 2026-08-11T11:23:44.343Z | |
| 7040 | 2026-08-11T11:23:44.343Z | Aug 11 11:23:43.328 INFO |
| 7041 | 2026-08-11T11:23:44.343Z | Aug 11 11:23:43.328 Aug 11 11:23:43.328 adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7042 | 2026-08-11T11:23:44.343Z | DEBGAug 11 11:23:43.328DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.328Aug 11 11:23:43.328replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7043 | 2026-08-11T11:23:44.343Z | 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 } }] |
| 7044 | 2026-08-11T11:23:44.343Z | 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 |
| 7045 | 2026-08-11T11:23:44.343Z | |
| 7046 | 2026-08-11T11:23:44.343Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:23:43.328Aug 11 11:23:43.328 |
| 7047 | 2026-08-11T11:23:44.343Z | DEBG INFOAug 11 11:23:43.328replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 11 11:23:43.328 |
| 7048 | 2026-08-11T11:23:44.343Z | adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 7049 | 2026-08-11T11:23:44.343Z | adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 7050 | 2026-08-11T11:23:44.343Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 11 11:23:43.328 |
| 7051 | 2026-08-11T11:23:44.343Z | Aug 11 11:23:43.328 DEBGWARN shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:23:43.328Aug 11 11:23:43.328 |
| 7052 | 2026-08-11T11:23:44.343Z | 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 } }] DEBG |
| 7053 | 2026-08-11T11:23:44.344Z | 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 } }] |
| 7054 | 2026-08-11T11:23:44.344Z | 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 } }] |
| 7055 | 2026-08-11T11:23:44.344Z | Aug 11 11:23:43.328 INFO Aug 11 11:23:43.328adding route 172.17.0.2/32 -> 10.0.0.255Aug 11 11:23:43.328 |
| 7056 | 2026-08-11T11:23:44.344Z | INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 7057 | 2026-08-11T11:23:44.344Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:23:43.328 |
| 7058 | 2026-08-11T11:23:44.344Z | DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.328 |
| 7059 | 2026-08-11T11:23:44.344Z | Aug 11 11:23:43.328DEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:43.328 |
| 7060 | 2026-08-11T11:23:44.344Z | 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 |
| 7061 | 2026-08-11T11:23:44.344Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 11 11:23:43.328 |
| 7062 | 2026-08-11T11:23:44.344Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:23:43.328 |
| 7063 | 2026-08-11T11:23:44.344Z | INFOAug 11 11:23:43.328 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 11 11:23:43.328DEBG |
| 7064 | 2026-08-11T11:23:44.344Z | 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 } }] |
| 7065 | 2026-08-11T11:23:44.344Z | 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 } }] |
| 7066 | 2026-08-11T11:23:44.344Z | Aug 11 11:23:43.318Aug 11 11:23:43.328Aug 11 11:23:43.328Aug 11 11:23:43.328 DEBGINFO INFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7067 | 2026-08-11T11:23:44.344Z | |
| 7068 | 2026-08-11T11:23:44.344Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7069 | 2026-08-11T11:23:44.344Z | |
| 7070 | 2026-08-11T11:23:44.345Z | Aug 11 11:23:43.328 Aug 11 11:23:43.328 DEBGDEBG Aug 11 11:23:43.328 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.328replacing 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 } }] |
| 7071 | 2026-08-11T11:23:44.345Z | INFO |
| 7072 | 2026-08-11T11:23:44.345Z | DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7073 | 2026-08-11T11:23:44.345Z | |
| 7074 | 2026-08-11T11:23:44.345Z | Aug 11 11:23:43.328Aug 11 11:23:43.328 INFOINFO Aug 11 11:23:43.328 adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7075 | 2026-08-11T11:23:44.345Z | Aug 11 11:23:43.328 |
| 7076 | 2026-08-11T11:23:44.345Z | DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:23:43.328 |
| 7077 | 2026-08-11T11:23:44.345Z | Aug 11 11:23:43.328 DEBGDEBG |
| 7078 | 2026-08-11T11:23:44.345Z | 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.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 } }] |
| 7079 | 2026-08-11T11:23:44.345Z | |
| 7080 | 2026-08-11T11:23:44.345Z | Aug 11 11:23:43.328 Aug 11 11:23:43.328DEBGAug 11 11:23:43.328 Aug 11 11:23:43.319replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.328 |
| 7081 | 2026-08-11T11:23:44.345Z | INFO DEBG INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255INFO |
| 7082 | 2026-08-11T11:23:44.345Z | |
| 7083 | 2026-08-11T11:23:44.345Z | Aug 11 11:23:43.328 created new freemapINFOadding route 172.17.0.6/32 -> 10.0.0.255 Aug 11 11:23:43.328, Aug 11 11:23:43.328adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff unitDEBG |
| 7084 | 2026-08-11T11:23:44.345Z | DEBG |
| 7085 | 2026-08-11T11:23:44.345Z | :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 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 } }] |
| 7086 | 2026-08-11T11:23:44.345Z | |
| 7087 | 2026-08-11T11:23:44.345Z | Aug 11 11:23:43.328Aug 11 11:23:43.328 Aug 11 11:23:43.328DEBG freemap_route_ipv4 Aug 11 11:23:43.328INFO |
| 7088 | 2026-08-11T11:23:44.346Z | 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.9/32 -> 10.0.0.255 |
| 7089 | 2026-08-11T11:23:44.346Z | Aug 11 11:23:43.329 DEBG Aug 11 11:23:43.329created new freemap Aug 11 11:23:43.339DEBG created new freemapDEBG, , unit :unit :freemap_route_ipv4 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 7090 | 2026-08-11T11:23:44.346Z | |
| 7091 | 2026-08-11T11:23:44.346Z | |
| 7092 | 2026-08-11T11:23:44.346Z | Aug 11 11:23:43.339 DEBGINFO Aug 11 11:23:43.339created new freemap , INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 11 11:23:43.339 |
| 7093 | 2026-08-11T11:23:44.346Z | unitadding route 172.17.0.10/32 -> 10.0.0.255 : |
| 7094 | 2026-08-11T11:23:44.346Z | Aug 11 11:23:43.339freemap_route_ipv6DEBG |
| 7095 | 2026-08-11T11:23:44.346Z | DEBGcreated new freemap Aug 11 11:23:43.339, Aug 11 11:23:43.339replacing 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 } }] |
| 7096 | 2026-08-11T11:23:44.346Z | unitDEBG: freemap_route_ipv6 initted freemap. size: 64DEBG, |
| 7097 | 2026-08-11T11:23:44.346Z | unit:Aug 11 11:23:43.339 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 } }] freemap_route_ipv4 |
| 7098 | 2026-08-11T11:23:44.346Z | INFO |
| 7099 | 2026-08-11T11:23:44.346Z | Aug 11 11:23:43.339adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 7100 | 2026-08-11T11:23:44.346Z | DEBGAug 11 11:23:43.339 Aug 11 11:23:43.339initted freemap. size: 64 DEBGINFO Aug 11 11:23:43.339reset freemap , , unitDEBGunit::adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7101 | 2026-08-11T11:23:44.346Z | freemap_route_ipv4freemap_route_ipv4 |
| 7102 | 2026-08-11T11:23:44.346Z | 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 } }] |
| 7103 | 2026-08-11T11:23:44.346Z | Aug 11 11:23:43.339 |
| 7104 | 2026-08-11T11:23:44.346Z | DEBG Aug 11 11:23:43.339replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:43.339DEBG |
| 7105 | 2026-08-11T11:23:44.347Z | DEBG reset freemapinitted freemap. size: 64, Aug 11 11:23:43.339unitAug 11 11:23:43.339, :INFOunit :freemap_route_ipv4 INFOadding route 172.17.0.12/32 -> 10.0.0.255 freemap_route_ipv6 |
| 7106 | 2026-08-11T11:23:44.347Z | |
| 7107 | 2026-08-11T11:23:44.347Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 7108 | 2026-08-11T11:23:44.353Z | |
| 7109 | 2026-08-11T11:23:44.353Z | Aug 11 11:23:43.339Aug 11 11:23:43.339Aug 11 11:23:43.339 DEBGAug 11 11:23:43.339DEBG 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 } }] DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7110 | 2026-08-11T11:23:44.353Z | reset freemap |
| 7111 | 2026-08-11T11:23:44.353Z | , initted freemap. size: 64unit: , freemap_route_ipv6unitAug 11 11:23:43.339: |
| 7112 | 2026-08-11T11:23:44.353Z | INFOfreemap_route_ipv6 |
| 7113 | 2026-08-11T11:23:44.353Z | Aug 11 11:23:43.339adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7114 | 2026-08-11T11:23:44.353Z | INFOAug 11 11:23:43.339 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 11 11:23:43.339INFOAug 11 11:23:43.339 |
| 7115 | 2026-08-11T11:23:44.353Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7116 | 2026-08-11T11:23:44.353Z | 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 } }]DEBG |
| 7117 | 2026-08-11T11:23:44.353Z | Aug 11 11:23:43.339 Aug 11 11:23:43.339reset freemapDEBGAug 11 11:23:43.339 , DEBG unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }] |
| 7118 | 2026-08-11T11:23:44.353Z | |
| 7119 | 2026-08-11T11:23:44.353Z | adding route 172.17.0.14/32 -> 10.0.0.255: |
| 7120 | 2026-08-11T11:23:44.353Z | freemap_route_ipv6Aug 11 11:23:43.339Aug 11 11:23:43.339 |
| 7121 | 2026-08-11T11:23:44.353Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 7122 | 2026-08-11T11:23:44.353Z | Aug 11 11:23:43.339 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 11 11:23:43.339 |
| 7123 | 2026-08-11T11:23:44.353Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:23:43.339 |
| 7124 | 2026-08-11T11:23:44.353Z | Aug 11 11:23:43.339 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 |
| 7125 | 2026-08-11T11:23:44.353Z | Aug 11 11:23:43.339 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 } }] |
| 7126 | 2026-08-11T11:23:44.353Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7127 | 2026-08-11T11:23:44.353Z | Aug 11 11:23:43.339Aug 11 11:23:43.339 |
| 7128 | 2026-08-11T11:23:44.353Z | INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255 |
| 7129 | 2026-08-11T11:23:44.353Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 7130 | 2026-08-11T11:23:44.354Z | Aug 11 11:23:43.339Aug 11 11:23:43.339Aug 11 11:23:43.339 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.339 DEBG |
| 7131 | 2026-08-11T11:23:44.354Z | DEBG |
| 7132 | 2026-08-11T11:23:44.354Z | 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:3, vlan_id: None } }] |
| 7133 | 2026-08-11T11:23:44.354Z | Aug 11 11:23:43.339adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 11 11:23:43.339replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7134 | 2026-08-11T11:23:44.354Z | INFO |
| 7135 | 2026-08-11T11:23:44.354Z | adding route 172.17.0.16/32 -> 10.0.0.255 adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 7136 | 2026-08-11T11:23:44.354Z | |
| 7137 | 2026-08-11T11:23:44.354Z | Aug 11 11:23:43.339 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:23:43.339 |
| 7138 | 2026-08-11T11:23:44.354Z | Aug 11 11:23:43.339DEBG DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7139 | 2026-08-11T11:23:44.354Z | Aug 11 11:23:43.339replacing 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 |
| 7140 | 2026-08-11T11:23:44.354Z | Aug 11 11:23:43.339 Aug 11 11:23:43.339INFOAug 11 11:23:43.339 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255 |
| 7141 | 2026-08-11T11:23:44.354Z | |
| 7142 | 2026-08-11T11:23:44.354Z | adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 7143 | 2026-08-11T11:23:44.354Z | |
| 7144 | 2026-08-11T11:23:44.354Z | Aug 11 11:23:43.339Aug 11 11:23:43.339 DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7145 | 2026-08-11T11:23:44.354Z | Aug 11 11:23:43.339Aug 11 11:23:43.339 |
| 7146 | 2026-08-11T11:23:44.354Z | |
| 7147 | 2026-08-11T11:23:44.354Z | DEBG 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 } }]Aug 11 11:23:43.339 INFO |
| 7148 | 2026-08-11T11:23:44.354Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.339adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7149 | 2026-08-11T11:23:44.354Z | |
| 7150 | 2026-08-11T11:23:44.354Z | Aug 11 11:23:43.339INFO Aug 11 11:23:43.339Aug 11 11:23:43.339Aug 11 11:23:43.339 INFODEBGINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 7151 | 2026-08-11T11:23:44.354Z | adding route 172.17.0.18/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 } }] |
| 7152 | 2026-08-11T11:23:44.354Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7153 | 2026-08-11T11:23:44.354Z | |
| 7154 | 2026-08-11T11:23:44.355Z | Aug 11 11:23:43.339Aug 11 11:23:43.339 Aug 11 11:23:43.339Aug 11 11:23:43.339 DEBG INFODEBGINFO adding route 172.17.0.9/32 -> 10.0.0.255replacing 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 } }] |
| 7155 | 2026-08-11T11:23:44.355Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7156 | 2026-08-11T11:23:44.355Z | 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 } }] |
| 7157 | 2026-08-11T11:23:44.355Z | |
| 7158 | 2026-08-11T11:23:44.355Z | 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 } }] |
| 7159 | 2026-08-11T11:23:44.355Z | Aug 11 11:23:43.339Aug 11 11:23:43.339 INFOAug 11 11:23:43.339 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBGINFO Aug 11 11:23:43.339 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.339 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 7160 | 2026-08-11T11:23:44.355Z | |
| 7161 | 2026-08-11T11:23:44.355Z | DEBG |
| 7162 | 2026-08-11T11:23:44.355Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 11 11:23:43.339Aug 11 11:23:43.339 Aug 11 11:23:43.339INFO |
| 7163 | 2026-08-11T11:23:44.355Z | DEBGadding route 172.17.0.10/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 } }] |
| 7164 | 2026-08-11T11:23:44.355Z | 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 } }] |
| 7165 | 2026-08-11T11:23:44.355Z | 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 } }] |
| 7166 | 2026-08-11T11:23:44.355Z | |
| 7167 | 2026-08-11T11:23:44.355Z | Aug 11 11:23:43.339Aug 11 11:23:43.339 Aug 11 11:23:43.339DEBG Aug 11 11:23:43.339 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7168 | 2026-08-11T11:23:44.355Z | test route::tests::identity_replace_is_noop ... ok |
| 7169 | 2026-08-11T11:23:44.355Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7170 | 2026-08-11T11:23:44.355Z | DEBGINFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7171 | 2026-08-11T11:23:44.355Z | failed to allocate space for the new target listadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 11 11:23:43.339 |
| 7172 | 2026-08-11T11:23:44.355Z | Aug 11 11:23:43.339 |
| 7173 | 2026-08-11T11:23:44.355Z | DEBGINFO Aug 11 11:23:43.339Aug 11 11:23:43.339 DEBGINFO adding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7174 | 2026-08-11T11:23:44.355Z | Aug 11 11:23:43.339 |
| 7175 | 2026-08-11T11:23:44.355Z | |
| 7176 | 2026-08-11T11:23:44.355Z | replacing targets for 3fff:dead::/64 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 } }]DEBGAug 11 11:23:43.339 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.339 |
| 7177 | 2026-08-11T11:23:44.355Z | DEBG |
| 7178 | 2026-08-11T11:23:44.355Z | 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 } }]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 } }] |
| 7179 | 2026-08-11T11:23:44.356Z | |
| 7180 | 2026-08-11T11:23:44.356Z | Aug 11 11:23:43.339 INFOAug 11 11:23:43.339 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 7181 | 2026-08-11T11:23:44.356Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7182 | 2026-08-11T11:23:44.356Z | Aug 11 11:23:43.339Aug 11 11:23:43.339Aug 11 11:23:43.339 DEBGDEBG INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 7183 | 2026-08-11T11:23:44.356Z | |
| 7184 | 2026-08-11T11:23:44.356Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7185 | 2026-08-11T11:23:44.356Z | Aug 11 11:23:43.339Aug 11 11:23:43.339Aug 11 11:23:43.339 INFODEBG adding route 172.17.0.22/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 } }] |
| 7186 | 2026-08-11T11:23:44.356Z | |
| 7187 | 2026-08-11T11:23:44.356Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 11 11:23:43.339 |
| 7188 | 2026-08-11T11:23:44.356Z | Aug 11 11:23:43.339DEBG INFOAug 11 11:23:43.339replacing 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 } }] |
| 7189 | 2026-08-11T11:23:44.356Z | adding route 172.17.0.13/32 -> 10.0.0.255Aug 11 11:23:43.339 |
| 7190 | 2026-08-11T11:23:44.356Z | DEBGDEBG created new freemapreplacing 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 } }], |
| 7191 | 2026-08-11T11:23:44.356Z | Aug 11 11:23:43.339 unitAug 11 11:23:43.339: Aug 11 11:23:43.339DEBG INFOINFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7192 | 2026-08-11T11:23:44.356Z | |
| 7193 | 2026-08-11T11:23:44.356Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7194 | 2026-08-11T11:23:44.356Z | |
| 7195 | 2026-08-11T11:23:44.356Z | Aug 11 11:23:43.339Aug 11 11:23:43.339Aug 11 11:23:43.339 Aug 11 11:23:43.339DEBG INFODEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 7196 | 2026-08-11T11:23:44.356Z | 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.14/32 -> 10.0.0.255unit |
| 7197 | 2026-08-11T11:23:44.356Z | : |
| 7198 | 2026-08-11T11:23:44.356Z | freemap_route_ipv4Aug 11 11:23:43.339 |
| 7199 | 2026-08-11T11:23:44.356Z | INFOAug 11 11:23:43.339Aug 11 11:23:43.339 DEBGINFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 7200 | 2026-08-11T11:23:44.356Z | adding route 172.17.0.24/32 -> 10.0.0.255Aug 11 11:23:43.339 |
| 7201 | 2026-08-11T11:23:44.356Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGAug 11 11:23:43.340 Aug 11 11:23:43.339DEBGAug 11 11:23:43.340 DEBG created new freemap, |
| 7202 | 2026-08-11T11:23:44.356Z | unit :DEBG Aug 11 11:23:43.349 freemap_route_ipv4reset freemap |
| 7203 | 2026-08-11T11:23:44.356Z | INFO, unitadding route 172.17.0.15/32 -> 10.0.0.255: created new freemap |
| 7204 | 2026-08-11T11:23:44.357Z | freemap_route_ipv4, |
| 7205 | 2026-08-11T11:23:44.357Z | unitAug 11 11:23:43.349: freemap_route_ipv4DEBG |
| 7206 | 2026-08-11T11:23:44.357Z | Aug 11 11:23:43.349 created new freemapAug 11 11:23:43.349, DEBGunit :DEBG freemap_route_ipv6initted freemap. size: 64 |
| 7207 | 2026-08-11T11:23:44.357Z | , 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 } }]unitAug 11 11:23:43.349 |
| 7208 | 2026-08-11T11:23:44.362Z | :DEBG Aug 11 11:23:43.349created new freemap freemap_route_ipv6, |
| 7209 | 2026-08-11T11:23:44.362Z | Aug 11 11:23:43.349DEBG initted freemap. size: 64unitINFO, unit:: Aug 11 11:23:43.349 freemap_route_ipv4 |
| 7210 | 2026-08-11T11:23:44.362Z | DEBGfreemap_route_ipv6 adding route 172.17.0.16/32 -> 10.0.0.255reset freemap |
| 7211 | 2026-08-11T11:23:44.362Z | , |
| 7212 | 2026-08-11T11:23:44.362Z | Aug 11 11:23:43.349unit Aug 11 11:23:43.349:DEBG reset freemapfreemap_route_ipv6, |
| 7213 | 2026-08-11T11:23:44.362Z | unit :DEBG 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 } }] |
| 7214 | 2026-08-11T11:23:44.362Z | |
| 7215 | 2026-08-11T11:23:44.362Z | Aug 11 11:23:43.349Aug 11 11:23:43.349Aug 11 11:23:43.349 DEBGAug 11 11:23:43.349 DEBGINFOinitted freemap. size: 64INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.17/32 -> 10.0.0.255, |
| 7216 | 2026-08-11T11:23:44.362Z | |
| 7217 | 2026-08-11T11:23:44.362Z | unit: initted freemap. size: 64Aug 11 11:23:43.349Aug 11 11:23:43.349freemap_route_ipv6 |
| 7218 | 2026-08-11T11:23:44.363Z | DEBG, DEBGunit: 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 11 11:23:43.349 |
| 7219 | 2026-08-11T11:23:44.363Z | |
| 7220 | 2026-08-11T11:23:44.363Z | freemap_route_ipv4DEBG |
| 7221 | 2026-08-11T11:23:44.363Z | reset freemap, Aug 11 11:23:43.349Aug 11 11:23:43.349Aug 11 11:23:43.349 INFODEBG unitINFO: adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7222 | 2026-08-11T11:23:44.363Z | freemap_route_ipv6 |
| 7223 | 2026-08-11T11:23:44.363Z | |
| 7224 | 2026-08-11T11:23:44.363Z | reset freemap, Aug 11 11:23:43.349unitAug 11 11:23:43.349: Aug 11 11:23:43.339 freemap_route_ipv4 DEBGAug 11 11:23:43.349 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 INFODEBG |
| 7225 | 2026-08-11T11:23:44.363Z | |
| 7226 | 2026-08-11T11:23:44.363Z | adding route 172.16.0.0/32 -> 10.0.0.1 created new freemapreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 7227 | 2026-08-11T11:23:44.363Z | unit |
| 7228 | 2026-08-11T11:23:44.363Z | :Aug 11 11:23:43.349 freemap_route_ipv4INFOAug 11 11:23:43.349Aug 11 11:23:43.349Aug 11 11:23:43.349 |
| 7229 | 2026-08-11T11:23:44.363Z | adding route 172.16.0.0/32 -> 10.0.0.3 DEBGDEBG |
| 7230 | 2026-08-11T11:23:44.363Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:23:43.349 |
| 7231 | 2026-08-11T11:23:44.363Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 DEBG |
| 7232 | 2026-08-11T11:23:44.363Z | Aug 11 11:23:43.349Aug 11 11:23:43.349 created new freemap INFO, DEBG unitadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7233 | 2026-08-11T11:23:44.363Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]: |
| 7234 | 2026-08-11T11:23:44.363Z | Aug 11 11:23:43.349initted freemap. size: 64Aug 11 11:23:43.349 DEBG DEBG, Aug 11 11:23:43.349replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 7235 | 2026-08-11T11:23:44.363Z | freemap_route_ipv6unit |
| 7236 | 2026-08-11T11:23:44.363Z | : INFOfreemap_route_ipv6 Aug 11 11:23:43.349adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7237 | 2026-08-11T11:23:44.364Z | Aug 11 11:23:43.349 |
| 7238 | 2026-08-11T11:23:44.364Z | INFOINFO |
| 7239 | 2026-08-11T11:23:44.364Z | adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7240 | 2026-08-11T11:23:44.364Z | Aug 11 11:23:43.349 |
| 7241 | 2026-08-11T11:23:44.364Z | Aug 11 11:23:43.349DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGAug 11 11:23:43.349Aug 11 11:23:43.349Aug 11 11:23:43.349 |
| 7242 | 2026-08-11T11:23:44.364Z | DEBGinitted freemap. size: 64DEBG, unit replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7243 | 2026-08-11T11:23:44.364Z | : |
| 7244 | 2026-08-11T11:23:44.364Z | freemap_route_ipv4DEBGAug 11 11:23:43.349 |
| 7245 | 2026-08-11T11:23:44.364Z | Aug 11 11:23:43.349 DEBG Aug 11 11:23:43.349INFOAug 11 11:23:43.349 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7246 | 2026-08-11T11:23:44.364Z | adding route 172.17.0.21/32 -> 10.0.0.255reset freemap INFOreset freemap , adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7247 | 2026-08-11T11:23:44.364Z | unit |
| 7248 | 2026-08-11T11:23:44.364Z | : , freemap_route_ipv4unitAug 11 11:23:43.349: Aug 11 11:23:43.349DEBG |
| 7249 | 2026-08-11T11:23:44.364Z | freemap_route_ipv6 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 } }] |
| 7250 | 2026-08-11T11:23:44.364Z | |
| 7251 | 2026-08-11T11:23:44.364Z | Aug 11 11:23:43.349replacing 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 } }] |
| 7252 | 2026-08-11T11:23:44.364Z | DEBG Aug 11 11:23:43.349initted freemap. size: 64Aug 11 11:23:43.349 , DEBGAug 11 11:23:43.349unit : INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 7253 | 2026-08-11T11:23:44.364Z | adding route 172.17.0.22/32 -> 10.0.0.255 freemap_route_ipv6 |
| 7254 | 2026-08-11T11:23:44.364Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7255 | 2026-08-11T11:23:44.364Z | |
| 7256 | 2026-08-11T11:23:44.364Z | Aug 11 11:23:43.349 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 } }] |
| 7257 | 2026-08-11T11:23:44.365Z | Aug 11 11:23:43.349Aug 11 11:23:43.349 Aug 11 11:23:43.349DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFODEBG |
| 7258 | 2026-08-11T11:23:44.365Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.23/32 -> 10.0.0.255reset freemap |
| 7259 | 2026-08-11T11:23:44.365Z | , |
| 7260 | 2026-08-11T11:23:44.365Z | unit:Aug 11 11:23:43.349 Aug 11 11:23:43.349freemap_route_ipv6 Aug 11 11:23:43.349DEBG INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 7261 | 2026-08-11T11:23:44.365Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7262 | 2026-08-11T11:23:44.365Z | Aug 11 11:23:43.319Aug 11 11:23:43.349 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 } }] DEBG |
| 7263 | 2026-08-11T11:23:44.365Z | Aug 11 11:23:43.349Aug 11 11:23:43.349replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemap |
| 7264 | 2026-08-11T11:23:44.365Z | DEBG, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]unit |
| 7265 | 2026-08-11T11:23:44.365Z | :Aug 11 11:23:43.349Aug 11 11:23:43.350 INFOAug 11 11:23:43.350 INFO DEBGfreemap_route_ipv4INFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7266 | 2026-08-11T11:23:44.365Z | |
| 7267 | 2026-08-11T11:23:44.365Z | |
| 7268 | 2026-08-11T11:23:44.365Z | |
| 7269 | 2026-08-11T11:23:44.365Z | 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 } }] |
| 7270 | 2026-08-11T11:23:44.365Z | Aug 11 11:23:43.350Aug 11 11:23:43.350 DEBGDEBGAug 11 11:23:43.350 Aug 11 11:23:43.350INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7271 | 2026-08-11T11:23:44.365Z | |
| 7272 | 2026-08-11T11:23:44.365Z | Aug 11 11:23:43.350 DEBGDEBG Aug 11 11:23:43.350created new freemap Aug 11 11:23:43.350INFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.4INFO |
| 7273 | 2026-08-11T11:23:44.366Z | , adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7274 | 2026-08-11T11:23:44.366Z | |
| 7275 | 2026-08-11T11:23:44.366Z | test route::tests::same_size_non_subset_replace ... ok |
| 7276 | 2026-08-11T11:23:44.366Z | unit |
| 7277 | 2026-08-11T11:23:44.366Z | : Aug 11 11:23:43.350Aug 11 11:23:43.350Aug 11 11:23:43.350Aug 11 11:23:43.350freemap_route_ipv6 |
| 7278 | 2026-08-11T11:23:44.366Z | |
| 7279 | 2026-08-11T11:23:44.366Z | DEBG DEBG DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7280 | 2026-08-11T11:23:44.366Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7281 | 2026-08-11T11:23:44.366Z | Aug 11 11:23:43.350 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Aug 11 11:23:43.350DEBGAug 11 11:23:43.350 initted freemap. size: 64INFOAug 11 11:23:43.350, |
| 7282 | 2026-08-11T11:23:44.366Z | adding route 172.17.0.0/32 -> 10.0.0.255unit |
| 7283 | 2026-08-11T11:23:44.366Z | adding route 172.17.0.26/32 -> 10.0.0.255 : |
| 7284 | 2026-08-11T11:23:44.366Z | INFO Aug 11 11:23:43.350INFO Aug 11 11:23:43.350 freemap_route_ipv4 adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7285 | 2026-08-11T11:23:44.366Z | |
| 7286 | 2026-08-11T11:23:44.366Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 11 11:23:43.350replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.350 |
| 7287 | 2026-08-11T11:23:44.366Z | |
| 7288 | 2026-08-11T11:23:44.366Z | 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 } }]DEBGINFOAug 11 11:23:43.350 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 } }] |
| 7289 | 2026-08-11T11:23:44.366Z | DEBG |
| 7290 | 2026-08-11T11:23:44.366Z | reset freemap Aug 11 11:23:43.350adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 11 11:23:43.350 , unitINFOAug 11 11:23:43.350 adding route 172.17.0.1/32 -> 10.0.0.255DEBGAug 11 11:23:43.350 |
| 7291 | 2026-08-11T11:23:44.366Z | |
| 7292 | 2026-08-11T11:23:44.366Z | : INFO adding route 172.17.0.27/32 -> 10.0.0.255INFOAug 11 11:23:43.350 |
| 7293 | 2026-08-11T11:23:44.367Z | 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 } }] freemap_route_ipv4 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 } }] |
| 7294 | 2026-08-11T11:23:44.367Z | |
| 7295 | 2026-08-11T11:23:44.367Z | |
| 7296 | 2026-08-11T11:23:44.367Z | Aug 11 11:23:43.350Aug 11 11:23:43.350adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7297 | 2026-08-11T11:23:44.367Z | DEBGAug 11 11:23:43.350 Aug 11 11:23:43.350DEBGAug 11 11:23:43.350INFO adding route 172.17.0.2/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 7298 | 2026-08-11T11:23:44.367Z | Aug 11 11:23:43.350 initted freemap. size: 64 |
| 7299 | 2026-08-11T11:23:44.367Z | , Aug 11 11:23:43.350DEBG unit DEBGINFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] : Aug 11 11:23:43.350adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7300 | 2026-08-11T11:23:44.367Z | |
| 7301 | 2026-08-11T11:23:44.367Z | 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 } }] freemap_route_ipv6 |
| 7302 | 2026-08-11T11:23:44.367Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7303 | 2026-08-11T11:23:44.367Z | |
| 7304 | 2026-08-11T11:23:44.367Z | 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 } }] |
| 7305 | 2026-08-11T11:23:44.367Z | Aug 11 11:23:43.350 Aug 11 11:23:43.350Aug 11 11:23:43.350 Aug 11 11:23:43.350INFO INFO Aug 11 11:23:43.350DEBGDEBG reset freemapadding route 172.17.0.3/32 -> 10.0.0.255, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7306 | 2026-08-11T11:23:44.367Z | unit |
| 7307 | 2026-08-11T11:23:44.367Z | Aug 11 11:23:43.350: freemap_route_ipv6Aug 11 11:23:43.350 |
| 7308 | 2026-08-11T11:23:44.372Z | DEBGDEBG Aug 11 11:23:43.350 adding route 172.17.0.28/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 } }]Aug 11 11:23:43.350 DEBGAug 11 11:23:43.350 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }] |
| 7309 | 2026-08-11T11:23:44.372Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 7310 | 2026-08-11T11:23:44.372Z | created new freemapINFO, unitadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7311 | 2026-08-11T11:23:44.372Z | |
| 7312 | 2026-08-11T11:23:44.372Z | Aug 11 11:23:43.360: DEBGfreemap_route_ipv4 |
| 7313 | 2026-08-11T11:23:44.372Z | Aug 11 11:23:43.360Aug 11 11:23:43.360replacing 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 } }] |
| 7314 | 2026-08-11T11:23:44.372Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7315 | 2026-08-11T11:23:44.373Z | Aug 11 11:23:43.360 DEBGAug 11 11:23:43.360 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 |
| 7316 | 2026-08-11T11:23:44.373Z | created new freemap , replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7317 | 2026-08-11T11:23:44.373Z | :Aug 11 11:23:43.360 Aug 11 11:23:43.360 freemap_route_ipv6INFO |
| 7318 | 2026-08-11T11:23:44.373Z | adding route 172.17.0.29/32 -> 10.0.0.255INFO Aug 11 11:23:43.360adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7319 | 2026-08-11T11:23:44.373Z | |
| 7320 | 2026-08-11T11:23:44.373Z | INFO Aug 11 11:23:43.360adding route 172.17.0.5/32 -> 10.0.0.255 Aug 11 11:23:43.360Aug 11 11:23:43.360 |
| 7321 | 2026-08-11T11:23:44.373Z | DEBGDEBG DEBG Aug 11 11:23:43.360replacing 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 |
| 7322 | 2026-08-11T11:23:44.373Z | 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 } }] |
| 7323 | 2026-08-11T11:23:44.373Z | 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: 64, |
| 7324 | 2026-08-11T11:23:44.373Z | unitAug 11 11:23:43.360: Aug 11 11:23:43.360freemap_route_ipv4 INFO |
| 7325 | 2026-08-11T11:23:44.373Z | adding route 172.17.0.30/32 -> 10.0.0.255INFO |
| 7326 | 2026-08-11T11:23:44.373Z | Aug 11 11:23:43.360Aug 11 11:23:43.360adding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBGINFO |
| 7327 | 2026-08-11T11:23:44.373Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:23:43.360 |
| 7328 | 2026-08-11T11:23:44.373Z | DEBGreset freemap , 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 } }]unit |
| 7329 | 2026-08-11T11:23:44.373Z | Aug 11 11:23:43.360: freemap_route_ipv4DEBGAug 11 11:23:43.360Aug 11 11:23:43.360 |
| 7330 | 2026-08-11T11:23:44.373Z | INFO DEBGAug 11 11:23:43.360 adding route 172.17.0.31/32 -> 10.0.0.255 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 } }] |
| 7331 | 2026-08-11T11:23:44.373Z | DEBG |
| 7332 | 2026-08-11T11:23:44.373Z | initted freemap. size: 64 |
| 7333 | 2026-08-11T11:23:44.373Z | , Aug 11 11:23:43.361unit :INFOAug 11 11:23:43.361 freemap_route_ipv6DEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 7334 | 2026-08-11T11:23:44.373Z | |
| 7335 | 2026-08-11T11:23:44.374Z | 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 } }] |
| 7336 | 2026-08-11T11:23:44.374Z | Aug 11 11:23:43.361Aug 11 11:23:43.361 DEBGDEBG reset freemapreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.361 |
| 7337 | 2026-08-11T11:23:44.374Z | , Aug 11 11:23:43.361unitDEBG: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 7338 | 2026-08-11T11:23:44.374Z | freemap_route_ipv6adding route 172.17.0.32/32 -> 10.0.0.255Aug 11 11:23:43.361 |
| 7339 | 2026-08-11T11:23:44.374Z | INFO |
| 7340 | 2026-08-11T11:23:44.374Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 11 11:23:43.361adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7341 | 2026-08-11T11:23:44.374Z | Aug 11 11:23:43.361 |
| 7342 | 2026-08-11T11:23:44.374Z | INFOAug 11 11:23:43.361DEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 7343 | 2026-08-11T11:23:44.374Z | INFO |
| 7344 | 2026-08-11T11:23:44.374Z | Aug 11 11:23:43.361 Aug 11 11:23:43.361Aug 11 11:23:43.361 DEBGDEBGDEBGAug 11 11:23:43.361 adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 7345 | 2026-08-11T11:23:44.374Z | |
| 7346 | 2026-08-11T11:23:44.374Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7347 | 2026-08-11T11:23:44.374Z | 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 } }] |
| 7348 | 2026-08-11T11:23:44.374Z | |
| 7349 | 2026-08-11T11:23:44.374Z | Aug 11 11:23:43.361Aug 11 11:23:43.361Aug 11 11:23:43.361 INFODEBG Aug 11 11:23:43.361adding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 7350 | 2026-08-11T11:23:44.374Z | INFOAug 11 11:23:43.361 adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 7351 | 2026-08-11T11:23:44.374Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7352 | 2026-08-11T11:23:44.374Z | |
| 7353 | 2026-08-11T11:23:44.374Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.361 |
| 7354 | 2026-08-11T11:23:44.374Z | Aug 11 11:23:43.361 Aug 11 11:23:43.361DEBGDEBGAug 11 11:23:43.361 DEBGAug 11 11:23:43.361INFOreplacing 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 |
| 7355 | 2026-08-11T11:23:44.375Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7356 | 2026-08-11T11:23:44.375Z | |
| 7357 | 2026-08-11T11:23:44.375Z | |
| 7358 | 2026-08-11T11:23:44.375Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7359 | 2026-08-11T11:23:44.375Z | Aug 11 11:23:43.361 Aug 11 11:23:43.361INFO Aug 11 11:23:43.361DEBG adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 7360 | 2026-08-11T11:23:44.375Z | Aug 11 11:23:43.361replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255Aug 11 11:23:43.361 |
| 7361 | 2026-08-11T11:23:44.375Z | INFO DEBG |
| 7362 | 2026-08-11T11:23:44.375Z | Aug 11 11:23:43.361adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 11 11:23:43.361DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7363 | 2026-08-11T11:23:44.375Z | 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 |
| 7364 | 2026-08-11T11:23:44.375Z | |
| 7365 | 2026-08-11T11:23:44.375Z | adding route 172.17.0.35/32 -> 10.0.0.255Aug 11 11:23:43.361Aug 11 11:23:43.361Aug 11 11:23:43.361 |
| 7366 | 2026-08-11T11:23:44.375Z | INFO INFODEBGadding route 172.17.0.2/32 -> 10.0.0.255 Aug 11 11:23:43.361 |
| 7367 | 2026-08-11T11:23:44.375Z | 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 |
| 7368 | 2026-08-11T11:23:44.375Z | Aug 11 11:23:43.361adding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }] |
| 7369 | 2026-08-11T11:23:44.375Z | |
| 7370 | 2026-08-11T11:23:44.375Z | Aug 11 11:23:43.361 Aug 11 11:23:43.361DEBG Aug 11 11:23:43.361DEBGINFOAug 11 11:23:43.361replacing 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 } }] INFOadding route 172.17.0.11/32 -> 10.0.0.255 |
| 7371 | 2026-08-11T11:23:44.375Z | |
| 7372 | 2026-08-11T11:23:44.375Z | DEBGadding route 172.17.0.36/32 -> 10.0.0.255 |
| 7373 | 2026-08-11T11:23:44.376Z | Aug 11 11:23:43.361 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7374 | 2026-08-11T11:23:44.376Z | |
| 7375 | 2026-08-11T11:23:44.376Z | INFOAug 11 11:23:43.361 adding route 172.17.0.3/32 -> 10.0.0.255Aug 11 11:23:43.361 |
| 7376 | 2026-08-11T11:23:44.376Z | DEBGAug 11 11:23:43.361 INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 11 11:23:43.361 |
| 7377 | 2026-08-11T11:23:44.376Z | 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:4 |
| 7378 | 2026-08-11T11:23:44.376Z | DEBG |
| 7379 | 2026-08-11T11:23:44.376Z | 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 } }] |
| 7380 | 2026-08-11T11:23:44.376Z | Aug 11 11:23:43.361 Aug 11 11:23:43.361INFO Aug 11 11:23:43.361INFOadding route 172.17.0.37/32 -> 10.0.0.255 |
| 7381 | 2026-08-11T11:23:44.376Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 11 11:23:43.361 INFO |
| 7382 | 2026-08-11T11:23:44.376Z | Aug 11 11:23:43.361adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7383 | 2026-08-11T11:23:44.376Z | DEBGAug 11 11:23:43.361Aug 11 11:23:43.361 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] 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 } }] |
| 7384 | 2026-08-11T11:23:44.376Z | |
| 7385 | 2026-08-11T11:23:44.376Z | INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7386 | 2026-08-11T11:23:44.376Z | Aug 11 11:23:43.361 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBGAug 11 11:23:43.361Aug 11 11:23:43.361 Aug 11 11:23:43.361replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7387 | 2026-08-11T11:23:44.376Z | INFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 7388 | 2026-08-11T11:23:44.376Z | replacing targets for 3fff:dead::/64 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.13/32 -> 10.0.0.255 |
| 7389 | 2026-08-11T11:23:44.376Z | |
| 7390 | 2026-08-11T11:23:44.376Z | Aug 11 11:23:43.361 |
| 7391 | 2026-08-11T11:23:44.376Z | INFOAug 11 11:23:43.361 adding route 172.17.0.5/32 -> 10.0.0.255DEBGAug 11 11:23:43.361 |
| 7392 | 2026-08-11T11:23:44.377Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.361 |
| 7393 | 2026-08-11T11:23:44.377Z | DEBGAug 11 11:23:43.361 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 } }]DEBGDEBG |
| 7394 | 2026-08-11T11:23:44.377Z | Aug 11 11:23:43.361replacing 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 |
| 7395 | 2026-08-11T11:23:44.377Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7396 | 2026-08-11T11:23:44.377Z | |
| 7397 | 2026-08-11T11:23:44.377Z | Aug 11 11:23:43.361Aug 11 11:23:43.361 INFOINFOAug 11 11:23:43.361 Aug 11 11:23:43.361adding route 172.17.0.6/32 -> 10.0.0.255 adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 7398 | 2026-08-11T11:23:44.377Z | |
| 7399 | 2026-08-11T11:23:44.377Z | 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 |
| 7400 | 2026-08-11T11:23:44.377Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 11 11:23:43.361 |
| 7401 | 2026-08-11T11:23:44.377Z | Aug 11 11:23:43.361 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 } }] replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.361 |
| 7402 | 2026-08-11T11:23:44.377Z | |
| 7403 | 2026-08-11T11:23:44.377Z | Aug 11 11:23:43.361 INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255 |
| 7404 | 2026-08-11T11:23:44.377Z | Aug 11 11:23:43.361Aug 11 11:23:43.361 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255 |
| 7405 | 2026-08-11T11:23:44.377Z | |
| 7406 | 2026-08-11T11:23:44.377Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7407 | 2026-08-11T11:23:44.377Z | Aug 11 11:23:43.361 Aug 11 11:23:43.361DEBG Aug 11 11:23:43.361DEBG Aug 11 11:23:43.361 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 |
| 7408 | 2026-08-11T11:23:44.382Z | 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 } }] |
| 7409 | 2026-08-11T11:23:44.382Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7410 | 2026-08-11T11:23:44.382Z | Aug 11 11:23:43.361 |
| 7411 | 2026-08-11T11:23:44.382Z | INFOAug 11 11:23:43.361Aug 11 11:23:43.361 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7412 | 2026-08-11T11:23:44.382Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7413 | 2026-08-11T11:23:44.382Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 11 11:23:43.361 |
| 7414 | 2026-08-11T11:23:44.383Z | Aug 11 11:23:43.361DEBG Aug 11 11:23:43.361 Aug 11 11:23:43.361replacing 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 } }] DEBGDEBG |
| 7415 | 2026-08-11T11:23:44.383Z | 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 } }]DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7416 | 2026-08-11T11:23:44.383Z | |
| 7417 | 2026-08-11T11:23:44.383Z | 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 } }] |
| 7418 | 2026-08-11T11:23:44.383Z | Aug 11 11:23:43.361Aug 11 11:23:43.361 Aug 11 11:23:43.361INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 11 11:23:43.361Aug 11 11:23:43.361 |
| 7419 | 2026-08-11T11:23:44.383Z | DEBGINFO created new freemapadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff, |
| 7420 | 2026-08-11T11:23:44.383Z | unitAug 11 11:23:43.371: DEBGfreemap_route_ipv4 |
| 7421 | 2026-08-11T11:23:44.383Z | 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 } }] |
| 7422 | 2026-08-11T11:23:44.383Z | Aug 11 11:23:43.371 INFO Aug 11 11:23:43.371adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 7423 | 2026-08-11T11:23:44.383Z | DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7424 | 2026-08-11T11:23:44.383Z | Aug 11 11:23:43.371Aug 11 11:23:43.371 DEBGcreated new freemapDEBG, unitreplacing 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 } }]: |
| 7425 | 2026-08-11T11:23:44.383Z | Aug 11 11:23:43.371replacing 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 } }]freemap_route_ipv6 |
| 7426 | 2026-08-11T11:23:44.383Z | DEBG |
| 7427 | 2026-08-11T11:23:44.383Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.371 |
| 7428 | 2026-08-11T11:23:44.383Z | INFOAug 11 11:23:43.371 Aug 11 11:23:43.371INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7429 | 2026-08-11T11:23:44.383Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7430 | 2026-08-11T11:23:44.383Z | adding route 172.17.0.44/32 -> 10.0.0.255Aug 11 11:23:43.371 |
| 7431 | 2026-08-11T11:23:44.384Z | DEBGAug 11 11:23:43.371 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 } }]DEBGAug 11 11:23:43.371 |
| 7432 | 2026-08-11T11:23:44.384Z | Aug 11 11:23:43.371 initted freemap. size: 64DEBG , Aug 11 11:23:43.371DEBGreplacing 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 } }]unit |
| 7433 | 2026-08-11T11:23:44.384Z | 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 |
| 7434 | 2026-08-11T11:23:44.384Z | : adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 7435 | 2026-08-11T11:23:44.384Z | freemap_route_ipv4 |
| 7436 | 2026-08-11T11:23:44.384Z | Aug 11 11:23:43.371Aug 11 11:23:43.371 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7437 | 2026-08-11T11:23:44.384Z | |
| 7438 | 2026-08-11T11:23:44.384Z | Aug 11 11:23:43.371 DEBGAug 11 11:23:43.371 Aug 11 11:23:43.371replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.371 |
| 7439 | 2026-08-11T11:23:44.384Z | DEBG DEBGDEBG Aug 11 11:23:43.371 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 } }]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 } }] |
| 7440 | 2026-08-11T11:23:44.384Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreset freemap |
| 7441 | 2026-08-11T11:23:44.384Z | |
| 7442 | 2026-08-11T11:23:44.384Z | , unitAug 11 11:23:43.371: INFOAug 11 11:23:43.371 freemap_route_ipv4DEBGadding route 172.17.0.46/32 -> 10.0.0.255 Aug 11 11:23:43.371replacing 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 } }] |
| 7443 | 2026-08-11T11:23:44.384Z | |
| 7444 | 2026-08-11T11:23:44.384Z | |
| 7445 | 2026-08-11T11:23:44.384Z | INFOAug 11 11:23:43.371Aug 11 11:23:43.371Aug 11 11:23:43.371 DEBGINFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7446 | 2026-08-11T11:23:44.384Z | |
| 7447 | 2026-08-11T11:23:44.384Z | |
| 7448 | 2026-08-11T11:23:44.384Z | initted freemap. size: 64, Aug 11 11:23:43.371Aug 11 11:23:43.371 DEBGINFO unitreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7449 | 2026-08-11T11:23:44.384Z | Aug 11 11:23:43.371: |
| 7450 | 2026-08-11T11:23:44.385Z | DEBGfreemap_route_ipv6 |
| 7451 | 2026-08-11T11:23:44.385Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.371 |
| 7452 | 2026-08-11T11:23:44.385Z | Aug 11 11:23:43.371INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7453 | 2026-08-11T11:23:44.385Z | DEBGAug 11 11:23:43.371 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.371DEBGAug 11 11:23:43.371 |
| 7454 | 2026-08-11T11:23:44.385Z | INFO reset freemapDEBG, adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit |
| 7455 | 2026-08-11T11:23:44.385Z | 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 } }]: |
| 7456 | 2026-08-11T11:23:44.385Z | Aug 11 11:23:43.371freemap_route_ipv6 Aug 11 11:23:43.371INFO |
| 7457 | 2026-08-11T11:23:44.385Z | DEBG Aug 11 11:23:43.371adding route 172.17.0.48/32 -> 10.0.0.255replacing 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 } }] |
| 7458 | 2026-08-11T11:23:44.385Z | |
| 7459 | 2026-08-11T11:23:44.385Z | Aug 11 11:23:43.371INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255Aug 11 11:23:43.371 Aug 11 11:23:43.371adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7460 | 2026-08-11T11:23:44.385Z | |
| 7461 | 2026-08-11T11:23:44.385Z | 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 } }] |
| 7462 | 2026-08-11T11:23:44.385Z | INFOAug 11 11:23:43.371Aug 11 11:23:43.371 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.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 } }] |
| 7463 | 2026-08-11T11:23:44.385Z | |
| 7464 | 2026-08-11T11:23:44.385Z | Aug 11 11:23:43.371 INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff Aug 11 11:23:43.371adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7465 | 2026-08-11T11:23:44.385Z | INFO |
| 7466 | 2026-08-11T11:23:44.386Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:23:43.371 |
| 7467 | 2026-08-11T11:23:44.386Z | Aug 11 11:23:43.371INFO Aug 11 11:23:43.371 adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 7468 | 2026-08-11T11:23:44.386Z | DEBGAug 11 11:23:43.371 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7469 | 2026-08-11T11:23:44.386Z | Aug 11 11:23:43.371 |
| 7470 | 2026-08-11T11:23:44.386Z | 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 } }]DEBGAug 11 11:23:43.371 |
| 7471 | 2026-08-11T11:23:44.386Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7472 | 2026-08-11T11:23:44.386Z | Aug 11 11:23:43.371replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7473 | 2026-08-11T11:23:44.386Z | INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7474 | 2026-08-11T11:23:44.386Z | Aug 11 11:23:43.371Aug 11 11:23:43.371adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7475 | 2026-08-11T11:23:44.386Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255INFO |
| 7476 | 2026-08-11T11:23:44.386Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 11 11:23:43.371Aug 11 11:23:43.371 Aug 11 11:23:43.371DEBG DEBG |
| 7477 | 2026-08-11T11:23:44.386Z | 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 } }] |
| 7478 | 2026-08-11T11:23:44.386Z | 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 |
| 7479 | 2026-08-11T11:23:44.386Z | 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 } }] |
| 7480 | 2026-08-11T11:23:44.386Z | |
| 7481 | 2026-08-11T11:23:44.386Z | Aug 11 11:23:43.371Aug 11 11:23:43.371Aug 11 11:23:43.382 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7482 | 2026-08-11T11:23:44.386Z | INFO |
| 7483 | 2026-08-11T11:23:44.386Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7484 | 2026-08-11T11:23:44.387Z | Aug 11 11:23:43.382 Aug 11 11:23:43.382Aug 11 11:23:43.382INFO DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.4 adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7485 | 2026-08-11T11:23:44.387Z | |
| 7486 | 2026-08-11T11:23:44.387Z | Aug 11 11:23:43.382replacing 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 } }] |
| 7487 | 2026-08-11T11:23:44.387Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:23:43.382 |
| 7488 | 2026-08-11T11:23:44.387Z | INFODEBG adding route 172.17.0.18/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 } }] |
| 7489 | 2026-08-11T11:23:44.387Z | |
| 7490 | 2026-08-11T11:23:44.387Z | Aug 11 11:23:43.382Aug 11 11:23:43.382Aug 11 11:23:43.382 DEBGAug 11 11:23:43.382 DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7491 | 2026-08-11T11:23:44.387Z | DEBGAug 11 11:23:43.371replacing 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 } }] |
| 7492 | 2026-08-11T11:23:44.387Z | INFO Aug 11 11:23:43.382adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 7493 | 2026-08-11T11:23:44.387Z | |
| 7494 | 2026-08-11T11:23:44.387Z | INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7495 | 2026-08-11T11:23:44.387Z | |
| 7496 | 2026-08-11T11:23:44.387Z | Aug 11 11:23:43.382 INFO Aug 11 11:23:43.382adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7497 | 2026-08-11T11:23:44.387Z | Aug 11 11:23:43.382Aug 11 11:23:43.382DEBG 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 } }] |
| 7498 | 2026-08-11T11:23:44.387Z | Aug 11 11:23:43.382DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG DEBGAug 11 11:23:43.382 |
| 7499 | 2026-08-11T11:23:44.387Z | 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 } }] |
| 7500 | 2026-08-11T11:23:44.387Z | INFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7501 | 2026-08-11T11:23:44.387Z | |
| 7502 | 2026-08-11T11:23:44.387Z | Aug 11 11:23:43.382Aug 11 11:23:43.382 INFOAug 11 11:23:43.382 INFO adding route 172.17.0.20/32 -> 10.0.0.255INFOAug 11 11:23:43.382adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7503 | 2026-08-11T11:23:44.387Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7504 | 2026-08-11T11:23:44.387Z | DEBG |
| 7505 | 2026-08-11T11:23:44.387Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.382 |
| 7506 | 2026-08-11T11:23:44.388Z | Aug 11 11:23:43.382DEBG 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 |
| 7507 | 2026-08-11T11:23:44.388Z | Aug 11 11:23:43.382Aug 11 11:23:43.382 INFODEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7508 | 2026-08-11T11:23:44.392Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.382 |
| 7509 | 2026-08-11T11:23:44.392Z | |
| 7510 | 2026-08-11T11:23:44.393Z | INFOAug 11 11:23:43.382 Aug 11 11:23:43.382INFO adding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:23:43.382 |
| 7511 | 2026-08-11T11:23:44.393Z | adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 7512 | 2026-08-11T11:23:44.393Z | INFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.382adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7513 | 2026-08-11T11:23:44.393Z | Aug 11 11:23:43.382DEBG |
| 7514 | 2026-08-11T11:23:44.393Z | 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 } }] |
| 7515 | 2026-08-11T11:23:44.393Z | 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 } }] |
| 7516 | 2026-08-11T11:23:44.393Z | Aug 11 11:23:43.382Aug 11 11:23:43.382 Aug 11 11:23:43.382INFOAug 11 11:23:43.382 adding route 172.17.0.54/32 -> 10.0.0.255DEBG |
| 7517 | 2026-08-11T11:23:44.393Z | INFO adding route 172.17.0.22/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 } }] |
| 7518 | 2026-08-11T11:23:44.393Z | Aug 11 11:23:43.382DEBG |
| 7519 | 2026-08-11T11:23:44.393Z | 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 } }]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 } }] |
| 7520 | 2026-08-11T11:23:44.393Z | |
| 7521 | 2026-08-11T11:23:44.393Z | Aug 11 11:23:43.382Aug 11 11:23:43.382 DEBGAug 11 11:23:43.382 Aug 11 11:23:43.382 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 11 11:23:43.382adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7522 | 2026-08-11T11:23:44.393Z | INFO |
| 7523 | 2026-08-11T11:23:44.393Z | INFOadding route 172.17.0.21/32 -> 10.0.0.255 |
| 7524 | 2026-08-11T11:23:44.393Z | Aug 11 11:23:43.382Aug 11 11:23:43.382INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff INFOadding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7525 | 2026-08-11T11:23:44.393Z | DEBG |
| 7526 | 2026-08-11T11:23:44.393Z | |
| 7527 | 2026-08-11T11:23:44.393Z | 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 } }] |
| 7528 | 2026-08-11T11:23:44.394Z | Aug 11 11:23:43.382 DEBGAug 11 11:23:43.382Aug 11 11:23:43.382Aug 11 11:23:43.382Aug 11 11:23:43.382 INFODEBG DEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7529 | 2026-08-11T11:23:44.394Z | |
| 7530 | 2026-08-11T11:23:44.394Z | |
| 7531 | 2026-08-11T11:23:44.394Z | 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 } }] |
| 7532 | 2026-08-11T11:23:44.394Z | DEBG Aug 11 11:23:43.382Aug 11 11:23:43.382 Aug 11 11:23:43.382INFO Aug 11 11:23:43.382DEBG 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 |
| 7533 | 2026-08-11T11:23:44.394Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7534 | 2026-08-11T11:23:44.394Z | |
| 7535 | 2026-08-11T11:23:44.394Z | INFO |
| 7536 | 2026-08-11T11:23:44.394Z | Aug 11 11:23:43.382Aug 11 11:23:43.382 INFOAug 11 11:23:43.382adding route 172.17.0.22/32 -> 10.0.0.255 adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7537 | 2026-08-11T11:23:44.394Z | Aug 11 11:23:43.382DEBG |
| 7538 | 2026-08-11T11:23:44.394Z | INFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7539 | 2026-08-11T11:23:44.394Z | 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 } }] |
| 7540 | 2026-08-11T11:23:44.394Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 11 11:23:43.382 |
| 7541 | 2026-08-11T11:23:44.394Z | DEBGAug 11 11:23:43.382Aug 11 11:23:43.382 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 } }] |
| 7542 | 2026-08-11T11:23:44.394Z | Aug 11 11:23:43.382Aug 11 11:23:43.382 DEBG DEBGINFOINFOAug 11 11:23:43.382 INFOadding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7543 | 2026-08-11T11:23:44.394Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7544 | 2026-08-11T11:23:44.395Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7545 | 2026-08-11T11:23:44.395Z | |
| 7546 | 2026-08-11T11:23:44.395Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.382 |
| 7547 | 2026-08-11T11:23:44.395Z | Aug 11 11:23:43.382 DEBGAug 11 11:23:43.382 Aug 11 11:23:43.382Aug 11 11:23:43.382replacing 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 INFO |
| 7548 | 2026-08-11T11:23:44.395Z | DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7549 | 2026-08-11T11:23:44.395Z | |
| 7550 | 2026-08-11T11:23:44.395Z | 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 } }] |
| 7551 | 2026-08-11T11:23:44.395Z | INFO Aug 11 11:23:43.382Aug 11 11:23:43.382 INFO adding route 172.17.0.23/32 -> 10.0.0.255INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 7552 | 2026-08-11T11:23:44.395Z | |
| 7553 | 2026-08-11T11:23:44.395Z | Aug 11 11:23:43.382Aug 11 11:23:43.382adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7554 | 2026-08-11T11:23:44.395Z | INFO Aug 11 11:23:43.382DEBGAug 11 11:23:43.382 adding route 172.17.0.32/32 -> 10.0.0.255Aug 11 11:23:43.382replacing 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 } }] |
| 7555 | 2026-08-11T11:23:44.395Z | |
| 7556 | 2026-08-11T11:23:44.395Z | DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.382 |
| 7557 | 2026-08-11T11:23:44.395Z | DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7558 | 2026-08-11T11:23:44.395Z | Aug 11 11:23:43.382 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 11 11:23:43.382 |
| 7559 | 2026-08-11T11:23:44.395Z | INFODEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.27/32 -> 10.0.0.255Aug 11 11:23:43.382replacing 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 } }] |
| 7560 | 2026-08-11T11:23:44.395Z | Aug 11 11:23:43.382 |
| 7561 | 2026-08-11T11:23:44.396Z | INFO Aug 11 11:23:43.382adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7562 | 2026-08-11T11:23:44.396Z | DEBG 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 } }] |
| 7563 | 2026-08-11T11:23:44.396Z | |
| 7564 | 2026-08-11T11:23:44.396Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.382Aug 11 11:23:43.382Aug 11 11:23:43.382 INFO |
| 7565 | 2026-08-11T11:23:44.396Z | Aug 11 11:23:43.382 adding route 172.17.0.24/32 -> 10.0.0.255DEBGINFO 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 } }] INFOadding route 172.17.0.33/32 -> 10.0.0.255 |
| 7566 | 2026-08-11T11:23:44.396Z | |
| 7567 | 2026-08-11T11:23:44.396Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7568 | 2026-08-11T11:23:44.396Z | |
| 7569 | 2026-08-11T11:23:44.396Z | test route::tests::add_target_fails_full ... ok |
| 7570 | 2026-08-11T11:23:44.396Z | Aug 11 11:23:43.382 INFOAug 11 11:23:43.382 Aug 11 11:23:43.382 Aug 11 11:23:43.382adding route 172.17.0.28/32 -> 10.0.0.255INFODEBG |
| 7571 | 2026-08-11T11:23:44.396Z | adding route 172.17.0.61/32 -> 10.0.0.255 DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7572 | 2026-08-11T11:23:44.396Z | |
| 7573 | 2026-08-11T11:23:44.396Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.382 |
| 7574 | 2026-08-11T11:23:44.396Z | Aug 11 11:23:43.382DEBG Aug 11 11:23:43.382replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:43.382DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7575 | 2026-08-11T11:23:44.396Z | |
| 7576 | 2026-08-11T11:23:44.396Z | |
| 7577 | 2026-08-11T11:23:44.396Z | DEBGAug 11 11:23:43.382 INFO Aug 11 11:23:43.382adding route 172.17.0.34/32 -> 10.0.0.255Aug 11 11:23:43.382replacing 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 } }] |
| 7578 | 2026-08-11T11:23:44.396Z | Aug 11 11:23:43.382 INFO |
| 7579 | 2026-08-11T11:23:44.396Z | DEBGINFOAug 11 11:23:43.382 INFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255replacing 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 } }] |
| 7580 | 2026-08-11T11:23:44.396Z | |
| 7581 | 2026-08-11T11:23:44.396Z | |
| 7582 | 2026-08-11T11:23:44.396Z | |
| 7583 | 2026-08-11T11:23:44.397Z | Aug 11 11:23:43.382 Aug 11 11:23:43.382DEBG Aug 11 11:23:43.382Aug 11 11:23:43.382 DEBGINFO adding route 3fff:beef:3c::/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 } }]DEBG |
| 7584 | 2026-08-11T11:23:44.397Z | 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 } }] |
| 7585 | 2026-08-11T11:23:44.397Z | |
| 7586 | 2026-08-11T11:23:44.397Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.382Aug 11 11:23:43.382 DEBGDEBG |
| 7587 | 2026-08-11T11:23:44.397Z | Aug 11 11:23:43.382 Aug 11 11:23:43.382replacing 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 } }] |
| 7588 | 2026-08-11T11:23:44.397Z | 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 } }]INFO |
| 7589 | 2026-08-11T11:23:44.397Z | Aug 11 11:23:43.382 INFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.63/32 -> 10.0.0.255Aug 11 11:23:43.382 |
| 7590 | 2026-08-11T11:23:44.397Z | |
| 7591 | 2026-08-11T11:23:44.397Z | DEBGINFO Aug 11 11:23:43.382 failed to allocate space for the new target listadding route 172.17.0.35/32 -> 10.0.0.255 |
| 7592 | 2026-08-11T11:23:44.397Z | DEBG |
| 7593 | 2026-08-11T11:23:44.397Z | Aug 11 11:23:43.382replacing 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 } }] DEBG |
| 7594 | 2026-08-11T11:23:44.397Z | 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 } }] |
| 7595 | 2026-08-11T11:23:44.397Z | Aug 11 11:23:43.382Aug 11 11:23:43.382Aug 11 11:23:43.382 Aug 11 11:23:43.392 DEBGDEBGINFO 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 } }]INFOAug 11 11:23:43.392 |
| 7596 | 2026-08-11T11:23:44.397Z | DEBG adding route 172.17.0.26/32 -> 10.0.0.255 failed to allocate space for the new target listadding route 172.17.0.31/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 } }] |
| 7597 | 2026-08-11T11:23:44.397Z | |
| 7598 | 2026-08-11T11:23:44.397Z | |
| 7599 | 2026-08-11T11:23:44.397Z | |
| 7600 | 2026-08-11T11:23:44.397Z | Aug 11 11:23:43.392 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 11 11:23:43.392 |
| 7601 | 2026-08-11T11:23:44.398Z | DEBGAug 11 11:23:43.392 Aug 11 11:23:43.392Aug 11 11:23:43.392 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 } }]DEBGDEBG |
| 7602 | 2026-08-11T11:23:44.398Z | 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.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.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 } }] |
| 7603 | 2026-08-11T11:23:44.398Z | |
| 7604 | 2026-08-11T11:23:44.398Z | |
| 7605 | 2026-08-11T11:23:44.398Z | Aug 11 11:23:43.392 DEBGAug 11 11:23:43.392Aug 11 11:23:43.392 Aug 11 11:23:43.392 INFOINFOINFO failed to allocate space for the new target list |
| 7606 | 2026-08-11T11:23:44.398Z | adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7607 | 2026-08-11T11:23:44.398Z | |
| 7608 | 2026-08-11T11:23:44.404Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7609 | 2026-08-11T11:23:44.404Z | Aug 11 11:23:43.392Aug 11 11:23:43.392Aug 11 11:23:43.392 DEBGDEBG 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 } }]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 } }] |
| 7610 | 2026-08-11T11:23:44.404Z | |
| 7611 | 2026-08-11T11:23:44.405Z | 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 } }] |
| 7612 | 2026-08-11T11:23:44.405Z | Aug 11 11:23:43.392Aug 11 11:23:43.392 Aug 11 11:23:43.392 INFO INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255 adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7613 | 2026-08-11T11:23:44.405Z | |
| 7614 | 2026-08-11T11:23:44.405Z | |
| 7615 | 2026-08-11T11:23:44.405Z | Aug 11 11:23:43.392Aug 11 11:23:43.392 Aug 11 11:23:43.392DEBG DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.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 } }] |
| 7616 | 2026-08-11T11:23:44.405Z | |
| 7617 | 2026-08-11T11:23:44.405Z | |
| 7618 | 2026-08-11T11:23:44.405Z | Aug 11 11:23:43.392Aug 11 11:23:43.392 Aug 11 11:23:43.392 INFO INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7619 | 2026-08-11T11:23:44.405Z | |
| 7620 | 2026-08-11T11:23:44.405Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7621 | 2026-08-11T11:23:44.405Z | Aug 11 11:23:43.392Aug 11 11:23:43.392 DEBGDEBGAug 11 11:23:43.392 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 } }] |
| 7622 | 2026-08-11T11:23:44.405Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7623 | 2026-08-11T11:23:44.405Z | 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 } }] |
| 7624 | 2026-08-11T11:23:44.405Z | Aug 11 11:23:43.392 Aug 11 11:23:43.392INFOAug 11 11:23:43.392 adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7625 | 2026-08-11T11:23:44.405Z | INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7626 | 2026-08-11T11:23:44.405Z | Aug 11 11:23:43.392 |
| 7627 | 2026-08-11T11:23:44.405Z | DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.392 |
| 7628 | 2026-08-11T11:23:44.405Z | Aug 11 11:23:43.392DEBG DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:43.392 |
| 7629 | 2026-08-11T11:23:44.406Z | 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 |
| 7630 | 2026-08-11T11:23:44.406Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7631 | 2026-08-11T11:23:44.406Z | Aug 11 11:23:43.392Aug 11 11:23:43.392Aug 11 11:23:43.392 INFOINFODEBG adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.31/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 } }] |
| 7632 | 2026-08-11T11:23:44.406Z | |
| 7633 | 2026-08-11T11:23:44.406Z | |
| 7634 | 2026-08-11T11:23:44.406Z | Aug 11 11:23:43.392Aug 11 11:23:43.392Aug 11 11:23:43.392 INFODEBGDEBG adding route 172.17.0.37/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 } }]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 } }] |
| 7635 | 2026-08-11T11:23:44.406Z | |
| 7636 | 2026-08-11T11:23:44.406Z | |
| 7637 | 2026-08-11T11:23:44.406Z | Aug 11 11:23:43.392Aug 11 11:23:43.392 Aug 11 11:23:43.392 DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7638 | 2026-08-11T11:23:44.406Z | |
| 7639 | 2026-08-11T11:23:44.406Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 11 11:23:43.392Aug 11 11:23:43.392 |
| 7640 | 2026-08-11T11:23:44.406Z | INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255Aug 11 11:23:43.392 |
| 7641 | 2026-08-11T11:23:44.406Z | 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 } }] |
| 7642 | 2026-08-11T11:23:44.406Z | DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.392 |
| 7643 | 2026-08-11T11:23:44.406Z | Aug 11 11:23:43.392 DEBGINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7644 | 2026-08-11T11:23:44.406Z | |
| 7645 | 2026-08-11T11:23:44.406Z | Aug 11 11:23:43.392 INFO Aug 11 11:23:43.392Aug 11 11:23:43.392adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7646 | 2026-08-11T11:23:44.407Z | 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.39/32 -> 10.0.0.255 |
| 7647 | 2026-08-11T11:23:44.407Z | |
| 7648 | 2026-08-11T11:23:44.407Z | Aug 11 11:23:43.392 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.392Aug 11 11:23:43.392 |
| 7649 | 2026-08-11T11:23:44.407Z | DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7650 | 2026-08-11T11:23:44.407Z | |
| 7651 | 2026-08-11T11:23:44.407Z | Aug 11 11:23:43.392 INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 11 11:23:43.392Aug 11 11:23:43.392 |
| 7652 | 2026-08-11T11:23:44.407Z | DEBG INFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7653 | 2026-08-11T11:23:44.407Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7654 | 2026-08-11T11:23:44.407Z | Aug 11 11:23:43.392 Aug 11 11:23:43.392DEBGAug 11 11:23:43.392 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 |
| 7655 | 2026-08-11T11:23:44.407Z | DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 7656 | 2026-08-11T11:23:44.407Z | 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 } }] |
| 7657 | 2026-08-11T11:23:44.407Z | Aug 11 11:23:43.392Aug 11 11:23:43.392 Aug 11 11:23:43.392 DEBG INFOINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7658 | 2026-08-11T11:23:44.407Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7659 | 2026-08-11T11:23:44.407Z | |
| 7660 | 2026-08-11T11:23:44.407Z | Aug 11 11:23:43.392Aug 11 11:23:43.392 Aug 11 11:23:43.392INFO DEBG DEBGadding route 172.17.0.46/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 } }] |
| 7661 | 2026-08-11T11:23:44.407Z | 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 } }] |
| 7662 | 2026-08-11T11:23:44.407Z | |
| 7663 | 2026-08-11T11:23:44.407Z | Aug 11 11:23:43.392Aug 11 11:23:43.392Aug 11 11:23:43.392 INFO INFODEBG adding route 172.17.0.42/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 } }] |
| 7664 | 2026-08-11T11:23:44.407Z | |
| 7665 | 2026-08-11T11:23:44.407Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7666 | 2026-08-11T11:23:44.408Z | Aug 11 11:23:43.393Aug 11 11:23:43.393 Aug 11 11:23:43.393INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 7667 | 2026-08-11T11:23:44.408Z | 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 } }] |
| 7668 | 2026-08-11T11:23:44.408Z | 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 } }] |
| 7669 | 2026-08-11T11:23:44.408Z | Aug 11 11:23:43.393 Aug 11 11:23:43.393DEBGAug 11 11:23:43.393 INFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOadding route 172.17.0.43/32 -> 10.0.0.255 |
| 7670 | 2026-08-11T11:23:44.408Z | |
| 7671 | 2026-08-11T11:23:44.408Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7672 | 2026-08-11T11:23:44.408Z | Aug 11 11:23:43.393Aug 11 11:23:43.393 Aug 11 11:23:43.393DEBG 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 } }]INFO |
| 7673 | 2026-08-11T11:23:44.408Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7674 | 2026-08-11T11:23:44.408Z | |
| 7675 | 2026-08-11T11:23:44.408Z | Aug 11 11:23:43.393 Aug 11 11:23:43.393INFO Aug 11 11:23:43.393 INFOadding route 172.17.0.44/32 -> 10.0.0.255 |
| 7676 | 2026-08-11T11:23:44.408Z | DEBG adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7677 | 2026-08-11T11:23:44.408Z | |
| 7678 | 2026-08-11T11:23:44.408Z | Aug 11 11:23:43.393 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.393Aug 11 11:23:43.393 |
| 7679 | 2026-08-11T11:23:44.408Z | DEBGINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.393 |
| 7680 | 2026-08-11T11:23:44.408Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7681 | 2026-08-11T11:23:44.408Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 11 11:23:43.393 |
| 7682 | 2026-08-11T11:23:44.408Z | Aug 11 11:23:43.393 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7683 | 2026-08-11T11:23:44.408Z | |
| 7684 | 2026-08-11T11:23:44.408Z | Aug 11 11:23:43.393 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 } }]Aug 11 11:23:43.393 |
| 7685 | 2026-08-11T11:23:44.408Z | Aug 11 11:23:43.393 DEBGINFO Aug 11 11:23:43.393replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7686 | 2026-08-11T11:23:44.409Z | |
| 7687 | 2026-08-11T11:23:44.409Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7688 | 2026-08-11T11:23:44.409Z | Aug 11 11:23:43.393Aug 11 11:23:43.393 Aug 11 11:23:43.393DEBGINFO DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7689 | 2026-08-11T11:23:44.409Z | 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 } }] |
| 7690 | 2026-08-11T11:23:44.409Z | |
| 7691 | 2026-08-11T11:23:44.409Z | Aug 11 11:23:43.393Aug 11 11:23:43.393Aug 11 11:23:43.393 DEBG 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 } }] INFO |
| 7692 | 2026-08-11T11:23:44.409Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7693 | 2026-08-11T11:23:44.409Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7694 | 2026-08-11T11:23:44.409Z | Aug 11 11:23:43.393Aug 11 11:23:43.393 Aug 11 11:23:43.393 INFODEBGDEBG 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.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 } }] |
| 7695 | 2026-08-11T11:23:44.409Z | |
| 7696 | 2026-08-11T11:23:44.409Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7697 | 2026-08-11T11:23:44.409Z | Aug 11 11:23:43.393Aug 11 11:23:43.393 Aug 11 11:23:43.393INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 7698 | 2026-08-11T11:23:44.409Z | DEBGadding route 172.17.0.48/32 -> 10.0.0.255 |
| 7699 | 2026-08-11T11:23:44.409Z | 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 } }] |
| 7700 | 2026-08-11T11:23:44.409Z | test route::tests::delete_targets_full ... ok |
| 7701 | 2026-08-11T11:23:44.409Z | test route::tests::delete_target_full ... ok |
| 7702 | 2026-08-11T11:23:44.409Z | Aug 11 11:23:43.393 DEBGAug 11 11:23:43.393 Aug 11 11:23:43.393 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 } }] |
| 7703 | 2026-08-11T11:23:44.409Z | INFODEBG 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.42/32 -> 10.0.0.255 |
| 7704 | 2026-08-11T11:23:44.409Z | Aug 11 11:23:43.393 |
| 7705 | 2026-08-11T11:23:44.409Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7706 | 2026-08-11T11:23:44.409Z | Aug 11 11:23:43.393Aug 11 11:23:43.393 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255Aug 11 11:23:43.393 |
| 7707 | 2026-08-11T11:23:44.409Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7708 | 2026-08-11T11:23:44.414Z | 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 } }] |
| 7709 | 2026-08-11T11:23:44.414Z | Aug 11 11:23:43.393 DEBGAug 11 11:23:43.393 Aug 11 11:23:43.393replacing 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 } }] INFOINFO |
| 7710 | 2026-08-11T11:23:44.414Z | adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7711 | 2026-08-11T11:23:44.414Z | |
| 7712 | 2026-08-11T11:23:44.414Z | test route::tests::delete_target_fragmented ... ok |
| 7713 | 2026-08-11T11:23:44.414Z | Aug 11 11:23:43.393Aug 11 11:23:43.393 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.50/32 -> 10.0.0.255 |
| 7714 | 2026-08-11T11:23:44.415Z | |
| 7715 | 2026-08-11T11:23:44.415Z | Aug 11 11:23:43.393 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 } }] |
| 7716 | 2026-08-11T11:23:44.415Z | Aug 11 11:23:43.403 INFO Aug 11 11:23:43.403Aug 11 11:23:43.403 adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7717 | 2026-08-11T11:23:44.415Z | DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7718 | 2026-08-11T11:23:44.415Z | |
| 7719 | 2026-08-11T11:23:44.415Z | Aug 11 11:23:43.403 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.403Aug 11 11:23:43.403 |
| 7720 | 2026-08-11T11:23:44.415Z | DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255Aug 11 11:23:43.403 |
| 7721 | 2026-08-11T11:23:44.415Z | |
| 7722 | 2026-08-11T11:23:44.415Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7723 | 2026-08-11T11:23:44.415Z | Aug 11 11:23:43.403 Aug 11 11:23:43.403DEBG INFOAug 11 11:23:43.403replacing 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 } }] |
| 7724 | 2026-08-11T11:23:44.415Z | DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 7725 | 2026-08-11T11:23:44.415Z | replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.403 |
| 7726 | 2026-08-11T11:23:44.415Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255Aug 11 11:23:43.403 |
| 7727 | 2026-08-11T11:23:44.415Z | DEBGAug 11 11:23:43.403 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 } }]INFOAug 11 11:23:43.403 |
| 7728 | 2026-08-11T11:23:44.415Z | adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 7729 | 2026-08-11T11:23:44.415Z | Aug 11 11:23:43.403replacing 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 } }] |
| 7730 | 2026-08-11T11:23:44.415Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 11 11:23:43.403 |
| 7731 | 2026-08-11T11:23:44.415Z | DEBGAug 11 11:23:43.403 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.403INFO |
| 7732 | 2026-08-11T11:23:44.415Z | adding route 172.17.0.53/32 -> 10.0.0.255DEBG |
| 7733 | 2026-08-11T11:23:44.416Z | replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.403 |
| 7734 | 2026-08-11T11:23:44.416Z | INFO Aug 11 11:23:43.403adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7735 | 2026-08-11T11:23:44.416Z | DEBGAug 11 11:23:43.403 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 |
| 7736 | 2026-08-11T11:23:44.416Z | adding route 172.17.0.47/32 -> 10.0.0.255Aug 11 11:23:43.403 |
| 7737 | 2026-08-11T11:23:44.416Z | DEBGAug 11 11:23:43.403 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7738 | 2026-08-11T11:23:44.416Z | adding route 172.17.0.54/32 -> 10.0.0.255Aug 11 11:23:43.403 |
| 7739 | 2026-08-11T11:23:44.416Z | DEBGAug 11 11:23:43.393Aug 11 11:23:43.403 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 } }] DEBGINFO |
| 7740 | 2026-08-11T11:23:44.416Z | Aug 11 11:23:43.403 created new freemapadding route 172.17.0.59/32 -> 10.0.0.255, DEBGunit |
| 7741 | 2026-08-11T11:23:44.416Z | :Aug 11 11:23:43.403 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 |
| 7742 | 2026-08-11T11:23:44.416Z | freemap_route_ipv4adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7743 | 2026-08-11T11:23:44.416Z | Aug 11 11:23:43.403 |
| 7744 | 2026-08-11T11:23:44.416Z | DEBG Aug 11 11:23:43.403replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.403 |
| 7745 | 2026-08-11T11:23:44.416Z | INFOAug 11 11:23:43.403 adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7746 | 2026-08-11T11:23:44.416Z | 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 } }] |
| 7747 | 2026-08-11T11:23:44.416Z | Aug 11 11:23:43.403created new freemap , Aug 11 11:23:43.403unitAug 11 11:23:43.403 INFO: DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 7748 | 2026-08-11T11:23:44.416Z | INFO freemap_route_ipv6replacing 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.49/32 -> 10.0.0.255 |
| 7749 | 2026-08-11T11:23:44.416Z | |
| 7750 | 2026-08-11T11:23:44.416Z | Aug 11 11:23:43.403 |
| 7751 | 2026-08-11T11:23:44.416Z | 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 } }] |
| 7752 | 2026-08-11T11:23:44.416Z | Aug 11 11:23:43.403Aug 11 11:23:43.403 INFOAug 11 11:23:43.403 DEBGDEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 7753 | 2026-08-11T11:23:44.417Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.403failed to allocate space for the new target list |
| 7754 | 2026-08-11T11:23:44.417Z | |
| 7755 | 2026-08-11T11:23:44.417Z | DEBGAug 11 11:23:43.403 initted freemap. size: 64Aug 11 11:23:43.403DEBGAug 11 11:23:43.403, unitreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:DEBG 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.2, vlan_id: None } }]INFO |
| 7756 | 2026-08-11T11:23:44.417Z | |
| 7757 | 2026-08-11T11:23:44.417Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7758 | 2026-08-11T11:23:44.417Z | |
| 7759 | 2026-08-11T11:23:44.417Z | Aug 11 11:23:43.403Aug 11 11:23:43.403 Aug 11 11:23:43.403 DEBGINFO adding route 172.17.0.57/32 -> 10.0.0.255reset freemap |
| 7760 | 2026-08-11T11:23:44.417Z | , DEBGunit :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 } }] |
| 7761 | 2026-08-11T11:23:44.417Z | Aug 11 11:23:43.403 freemap_route_ipv4DEBG |
| 7762 | 2026-08-11T11:23:44.417Z | Aug 11 11:23:43.403replacing 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 } }] |
| 7763 | 2026-08-11T11:23:44.417Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7764 | 2026-08-11T11:23:44.417Z | Aug 11 11:23:43.403Aug 11 11:23:43.403 Aug 11 11:23:43.403 INFODEBG DEBGadding route 172.17.0.58/32 -> 10.0.0.255 |
| 7765 | 2026-08-11T11:23:44.417Z | 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 } }] |
| 7766 | 2026-08-11T11:23:44.417Z | initted freemap. size: 64, unit: Aug 11 11:23:43.403freemap_route_ipv6 |
| 7767 | 2026-08-11T11:23:44.417Z | Aug 11 11:23:43.403DEBG 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 } }] |
| 7768 | 2026-08-11T11:23:44.417Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7769 | 2026-08-11T11:23:44.417Z | Aug 11 11:23:43.403 DEBGAug 11 11:23:43.403 Aug 11 11:23:43.403 reset freemapINFO, unitDEBGadding route 172.17.0.59/32 -> 10.0.0.255: |
| 7770 | 2026-08-11T11:23:44.417Z | 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 } }]freemap_route_ipv6 |
| 7771 | 2026-08-11T11:23:44.417Z | |
| 7772 | 2026-08-11T11:23:44.417Z | Aug 11 11:23:43.403 DEBG Aug 11 11:23:43.403Aug 11 11:23:43.403replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7773 | 2026-08-11T11:23:44.418Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7774 | 2026-08-11T11:23:44.418Z | |
| 7775 | 2026-08-11T11:23:44.418Z | Aug 11 11:23:43.403 INFO Aug 11 11:23:43.403adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7776 | 2026-08-11T11:23:44.418Z | DEBGAug 11 11:23:43.403 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 } }] |
| 7777 | 2026-08-11T11:23:44.418Z | 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 } }] |
| 7778 | 2026-08-11T11:23:44.418Z | Aug 11 11:23:43.403Aug 11 11:23:43.403 INFOAug 11 11:23:43.403 adding route 172.17.0.54/32 -> 10.0.0.255INFODEBG |
| 7779 | 2026-08-11T11:23:44.418Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 7780 | 2026-08-11T11:23:44.418Z | |
| 7781 | 2026-08-11T11:23:44.418Z | Aug 11 11:23:43.403 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7782 | 2026-08-11T11:23:44.418Z | Aug 11 11:23:43.403Aug 11 11:23:43.403 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255Aug 11 11:23:43.403 |
| 7783 | 2026-08-11T11:23:44.418Z | INFO |
| 7784 | 2026-08-11T11:23:44.418Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 11 11:23:43.403 |
| 7785 | 2026-08-11T11:23:44.418Z | DEBGAug 11 11:23:43.403 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 } }]INFOAug 11 11:23:43.403 |
| 7786 | 2026-08-11T11:23:44.418Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 7787 | 2026-08-11T11:23:44.418Z | |
| 7788 | 2026-08-11T11:23:44.418Z | Aug 11 11:23:43.403 INFOAug 11 11:23:43.403 Aug 11 11:23:43.403adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7789 | 2026-08-11T11:23:44.418Z | DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7790 | 2026-08-11T11:23:44.418Z | |
| 7791 | 2026-08-11T11:23:44.418Z | Aug 11 11:23:43.403 DEBG Aug 11 11:23:43.403replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.403 |
| 7792 | 2026-08-11T11:23:44.418Z | INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7793 | 2026-08-11T11:23:44.419Z | Aug 11 11:23:43.403 |
| 7794 | 2026-08-11T11:23:44.419Z | DEBG failed to allocate space for the new target list |
| 7795 | 2026-08-11T11:23:44.419Z | Aug 11 11:23:43.403Aug 11 11:23:43.403 INFODEBG adding route 172.17.0.57/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 } }]Aug 11 11:23:43.403 |
| 7796 | 2026-08-11T11:23:44.419Z | |
| 7797 | 2026-08-11T11:23:44.419Z | 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 } }] |
| 7798 | 2026-08-11T11:23:44.419Z | Aug 11 11:23:43.403 Aug 11 11:23:43.403DEBG 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 } }] |
| 7799 | 2026-08-11T11:23:44.419Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7800 | 2026-08-11T11:23:44.419Z | Aug 11 11:23:43.403Aug 11 11:23:43.403 INFODEBG adding route 172.17.0.58/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 } }] |
| 7801 | 2026-08-11T11:23:44.419Z | |
| 7802 | 2026-08-11T11:23:44.419Z | Aug 11 11:23:43.403Aug 11 11:23:43.403 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.1/32 -> 10.0.0.255 |
| 7803 | 2026-08-11T11:23:44.419Z | |
| 7804 | 2026-08-11T11:23:44.419Z | Aug 11 11:23:43.403Aug 11 11:23:43.403 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.255 |
| 7805 | 2026-08-11T11:23:44.419Z | |
| 7806 | 2026-08-11T11:23:44.419Z | Aug 11 11:23:43.403Aug 11 11:23:43.403 INFODEBG adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7807 | 2026-08-11T11:23:44.419Z | |
| 7808 | 2026-08-11T11:23:44.424Z | Aug 11 11:23:43.403 INFO Aug 11 11:23:43.403 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 } }] |
| 7809 | 2026-08-11T11:23:44.424Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7810 | 2026-08-11T11:23:44.424Z | Aug 11 11:23:43.403 DEBG Aug 11 11:23:43.403replacing 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 } }] |
| 7811 | 2026-08-11T11:23:44.424Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7812 | 2026-08-11T11:23:44.424Z | Aug 11 11:23:43.403 DEBG Aug 11 11:23:43.403failed to allocate space for the new target list |
| 7813 | 2026-08-11T11:23:44.425Z | DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7814 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.403 DEBG Aug 11 11:23:43.403replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7815 | 2026-08-11T11:23:44.425Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7816 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.403 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 } }] |
| 7817 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.403 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7818 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.403 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7819 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.403 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7820 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.403 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 } }] |
| 7821 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.403 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7822 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.403 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 } }] |
| 7823 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.403 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7824 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.403 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 } }] |
| 7825 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.403 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7826 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.413 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 } }] |
| 7827 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7828 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.413 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7829 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7830 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.413 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 } }] |
| 7831 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7832 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.413 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 } }] |
| 7833 | 2026-08-11T11:23:44.425Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7834 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 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 } }] |
| 7835 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7836 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 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 } }] |
| 7837 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7838 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 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 } }] |
| 7839 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7840 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 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 } }] |
| 7841 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7842 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 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 } }] |
| 7843 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7844 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 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 } }] |
| 7845 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7846 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 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 } }] |
| 7847 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7848 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 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 } }] |
| 7849 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7850 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 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 } }] |
| 7851 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7852 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 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 } }] |
| 7853 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7854 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 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 } }] |
| 7855 | 2026-08-11T11:23:44.426Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7856 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 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 } }] |
| 7857 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7858 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 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 } }] |
| 7859 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7860 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 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 } }] |
| 7861 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7862 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 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 } }] |
| 7863 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7864 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 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 } }] |
| 7865 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7866 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 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 } }] |
| 7867 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7868 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 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 } }] |
| 7869 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7870 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 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 } }] |
| 7871 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7872 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 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 } }] |
| 7873 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7874 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 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 } }] |
| 7875 | 2026-08-11T11:23:44.427Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7876 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.413 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 } }] |
| 7877 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7878 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.413 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 } }] |
| 7879 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7880 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.413 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 } }] |
| 7881 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7882 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.413 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 } }] |
| 7883 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.413 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7884 | 2026-08-11T11:23:44.428Z | test route::tests::delete_targets_fragmented ... ok |
| 7885 | 2026-08-11T11:23:44.428Z | |
| 7886 | 2026-08-11T11:23:44.428Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s |
| 7887 | 2026-08-11T11:23:44.428Z | |
| 7888 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.413 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 } }] |
| 7889 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7890 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.423 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 } }] |
| 7891 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7892 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.423 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 } }] |
| 7893 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7894 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.423 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 } }] |
| 7895 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7896 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.423 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 } }] |
| 7897 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7898 | 2026-08-11T11:23:44.428Z | Aug 11 11:23:43.423 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 } }] |
| 7899 | 2026-08-11T11:23:44.429Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7900 | 2026-08-11T11:23:44.429Z | Aug 11 11:23:43.423 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 } }] |
| 7901 | 2026-08-11T11:23:44.429Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7902 | 2026-08-11T11:23:44.429Z | Aug 11 11:23:43.423 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 } }] |
| 7903 | 2026-08-11T11:23:44.429Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7904 | 2026-08-11T11:23:44.429Z | Aug 11 11:23:43.423 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 } }] |
| 7905 | 2026-08-11T11:23:44.429Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7906 | 2026-08-11T11:23:44.429Z | Aug 11 11:23:43.423 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 } }] |
| 7907 | 2026-08-11T11:23:44.429Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7908 | 2026-08-11T11:23:44.499Z | Aug 11 11:23:43.423 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 } }] |
| 7909 | 2026-08-11T11:23:44.499Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7910 | 2026-08-11T11:23:44.499Z | Aug 11 11:23:43.423 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 } }] |
| 7911 | 2026-08-11T11:23:44.499Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7912 | 2026-08-11T11:23:44.499Z | Aug 11 11:23:43.423 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 } }] |
| 7913 | 2026-08-11T11:23:44.499Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7914 | 2026-08-11T11:23:44.499Z | Aug 11 11:23:43.423 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 } }] |
| 7915 | 2026-08-11T11:23:44.499Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7916 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 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 } }] |
| 7917 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7918 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 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 } }] |
| 7919 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7920 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 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 } }] |
| 7921 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7922 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 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 } }] |
| 7923 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7924 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 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 } }] |
| 7925 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7926 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 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 } }] |
| 7927 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7928 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 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 } }] |
| 7929 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7930 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 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 } }] |
| 7931 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7932 | 2026-08-11T11:23:44.500Z | Aug 11 11:23:43.423 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 } }] |
| 7933 | 2026-08-11T11:23:44.501Z | Aug 11 11:23:43.423 DEBG failed to allocate space for the new target list |
| 7934 | 2026-08-11T11:23:44.501Z | Aug 11 11:23:43.423 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 } }] |
| 7935 | 2026-08-11T11:23:44.501Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402) |
| 7936 | 2026-08-11T11:23:44.501Z | |
| 7937 | 2026-08-11T11:23:44.501Z | running 0 tests |
| 7938 | 2026-08-11T11:23:44.501Z | |
| 7939 | 2026-08-11T11:23:44.501Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7940 | 2026-08-11T11:23:44.501Z | |
| 7941 | 2026-08-11T11:23:44.501Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95) |
| 7942 | 2026-08-11T11:23:44.501Z | |
| 7943 | 2026-08-11T11:23:44.501Z | running 0 tests |
| 7944 | 2026-08-11T11:23:44.501Z | |
| 7945 | 2026-08-11T11:23:44.501Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7946 | 2026-08-11T11:23:44.501Z | |
| 7947 | 2026-08-11T11:23:44.501Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b) |
| 7948 | 2026-08-11T11:23:44.501Z | |
| 7949 | 2026-08-11T11:23:44.502Z | running 6 tests |
| 7950 | 2026-08-11T11:23:44.502Z | test tests::test_full_lot_id_neither_present ... ok |
| 7951 | 2026-08-11T11:23:44.502Z | test tests::test_full_lot_id_lot_only ... ok |
| 7952 | 2026-08-11T11:23:44.502Z | test tests::test_full_lot_id_both_present ... ok |
| 7953 | 2026-08-11T11:23:44.502Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7954 | 2026-08-11T11:23:44.502Z | test tests::test_parse_client_port_id ... ok |
| 7955 | 2026-08-11T11:23:44.502Z | test tests::test_port_id_cmp ... ok |
| 7956 | 2026-08-11T11:23:44.502Z | |
| 7957 | 2026-08-11T11:23:44.502Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7958 | 2026-08-11T11:23:44.502Z | |
| 7959 | 2026-08-11T11:23:44.502Z | Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495) |
| 7960 | 2026-08-11T11:23:44.502Z | |
| 7961 | 2026-08-11T11:23:44.502Z | running 0 tests |
| 7962 | 2026-08-11T11:23:44.502Z | |
| 7963 | 2026-08-11T11:23:44.502Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7964 | 2026-08-11T11:23:44.502Z | |
| 7965 | 2026-08-11T11:23:44.502Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99) |
| 7966 | 2026-08-11T11:23:44.503Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479) |
| 7967 | 2026-08-11T11:23:44.503Z | |
| 7968 | 2026-08-11T11:23:44.503Z | running 0 tests |
| 7969 | 2026-08-11T11:23:44.503Z | |
| 7970 | 2026-08-11T11:23:44.503Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7971 | 2026-08-11T11:23:44.503Z | |
| 7972 | 2026-08-11T11:23:44.503Z | |
| 7973 | 2026-08-11T11:23:44.503Z | running 0 tests |
| 7974 | 2026-08-11T11:23:44.503Z | |
| 7975 | 2026-08-11T11:23:44.503Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7976 | 2026-08-11T11:23:44.503Z | |
| 7977 | 2026-08-11T11:23:44.503Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 7978 | 2026-08-11T11:23:44.503Z | |
| 7979 | 2026-08-11T11:23:44.503Z | running 12 tests |
| 7980 | 2026-08-11T11:23:44.503Z | test icmp::test_v6_checksum ... ok |
| 7981 | 2026-08-11T11:23:44.503Z | test icmp::test_v4_checksum ... ok |
| 7982 | 2026-08-11T11:23:44.503Z | test ipv6::test_ipv6_parse ... ok |
| 7983 | 2026-08-11T11:23:44.503Z | test lldp::test_lldp_parse ... ok |
| 7984 | 2026-08-11T11:23:44.503Z | test pbuf::test_byte ... ok |
| 7985 | 2026-08-11T11:23:44.503Z | test pbuf::test_short ... ok |
| 7986 | 2026-08-11T11:23:44.503Z | test pbuf::test_nibble ... ok |
| 7987 | 2026-08-11T11:23:44.503Z | test pbuf::test_overflow ... ok |
| 7988 | 2026-08-11T11:23:44.504Z | test pbuf::test_twelve ... ok |
| 7989 | 2026-08-11T11:23:44.504Z | test pbuf::test_word ... ok |
| 7990 | 2026-08-11T11:23:44.504Z | test tcp::test_checksum_ack_data ... ok |
| 7991 | 2026-08-11T11:23:44.504Z | test tcp::test_checksum_syn_nodata ... ok |
| 7992 | 2026-08-11T11:23:44.504Z | |
| 7993 | 2026-08-11T11:23:44.504Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7994 | 2026-08-11T11:23:44.504Z | |
| 7995 | 2026-08-11T11:23:44.504Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 7996 | 2026-08-11T11:23:44.504Z | |
| 7997 | 2026-08-11T11:23:44.504Z | running 0 tests |
| 7998 | 2026-08-11T11:23:44.504Z | |
| 7999 | 2026-08-11T11:23:44.504Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8000 | 2026-08-11T11:23:44.504Z | |
| 8001 | 2026-08-11T11:23:44.504Z | Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc) |
| 8002 | 2026-08-11T11:23:44.504Z | |
| 8003 | 2026-08-11T11:23:44.504Z | running 5 tests |
| 8004 | 2026-08-11T11:23:44.504Z | test switchport::test::test_compute_lanes ... ok |
| 8005 | 2026-08-11T11:23:44.504Z | test link::test_filter ... ok |
| 8006 | 2026-08-11T11:23:44.504Z | test switchport::test::port_id_ordering ... ok |
| 8007 | 2026-08-11T11:23:44.504Z | Lane 0 Lane 0 Lane 1Lane 1 Lane 2Lane 2 Lane 3Lane 3 |
| 8008 | 2026-08-11T11:23:44.510Z | |
| 8009 | 2026-08-11T11:23:44.510Z | Rx Loss-of-lock: Yes State: Activated Yes Activated YesActivated YesActivated |
| 8010 | 2026-08-11T11:23:44.510Z | |
| 8011 | 2026-08-11T11:23:44.511Z | Rx Output Enabled: false Rx Loss-of-signal: Yes falseYes falseYes falseYes |
| 8012 | 2026-08-11T11:23:44.511Z | |
| 8013 | 2026-08-11T11:23:44.511Z | Rx CDR Enabled: Yes Rx Output Status: valid Yesvalid Yesvalid Yes |
| 8014 | 2026-08-11T11:23:44.511Z | valid |
| 8015 | 2026-08-11T11:23:44.511Z | Tx Enabled: Yes Rx Loss-of-lock: true Yestrue Yestrue true |
| 8016 | 2026-08-11T11:23:44.511Z | Yes |
| 8017 | 2026-08-11T11:23:44.511Z | Rx Loss-of-signal: false Tx Loss-of-lock: No false No falseNo falseNo |
| 8018 | 2026-08-11T11:23:44.511Z | |
| 8019 | 2026-08-11T11:23:44.511Z | Tx Loss-of-signal: NoRx Auto-squelch Disable: true No true Notrue Notrue |
| 8020 | 2026-08-11T11:23:44.511Z | |
| 8021 | 2026-08-11T11:23:44.511Z | Tx CDR Enabled: No Tx Output Enabled: true No Notrue No |
| 8022 | 2026-08-11T11:23:44.511Z | true Tx Adaptive EQ Fault: Notrue |
| 8023 | 2026-08-11T11:23:44.511Z | No Tx Output Status: invalid No invalidNo |
| 8024 | 2026-08-11T11:23:44.511Z | invalid Tx Fault: Yesinvalid |
| 8025 | 2026-08-11T11:23:44.511Z | Yes Yes Tx Loss-of-lock: false Yes |
| 8026 | 2026-08-11T11:23:44.512Z | false false false |
| 8027 | 2026-08-11T11:23:44.512Z | Tx Loss-of-signal: true true true true |
| 8028 | 2026-08-11T11:23:44.512Z | Tx Auto-squelch Disable: false false false false |
| 8029 | 2026-08-11T11:23:44.512Z | Tx Adaptive EQ Fail: true true true true |
| 8030 | 2026-08-11T11:23:44.512Z | Tx Failure: false false false false |
| 8031 | 2026-08-11T11:23:44.512Z | Tx Force Squelch: true true true true |
| 8032 | 2026-08-11T11:23:44.512Z | Tx Input Polarity: normal normal normal normal |
| 8033 | 2026-08-11T11:23:44.512Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8034 | 2026-08-11T11:23:44.512Z | test switchport::test::test_print_sff_datapath ... ok |
| 8035 | 2026-08-11T11:23:44.512Z | |
| 8036 | 2026-08-11T11:23:44.512Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8037 | 2026-08-11T11:23:44.512Z | |
| 8038 | 2026-08-11T11:23:44.512Z | Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7) |
| 8039 | 2026-08-11T11:23:44.512Z | |
| 8040 | 2026-08-11T11:23:44.513Z | running 1 test |
| 8041 | 2026-08-11T11:23:44.513Z | test test_p4_counter_list ... ignored |
| 8042 | 2026-08-11T11:23:44.513Z | |
| 8043 | 2026-08-11T11:23:44.513Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8044 | 2026-08-11T11:23:44.513Z | |
| 8045 | 2026-08-11T11:23:44.513Z | Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43) |
| 8046 | 2026-08-11T11:23:44.513Z | |
| 8047 | 2026-08-11T11:23:44.513Z | running 5 tests |
| 8048 | 2026-08-11T11:23:44.513Z | test test_an ... ignored |
| 8049 | 2026-08-11T11:23:44.513Z | test test_enable ... ignored |
| 8050 | 2026-08-11T11:23:44.513Z | test test_ip_addresses ... ignored |
| 8051 | 2026-08-11T11:23:44.513Z | test test_kr ... ignored |
| 8052 | 2026-08-11T11:23:44.513Z | test test_mac ... ignored |
| 8053 | 2026-08-11T11:23:44.513Z | |
| 8054 | 2026-08-11T11:23:44.514Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8055 | 2026-08-11T11:23:44.514Z | |
| 8056 | 2026-08-11T11:23:44.514Z | Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28) |
| 8057 | 2026-08-11T11:23:44.514Z | |
| 8058 | 2026-08-11T11:23:44.514Z | running 3 tests |
| 8059 | 2026-08-11T11:23:44.514Z | test linklocal::test_parse_ipadm ... ok |
| 8060 | 2026-08-11T11:23:44.514Z | test tfport::test_parse_tfport ... ok |
| 8061 | 2026-08-11T11:23:44.514Z | test config::tests::test_updates ... ok |
| 8062 | 2026-08-11T11:23:44.514Z | |
| 8063 | 2026-08-11T11:23:44.514Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8064 | 2026-08-11T11:23:44.514Z | |
| 8065 | 2026-08-11T11:23:44.514Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 8066 | 2026-08-11T11:23:44.514Z | |
| 8067 | 2026-08-11T11:23:44.514Z | running 0 tests |
| 8068 | 2026-08-11T11:23:44.514Z | |
| 8069 | 2026-08-11T11:23:44.514Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8070 | 2026-08-11T11:23:44.514Z | |
| 8071 | 2026-08-11T11:23:44.514Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 8072 | 2026-08-11T11:23:44.515Z | |
| 8073 | 2026-08-11T11:23:44.515Z | running 0 tests |
| 8074 | 2026-08-11T11:23:44.515Z | |
| 8075 | 2026-08-11T11:23:44.515Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8076 | 2026-08-11T11:23:44.515Z | |
| 8077 | 2026-08-11T11:23:44.515Z | Doc-tests aal |
| 8078 | 2026-08-11T11:23:44.593Z | |
| 8079 | 2026-08-11T11:23:44.593Z | running 0 tests |
| 8080 | 2026-08-11T11:23:44.593Z | |
| 8081 | 2026-08-11T11:23:44.598Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8082 | 2026-08-11T11:23:44.598Z | |
| 8083 | 2026-08-11T11:23:44.611Z | Doc-tests aal_macros |
| 8084 | 2026-08-11T11:23:44.684Z | |
| 8085 | 2026-08-11T11:23:44.684Z | running 0 tests |
| 8086 | 2026-08-11T11:23:44.684Z | |
| 8087 | 2026-08-11T11:23:44.684Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8088 | 2026-08-11T11:23:44.684Z | |
| 8089 | 2026-08-11T11:23:44.696Z | Doc-tests common |
| 8090 | 2026-08-11T11:23:44.935Z | |
| 8091 | 2026-08-11T11:23:44.935Z | running 0 tests |
| 8092 | 2026-08-11T11:23:44.935Z | |
| 8093 | 2026-08-11T11:23:44.935Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8094 | 2026-08-11T11:23:44.935Z | |
| 8095 | 2026-08-11T11:23:44.957Z | Doc-tests dpd_api |
| 8096 | 2026-08-11T11:23:45.719Z | |
| 8097 | 2026-08-11T11:23:45.719Z | running 2 tests |
| 8098 | 2026-08-11T11:23:45.719Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 8099 | 2026-08-11T11:23:45.719Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 8100 | 2026-08-11T11:23:45.719Z | |
| 8101 | 2026-08-11T11:23:45.719Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8102 | 2026-08-11T11:23:45.719Z | |
| 8103 | 2026-08-11T11:23:45.753Z | Doc-tests dpd_client |
| 8104 | 2026-08-11T11:23:47.022Z | |
| 8105 | 2026-08-11T11:23:47.022Z | running 0 tests |
| 8106 | 2026-08-11T11:23:47.023Z | |
| 8107 | 2026-08-11T11:23:47.023Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8108 | 2026-08-11T11:23:47.023Z | |
| 8109 | 2026-08-11T11:23:47.071Z | Doc-tests dpd_types |
| 8110 | 2026-08-11T11:23:47.287Z | |
| 8111 | 2026-08-11T11:23:47.287Z | running 0 tests |
| 8112 | 2026-08-11T11:23:47.287Z | |
| 8113 | 2026-08-11T11:23:47.287Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8114 | 2026-08-11T11:23:47.287Z | |
| 8115 | 2026-08-11T11:23:47.315Z | Doc-tests dpd_types_versions |
| 8116 | 2026-08-11T11:23:48.531Z | |
| 8117 | 2026-08-11T11:23:48.531Z | running 1 test |
| 8118 | 2026-08-11T11:23:48.531Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8119 | 2026-08-11T11:23:48.531Z | |
| 8120 | 2026-08-11T11:23:48.531Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8121 | 2026-08-11T11:23:48.531Z | |
| 8122 | 2026-08-11T11:23:48.576Z | Doc-tests packet |
| 8123 | 2026-08-11T11:23:48.691Z | |
| 8124 | 2026-08-11T11:23:48.691Z | running 0 tests |
| 8125 | 2026-08-11T11:23:48.691Z | |
| 8126 | 2026-08-11T11:23:48.691Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8127 | 2026-08-11T11:23:48.691Z | |
| 8128 | 2026-08-11T11:23:48.708Z | Doc-tests pcap |
| 8129 | 2026-08-11T11:23:48.762Z | |
| 8130 | 2026-08-11T11:23:48.762Z | running 0 tests |
| 8131 | 2026-08-11T11:23:48.762Z | |
| 8132 | 2026-08-11T11:23:48.762Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8133 | 2026-08-11T11:23:48.762Z | |
| 8134 | 2026-08-11T11:23:48.815Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8135 | 2026-08-11T11:23:48.815Z | + RUST_BACKTRACE=full |
| 8136 | 2026-08-11T11:23:48.815Z | + cargo test --features chaos --no-fail-fast |
| 8137 | 2026-08-11T11:23:49.417Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8138 | 2026-08-11T11:23:49.498Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8139 | 2026-08-11T11:23:49.507Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8140 | 2026-08-11T11:23:57.840Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8141 | 2026-08-11T11:23:58.688Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8142 | 2026-08-11T11:24:33.680Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.84s |
| 8143 | 2026-08-11T11:24:33.792Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 8144 | 2026-08-11T11:24:33.797Z | |
| 8145 | 2026-08-11T11:24:33.797Z | running 5 tests |
| 8146 | 2026-08-11T11:24:33.801Z | test fuse::tests::chip_revision_b1 ... ok |
| 8147 | 2026-08-11T11:24:33.801Z | test fuse::tests::chip_revision_a0 ... ok |
| 8148 | 2026-08-11T11:24:33.801Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 8149 | 2026-08-11T11:24:33.801Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 8150 | 2026-08-11T11:24:33.801Z | test fuse::tests::chip_revision_b0 ... ok |
| 8151 | 2026-08-11T11:24:33.801Z | |
| 8152 | 2026-08-11T11:24:33.801Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8153 | 2026-08-11T11:24:33.801Z | |
| 8154 | 2026-08-11T11:24:33.801Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8155 | 2026-08-11T11:24:33.804Z | |
| 8156 | 2026-08-11T11:24:33.804Z | running 0 tests |
| 8157 | 2026-08-11T11:24:33.804Z | |
| 8158 | 2026-08-11T11:24:33.804Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8159 | 2026-08-11T11:24:33.805Z | |
| 8160 | 2026-08-11T11:24:33.805Z | Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37) |
| 8161 | 2026-08-11T11:24:33.809Z | |
| 8162 | 2026-08-11T11:24:33.809Z | running 0 tests |
| 8163 | 2026-08-11T11:24:33.809Z | |
| 8164 | 2026-08-11T11:24:33.812Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8165 | 2026-08-11T11:24:33.812Z | |
| 8166 | 2026-08-11T11:24:33.812Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 8167 | 2026-08-11T11:24:33.816Z | |
| 8168 | 2026-08-11T11:24:33.816Z | running 10 tests |
| 8169 | 2026-08-11T11:24:33.819Z | test nat::tests::test_vni ... ok |
| 8170 | 2026-08-11T11:24:33.819Z | test network::tests::test_equal ... ok |
| 8171 | 2026-08-11T11:24:33.819Z | test network::tests::test_eui64 ... ok |
| 8172 | 2026-08-11T11:24:33.819Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8173 | 2026-08-11T11:24:33.819Z | test network::tests::test_not_equal ... ok |
| 8174 | 2026-08-11T11:24:33.819Z | test network::tests::test_into ... ok |
| 8175 | 2026-08-11T11:24:33.819Z | test network::tests::test_parse ... ok |
| 8176 | 2026-08-11T11:24:33.819Z | test network::tests::test_to_string ... ok |
| 8177 | 2026-08-11T11:24:33.819Z | test test_purge ... ok |
| 8178 | 2026-08-11T11:24:33.823Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8179 | 2026-08-11T11:24:33.823Z | |
| 8180 | 2026-08-11T11:24:33.823Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8181 | 2026-08-11T11:24:33.823Z | |
| 8182 | 2026-08-11T11:24:33.826Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 8183 | 2026-08-11T11:24:33.848Z | |
| 8184 | 2026-08-11T11:24:33.848Z | running 1 test |
| 8185 | 2026-08-11T11:24:33.852Z | ------- |
| 8186 | 2026-08-11T11:24:33.855Z | Generating OpenAPI documents from API definitions ... |
| 8187 | 2026-08-11T11:24:34.014Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8188 | 2026-08-11T11:24:34.083Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8189 | 2026-08-11T11:24:35.079Z | ------- |
| 8190 | 2026-08-11T11:24:35.079Z | Checking 12 OpenAPI documents... |
| 8191 | 2026-08-11T11:24:35.079Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8192 | 2026-08-11T11:24:35.079Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8193 | 2026-08-11T11:24:35.079Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8194 | 2026-08-11T11:24:35.083Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8195 | 2026-08-11T11:24:35.083Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-08-11T11:24:35.083Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-08-11T11:24:35.083Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8198 | 2026-08-11T11:24:35.083Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8199 | 2026-08-11T11:24:35.083Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8200 | 2026-08-11T11:24:35.083Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8201 | 2026-08-11T11:24:35.083Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8202 | 2026-08-11T11:24:35.083Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8203 | 2026-08-11T11:24:35.083Z | Fresh dpd "latest" symlink |
| 8204 | 2026-08-11T11:24:35.083Z | ------- |
| 8205 | 2026-08-11T11:24:35.083Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 8206 | 2026-08-11T11:24:35.143Z | test test::test_apis_up_to_date ... ok |
| 8207 | 2026-08-11T11:24:35.143Z | |
| 8208 | 2026-08-11T11:24:35.143Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s |
| 8209 | 2026-08-11T11:24:35.143Z | |
| 8210 | 2026-08-11T11:24:35.202Z | Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3) |
| 8211 | 2026-08-11T11:24:35.208Z | |
| 8212 | 2026-08-11T11:24:35.208Z | running 34 tests |
| 8213 | 2026-08-11T11:24:35.211Z | test freemap::test_ordering ... ok |
| 8214 | 2026-08-11T11:24:35.211Z | test config::tests::test_updates ... ok |
| 8215 | 2026-08-11T11:24:35.212Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8216 | 2026-08-11T11:24:35.212Z | test freemap::test_split ... ok |
| 8217 | 2026-08-11T11:24:35.217Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8218 | 2026-08-11T11:24:35.217Z | test macaddrs::tests::test_mac_offset ... ok |
| 8219 | 2026-08-11T11:24:35.217Z | Aug 11 11:24:34.254 DEBG created new freemap, unit: freemap_test |
| 8220 | 2026-08-11T11:24:35.217Z | Aug 11 11:24:34.254 DEBG created new freemap, unitAug 11 11:24:34.254: DEBGfreemap_test |
| 8221 | 2026-08-11T11:24:35.217Z | initted freemap. size: 128, Aug 11 11:24:34.254unit :DEBG freemap_testinitted freemap. size: 128 |
| 8222 | 2026-08-11T11:24:35.217Z | , unit: freemap_test |
| 8223 | 2026-08-11T11:24:35.217Z | Aug 11 11:24:34.254 DEBG reset freemapAug 11 11:24:34.254, unitDEBGAug 11 11:24:34.254 Aug 11 11:24:34.254DEBG DEBGcreated new freemap , created new freemapunit, unit:: freemap_testfreemap_test |
| 8224 | 2026-08-11T11:24:35.217Z | : |
| 8225 | 2026-08-11T11:24:35.217Z | freemap_testAug 11 11:24:34.254 |
| 8226 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.254 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 8227 | 2026-08-11T11:24:35.218Z | |
| 8228 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.254Aug 11 11:24:34.254reset freemap DEBGDEBG, reset freemapunit, reset freemapunit, :unit: : freemap_testfreemap_testfreemap_test |
| 8229 | 2026-08-11T11:24:35.218Z | |
| 8230 | 2026-08-11T11:24:35.218Z | |
| 8231 | 2026-08-11T11:24:35.218Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8232 | 2026-08-11T11:24:35.218Z | test freemap::test_basic ... ok |
| 8233 | 2026-08-11T11:24:35.218Z | test freemap::test_exhaustion ... ok |
| 8234 | 2026-08-11T11:24:35.218Z | test freemap::test_free ... ok |
| 8235 | 2026-08-11T11:24:35.218Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8236 | 2026-08-11T11:24:35.218Z | test freemap::test_reclaim ... ok |
| 8237 | 2026-08-11T11:24:35.218Z | test nat::test_mapping ... ok |
| 8238 | 2026-08-11T11:24:35.218Z | test port_map::tests::test_backplane_group ... ok |
| 8239 | 2026-08-11T11:24:35.218Z | test port_map::tests::test_port_map ... ok |
| 8240 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.254 DEBG created new freemap, unit: freemap_test |
| 8241 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.254 DEBG initted freemap. size: 8, unit: freemap_test |
| 8242 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.254 DEBG reset freemap, unit: freemap_test |
| 8243 | 2026-08-11T11:24:35.218Z | test port_map::tests::dump_map ... ok |
| 8244 | 2026-08-11T11:24:35.218Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8245 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.255 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8246 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.255 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8247 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.255 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8248 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.255 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8249 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.255 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8250 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.255 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8251 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.255 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8252 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.255 DEBG initted freemap. size: 64, unit: freemap_route_ipv6Aug 11 11:24:34.255 |
| 8253 | 2026-08-11T11:24:35.218Z | DEBG created new freemapAug 11 11:24:34.255 , DEBGunitAug 11 11:24:34.255: DEBGreset freemap , reset freemapfreemap_route_ipv4unit, :unit : |
| 8254 | 2026-08-11T11:24:35.218Z | freemap_route_ipv6 |
| 8255 | 2026-08-11T11:24:35.218Z | freemap_route_ipv4 |
| 8256 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.255Aug 11 11:24:34.255 Aug 11 11:24:34.255 DEBGINFODEBG created new freemapinitted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1, , unitunit: |
| 8257 | 2026-08-11T11:24:35.218Z | freemap_route_ipv6: |
| 8258 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.255freemap_route_ipv6 |
| 8259 | 2026-08-11T11:24:35.218Z | 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 } }] |
| 8260 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.255 DEBGAug 11 11:24:34.255 initted freemap. size: 64Aug 11 11:24:34.255DEBG INFOreset freemap , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit, |
| 8261 | 2026-08-11T11:24:35.218Z | : freemap_route_ipv6unit |
| 8262 | 2026-08-11T11:24:35.218Z | :Aug 11 11:24:34.255 freemap_route_ipv4DEBG |
| 8263 | 2026-08-11T11:24:35.218Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.255 |
| 8264 | 2026-08-11T11:24:35.218Z | Aug 11 11:24:34.255INFO DEBGAug 11 11:24:34.255adding route 3fff:dead::/64 -> 2001:db8::55:1 INFOreset freemap , adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8265 | 2026-08-11T11:24:35.219Z | unit |
| 8266 | 2026-08-11T11:24:35.219Z | : freemap_route_ipv4 |
| 8267 | 2026-08-11T11:24:35.219Z | Aug 11 11:24:34.255Aug 11 11:24:34.255 Aug 11 11:24:34.255 DEBGDEBG 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 } }] |
| 8268 | 2026-08-11T11:24:35.219Z | 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: 64 |
| 8269 | 2026-08-11T11:24:35.219Z | , unit: Aug 11 11:24:34.255freemap_route_ipv6Aug 11 11:24:34.255 |
| 8270 | 2026-08-11T11:24:35.219Z | INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8271 | 2026-08-11T11:24:35.219Z | |
| 8272 | 2026-08-11T11:24:35.219Z | Aug 11 11:24:34.255 DEBG reset freemapAug 11 11:24:34.255Aug 11 11:24:34.255, DEBGunitDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]: |
| 8273 | 2026-08-11T11:24:35.219Z | 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 } }] |
| 8274 | 2026-08-11T11:24:35.219Z | freemap_route_ipv6 |
| 8275 | 2026-08-11T11:24:35.219Z | Aug 11 11:24:34.255Aug 11 11:24:34.255 Aug 11 11:24:34.255INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8276 | 2026-08-11T11:24:35.219Z | |
| 8277 | 2026-08-11T11:24:35.219Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8278 | 2026-08-11T11:24:35.219Z | Aug 11 11:24:34.255Aug 11 11:24:34.255 Aug 11 11:24:34.255 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 } }] 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 } }] |
| 8279 | 2026-08-11T11:24:35.219Z | |
| 8280 | 2026-08-11T11:24:35.219Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8281 | 2026-08-11T11:24:35.219Z | Aug 11 11:24:34.255 Aug 11 11:24:34.255INFO Aug 11 11:24:34.255adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 8282 | 2026-08-11T11:24:35.219Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO |
| 8283 | 2026-08-11T11:24:35.219Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8284 | 2026-08-11T11:24:35.219Z | Aug 11 11:24:34.255Aug 11 11:24:34.256 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG |
| 8285 | 2026-08-11T11:24:35.219Z | created new freemap, unitAug 11 11:24:34.256: INFOfreemap_test |
| 8286 | 2026-08-11T11:24:35.219Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8287 | 2026-08-11T11:24:35.219Z | Aug 11 11:24:34.256 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 } }] |
| 8288 | 2026-08-11T11:24:35.219Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 DEBGINFO initted freemap. size: 128Aug 11 11:24:34.256, adding route 3fff:beef:1::/64 -> 2001:db8::55:ffunit :DEBG |
| 8289 | 2026-08-11T11:24:35.219Z | freemap_testreplacing 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 } }] |
| 8290 | 2026-08-11T11:24:35.219Z | |
| 8291 | 2026-08-11T11:24:35.219Z | Aug 11 11:24:34.256Aug 11 11:24:34.256Aug 11 11:24:34.256 DEBGINFODEBG Aug 11 11:24:34.256 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 } }] |
| 8292 | 2026-08-11T11:24:35.219Z | DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8293 | 2026-08-11T11:24:35.219Z | reset freemapcreated new freemap, , unitunit:: freemap_testAug 11 11:24:34.256Aug 11 11:24:34.256 |
| 8294 | 2026-08-11T11:24:35.219Z | freemap_route_ipv4 |
| 8295 | 2026-08-11T11:24:35.219Z | 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 } }] |
| 8296 | 2026-08-11T11:24:35.219Z | test api_server::tests::test_build_info ... ok |
| 8297 | 2026-08-11T11:24:35.219Z | INFOAug 11 11:24:34.256 DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 11 11:24:34.256 |
| 8298 | 2026-08-11T11:24:35.219Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8299 | 2026-08-11T11:24:35.219Z | created new freemapINFO, unitAug 11 11:24:34.256: adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 8300 | 2026-08-11T11:24:35.219Z | 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 } }]freemap_route_ipv6 |
| 8301 | 2026-08-11T11:24:35.220Z | |
| 8302 | 2026-08-11T11:24:35.220Z | Aug 11 11:24:34.256Aug 11 11:24:34.256Aug 11 11:24:34.256 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 8303 | 2026-08-11T11:24:35.220Z | , DEBG unitreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 11 11:24:34.256 |
| 8304 | 2026-08-11T11:24:35.220Z | DEBGfreemap_route_ipv4 |
| 8305 | 2026-08-11T11:24:35.220Z | 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 } }] |
| 8306 | 2026-08-11T11:24:35.220Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 INFODEBGAug 11 11:24:34.256 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreset freemap , |
| 8307 | 2026-08-11T11:24:35.220Z | unitINFO: adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8308 | 2026-08-11T11:24:35.220Z | freemap_route_ipv4 |
| 8309 | 2026-08-11T11:24:35.220Z | test freemap::test_span ... ok |
| 8310 | 2026-08-11T11:24:35.220Z | Aug 11 11:24:34.256 DEBG Aug 11 11:24:34.256replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256 |
| 8311 | 2026-08-11T11:24:35.220Z | DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 8312 | 2026-08-11T11:24:35.220Z | unitAug 11 11:24:34.256: freemap_route_ipv6Aug 11 11:24:34.256INFO |
| 8313 | 2026-08-11T11:24:35.220Z | INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8314 | 2026-08-11T11:24:35.220Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 11 11:24:34.256 |
| 8315 | 2026-08-11T11:24:35.220Z | DEBG Aug 11 11:24:34.256reset freemap Aug 11 11:24:34.256DEBG , 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 } }]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 } }] |
| 8316 | 2026-08-11T11:24:35.220Z | |
| 8317 | 2026-08-11T11:24:35.224Z | unit: freemap_route_ipv6 |
| 8318 | 2026-08-11T11:24:35.224Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 INFOINFOAug 11 11:24:34.256 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO |
| 8319 | 2026-08-11T11:24:35.224Z | |
| 8320 | 2026-08-11T11:24:35.224Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8321 | 2026-08-11T11:24:35.224Z | Aug 11 11:24:34.256 DEBGAug 11 11:24:34.256 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256DEBG |
| 8322 | 2026-08-11T11:24:35.224Z | 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 } }] |
| 8323 | 2026-08-11T11:24:35.224Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:24:34.256 |
| 8324 | 2026-08-11T11:24:35.224Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 11 11:24:34.256 |
| 8325 | 2026-08-11T11:24:35.224Z | Aug 11 11:24:34.256INFO INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:24:34.256 |
| 8326 | 2026-08-11T11:24:35.224Z | |
| 8327 | 2026-08-11T11:24:35.224Z | DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256Aug 11 11:24:34.256 DEBG |
| 8328 | 2026-08-11T11:24:35.224Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] 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 } }] |
| 8329 | 2026-08-11T11:24:35.224Z | |
| 8330 | 2026-08-11T11:24:35.224Z | Aug 11 11:24:34.256 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:24:34.256 |
| 8331 | 2026-08-11T11:24:35.224Z | Aug 11 11:24:34.256 INFOINFO Aug 11 11:24:34.256adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8332 | 2026-08-11T11:24:35.225Z | |
| 8333 | 2026-08-11T11:24:35.225Z | DEBG Aug 11 11:24:34.256replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.256DEBG |
| 8334 | 2026-08-11T11:24:35.225Z | 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 } }]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 } }] |
| 8335 | 2026-08-11T11:24:35.225Z | |
| 8336 | 2026-08-11T11:24:35.225Z | Aug 11 11:24:34.256 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8337 | 2026-08-11T11:24:35.225Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 INFOINFO Aug 11 11:24:34.256adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8338 | 2026-08-11T11:24:35.225Z | 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 } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8339 | 2026-08-11T11:24:35.225Z | Aug 11 11:24:34.256 |
| 8340 | 2026-08-11T11:24:35.225Z | DEBGAug 11 11:24:34.256 Aug 11 11:24:34.256replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 8341 | 2026-08-11T11:24:35.225Z | DEBG adding route 3fff:beef:d::/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 } }] |
| 8342 | 2026-08-11T11:24:35.225Z | |
| 8343 | 2026-08-11T11:24:35.225Z | Aug 11 11:24:34.256 INFO Aug 11 11:24:34.256Aug 11 11:24:34.256 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 8344 | 2026-08-11T11:24:35.225Z | 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 } }] |
| 8345 | 2026-08-11T11:24:35.225Z | Aug 11 11:24:34.256adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8346 | 2026-08-11T11:24:35.225Z | DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256 |
| 8347 | 2026-08-11T11:24:35.225Z | DEBGAug 11 11:24:34.256 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 } }]INFOAug 11 11:24:34.256 |
| 8348 | 2026-08-11T11:24:35.225Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8349 | 2026-08-11T11:24:35.225Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 11 11:24:34.256 |
| 8350 | 2026-08-11T11:24:35.225Z | Aug 11 11:24:34.256 INFODEBG Aug 11 11:24:34.256 adding route 3fff:beef:b::/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 } }] |
| 8351 | 2026-08-11T11:24:35.225Z | DEBG |
| 8352 | 2026-08-11T11:24:35.225Z | 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 } }] |
| 8353 | 2026-08-11T11:24:35.225Z | Aug 11 11:24:34.256 DEBGAug 11 11:24:34.256 Aug 11 11:24:34.256replacing 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 } }] |
| 8354 | 2026-08-11T11:24:35.225Z | INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8355 | 2026-08-11T11:24:35.225Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 11 11:24:34.256 |
| 8356 | 2026-08-11T11:24:35.225Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8357 | 2026-08-11T11:24:35.225Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 DEBG DEBGAug 11 11:24:34.256 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 |
| 8358 | 2026-08-11T11:24:35.225Z | 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: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 } }] |
| 8359 | 2026-08-11T11:24:35.225Z | |
| 8360 | 2026-08-11T11:24:35.225Z | Aug 11 11:24:34.256Aug 11 11:24:34.256Aug 11 11:24:34.256 INFO INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8361 | 2026-08-11T11:24:35.225Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8362 | 2026-08-11T11:24:35.225Z | |
| 8363 | 2026-08-11T11:24:35.225Z | Aug 11 11:24:34.256Aug 11 11:24:34.256Aug 11 11:24:34.256 DEBG DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8364 | 2026-08-11T11:24:35.225Z | 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 |
| 8365 | 2026-08-11T11:24:35.225Z | 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 } }] |
| 8366 | 2026-08-11T11:24:35.225Z | Aug 11 11:24:34.256 Aug 11 11:24:34.256INFOAug 11 11:24:34.256 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8367 | 2026-08-11T11:24:35.225Z | INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8368 | 2026-08-11T11:24:35.226Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 11 11:24:34.256 |
| 8369 | 2026-08-11T11:24:35.226Z | 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 } }] |
| 8370 | 2026-08-11T11:24:35.226Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256DEBG DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8371 | 2026-08-11T11:24:35.226Z | 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 } }] |
| 8372 | 2026-08-11T11:24:35.226Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 11 11:24:34.256 |
| 8373 | 2026-08-11T11:24:35.226Z | Aug 11 11:24:34.256INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8374 | 2026-08-11T11:24:35.226Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8375 | 2026-08-11T11:24:35.226Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256 DEBGDEBGDEBG 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: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: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 } }] |
| 8376 | 2026-08-11T11:24:35.226Z | |
| 8377 | 2026-08-11T11:24:35.226Z | |
| 8378 | 2026-08-11T11:24:35.226Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256 INFOINFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8379 | 2026-08-11T11:24:35.226Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8380 | 2026-08-11T11:24:35.226Z | |
| 8381 | 2026-08-11T11:24:35.226Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256DEBGDEBG DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }] |
| 8382 | 2026-08-11T11:24:35.226Z | |
| 8383 | 2026-08-11T11:24:35.226Z | |
| 8384 | 2026-08-11T11:24:35.226Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8385 | 2026-08-11T11:24:35.226Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8386 | 2026-08-11T11:24:35.226Z | Aug 11 11:24:34.256adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8387 | 2026-08-11T11:24:35.226Z | DEBG Aug 11 11:24:34.256replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.256 |
| 8388 | 2026-08-11T11:24:35.226Z | 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 } }]DEBGAug 11 11:24:34.256 |
| 8389 | 2026-08-11T11:24:35.226Z | 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 } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8390 | 2026-08-11T11:24:35.226Z | |
| 8391 | 2026-08-11T11:24:35.226Z | Aug 11 11:24:34.256 Aug 11 11:24:34.256Aug 11 11:24:34.256 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8392 | 2026-08-11T11:24:35.226Z | |
| 8393 | 2026-08-11T11:24:35.226Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8394 | 2026-08-11T11:24:35.226Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 DEBGINFO Aug 11 11:24:34.256replacing 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 } }] |
| 8395 | 2026-08-11T11:24:35.226Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 8396 | 2026-08-11T11:24:35.226Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256 |
| 8397 | 2026-08-11T11:24:35.226Z | INFOAug 11 11:24:34.256 Aug 11 11:24:34.256DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8398 | 2026-08-11T11:24:35.226Z | 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 } }] |
| 8399 | 2026-08-11T11:24:35.226Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8400 | 2026-08-11T11:24:35.226Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256DEBG 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 } }] |
| 8401 | 2026-08-11T11:24:35.226Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8402 | 2026-08-11T11:24:35.226Z | 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 } }] |
| 8403 | 2026-08-11T11:24:35.226Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256INFO DEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 8404 | 2026-08-11T11:24:35.226Z | 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:17::/64 -> 2001:db8::55:ff |
| 8405 | 2026-08-11T11:24:35.227Z | |
| 8406 | 2026-08-11T11:24:35.227Z | Aug 11 11:24:34.256 DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256 |
| 8407 | 2026-08-11T11:24:35.227Z | Aug 11 11:24:34.256 INFODEBG 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:b::/64 -> 2001:db8::55:ff |
| 8408 | 2026-08-11T11:24:35.227Z | |
| 8409 | 2026-08-11T11:24:35.227Z | Aug 11 11:24:34.256 INFOAug 11 11:24:34.256Aug 11 11:24:34.256 adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8410 | 2026-08-11T11:24:35.227Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 8411 | 2026-08-11T11:24:35.227Z | replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256 |
| 8412 | 2026-08-11T11:24:35.227Z | DEBG Aug 11 11:24:34.256replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256 |
| 8413 | 2026-08-11T11:24:35.227Z | DEBGINFO adding route 3fff:beef:c::/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 } }] |
| 8414 | 2026-08-11T11:24:35.227Z | |
| 8415 | 2026-08-11T11:24:35.227Z | Aug 11 11:24:34.256 INFO Aug 11 11:24:34.256adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8416 | 2026-08-11T11:24:35.227Z | Aug 11 11:24:34.256 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8417 | 2026-08-11T11:24:35.231Z | 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 } }] |
| 8418 | 2026-08-11T11:24:35.231Z | |
| 8419 | 2026-08-11T11:24:35.231Z | Aug 11 11:24:34.256 DEBG Aug 11 11:24:34.256Aug 11 11:24:34.256replacing 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 } }] |
| 8420 | 2026-08-11T11:24:35.231Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 8421 | 2026-08-11T11:24:35.231Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8422 | 2026-08-11T11:24:35.231Z | Aug 11 11:24:34.256 Aug 11 11:24:34.256INFOAug 11 11:24:34.256 DEBG DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff 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: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 } }] |
| 8423 | 2026-08-11T11:24:35.231Z | |
| 8424 | 2026-08-11T11:24:35.231Z | |
| 8425 | 2026-08-11T11:24:35.232Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 8426 | 2026-08-11T11:24:35.232Z | 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 } }] |
| 8427 | 2026-08-11T11:24:35.232Z | |
| 8428 | 2026-08-11T11:24:35.232Z | Aug 11 11:24:34.256Aug 11 11:24:34.256Aug 11 11:24:34.256 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 } }] |
| 8429 | 2026-08-11T11:24:35.232Z | INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8430 | 2026-08-11T11:24:35.232Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8431 | 2026-08-11T11:24:35.232Z | Aug 11 11:24:34.256 Aug 11 11:24:34.256INFOAug 11 11:24:34.256 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8432 | 2026-08-11T11:24:35.232Z | 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 } }]INFO |
| 8433 | 2026-08-11T11:24:35.232Z | Aug 11 11:24:34.256adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8434 | 2026-08-11T11:24:35.232Z | DEBG Aug 11 11:24:34.256replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.256 |
| 8435 | 2026-08-11T11:24:35.232Z | INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8436 | 2026-08-11T11:24:35.232Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256 |
| 8437 | 2026-08-11T11:24:35.232Z | INFOAug 11 11:24:34.256 Aug 11 11:24:34.256 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 8438 | 2026-08-11T11:24:35.232Z | DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8439 | 2026-08-11T11:24:35.232Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256 |
| 8440 | 2026-08-11T11:24:35.232Z | DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256 |
| 8441 | 2026-08-11T11:24:35.232Z | Aug 11 11:24:34.256 DEBG Aug 11 11:24:34.256replacing 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 INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8442 | 2026-08-11T11:24:35.232Z | |
| 8443 | 2026-08-11T11:24:35.232Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8444 | 2026-08-11T11:24:35.232Z | Aug 11 11:24:34.256Aug 11 11:24:34.256Aug 11 11:24:34.256 DEBGDEBG INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8445 | 2026-08-11T11:24:35.232Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8446 | 2026-08-11T11:24:35.232Z | 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 } }] |
| 8447 | 2026-08-11T11:24:35.232Z | Aug 11 11:24:34.256 Aug 11 11:24:34.256DEBG 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 } }] |
| 8448 | 2026-08-11T11:24:35.232Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8449 | 2026-08-11T11:24:35.232Z | Aug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256 INFOINFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8450 | 2026-08-11T11:24:35.232Z | 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 } }] |
| 8451 | 2026-08-11T11:24:35.232Z | |
| 8452 | 2026-08-11T11:24:35.232Z | Aug 11 11:24:34.256 Aug 11 11:24:34.256DEBG DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.256 |
| 8453 | 2026-08-11T11:24:35.232Z | 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 } }] |
| 8454 | 2026-08-11T11:24:35.232Z | INFO Aug 11 11:24:34.256Aug 11 11:24:34.256adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBGAug 11 11:24:34.256 INFOcreated new freemap |
| 8455 | 2026-08-11T11:24:35.232Z | , unitadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFO |
| 8456 | 2026-08-11T11:24:35.232Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff: |
| 8457 | 2026-08-11T11:24:35.232Z | Aug 11 11:24:34.256freemap_route_ipv4 |
| 8458 | 2026-08-11T11:24:35.232Z | DEBG Aug 11 11:24:34.256replacing 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 } }] |
| 8459 | 2026-08-11T11:24:35.232Z | Aug 11 11:24:34.256DEBG Aug 11 11:24:34.256DEBG Aug 11 11:24:34.256replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO DEBGadding route 3fff:beef:1e::/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 } }] |
| 8460 | 2026-08-11T11:24:35.232Z | |
| 8461 | 2026-08-11T11:24:35.232Z | |
| 8462 | 2026-08-11T11:24:35.233Z | created new freemap, unit:Aug 11 11:24:34.256 freemap_route_ipv6Aug 11 11:24:34.256INFOAug 11 11:24:34.256 |
| 8463 | 2026-08-11T11:24:35.233Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8464 | 2026-08-11T11:24:35.233Z | INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8465 | 2026-08-11T11:24:35.233Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256 |
| 8466 | 2026-08-11T11:24:35.233Z | DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256Aug 11 11:24:34.256 |
| 8467 | 2026-08-11T11:24:35.233Z | Aug 11 11:24:34.256DEBG 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 } }] |
| 8468 | 2026-08-11T11:24:35.233Z | initted freemap. size: 64INFO, unitadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 11 11:24:34.256:Aug 11 11:24:34.256 INFOINFO |
| 8469 | 2026-08-11T11:24:35.233Z | freemap_route_ipv4adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8470 | 2026-08-11T11:24:35.233Z | |
| 8471 | 2026-08-11T11:24:35.233Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8472 | 2026-08-11T11:24:35.233Z | Aug 11 11:24:34.257 DEBG Aug 11 11:24:34.257Aug 11 11:24:34.257 Aug 11 11:24:34.257DEBGDEBGreplacing 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: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 } }]reset freemap |
| 8473 | 2026-08-11T11:24:35.233Z | DEBG, unit |
| 8474 | 2026-08-11T11:24:35.233Z | : 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 } }] |
| 8475 | 2026-08-11T11:24:35.233Z | Aug 11 11:24:34.257 freemap_route_ipv4INFO |
| 8476 | 2026-08-11T11:24:35.233Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 |
| 8477 | 2026-08-11T11:24:35.233Z | Aug 11 11:24:34.257 INFOINFOAug 11 11:24:34.257 Aug 11 11:24:34.257adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8478 | 2026-08-11T11:24:35.233Z | DEBG DEBGadding route 3fff:beef:22::/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 } }] |
| 8479 | 2026-08-11T11:24:35.233Z | |
| 8480 | 2026-08-11T11:24:35.233Z | initted freemap. size: 64, unitAug 11 11:24:34.257Aug 11 11:24:34.257Aug 11 11:24:34.257 :INFO DEBGDEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8481 | 2026-08-11T11:24:35.233Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8482 | 2026-08-11T11:24:35.233Z | |
| 8483 | 2026-08-11T11:24:35.233Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257 |
| 8484 | 2026-08-11T11:24:35.233Z | Aug 11 11:24:34.257DEBG Aug 11 11:24:34.257DEBG Aug 11 11:24:34.257 reset freemapINFOINFO 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 } }], |
| 8485 | 2026-08-11T11:24:35.233Z | unitadding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff: |
| 8486 | 2026-08-11T11:24:35.233Z | freemap_route_ipv6 |
| 8487 | 2026-08-11T11:24:35.233Z | |
| 8488 | 2026-08-11T11:24:35.233Z | Aug 11 11:24:34.257Aug 11 11:24:34.257 INFODEBGAug 11 11:24:34.257 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 } }] |
| 8489 | 2026-08-11T11:24:35.233Z | Aug 11 11:24:34.257adding route 3fff:beef:18::/64 -> 2001:db8::55:ff INFO |
| 8490 | 2026-08-11T11:24:35.233Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8491 | 2026-08-11T11:24:35.233Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257 |
| 8492 | 2026-08-11T11:24:35.233Z | INFO Aug 11 11:24:34.257Aug 11 11:24:34.257 Aug 11 11:24:34.257adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG DEBG |
| 8493 | 2026-08-11T11:24:35.233Z | 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 |
| 8494 | 2026-08-11T11:24:35.233Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8495 | 2026-08-11T11:24:35.233Z | |
| 8496 | 2026-08-11T11:24:35.233Z | Aug 11 11:24:34.257Aug 11 11:24:34.257Aug 11 11:24:34.257 DEBGDEBG Aug 11 11:24:34.257 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 8497 | 2026-08-11T11:24:35.233Z | 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 } }] |
| 8498 | 2026-08-11T11:24:35.233Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8499 | 2026-08-11T11:24:35.233Z | |
| 8500 | 2026-08-11T11:24:35.234Z | Aug 11 11:24:34.255Aug 11 11:24:34.257Aug 11 11:24:34.257 Aug 11 11:24:34.257 DEBGINFO INFOadding route 3fff:beef:23::/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 } }] |
| 8501 | 2026-08-11T11:24:35.234Z | |
| 8502 | 2026-08-11T11:24:35.234Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8503 | 2026-08-11T11:24:35.234Z | Aug 11 11:24:34.257Aug 11 11:24:34.257Aug 11 11:24:34.257 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8504 | 2026-08-11T11:24:35.234Z | |
| 8505 | 2026-08-11T11:24:35.234Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8506 | 2026-08-11T11:24:35.234Z | Aug 11 11:24:34.257DEBGAug 11 11:24:34.257 Aug 11 11:24:34.257INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:26::/64 -> 2001:db8::55:ff DEBG |
| 8507 | 2026-08-11T11:24:35.234Z | INFO |
| 8508 | 2026-08-11T11:24:35.234Z | 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 } }] |
| 8509 | 2026-08-11T11:24:35.234Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8510 | 2026-08-11T11:24:35.234Z | Aug 11 11:24:34.257 Aug 11 11:24:34.257DEBG Aug 11 11:24:34.257replacing 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 |
| 8511 | 2026-08-11T11:24:35.234Z | DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8512 | 2026-08-11T11:24:35.234Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257Aug 11 11:24:34.257 |
| 8513 | 2026-08-11T11:24:35.234Z | INFOAug 11 11:24:34.257 adding route 3fff:beef::/64 -> 2001:db8::55:ff DEBG |
| 8514 | 2026-08-11T11:24:35.234Z | 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:27::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 |
| 8515 | 2026-08-11T11:24:35.234Z | |
| 8516 | 2026-08-11T11:24:35.234Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8517 | 2026-08-11T11:24:35.238Z | Aug 11 11:24:34.257Aug 11 11:24:34.257 Aug 11 11:24:34.257 Aug 11 11:24:34.257DEBGDEBG 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 } }]DEBG |
| 8518 | 2026-08-11T11:24:35.238Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8519 | 2026-08-11T11:24:35.238Z | |
| 8520 | 2026-08-11T11:24:35.239Z | 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 } }] |
| 8521 | 2026-08-11T11:24:35.239Z | Aug 11 11:24:34.257 DEBGAug 11 11:24:34.257Aug 11 11:24:34.257Aug 11 11:24:34.257 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 |
| 8522 | 2026-08-11T11:24:35.239Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO |
| 8523 | 2026-08-11T11:24:35.239Z | |
| 8524 | 2026-08-11T11:24:35.239Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 |
| 8525 | 2026-08-11T11:24:35.239Z | INFOAug 11 11:24:34.257 Aug 11 11:24:34.257adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8526 | 2026-08-11T11:24:35.239Z | DEBGDEBG Aug 11 11:24:34.257replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.257 |
| 8527 | 2026-08-11T11:24:35.239Z | 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 } }]DEBG |
| 8528 | 2026-08-11T11:24:35.239Z | Aug 11 11:24:34.257replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8529 | 2026-08-11T11:24:35.239Z | |
| 8530 | 2026-08-11T11:24:35.239Z | Aug 11 11:24:34.257INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO |
| 8531 | 2026-08-11T11:24:35.239Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 |
| 8532 | 2026-08-11T11:24:35.239Z | INFO Aug 11 11:24:34.257Aug 11 11:24:34.257 Aug 11 11:24:34.257adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO |
| 8533 | 2026-08-11T11:24:35.239Z | DEBGDEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 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 } }] |
| 8534 | 2026-08-11T11:24:35.239Z | |
| 8535 | 2026-08-11T11:24:35.239Z | 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 } }] |
| 8536 | 2026-08-11T11:24:35.239Z | 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 } }] |
| 8537 | 2026-08-11T11:24:35.239Z | Aug 11 11:24:34.257 Aug 11 11:24:34.257INFO INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8538 | 2026-08-11T11:24:35.239Z | |
| 8539 | 2026-08-11T11:24:35.239Z | Aug 11 11:24:34.257Aug 11 11:24:34.257 INFO DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257Aug 11 11:24:34.257adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8540 | 2026-08-11T11:24:35.239Z | |
| 8541 | 2026-08-11T11:24:35.239Z | DEBGDEBG Aug 11 11:24:34.257replacing 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: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 } }] |
| 8542 | 2026-08-11T11:24:35.239Z | Aug 11 11:24:34.257 |
| 8543 | 2026-08-11T11:24:35.239Z | 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 } }] |
| 8544 | 2026-08-11T11:24:35.239Z | INFOAug 11 11:24:34.257Aug 11 11:24:34.257 INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8545 | 2026-08-11T11:24:35.239Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8546 | 2026-08-11T11:24:35.239Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 |
| 8547 | 2026-08-11T11:24:35.239Z | Aug 11 11:24:34.257Aug 11 11:24:34.257DEBG DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8548 | 2026-08-11T11:24:35.239Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8549 | 2026-08-11T11:24:35.239Z | Aug 11 11:24:34.257adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8550 | 2026-08-11T11:24:35.239Z | DEBGAug 11 11:24:34.257 Aug 11 11:24:34.257replacing 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 } }] |
| 8551 | 2026-08-11T11:24:35.239Z | INFO Aug 11 11:24:34.257 INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8552 | 2026-08-11T11:24:35.239Z | 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 } }] |
| 8553 | 2026-08-11T11:24:35.240Z | Aug 11 11:24:34.257 INFOAug 11 11:24:34.257 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGAug 11 11:24:34.257 |
| 8554 | 2026-08-11T11:24:35.240Z | INFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8555 | 2026-08-11T11:24:35.240Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8556 | 2026-08-11T11:24:35.240Z | |
| 8557 | 2026-08-11T11:24:35.240Z | 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 } }] |
| 8558 | 2026-08-11T11:24:35.240Z | Aug 11 11:24:34.257Aug 11 11:24:34.257 Aug 11 11:24:34.257Aug 11 11:24:34.257DEBG INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8559 | 2026-08-11T11:24:35.240Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8560 | 2026-08-11T11:24:35.240Z | DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 |
| 8561 | 2026-08-11T11:24:35.240Z | INFOAug 11 11:24:34.257 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8562 | 2026-08-11T11:24:35.240Z | DEBGAug 11 11:24:34.257 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257replacing 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 } }] |
| 8563 | 2026-08-11T11:24:35.240Z | |
| 8564 | 2026-08-11T11:24:35.240Z | |
| 8565 | 2026-08-11T11:24:35.240Z | INFOAug 11 11:24:34.257 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 8566 | 2026-08-11T11:24:35.240Z | Aug 11 11:24:34.257 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 DEBG |
| 8567 | 2026-08-11T11:24:35.240Z | Aug 11 11:24:34.257INFO DEBG Aug 11 11:24:34.257replacing 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 } }] |
| 8568 | 2026-08-11T11:24:35.240Z | 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:2e::/64 -> 2001:db8::55:ff |
| 8569 | 2026-08-11T11:24:35.240Z | DEBG Aug 11 11:24:34.257 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 } }] |
| 8570 | 2026-08-11T11:24:35.240Z | INFOAug 11 11:24:34.257 |
| 8571 | 2026-08-11T11:24:35.240Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 |
| 8572 | 2026-08-11T11:24:35.240Z | INFODEBGAug 11 11:24:34.257 Aug 11 11:24:34.257adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBGINFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8573 | 2026-08-11T11:24:35.240Z | 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 } }] |
| 8574 | 2026-08-11T11:24:35.240Z | |
| 8575 | 2026-08-11T11:24:35.240Z | |
| 8576 | 2026-08-11T11:24:35.240Z | Aug 11 11:24:34.257 INFOAug 11 11:24:34.257 Aug 11 11:24:34.257 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 |
| 8577 | 2026-08-11T11:24:35.240Z | DEBG INFO 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 } }] |
| 8578 | 2026-08-11T11:24:35.240Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257 |
| 8579 | 2026-08-11T11:24:35.240Z | DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8580 | 2026-08-11T11:24:35.240Z | 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 } }] |
| 8581 | 2026-08-11T11:24:35.240Z | Aug 11 11:24:34.257Aug 11 11:24:34.257 INFOINFO Aug 11 11:24:34.257adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 11 11:24:34.257adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8582 | 2026-08-11T11:24:35.240Z | |
| 8583 | 2026-08-11T11:24:35.240Z | INFO Aug 11 11:24:34.257Aug 11 11:24:34.257DEBG adding route 3fff:beef:25::/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 } }]DEBGDEBG |
| 8584 | 2026-08-11T11:24:35.240Z | 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 } }] |
| 8585 | 2026-08-11T11:24:35.240Z | 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 } }] |
| 8586 | 2026-08-11T11:24:35.240Z | |
| 8587 | 2026-08-11T11:24:35.240Z | Aug 11 11:24:34.257 DEBGAug 11 11:24:34.257 Aug 11 11:24:34.257Aug 11 11:24:34.257replacing 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 } }] INFOINFO |
| 8588 | 2026-08-11T11:24:35.240Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8589 | 2026-08-11T11:24:35.240Z | INFO Aug 11 11:24:34.257 Aug 11 11:24:34.257INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 8590 | 2026-08-11T11:24:35.240Z | |
| 8591 | 2026-08-11T11:24:35.241Z | 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:26::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 |
| 8592 | 2026-08-11T11:24:35.241Z | DEBG |
| 8593 | 2026-08-11T11:24:35.241Z | Aug 11 11:24:34.257replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257 |
| 8594 | 2026-08-11T11:24:35.241Z | DEBGDEBGAug 11 11:24:34.257 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:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257 |
| 8595 | 2026-08-11T11:24:35.241Z | |
| 8596 | 2026-08-11T11:24:35.241Z | INFO Aug 11 11:24:34.257Aug 11 11:24:34.257INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8597 | 2026-08-11T11:24:35.241Z | INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8598 | 2026-08-11T11:24:35.241Z | |
| 8599 | 2026-08-11T11:24:35.241Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 |
| 8600 | 2026-08-11T11:24:35.241Z | DEBGAug 11 11:24:34.257 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.257 |
| 8601 | 2026-08-11T11:24:35.241Z | DEBGAug 11 11:24:34.257 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 } }] |
| 8602 | 2026-08-11T11:24:35.241Z | Aug 11 11:24:34.257 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 } }]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 } }] |
| 8603 | 2026-08-11T11:24:35.241Z | Aug 11 11:24:34.257 |
| 8604 | 2026-08-11T11:24:35.241Z | INFO INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8605 | 2026-08-11T11:24:35.241Z | |
| 8606 | 2026-08-11T11:24:35.241Z | Aug 11 11:24:34.257Aug 11 11:24:34.257 INFOAug 11 11:24:34.257INFO Aug 11 11:24:34.257 DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8607 | 2026-08-11T11:24:35.241Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8608 | 2026-08-11T11:24:35.241Z | DEBG |
| 8609 | 2026-08-11T11:24:35.241Z | Aug 11 11:24:34.257 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.257DEBG Aug 11 11:24:34.257INFO |
| 8610 | 2026-08-11T11:24:35.241Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG |
| 8611 | 2026-08-11T11:24:35.241Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.257 |
| 8612 | 2026-08-11T11:24:35.241Z | 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 } }] |
| 8613 | 2026-08-11T11:24:35.241Z | INFO Aug 11 11:24:34.257adding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 11 11:24:34.257Aug 11 11:24:34.257 |
| 8614 | 2026-08-11T11:24:35.241Z | DEBG INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Aug 11 11:24:34.257 |
| 8615 | 2026-08-11T11:24:35.241Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 8616 | 2026-08-11T11:24:35.241Z | adding route 3fff:beef:30::/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 } }] |
| 8617 | 2026-08-11T11:24:35.245Z | Aug 11 11:24:34.257 |
| 8618 | 2026-08-11T11:24:35.245Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 11 11:24:34.257Aug 11 11:24:34.257 |
| 8619 | 2026-08-11T11:24:35.246Z | DEBG 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 } }] Aug 11 11:24:34.257 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 8620 | 2026-08-11T11:24:35.246Z | Aug 11 11:24:34.257 |
| 8621 | 2026-08-11T11:24:35.246Z | replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257Aug 11 11:24:34.257 DEBG |
| 8622 | 2026-08-11T11:24:35.246Z | 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 } }]INFODEBG |
| 8623 | 2026-08-11T11:24:35.246Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8624 | 2026-08-11T11:24:35.246Z | replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257Aug 11 11:24:34.257 INFO |
| 8625 | 2026-08-11T11:24:35.246Z | INFO Aug 11 11:24:34.257Aug 11 11:24:34.257adding route 3fff:beef:34::/64 -> 2001:db8::55:ff adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBG |
| 8626 | 2026-08-11T11:24:35.246Z | INFO |
| 8627 | 2026-08-11T11:24:35.246Z | 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 } }] |
| 8628 | 2026-08-11T11:24:35.246Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8629 | 2026-08-11T11:24:35.246Z | Aug 11 11:24:34.257Aug 11 11:24:34.257Aug 11 11:24:34.257Aug 11 11:24:34.257 DEBG 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 } }] INFO |
| 8630 | 2026-08-11T11:24:35.246Z | 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 } }] |
| 8631 | 2026-08-11T11:24:35.246Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8632 | 2026-08-11T11:24:35.246Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257 |
| 8633 | 2026-08-11T11:24:35.246Z | Aug 11 11:24:34.257INFOAug 11 11:24:34.257 INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8634 | 2026-08-11T11:24:35.246Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 |
| 8635 | 2026-08-11T11:24:35.246Z | DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257Aug 11 11:24:34.257 INFODEBG DEBG |
| 8636 | 2026-08-11T11:24:35.246Z | 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:35::/64 -> 2001:db8::55:ff |
| 8637 | 2026-08-11T11:24:35.246Z | 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 } }] |
| 8638 | 2026-08-11T11:24:35.246Z | |
| 8639 | 2026-08-11T11:24:35.246Z | Aug 11 11:24:34.257Aug 11 11:24:34.257 INFO INFOAug 11 11:24:34.257Aug 11 11:24:34.257 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8640 | 2026-08-11T11:24:35.246Z | |
| 8641 | 2026-08-11T11:24:35.246Z | DEBGINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8642 | 2026-08-11T11:24:35.246Z | |
| 8643 | 2026-08-11T11:24:35.246Z | Aug 11 11:24:34.257 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258 |
| 8644 | 2026-08-11T11:24:35.246Z | Aug 11 11:24:34.258DEBG INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258 |
| 8645 | 2026-08-11T11:24:35.246Z | Aug 11 11:24:34.258 INFODEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8646 | 2026-08-11T11:24:35.246Z | adding route 3fff:beef:12::/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 } }] |
| 8647 | 2026-08-11T11:24:35.246Z | Aug 11 11:24:34.258 |
| 8648 | 2026-08-11T11:24:35.246Z | Aug 11 11:24:34.258INFOAug 11 11:24:34.258 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 8649 | 2026-08-11T11:24:35.246Z | Aug 11 11:24:34.258replacing 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 INFO |
| 8650 | 2026-08-11T11:24:35.246Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.258 |
| 8651 | 2026-08-11T11:24:35.246Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8652 | 2026-08-11T11:24:35.246Z | DEBG Aug 11 11:24:34.258replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.258INFO Aug 11 11:24:34.258 |
| 8653 | 2026-08-11T11:24:35.246Z | DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 8654 | 2026-08-11T11:24:35.246Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8655 | 2026-08-11T11:24:35.246Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258 |
| 8656 | 2026-08-11T11:24:35.246Z | INFOAug 11 11:24:34.258Aug 11 11:24:34.258 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 11 11:24:34.258DEBG |
| 8657 | 2026-08-11T11:24:35.247Z | 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 } }]DEBGINFO |
| 8658 | 2026-08-11T11:24:35.247Z | 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 } }] |
| 8659 | 2026-08-11T11:24:35.247Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 11 11:24:34.258 |
| 8660 | 2026-08-11T11:24:35.247Z | DEBGAug 11 11:24:34.258 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 } }]INFOAug 11 11:24:34.258 |
| 8661 | 2026-08-11T11:24:35.247Z | Aug 11 11:24:34.258 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 8662 | 2026-08-11T11:24:35.247Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8663 | 2026-08-11T11:24:35.247Z | Aug 11 11:24:34.258DEBG INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258 |
| 8664 | 2026-08-11T11:24:35.247Z | Aug 11 11:24:34.258DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8665 | 2026-08-11T11:24:35.247Z | Aug 11 11:24:34.258 DEBG |
| 8666 | 2026-08-11T11:24:35.247Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258 |
| 8667 | 2026-08-11T11:24:35.247Z | INFO DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8668 | 2026-08-11T11:24:35.247Z | Aug 11 11:24:34.258 |
| 8669 | 2026-08-11T11:24:35.247Z | Aug 11 11:24:34.258 INFO INFOAug 11 11:24:34.258 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:24:34.258adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8670 | 2026-08-11T11:24:35.247Z | |
| 8671 | 2026-08-11T11:24:35.247Z | INFO Aug 11 11:24:34.258adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8672 | 2026-08-11T11:24:35.247Z | DEBGDEBG Aug 11 11:24:34.258 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:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258DEBG |
| 8673 | 2026-08-11T11:24:35.247Z | |
| 8674 | 2026-08-11T11:24:35.247Z | 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 } }] |
| 8675 | 2026-08-11T11:24:35.247Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258Aug 11 11:24:34.258 |
| 8676 | 2026-08-11T11:24:35.247Z | INFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8677 | 2026-08-11T11:24:35.247Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 11 11:24:34.258 |
| 8678 | 2026-08-11T11:24:35.247Z | Aug 11 11:24:34.258Aug 11 11:24:34.258 DEBG 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 } }]INFOAug 11 11:24:34.258 |
| 8679 | 2026-08-11T11:24:35.247Z | DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 11 11:24:34.258replacing 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 } }] |
| 8680 | 2026-08-11T11:24:35.247Z | |
| 8681 | 2026-08-11T11:24:35.247Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 8682 | 2026-08-11T11:24:35.247Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 11 11:24:34.258Aug 11 11:24:34.258 |
| 8683 | 2026-08-11T11:24:35.247Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 11 11:24:34.258DEBG |
| 8684 | 2026-08-11T11:24:35.247Z | DEBGAug 11 11:24:34.258replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.258 |
| 8685 | 2026-08-11T11:24:35.247Z | 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 |
| 8686 | 2026-08-11T11:24:35.247Z | DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258 |
| 8687 | 2026-08-11T11:24:35.247Z | 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 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8688 | 2026-08-11T11:24:35.247Z | Aug 11 11:24:34.258 |
| 8689 | 2026-08-11T11:24:35.247Z | Aug 11 11:24:34.258 INFOINFO Aug 11 11:24:34.258adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 11 11:24:34.258 |
| 8690 | 2026-08-11T11:24:35.247Z | |
| 8691 | 2026-08-11T11:24:35.247Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 8692 | 2026-08-11T11:24:35.247Z | Aug 11 11:24:34.258Aug 11 11:24:34.258 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 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 } }] |
| 8693 | 2026-08-11T11:24:35.247Z | |
| 8694 | 2026-08-11T11:24:35.247Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258 |
| 8695 | 2026-08-11T11:24:35.247Z | DEBG Aug 11 11:24:34.258replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.258Aug 11 11:24:34.258INFO INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8696 | 2026-08-11T11:24:35.248Z | |
| 8697 | 2026-08-11T11:24:35.248Z | |
| 8698 | 2026-08-11T11:24:35.248Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8699 | 2026-08-11T11:24:35.248Z | Aug 11 11:24:34.258 DEBGAug 11 11:24:34.258Aug 11 11:24:34.258 INFODEBGAug 11 11:24:34.258 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: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 } }] |
| 8700 | 2026-08-11T11:24:35.248Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8701 | 2026-08-11T11:24:35.248Z | DEBG |
| 8702 | 2026-08-11T11:24:35.248Z | 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 } }] |
| 8703 | 2026-08-11T11:24:35.248Z | Aug 11 11:24:34.258Aug 11 11:24:34.258Aug 11 11:24:34.258 INFO Aug 11 11:24:34.258INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 8704 | 2026-08-11T11:24:35.248Z | 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:35::/64 -> 2001:db8::55:ff |
| 8705 | 2026-08-11T11:24:35.248Z | |
| 8706 | 2026-08-11T11:24:35.248Z | |
| 8707 | 2026-08-11T11:24:35.248Z | Aug 11 11:24:34.258 DEBGAug 11 11:24:34.258Aug 11 11:24:34.258 Aug 11 11:24:34.258DEBG INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 |
| 8708 | 2026-08-11T11:24:35.248Z | |
| 8709 | 2026-08-11T11:24:35.248Z | adding route 3fff:beef:3d::/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 } }] |
| 8710 | 2026-08-11T11:24:35.248Z | |
| 8711 | 2026-08-11T11:24:35.248Z | Aug 11 11:24:34.258 Aug 11 11:24:34.258INFOAug 11 11:24:34.258 Aug 11 11:24:34.258INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8712 | 2026-08-11T11:24:35.248Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 8713 | 2026-08-11T11:24:35.248Z | 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 } }] |
| 8714 | 2026-08-11T11:24:35.248Z | |
| 8715 | 2026-08-11T11:24:35.248Z | Aug 11 11:24:34.258 DEBGAug 11 11:24:34.258Aug 11 11:24:34.258Aug 11 11:24:34.258 DEBG DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO 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 } }] |
| 8716 | 2026-08-11T11:24:35.248Z | 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 } }] |
| 8717 | 2026-08-11T11:24:35.252Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8718 | 2026-08-11T11:24:35.252Z | |
| 8719 | 2026-08-11T11:24:35.252Z | Aug 11 11:24:34.258Aug 11 11:24:34.258 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 11 11:24:34.258DEBG |
| 8720 | 2026-08-11T11:24:35.252Z | INFOAug 11 11:24:34.258 adding route 3fff:beef:37::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 8721 | 2026-08-11T11:24:35.253Z | DEBG |
| 8722 | 2026-08-11T11:24:35.253Z | Aug 11 11:24:34.258 DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258 |
| 8723 | 2026-08-11T11:24:35.253Z | replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258 |
| 8724 | 2026-08-11T11:24:35.253Z | DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8725 | 2026-08-11T11:24:35.253Z | Aug 11 11:24:34.258Aug 11 11:24:34.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 } }] |
| 8726 | 2026-08-11T11:24:35.253Z | INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 11 11:24:34.258 |
| 8727 | 2026-08-11T11:24:35.253Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff INFO |
| 8728 | 2026-08-11T11:24:35.253Z | Aug 11 11:24:34.258 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 8729 | 2026-08-11T11:24:35.253Z | Aug 11 11:24:34.258 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 |
| 8730 | 2026-08-11T11:24:35.253Z | Aug 11 11:24:34.258replacing 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 } }] |
| 8731 | 2026-08-11T11:24:35.253Z | DEBGAug 11 11:24:34.258 INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8732 | 2026-08-11T11:24:35.253Z | Aug 11 11:24:34.258 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG |
| 8733 | 2026-08-11T11:24:35.253Z | Aug 11 11:24:34.258failed to allocate space for the new target list INFO |
| 8734 | 2026-08-11T11:24:35.253Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:24:34.258 |
| 8735 | 2026-08-11T11:24:35.253Z | Aug 11 11:24:34.258DEBG Aug 11 11:24:34.258replacing 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 |
| 8736 | 2026-08-11T11:24:35.253Z | DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8737 | 2026-08-11T11:24:35.253Z | Aug 11 11:24:34.258 |
| 8738 | 2026-08-11T11:24:35.253Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8739 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258Aug 11 11:24:34.258 Aug 11 11:24:34.258INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 8740 | 2026-08-11T11:24:35.254Z | 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 } }]failed to allocate space for the new target list |
| 8741 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258 DEBG created new freemapAug 11 11:24:34.258, unit |
| 8742 | 2026-08-11T11:24:35.254Z | : freemap_route_ipv4 |
| 8743 | 2026-08-11T11:24:35.254Z | INFO Aug 11 11:24:34.258 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8744 | 2026-08-11T11:24:35.254Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 11 11:24:34.258 |
| 8745 | 2026-08-11T11:24:35.254Z | DEBG initted freemap. size: 64, unit: freemap_route_ipv4Aug 11 11:24:34.258 |
| 8746 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258 DEBG reset freemapDEBG, unit: freemap_route_ipv4 |
| 8747 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258 DEBGAug 11 11:24:34.258replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG initted freemap. size: 64, |
| 8748 | 2026-08-11T11:24:35.254Z | unit : freemap_route_ipv6 |
| 8749 | 2026-08-11T11:24:35.254Z | 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 } }] |
| 8750 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258 Aug 11 11:24:34.258 INFODEBG reset freemap, unit: freemap_route_ipv6 |
| 8751 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8752 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258adding route 3fff:beef:21::/64 -> 2001:db8::55:ff 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 } }] |
| 8753 | 2026-08-11T11:24:35.254Z | |
| 8754 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258 Aug 11 11:24:34.258INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8755 | 2026-08-11T11:24:35.254Z | DEBGAug 11 11:24:34.258 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 } }] |
| 8756 | 2026-08-11T11:24:35.254Z | 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 } }] |
| 8757 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8758 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258 Aug 11 11:24:34.258 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 8759 | 2026-08-11T11:24:35.254Z | |
| 8760 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:24:34.258 |
| 8761 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258Aug 11 11:24:34.258 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 } }] |
| 8762 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258INFO INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8763 | 2026-08-11T11:24:35.254Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 11 11:24:34.258 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 } }] |
| 8764 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8765 | 2026-08-11T11:24:35.254Z | |
| 8766 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258 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 } }] |
| 8767 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8768 | 2026-08-11T11:24:35.254Z | Aug 11 11:24:34.258 Aug 11 11:24:34.258 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 } }] |
| 8769 | 2026-08-11T11:24:35.254Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258DEBG INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8770 | 2026-08-11T11:24:35.255Z | |
| 8771 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.258 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 } }] |
| 8772 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.258Aug 11 11:24:34.258 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8773 | 2026-08-11T11:24:35.255Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8774 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.258 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 } }] |
| 8775 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.258 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 11 11:24:34.258 |
| 8776 | 2026-08-11T11:24:35.255Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258 DEBG 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 } }] |
| 8777 | 2026-08-11T11:24:35.255Z | |
| 8778 | 2026-08-11T11:24:35.255Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8779 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.258 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8780 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.258 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 |
| 8781 | 2026-08-11T11:24:35.255Z | 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 } }] |
| 8782 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.258 Aug 11 11:24:34.258 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8783 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.258 Aug 11 11:24:34.258 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 } }]INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8784 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.259 DEBGAug 11 11:24:34.259 Aug 11 11:24:34.258Aug 11 11:24:34.265created new freemap , DEBGDEBGunit created new freemapcreated new freemap , , unitDEBGunit::: freemap_route_ipv4 |
| 8785 | 2026-08-11T11:24:35.255Z | freemap_route_ipv4freemap_route_ipv4replacing 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 } }] |
| 8786 | 2026-08-11T11:24:35.255Z | |
| 8787 | 2026-08-11T11:24:35.255Z | |
| 8788 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.265 INFOAug 11 11:24:34.265 Aug 11 11:24:34.265 Aug 11 11:24:34.265 DEBGDEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff created new freemap |
| 8789 | 2026-08-11T11:24:35.255Z | DEBGcreated new freemap , created new freemap, , unitunitunit:: :freemap_route_ipv6 |
| 8790 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.265freemap_route_ipv6freemap_route_ipv6 |
| 8791 | 2026-08-11T11:24:35.255Z | DEBG |
| 8792 | 2026-08-11T11:24:35.255Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.265 |
| 8793 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.265DEBGINFOAug 11 11:24:34.265 DEBGinitted freemap. size: 64 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff initted freemap. size: 64 |
| 8794 | 2026-08-11T11:24:35.255Z | , unitinitted freemap. size: 64:, , Aug 11 11:24:34.265unitunit freemap_route_ipv4: |
| 8795 | 2026-08-11T11:24:35.255Z | :freemap_route_ipv4INFO |
| 8796 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.265adding route 3fff:beef:26::/64 -> 2001:db8::55:ff freemap_route_ipv4DEBG |
| 8797 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.265 Aug 11 11:24:34.265replacing 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 } }] |
| 8798 | 2026-08-11T11:24:35.255Z | DEBG |
| 8799 | 2026-08-11T11:24:35.255Z | reset freemapDEBGAug 11 11:24:34.265, unit :Aug 11 11:24:34.265DEBG Aug 11 11:24:34.265 DEBG reset freemapreset freemapfailed to allocate space for the new target list , DEBGfreemap_route_ipv4unit |
| 8800 | 2026-08-11T11:24:35.255Z | 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 } }]: |
| 8801 | 2026-08-11T11:24:35.255Z | |
| 8802 | 2026-08-11T11:24:35.255Z | freemap_route_ipv4, |
| 8803 | 2026-08-11T11:24:35.255Z | unitAug 11 11:24:34.265 DEBG: Aug 11 11:24:34.265Aug 11 11:24:34.265 freemap_route_ipv4INFODEBG |
| 8804 | 2026-08-11T11:24:35.255Z | initted freemap. size: 64, Aug 11 11:24:34.265adding route 3fff:beef:27::/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 } }] unitAug 11 11:24:34.265 |
| 8805 | 2026-08-11T11:24:35.255Z | :DEBG DEBG initted freemap. size: 64 |
| 8806 | 2026-08-11T11:24:35.255Z | Aug 11 11:24:34.265 initted freemap. size: 64, freemap_route_ipv6unit, |
| 8807 | 2026-08-11T11:24:35.255Z | unitDEBG:: freemap_route_ipv6replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8808 | 2026-08-11T11:24:35.256Z | Aug 11 11:24:34.265 |
| 8809 | 2026-08-11T11:24:35.256Z | |
| 8810 | 2026-08-11T11:24:35.256Z | DEBG Aug 11 11:24:34.265Aug 11 11:24:34.265reset freemap , DEBGINFO unitreset freemap:Aug 11 11:24:34.265 , adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 8811 | 2026-08-11T11:24:35.256Z | freemap_route_ipv6unit |
| 8812 | 2026-08-11T11:24:35.256Z | : reset freemapfreemap_route_ipv6, |
| 8813 | 2026-08-11T11:24:35.256Z | Aug 11 11:24:34.265 unit:INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:24:34.265 |
| 8814 | 2026-08-11T11:24:35.256Z | |
| 8815 | 2026-08-11T11:24:35.256Z | INFOAug 11 11:24:34.265 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 8816 | 2026-08-11T11:24:35.256Z | Aug 11 11:24:34.265replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.265 |
| 8817 | 2026-08-11T11:24:35.260Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:24:34.265Aug 11 11:24:34.265 |
| 8818 | 2026-08-11T11:24:35.260Z | 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 } }] |
| 8819 | 2026-08-11T11:24:35.260Z | INFOAug 11 11:24:34.265replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 8820 | 2026-08-11T11:24:35.260Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 11 11:24:34.265 |
| 8821 | 2026-08-11T11:24:35.260Z | |
| 8822 | 2026-08-11T11:24:35.260Z | INFO Aug 11 11:24:34.265adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8823 | 2026-08-11T11:24:35.260Z | Aug 11 11:24:34.265INFOAug 11 11:24:34.265 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8824 | 2026-08-11T11:24:35.260Z | |
| 8825 | 2026-08-11T11:24:35.260Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 8826 | 2026-08-11T11:24:35.260Z | Aug 11 11:24:34.265Aug 11 11:24:34.265 DEBG Aug 11 11:24:34.265Aug 11 11:24:34.265 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGINFO |
| 8827 | 2026-08-11T11:24:35.260Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff 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 } }] |
| 8828 | 2026-08-11T11:24:35.260Z | |
| 8829 | 2026-08-11T11:24:35.260Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8830 | 2026-08-11T11:24:35.260Z | Aug 11 11:24:34.265Aug 11 11:24:34.265 Aug 11 11:24:34.265INFOINFO Aug 11 11:24:34.265DEBGadding route 172.16.0.0/32 -> 10.0.0.3 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8831 | 2026-08-11T11:24:35.260Z | |
| 8832 | 2026-08-11T11:24:35.260Z | 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 } }] |
| 8833 | 2026-08-11T11:24:35.260Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8834 | 2026-08-11T11:24:35.260Z | Aug 11 11:24:34.265Aug 11 11:24:34.265 DEBGAug 11 11:24:34.265INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:2b::/64 -> 2001:db8::55:ff |
| 8835 | 2026-08-11T11:24:35.260Z | Aug 11 11:24:34.265 |
| 8836 | 2026-08-11T11:24:35.260Z | 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 11 11:24:34.265 |
| 8837 | 2026-08-11T11:24:35.261Z | Aug 11 11:24:34.265 |
| 8838 | 2026-08-11T11:24:35.261Z | DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:24:34.265replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.265 |
| 8839 | 2026-08-11T11:24:35.261Z | |
| 8840 | 2026-08-11T11:24:35.261Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 8841 | 2026-08-11T11:24:35.261Z | adding route 172.16.0.0/32 -> 10.0.0.4Aug 11 11:24:34.265 |
| 8842 | 2026-08-11T11:24:35.261Z | DEBGAug 11 11:24:34.265 Aug 11 11:24:34.265 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 } }] Aug 11 11:24:34.265replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 8843 | 2026-08-11T11:24:35.261Z | |
| 8844 | 2026-08-11T11:24:35.261Z | DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8845 | 2026-08-11T11:24:35.261Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:24:34.265 |
| 8846 | 2026-08-11T11:24:35.261Z | DEBGAug 11 11:24:34.265 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 11 11:24:34.265 |
| 8847 | 2026-08-11T11:24:35.261Z | DEBG INFOAug 11 11:24:34.265 DEBG Aug 11 11:24:34.265replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 8848 | 2026-08-11T11:24:35.261Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8849 | 2026-08-11T11:24:35.261Z | |
| 8850 | 2026-08-11T11:24:35.261Z | WARN Aug 11 11:24:34.265shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 11 11:24:34.265INFO |
| 8851 | 2026-08-11T11:24:35.261Z | DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8852 | 2026-08-11T11:24:35.261Z | |
| 8853 | 2026-08-11T11:24:35.261Z | Aug 11 11:24:34.265Aug 11 11:24:34.265 Aug 11 11:24:34.265DEBGERRO 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 |
| 8854 | 2026-08-11T11:24:35.261Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8855 | 2026-08-11T11:24:35.261Z | |
| 8856 | 2026-08-11T11:24:35.261Z | Aug 11 11:24:34.265 INFOAug 11 11:24:34.265Aug 11 11:24:34.265 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8857 | 2026-08-11T11:24:35.261Z | DEBG ERRO 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 } }]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 itAug 11 11:24:34.265 |
| 8858 | 2026-08-11T11:24:35.261Z | |
| 8859 | 2026-08-11T11:24:35.261Z | DEBG Aug 11 11:24:34.265replacing 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 } }] |
| 8860 | 2026-08-11T11:24:35.261Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 8861 | 2026-08-11T11:24:35.261Z | Aug 11 11:24:34.265 Aug 11 11:24:34.265INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8862 | 2026-08-11T11:24:35.261Z | 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 } }] |
| 8863 | 2026-08-11T11:24:35.261Z | |
| 8864 | 2026-08-11T11:24:35.261Z | Aug 11 11:24:34.265Aug 11 11:24:34.265 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 8865 | 2026-08-11T11:24:35.261Z | |
| 8866 | 2026-08-11T11:24:35.261Z | Aug 11 11:24:34.258Aug 11 11:24:34.265Aug 11 11:24:34.265 DEBGINFO DEBGcreated new freemap Aug 11 11:24:34.265adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 8867 | 2026-08-11T11:24:35.261Z | |
| 8868 | 2026-08-11T11:24:35.261Z | , unit :Aug 11 11:24:34.265 freemap_route_ipv4Aug 11 11:24:34.265INFODEBG |
| 8869 | 2026-08-11T11:24:35.261Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8870 | 2026-08-11T11:24:35.261Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255 |
| 8871 | 2026-08-11T11:24:35.262Z | |
| 8872 | 2026-08-11T11:24:35.262Z | Aug 11 11:24:34.265 Aug 11 11:24:34.265Aug 11 11:24:34.265 Aug 11 11:24:34.265 INFODEBGDEBG DEBG created new freemap , replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitadding route 3fff:beef:31::/64 -> 2001:db8::55:ff: |
| 8873 | 2026-08-11T11:24:35.262Z | |
| 8874 | 2026-08-11T11:24:35.262Z | freemap_route_ipv6 |
| 8875 | 2026-08-11T11:24:35.262Z | 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 } }] |
| 8876 | 2026-08-11T11:24:35.262Z | test route::tests::grow_succeeds ... ok |
| 8877 | 2026-08-11T11:24:35.262Z | Aug 11 11:24:34.265 Aug 11 11:24:34.265Aug 11 11:24:34.265Aug 11 11:24:34.265 DEBG DEBGINFOINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8878 | 2026-08-11T11:24:35.262Z | |
| 8879 | 2026-08-11T11:24:35.262Z | adding route 172.17.0.5/32 -> 10.0.0.255initted freemap. size: 64 |
| 8880 | 2026-08-11T11:24:35.262Z | , unit: freemap_route_ipv4 |
| 8881 | 2026-08-11T11:24:35.262Z | Aug 11 11:24:34.265Aug 11 11:24:34.265 Aug 11 11:24:34.265 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 } }]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 3fff:beef:32::/64 -> 2001:db8::55:ffAug 11 11:24:34.265 |
| 8882 | 2026-08-11T11:24:35.262Z | |
| 8883 | 2026-08-11T11:24:35.262Z | |
| 8884 | 2026-08-11T11:24:35.262Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8885 | 2026-08-11T11:24:35.262Z | DEBG Aug 11 11:24:34.265 Aug 11 11:24:34.265Aug 11 11:24:34.265reset freemap , INFOINFOunit adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 8886 | 2026-08-11T11:24:35.262Z | |
| 8887 | 2026-08-11T11:24:35.262Z | : 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 |
| 8888 | 2026-08-11T11:24:35.262Z | Aug 11 11:24:34.266 Aug 11 11:24:34.266DEBG Aug 11 11:24:34.272 created new freemapDEBGDEBG, unitcreated new freemapinitted freemap. size: 64, :unit , :freemap_route_ipv4unit |
| 8889 | 2026-08-11T11:24:35.262Z | freemap_route_ipv4: |
| 8890 | 2026-08-11T11:24:35.262Z | freemap_route_ipv6 |
| 8891 | 2026-08-11T11:24:35.262Z | Aug 11 11:24:34.265Aug 11 11:24:34.272 DEBGAug 11 11:24:34.272 DEBG Aug 11 11:24:34.272DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.272created new freemap DEBG, |
| 8892 | 2026-08-11T11:24:35.262Z | unitDEBG : created new freemap replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6, reset freemap |
| 8893 | 2026-08-11T11:24:35.262Z | , Aug 11 11:24:34.272unit: unitINFO: Aug 11 11:24:34.272adding route 172.17.0.7/32 -> 10.0.0.255 freemap_route_ipv6 |
| 8894 | 2026-08-11T11:24:35.262Z | |
| 8895 | 2026-08-11T11:24:35.262Z | DEBG Aug 11 11:24:34.272freemap_route_ipv6initted freemap. size: 64Aug 11 11:24:34.272, |
| 8896 | 2026-08-11T11:24:35.262Z | DEBGunit :initted freemap. size: 64DEBG, unitfreemap_route_ipv4Aug 11 11:24:34.272 |
| 8897 | 2026-08-11T11:24:35.262Z | : 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 } }]INFO |
| 8898 | 2026-08-11T11:24:35.262Z | |
| 8899 | 2026-08-11T11:24:35.262Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8900 | 2026-08-11T11:24:35.262Z | Aug 11 11:24:34.272 Aug 11 11:24:34.272 Aug 11 11:24:34.259DEBGDEBGAug 11 11:24:34.272 |
| 8901 | 2026-08-11T11:24:35.262Z | reset freemap reset freemapDEBGAug 11 11:24:34.272, unit, :unitAug 11 11:24:34.272:DEBG freemap_route_ipv4INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]freemap_route_ipv4 |
| 8902 | 2026-08-11T11:24:35.262Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8903 | 2026-08-11T11:24:35.262Z | |
| 8904 | 2026-08-11T11:24:35.262Z | |
| 8905 | 2026-08-11T11:24:35.262Z | INFO created new freemapAug 11 11:24:34.272Aug 11 11:24:34.272adding route 172.17.0.8/32 -> 10.0.0.255, Aug 11 11:24:34.272 |
| 8906 | 2026-08-11T11:24:35.262Z | 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 } }]DEBG |
| 8907 | 2026-08-11T11:24:35.262Z | Aug 11 11:24:34.272initted freemap. size: 64, Aug 11 11:24:34.272 unitAug 11 11:24:34.272:DEBG freemap_route_ipv6unitreplacing 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 } }] : |
| 8908 | 2026-08-11T11:24:35.262Z | |
| 8909 | 2026-08-11T11:24:35.262Z | INFO adding route 3fff:beef:c::/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 } }]Aug 11 11:24:34.272DEBG |
| 8910 | 2026-08-11T11:24:35.262Z | DEBG |
| 8911 | 2026-08-11T11:24:35.263Z | reset freemapAug 11 11:24:34.272freemap_route_ipv4, Aug 11 11:24:34.272 |
| 8912 | 2026-08-11T11:24:35.263Z | unitinitted freemap. size: 64:INFO , DEBGfreemap_route_ipv6 unit : |
| 8913 | 2026-08-11T11:24:35.263Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.9/32 -> 10.0.0.255 |
| 8914 | 2026-08-11T11:24:35.263Z | |
| 8915 | 2026-08-11T11:24:35.263Z | freemap_route_ipv6Aug 11 11:24:34.272 Aug 11 11:24:34.272 |
| 8916 | 2026-08-11T11:24:35.263Z | Aug 11 11:24:34.272INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO |
| 8917 | 2026-08-11T11:24:35.267Z | created new freemapadding route 3fff:beef:d::/64 -> 2001:db8::55:ff, |
| 8918 | 2026-08-11T11:24:35.267Z | unitAug 11 11:24:34.272Aug 11 11:24:34.272Aug 11 11:24:34.272 : DEBGfreemap_route_ipv6 Aug 11 11:24:34.272DEBG |
| 8919 | 2026-08-11T11:24:35.267Z | DEBGreset freemap 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] unit |
| 8920 | 2026-08-11T11:24:35.267Z | :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 } }] |
| 8921 | 2026-08-11T11:24:35.267Z | |
| 8922 | 2026-08-11T11:24:35.267Z | freemap_route_ipv6 |
| 8923 | 2026-08-11T11:24:35.267Z | Aug 11 11:24:34.272 INFO Aug 11 11:24:34.272Aug 11 11:24:34.272 adding route 3fff:dead::/64 -> 2001:db8::55:2 INFO |
| 8924 | 2026-08-11T11:24:35.267Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255Aug 11 11:24:34.272 |
| 8925 | 2026-08-11T11:24:35.267Z | |
| 8926 | 2026-08-11T11:24:35.267Z | INFO Aug 11 11:24:34.272Aug 11 11:24:34.272 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 8927 | 2026-08-11T11:24:35.267Z | Aug 11 11:24:34.272 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8928 | 2026-08-11T11:24:35.267Z | DEBGAug 11 11:24:34.272 DEBG Aug 11 11:24:34.272replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.272replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBGINFO DEBG |
| 8929 | 2026-08-11T11:24:35.267Z | |
| 8930 | 2026-08-11T11:24:35.267Z | initted freemap. size: 64, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255Aug 11 11:24:34.272 |
| 8931 | 2026-08-11T11:24:35.267Z | INFO |
| 8932 | 2026-08-11T11:24:35.267Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:24:34.272 |
| 8933 | 2026-08-11T11:24:35.267Z | Aug 11 11:24:34.272DEBG Aug 11 11:24:34.272 INFOINFOunit 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:f::/64 -> 2001:db8::55:ff |
| 8934 | 2026-08-11T11:24:35.267Z | :Aug 11 11:24:34.272 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8935 | 2026-08-11T11:24:35.267Z | DEBGAug 11 11:24:34.272freemap_route_ipv4 |
| 8936 | 2026-08-11T11:24:35.267Z | |
| 8937 | 2026-08-11T11:24:35.267Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8938 | 2026-08-11T11:24:35.267Z | DEBGAug 11 11:24:34.272 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 } }]DEBGAug 11 11:24:34.272 Aug 11 11:24:34.272replacing 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 } }] |
| 8939 | 2026-08-11T11:24:35.267Z | |
| 8940 | 2026-08-11T11:24:35.267Z | Aug 11 11:24:34.272INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 11 11:24:34.272INFO |
| 8941 | 2026-08-11T11:24:35.267Z | adding route 172.17.0.12/32 -> 10.0.0.255 INFOAug 11 11:24:34.272 Aug 11 11:24:34.273reset freemapINFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8942 | 2026-08-11T11:24:35.268Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 8943 | 2026-08-11T11:24:35.268Z | , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]unit: |
| 8944 | 2026-08-11T11:24:35.268Z | Aug 11 11:24:34.273freemap_route_ipv4 DEBG |
| 8945 | 2026-08-11T11:24:35.268Z | |
| 8946 | 2026-08-11T11:24:35.268Z | Aug 11 11:24:34.273 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 |
| 8947 | 2026-08-11T11:24:35.268Z | Aug 11 11:24:34.273replacing targets for 3fff:dead::/64 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 } }] |
| 8948 | 2026-08-11T11:24:35.268Z | DEBGAug 11 11:24:34.273 Aug 11 11:24:34.273INFO Aug 11 11:24:34.273 Aug 11 11:24:34.273 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 8949 | 2026-08-11T11:24:35.268Z | DEBGWARN 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.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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8950 | 2026-08-11T11:24:35.268Z | |
| 8951 | 2026-08-11T11:24:35.268Z | |
| 8952 | 2026-08-11T11:24:35.268Z | initted freemap. size: 64, Aug 11 11:24:34.273unit :DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.273freemap_route_ipv6 |
| 8953 | 2026-08-11T11:24:35.268Z | INFOAug 11 11:24:34.273 |
| 8954 | 2026-08-11T11:24:35.268Z | INFOadding route 172.17.0.13/32 -> 10.0.0.255 Aug 11 11:24:34.273 |
| 8955 | 2026-08-11T11:24:35.268Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 8956 | 2026-08-11T11:24:35.268Z | Aug 11 11:24:34.273Aug 11 11:24:34.273INFO DEBG |
| 8957 | 2026-08-11T11:24:35.268Z | Aug 11 11:24:34.266Aug 11 11:24:34.273replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff DEBG |
| 8958 | 2026-08-11T11:24:35.268Z | DEBG |
| 8959 | 2026-08-11T11:24:35.268Z | created new freemap, unitAug 11 11:24:34.273reset freemap:Aug 11 11:24:34.273, DEBGAug 11 11:24:34.273 freemap_route_ipv4 INFODEBG |
| 8960 | 2026-08-11T11:24:35.268Z | adding route 3fff:beef:33::/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 } }]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 } }] |
| 8961 | 2026-08-11T11:24:35.268Z | |
| 8962 | 2026-08-11T11:24:35.268Z | |
| 8963 | 2026-08-11T11:24:35.268Z | unit:Aug 11 11:24:34.273Aug 11 11:24:34.273 Aug 11 11:24:34.273DEBG INFOfreemap_route_ipv6 |
| 8964 | 2026-08-11T11:24:35.268Z | DEBGAug 11 11:24:34.273 adding route 172.17.0.0/32 -> 10.0.0.255created new freemapreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8965 | 2026-08-11T11:24:35.268Z | |
| 8966 | 2026-08-11T11:24:35.268Z | , INFOunit : freemap_route_ipv6Aug 11 11:24:34.273 Aug 11 11:24:34.273adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8967 | 2026-08-11T11:24:35.268Z | INFOAug 11 11:24:34.273DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8968 | 2026-08-11T11:24:35.268Z | |
| 8969 | 2026-08-11T11:24:35.268Z | INFO |
| 8970 | 2026-08-11T11:24:35.268Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:24:34.273 |
| 8971 | 2026-08-11T11:24:35.268Z | Aug 11 11:24:34.273Aug 11 11:24:34.273 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 } }]DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.273initted freemap. size: 64 |
| 8972 | 2026-08-11T11:24:35.268Z | , INFO |
| 8973 | 2026-08-11T11:24:35.268Z | unit :adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8974 | 2026-08-11T11:24:35.268Z | freemap_route_ipv4Aug 11 11:24:34.273Aug 11 11:24:34.273 |
| 8975 | 2026-08-11T11:24:35.268Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 8976 | 2026-08-11T11:24:35.268Z | INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 11 11:24:34.273 |
| 8977 | 2026-08-11T11:24:35.268Z | Aug 11 11:24:34.273adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8978 | 2026-08-11T11:24:35.269Z | Aug 11 11:24:34.273 DEBGAug 11 11:24:34.273 DEBGAug 11 11:24:34.273 reset freemapDEBG 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 } }], |
| 8979 | 2026-08-11T11:24:35.269Z | DEBGunit replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] freemap_route_ipv4 |
| 8980 | 2026-08-11T11:24:35.269Z | |
| 8981 | 2026-08-11T11:24:35.269Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 8982 | 2026-08-11T11:24:35.269Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.273 |
| 8983 | 2026-08-11T11:24:35.269Z | |
| 8984 | 2026-08-11T11:24:35.269Z | INFOAug 11 11:24:34.273 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8985 | 2026-08-11T11:24:35.269Z | Aug 11 11:24:34.273DEBG Aug 11 11:24:34.273Aug 11 11:24:34.273 Aug 11 11:24:34.273DEBGinitted freemap. size: 64 , 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 } }] |
| 8986 | 2026-08-11T11:24:35.269Z | unit INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff: |
| 8987 | 2026-08-11T11:24:35.269Z | INFO Aug 11 11:24:34.273adding route 172.17.0.2/32 -> 10.0.0.255 |
| 8988 | 2026-08-11T11:24:35.269Z | freemap_route_ipv6 INFOAug 11 11:24:34.273Aug 11 11:24:34.273 adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 8989 | 2026-08-11T11:24:35.269Z | |
| 8990 | 2026-08-11T11:24:35.269Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8991 | 2026-08-11T11:24:35.269Z | 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 } }] |
| 8992 | 2026-08-11T11:24:35.269Z | Aug 11 11:24:34.273 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 } }] |
| 8993 | 2026-08-11T11:24:35.269Z | Aug 11 11:24:34.273Aug 11 11:24:34.273DEBG DEBGAug 11 11:24:34.273DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8994 | 2026-08-11T11:24:35.269Z | reset freemap INFO |
| 8995 | 2026-08-11T11:24:35.269Z | , unit Aug 11 11:24:34.273Aug 11 11:24:34.273: INFOINFO freemap_route_ipv6 adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8996 | 2026-08-11T11:24:35.269Z | |
| 8997 | 2026-08-11T11:24:35.269Z | |
| 8998 | 2026-08-11T11:24:35.269Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8999 | 2026-08-11T11:24:35.269Z | Aug 11 11:24:34.273Aug 11 11:24:34.273Aug 11 11:24:34.273 Aug 11 11:24:34.273DEBG DEBGAug 11 11:24:34.273 INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9000 | 2026-08-11T11:24:35.269Z | 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 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.273Aug 11 11:24:34.273 |
| 9001 | 2026-08-11T11:24:35.269Z | Aug 11 11:24:34.279DEBG DEBG INFOAug 11 11:24:34.279 created new freemap , created new freemapunit , :unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 9002 | 2026-08-11T11:24:35.269Z | : freemap_route_ipv4 |
| 9003 | 2026-08-11T11:24:35.269Z | freemap_route_ipv4adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9004 | 2026-08-11T11:24:35.269Z | |
| 9005 | 2026-08-11T11:24:35.269Z | Aug 11 11:24:34.279 DEBGAug 11 11:24:34.279Aug 11 11:24:34.279 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6 |
| 9006 | 2026-08-11T11:24:35.269Z | |
| 9007 | 2026-08-11T11:24:35.269Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.279Aug 11 11:24:34.279Aug 11 11:24:34.279 |
| 9008 | 2026-08-11T11:24:35.269Z | INFODEBG DEBGDEBGinitted freemap. size: 64 , 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 } }]initted freemap. size: 64 |
| 9009 | 2026-08-11T11:24:35.269Z | adding route 172.17.0.14/32 -> 10.0.0.255unit: |
| 9010 | 2026-08-11T11:24:35.269Z | freemap_route_ipv4Aug 11 11:24:34.279 |
| 9011 | 2026-08-11T11:24:35.269Z | INFO, unitAug 11 11:24:34.279 :adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 11 11:24:34.279 freemap_route_ipv4DEBG |
| 9012 | 2026-08-11T11:24:35.269Z | |
| 9013 | 2026-08-11T11:24:35.269Z | 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 } }] |
| 9014 | 2026-08-11T11:24:35.269Z | DEBG Aug 11 11:24:34.279Aug 11 11:24:34.279 Aug 11 11:24:34.279 Aug 11 11:24:34.279DEBGINFOreset freemap , INFO 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 } }] unit |
| 9015 | 2026-08-11T11:24:35.269Z | adding route 172.17.0.15/32 -> 10.0.0.255: reset freemapadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9016 | 2026-08-11T11:24:35.270Z | freemap_route_ipv4, |
| 9017 | 2026-08-11T11:24:35.274Z | |
| 9018 | 2026-08-11T11:24:35.274Z | Aug 11 11:24:34.279 unitINFO:Aug 11 11:24:34.279 Aug 11 11:24:34.279 Aug 11 11:24:34.279DEBGDEBG freemap_route_ipv4replacing 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 } }] |
| 9019 | 2026-08-11T11:24:35.274Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff DEBG |
| 9020 | 2026-08-11T11:24:35.274Z | |
| 9021 | 2026-08-11T11:24:35.274Z | initted freemap. size: 64, unitreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 11 11:24:34.279 DEBGAug 11 11:24:34.279 freemap_route_ipv6Aug 11 11:24:34.279 |
| 9022 | 2026-08-11T11:24:35.274Z | initted freemap. size: 64DEBG |
| 9023 | 2026-08-11T11:24:35.274Z | , 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 } }] unit |
| 9024 | 2026-08-11T11:24:35.274Z | :Aug 11 11:24:34.279 Aug 11 11:24:34.279adding route 3fff:beef:3b::/64 -> 2001:db8::55:fffreemap_route_ipv6 INFO |
| 9025 | 2026-08-11T11:24:35.274Z | DEBG |
| 9026 | 2026-08-11T11:24:35.274Z | adding route 172.17.0.16/32 -> 10.0.0.255reset freemap |
| 9027 | 2026-08-11T11:24:35.274Z | Aug 11 11:24:34.279 , INFOAug 11 11:24:34.279Aug 11 11:24:34.279 Aug 11 11:24:34.279adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG DEBGunit |
| 9028 | 2026-08-11T11:24:35.274Z | 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 } }]freemap_route_ipv6replacing 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 } }] |
| 9029 | 2026-08-11T11:24:35.274Z | |
| 9030 | 2026-08-11T11:24:35.274Z | Aug 11 11:24:34.279 |
| 9031 | 2026-08-11T11:24:35.274Z | reset freemapAug 11 11:24:34.279, unitINFO :DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.279Aug 11 11:24:34.279 freemap_route_ipv6 |
| 9032 | 2026-08-11T11:24:35.274Z | |
| 9033 | 2026-08-11T11:24:35.274Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9034 | 2026-08-11T11:24:35.274Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9035 | 2026-08-11T11:24:35.274Z | Aug 11 11:24:34.279 Aug 11 11:24:34.280INFOINFOAug 11 11:24:34.280 INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9036 | 2026-08-11T11:24:35.274Z | DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9037 | 2026-08-11T11:24:35.274Z | 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 } }] |
| 9038 | 2026-08-11T11:24:35.274Z | Aug 11 11:24:34.280 |
| 9039 | 2026-08-11T11:24:35.274Z | Aug 11 11:24:34.280DEBG Aug 11 11:24:34.280replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 11 11:24:34.280DEBGAug 11 11:24:34.280 |
| 9040 | 2026-08-11T11:24:35.274Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 9041 | 2026-08-11T11:24:35.274Z | DEBG Aug 11 11:24:34.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 } }] replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9042 | 2026-08-11T11:24:35.274Z | |
| 9043 | 2026-08-11T11:24:35.274Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9044 | 2026-08-11T11:24:35.274Z | Aug 11 11:24:34.280 |
| 9045 | 2026-08-11T11:24:35.275Z | INFO Aug 11 11:24:34.280Aug 11 11:24:34.280Aug 11 11:24:34.280 adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 11 11:24:34.280DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 9046 | 2026-08-11T11:24:35.275Z | 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 } }] |
| 9047 | 2026-08-11T11:24:35.275Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO |
| 9048 | 2026-08-11T11:24:35.275Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 9049 | 2026-08-11T11:24:35.275Z | Aug 11 11:24:34.280Aug 11 11:24:34.280 INFO |
| 9050 | 2026-08-11T11:24:35.275Z | Aug 11 11:24:34.280adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9051 | 2026-08-11T11:24:35.275Z | DEBG Aug 11 11:24:34.280Aug 11 11:24:34.280DEBGAug 11 11:24:34.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 } }]DEBG |
| 9052 | 2026-08-11T11:24:35.275Z | 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 INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9053 | 2026-08-11T11:24:35.275Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.19/32 -> 10.0.0.255 |
| 9054 | 2026-08-11T11:24:35.275Z | |
| 9055 | 2026-08-11T11:24:35.275Z | |
| 9056 | 2026-08-11T11:24:35.275Z | Aug 11 11:24:34.280 INFOAug 11 11:24:34.280Aug 11 11:24:34.280 INFOadding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 9057 | 2026-08-11T11:24:35.275Z | Aug 11 11:24:34.280 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 11 11:24:34.280 |
| 9058 | 2026-08-11T11:24:35.275Z | |
| 9059 | 2026-08-11T11:24:35.275Z | Aug 11 11:24:34.280 DEBGINFO Aug 11 11:24:34.280adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9060 | 2026-08-11T11:24:35.275Z | 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 } }] |
| 9061 | 2026-08-11T11:24:35.275Z | DEBG |
| 9062 | 2026-08-11T11:24:35.275Z | Aug 11 11:24:34.280 replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.280Aug 11 11:24:34.280DEBGAug 11 11:24:34.280 |
| 9063 | 2026-08-11T11:24:35.275Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9064 | 2026-08-11T11:24:35.275Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9065 | 2026-08-11T11:24:35.275Z | INFOAug 11 11:24:34.280 adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9066 | 2026-08-11T11:24:35.275Z | Aug 11 11:24:34.280DEBGAug 11 11:24:34.280 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 } }]DEBGDEBG |
| 9067 | 2026-08-11T11:24:35.275Z | replacing targets for 3fff:dead::/64 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 } }]failed to allocate space for the new target list |
| 9068 | 2026-08-11T11:24:35.275Z | DEBG |
| 9069 | 2026-08-11T11:24:35.275Z | Aug 11 11:24:34.280replacing 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 } }] |
| 9070 | 2026-08-11T11:24:35.275Z | Aug 11 11:24:34.280DEBGAug 11 11:24:34.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 } }, NextHop { asic_port_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 WARNadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9071 | 2026-08-11T11:24:35.275Z | Aug 11 11:24:34.280shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:24:34.280 |
| 9072 | 2026-08-11T11:24:35.275Z | |
| 9073 | 2026-08-11T11:24:35.275Z | DEBGINFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 11 11:24:34.280 |
| 9074 | 2026-08-11T11:24:35.275Z | DEBGAug 11 11:24:34.280 DEBGAug 11 11:24:34.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:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9075 | 2026-08-11T11:24:35.275Z | DEBG |
| 9076 | 2026-08-11T11:24:35.275Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9077 | 2026-08-11T11:24:35.275Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:24:34.280Aug 11 11:24:34.280Aug 11 11:24:34.280 WARNINFO shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 9078 | 2026-08-11T11:24:35.275Z | |
| 9079 | 2026-08-11T11:24:35.275Z | test route::tests::identity_replace_is_noop ... ok |
| 9080 | 2026-08-11T11:24:35.275Z | |
| 9081 | 2026-08-11T11:24:35.275Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:24:34.280 |
| 9082 | 2026-08-11T11:24:35.275Z | Aug 11 11:24:34.280INFO 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 } }] |
| 9083 | 2026-08-11T11:24:35.275Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9084 | 2026-08-11T11:24:35.276Z | |
| 9085 | 2026-08-11T11:24:35.276Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9086 | 2026-08-11T11:24:35.276Z | Aug 11 11:24:34.280 |
| 9087 | 2026-08-11T11:24:35.276Z | Aug 11 11:24:34.280 Aug 11 11:24:34.280DEBGINFO 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 } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 9088 | 2026-08-11T11:24:35.276Z | |
| 9089 | 2026-08-11T11:24:35.276Z | Aug 11 11:24:34.280Aug 11 11:24:34.280 adding route 172.17.0.23/32 -> 10.0.0.255DEBGINFOAug 11 11:24:34.280 |
| 9090 | 2026-08-11T11:24:35.276Z | INFO Aug 11 11:24:34.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 } }] Aug 11 11:24:34.280 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9091 | 2026-08-11T11:24:35.276Z | |
| 9092 | 2026-08-11T11:24:35.276Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9093 | 2026-08-11T11:24:35.276Z | DEBG Aug 11 11:24:34.280Aug 11 11:24:34.280 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 } }]DEBGDEBG |
| 9094 | 2026-08-11T11:24:35.276Z | Aug 11 11:24:34.280replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 |
| 9095 | 2026-08-11T11:24:35.276Z | |
| 9096 | 2026-08-11T11:24:35.276Z | adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 9097 | 2026-08-11T11:24:35.276Z | Aug 11 11:24:34.280replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.280 |
| 9098 | 2026-08-11T11:24:35.276Z | Aug 11 11:24:34.280 INFODEBGINFO Aug 11 11:24:34.280adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9099 | 2026-08-11T11:24:35.276Z | Aug 11 11:24:34.280 |
| 9100 | 2026-08-11T11:24:35.276Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9101 | 2026-08-11T11:24:35.276Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 11 11:24:34.280Aug 11 11:24:34.280 |
| 9102 | 2026-08-11T11:24:35.276Z | adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 9103 | 2026-08-11T11:24:35.276Z | DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.280 Aug 11 11:24:34.280replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9104 | 2026-08-11T11:24:35.276Z | |
| 9105 | 2026-08-11T11:24:35.276Z | DEBGAug 11 11:24:34.280 INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9106 | 2026-08-11T11:24:35.276Z | Aug 11 11:24:34.280 Aug 11 11:24:34.280DEBG Aug 11 11:24:34.286adding route 172.17.0.3/32 -> 10.0.0.255 created new freemap |
| 9107 | 2026-08-11T11:24:35.276Z | INFO, unit adding route 3fff:beef:22::/64 -> 2001:db8::55:ff:DEBG |
| 9108 | 2026-08-11T11:24:35.276Z | freemap_route_ipv4created new freemapAug 11 11:24:34.286 , DEBGunit |
| 9109 | 2026-08-11T11:24:35.276Z | Aug 11 11:24:34.286 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 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 } }] |
| 9110 | 2026-08-11T11:24:35.276Z | |
| 9111 | 2026-08-11T11:24:35.276Z | Aug 11 11:24:34.280Aug 11 11:24:34.286 DEBGfreemap_route_ipv4 Aug 11 11:24:34.280 |
| 9112 | 2026-08-11T11:24:35.276Z | INFO created new freemapadding route 172.16.0.0/32 -> 10.0.0.4Aug 11 11:24:34.286, |
| 9113 | 2026-08-11T11:24:35.276Z | INFO Aug 11 11:24:34.286 adding route 172.17.0.4/32 -> 10.0.0.255 Aug 11 11:24:34.286unit DEBGDEBGAug 11 11:24:34.286INFO |
| 9114 | 2026-08-11T11:24:35.276Z | created new freemap :adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 11 11:24:34.286 |
| 9115 | 2026-08-11T11:24:35.276Z | created new freemapfreemap_route_ipv6, |
| 9116 | 2026-08-11T11:24:35.276Z | , DEBGDEBGunitAug 11 11:24:34.286 unit DEBGAug 11 11:24:34.286replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] ::replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] 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_ipv4 |
| 9117 | 2026-08-11T11:24:35.280Z | |
| 9118 | 2026-08-11T11:24:35.280Z | DEBG |
| 9119 | 2026-08-11T11:24:35.280Z | freemap_route_ipv6 initted freemap. size: 64 |
| 9120 | 2026-08-11T11:24:35.281Z | , unitAug 11 11:24:34.287: |
| 9121 | 2026-08-11T11:24:35.281Z | Aug 11 11:24:34.286 Aug 11 11:24:34.287INFO INFOAug 11 11:24:34.287DEBG freemap_route_ipv4 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 11 11:24:34.287 |
| 9122 | 2026-08-11T11:24:35.281Z | DEBG |
| 9123 | 2026-08-11T11:24:35.281Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 11 11:24:34.287 |
| 9124 | 2026-08-11T11:24:35.281Z | DEBG adding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:24:34.287initted freemap. size: 64 |
| 9125 | 2026-08-11T11:24:35.281Z | , created new freemapDEBG DEBGunit Aug 11 11:24:34.287, reset freemapunit, :DEBG freemap_route_ipv6: |
| 9126 | 2026-08-11T11:24:35.281Z | unitreplacing 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 } }] : |
| 9127 | 2026-08-11T11:24:35.281Z | freemap_route_ipv4replacing 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 } }] |
| 9128 | 2026-08-11T11:24:35.281Z | freemap_route_ipv4 |
| 9129 | 2026-08-11T11:24:35.281Z | |
| 9130 | 2026-08-11T11:24:35.281Z | Aug 11 11:24:34.287Aug 11 11:24:34.287Aug 11 11:24:34.287 Aug 11 11:24:34.287 DEBGAug 11 11:24:34.287 INFO DEBGDEBG reset freemapinitted freemap. size: 64initted freemap. size: 64, INFO, adding route 172.17.0.6/32 -> 10.0.0.255, unitunit :adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9131 | 2026-08-11T11:24:35.281Z | : |
| 9132 | 2026-08-11T11:24:35.281Z | unit :Aug 11 11:24:34.287 Aug 11 11:24:34.287freemap_route_ipv6freemap_route_ipv4 |
| 9133 | 2026-08-11T11:24:35.281Z | |
| 9134 | 2026-08-11T11:24:35.281Z | freemap_route_ipv4DEBG DEBGAug 11 11:24:34.287replacing 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 } }] |
| 9135 | 2026-08-11T11:24:35.281Z | 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 } }] |
| 9136 | 2026-08-11T11:24:35.281Z | |
| 9137 | 2026-08-11T11:24:35.281Z | DEBGAug 11 11:24:34.287 reset freemap , DEBGunit :Aug 11 11:24:34.287Aug 11 11:24:34.287reset freemapAug 11 11:24:34.287 freemap_route_ipv6, INFOunit : |
| 9138 | 2026-08-11T11:24:35.281Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9139 | 2026-08-11T11:24:35.281Z | freemap_route_ipv4 |
| 9140 | 2026-08-11T11:24:35.281Z | |
| 9141 | 2026-08-11T11:24:35.281Z | Aug 11 11:24:34.287initted freemap. size: 64Aug 11 11:24:34.287 Aug 11 11:24:34.287 INFO, DEBG unitAug 11 11:24:34.287adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9142 | 2026-08-11T11:24:35.281Z | 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 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 } }] |
| 9143 | 2026-08-11T11:24:35.281Z | DEBG initted freemap. size: 64 |
| 9144 | 2026-08-11T11:24:35.281Z | Aug 11 11:24:34.287freemap_route_ipv6 , DEBGAug 11 11:24:34.287 |
| 9145 | 2026-08-11T11:24:35.281Z | unitAug 11 11:24:34.287 INFOINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9146 | 2026-08-11T11:24:35.281Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255 |
| 9147 | 2026-08-11T11:24:35.281Z | : |
| 9148 | 2026-08-11T11:24:35.281Z | Aug 11 11:24:34.287Aug 11 11:24:34.287freemap_route_ipv6Aug 11 11:24:34.287 |
| 9149 | 2026-08-11T11:24:35.281Z | INFO Aug 11 11:24:34.287DEBGDEBG DEBGAug 11 11:24:34.287replacing 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 } }] |
| 9150 | 2026-08-11T11:24:35.281Z | adding route 3fff:dead::/64 -> 2001:db8::55:2reset freemap |
| 9151 | 2026-08-11T11:24:35.281Z | 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 } }]reset freemapAug 11 11:24:34.287 |
| 9152 | 2026-08-11T11:24:35.281Z | , unit, INFOAug 11 11:24:34.287: unitDEBG: Aug 11 11:24:34.287 adding route 3fff:beef:28::/64 -> 2001:db8::55:fffreemap_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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9153 | 2026-08-11T11:24:35.281Z | |
| 9154 | 2026-08-11T11:24:35.281Z | |
| 9155 | 2026-08-11T11:24:35.281Z | INFOfreemap_route_ipv6 Aug 11 11:24:34.287adding route 172.17.0.9/32 -> 10.0.0.255 Aug 11 11:24:34.287Aug 11 11:24:34.287 |
| 9156 | 2026-08-11T11:24:35.281Z | INFO |
| 9157 | 2026-08-11T11:24:35.282Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.1DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 11 11:24:34.287replacing 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 } }] |
| 9158 | 2026-08-11T11:24:35.282Z | |
| 9159 | 2026-08-11T11:24:35.282Z | |
| 9160 | 2026-08-11T11:24:35.282Z | Aug 11 11:24:34.287 INFODEBGAug 11 11:24:34.287 Aug 11 11:24:34.287replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 9161 | 2026-08-11T11:24:35.282Z | adding route 3fff:beef:29::/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 } }] |
| 9162 | 2026-08-11T11:24:35.282Z | |
| 9163 | 2026-08-11T11:24:35.282Z | |
| 9164 | 2026-08-11T11:24:35.282Z | Aug 11 11:24:34.287 INFOAug 11 11:24:34.287 Aug 11 11:24:34.287DEBG adding route 172.17.0.10/32 -> 10.0.0.255Aug 11 11:24:34.287 |
| 9165 | 2026-08-11T11:24:35.282Z | DEBG INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9166 | 2026-08-11T11:24:35.282Z | |
| 9167 | 2026-08-11T11:24:35.282Z | Aug 11 11:24:34.287 DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 9168 | 2026-08-11T11:24:35.282Z | Aug 11 11:24:34.287Aug 11 11:24:34.287replacing 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 } }] |
| 9169 | 2026-08-11T11:24:35.282Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9170 | 2026-08-11T11:24:35.282Z | Aug 11 11:24:34.287Aug 11 11:24:34.287adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 9171 | 2026-08-11T11:24:35.282Z | DEBG INFOAug 11 11:24:34.287replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 11 11:24:34.287adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9172 | 2026-08-11T11:24:35.282Z | |
| 9173 | 2026-08-11T11:24:35.282Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:24:34.287 |
| 9174 | 2026-08-11T11:24:35.282Z | |
| 9175 | 2026-08-11T11:24:35.282Z | INFOAug 11 11:24:34.287 adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 9176 | 2026-08-11T11:24:35.282Z | Aug 11 11:24:34.287 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.287 |
| 9177 | 2026-08-11T11:24:35.282Z | INFOINFO Aug 11 11:24:34.287adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 11 11:24:34.287adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9178 | 2026-08-11T11:24:35.282Z | |
| 9179 | 2026-08-11T11:24:35.282Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9180 | 2026-08-11T11:24:35.282Z | DEBGINFO adding route 172.17.0.12/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 } }] |
| 9181 | 2026-08-11T11:24:35.282Z | |
| 9182 | 2026-08-11T11:24:35.282Z | Aug 11 11:24:34.287 DEBG Aug 11 11:24:34.287Aug 11 11:24:34.287Aug 11 11:24:34.287 INFODEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9183 | 2026-08-11T11:24:35.282Z | |
| 9184 | 2026-08-11T11:24:35.282Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9185 | 2026-08-11T11:24:35.282Z | Aug 11 11:24:34.280Aug 11 11:24:34.287Aug 11 11:24:34.287 DEBGINFOAug 11 11:24:34.287 DEBG 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 } }] |
| 9186 | 2026-08-11T11:24:35.282Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO 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 } }] |
| 9187 | 2026-08-11T11:24:35.282Z | |
| 9188 | 2026-08-11T11:24:35.282Z | adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.25/32 -> 10.0.0.255Aug 11 11:24:34.287 |
| 9189 | 2026-08-11T11:24:35.282Z | |
| 9190 | 2026-08-11T11:24:35.282Z | INFO Aug 11 11:24:34.287Aug 11 11:24:34.287adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9191 | 2026-08-11T11:24:35.282Z | DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255Aug 11 11:24:34.287 |
| 9192 | 2026-08-11T11:24:35.282Z | DEBG |
| 9193 | 2026-08-11T11:24:35.282Z | Aug 11 11:24:34.287replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.287Aug 11 11:24:34.287 |
| 9194 | 2026-08-11T11:24:35.282Z | DEBG DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.287Aug 11 11:24:34.287 |
| 9195 | 2026-08-11T11:24:35.282Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9196 | 2026-08-11T11:24:35.283Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 9197 | 2026-08-11T11:24:35.283Z | Aug 11 11:24:34.287 adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 9198 | 2026-08-11T11:24:35.283Z | INFOAug 11 11:24:34.287adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9199 | 2026-08-11T11:24:35.283Z | Aug 11 11:24:34.287adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 9200 | 2026-08-11T11:24:35.283Z | Aug 11 11:24:34.287DEBG adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9201 | 2026-08-11T11:24:35.283Z | Aug 11 11:24:34.287replacing targets for 3fff:dead::/64 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 } }]DEBG |
| 9202 | 2026-08-11T11:24:35.283Z | 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 |
| 9203 | 2026-08-11T11:24:35.283Z | 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 } }] |
| 9204 | 2026-08-11T11:24:35.283Z | Aug 11 11:24:34.287 DEBG Aug 11 11:24:34.287 Aug 11 11:24:34.287replacing 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 |
| 9205 | 2026-08-11T11:24:35.283Z | adding route 172.17.0.4/32 -> 10.0.0.255Aug 11 11:24:34.287 |
| 9206 | 2026-08-11T11:24:35.283Z | INFODEBG Aug 11 11:24:34.287adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:24:34.287 |
| 9207 | 2026-08-11T11:24:35.283Z | INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.287 |
| 9208 | 2026-08-11T11:24:35.283Z | DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9209 | 2026-08-11T11:24:35.283Z | |
| 9210 | 2026-08-11T11:24:35.283Z | 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 } }] |
| 9211 | 2026-08-11T11:24:35.283Z | Aug 11 11:24:34.287 Aug 11 11:24:34.287 Aug 11 11:24:34.287DEBG Aug 11 11:24:34.287 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 } }] INFOadding route 172.17.0.16/32 -> 10.0.0.255 |
| 9212 | 2026-08-11T11:24:35.283Z | |
| 9213 | 2026-08-11T11:24:35.283Z | adding route 172.17.0.5/32 -> 10.0.0.255INFO Aug 11 11:24:34.288 adding route 172.17.0.27/32 -> 10.0.0.255DEBGAug 11 11:24:34.287 |
| 9214 | 2026-08-11T11:24:35.283Z | |
| 9215 | 2026-08-11T11:24:35.283Z | DEBG created new freemap , created new freemapAug 11 11:24:34.293Aug 11 11:24:34.293 , unitunit 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 } }]freemap_route_ipv4 |
| 9216 | 2026-08-11T11:24:35.283Z | |
| 9217 | 2026-08-11T11:24:35.287Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.293 |
| 9218 | 2026-08-11T11:24:35.287Z | INFO Aug 11 11:24:34.293adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9219 | 2026-08-11T11:24:35.287Z | Aug 11 11:24:34.293INFO DEBG adding route 172.17.0.6/32 -> 10.0.0.255created new freemapAug 11 11:24:34.293, |
| 9220 | 2026-08-11T11:24:35.287Z | unit: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 } }]replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 9221 | 2026-08-11T11:24:35.287Z | |
| 9222 | 2026-08-11T11:24:35.287Z | |
| 9223 | 2026-08-11T11:24:35.287Z | Aug 11 11:24:34.293 DEBGAug 11 11:24:34.293Aug 11 11:24:34.293 INFODEBGAug 11 11:24:34.293 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 9224 | 2026-08-11T11:24:35.287Z | , unitINFO: adding route 172.17.0.6/32 -> 10.0.0.255freemap_route_ipv4 |
| 9225 | 2026-08-11T11:24:35.288Z | |
| 9226 | 2026-08-11T11:24:35.288Z | |
| 9227 | 2026-08-11T11:24:35.288Z | Aug 11 11:24:34.293 INFOAug 11 11:24:34.293 Aug 11 11:24:34.293adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9228 | 2026-08-11T11:24:35.288Z | DEBGDEBG reset freemap Aug 11 11:24:34.293, unitDEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.293replacing 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 |
| 9229 | 2026-08-11T11:24:35.288Z | |
| 9230 | 2026-08-11T11:24:35.288Z | freemap_route_ipv4 |
| 9231 | 2026-08-11T11:24:35.288Z | 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 } }] |
| 9232 | 2026-08-11T11:24:35.288Z | Aug 11 11:24:34.293 Aug 11 11:24:34.293Aug 11 11:24:34.293 DEBGINFO INFOinitted freemap. size: 64adding route 172.17.0.7/32 -> 10.0.0.255, |
| 9233 | 2026-08-11T11:24:35.288Z | Aug 11 11:24:34.293 INFOunit adding route 3fff:beef:31::/64 -> 2001:db8::55:ff:Aug 11 11:24:34.293 |
| 9234 | 2026-08-11T11:24:35.288Z | adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv6 |
| 9235 | 2026-08-11T11:24:35.288Z | |
| 9236 | 2026-08-11T11:24:35.288Z | DEBGAug 11 11:24:34.293 DEBG Aug 11 11:24:34.293Aug 11 11:24:34.293replacing 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 } }] |
| 9237 | 2026-08-11T11:24:35.288Z | 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 reset freemapDEBG |
| 9238 | 2026-08-11T11:24:35.288Z | , unitAug 11 11:24:34.293: INFOfreemap_route_ipv6 Aug 11 11:24:34.294 |
| 9239 | 2026-08-11T11:24:35.288Z | INFOadding route 172.17.0.8/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 } }] |
| 9240 | 2026-08-11T11:24:35.288Z | Aug 11 11:24:34.294 |
| 9241 | 2026-08-11T11:24:35.288Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9242 | 2026-08-11T11:24:35.288Z | INFO Aug 11 11:24:34.294adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:24:34.294 |
| 9243 | 2026-08-11T11:24:35.288Z | Aug 11 11:24:34.294 INFODEBGDEBGAug 11 11:24:34.294 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.9/32 -> 10.0.0.255 |
| 9244 | 2026-08-11T11:24:35.288Z | |
| 9245 | 2026-08-11T11:24:35.288Z | 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 |
| 9246 | 2026-08-11T11:24:35.288Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:24:34.294 |
| 9247 | 2026-08-11T11:24:35.288Z | INFO Aug 11 11:24:34.294adding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:24:34.294 |
| 9248 | 2026-08-11T11:24:35.288Z | DEBG INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.294 |
| 9249 | 2026-08-11T11:24:35.288Z | INFOAug 11 11:24:34.294adding route 3fff:beef:33::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9250 | 2026-08-11T11:24:35.288Z | DEBG |
| 9251 | 2026-08-11T11:24:35.288Z | Aug 11 11:24:34.294 INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9252 | 2026-08-11T11:24:35.288Z | adding route 172.17.0.10/32 -> 10.0.0.255Aug 11 11:24:34.294Aug 11 11:24:34.294 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9253 | 2026-08-11T11:24:35.288Z | |
| 9254 | 2026-08-11T11:24:35.288Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9255 | 2026-08-11T11:24:35.288Z | Aug 11 11:24:34.294 Aug 11 11:24:34.294Aug 11 11:24:34.294 INFOAug 11 11:24:34.294 Aug 11 11:24:34.294INFOINFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff 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 } }] |
| 9256 | 2026-08-11T11:24:35.288Z | |
| 9257 | 2026-08-11T11:24:35.288Z | adding route 172.17.0.28/32 -> 10.0.0.255 adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9258 | 2026-08-11T11:24:35.288Z | Aug 11 11:24:34.294 |
| 9259 | 2026-08-11T11:24:35.288Z | |
| 9260 | 2026-08-11T11:24:35.288Z | Aug 11 11:24:34.294 INFO DEBGAug 11 11:24:34.294Aug 11 11:24:34.294 Aug 11 11:24:34.294 DEBG adding route 172.17.0.11/32 -> 10.0.0.255 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 } }]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 } }]DEBG |
| 9261 | 2026-08-11T11:24:35.289Z | |
| 9262 | 2026-08-11T11:24:35.289Z | |
| 9263 | 2026-08-11T11:24:35.289Z | 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9264 | 2026-08-11T11:24:35.289Z | |
| 9265 | 2026-08-11T11:24:35.289Z | Aug 11 11:24:34.294Aug 11 11:24:34.294 INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 11 11:24:34.294 |
| 9266 | 2026-08-11T11:24:35.289Z | Aug 11 11:24:34.294Aug 11 11:24:34.294INFO INFOadding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 9267 | 2026-08-11T11:24:35.289Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO |
| 9268 | 2026-08-11T11:24:35.289Z | Aug 11 11:24:34.294adding route 172.17.0.29/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 } }]Aug 11 11:24:34.294 DEBG |
| 9269 | 2026-08-11T11:24:35.289Z | DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9270 | 2026-08-11T11:24:35.289Z | |
| 9271 | 2026-08-11T11:24:35.289Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:24:34.294Aug 11 11:24:34.294Aug 11 11:24:34.294 INFODEBG |
| 9272 | 2026-08-11T11:24:35.289Z | Aug 11 11:24:34.294 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 } }]INFOadding route 172.17.0.12/32 -> 10.0.0.255 |
| 9273 | 2026-08-11T11:24:35.289Z | DEBGadding route 172.17.0.12/32 -> 10.0.0.255 Aug 11 11:24:34.294 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 11 11:24:34.294 |
| 9274 | 2026-08-11T11:24:35.289Z | |
| 9275 | 2026-08-11T11:24:35.289Z | |
| 9276 | 2026-08-11T11:24:35.289Z | test route::tests::same_size_non_subset_replace ... ok |
| 9277 | 2026-08-11T11:24:35.289Z | 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 } }] |
| 9278 | 2026-08-11T11:24:35.289Z | 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 } }] |
| 9279 | 2026-08-11T11:24:35.289Z | Aug 11 11:24:34.294Aug 11 11:24:34.294Aug 11 11:24:34.294 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9280 | 2026-08-11T11:24:35.289Z | adding route 172.17.0.30/32 -> 10.0.0.255DEBG 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 } }] |
| 9281 | 2026-08-11T11:24:35.289Z | |
| 9282 | 2026-08-11T11:24:35.289Z | Aug 11 11:24:34.294Aug 11 11:24:34.294 Aug 11 11:24:34.294Aug 11 11:24:34.294 DEBGINFO Aug 11 11:24:34.294adding route 172.17.0.13/32 -> 10.0.0.255 DEBG |
| 9283 | 2026-08-11T11:24:35.289Z | DEBG INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9284 | 2026-08-11T11:24:35.289Z | |
| 9285 | 2026-08-11T11:24:35.289Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9286 | 2026-08-11T11:24:35.289Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.294 |
| 9287 | 2026-08-11T11:24:35.289Z | Aug 11 11:24:34.294 Aug 11 11:24:34.294DEBGAug 11 11:24:34.294 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO |
| 9288 | 2026-08-11T11:24:35.289Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9289 | 2026-08-11T11:24:35.289Z | |
| 9290 | 2026-08-11T11:24:35.289Z | Aug 11 11:24:34.294replacing 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 } }] |
| 9291 | 2026-08-11T11:24:35.289Z | INFOAug 11 11:24:34.294Aug 11 11:24:34.294 DEBG Aug 11 11:24:34.294DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.294adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9292 | 2026-08-11T11:24:35.289Z | |
| 9293 | 2026-08-11T11:24:35.289Z | INFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9294 | 2026-08-11T11:24:35.289Z | INFOAug 11 11:24:34.294 adding route 172.17.0.14/32 -> 10.0.0.255 Aug 11 11:24:34.294adding route 172.17.0.17/32 -> 10.0.0.255 INFO |
| 9295 | 2026-08-11T11:24:35.289Z | DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.294 |
| 9296 | 2026-08-11T11:24:35.289Z | |
| 9297 | 2026-08-11T11:24:35.289Z | Aug 11 11:24:34.294 INFO |
| 9298 | 2026-08-11T11:24:35.289Z | Aug 11 11:24:34.294DEBG Aug 11 11:24:34.294adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9299 | 2026-08-11T11:24:35.289Z | DEBG |
| 9300 | 2026-08-11T11:24:35.289Z | Aug 11 11:24:34.294INFOAug 11 11:24:34.294 INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9301 | 2026-08-11T11:24:35.290Z | Aug 11 11:24:34.294adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9302 | 2026-08-11T11:24:35.290Z | |
| 9303 | 2026-08-11T11:24:35.290Z | DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.294 |
| 9304 | 2026-08-11T11:24:35.290Z | |
| 9305 | 2026-08-11T11:24:35.290Z | Aug 11 11:24:34.294 DEBGAug 11 11:24:34.294 Aug 11 11:24:34.294replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG Aug 11 11:24:34.294adding route 3fff:beef:39::/64 -> 2001:db8::55:ff INFO |
| 9306 | 2026-08-11T11:24:35.290Z | INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9307 | 2026-08-11T11:24:35.290Z | |
| 9308 | 2026-08-11T11:24:35.290Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 11 11:24:34.294 DEBG |
| 9309 | 2026-08-11T11:24:35.290Z | |
| 9310 | 2026-08-11T11:24:35.290Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.294Aug 11 11:24:34.294Aug 11 11:24:34.294 |
| 9311 | 2026-08-11T11:24:35.290Z | INFODEBG adding route 172.17.0.16/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 } }] |
| 9312 | 2026-08-11T11:24:35.290Z | |
| 9313 | 2026-08-11T11:24:35.290Z | INFOAug 11 11:24:34.294 Aug 11 11:24:34.294 INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255Aug 11 11:24:34.294adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9314 | 2026-08-11T11:24:35.290Z | 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 } }] |
| 9315 | 2026-08-11T11:24:35.290Z | |
| 9316 | 2026-08-11T11:24:35.290Z | Aug 11 11:24:34.294Aug 11 11:24:34.294 DEBGadding route 172.17.0.34/32 -> 10.0.0.255 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.294 |
| 9317 | 2026-08-11T11:24:35.294Z | DEBG DEBG |
| 9318 | 2026-08-11T11:24:35.294Z | 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: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 } }] |
| 9319 | 2026-08-11T11:24:35.294Z | Aug 11 11:24:34.294 |
| 9320 | 2026-08-11T11:24:35.294Z | Aug 11 11:24:34.294 DEBGINFO Aug 11 11:24:34.294Aug 11 11:24:34.294replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.294 |
| 9321 | 2026-08-11T11:24:35.294Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9322 | 2026-08-11T11:24:35.295Z | INFOINFO Aug 11 11:24:34.294 adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9323 | 2026-08-11T11:24:35.295Z | |
| 9324 | 2026-08-11T11:24:35.295Z | Aug 11 11:24:34.294 INFODEBGAug 11 11:24:34.294 adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9325 | 2026-08-11T11:24:35.295Z | DEBGAug 11 11:24:34.294 DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.294 |
| 9326 | 2026-08-11T11:24:35.295Z | adding route 172.17.0.19/32 -> 10.0.0.255DEBG 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 } }] |
| 9327 | 2026-08-11T11:24:35.295Z | 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 } }] |
| 9328 | 2026-08-11T11:24:35.295Z | freemap_route_ipv4Aug 11 11:24:34.301 INFO |
| 9329 | 2026-08-11T11:24:35.295Z | Aug 11 11:24:34.301 INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 9330 | 2026-08-11T11:24:35.295Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9331 | 2026-08-11T11:24:35.295Z | Aug 11 11:24:34.301 Aug 11 11:24:34.301INFOAug 11 11:24:34.301 DEBGDEBG adding route 172.17.0.36/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 } }] Aug 11 11:24:34.301 |
| 9332 | 2026-08-11T11:24:35.295Z | 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 } }] |
| 9333 | 2026-08-11T11:24:35.295Z | |
| 9334 | 2026-08-11T11:24:35.295Z | Aug 11 11:24:34.301DEBG INFOcreated new freemap Aug 11 11:24:34.301adding route 172.17.0.19/32 -> 10.0.0.255Aug 11 11:24:34.301, |
| 9335 | 2026-08-11T11:24:35.295Z | INFODEBG unitadding route 172.17.0.19/32 -> 10.0.0.255: |
| 9336 | 2026-08-11T11:24:35.295Z | Aug 11 11:24:34.301replacing 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 } }] |
| 9337 | 2026-08-11T11:24:35.295Z | freemap_route_ipv6DEBG |
| 9338 | 2026-08-11T11:24:35.295Z | Aug 11 11:24:34.301Aug 11 11:24:34.301 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 } }] |
| 9339 | 2026-08-11T11:24:35.295Z | 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 |
| 9340 | 2026-08-11T11:24:35.295Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:24:34.301 |
| 9341 | 2026-08-11T11:24:35.295Z | INFOAug 11 11:24:34.301 adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 9342 | 2026-08-11T11:24:35.295Z | initted freemap. size: 64Aug 11 11:24:34.287, unitDEBGAug 11 11:24:34.301: created new freemapINFO, unit |
| 9343 | 2026-08-11T11:24:35.295Z | adding route 172.17.0.20/32 -> 10.0.0.255:Aug 11 11:24:34.301 |
| 9344 | 2026-08-11T11:24:35.295Z | Aug 11 11:24:34.301freemap_route_ipv4 DEBGDEBG |
| 9345 | 2026-08-11T11:24:35.295Z | Aug 11 11:24:34.301replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 |
| 9346 | 2026-08-11T11:24:35.295Z | DEBG |
| 9347 | 2026-08-11T11:24:35.295Z | Aug 11 11:24:34.301Aug 11 11:24:34.301 Aug 11 11:24:34.301 |
| 9348 | 2026-08-11T11:24:35.295Z | DEBG DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO 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 } }]created new freemapAug 11 11:24:34.301 Aug 11 11:24:34.301 |
| 9349 | 2026-08-11T11:24:35.295Z | |
| 9350 | 2026-08-11T11:24:35.295Z | adding route 172.17.0.21/32 -> 10.0.0.255, INFO |
| 9351 | 2026-08-11T11:24:35.295Z | Aug 11 11:24:34.301 unitINFO: DEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 9352 | 2026-08-11T11:24:35.295Z | freemap_route_ipv6 |
| 9353 | 2026-08-11T11:24:35.295Z | Aug 11 11:24:34.301 Aug 11 11:24:34.301INFOAug 11 11:24:34.301 DEBGreset freemapAug 11 11:24:34.301 adding route 172.17.0.20/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 } }] |
| 9354 | 2026-08-11T11:24:35.296Z | DEBG |
| 9355 | 2026-08-11T11:24:35.296Z | , unit:DEBG freemap_route_ipv4 initted freemap. size: 64replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.301 |
| 9356 | 2026-08-11T11:24:35.296Z | Aug 11 11:24:34.301 , unitINFO: |
| 9357 | 2026-08-11T11:24:35.296Z | Aug 11 11:24:34.301adding route 172.17.0.39/32 -> 10.0.0.255freemap_route_ipv4 |
| 9358 | 2026-08-11T11:24:35.296Z | |
| 9359 | 2026-08-11T11:24:35.296Z | INFODEBG Aug 11 11:24:34.301replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.301 |
| 9360 | 2026-08-11T11:24:35.296Z | Aug 11 11:24:34.301 adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9361 | 2026-08-11T11:24:35.296Z | DEBGDEBGDEBG Aug 11 11:24:34.301reset freemap INFO, Aug 11 11:24:34.301adding route 172.17.0.21/32 -> 10.0.0.255unit DEBG:initted freemap. size: 64 , replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 9362 | 2026-08-11T11:24:35.296Z | unit |
| 9363 | 2026-08-11T11:24:35.296Z | |
| 9364 | 2026-08-11T11:24:35.296Z | :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 } }] |
| 9365 | 2026-08-11T11:24:35.296Z | freemap_route_ipv6Aug 11 11:24:34.301Aug 11 11:24:34.301 |
| 9366 | 2026-08-11T11:24:35.296Z | Aug 11 11:24:34.301 Aug 11 11:24:34.301INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255INFO |
| 9367 | 2026-08-11T11:24:35.296Z | adding route 172.17.0.40/32 -> 10.0.0.255 DEBG |
| 9368 | 2026-08-11T11:24:35.296Z | Aug 11 11:24:34.301 Aug 11 11:24:34.301initted freemap. size: 64 DEBG, DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unit |
| 9369 | 2026-08-11T11:24:35.296Z | : 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_ipv6Aug 11 11:24:34.301reset freemap |
| 9370 | 2026-08-11T11:24:35.296Z | |
| 9371 | 2026-08-11T11:24:35.296Z | DEBGAug 11 11:24:34.301 Aug 11 11:24:34.301, replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.301DEBG |
| 9372 | 2026-08-11T11:24:35.296Z | reset freemapINFO, unitINFO: unit adding route 172.17.0.22/32 -> 10.0.0.255 adding route 172.17.0.24/32 -> 10.0.0.255Aug 11 11:24:34.301 |
| 9373 | 2026-08-11T11:24:35.296Z | freemap_route_ipv6INFO |
| 9374 | 2026-08-11T11:24:35.296Z | |
| 9375 | 2026-08-11T11:24:35.296Z | adding route 172.17.0.41/32 -> 10.0.0.255:Aug 11 11:24:34.301Aug 11 11:24:34.301 |
| 9376 | 2026-08-11T11:24:35.296Z | INFOfreemap_route_ipv6 |
| 9377 | 2026-08-11T11:24:35.296Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9378 | 2026-08-11T11:24:35.296Z | Aug 11 11:24:34.301DEBGAug 11 11:24:34.301 Aug 11 11:24:34.301 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.301INFO |
| 9379 | 2026-08-11T11:24:35.296Z | 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 } }] DEBGDEBG |
| 9380 | 2026-08-11T11:24:35.296Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 9381 | 2026-08-11T11:24:35.296Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9382 | 2026-08-11T11:24:35.296Z | Aug 11 11:24:34.301 INFO |
| 9383 | 2026-08-11T11:24:35.296Z | Aug 11 11:24:34.301 adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9384 | 2026-08-11T11:24:35.296Z | Aug 11 11:24:34.301Aug 11 11:24:34.301Aug 11 11:24:34.301 INFOAug 11 11:24:34.301 DEBGadding route 172.17.0.25/32 -> 10.0.0.255INFO DEBGINFO |
| 9385 | 2026-08-11T11:24:35.296Z | 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 } }] |
| 9386 | 2026-08-11T11:24:35.296Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.42/32 -> 10.0.0.255 |
| 9387 | 2026-08-11T11:24:35.296Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:24:34.301 |
| 9388 | 2026-08-11T11:24:35.296Z | |
| 9389 | 2026-08-11T11:24:35.296Z | Aug 11 11:24:34.301DEBGAug 11 11:24:34.301Aug 11 11:24:34.301 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 } }] INFODEBG |
| 9390 | 2026-08-11T11:24:35.296Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9391 | 2026-08-11T11:24:35.296Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9392 | 2026-08-11T11:24:35.297Z | |
| 9393 | 2026-08-11T11:24:35.297Z | Aug 11 11:24:34.301 Aug 11 11:24:34.301INFOAug 11 11:24:34.301Aug 11 11:24:34.301 DEBGDEBG adding route 172.17.0.26/32 -> 10.0.0.255 DEBG |
| 9394 | 2026-08-11T11:24:35.297Z | 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.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 } }] |
| 9395 | 2026-08-11T11:24:35.297Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9396 | 2026-08-11T11:24:35.297Z | |
| 9397 | 2026-08-11T11:24:35.297Z | Aug 11 11:24:34.301 DEBGAug 11 11:24:34.301Aug 11 11:24:34.301 Aug 11 11:24:34.301 Aug 11 11:24:34.301 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.3, vlan_id: None } }]INFO |
| 9398 | 2026-08-11T11:24:35.297Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9399 | 2026-08-11T11:24:35.297Z | INFO |
| 9400 | 2026-08-11T11:24:35.297Z | adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9401 | 2026-08-11T11:24:35.297Z | |
| 9402 | 2026-08-11T11:24:35.297Z | Aug 11 11:24:34.301 INFOAug 11 11:24:34.301Aug 11 11:24:34.301 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.301 |
| 9403 | 2026-08-11T11:24:35.297Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.27/32 -> 10.0.0.255DEBG |
| 9404 | 2026-08-11T11:24:35.297Z | 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 } }] |
| 9405 | 2026-08-11T11:24:35.297Z | |
| 9406 | 2026-08-11T11:24:35.297Z | Aug 11 11:24:34.301 Aug 11 11:24:34.301DEBG Aug 11 11:24:34.301 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.301INFO |
| 9407 | 2026-08-11T11:24:35.297Z | INFOadding route 172.17.0.21/32 -> 10.0.0.255INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9408 | 2026-08-11T11:24:35.297Z | |
| 9409 | 2026-08-11T11:24:35.297Z | Aug 11 11:24:34.301 Aug 11 11:24:34.301DEBG 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 } }] |
| 9410 | 2026-08-11T11:24:35.297Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9411 | 2026-08-11T11:24:35.297Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.301 |
| 9412 | 2026-08-11T11:24:35.297Z | DEBGAug 11 11:24:34.301 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:24:34.301 |
| 9413 | 2026-08-11T11:24:35.297Z | 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 } }]INFO |
| 9414 | 2026-08-11T11:24:35.297Z | adding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:24:34.301 |
| 9415 | 2026-08-11T11:24:35.297Z | Aug 11 11:24:34.301 Aug 11 11:24:34.301INFO INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.29/32 -> 10.0.0.255 |
| 9416 | 2026-08-11T11:24:35.297Z | |
| 9417 | 2026-08-11T11:24:35.302Z | Aug 11 11:24:34.301 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 } }] Aug 11 11:24:34.301Aug 11 11:24:34.301replacing targets for 3fff:dead::/64 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 } }] |
| 9418 | 2026-08-11T11:24:35.302Z | DEBGDEBG |
| 9419 | 2026-08-11T11:24:35.302Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 9420 | 2026-08-11T11:24:35.302Z | |
| 9421 | 2026-08-11T11:24:35.302Z | Aug 11 11:24:34.301 Aug 11 11:24:34.301 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9422 | 2026-08-11T11:24:35.302Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9423 | 2026-08-11T11:24:35.302Z | Aug 11 11:24:34.301Aug 11 11:24:34.301 DEBG DEBG Aug 11 11:24:34.301failed to allocate space for the new target listreplacing 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.26/32 -> 10.0.0.255 |
| 9424 | 2026-08-11T11:24:35.302Z | |
| 9425 | 2026-08-11T11:24:35.302Z | |
| 9426 | 2026-08-11T11:24:35.302Z | 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 } }] |
| 9427 | 2026-08-11T11:24:35.302Z | Aug 11 11:24:34.301Aug 11 11:24:34.301 DEBGDEBG Aug 11 11:24:34.301replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.301 |
| 9428 | 2026-08-11T11:24:35.302Z | replacing targets for 3fff:dead::/64 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 } }] |
| 9429 | 2026-08-11T11:24:35.302Z | INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255Aug 11 11:24:34.301 |
| 9430 | 2026-08-11T11:24:35.302Z | |
| 9431 | 2026-08-11T11:24:35.302Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9432 | 2026-08-11T11:24:35.302Z | Aug 11 11:24:34.301 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.301 |
| 9433 | 2026-08-11T11:24:35.302Z | DEBG Aug 11 11:24:34.301replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.301 |
| 9434 | 2026-08-11T11:24:35.302Z | DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9435 | 2026-08-11T11:24:35.302Z | |
| 9436 | 2026-08-11T11:24:35.302Z | Aug 11 11:24:34.301 Aug 11 11:24:34.301Aug 11 11:24:34.301 DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9437 | 2026-08-11T11:24:35.302Z | |
| 9438 | 2026-08-11T11:24:35.302Z | Aug 11 11:24:34.301Aug 11 11:24:34.301 INFODEBG adding route 172.17.0.33/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 } }] |
| 9439 | 2026-08-11T11:24:35.302Z | Aug 11 11:24:34.302Aug 11 11:24:34.302Aug 11 11:24:34.308 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 } }] |
| 9440 | 2026-08-11T11:24:35.302Z | DEBG created new freemapDEBG, Aug 11 11:24:34.308unitcreated new freemap: , INFO freemap_route_ipv4unit |
| 9441 | 2026-08-11T11:24:35.302Z | :adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9442 | 2026-08-11T11:24:35.302Z | freemap_route_ipv4 |
| 9443 | 2026-08-11T11:24:35.302Z | |
| 9444 | 2026-08-11T11:24:35.302Z | Aug 11 11:24:34.308 DEBG created new freemap, unitAug 11 11:24:34.308Aug 11 11:24:34.308: freemap_route_ipv6DEBG |
| 9445 | 2026-08-11T11:24:35.302Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9446 | 2026-08-11T11:24:35.302Z | Aug 11 11:24:34.308 INFOcreated new freemap Aug 11 11:24:34.308, adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 9447 | 2026-08-11T11:24:35.302Z | unitinitted freemap. size: 64:, Aug 11 11:24:34.308unitfreemap_route_ipv6: freemap_route_ipv4 |
| 9448 | 2026-08-11T11:24:35.302Z | INFO |
| 9449 | 2026-08-11T11:24:35.302Z | Aug 11 11:24:34.308adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9450 | 2026-08-11T11:24:35.302Z | DEBG Aug 11 11:24:34.308Aug 11 11:24:34.308 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 |
| 9451 | 2026-08-11T11:24:35.302Z | Aug 11 11:24:34.308 reset freemap , DEBGDEBG unit :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 } }] |
| 9452 | 2026-08-11T11:24:35.303Z | freemap_route_ipv4Aug 11 11:24:34.308initted freemap. size: 64 |
| 9453 | 2026-08-11T11:24:35.303Z | , unitINFO: adding route 172.17.0.27/32 -> 10.0.0.255freemap_route_ipv4Aug 11 11:24:34.308 |
| 9454 | 2026-08-11T11:24:35.303Z | |
| 9455 | 2026-08-11T11:24:35.303Z | INFOAug 11 11:24:34.308 adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9456 | 2026-08-11T11:24:35.303Z | DEBG Aug 11 11:24:34.308initted freemap. size: 64 , DEBGunitAug 11 11:24:34.308: Aug 11 11:24:34.308DEBG reset freemap , DEBGfreemap_route_ipv6replacing 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 |
| 9457 | 2026-08-11T11:24:35.303Z | |
| 9458 | 2026-08-11T11:24:35.303Z | : freemap_route_ipv4replacing 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 } }] |
| 9459 | 2026-08-11T11:24:35.303Z | |
| 9460 | 2026-08-11T11:24:35.303Z | Aug 11 11:24:34.308Aug 11 11:24:34.308Aug 11 11:24:34.308 INFODEBG Aug 11 11:24:34.308DEBGadding route 172.17.0.28/32 -> 10.0.0.255 INFO |
| 9461 | 2026-08-11T11:24:35.303Z | INFOinitted freemap. size: 64reset freemap, unit, unit::adding route 172.17.0.28/32 -> 10.0.0.255Aug 11 11:24:34.308 DEBG freemap_route_ipv6 freemap_route_ipv6 |
| 9462 | 2026-08-11T11:24:35.303Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9463 | 2026-08-11T11:24:35.303Z | |
| 9464 | 2026-08-11T11:24:35.303Z | 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 } }] |
| 9465 | 2026-08-11T11:24:35.303Z | |
| 9466 | 2026-08-11T11:24:35.303Z | Aug 11 11:24:34.308Aug 11 11:24:34.308 Aug 11 11:24:34.308INFOAug 11 11:24:34.308 adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:24:34.308 |
| 9467 | 2026-08-11T11:24:35.303Z | 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 } }]reset freemap |
| 9468 | 2026-08-11T11:24:35.303Z | INFO DEBGAug 11 11:24:34.308, unit:adding route 172.17.0.29/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 } }]Aug 11 11:24:34.308 |
| 9469 | 2026-08-11T11:24:35.303Z | 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 } }]freemap_route_ipv6 |
| 9470 | 2026-08-11T11:24:35.303Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9471 | 2026-08-11T11:24:35.303Z | |
| 9472 | 2026-08-11T11:24:35.303Z | |
| 9473 | 2026-08-11T11:24:35.303Z | Aug 11 11:24:34.308Aug 11 11:24:34.308 Aug 11 11:24:34.308Aug 11 11:24:34.308 INFOAug 11 11:24:34.308 INFODEBGINFO 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9474 | 2026-08-11T11:24:35.303Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9475 | 2026-08-11T11:24:35.303Z | |
| 9476 | 2026-08-11T11:24:35.303Z | 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.29/32 -> 10.0.0.255 |
| 9477 | 2026-08-11T11:24:35.303Z | Aug 11 11:24:34.308Aug 11 11:24:34.308 INFO DEBG Aug 11 11:24:34.308replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 11 11:24:34.308DEBG |
| 9478 | 2026-08-11T11:24:35.303Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9479 | 2026-08-11T11:24:35.303Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9480 | 2026-08-11T11:24:35.303Z | |
| 9481 | 2026-08-11T11:24:35.303Z | Aug 11 11:24:34.308adding route 172.17.0.39/32 -> 10.0.0.255 Aug 11 11:24:34.308DEBG |
| 9482 | 2026-08-11T11:24:35.303Z | 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 } }] |
| 9483 | 2026-08-11T11:24:35.303Z | INFO Aug 11 11:24:34.308Aug 11 11:24:34.308Aug 11 11:24:34.308adding route 172.16.0.0/32 -> 10.0.0.3 DEBGDEBG |
| 9484 | 2026-08-11T11:24:35.303Z | 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 } }] |
| 9485 | 2026-08-11T11:24:35.303Z | Aug 11 11:24:34.308 INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9486 | 2026-08-11T11:24:35.303Z | Aug 11 11:24:34.308adding route 172.17.0.30/32 -> 10.0.0.255 Aug 11 11:24:34.308DEBG adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 9487 | 2026-08-11T11:24:35.303Z | Aug 11 11:24:34.308replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.40/32 -> 10.0.0.255 |
| 9488 | 2026-08-11T11:24:35.303Z | |
| 9489 | 2026-08-11T11:24:35.303Z | |
| 9490 | 2026-08-11T11:24:35.303Z | Aug 11 11:24:34.308INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 11 11:24:34.308Aug 11 11:24:34.308 |
| 9491 | 2026-08-11T11:24:35.303Z | Aug 11 11:24:34.308DEBG DEBG 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 } }]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 } }] |
| 9492 | 2026-08-11T11:24:35.304Z | adding route 172.16.0.0/32 -> 10.0.0.4Aug 11 11:24:34.308 |
| 9493 | 2026-08-11T11:24:35.304Z | DEBG |
| 9494 | 2026-08-11T11:24:35.304Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9495 | 2026-08-11T11:24:35.304Z | Aug 11 11:24:34.308 |
| 9496 | 2026-08-11T11:24:35.304Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:24:34.308 |
| 9497 | 2026-08-11T11:24:35.304Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9498 | 2026-08-11T11:24:35.304Z | Aug 11 11:24:34.308Aug 11 11:24:34.308 INFO INFO Aug 11 11:24:34.308 adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 9499 | 2026-08-11T11:24:35.304Z | replacing targets for 172.16.0.0/32 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 } }] |
| 9500 | 2026-08-11T11:24:35.304Z | INFO Aug 11 11:24:34.315 adding route 172.17.0.41/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 9501 | 2026-08-11T11:24:35.304Z | |
| 9502 | 2026-08-11T11:24:35.304Z | 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 } }] |
| 9503 | 2026-08-11T11:24:35.304Z | Aug 11 11:24:34.315 INFOAug 11 11:24:34.315 adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 9504 | 2026-08-11T11:24:35.304Z | Aug 11 11:24:34.315replacing 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 } }] |
| 9505 | 2026-08-11T11:24:35.304Z | 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 } }] |
| 9506 | 2026-08-11T11:24:35.304Z | Aug 11 11:24:34.315 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 11 11:24:34.315 |
| 9507 | 2026-08-11T11:24:35.304Z | DEBGAug 11 11:24:34.315Aug 11 11:24:34.315 INFOINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9508 | 2026-08-11T11:24:35.304Z | Aug 11 11:24:34.315 |
| 9509 | 2026-08-11T11:24:35.304Z | |
| 9510 | 2026-08-11T11:24:35.304Z | DEBG Aug 11 11:24:34.315 Aug 11 11:24:34.315DEBGAug 11 11:24:34.315 DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]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 } }] |
| 9511 | 2026-08-11T11:24:35.304Z | |
| 9512 | 2026-08-11T11:24:35.304Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9513 | 2026-08-11T11:24:35.304Z | |
| 9514 | 2026-08-11T11:24:35.304Z | Aug 11 11:24:34.315Aug 11 11:24:34.315 INFOINFOAug 11 11:24:34.315 Aug 11 11:24:34.315adding route 172.17.0.32/32 -> 10.0.0.255 DEBG |
| 9515 | 2026-08-11T11:24:35.304Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9516 | 2026-08-11T11:24:35.304Z | 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 } }] |
| 9517 | 2026-08-11T11:24:35.308Z | Aug 11 11:24:34.315Aug 11 11:24:34.315 adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 9518 | 2026-08-11T11:24:35.308Z | DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.315 |
| 9519 | 2026-08-11T11:24:35.308Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.315 INFODEBG Aug 11 11:24:34.315adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9520 | 2026-08-11T11:24:35.308Z | |
| 9521 | 2026-08-11T11:24:35.308Z | INFO Aug 11 11:24:34.315adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9522 | 2026-08-11T11:24:35.308Z | Aug 11 11:24:34.315 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.1/32 -> 10.0.0.255DEBG |
| 9523 | 2026-08-11T11:24:35.308Z | Aug 11 11:24:34.315 |
| 9524 | 2026-08-11T11:24:35.308Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9525 | 2026-08-11T11:24:35.308Z | 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 } }] |
| 9526 | 2026-08-11T11:24:35.308Z | Aug 11 11:24:34.315 INFOAug 11 11:24:34.315 adding route 172.17.0.44/32 -> 10.0.0.255INFOAug 11 11:24:34.315 |
| 9527 | 2026-08-11T11:24:35.308Z | adding route 172.17.0.36/32 -> 10.0.0.255 Aug 11 11:24:34.315DEBG INFO |
| 9528 | 2026-08-11T11:24:35.309Z | 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 } }] |
| 9529 | 2026-08-11T11:24:35.309Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9530 | 2026-08-11T11:24:35.309Z | Aug 11 11:24:34.315Aug 11 11:24:34.315 Aug 11 11:24:34.315DEBG INFODEBG 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.2/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 } }] |
| 9531 | 2026-08-11T11:24:35.309Z | |
| 9532 | 2026-08-11T11:24:35.309Z | Aug 11 11:24:34.315 |
| 9533 | 2026-08-11T11:24:35.309Z | DEBG Aug 11 11:24:34.315replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.315 |
| 9534 | 2026-08-11T11:24:35.309Z | DEBGINFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 11 11:24:34.315replacing 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 } }] |
| 9535 | 2026-08-11T11:24:35.309Z | INFOAug 11 11:24:34.315 INFOadding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:24:34.315 |
| 9536 | 2026-08-11T11:24:35.309Z | DEBG |
| 9537 | 2026-08-11T11:24:35.309Z | 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.45/32 -> 10.0.0.255 |
| 9538 | 2026-08-11T11:24:35.309Z | |
| 9539 | 2026-08-11T11:24:35.309Z | Aug 11 11:24:34.315Aug 11 11:24:34.315 INFOAug 11 11:24:34.315Aug 11 11:24:34.315 INFOadding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 9540 | 2026-08-11T11:24:35.309Z | DEBG adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9541 | 2026-08-11T11:24:35.309Z | 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 } }] |
| 9542 | 2026-08-11T11:24:35.309Z | |
| 9543 | 2026-08-11T11:24:35.309Z | Aug 11 11:24:34.315 Aug 11 11:24:34.315DEBGAug 11 11:24:34.315 DEBGAug 11 11:24:34.315INFOreplacing 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.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 } }] |
| 9544 | 2026-08-11T11:24:35.309Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9545 | 2026-08-11T11:24:35.309Z | |
| 9546 | 2026-08-11T11:24:35.309Z | INFOAug 11 11:24:34.315 INFOadding route 172.17.0.46/32 -> 10.0.0.255Aug 11 11:24:34.315 adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 9547 | 2026-08-11T11:24:35.309Z | |
| 9548 | 2026-08-11T11:24:35.309Z | Aug 11 11:24:34.315 INFO adding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:24:34.315 |
| 9549 | 2026-08-11T11:24:35.309Z | DEBGAug 11 11:24:34.315replacing 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 } }] |
| 9550 | 2026-08-11T11:24:35.309Z | replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.315 DEBGDEBG |
| 9551 | 2026-08-11T11:24:35.309Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.315replacing 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 } }] |
| 9552 | 2026-08-11T11:24:35.309Z | |
| 9553 | 2026-08-11T11:24:35.309Z | INFOAug 11 11:24:34.315 Aug 11 11:24:34.315adding route 172.17.0.39/32 -> 10.0.0.255 Aug 11 11:24:34.315 |
| 9554 | 2026-08-11T11:24:35.309Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9555 | 2026-08-11T11:24:35.309Z | INFOAug 11 11:24:34.315 DEBGINFOadding route 172.17.0.47/32 -> 10.0.0.255 Aug 11 11:24:34.315 |
| 9556 | 2026-08-11T11:24:35.309Z | adding route 172.17.0.5/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 } }] |
| 9557 | 2026-08-11T11:24:35.309Z | DEBG |
| 9558 | 2026-08-11T11:24:35.309Z | Aug 11 11:24:34.315replacing 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 } }] |
| 9559 | 2026-08-11T11:24:35.309Z | DEBGAug 11 11:24:34.315Aug 11 11:24:34.315 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 } }]INFO |
| 9560 | 2026-08-11T11:24:35.309Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 11 11:24:34.315 |
| 9561 | 2026-08-11T11:24:35.309Z | INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9562 | 2026-08-11T11:24:35.309Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 11 11:24:34.315 |
| 9563 | 2026-08-11T11:24:35.309Z | Aug 11 11:24:34.315 INFOAug 11 11:24:34.315DEBGAug 11 11:24:34.315 DEBGINFOadding route 172.17.0.48/32 -> 10.0.0.255 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.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.6/32 -> 10.0.0.255 |
| 9564 | 2026-08-11T11:24:35.309Z | |
| 9565 | 2026-08-11T11:24:35.309Z | |
| 9566 | 2026-08-11T11:24:35.310Z | |
| 9567 | 2026-08-11T11:24:35.310Z | Aug 11 11:24:34.315Aug 11 11:24:34.315Aug 11 11:24:34.315 INFO DEBGINFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9568 | 2026-08-11T11:24:35.310Z | adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9569 | 2026-08-11T11:24:35.310Z | |
| 9570 | 2026-08-11T11:24:35.310Z | Aug 11 11:24:34.315Aug 11 11:24:34.315Aug 11 11:24:34.315 DEBGINFO Aug 11 11:24:34.315 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9571 | 2026-08-11T11:24:35.310Z | DEBG |
| 9572 | 2026-08-11T11:24:35.310Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9573 | 2026-08-11T11:24:35.310Z | |
| 9574 | 2026-08-11T11:24:35.310Z | Aug 11 11:24:34.315Aug 11 11:24:34.315 DEBGINFO Aug 11 11:24:34.315Aug 11 11:24:34.315adding route 172.17.0.41/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 } }] |
| 9575 | 2026-08-11T11:24:35.310Z | INFO |
| 9576 | 2026-08-11T11:24:35.310Z | adding route 172.17.0.42/32 -> 10.0.0.255INFO |
| 9577 | 2026-08-11T11:24:35.310Z | Aug 11 11:24:34.315Aug 11 11:24:34.315 INFODEBG adding route 172.17.0.8/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 } }] |
| 9578 | 2026-08-11T11:24:35.310Z | Aug 11 11:24:34.315adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9579 | 2026-08-11T11:24:35.310Z | |
| 9580 | 2026-08-11T11:24:35.310Z | DEBG Aug 11 11:24:34.315replacing 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 } }] |
| 9581 | 2026-08-11T11:24:35.310Z | DEBGAug 11 11:24:34.315 Aug 11 11:24:34.315 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 |
| 9582 | 2026-08-11T11:24:35.310Z | DEBGadding route 172.17.0.42/32 -> 10.0.0.255Aug 11 11:24:34.315 |
| 9583 | 2026-08-11T11:24:35.310Z | INFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255Aug 11 11:24:34.315 |
| 9584 | 2026-08-11T11:24:35.310Z | |
| 9585 | 2026-08-11T11:24:35.310Z | Aug 11 11:24:34.315 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 } }] |
| 9586 | 2026-08-11T11:24:35.310Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:24:34.315 |
| 9587 | 2026-08-11T11:24:35.310Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 11 11:24:34.315 |
| 9588 | 2026-08-11T11:24:35.310Z | Aug 11 11:24:34.315 Aug 11 11:24:34.315DEBG DEBGINFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9589 | 2026-08-11T11:24:35.310Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.315 |
| 9590 | 2026-08-11T11:24:35.310Z | |
| 9591 | 2026-08-11T11:24:35.310Z | DEBGAug 11 11:24:34.315Aug 11 11:24:34.315 Aug 11 11:24:34.315DEBG 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 } }] |
| 9592 | 2026-08-11T11:24:35.310Z | adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 9593 | 2026-08-11T11:24:35.310Z | 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.10/32 -> 10.0.0.255 |
| 9594 | 2026-08-11T11:24:35.310Z | Aug 11 11:24:34.315 |
| 9595 | 2026-08-11T11:24:35.310Z | Aug 11 11:24:34.315 INFO DEBG Aug 11 11:24:34.315adding route 172.17.0.44/32 -> 10.0.0.255Aug 11 11:24:34.315 |
| 9596 | 2026-08-11T11:24:35.310Z | 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 } }]INFODEBG |
| 9597 | 2026-08-11T11:24:35.310Z | test route::tests::delete_targets_fragmented ... ok |
| 9598 | 2026-08-11T11:24:35.310Z | adding route 172.17.0.51/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 } }] |
| 9599 | 2026-08-11T11:24:35.310Z | Aug 11 11:24:34.315 |
| 9600 | 2026-08-11T11:24:35.310Z | Aug 11 11:24:34.315 DEBGINFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 11 11:24:34.315 |
| 9601 | 2026-08-11T11:24:35.310Z | 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 } }] |
| 9602 | 2026-08-11T11:24:35.310Z | Aug 11 11:24:34.315DEBG Aug 11 11:24:34.315 Aug 11 11:24:34.315 INFO DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9603 | 2026-08-11T11:24:35.310Z | |
| 9604 | 2026-08-11T11:24:35.310Z | test route::tests::add_target_fails_full ... ok |
| 9605 | 2026-08-11T11:24:35.310Z | adding route 172.17.0.11/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 } }] |
| 9606 | 2026-08-11T11:24:35.311Z | |
| 9607 | 2026-08-11T11:24:35.311Z | Aug 11 11:24:34.315 Aug 11 11:24:34.315DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.315 |
| 9608 | 2026-08-11T11:24:35.311Z | Aug 11 11:24:34.315 DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 9609 | 2026-08-11T11:24:35.311Z | Aug 11 11:24:34.315INFOreplacing 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 |
| 9610 | 2026-08-11T11:24:35.311Z | adding route 172.17.0.52/32 -> 10.0.0.255 adding route 172.17.0.46/32 -> 10.0.0.255Aug 11 11:24:34.315 |
| 9611 | 2026-08-11T11:24:35.311Z | |
| 9612 | 2026-08-11T11:24:35.311Z | 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 } }] |
| 9613 | 2026-08-11T11:24:35.311Z | Aug 11 11:24:34.315Aug 11 11:24:34.315 INFODEBG Aug 11 11:24:34.315Aug 11 11:24:34.315 adding route 172.17.0.12/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 9614 | 2026-08-11T11:24:35.311Z | |
| 9615 | 2026-08-11T11:24:35.311Z | DEBG Aug 11 11:24:34.321Aug 11 11:24:34.321replacing 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 } }] |
| 9616 | 2026-08-11T11:24:35.311Z | 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 } }]INFO |
| 9617 | 2026-08-11T11:24:35.315Z | Aug 11 11:24:34.321 adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 9618 | 2026-08-11T11:24:35.315Z | adding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:24:34.321 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9619 | 2026-08-11T11:24:35.315Z | |
| 9620 | 2026-08-11T11:24:35.315Z | Aug 11 11:24:34.321Aug 11 11:24:34.321 DEBGAug 11 11:24:34.321DEBG 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.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 } }] |
| 9621 | 2026-08-11T11:24:35.315Z | |
| 9622 | 2026-08-11T11:24:35.315Z | DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.321 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9623 | 2026-08-11T11:24:35.315Z | |
| 9624 | 2026-08-11T11:24:35.315Z | Aug 11 11:24:34.321Aug 11 11:24:34.321 Aug 11 11:24:34.321DEBG 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 } }] |
| 9625 | 2026-08-11T11:24:35.315Z | adding route 172.17.0.14/32 -> 10.0.0.255 INFO |
| 9626 | 2026-08-11T11:24:35.315Z | adding route 172.17.0.54/32 -> 10.0.0.255Aug 11 11:24:34.321 |
| 9627 | 2026-08-11T11:24:35.315Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9628 | 2026-08-11T11:24:35.315Z | Aug 11 11:24:34.321 Aug 11 11:24:34.321DEBG Aug 11 11:24:34.321DEBG 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 } }] |
| 9629 | 2026-08-11T11:24:35.315Z | 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 |
| 9630 | 2026-08-11T11:24:35.315Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.321 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9631 | 2026-08-11T11:24:35.315Z | |
| 9632 | 2026-08-11T11:24:35.315Z | Aug 11 11:24:34.321Aug 11 11:24:34.321 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:24:34.321 |
| 9633 | 2026-08-11T11:24:35.315Z | |
| 9634 | 2026-08-11T11:24:35.315Z | INFO Aug 11 11:24:34.321 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9635 | 2026-08-11T11:24:35.315Z | Aug 11 11:24:34.321Aug 11 11:24:34.321 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9636 | 2026-08-11T11:24:35.316Z | 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 } }] |
| 9637 | 2026-08-11T11:24:35.316Z | |
| 9638 | 2026-08-11T11:24:35.316Z | Aug 11 11:24:34.322 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9639 | 2026-08-11T11:24:35.316Z | Aug 11 11:24:34.322Aug 11 11:24:34.322Aug 11 11:24:34.322 INFO DEBGDEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9640 | 2026-08-11T11:24:35.316Z | 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 } }] |
| 9641 | 2026-08-11T11:24:35.316Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.322Aug 11 11:24:34.322 DEBGINFO |
| 9642 | 2026-08-11T11:24:35.316Z | adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9643 | 2026-08-11T11:24:35.316Z | |
| 9644 | 2026-08-11T11:24:35.316Z | Aug 11 11:24:34.322Aug 11 11:24:34.322 adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 9645 | 2026-08-11T11:24:35.316Z | adding route 172.17.0.17/32 -> 10.0.0.255Aug 11 11:24:34.322 |
| 9646 | 2026-08-11T11:24:35.316Z | DEBG INFO adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9647 | 2026-08-11T11:24:35.316Z | Aug 11 11:24:34.322 |
| 9648 | 2026-08-11T11:24:35.316Z | Aug 11 11:24:34.322 Aug 11 11:24:34.322DEBG Aug 11 11:24:34.322DEBGreplacing 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 } }] |
| 9649 | 2026-08-11T11:24:35.316Z | 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 } }] |
| 9650 | 2026-08-11T11:24:35.316Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 11 11:24:34.322 |
| 9651 | 2026-08-11T11:24:35.316Z | Aug 11 11:24:34.322 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9652 | 2026-08-11T11:24:35.316Z | adding route 172.17.0.18/32 -> 10.0.0.255INFO |
| 9653 | 2026-08-11T11:24:35.316Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9654 | 2026-08-11T11:24:35.316Z | Aug 11 11:24:34.322Aug 11 11:24:34.322 Aug 11 11:24:34.322DEBG Aug 11 11:24:34.322DEBG INFO adding route 172.17.0.45/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 } }] |
| 9655 | 2026-08-11T11:24:35.316Z | DEBG |
| 9656 | 2026-08-11T11:24:35.316Z | 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 } }] |
| 9657 | 2026-08-11T11:24:35.316Z | 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 } }] |
| 9658 | 2026-08-11T11:24:35.316Z | Aug 11 11:24:34.322Aug 11 11:24:34.322 DEBGAug 11 11:24:34.322 INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.17.0.55/32 -> 10.0.0.255 |
| 9659 | 2026-08-11T11:24:35.316Z | Aug 11 11:24:34.322 |
| 9660 | 2026-08-11T11:24:35.316Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 11 11:24:34.322 |
| 9661 | 2026-08-11T11:24:35.316Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9662 | 2026-08-11T11:24:35.316Z | Aug 11 11:24:34.322INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255Aug 11 11:24:34.322 |
| 9663 | 2026-08-11T11:24:35.316Z | DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9664 | 2026-08-11T11:24:35.316Z | 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 } }] |
| 9665 | 2026-08-11T11:24:35.316Z | Aug 11 11:24:34.322 Aug 11 11:24:34.322DEBGAug 11 11:24:34.322 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.322DEBGINFO 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.20/32 -> 10.0.0.255INFO |
| 9666 | 2026-08-11T11:24:35.316Z | |
| 9667 | 2026-08-11T11:24:35.316Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9668 | 2026-08-11T11:24:35.316Z | |
| 9669 | 2026-08-11T11:24:35.316Z | Aug 11 11:24:34.322 Aug 11 11:24:34.322Aug 11 11:24:34.322 INFO DEBGDEBG adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9670 | 2026-08-11T11:24:35.316Z | 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 } }] |
| 9671 | 2026-08-11T11:24:35.316Z | Aug 11 11:24:34.322 |
| 9672 | 2026-08-11T11:24:35.316Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 11 11:24:34.322 |
| 9673 | 2026-08-11T11:24:35.317Z | Aug 11 11:24:34.322 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255Aug 11 11:24:34.322 |
| 9674 | 2026-08-11T11:24:35.317Z | 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 } }] Aug 11 11:24:34.322adding route 172.17.0.21/32 -> 10.0.0.255Aug 11 11:24:34.322 |
| 9675 | 2026-08-11T11:24:35.317Z | DEBG |
| 9676 | 2026-08-11T11:24:35.317Z | DEBG Aug 11 11:24:34.322replacing 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.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 } }] |
| 9677 | 2026-08-11T11:24:35.317Z | Aug 11 11:24:34.322 |
| 9678 | 2026-08-11T11:24:35.317Z | INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255 Aug 11 11:24:34.322 |
| 9679 | 2026-08-11T11:24:35.317Z | Aug 11 11:24:34.322replacing 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 } }] |
| 9680 | 2026-08-11T11:24:35.317Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9681 | 2026-08-11T11:24:35.317Z | INFO Aug 11 11:24:34.322Aug 11 11:24:34.322 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.60/32 -> 10.0.0.255 |
| 9682 | 2026-08-11T11:24:35.317Z | Aug 11 11:24:34.322adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9683 | 2026-08-11T11:24:35.317Z | |
| 9684 | 2026-08-11T11:24:35.317Z | DEBG Aug 11 11:24:34.322replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.322 |
| 9685 | 2026-08-11T11:24:35.317Z | Aug 11 11:24:34.322INFO DEBG adding route 172.17.0.49/32 -> 10.0.0.255 Aug 11 11:24:34.322 |
| 9686 | 2026-08-11T11:24:35.317Z | 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 } }] DEBGINFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9687 | 2026-08-11T11:24:35.317Z | |
| 9688 | 2026-08-11T11:24:35.317Z | Aug 11 11:24:34.322replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.322Aug 11 11:24:34.322 DEBG |
| 9689 | 2026-08-11T11:24:35.317Z | INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9690 | 2026-08-11T11:24:35.317Z | |
| 9691 | 2026-08-11T11:24:35.317Z | test route::tests::delete_target_fragmented ... ok |
| 9692 | 2026-08-11T11:24:35.317Z | |
| 9693 | 2026-08-11T11:24:35.317Z | Aug 11 11:24:34.322 Aug 11 11:24:34.322Aug 11 11:24:34.322DEBG INFOfailed to allocate space for the new target listDEBG adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9694 | 2026-08-11T11:24:35.317Z | |
| 9695 | 2026-08-11T11:24:35.317Z | 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 } }] |
| 9696 | 2026-08-11T11:24:35.317Z | test route::tests::delete_target_full ... ok |
| 9697 | 2026-08-11T11:24:35.317Z | Aug 11 11:24:34.322 Aug 11 11:24:34.322INFO Aug 11 11:24:34.322Aug 11 11:24:34.322 DEBGINFO adding route 172.17.0.50/32 -> 10.0.0.255 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255DEBG |
| 9698 | 2026-08-11T11:24:35.317Z | |
| 9699 | 2026-08-11T11:24:35.317Z | test route::tests::delete_targets_full ... ok |
| 9700 | 2026-08-11T11:24:35.317Z | replacing targets for 172.16.0.0/32 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 } }] |
| 9701 | 2026-08-11T11:24:35.317Z | |
| 9702 | 2026-08-11T11:24:35.317Z | |
| 9703 | 2026-08-11T11:24:35.317Z | Aug 11 11:24:34.322 INFOAug 11 11:24:34.322 adding route 172.17.0.61/32 -> 10.0.0.255DEBG |
| 9704 | 2026-08-11T11:24:35.317Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 9705 | 2026-08-11T11:24:35.317Z | |
| 9706 | 2026-08-11T11:24:35.317Z | replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.322 |
| 9707 | 2026-08-11T11:24:35.317Z | Aug 11 11:24:34.322DEBG 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 } }] |
| 9708 | 2026-08-11T11:24:35.317Z | DEBG Aug 11 11:24:34.322 replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9709 | 2026-08-11T11:24:35.317Z | Aug 11 11:24:34.322adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9710 | 2026-08-11T11:24:35.317Z | INFO Aug 11 11:24:34.322adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9711 | 2026-08-11T11:24:35.317Z | INFO Aug 11 11:24:34.322adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9712 | 2026-08-11T11:24:35.317Z | DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.322 |
| 9713 | 2026-08-11T11:24:35.318Z | Aug 11 11:24:34.322 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 } }] |
| 9714 | 2026-08-11T11:24:35.318Z | 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 } }]Aug 11 11:24:34.322 |
| 9715 | 2026-08-11T11:24:35.318Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9716 | 2026-08-11T11:24:35.318Z | Aug 11 11:24:34.322 Aug 11 11:24:34.322INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9717 | 2026-08-11T11:24:35.322Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.322 |
| 9718 | 2026-08-11T11:24:35.322Z | INFO adding route 172.17.0.63/32 -> 10.0.0.255 |
| 9719 | 2026-08-11T11:24:35.322Z | Aug 11 11:24:34.322 INFOAug 11 11:24:34.322Aug 11 11:24:34.322 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.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.27/32 -> 10.0.0.255 |
| 9720 | 2026-08-11T11:24:35.322Z | |
| 9721 | 2026-08-11T11:24:35.322Z | |
| 9722 | 2026-08-11T11:24:35.322Z | Aug 11 11:24:34.322Aug 11 11:24:34.322 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 9723 | 2026-08-11T11:24:35.322Z | |
| 9724 | 2026-08-11T11:24:35.322Z | Aug 11 11:24:34.322 Aug 11 11:24:34.322 Aug 11 11:24:34.322INFOadding route 172.17.0.47/32 -> 10.0.0.255 |
| 9725 | 2026-08-11T11:24:35.322Z | DEBGadding route 172.17.0.53/32 -> 10.0.0.255 INFO |
| 9726 | 2026-08-11T11:24:35.322Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9727 | 2026-08-11T11:24:35.322Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9728 | 2026-08-11T11:24:35.322Z | Aug 11 11:24:34.322 DEBGAug 11 11:24:34.322 Aug 11 11:24:34.322 Aug 11 11:24:34.322replacing 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 } }] DEBGDEBG DEBG |
| 9729 | 2026-08-11T11:24:35.322Z | failed to allocate space for the new target listreplacing 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 } }] |
| 9730 | 2026-08-11T11:24:35.322Z | |
| 9731 | 2026-08-11T11:24:35.322Z | 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 } }] |
| 9732 | 2026-08-11T11:24:35.322Z | Aug 11 11:24:34.322Aug 11 11:24:34.322 Aug 11 11:24:34.322INFOINFO INFOadding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9733 | 2026-08-11T11:24:35.322Z | |
| 9734 | 2026-08-11T11:24:35.322Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9735 | 2026-08-11T11:24:35.322Z | Aug 11 11:24:34.322 Aug 11 11:24:34.322DEBGAug 11 11:24:34.322 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 |
| 9736 | 2026-08-11T11:24:35.322Z | 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 } }] 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 } }] |
| 9737 | 2026-08-11T11:24:35.322Z | Aug 11 11:24:34.328 INFO |
| 9738 | 2026-08-11T11:24:35.322Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9739 | 2026-08-11T11:24:35.322Z | Aug 11 11:24:34.328 DEBGAug 11 11:24:34.328 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 |
| 9740 | 2026-08-11T11:24:35.322Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 11 11:24:34.328 |
| 9741 | 2026-08-11T11:24:35.322Z | Aug 11 11:24:34.328INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255 |
| 9742 | 2026-08-11T11:24:35.323Z | Aug 11 11:24:34.328adding route 172.17.0.31/32 -> 10.0.0.255 DEBG |
| 9743 | 2026-08-11T11:24:35.323Z | 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 } }] |
| 9744 | 2026-08-11T11:24:35.323Z | Aug 11 11:24:34.328Aug 11 11:24:34.328 DEBGDEBGAug 11 11:24:34.328 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 } }]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 } }] |
| 9745 | 2026-08-11T11:24:35.323Z | |
| 9746 | 2026-08-11T11:24:35.323Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9747 | 2026-08-11T11:24:35.323Z | Aug 11 11:24:34.328 Aug 11 11:24:34.328Aug 11 11:24:34.328 INFODEBGINFO adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9748 | 2026-08-11T11:24:35.323Z | |
| 9749 | 2026-08-11T11:24:35.323Z | |
| 9750 | 2026-08-11T11:24:35.323Z | Aug 11 11:24:34.328Aug 11 11:24:34.328 Aug 11 11:24:34.328DEBG INFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9751 | 2026-08-11T11:24:35.323Z | adding route 172.17.0.57/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 } }] |
| 9752 | 2026-08-11T11:24:35.323Z | |
| 9753 | 2026-08-11T11:24:35.323Z | Aug 11 11:24:34.328 INFO Aug 11 11:24:34.328Aug 11 11:24:34.328adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9754 | 2026-08-11T11:24:35.323Z | DEBG 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 } }] |
| 9755 | 2026-08-11T11:24:35.323Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 11 11:24:34.328 |
| 9756 | 2026-08-11T11:24:35.323Z | 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 } }] |
| 9757 | 2026-08-11T11:24:35.323Z | Aug 11 11:24:34.328Aug 11 11:24:34.328 DEBGAug 11 11:24:34.328INFO 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.58/32 -> 10.0.0.255 |
| 9758 | 2026-08-11T11:24:35.323Z | |
| 9759 | 2026-08-11T11:24:35.323Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9760 | 2026-08-11T11:24:35.323Z | Aug 11 11:24:34.328Aug 11 11:24:34.328 Aug 11 11:24:34.328DEBGINFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9761 | 2026-08-11T11:24:35.323Z | 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.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 } }] |
| 9762 | 2026-08-11T11:24:35.323Z | |
| 9763 | 2026-08-11T11:24:35.323Z | Aug 11 11:24:34.328 Aug 11 11:24:34.328Aug 11 11:24:34.328DEBG 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 } }] INFO |
| 9764 | 2026-08-11T11:24:35.323Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9765 | 2026-08-11T11:24:35.323Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9766 | 2026-08-11T11:24:35.323Z | Aug 11 11:24:34.328 Aug 11 11:24:34.328Aug 11 11:24:34.328INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 9767 | 2026-08-11T11:24:35.323Z | 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 |
| 9768 | 2026-08-11T11:24:35.323Z | 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 } }] |
| 9769 | 2026-08-11T11:24:35.323Z | Aug 11 11:24:34.328Aug 11 11:24:34.328 DEBGAug 11 11:24:34.328 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 } }]INFOINFO |
| 9770 | 2026-08-11T11:24:35.323Z | adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9771 | 2026-08-11T11:24:35.323Z | |
| 9772 | 2026-08-11T11:24:35.323Z | Aug 11 11:24:34.328Aug 11 11:24:34.328Aug 11 11:24:34.328 INFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255DEBG |
| 9773 | 2026-08-11T11:24:35.323Z | 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.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 } }] |
| 9774 | 2026-08-11T11:24:35.323Z | |
| 9775 | 2026-08-11T11:24:35.323Z | Aug 11 11:24:34.328 DEBGAug 11 11:24:34.328Aug 11 11:24:34.328 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9776 | 2026-08-11T11:24:35.323Z | INFO failed to allocate space for the new target listadding route 172.17.0.37/32 -> 10.0.0.255 |
| 9777 | 2026-08-11T11:24:35.323Z | |
| 9778 | 2026-08-11T11:24:35.323Z | Aug 11 11:24:34.328 INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 11 11:24:34.328 |
| 9779 | 2026-08-11T11:24:35.323Z | Aug 11 11:24:34.328 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 9780 | 2026-08-11T11:24:35.323Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.328 |
| 9781 | 2026-08-11T11:24:35.324Z | 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 } }] |
| 9782 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.328 INFO adding route 172.17.0.38/32 -> 10.0.0.255Aug 11 11:24:34.328 |
| 9783 | 2026-08-11T11:24:35.324Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9784 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.328 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 } }]Aug 11 11:24:34.328 |
| 9785 | 2026-08-11T11:24:35.324Z | 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 } }] |
| 9786 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.328 INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 11 11:24:34.328 |
| 9787 | 2026-08-11T11:24:35.324Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9788 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.328 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 } }]Aug 11 11:24:34.328 |
| 9789 | 2026-08-11T11:24:35.324Z | 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 } }] |
| 9790 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.328 INFO Aug 11 11:24:34.328adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9791 | 2026-08-11T11:24:35.324Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9792 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.328 DEBG Aug 11 11:24:34.328replacing 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-08-11T11:24:35.324Z | 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 } }] |
| 9794 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.328 INFO Aug 11 11:24:34.328adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9795 | 2026-08-11T11:24:35.324Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9796 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.328 DEBG Aug 11 11:24:34.328replacing 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 } }] |
| 9797 | 2026-08-11T11:24:35.324Z | 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 } }] |
| 9798 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.328 INFO Aug 11 11:24:34.328adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9799 | 2026-08-11T11:24:35.324Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9800 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.328 DEBGAug 11 11:24:34.328 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9801 | 2026-08-11T11:24:35.324Z | 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 } }] |
| 9802 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.328 INFOAug 11 11:24:34.328 adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 9803 | 2026-08-11T11:24:35.324Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9804 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.328 DEBGAug 11 11:24:34.328 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 |
| 9805 | 2026-08-11T11:24:35.324Z | 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 } }] |
| 9806 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.328 INFOAug 11 11:24:34.328 adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 9807 | 2026-08-11T11:24:35.324Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9808 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.329 Aug 11 11:24:34.329DEBG DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9809 | 2026-08-11T11:24:35.324Z | 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 } }] |
| 9810 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.329 Aug 11 11:24:34.329INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9811 | 2026-08-11T11:24:35.324Z | failed to allocate space for the new target list |
| 9812 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.329 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9813 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.329 DEBG Aug 11 11:24:34.329replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9814 | 2026-08-11T11:24:35.324Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9815 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.329 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 } }] |
| 9816 | 2026-08-11T11:24:35.324Z | Aug 11 11:24:34.329 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9817 | 2026-08-11T11:24:35.328Z | Aug 11 11:24:34.329 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 } }] |
| 9818 | 2026-08-11T11:24:35.328Z | Aug 11 11:24:34.329 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9819 | 2026-08-11T11:24:35.328Z | Aug 11 11:24:34.329 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 } }] |
| 9820 | 2026-08-11T11:24:35.328Z | Aug 11 11:24:34.329 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9821 | 2026-08-11T11:24:35.328Z | Aug 11 11:24:34.329 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 } }] |
| 9822 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9823 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 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 } }] |
| 9824 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9825 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 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 } }] |
| 9826 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9827 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 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 } }] |
| 9828 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9829 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 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 } }] |
| 9830 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9831 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 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 } }] |
| 9832 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9833 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 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 } }] |
| 9834 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9835 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 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 } }] |
| 9836 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9837 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 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 } }] |
| 9838 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9839 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 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 } }] |
| 9840 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9841 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 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 } }] |
| 9842 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9843 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 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 } }] |
| 9844 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 DEBG failed to allocate space for the new target list |
| 9845 | 2026-08-11T11:24:35.329Z | Aug 11 11:24:34.329 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 } }] |
| 9846 | 2026-08-11T11:24:35.329Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1) |
| 9847 | 2026-08-11T11:24:35.329Z | |
| 9848 | 2026-08-11T11:24:35.329Z | running 0 tests |
| 9849 | 2026-08-11T11:24:35.329Z | |
| 9850 | 2026-08-11T11:24:35.329Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9851 | 2026-08-11T11:24:35.329Z | |
| 9852 | 2026-08-11T11:24:35.329Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 9853 | 2026-08-11T11:24:35.329Z | |
| 9854 | 2026-08-11T11:24:35.329Z | running 0 tests |
| 9855 | 2026-08-11T11:24:35.329Z | |
| 9856 | 2026-08-11T11:24:35.329Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9857 | 2026-08-11T11:24:35.329Z | |
| 9858 | 2026-08-11T11:24:35.329Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8) |
| 9859 | 2026-08-11T11:24:35.329Z | |
| 9860 | 2026-08-11T11:24:35.329Z | running 6 tests |
| 9861 | 2026-08-11T11:24:35.330Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9862 | 2026-08-11T11:24:35.330Z | test tests::test_full_lot_id_lot_only ... ok |
| 9863 | 2026-08-11T11:24:35.330Z | test tests::test_full_lot_id_both_present ... ok |
| 9864 | 2026-08-11T11:24:35.330Z | test tests::test_full_lot_id_neither_present ... ok |
| 9865 | 2026-08-11T11:24:35.330Z | test tests::test_port_id_cmp ... ok |
| 9866 | 2026-08-11T11:24:35.330Z | test tests::test_parse_client_port_id ... ok |
| 9867 | 2026-08-11T11:24:35.330Z | |
| 9868 | 2026-08-11T11:24:35.330Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9869 | 2026-08-11T11:24:35.330Z | |
| 9870 | 2026-08-11T11:24:35.330Z | Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff) |
| 9871 | 2026-08-11T11:24:35.330Z | |
| 9872 | 2026-08-11T11:24:35.330Z | running 6 tests |
| 9873 | 2026-08-11T11:24:38.335Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9874 | 2026-08-11T11:24:38.338Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9875 | 2026-08-11T11:24:38.338Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9876 | 2026-08-11T11:24:38.343Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9877 | 2026-08-11T11:24:38.672Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9878 | 2026-08-11T11:24:39.650Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9879 | 2026-08-11T11:24:39.650Z | |
| 9880 | 2026-08-11T11:24:39.650Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.33s |
| 9881 | 2026-08-11T11:24:39.650Z | |
| 9882 | 2026-08-11T11:24:39.657Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 9883 | 2026-08-11T11:24:39.662Z | |
| 9884 | 2026-08-11T11:24:39.662Z | running 0 tests |
| 9885 | 2026-08-11T11:24:39.662Z | |
| 9886 | 2026-08-11T11:24:39.666Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9887 | 2026-08-11T11:24:39.666Z | |
| 9888 | 2026-08-11T11:24:39.666Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 9889 | 2026-08-11T11:24:39.669Z | |
| 9890 | 2026-08-11T11:24:39.669Z | running 0 tests |
| 9891 | 2026-08-11T11:24:39.669Z | |
| 9892 | 2026-08-11T11:24:39.669Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9893 | 2026-08-11T11:24:39.669Z | |
| 9894 | 2026-08-11T11:24:39.669Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 9895 | 2026-08-11T11:24:39.678Z | |
| 9896 | 2026-08-11T11:24:39.678Z | running 12 tests |
| 9897 | 2026-08-11T11:24:39.682Z | test icmp::test_v6_checksum ... ok |
| 9898 | 2026-08-11T11:24:39.682Z | test icmp::test_v4_checksum ... ok |
| 9899 | 2026-08-11T11:24:39.682Z | test ipv6::test_ipv6_parse ... ok |
| 9900 | 2026-08-11T11:24:39.682Z | test lldp::test_lldp_parse ... ok |
| 9901 | 2026-08-11T11:24:39.682Z | test pbuf::test_byte ... ok |
| 9902 | 2026-08-11T11:24:39.682Z | test pbuf::test_nibble ... ok |
| 9903 | 2026-08-11T11:24:39.682Z | test pbuf::test_overflow ... ok |
| 9904 | 2026-08-11T11:24:39.682Z | test pbuf::test_twelve ... ok |
| 9905 | 2026-08-11T11:24:39.682Z | test pbuf::test_short ... ok |
| 9906 | 2026-08-11T11:24:39.682Z | test pbuf::test_word ... ok |
| 9907 | 2026-08-11T11:24:39.682Z | test tcp::test_checksum_ack_data ... ok |
| 9908 | 2026-08-11T11:24:39.682Z | test tcp::test_checksum_syn_nodata ... ok |
| 9909 | 2026-08-11T11:24:39.682Z | |
| 9910 | 2026-08-11T11:24:39.682Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9911 | 2026-08-11T11:24:39.682Z | |
| 9912 | 2026-08-11T11:24:39.682Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9913 | 2026-08-11T11:24:39.686Z | |
| 9914 | 2026-08-11T11:24:39.686Z | running 0 tests |
| 9915 | 2026-08-11T11:24:39.686Z | |
| 9916 | 2026-08-11T11:24:39.686Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9917 | 2026-08-11T11:24:39.686Z | |
| 9918 | 2026-08-11T11:24:39.686Z | Running unittests src/main.rs (target/debug/deps/swadm-3b6d5ab7a19b39bb) |
| 9919 | 2026-08-11T11:24:39.695Z | |
| 9920 | 2026-08-11T11:24:39.696Z | running 5 tests |
| 9921 | 2026-08-11T11:24:39.702Z | test switchport::test::test_compute_lanes ... ok |
| 9922 | 2026-08-11T11:24:39.706Z | test link::test_filter ... ok |
| 9923 | 2026-08-11T11:24:39.706Z | test switchport::test::port_id_ordering ... ok |
| 9924 | 2026-08-11T11:24:39.706Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 9925 | 2026-08-11T11:24:39.706Z | Rx Loss-of-lock: Yes Lane 0 Yes YesLane 1 Yes |
| 9926 | 2026-08-11T11:24:39.706Z | Lane 2 Rx Loss-of-signal: YesLane 3 |
| 9927 | 2026-08-11T11:24:39.706Z | Yes State: ActivatedYes YesActivated |
| 9928 | 2026-08-11T11:24:39.706Z | Activated Activated Rx CDR Enabled: Yes |
| 9929 | 2026-08-11T11:24:39.706Z | Yes Rx Output Enabled: false Yes falseYes |
| 9930 | 2026-08-11T11:24:39.706Z | Tx Enabled: Yesfalse Yesfalse |
| 9931 | 2026-08-11T11:24:39.706Z | Yes Rx Output Status: validYes |
| 9932 | 2026-08-11T11:24:39.706Z | valid Tx Loss-of-lock: No validNo valid |
| 9933 | 2026-08-11T11:24:39.706Z | No Rx Loss-of-lock: trueNo |
| 9934 | 2026-08-11T11:24:39.706Z | true Tx Loss-of-signal: Notrue trueNo |
| 9935 | 2026-08-11T11:24:39.707Z | No Rx Loss-of-signal: false Nofalse |
| 9936 | 2026-08-11T11:24:39.707Z | Tx CDR Enabled: No false Nofalse |
| 9937 | 2026-08-11T11:24:39.707Z | No Rx Auto-squelch Disable: trueNo |
| 9938 | 2026-08-11T11:24:39.707Z | true Tx Adaptive EQ Fault: No trueNo true |
| 9939 | 2026-08-11T11:24:39.707Z | No Tx Output Enabled: true No |
| 9940 | 2026-08-11T11:24:39.707Z | true true Tx Fault: Yestrue |
| 9941 | 2026-08-11T11:24:39.707Z | Yes Tx Output Status: invalid Yesinvalid Yes |
| 9942 | 2026-08-11T11:24:39.707Z | invalid invalid |
| 9943 | 2026-08-11T11:24:39.707Z | Tx Loss-of-lock: false false false false |
| 9944 | 2026-08-11T11:24:39.707Z | Tx Loss-of-signal: true true true true |
| 9945 | 2026-08-11T11:24:39.707Z | Tx Auto-squelch Disable: false false false false |
| 9946 | 2026-08-11T11:24:39.707Z | Tx Adaptive EQ Fail: true true true true |
| 9947 | 2026-08-11T11:24:39.707Z | Tx Failure: false false false false |
| 9948 | 2026-08-11T11:24:39.707Z | Tx Force Squelch: true true true true |
| 9949 | 2026-08-11T11:24:39.707Z | Tx Input Polarity: normal normal normal normal |
| 9950 | 2026-08-11T11:24:39.707Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9951 | 2026-08-11T11:24:39.707Z | test switchport::test::test_print_sff_datapath ... ok |
| 9952 | 2026-08-11T11:24:39.707Z | |
| 9953 | 2026-08-11T11:24:39.707Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9954 | 2026-08-11T11:24:39.707Z | |
| 9955 | 2026-08-11T11:24:39.707Z | Running tests/counters.rs (target/debug/deps/counters-dafdf3819a3acd7e) |
| 9956 | 2026-08-11T11:24:39.711Z | |
| 9957 | 2026-08-11T11:24:39.711Z | running 1 test |
| 9958 | 2026-08-11T11:24:39.711Z | test test_p4_counter_list ... ignored |
| 9959 | 2026-08-11T11:24:39.711Z | |
| 9960 | 2026-08-11T11:24:39.711Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9961 | 2026-08-11T11:24:39.711Z | |
| 9962 | 2026-08-11T11:24:39.711Z | Running tests/port-link.rs (target/debug/deps/port_link-721a5ab28abf000c) |
| 9963 | 2026-08-11T11:24:39.714Z | |
| 9964 | 2026-08-11T11:24:39.715Z | running 5 tests |
| 9965 | 2026-08-11T11:24:39.715Z | test test_an ... ignored |
| 9966 | 2026-08-11T11:24:39.715Z | test test_enable ... ignored |
| 9967 | 2026-08-11T11:24:39.715Z | test test_ip_addresses ... ignored |
| 9968 | 2026-08-11T11:24:39.715Z | test test_kr ... ignored |
| 9969 | 2026-08-11T11:24:39.715Z | test test_mac ... ignored |
| 9970 | 2026-08-11T11:24:39.715Z | |
| 9971 | 2026-08-11T11:24:39.715Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9972 | 2026-08-11T11:24:39.715Z | |
| 9973 | 2026-08-11T11:24:39.715Z | Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f) |
| 9974 | 2026-08-11T11:24:39.718Z | |
| 9975 | 2026-08-11T11:24:39.718Z | running 3 tests |
| 9976 | 2026-08-11T11:24:39.718Z | test linklocal::test_parse_ipadm ... ok |
| 9977 | 2026-08-11T11:24:39.718Z | test tfport::test_parse_tfport ... ok |
| 9978 | 2026-08-11T11:24:39.719Z | test config::tests::test_updates ... ok |
| 9979 | 2026-08-11T11:24:39.719Z | |
| 9980 | 2026-08-11T11:24:39.719Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9981 | 2026-08-11T11:24:39.719Z | |
| 9982 | 2026-08-11T11:24:39.719Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 9983 | 2026-08-11T11:24:39.722Z | |
| 9984 | 2026-08-11T11:24:39.722Z | running 0 tests |
| 9985 | 2026-08-11T11:24:39.722Z | |
| 9986 | 2026-08-11T11:24:39.722Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9987 | 2026-08-11T11:24:39.722Z | |
| 9988 | 2026-08-11T11:24:39.725Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 9989 | 2026-08-11T11:24:39.728Z | |
| 9990 | 2026-08-11T11:24:39.728Z | running 0 tests |
| 9991 | 2026-08-11T11:24:39.728Z | |
| 9992 | 2026-08-11T11:24:39.728Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9993 | 2026-08-11T11:24:39.728Z | |
| 9994 | 2026-08-11T11:24:39.729Z | Doc-tests aal |
| 9995 | 2026-08-11T11:24:39.918Z | |
| 9996 | 2026-08-11T11:24:39.918Z | running 0 tests |
| 9997 | 2026-08-11T11:24:39.918Z | |
| 9998 | 2026-08-11T11:24:39.922Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9999 | 2026-08-11T11:24:39.922Z | |
| 10000 | 2026-08-11T11:24:39.936Z | Doc-tests aal_macros |
| 10001 | 2026-08-11T11:24:40.010Z | |
| 10002 | 2026-08-11T11:24:40.010Z | running 0 tests |
| 10003 | 2026-08-11T11:24:40.010Z | |
| 10004 | 2026-08-11T11:24:40.010Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10005 | 2026-08-11T11:24:40.011Z | |
| 10006 | 2026-08-11T11:24:40.021Z | Doc-tests common |
| 10007 | 2026-08-11T11:24:40.258Z | |
| 10008 | 2026-08-11T11:24:40.259Z | running 0 tests |
| 10009 | 2026-08-11T11:24:40.259Z | |
| 10010 | 2026-08-11T11:24:40.259Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10011 | 2026-08-11T11:24:40.259Z | |
| 10012 | 2026-08-11T11:24:40.280Z | Doc-tests dpd_api |
| 10013 | 2026-08-11T11:24:41.143Z | |
| 10014 | 2026-08-11T11:24:41.143Z | running 2 tests |
| 10015 | 2026-08-11T11:24:41.143Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 10016 | 2026-08-11T11:24:41.143Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 10017 | 2026-08-11T11:24:41.143Z | |
| 10018 | 2026-08-11T11:24:41.143Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10019 | 2026-08-11T11:24:41.143Z | |
| 10020 | 2026-08-11T11:24:41.175Z | Doc-tests dpd_client |
| 10021 | 2026-08-11T11:24:42.452Z | |
| 10022 | 2026-08-11T11:24:42.452Z | running 0 tests |
| 10023 | 2026-08-11T11:24:42.452Z | |
| 10024 | 2026-08-11T11:24:42.452Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10025 | 2026-08-11T11:24:42.452Z | |
| 10026 | 2026-08-11T11:24:42.500Z | Doc-tests dpd_types |
| 10027 | 2026-08-11T11:24:42.712Z | |
| 10028 | 2026-08-11T11:24:42.712Z | running 0 tests |
| 10029 | 2026-08-11T11:24:42.712Z | |
| 10030 | 2026-08-11T11:24:42.712Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10031 | 2026-08-11T11:24:42.712Z | |
| 10032 | 2026-08-11T11:24:42.739Z | Doc-tests dpd_types_versions |
| 10033 | 2026-08-11T11:24:43.947Z | |
| 10034 | 2026-08-11T11:24:43.947Z | running 1 test |
| 10035 | 2026-08-11T11:24:43.947Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10036 | 2026-08-11T11:24:43.947Z | |
| 10037 | 2026-08-11T11:24:43.947Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10038 | 2026-08-11T11:24:43.948Z | |
| 10039 | 2026-08-11T11:24:44.173Z | Doc-tests packet |
| 10040 | 2026-08-11T11:24:44.174Z | |
| 10041 | 2026-08-11T11:24:44.174Z | running 0 tests |
| 10042 | 2026-08-11T11:24:44.174Z | |
| 10043 | 2026-08-11T11:24:44.174Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10044 | 2026-08-11T11:24:44.174Z | |
| 10045 | 2026-08-11T11:24:44.174Z | Doc-tests pcap |
| 10046 | 2026-08-11T11:24:44.179Z | |
| 10047 | 2026-08-11T11:24:44.179Z | running 0 tests |
| 10048 | 2026-08-11T11:24:44.179Z | |
| 10049 | 2026-08-11T11:24:44.179Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10050 | 2026-08-11T11:24:44.179Z | |
| 10051 | 2026-08-11T11:24:44.225Z | process exited: duration 591340 ms, exit code 0 |
| |
| 10052 | 2026-08-11T11:24:44.233Z | found 0 output files |