|
|
|
| 1 | 2026-08-14T12:13:20.432Z | job assigned to worker 01M00306N3R5VA5X4Q0ZY8RNC4 [factory aws, i-034b43fa37776b76e] (queued for 55 s) |
| |
| 2 | 2026-08-14T12:13:26.442Z | starting task 0: "setup" |
| 3 | 2026-08-14T12:13:26.447Z | ++ uname -s |
| 4 | 2026-08-14T12:13:26.447Z | + kern=SunOS |
| 5 | 2026-08-14T12:13:26.447Z | + build_user=build |
| 6 | 2026-08-14T12:13:26.447Z | + build_uid=12345 |
| 7 | 2026-08-14T12:13:26.447Z | + work_dir=/work |
| 8 | 2026-08-14T12:13:26.447Z | + input_dir=/input |
| 9 | 2026-08-14T12:13:26.447Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-14T12:13:26.456Z | + case "$kern" in |
| 11 | 2026-08-14T12:13:26.456Z | + groupadd -g 12345 build |
| 12 | 2026-08-14T12:13:26.456Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-14T12:13:28.453Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-14T12:13:28.568Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-14T12:13:28.572Z | + home_fs=zfs |
| 16 | 2026-08-14T12:13:28.572Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-14T12:13:28.572Z | + mkdir -p /home/build |
| 18 | 2026-08-14T12:13:28.572Z | + chown build:build /home/build /work |
| 19 | 2026-08-14T12:13:30.572Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-14T12:13:30.575Z | process exited: duration 4134 ms, exit code 0 |
| |
| 21 | 2026-08-14T12:13:30.581Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-14T12:13:30.586Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-08-14T12:13:30.586Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-08-14T12:13:30.586Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-14T12:13:30.586Z | * rust toolchain profile = "default" |
| 26 | 2026-08-14T12:13:30.586Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-14T12:13:30.586Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-14T12:13:30.589Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-14T12:13:30.589Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-14T12:13:30.666Z | info: downloading installer |
| 31 | 2026-08-14T12:13:31.887Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-14T12:13:31.888Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-14T12:13:31.888Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-14T12:13:31.888Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-14T12:13:31.900Z | info: profile set to default |
| 36 | 2026-08-14T12:13:31.900Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-14T12:13:31.903Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-14T12:13:32.048Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-14T12:13:32.050Z | info: downloading 6 components |
| 40 | 2026-08-14T12:13:45.778Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-08-14T12:13:45.778Z | |
| 42 | 2026-08-14T12:13:45.811Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-14T12:13:45.811Z | |
| 44 | 2026-08-14T12:13:45.811Z | |
| 45 | 2026-08-14T12:13:45.811Z | Rust is installed now. Great! |
| 46 | 2026-08-14T12:13:45.811Z | |
| 47 | 2026-08-14T12:13:45.815Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-14T12:13:45.815Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-14T12:13:45.815Z | |
| 50 | 2026-08-14T12:13:45.815Z | To configure your current shell, you need to source |
| 51 | 2026-08-14T12:13:45.815Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-14T12:13:45.815Z | |
| 53 | 2026-08-14T12:13:45.815Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-14T12:13:45.815Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-14T12:13:45.815Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-14T12:13:45.815Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-14T12:13:45.815Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-14T12:13:45.815Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-14T12:13:45.815Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-14T12:13:45.815Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-14T12:13:45.815Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-14T12:13:45.901Z | + rustup --version |
| 63 | 2026-08-14T12:13:45.909Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-14T12:13:45.912Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-14T12:13:45.933Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-14T12:13:45.936Z | + cargo --version |
| 67 | 2026-08-14T12:13:45.948Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-14T12:13:45.953Z | + rustc --version |
| 69 | 2026-08-14T12:13:45.971Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-14T12:13:45.974Z | process exited: duration 15392 ms, exit code 0 |
| |
| 71 | 2026-08-14T12:13:45.979Z | starting task 2: "authentication" |
| 72 | 2026-08-14T12:13:45.996Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-14T12:13:46.003Z | starting task 3: "clone repository" |
| 74 | 2026-08-14T12:13:46.006Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-14T12:13:46.010Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-14T12:13:46.037Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-14T12:13:46.783Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-14T12:13:46.783Z | + git fetch origin f4154154ae6fa9b08435c67f81d88b23175a0e00 |
| 79 | 2026-08-14T12:13:47.050Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-14T12:13:47.050Z | * branch f4154154ae6fa9b08435c67f81d88b23175a0e00 -> FETCH_HEAD |
| 81 | 2026-08-14T12:13:47.054Z | + [[ -n nsk/nat-3-natmap ]] |
| 82 | 2026-08-14T12:13:47.058Z | ++ git branch --show-current |
| 83 | 2026-08-14T12:13:47.058Z | + current=main |
| 84 | 2026-08-14T12:13:47.058Z | + [[ main != nsk/nat-3-natmap ]] |
| 85 | 2026-08-14T12:13:47.058Z | + git branch -f nsk/nat-3-natmap f4154154ae6fa9b08435c67f81d88b23175a0e00 |
| 86 | 2026-08-14T12:13:47.062Z | + git checkout -f nsk/nat-3-natmap |
| 87 | 2026-08-14T12:13:47.080Z | Switched to branch 'nsk/nat-3-natmap' |
| 88 | 2026-08-14T12:13:47.084Z | + git reset --hard f4154154ae6fa9b08435c67f81d88b23175a0e00 |
| 89 | 2026-08-14T12:13:47.084Z | HEAD is now at f415415 unify the per-family NAT mapping code |
| 90 | 2026-08-14T12:13:47.087Z | process exited: duration 1082 ms, exit code 0 |
| |
| 91 | 2026-08-14T12:13:47.094Z | starting task 4: "build" |
| 92 | 2026-08-14T12:13:47.097Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-14T12:13:47.101Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-08-14T12:13:47.101Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-08-14T12:13:47.101Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-08-14T12:13:47.101Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-08-14T12:13:47.101Z | +++ uname -s |
| 98 | 2026-08-14T12:13:47.101Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-14T12:13:47.101Z | ++ SERIES=illumos |
| 100 | 2026-08-14T12:13:47.101Z | +++ uname -s |
| 101 | 2026-08-14T12:13:47.104Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-14T12:13:47.104Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-08-14T12:13:47.104Z | ++ rustup show active-toolchain |
| 104 | 2026-08-14T12:13:47.108Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-14T12:13:47.108Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-14T12:13:47.108Z | ++ banner 'sde setup' |
| 107 | 2026-08-14T12:13:47.111Z | |
| 108 | 2026-08-14T12:13:47.111Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-14T12:13:47.111Z | # # # # # # # # # # # |
| 110 | 2026-08-14T12:13:47.111Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-14T12:13:47.111Z | # # # # # # # # # ##### |
| 112 | 2026-08-14T12:13:47.111Z | # # # # # # # # # # # # |
| 113 | 2026-08-14T12:13:47.111Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-14T12:13:47.111Z | |
| 115 | 2026-08-14T12:13:47.111Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-14T12:13:47.111Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-14T12:13:47.111Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-14T12:13:47.111Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-14T12:13:47.111Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-08-14T12:13:47.115Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-14T12:13:47.119Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-14T12:13:49.630Z |
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 00:01 0
51 76.03M 51 39.06M 0 0 19.40M 0 00:03 00:02 00:01 19.40M
100 76.03M 100 76.03M 0 0 30.23M 0 00:02 00:02 19.40M
100 76.03M 100 76.03M 0 0 30.23M 0 00:02 00:02 19.40M
100 76.03M 100 76.03M 0 0 30.23M 0 00:02 00:02 19.40M |
| 123 | 2026-08-14T12:13:49.635Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-14T12:13:49.681Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-08-14T12:13:49.681Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-08-14T12:13:49.681Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-14T12:13:52.570Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-14T12:13:52.886Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-14T12:13:52.939Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-14T12:13:54.914Z | Planning: Solver setup ... Done |
| 131 | 2026-08-14T12:13:54.973Z | Planning: Running solver ... Done |
| 132 | 2026-08-14T12:13:55.016Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-14T12:13:55.019Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-14T12:13:55.022Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-14T12:13:55.036Z | Planning: Package planning ... Done |
| 136 | 2026-08-14T12:13:55.039Z | Planning: Merging actions ... Done |
| 137 | 2026-08-14T12:13:55.132Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-14T12:13:55.135Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-14T12:13:55.938Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-14T12:13:55.942Z | Planning: Planning completed in 3.00 seconds |
| 141 | 2026-08-14T12:13:55.946Z | Packages to install: 1 |
| 142 | 2026-08-14T12:13:55.949Z | Create boot environment: No |
| 143 | 2026-08-14T12:13:55.949Z | Create backup boot environment: No |
| 144 | 2026-08-14T12:13:55.971Z | |
| 145 | 2026-08-14T12:13:55.971Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-14T12:13:56.105Z | Download: Completed 75.30 MB in 0.13 seconds (562M/s) |
| 147 | 2026-08-14T12:13:56.274Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-14T12:13:57.248Z | Actions: Completed 293 actions in 0.97 seconds. |
| 149 | 2026-08-14T12:13:57.251Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-14T12:13:57.292Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-14T12:13:57.370Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-14T12:13:59.887Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-14T12:13:59.965Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-14T12:13:59.968Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-14T12:14:00.228Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-14T12:14:00.383Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-14T12:14:00.383Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-14T12:14:00.383Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-14T12:14:00.383Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-14T12:14:00.383Z | ++ banner packages |
| 161 | 2026-08-14T12:14:00.386Z | |
| 162 | 2026-08-14T12:14:00.386Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-14T12:14:00.386Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-14T12:14:00.386Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-14T12:14:00.386Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-14T12:14:00.386Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-14T12:14:00.386Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-14T12:14:00.386Z | |
| 169 | 2026-08-14T12:14:00.386Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-14T12:14:00.653Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-14T12:14:00.656Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-14T12:14:02.257Z | Planning: Solver setup ... Done |
| 173 | 2026-08-14T12:14:02.315Z | Planning: Running solver ... Done |
| 174 | 2026-08-14T12:14:02.357Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-14T12:14:02.360Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-14T12:14:02.360Z | Planning: Planning completed in 1.70 seconds |
| 177 | 2026-08-14T12:14:02.375Z | No updates necessary for this image. |
| 178 | 2026-08-14T12:14:02.502Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-14T12:14:02.717Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-14T12:14:02.831Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-14T12:14:02.834Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-14T12:14:02.997Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-14T12:14:03.000Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-08-14T12:14:03.021Z | Mediators to change: 2 |
| 185 | 2026-08-14T12:14:03.022Z | Create boot environment: No |
| 186 | 2026-08-14T12:14:03.025Z | Create backup boot environment: No |
| 187 | 2026-08-14T12:14:03.060Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-14T12:14:03.060Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-14T12:14:03.103Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-14T12:14:05.131Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-14T12:14:05.198Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-14T12:14:05.201Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-14T12:14:05.265Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-14T12:14:05.340Z | ++ cargo --version |
| 195 | 2026-08-14T12:14:05.350Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-08-14T12:14:05.353Z | ++ rustc --version |
| 197 | 2026-08-14T12:14:05.374Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-08-14T12:14:05.377Z | + banner copyrights |
| 199 | 2026-08-14T12:14:05.377Z | |
| 200 | 2026-08-14T12:14:05.377Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-14T12:14:05.377Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-14T12:14:05.377Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-14T12:14:05.380Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-14T12:14:05.380Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-14T12:14:05.381Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-14T12:14:05.381Z | |
| 207 | 2026-08-14T12:14:05.381Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-14T12:14:05.674Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-08-14T12:14:06.470Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-08-14T12:14:06.938Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-08-14T12:14:07.031Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-08-14T12:14:07.205Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-08-14T12:14:07.440Z | + banner clippy |
| 214 | 2026-08-14T12:14:07.443Z | |
| 215 | 2026-08-14T12:14:07.443Z | #### # # ##### ##### # # |
| 216 | 2026-08-14T12:14:07.443Z | # # # # # # # # # # |
| 217 | 2026-08-14T12:14:07.443Z | # # # # # # # # |
| 218 | 2026-08-14T12:14:07.443Z | # # # ##### ##### # |
| 219 | 2026-08-14T12:14:07.443Z | # # # # # # # |
| 220 | 2026-08-14T12:14:07.443Z | #### ###### # # # # |
| 221 | 2026-08-14T12:14:07.443Z | |
| 222 | 2026-08-14T12:14:07.443Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-08-14T12:14:07.443Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-08-14T12:14:07.590Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-08-14T12:14:17.247Z | Updating crates.io index |
| 226 | 2026-08-14T12:14:17.281Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-08-14T12:14:17.759Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-08-14T12:14:18.539Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-08-14T12:14:18.880Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-08-14T12:14:19.215Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-08-14T12:14:20.421Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 232 | 2026-08-14T12:14:20.853Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-08-14T12:14:21.240Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-08-14T12:14:21.623Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-08-14T12:14:22.039Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-08-14T12:14:22.516Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-08-14T12:14:23.360Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-08-14T12:14:24.260Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-08-14T12:14:24.626Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-08-14T12:14:25.076Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-08-14T12:14:25.678Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-08-14T12:14:26.140Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-08-14T12:14:26.496Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-08-14T12:14:27.277Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 245 | 2026-08-14T12:14:27.662Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 246 | 2026-08-14T12:14:27.999Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 247 | 2026-08-14T12:14:29.424Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-08-14T12:14:29.930Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-08-14T12:14:30.508Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2026-08-14T12:14:32.443Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2026-08-14T12:14:33.114Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 252 | 2026-08-14T12:14:33.455Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-08-14T12:14:33.774Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-14T12:14:35.805Z | Downloading crates ... |
| 255 | 2026-08-14T12:14:35.861Z | Downloaded adler2 v2.0.1 |
| 256 | 2026-08-14T12:14:35.866Z | Downloaded aead v0.5.2 |
| 257 | 2026-08-14T12:14:35.869Z | Downloaded anstream v1.0.0 |
| 258 | 2026-08-14T12:14:35.873Z | Downloaded async-stream v0.3.6 |
| 259 | 2026-08-14T12:14:35.876Z | Downloaded bit-set v0.8.0 |
| 260 | 2026-08-14T12:14:35.879Z | Downloaded base16ct v0.2.0 |
| 261 | 2026-08-14T12:14:35.882Z | Downloaded async-recursion v1.1.1 |
| 262 | 2026-08-14T12:14:35.885Z | Downloaded atomicwrites v0.4.4 |
| 263 | 2026-08-14T12:14:35.885Z | Downloaded async-trait v0.1.89 |
| 264 | 2026-08-14T12:14:35.888Z | Downloaded backoff v0.4.0 |
| 265 | 2026-08-14T12:14:35.891Z | Downloaded dof v0.4.0 |
| 266 | 2026-08-14T12:14:35.895Z | Downloaded autocfg v1.5.0 |
| 267 | 2026-08-14T12:14:35.897Z | Downloaded ciborium-ll v0.2.2 |
| 268 | 2026-08-14T12:14:35.898Z | Downloaded bit-vec v0.8.0 |
| 269 | 2026-08-14T12:14:35.901Z | Downloaded dof v0.3.0 |
| 270 | 2026-08-14T12:14:35.904Z | Downloaded darling_macro v0.21.3 |
| 271 | 2026-08-14T12:14:35.904Z | Downloaded convert_case v0.4.0 |
| 272 | 2026-08-14T12:14:35.907Z | Downloaded digest v0.11.3 |
| 273 | 2026-08-14T12:14:35.909Z | Downloaded digest v0.10.7 |
| 274 | 2026-08-14T12:14:35.909Z | Downloaded equivalent v1.0.2 |
| 275 | 2026-08-14T12:14:35.912Z | Downloaded defmt-macros v1.0.1 |
| 276 | 2026-08-14T12:14:35.915Z | Downloaded drift v0.2.0 |
| 277 | 2026-08-14T12:14:35.920Z | Downloaded futures v0.3.32 |
| 278 | 2026-08-14T12:14:35.924Z | Downloaded futures-core v0.3.32 |
| 279 | 2026-08-14T12:14:35.927Z | Downloaded dunce v1.0.5 |
| 280 | 2026-08-14T12:14:35.930Z | Downloaded fixedbitset v0.5.7 |
| 281 | 2026-08-14T12:14:35.933Z | Downloaded errno v0.3.14 |
| 282 | 2026-08-14T12:14:35.933Z | Downloaded anstyle-query v1.1.4 |
| 283 | 2026-08-14T12:14:35.936Z | Downloaded ciborium-io v0.2.2 |
| 284 | 2026-08-14T12:14:35.939Z | Downloaded hex v0.4.3 |
| 285 | 2026-08-14T12:14:35.939Z | Downloaded arrayref v0.3.9 |
| 286 | 2026-08-14T12:14:35.943Z | Downloaded futures-sink v0.3.32 |
| 287 | 2026-08-14T12:14:35.946Z | Downloaded heck v0.5.0 |
| 288 | 2026-08-14T12:14:35.946Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 289 | 2026-08-14T12:14:35.946Z | Downloaded foldhash v0.1.5 |
| 290 | 2026-08-14T12:14:35.949Z | Downloaded fastrand v2.3.0 |
| 291 | 2026-08-14T12:14:35.952Z | Downloaded heck v0.4.1 |
| 292 | 2026-08-14T12:14:35.952Z | Downloaded generic-array v0.14.7 |
| 293 | 2026-08-14T12:14:35.955Z | Downloaded colorchoice v1.0.4 |
| 294 | 2026-08-14T12:14:35.955Z | Downloaded http-body v1.0.1 |
| 295 | 2026-08-14T12:14:35.958Z | Downloaded defmt v0.3.100 |
| 296 | 2026-08-14T12:14:35.958Z | Downloaded debug-ignore v1.0.5 |
| 297 | 2026-08-14T12:14:35.961Z | Downloaded constant_time_eq v0.3.1 |
| 298 | 2026-08-14T12:14:35.964Z | Downloaded hubpack v0.1.2 |
| 299 | 2026-08-14T12:14:35.964Z | Downloaded hostname v0.4.2 |
| 300 | 2026-08-14T12:14:35.967Z | Downloaded futures-macro v0.3.32 |
| 301 | 2026-08-14T12:14:35.970Z | Downloaded dyn-clone v1.0.20 |
| 302 | 2026-08-14T12:14:35.970Z | Downloaded httpdate v1.0.3 |
| 303 | 2026-08-14T12:14:35.973Z | Downloaded futures-io v0.3.32 |
| 304 | 2026-08-14T12:14:35.975Z | Downloaded dtrace-parser v0.2.0 |
| 305 | 2026-08-14T12:14:35.975Z | Downloaded form_urlencoded v1.2.2 |
| 306 | 2026-08-14T12:14:35.978Z | Downloaded hubpack_derive v0.1.1 |
| 307 | 2026-08-14T12:14:35.978Z | Downloaded globset v0.4.16 |
| 308 | 2026-08-14T12:14:35.981Z | Downloaded fs_extra v1.3.0 |
| 309 | 2026-08-14T12:14:35.984Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 310 | 2026-08-14T12:14:35.984Z | Downloaded hyper-tls v0.6.0 |
| 311 | 2026-08-14T12:14:35.987Z | Downloaded defmt-parser v1.0.0 |
| 312 | 2026-08-14T12:14:35.987Z | Downloaded daft-derive v0.1.5 |
| 313 | 2026-08-14T12:14:35.990Z | Downloaded const_format_proc_macros v0.2.34 |
| 314 | 2026-08-14T12:14:35.993Z | Downloaded indent_write v2.2.0 |
| 315 | 2026-08-14T12:14:35.996Z | Downloaded idna_adapter v1.2.1 |
| 316 | 2026-08-14T12:14:35.996Z | Downloaded ident_case v1.0.1 |
| 317 | 2026-08-14T12:14:35.999Z | Downloaded git-stub-vcs v0.1.0 |
| 318 | 2026-08-14T12:14:36.002Z | Downloaded arrayvec v0.7.6 |
| 319 | 2026-08-14T12:14:36.002Z | Downloaded internet-checksum v0.2.1 |
| 320 | 2026-08-14T12:14:36.005Z | Downloaded bytecount v0.6.9 |
| 321 | 2026-08-14T12:14:36.005Z | Downloaded is_terminal_polyfill v1.70.1 |
| 322 | 2026-08-14T12:14:36.008Z | Downloaded is_ci v1.2.0 |
| 323 | 2026-08-14T12:14:36.011Z | Downloaded lazy_static v1.5.0 |
| 324 | 2026-08-14T12:14:36.011Z | Downloaded camino-tempfile v1.4.1 |
| 325 | 2026-08-14T12:14:36.014Z | Downloaded kstat-rs v0.2.4 |
| 326 | 2026-08-14T12:14:36.014Z | Downloaded keccak v0.1.6 |
| 327 | 2026-08-14T12:14:36.017Z | Downloaded libscf-sys v1.2.0 |
| 328 | 2026-08-14T12:14:36.017Z | Downloaded crossbeam-deque v0.8.6 |
| 329 | 2026-08-14T12:14:36.020Z | Downloaded critical-section v1.2.0 |
| 330 | 2026-08-14T12:14:36.020Z | Downloaded cexpr v0.6.0 |
| 331 | 2026-08-14T12:14:36.023Z | Downloaded group v0.13.0 |
| 332 | 2026-08-14T12:14:36.027Z | Downloaded glob v0.3.3 |
| 333 | 2026-08-14T12:14:36.027Z | Downloaded erased-serde v0.3.31 |
| 334 | 2026-08-14T12:14:36.029Z | Downloaded either v1.15.0 |
| 335 | 2026-08-14T12:14:36.032Z | Downloaded itoa v1.0.15 |
| 336 | 2026-08-14T12:14:36.032Z | Downloaded managed v0.8.0 |
| 337 | 2026-08-14T12:14:36.035Z | Downloaded macaddr v1.0.1 |
| 338 | 2026-08-14T12:14:36.035Z | Downloaded clap_derive v4.6.1 |
| 339 | 2026-08-14T12:14:36.038Z | Downloaded byteorder v1.5.0 |
| 340 | 2026-08-14T12:14:36.041Z | Downloaded futures-executor v0.3.32 |
| 341 | 2026-08-14T12:14:36.041Z | Downloaded find-msvc-tools v0.1.9 |
| 342 | 2026-08-14T12:14:36.044Z | Downloaded match_cfg v0.1.0 |
| 343 | 2026-08-14T12:14:36.044Z | Downloaded num-conv v0.2.1 |
| 344 | 2026-08-14T12:14:36.047Z | Downloaded fs-err v3.1.2 |
| 345 | 2026-08-14T12:14:36.050Z | Downloaded memoffset v0.9.1 |
| 346 | 2026-08-14T12:14:36.050Z | Downloaded lru-slab v0.1.2 |
| 347 | 2026-08-14T12:14:36.053Z | Downloaded memmap v0.7.0 |
| 348 | 2026-08-14T12:14:36.053Z | Downloaded highway v1.3.0 |
| 349 | 2026-08-14T12:14:36.056Z | Downloaded getrandom v0.2.16 |
| 350 | 2026-08-14T12:14:36.059Z | Downloaded ipnetwork v0.21.1 |
| 351 | 2026-08-14T12:14:36.059Z | Downloaded instant v0.1.13 |
| 352 | 2026-08-14T12:14:36.062Z | Downloaded num v0.4.3 |
| 353 | 2026-08-14T12:14:36.065Z | Downloaded mime v0.3.17 |
| 354 | 2026-08-14T12:14:36.065Z | Downloaded num-derive v0.4.2 |
| 355 | 2026-08-14T12:14:36.068Z | Downloaded newtype-uuid-macros v0.1.0 |
| 356 | 2026-08-14T12:14:36.068Z | Downloaded num-iter v0.1.45 |
| 357 | 2026-08-14T12:14:36.071Z | Downloaded newline-converter v0.3.0 |
| 358 | 2026-08-14T12:14:36.071Z | Downloaded darling v0.21.3 |
| 359 | 2026-08-14T12:14:36.074Z | Downloaded ipnet v2.11.0 |
| 360 | 2026-08-14T12:14:36.077Z | Downloaded jobserver v0.1.34 |
| 361 | 2026-08-14T12:14:36.080Z | Downloaded num_threads v0.1.7 |
| 362 | 2026-08-14T12:14:36.080Z | Downloaded bitflags v2.11.1 |
| 363 | 2026-08-14T12:14:36.083Z | Downloaded omicron-workspace-hack v0.1.0 |
| 364 | 2026-08-14T12:14:36.085Z | Downloaded olpc-cjson v0.1.4 |
| 365 | 2026-08-14T12:14:36.086Z | Downloaded hmac v0.12.1 |
| 366 | 2026-08-14T12:14:36.088Z | Downloaded anyhow v1.0.102 |
| 367 | 2026-08-14T12:14:36.091Z | Downloaded foldhash v0.2.0 |
| 368 | 2026-08-14T12:14:36.091Z | Downloaded ff v0.13.1 |
| 369 | 2026-08-14T12:14:36.094Z | Downloaded cmake v0.1.54 |
| 370 | 2026-08-14T12:14:36.094Z | Downloaded num_enum_derive v0.5.11 |
| 371 | 2026-08-14T12:14:36.097Z | Downloaded libsw v3.5.0 |
| 372 | 2026-08-14T12:14:36.102Z | Downloaded openssl-probe v0.1.6 |
| 373 | 2026-08-14T12:14:36.102Z | Downloaded openssl-macros v0.1.1 |
| 374 | 2026-08-14T12:14:36.102Z | Downloaded opaque-debug v0.3.1 |
| 375 | 2026-08-14T12:14:36.105Z | Downloaded linked-hash-map v0.5.6 |
| 376 | 2026-08-14T12:14:36.105Z | Downloaded libsw-core v0.3.2 |
| 377 | 2026-08-14T12:14:36.108Z | Downloaded percent-encoding v2.3.2 |
| 378 | 2026-08-14T12:14:36.108Z | Downloaded httparse v1.10.1 |
| 379 | 2026-08-14T12:14:36.111Z | Downloaded hybrid-array v0.4.12 |
| 380 | 2026-08-14T12:14:36.111Z | Downloaded futures-channel v0.3.32 |
| 381 | 2026-08-14T12:14:36.114Z | Downloaded native-tls v0.2.14 |
| 382 | 2026-08-14T12:14:36.117Z | Downloaded iana-time-zone v0.1.64 |
| 383 | 2026-08-14T12:14:36.117Z | Downloaded hyper-rustls v0.27.7 |
| 384 | 2026-08-14T12:14:36.120Z | Downloaded parse-display v0.10.0 |
| 385 | 2026-08-14T12:14:36.123Z | Downloaded ingot-macros v0.1.1 |
| 386 | 2026-08-14T12:14:36.123Z | Downloaded linear-map v1.2.0 |
| 387 | 2026-08-14T12:14:36.126Z | Downloaded num_enum v0.5.11 |
| 388 | 2026-08-14T12:14:36.128Z | Downloaded http-body-util v0.1.3 |
| 389 | 2026-08-14T12:14:36.131Z | Downloaded phf_shared v0.12.1 |
| 390 | 2026-08-14T12:14:36.131Z | Downloaded filetime v0.2.26 |
| 391 | 2026-08-14T12:14:36.134Z | Downloaded potential_utf v0.1.3 |
| 392 | 2026-08-14T12:14:36.134Z | Downloaded multer v3.1.0 |
| 393 | 2026-08-14T12:14:36.137Z | Downloaded clap v4.6.1 |
| 394 | 2026-08-14T12:14:36.141Z | Downloaded powerfmt v0.2.0 |
| 395 | 2026-08-14T12:14:36.144Z | Downloaded const-oid v0.10.2 |
| 396 | 2026-08-14T12:14:36.147Z | Downloaded ingot-types v0.1.2 |
| 397 | 2026-08-14T12:14:36.147Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 398 | 2026-08-14T12:14:36.157Z | Downloaded proc-macro-crate v1.3.1 |
| 399 | 2026-08-14T12:14:36.157Z | Downloaded pretty-hex v0.4.1 |
| 400 | 2026-08-14T12:14:36.158Z | Downloaded num-integer v0.1.46 |
| 401 | 2026-08-14T12:14:36.158Z | Downloaded num_enum_derive v0.7.5 |
| 402 | 2026-08-14T12:14:36.158Z | Downloaded proc-macro-error-attr v1.0.4 |
| 403 | 2026-08-14T12:14:36.158Z | Downloaded num_enum v0.7.5 |
| 404 | 2026-08-14T12:14:36.162Z | Downloaded dropshot_endpoint v0.16.7 |
| 405 | 2026-08-14T12:14:36.162Z | Downloaded half v2.7.1 |
| 406 | 2026-08-14T12:14:36.165Z | Downloaded getrandom v0.4.2 |
| 407 | 2026-08-14T12:14:36.168Z | Downloaded progenitor-client v0.14.0 |
| 408 | 2026-08-14T12:14:36.168Z | Downloaded quick-error v1.2.3 |
| 409 | 2026-08-14T12:14:36.171Z | Downloaded progenitor-macro v0.14.0 |
| 410 | 2026-08-14T12:14:36.171Z | Downloaded ref-cast v1.0.25 |
| 411 | 2026-08-14T12:14:36.174Z | Downloaded progenitor-macro v0.11.1 |
| 412 | 2026-08-14T12:14:36.174Z | Downloaded memmap2 v0.9.8 |
| 413 | 2026-08-14T12:14:36.177Z | Downloaded rand_xorshift v0.4.0 |
| 414 | 2026-08-14T12:14:36.177Z | Downloaded progenitor-macro v0.10.0 |
| 415 | 2026-08-14T12:14:36.180Z | Downloaded progenitor-client v0.11.1 |
| 416 | 2026-08-14T12:14:36.180Z | Downloaded getrandom v0.3.3 |
| 417 | 2026-08-14T12:14:36.183Z | Downloaded rand_chacha v0.3.1 |
| 418 | 2026-08-14T12:14:36.183Z | Downloaded oxnet v0.1.6 |
| 419 | 2026-08-14T12:14:36.186Z | Downloaded owo-colors v4.3.0 |
| 420 | 2026-08-14T12:14:36.191Z | Downloaded ref-cast-impl v1.0.25 |
| 421 | 2026-08-14T12:14:36.191Z | Downloaded pem v3.0.5 |
| 422 | 2026-08-14T12:14:36.191Z | Downloaded paste v1.0.15 |
| 423 | 2026-08-14T12:14:36.195Z | Downloaded icu_provider v2.0.0 |
| 424 | 2026-08-14T12:14:36.195Z | Downloaded icu_properties v2.0.1 |
| 425 | 2026-08-14T12:14:36.198Z | Downloaded indexmap v1.9.3 |
| 426 | 2026-08-14T12:14:36.198Z | Downloaded num-complex v0.4.6 |
| 427 | 2026-08-14T12:14:36.201Z | Downloaded phf v0.12.1 |
| 428 | 2026-08-14T12:14:36.201Z | Downloaded poly1305 v0.8.0 |
| 429 | 2026-08-14T12:14:36.204Z | Downloaded pkg-config v0.3.32 |
| 430 | 2026-08-14T12:14:36.207Z | Downloaded plain v0.2.3 |
| 431 | 2026-08-14T12:14:36.207Z | Downloaded rustc_version v0.1.7 |
| 432 | 2026-08-14T12:14:36.207Z | Downloaded rustc-hash v2.1.1 |
| 433 | 2026-08-14T12:14:36.210Z | Downloaded ppv-lite86 v0.2.21 |
| 434 | 2026-08-14T12:14:36.210Z | Downloaded pin-project-lite v0.2.16 |
| 435 | 2026-08-14T12:14:36.213Z | Downloaded proc-macro-error v1.0.4 |
| 436 | 2026-08-14T12:14:36.216Z | Downloaded progenitor v0.14.0 |
| 437 | 2026-08-14T12:14:36.219Z | Downloaded proc-macro-error2 v2.0.1 |
| 438 | 2026-08-14T12:14:36.222Z | Downloaded scopeguard v1.2.0 |
| 439 | 2026-08-14T12:14:36.222Z | Downloaded elliptic-curve v0.13.8 |
| 440 | 2026-08-14T12:14:36.225Z | Downloaded curl v0.4.50 |
| 441 | 2026-08-14T12:14:36.228Z | Downloaded log v0.4.29 |
| 442 | 2026-08-14T12:14:36.231Z | Downloaded secrecy v0.10.3 |
| 443 | 2026-08-14T12:14:36.231Z | Downloaded quote v1.0.45 |
| 444 | 2026-08-14T12:14:36.234Z | Downloaded crypto-bigint v0.5.5 |
| 445 | 2026-08-14T12:14:36.237Z | Downloaded serde_repr v0.1.20 |
| 446 | 2026-08-14T12:14:36.240Z | Downloaded serde-big-array v0.5.1 |
| 447 | 2026-08-14T12:14:36.240Z | Downloaded scroll_derive v0.13.1 |
| 448 | 2026-08-14T12:14:36.242Z | Downloaded scroll_derive v0.12.1 |
| 449 | 2026-08-14T12:14:36.242Z | Downloaded password-hash v0.5.0 |
| 450 | 2026-08-14T12:14:36.245Z | Downloaded progenitor-client v0.10.0 |
| 451 | 2026-08-14T12:14:36.245Z | Downloaded pest_derive v2.8.2 |
| 452 | 2026-08-14T12:14:36.248Z | Downloaded progenitor v0.11.1 |
| 453 | 2026-08-14T12:14:36.248Z | Downloaded pest_meta v2.8.2 |
| 454 | 2026-08-14T12:14:36.251Z | Downloaded rustc_version v0.4.1 |
| 455 | 2026-08-14T12:14:36.251Z | Downloaded parking_lot_core v0.9.12 |
| 456 | 2026-08-14T12:14:36.254Z | Downloaded serde_plain v1.0.2 |
| 457 | 2026-08-14T12:14:36.254Z | Downloaded serde_spanned v0.6.9 |
| 458 | 2026-08-14T12:14:36.257Z | Downloaded serde_spanned v1.1.1 |
| 459 | 2026-08-14T12:14:36.257Z | Downloaded search_path v0.1.4 |
| 460 | 2026-08-14T12:14:36.261Z | Downloaded icu_normalizer v2.0.0 |
| 461 | 2026-08-14T12:14:36.261Z | Downloaded hickory-resolver v0.24.4 |
| 462 | 2026-08-14T12:14:36.264Z | Downloaded parking_lot v0.12.5 |
| 463 | 2026-08-14T12:14:36.267Z | Downloaded serde_urlencoded v0.7.1 |
| 464 | 2026-08-14T12:14:36.267Z | Downloaded resolv-conf v0.7.5 |
| 465 | 2026-08-14T12:14:36.270Z | Downloaded sha1 v0.11.0 |
| 466 | 2026-08-14T12:14:36.270Z | Downloaded num-traits v0.2.19 |
| 467 | 2026-08-14T12:14:36.273Z | Downloaded icu_normalizer_data v2.0.0 |
| 468 | 2026-08-14T12:14:36.276Z | Downloaded postcard v1.1.3 |
| 469 | 2026-08-14T12:14:36.276Z | Downloaded omicron-zone-package v0.12.2 |
| 470 | 2026-08-14T12:14:36.279Z | Downloaded jiff-static v0.2.15 |
| 471 | 2026-08-14T12:14:36.282Z | Downloaded signal-hook-tokio v0.4.0 |
| 472 | 2026-08-14T12:14:36.282Z | Downloaded sigpipe v0.1.3 |
| 473 | 2026-08-14T12:14:36.282Z | Downloaded const_format v0.2.34 |
| 474 | 2026-08-14T12:14:36.285Z | Downloaded async-compression v0.4.33 |
| 475 | 2026-08-14T12:14:36.288Z | Downloaded hickory-resolver v0.25.2 |
| 476 | 2026-08-14T12:14:36.291Z | Downloaded same-file v1.0.6 |
| 477 | 2026-08-14T12:14:36.294Z | Downloaded rusty-fork v0.3.0 |
| 478 | 2026-08-14T12:14:36.294Z | Downloaded semver v0.1.20 |
| 479 | 2026-08-14T12:14:36.297Z | Downloaded rustversion v1.0.22 |
| 480 | 2026-08-14T12:14:36.297Z | Downloaded slog-bunyan v2.5.0 |
| 481 | 2026-08-14T12:14:36.300Z | Downloaded schemars_derive v0.8.22 |
| 482 | 2026-08-14T12:14:36.300Z | Downloaded cc v1.2.64 |
| 483 | 2026-08-14T12:14:36.303Z | Downloaded strsim v0.11.1 |
| 484 | 2026-08-14T12:14:36.303Z | Downloaded scroll v0.13.0 |
| 485 | 2026-08-14T12:14:36.305Z | Downloaded scroll v0.12.0 |
| 486 | 2026-08-14T12:14:36.305Z | Downloaded darling_core v0.21.3 |
| 487 | 2026-08-14T12:14:36.308Z | Downloaded smawk v0.3.2 |
| 488 | 2026-08-14T12:14:36.311Z | Downloaded stable_deref_trait v1.2.0 |
| 489 | 2026-08-14T12:14:36.311Z | Downloaded rustls-pemfile v2.2.0 |
| 490 | 2026-08-14T12:14:36.314Z | Downloaded icu_locale_core v2.0.0 |
| 491 | 2026-08-14T12:14:36.317Z | Downloaded papergrid v0.11.0 |
| 492 | 2026-08-14T12:14:36.321Z | Downloaded quinn-udp v0.5.14 |
| 493 | 2026-08-14T12:14:36.324Z | Downloaded rand_core v0.9.3 |
| 494 | 2026-08-14T12:14:36.324Z | Downloaded sha1 v0.10.6 |
| 495 | 2026-08-14T12:14:36.324Z | Downloaded serde_path_to_error v0.1.20 |
| 496 | 2026-08-14T12:14:36.327Z | Downloaded strum v0.26.3 |
| 497 | 2026-08-14T12:14:36.327Z | Downloaded structmeta-derive v0.3.0 |
| 498 | 2026-08-14T12:14:36.327Z | Downloaded subtle v2.6.1 |
| 499 | 2026-08-14T12:14:36.330Z | Downloaded strum v0.27.2 |
| 500 | 2026-08-14T12:14:36.330Z | Downloaded structmeta v0.3.0 |
| 501 | 2026-08-14T12:14:36.330Z | Downloaded swrite v0.1.0 |
| 502 | 2026-08-14T12:14:36.333Z | Downloaded supports-color v3.0.2 |
| 503 | 2026-08-14T12:14:36.333Z | Downloaded serde_derive_internals v0.29.1 |
| 504 | 2026-08-14T12:14:36.333Z | Downloaded miniz_oxide v0.8.9 |
| 505 | 2026-08-14T12:14:36.336Z | Downloaded icu_collections v2.0.0 |
| 506 | 2026-08-14T12:14:36.339Z | Downloaded rand_core v0.6.4 |
| 507 | 2026-08-14T12:14:36.342Z | Downloaded serde_tokenstream v0.2.3 |
| 508 | 2026-08-14T12:14:36.343Z | Downloaded signal-hook-registry v1.4.6 |
| 509 | 2026-08-14T12:14:36.343Z | Downloaded shlex v2.0.1 |
| 510 | 2026-08-14T12:14:36.345Z | Downloaded take_mut v0.2.2 |
| 511 | 2026-08-14T12:14:36.345Z | Downloaded tagptr v0.2.0 |
| 512 | 2026-08-14T12:14:36.345Z | Downloaded tabwriter v1.4.1 |
| 513 | 2026-08-14T12:14:36.348Z | Downloaded pin-project v1.1.10 |
| 514 | 2026-08-14T12:14:36.352Z | Downloaded tabled_derive v0.7.0 |
| 515 | 2026-08-14T12:14:36.355Z | Downloaded ryu v1.0.20 |
| 516 | 2026-08-14T12:14:36.355Z | Downloaded sync_wrapper v1.0.2 |
| 517 | 2026-08-14T12:14:36.359Z | Downloaded terminal_size v0.4.3 |
| 518 | 2026-08-14T12:14:36.359Z | Downloaded slab v0.4.11 |
| 519 | 2026-08-14T12:14:36.359Z | Downloaded termtree v0.5.1 |
| 520 | 2026-08-14T12:14:36.363Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 521 | 2026-08-14T12:14:36.363Z | Downloaded siphasher v1.0.1 |
| 522 | 2026-08-14T12:14:36.365Z | Downloaded rand_chacha v0.9.0 |
| 523 | 2026-08-14T12:14:36.365Z | Downloaded progenitor v0.10.0 |
| 524 | 2026-08-14T12:14:36.365Z | Downloaded flate2 v1.1.2 |
| 525 | 2026-08-14T12:14:36.368Z | Downloaded thread-id v5.0.0 |
| 526 | 2026-08-14T12:14:36.369Z | Downloaded thread-id v4.2.2 |
| 527 | 2026-08-14T12:14:36.371Z | Downloaded progenitor-impl v0.10.0 |
| 528 | 2026-08-14T12:14:36.371Z | Downloaded testing_table v0.3.0 |
| 529 | 2026-08-14T12:14:36.374Z | Downloaded proc-macro2 v1.0.106 |
| 530 | 2026-08-14T12:14:36.374Z | Downloaded semver v1.0.28 |
| 531 | 2026-08-14T12:14:36.377Z | Downloaded slog-json v2.6.1 |
| 532 | 2026-08-14T12:14:36.377Z | Downloaded slog-dtrace v0.3.0 |
| 533 | 2026-08-14T12:14:36.380Z | Downloaded static_assertions v1.1.0 |
| 534 | 2026-08-14T12:14:36.380Z | Downloaded strum v0.28.0 |
| 535 | 2026-08-14T12:14:36.380Z | Downloaded smf v0.2.3 |
| 536 | 2026-08-14T12:14:36.383Z | Downloaded tinyvec_macros v0.1.1 |
| 537 | 2026-08-14T12:14:36.383Z | Downloaded time-core v0.1.8 |
| 538 | 2026-08-14T12:14:36.383Z | Downloaded slog-term v2.9.2 |
| 539 | 2026-08-14T12:14:36.386Z | Downloaded http v1.4.2 |
| 540 | 2026-08-14T12:14:36.389Z | Downloaded expectorate v1.2.0 |
| 541 | 2026-08-14T12:14:36.389Z | Downloaded papergrid v0.18.0 |
| 542 | 2026-08-14T12:14:36.392Z | Downloaded slog-async v2.8.0 |
| 543 | 2026-08-14T12:14:36.395Z | Downloaded strum_macros v0.28.0 |
| 544 | 2026-08-14T12:14:36.395Z | Downloaded tokio-macros v2.7.0 |
| 545 | 2026-08-14T12:14:36.398Z | Downloaded strum_macros v0.26.4 |
| 546 | 2026-08-14T12:14:36.398Z | Downloaded progenitor-impl v0.11.1 |
| 547 | 2026-08-14T12:14:36.401Z | Downloaded bytes v1.12.0 |
| 548 | 2026-08-14T12:14:36.401Z | Downloaded minimal-lexical v0.2.1 |
| 549 | 2026-08-14T12:14:36.404Z | Downloaded once_cell v1.21.3 |
| 550 | 2026-08-14T12:14:36.407Z | Downloaded strum_macros v0.27.2 |
| 551 | 2026-08-14T12:14:36.407Z | Downloaded chacha20poly1305 v0.10.1 |
| 552 | 2026-08-14T12:14:36.410Z | Downloaded shlex v1.3.0 |
| 553 | 2026-08-14T12:14:36.410Z | Downloaded serde_with_macros v3.14.1 |
| 554 | 2026-08-14T12:14:36.413Z | Downloaded toml_datetime v0.6.11 |
| 555 | 2026-08-14T12:14:36.413Z | Downloaded pin-project-internal v1.1.10 |
| 556 | 2026-08-14T12:14:36.413Z | Downloaded heapless v0.8.0 |
| 557 | 2026-08-14T12:14:36.416Z | Downloaded sha2 v0.10.9 |
| 558 | 2026-08-14T12:14:36.418Z | Downloaded parse-display-derive v0.10.0 |
| 559 | 2026-08-14T12:14:36.418Z | Downloaded oxide-tokio-rt v0.1.2 |
| 560 | 2026-08-14T12:14:36.422Z | Downloaded pest_generator v2.8.2 |
| 561 | 2026-08-14T12:14:36.422Z | Downloaded schemars v0.8.22 |
| 562 | 2026-08-14T12:14:36.426Z | Downloaded topological-sort v0.2.2 |
| 563 | 2026-08-14T12:14:36.429Z | Downloaded tower-service v0.3.3 |
| 564 | 2026-08-14T12:14:36.429Z | Downloaded tower-layer v0.3.3 |
| 565 | 2026-08-14T12:14:36.429Z | Downloaded synstructure v0.13.2 |
| 566 | 2026-08-14T12:14:36.432Z | Downloaded thiserror-no-std v2.0.2 |
| 567 | 2026-08-14T12:14:36.435Z | Downloaded thiserror-impl v2.0.18 |
| 568 | 2026-08-14T12:14:36.435Z | Downloaded hashbrown v0.12.3 |
| 569 | 2026-08-14T12:14:36.438Z | Downloaded serde_core v1.0.228 |
| 570 | 2026-08-14T12:14:36.438Z | Downloaded crossbeam-channel v0.5.15 |
| 571 | 2026-08-14T12:14:36.447Z | Downloaded thiserror-impl v1.0.69 |
| 572 | 2026-08-14T12:14:36.451Z | Downloaded thiserror v1.0.69 |
| 573 | 2026-08-14T12:14:36.451Z | Downloaded spin v0.9.8 |
| 574 | 2026-08-14T12:14:36.451Z | Downloaded unarray v0.1.4 |
| 575 | 2026-08-14T12:14:36.451Z | Downloaded typify-macro v0.6.2 |
| 576 | 2026-08-14T12:14:36.451Z | Downloaded aho-corasick v1.1.3 |
| 577 | 2026-08-14T12:14:36.451Z | Downloaded try-lock v0.2.5 |
| 578 | 2026-08-14T12:14:36.454Z | Downloaded memchr v2.7.5 |
| 579 | 2026-08-14T12:14:36.454Z | Downloaded tinystr v0.8.1 |
| 580 | 2026-08-14T12:14:36.457Z | Downloaded time-macros v0.2.27 |
| 581 | 2026-08-14T12:14:36.457Z | Downloaded snafu-derive v0.8.9 |
| 582 | 2026-08-14T12:14:36.460Z | Downloaded smallvec v1.15.1 |
| 583 | 2026-08-14T12:14:36.460Z | Downloaded unicode-linebreak v0.1.5 |
| 584 | 2026-08-14T12:14:36.463Z | Downloaded tokio-dtrace v0.1.1 |
| 585 | 2026-08-14T12:14:36.463Z | Downloaded progenitor-impl v0.14.0 |
| 586 | 2026-08-14T12:14:36.463Z | Downloaded openssl-sys v0.9.117 |
| 587 | 2026-08-14T12:14:36.466Z | Downloaded universal-hash v0.5.1 |
| 588 | 2026-08-14T12:14:36.468Z | Downloaded prettyplease v0.2.37 |
| 589 | 2026-08-14T12:14:36.468Z | Downloaded unicode-xid v0.2.6 |
| 590 | 2026-08-14T12:14:36.472Z | Downloaded tokio-rustls v0.25.0 |
| 591 | 2026-08-14T12:14:36.472Z | Downloaded tokio-native-tls v0.3.1 |
| 592 | 2026-08-14T12:14:36.475Z | Downloaded serde_derive v1.0.228 |
| 593 | 2026-08-14T12:14:36.475Z | Downloaded untrusted v0.9.0 |
| 594 | 2026-08-14T12:14:36.478Z | Downloaded utf8parse v0.2.2 |
| 595 | 2026-08-14T12:14:36.478Z | Downloaded usdt v0.6.0 |
| 596 | 2026-08-14T12:14:36.478Z | Downloaded untrusted v0.7.1 |
| 597 | 2026-08-14T12:14:36.478Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 598 | 2026-08-14T12:14:36.481Z | Downloaded rayon-core v1.13.0 |
| 599 | 2026-08-14T12:14:36.481Z | Downloaded serde_yaml v0.9.34+deprecated |
| 600 | 2026-08-14T12:14:36.485Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 601 | 2026-08-14T12:14:36.485Z | Downloaded signal-hook v0.4.4 |
| 602 | 2026-08-14T12:14:36.488Z | Downloaded utf8_iter v1.0.4 |
| 603 | 2026-08-14T12:14:36.488Z | Downloaded usdt-attr-macro v0.6.0 |
| 604 | 2026-08-14T12:14:36.488Z | Downloaded indexmap v2.14.0 |
| 605 | 2026-08-14T12:14:36.491Z | Downloaded term v1.2.0 |
| 606 | 2026-08-14T12:14:36.491Z | Downloaded rustls-pki-types v1.12.0 |
| 607 | 2026-08-14T12:14:36.494Z | Downloaded hyper-util v0.1.20 |
| 608 | 2026-08-14T12:14:36.497Z | Downloaded wait-timeout v0.2.1 |
| 609 | 2026-08-14T12:14:36.500Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 610 | 2026-08-14T12:14:36.500Z | Downloaded usdt-macro v0.6.0 |
| 611 | 2026-08-14T12:14:36.500Z | Downloaded toml_write v0.1.2 |
| 612 | 2026-08-14T12:14:36.503Z | Downloaded version_check v0.9.5 |
| 613 | 2026-08-14T12:14:36.503Z | Downloaded usdt-attr-macro v0.5.0 |
| 614 | 2026-08-14T12:14:36.503Z | Downloaded usdt v0.5.0 |
| 615 | 2026-08-14T12:14:36.503Z | Downloaded similar v2.7.0 |
| 616 | 2026-08-14T12:14:36.506Z | Downloaded want v0.3.1 |
| 617 | 2026-08-14T12:14:36.506Z | Downloaded waitgroup v0.1.2 |
| 618 | 2026-08-14T12:14:36.509Z | Downloaded thiserror v2.0.18 |
| 619 | 2026-08-14T12:14:36.512Z | Downloaded rand v0.8.5 |
| 620 | 2026-08-14T12:14:36.512Z | Downloaded lock_api v0.4.14 |
| 621 | 2026-08-14T12:14:36.515Z | Downloaded litemap v0.8.0 |
| 622 | 2026-08-14T12:14:36.515Z | Downloaded thread_local v1.1.9 |
| 623 | 2026-08-14T12:14:36.518Z | Downloaded schemars v0.9.0 |
| 624 | 2026-08-14T12:14:36.521Z | Downloaded typify-macro v0.4.3 |
| 625 | 2026-08-14T12:14:36.524Z | Downloaded num-rational v0.4.2 |
| 626 | 2026-08-14T12:14:36.524Z | Downloaded newtype_derive v0.1.6 |
| 627 | 2026-08-14T12:14:36.524Z | Downloaded newtype-uuid v1.3.2 |
| 628 | 2026-08-14T12:14:36.527Z | Downloaded libloading v0.8.9 |
| 629 | 2026-08-14T12:14:36.527Z | Downloaded cipher v0.4.4 |
| 630 | 2026-08-14T12:14:36.527Z | Downloaded crossbeam-epoch v0.9.18 |
| 631 | 2026-08-14T12:14:36.531Z | Downloaded cancel-safe-futures v0.1.5 |
| 632 | 2026-08-14T12:14:36.531Z | Downloaded daft v0.1.5 |
| 633 | 2026-08-14T12:14:36.535Z | Downloaded quinn v0.11.9 |
| 634 | 2026-08-14T12:14:36.537Z | Downloaded crossbeam-utils v0.8.21 |
| 635 | 2026-08-14T12:14:36.537Z | Downloaded crc32fast v1.5.0 |
| 636 | 2026-08-14T12:14:36.537Z | Downloaded console v0.15.11 |
| 637 | 2026-08-14T12:14:36.540Z | Downloaded toml v0.8.23 |
| 638 | 2026-08-14T12:14:36.540Z | Downloaded usdt-macro v0.5.0 |
| 639 | 2026-08-14T12:14:36.540Z | Downloaded colored v3.1.1 |
| 640 | 2026-08-14T12:14:36.544Z | Downloaded clang-sys v1.8.1 |
| 641 | 2026-08-14T12:14:36.544Z | Downloaded zone_cfg_derive v0.3.1 |
| 642 | 2026-08-14T12:14:36.546Z | Downloaded ciborium v0.2.2 |
| 643 | 2026-08-14T12:14:36.546Z | Downloaded tokio-rustls v0.26.4 |
| 644 | 2026-08-14T12:14:36.549Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 645 | 2026-08-14T12:14:36.549Z | Downloaded camino v1.2.3 |
| 646 | 2026-08-14T12:14:36.552Z | Downloaded yoke-derive v0.8.0 |
| 647 | 2026-08-14T12:14:36.552Z | Downloaded bitflags v1.3.2 |
| 648 | 2026-08-14T12:14:36.552Z | Downloaded nom v7.1.3 |
| 649 | 2026-08-14T12:14:36.555Z | Downloaded zeroize_derive v1.4.3 |
| 650 | 2026-08-14T12:14:36.558Z | Downloaded ingot v0.1.1 |
| 651 | 2026-08-14T12:14:36.558Z | Downloaded mio v1.2.1 |
| 652 | 2026-08-14T12:14:36.561Z | Downloaded vsss-rs v3.3.4 |
| 653 | 2026-08-14T12:14:36.564Z | Downloaded tempfile v3.27.0 |
| 654 | 2026-08-14T12:14:36.564Z | Downloaded humantime v2.3.0 |
| 655 | 2026-08-14T12:14:36.564Z | Downloaded lru-cache v0.1.2 |
| 656 | 2026-08-14T12:14:36.567Z | Downloaded base64 v0.22.1 |
| 657 | 2026-08-14T12:14:36.567Z | Downloaded zone v0.3.1 |
| 658 | 2026-08-14T12:14:36.570Z | Downloaded zerofrom-derive v0.1.6 |
| 659 | 2026-08-14T12:14:36.570Z | Downloaded zerofrom v0.1.6 |
| 660 | 2026-08-14T12:14:36.570Z | Downloaded allocator-api2 v0.2.21 |
| 661 | 2026-08-14T12:14:36.573Z | Downloaded cookie v0.18.1 |
| 662 | 2026-08-14T12:14:36.573Z | Downloaded blake2 v0.10.6 |
| 663 | 2026-08-14T12:14:36.573Z | Downloaded tracing-attributes v0.1.30 |
| 664 | 2026-08-14T12:14:36.575Z | Downloaded test-strategy v0.4.3 |
| 665 | 2026-08-14T12:14:36.578Z | Downloaded whoami v1.6.1 |
| 666 | 2026-08-14T12:14:36.578Z | Downloaded usdt-impl v0.6.0 |
| 667 | 2026-08-14T12:14:36.578Z | Downloaded usdt-impl v0.5.0 |
| 668 | 2026-08-14T12:14:36.581Z | Downloaded walkdir v2.5.0 |
| 669 | 2026-08-14T12:14:36.581Z | Downloaded schemars v1.2.0 |
| 670 | 2026-08-14T12:14:36.588Z | Downloaded tinyvec v1.10.0 |
| 671 | 2026-08-14T12:14:36.591Z | Downloaded writeable v0.6.1 |
| 672 | 2026-08-14T12:14:36.591Z | Downloaded socket2 v0.5.10 |
| 673 | 2026-08-14T12:14:36.595Z | Downloaded socket2 v0.6.4 |
| 674 | 2026-08-14T12:14:36.595Z | Downloaded snafu v0.8.9 |
| 675 | 2026-08-14T12:14:36.598Z | Downloaded qorb v0.4.1 |
| 676 | 2026-08-14T12:14:36.601Z | Downloaded toml v0.7.8 |
| 677 | 2026-08-14T12:14:36.601Z | Downloaded tokio-stream v0.1.17 |
| 678 | 2026-08-14T12:14:36.604Z | Downloaded zmij v1.0.17 |
| 679 | 2026-08-14T12:14:36.607Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 680 | 2026-08-14T12:14:36.607Z | Downloaded dropshot-api-manager v0.7.2 |
| 681 | 2026-08-14T12:14:36.610Z | Downloaded zerovec-derive v0.11.1 |
| 682 | 2026-08-14T12:14:36.613Z | Downloaded serde v1.0.228 |
| 683 | 2026-08-14T12:14:36.613Z | Downloaded yoke v0.8.0 |
| 684 | 2026-08-14T12:14:36.616Z | Downloaded xattr v1.6.1 |
| 685 | 2026-08-14T12:14:36.616Z | Downloaded iddqd v0.3.18 |
| 686 | 2026-08-14T12:14:36.619Z | Downloaded tar v0.4.45 |
| 687 | 2026-08-14T12:14:36.622Z | Downloaded h2 v0.4.14 |
| 688 | 2026-08-14T12:14:36.625Z | Downloaded rustls-webpki v0.103.6 |
| 689 | 2026-08-14T12:14:36.625Z | Downloaded zeroize v1.8.1 |
| 690 | 2026-08-14T12:14:36.628Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 691 | 2026-08-14T12:14:36.628Z | Downloaded tracing-core v0.1.34 |
| 692 | 2026-08-14T12:14:36.631Z | Downloaded textwrap v0.16.2 |
| 693 | 2026-08-14T12:14:36.631Z | Downloaded iri-string v0.7.8 |
| 694 | 2026-08-14T12:14:36.634Z | Downloaded typify v0.6.2 |
| 695 | 2026-08-14T12:14:36.637Z | Downloaded vergen v8.3.2 |
| 696 | 2026-08-14T12:14:36.640Z | Downloaded hashbrown v0.16.1 |
| 697 | 2026-08-14T12:14:36.643Z | Downloaded steno v0.4.1 |
| 698 | 2026-08-14T12:14:36.643Z | Downloaded typify v0.4.3 |
| 699 | 2026-08-14T12:14:36.646Z | Downloaded unicode-ident v1.0.24 |
| 700 | 2026-08-14T12:14:36.646Z | Downloaded ucd-trie v0.1.7 |
| 701 | 2026-08-14T12:14:36.650Z | Downloaded idna v1.1.0 |
| 702 | 2026-08-14T12:14:36.650Z | Downloaded itertools v0.12.1 |
| 703 | 2026-08-14T12:14:36.653Z | Downloaded clap_builder v4.6.0 |
| 704 | 2026-08-14T12:14:36.656Z | Downloaded pest v2.8.2 |
| 705 | 2026-08-14T12:14:36.659Z | Downloaded hashbrown v0.17.1 |
| 706 | 2026-08-14T12:14:36.662Z | Downloaded icu_properties_data v2.0.1 |
| 707 | 2026-08-14T12:14:36.667Z | Downloaded unsafe-libyaml v0.2.11 |
| 708 | 2026-08-14T12:14:36.670Z | Downloaded toml_edit v0.22.27 |
| 709 | 2026-08-14T12:14:36.672Z | Downloaded zerocopy-derive v0.7.35 |
| 710 | 2026-08-14T12:14:36.675Z | Downloaded scuffle v0.1.0 |
| 711 | 2026-08-14T12:14:36.675Z | Downloaded rand v0.9.3 |
| 712 | 2026-08-14T12:14:36.678Z | Downloaded slog v2.8.2 |
| 713 | 2026-08-14T12:14:36.681Z | Downloaded itertools v0.15.0 |
| 714 | 2026-08-14T12:14:36.684Z | Downloaded uuid v1.23.3 |
| 715 | 2026-08-14T12:14:36.687Z | Downloaded itertools v0.14.0 |
| 716 | 2026-08-14T12:14:36.690Z | Downloaded libm v0.2.15 |
| 717 | 2026-08-14T12:14:36.694Z | Downloaded hkdf v0.12.4 |
| 718 | 2026-08-14T12:14:36.697Z | Downloaded futures-util v0.3.32 |
| 719 | 2026-08-14T12:14:36.702Z | Downloaded csv-core v0.1.12 |
| 720 | 2026-08-14T12:14:36.705Z | Downloaded chacha20 v0.9.1 |
| 721 | 2026-08-14T12:14:36.705Z | Downloaded cstr-argument v0.1.2 |
| 722 | 2026-08-14T12:14:36.705Z | Downloaded cargo_metadata v0.18.1 |
| 723 | 2026-08-14T12:14:36.708Z | Downloaded argon2 v0.5.3 |
| 724 | 2026-08-14T12:14:36.708Z | Downloaded is-terminal v0.4.16 |
| 725 | 2026-08-14T12:14:36.708Z | Downloaded anstyle-parse v1.0.0 |
| 726 | 2026-08-14T12:14:36.711Z | Downloaded inout v0.1.4 |
| 727 | 2026-08-14T12:14:36.711Z | Downloaded compression-codecs v0.4.32 |
| 728 | 2026-08-14T12:14:36.711Z | Downloaded block-buffer v0.12.0 |
| 729 | 2026-08-14T12:14:36.711Z | Downloaded hostname v0.3.1 |
| 730 | 2026-08-14T12:14:36.714Z | Downloaded git-stub v1.0.0 |
| 731 | 2026-08-14T12:14:36.714Z | Downloaded gethostname v0.5.0 |
| 732 | 2026-08-14T12:14:36.714Z | Downloaded foreign-types-macros v0.2.3 |
| 733 | 2026-08-14T12:14:36.714Z | Downloaded foreign-types v0.5.0 |
| 734 | 2026-08-14T12:14:36.717Z | Downloaded foreign-types-shared v0.3.1 |
| 735 | 2026-08-14T12:14:36.717Z | Downloaded enum-as-inner v0.6.1 |
| 736 | 2026-08-14T12:14:36.717Z | Downloaded embedded-io v0.6.1 |
| 737 | 2026-08-14T12:14:36.717Z | Downloaded embedded-io v0.4.0 |
| 738 | 2026-08-14T12:14:36.720Z | Downloaded crc8 v0.1.1 |
| 739 | 2026-08-14T12:14:36.720Z | Downloaded dtrace-parser v0.3.0 |
| 740 | 2026-08-14T12:14:36.720Z | Downloaded crypto-common v0.2.2 |
| 741 | 2026-08-14T12:14:36.720Z | Downloaded hash32 v0.3.1 |
| 742 | 2026-08-14T12:14:36.720Z | Downloaded futures-task v0.3.32 |
| 743 | 2026-08-14T12:14:36.724Z | Downloaded cfg_aliases v0.2.1 |
| 744 | 2026-08-14T12:14:36.724Z | Downloaded cfg-if v1.0.4 |
| 745 | 2026-08-14T12:14:36.724Z | Downloaded block-buffer v0.10.4 |
| 746 | 2026-08-14T12:14:36.724Z | Downloaded foreign-types-shared v0.1.1 |
| 747 | 2026-08-14T12:14:36.724Z | Downloaded foreign-types v0.3.2 |
| 748 | 2026-08-14T12:14:36.727Z | Downloaded fnv v1.0.7 |
| 749 | 2026-08-14T12:14:36.727Z | Downloaded float-ord v0.3.2 |
| 750 | 2026-08-14T12:14:36.727Z | Downloaded url v2.5.7 |
| 751 | 2026-08-14T12:14:36.727Z | Downloaded fixedbitset v0.4.2 |
| 752 | 2026-08-14T12:14:36.730Z | Downloaded dropshot_endpoint v0.17.1 |
| 753 | 2026-08-14T12:14:36.730Z | Downloaded tracing v0.1.41 |
| 754 | 2026-08-14T12:14:36.733Z | Downloaded hyper v1.10.1 |
| 755 | 2026-08-14T12:14:36.736Z | Downloaded hashbrown v0.15.5 |
| 756 | 2026-08-14T12:14:36.739Z | Downloaded cpufeatures v0.3.0 |
| 757 | 2026-08-14T12:14:36.739Z | Downloaded cpufeatures v0.2.17 |
| 758 | 2026-08-14T12:14:36.742Z | Downloaded cobs v0.3.0 |
| 759 | 2026-08-14T12:14:36.742Z | Downloaded derive_more v0.99.20 |
| 760 | 2026-08-14T12:14:36.745Z | Downloaded derive-where v1.6.0 |
| 761 | 2026-08-14T12:14:36.745Z | Downloaded crucible-workspace-hack v0.1.0 |
| 762 | 2026-08-14T12:14:36.747Z | Downloaded defmt v1.0.1 |
| 763 | 2026-08-14T12:14:36.747Z | Downloaded crypto-common v0.1.6 |
| 764 | 2026-08-14T12:14:36.747Z | Downloaded derive-ex v0.1.8 |
| 765 | 2026-08-14T12:14:36.750Z | Downloaded compression-core v0.4.32 |
| 766 | 2026-08-14T12:14:36.750Z | Downloaded clap_lex v1.1.0 |
| 767 | 2026-08-14T12:14:36.750Z | Downloaded cargo-platform v0.1.9 |
| 768 | 2026-08-14T12:14:36.750Z | Downloaded displaydoc v0.2.5 |
| 769 | 2026-08-14T12:14:36.753Z | Downloaded deranged v0.5.3 |
| 770 | 2026-08-14T12:14:36.753Z | Downloaded data-encoding v2.9.0 |
| 771 | 2026-08-14T12:14:36.756Z | Downloaded base64ct v1.8.0 |
| 772 | 2026-08-14T12:14:36.756Z | Downloaded bcs v0.1.6 |
| 773 | 2026-08-14T12:14:36.756Z | Downloaded iddqd v0.4.5 |
| 774 | 2026-08-14T12:14:36.760Z | Downloaded toml_edit v0.19.15 |
| 775 | 2026-08-14T12:14:36.769Z | Downloaded zerotrie v0.2.2 |
| 776 | 2026-08-14T12:14:36.772Z | Downloaded goblin v0.8.2 |
| 777 | 2026-08-14T12:14:36.775Z | Downloaded tower v0.5.2 |
| 778 | 2026-08-14T12:14:36.778Z | Downloaded zerocopy-derive v0.8.27 |
| 779 | 2026-08-14T12:14:36.782Z | Downloaded unicode-segmentation v1.12.0 |
| 780 | 2026-08-14T12:14:36.785Z | Downloaded reqwest v0.12.23 |
| 781 | 2026-08-14T12:14:36.788Z | Downloaded regex v1.12.4 |
| 782 | 2026-08-14T12:14:36.791Z | Downloaded atomic-waker v1.1.2 |
| 783 | 2026-08-14T12:14:36.794Z | Downloaded anstyle v1.0.14 |
| 784 | 2026-08-14T12:14:36.794Z | Downloaded bindgen v0.72.1 |
| 785 | 2026-08-14T12:14:36.797Z | Downloaded aws-lc-rs v1.16.2 |
| 786 | 2026-08-14T12:14:36.800Z | Downloaded serde_json v1.0.150 |
| 787 | 2026-08-14T12:14:36.804Z | Downloaded portable-atomic v1.11.1 |
| 788 | 2026-08-14T12:14:36.808Z | Downloaded blake3 v1.8.2 |
| 789 | 2026-08-14T12:14:36.812Z | Downloaded typenum v1.20.1 |
| 790 | 2026-08-14T12:14:36.815Z | Downloaded git2 v0.19.0 |
| 791 | 2026-08-14T12:14:36.818Z | Downloaded unicode-normalization v0.1.24 |
| 792 | 2026-08-14T12:14:36.821Z | Downloaded reqwest v0.13.2 |
| 793 | 2026-08-14T12:14:36.824Z | Downloaded async-stream-impl v0.3.6 |
| 794 | 2026-08-14T12:14:36.824Z | Downloaded rayon v1.11.0 |
| 795 | 2026-08-14T12:14:36.830Z | Downloaded tokio-util v0.7.16 |
| 796 | 2026-08-14T12:14:36.843Z | Downloaded typed-path v0.9.3 |
| 797 | 2026-08-14T12:14:36.846Z | Downloaded tower-http v0.6.8 |
| 798 | 2026-08-14T12:14:36.850Z | Downloaded tough v0.20.0 |
| 799 | 2026-08-14T12:14:36.855Z | Downloaded serde_with v3.14.1 |
| 800 | 2026-08-14T12:14:36.861Z | Downloaded zerovec v0.11.4 |
| 801 | 2026-08-14T12:14:36.864Z | Downloaded goblin v0.10.1 |
| 802 | 2026-08-14T12:14:36.867Z | Downloaded rustls-webpki v0.102.8 |
| 803 | 2026-08-14T12:14:36.878Z | Downloaded chrono v0.4.45 |
| 804 | 2026-08-14T12:14:36.893Z | Downloaded proptest v1.8.0 |
| 805 | 2026-08-14T12:14:36.897Z | Downloaded zerocopy v0.7.35 |
| 806 | 2026-08-14T12:14:36.907Z | Downloaded winnow v0.5.40 |
| 807 | 2026-08-14T12:14:36.912Z | Downloaded quinn-proto v0.11.14 |
| 808 | 2026-08-14T12:14:36.918Z | Downloaded curve25519-dalek v4.1.3 |
| 809 | 2026-08-14T12:14:36.925Z | Downloaded tabled v0.15.0 |
| 810 | 2026-08-14T12:14:36.946Z | Downloaded winnow v1.0.3 |
| 811 | 2026-08-14T12:14:36.951Z | Downloaded tabled v0.21.0 |
| 812 | 2026-08-14T12:14:36.961Z | Downloaded winnow v0.7.14 |
| 813 | 2026-08-14T12:14:36.968Z | Downloaded bstr v1.12.0 |
| 814 | 2026-08-14T12:14:36.973Z | Downloaded dropshot v0.16.7 |
| 815 | 2026-08-14T12:14:36.989Z | Downloaded zerocopy v0.8.27 |
| 816 | 2026-08-14T12:14:37.001Z | Downloaded time v0.3.47 |
| 817 | 2026-08-14T12:14:37.008Z | Downloaded syn v1.0.109 |
| 818 | 2026-08-14T12:14:37.013Z | Downloaded openssl v0.10.81 |
| 819 | 2026-08-14T12:14:37.019Z | Downloaded smoltcp v0.11.0 |
| 820 | 2026-08-14T12:14:37.026Z | Downloaded regress v0.10.5 |
| 821 | 2026-08-14T12:14:37.031Z | Downloaded openapiv3 v2.2.0 |
| 822 | 2026-08-14T12:14:37.037Z | Downloaded regress v0.11.1 |
| 823 | 2026-08-14T12:14:37.042Z | Downloaded moka v0.12.11 |
| 824 | 2026-08-14T12:14:37.048Z | Downloaded vcpkg v0.2.15 |
| 825 | 2026-08-14T12:14:37.069Z | Downloaded rustls v0.22.4 |
| 826 | 2026-08-14T12:14:37.076Z | Downloaded webpki-roots v1.0.2 |
| 827 | 2026-08-14T12:14:37.079Z | Downloaded hickory-proto v0.24.4 |
| 828 | 2026-08-14T12:14:37.087Z | Downloaded unicode-width v0.2.1 |
| 829 | 2026-08-14T12:14:37.090Z | Downloaded nix v0.31.3 |
| 830 | 2026-08-14T12:14:37.097Z | Downloaded nix v0.30.1 |
| 831 | 2026-08-14T12:14:37.104Z | Downloaded syn v2.0.118 |
| 832 | 2026-08-14T12:14:37.111Z | Downloaded rustls v0.23.40 |
| 833 | 2026-08-14T12:14:37.117Z | Downloaded rustix v0.38.44 |
| 834 | 2026-08-14T12:14:37.130Z | Downloaded typify-impl v0.6.2 |
| 835 | 2026-08-14T12:14:37.138Z | Downloaded regex-syntax v0.8.11 |
| 836 | 2026-08-14T12:14:37.142Z | Downloaded hickory-proto v0.25.2 |
| 837 | 2026-08-14T12:14:37.151Z | Downloaded unicode-width v0.1.14 |
| 838 | 2026-08-14T12:14:37.154Z | Downloaded dropshot v0.17.1 |
| 839 | 2026-08-14T12:14:37.167Z | Downloaded rustix v1.1.4 |
| 840 | 2026-08-14T12:14:37.204Z | Downloaded typify-impl v0.4.3 |
| 841 | 2026-08-14T12:14:37.216Z | Downloaded petgraph v0.6.5 |
| 842 | 2026-08-14T12:14:37.235Z | Downloaded chrono-tz v0.10.4 |
| 843 | 2026-08-14T12:14:37.245Z | Downloaded regex-automata v0.4.13 |
| 844 | 2026-08-14T12:14:37.254Z | Downloaded petgraph v0.8.2 |
| 845 | 2026-08-14T12:14:37.266Z | Downloaded jiff v0.2.15 |
| 846 | 2026-08-14T12:14:37.276Z | Downloaded csv v1.4.0 |
| 847 | 2026-08-14T12:14:37.287Z | Downloaded libz-sys v1.1.22 |
| 848 | 2026-08-14T12:14:37.299Z | Downloaded sha3 v0.10.8 |
| 849 | 2026-08-14T12:14:37.313Z | Downloaded libc v0.2.186 |
| 850 | 2026-08-14T12:14:37.359Z | Downloaded tokio v1.52.3 |
| 851 | 2026-08-14T12:14:37.401Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 852 | 2026-08-14T12:14:37.454Z | Downloaded encoding_rs v0.8.35 |
| 853 | 2026-08-14T12:14:37.467Z | Downloaded ring v0.17.14 |
| 854 | 2026-08-14T12:14:37.497Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 855 | 2026-08-14T12:14:37.923Z | Downloaded aws-lc-sys v0.39.1 |
| 856 | 2026-08-14T12:14:38.243Z | Compiling proc-macro2 v1.0.106 |
| 857 | 2026-08-14T12:14:38.243Z | Compiling quote v1.0.45 |
| 858 | 2026-08-14T12:14:38.246Z | Compiling unicode-ident v1.0.24 |
| 859 | 2026-08-14T12:14:38.246Z | Compiling serde_core v1.0.228 |
| 860 | 2026-08-14T12:14:38.246Z | Compiling serde v1.0.228 |
| 861 | 2026-08-14T12:14:38.246Z | Compiling libc v0.2.186 |
| 862 | 2026-08-14T12:14:38.246Z | Checking cfg-if v1.0.4 |
| 863 | 2026-08-14T12:14:38.524Z | Compiling zmij v1.0.17 |
| 864 | 2026-08-14T12:14:38.567Z | Compiling autocfg v1.5.0 |
| 865 | 2026-08-14T12:14:38.860Z | Compiling memchr v2.7.5 |
| 866 | 2026-08-14T12:14:38.912Z | Compiling libm v0.2.15 |
| 867 | 2026-08-14T12:14:39.253Z | Compiling getrandom v0.4.2 |
| 868 | 2026-08-14T12:14:39.268Z | Checking smallvec v1.15.1 |
| 869 | 2026-08-14T12:14:39.327Z | Compiling thiserror v2.0.18 |
| 870 | 2026-08-14T12:14:39.414Z | Compiling version_check v0.9.5 |
| 871 | 2026-08-14T12:14:39.442Z | Checking itoa v1.0.15 |
| 872 | 2026-08-14T12:14:39.457Z | Compiling jobserver v0.1.34 |
| 873 | 2026-08-14T12:14:39.582Z | Compiling shlex v2.0.1 |
| 874 | 2026-08-14T12:14:39.673Z | Compiling find-msvc-tools v0.1.9 |
| 875 | 2026-08-14T12:14:39.689Z | Compiling syn v2.0.118 |
| 876 | 2026-08-14T12:14:39.751Z | Compiling icu_normalizer_data v2.0.0 |
| 877 | 2026-08-14T12:14:39.766Z | Compiling icu_properties_data v2.0.1 |
| 878 | 2026-08-14T12:14:39.853Z | Compiling cc v1.2.64 |
| 879 | 2026-08-14T12:14:39.900Z | Compiling parking_lot_core v0.9.12 |
| 880 | 2026-08-14T12:14:39.915Z | Checking stable_deref_trait v1.2.0 |
| 881 | 2026-08-14T12:14:39.999Z | Compiling serde_json v1.0.150 |
| 882 | 2026-08-14T12:14:40.206Z | Compiling heck v0.5.0 |
| 883 | 2026-08-14T12:14:40.388Z | Checking writeable v0.6.1 |
| 884 | 2026-08-14T12:14:40.402Z | Checking litemap v0.8.0 |
| 885 | 2026-08-14T12:14:40.520Z | Compiling num-traits v0.2.19 |
| 886 | 2026-08-14T12:14:40.570Z | Checking percent-encoding v2.3.2 |
| 887 | 2026-08-14T12:14:40.780Z | Checking form_urlencoded v1.2.2 |
| 888 | 2026-08-14T12:14:40.907Z | Checking utf8_iter v1.0.4 |
| 889 | 2026-08-14T12:14:40.922Z | Compiling zerocopy v0.8.27 |
| 890 | 2026-08-14T12:14:40.926Z | Checking pin-project-lite v0.2.16 |
| 891 | 2026-08-14T12:14:41.023Z | Checking iana-time-zone v0.1.64 |
| 892 | 2026-08-14T12:14:41.039Z | Compiling log v0.4.29 |
| 893 | 2026-08-14T12:14:41.042Z | Compiling rustversion v1.0.22 |
| 894 | 2026-08-14T12:14:41.133Z | Compiling equivalent v1.0.2 |
| 895 | 2026-08-14T12:14:41.204Z | Compiling semver v1.0.28 |
| 896 | 2026-08-14T12:14:41.220Z | Checking socket2 v0.6.4 |
| 897 | 2026-08-14T12:14:41.233Z | Checking uuid v1.23.3 |
| 898 | 2026-08-14T12:14:41.360Z | Checking scopeguard v1.2.0 |
| 899 | 2026-08-14T12:14:41.478Z | Checking lock_api v0.4.14 |
| 900 | 2026-08-14T12:14:41.507Z | Checking signal-hook-registry v1.4.6 |
| 901 | 2026-08-14T12:14:41.535Z | Checking mio v1.2.1 |
| 902 | 2026-08-14T12:14:41.674Z | Checking getrandom v0.2.16 |
| 903 | 2026-08-14T12:14:41.677Z | Compiling schemars v0.8.22 |
| 904 | 2026-08-14T12:14:41.689Z | Checking dyn-clone v1.0.20 |
| 905 | 2026-08-14T12:14:41.704Z | Checking parking_lot v0.12.5 |
| 906 | 2026-08-14T12:14:41.808Z | Checking bitflags v2.11.1 |
| 907 | 2026-08-14T12:14:41.905Z | Compiling portable-atomic v1.11.1 |
| 908 | 2026-08-14T12:14:41.957Z | Checking futures-core v0.3.32 |
| 909 | 2026-08-14T12:14:41.976Z | Checking critical-section v1.2.0 |
| 910 | 2026-08-14T12:14:42.034Z | Compiling ring v0.17.14 |
| 911 | 2026-08-14T12:14:42.090Z | Compiling hashbrown v0.17.1 |
| 912 | 2026-08-14T12:14:42.093Z | Compiling thiserror v1.0.69 |
| 913 | 2026-08-14T12:14:42.261Z | Compiling httparse v1.10.1 |
| 914 | 2026-08-14T12:14:42.428Z | Compiling regex-syntax v0.8.11 |
| 915 | 2026-08-14T12:14:42.585Z | Compiling synstructure v0.13.2 |
| 916 | 2026-08-14T12:14:42.622Z | Compiling serde_derive_internals v0.29.1 |
| 917 | 2026-08-14T12:14:42.841Z | Checking once_cell v1.21.3 |
| 918 | 2026-08-14T12:14:42.856Z | Compiling indexmap v2.14.0 |
| 919 | 2026-08-14T12:14:43.100Z | Checking futures-sink v0.3.32 |
| 920 | 2026-08-14T12:14:43.259Z | Checking slab v0.4.11 |
| 921 | 2026-08-14T12:14:43.332Z | Compiling rustix v1.1.4 |
| 922 | 2026-08-14T12:14:43.415Z | Compiling aho-corasick v1.1.3 |
| 923 | 2026-08-14T12:14:43.499Z | Checking subtle v2.6.1 |
| 924 | 2026-08-14T12:14:43.520Z | Compiling ucd-trie v0.1.7 |
| 925 | 2026-08-14T12:14:43.648Z | Checking futures-channel v0.3.32 |
| 926 | 2026-08-14T12:14:43.750Z | Compiling anyhow v1.0.102 |
| 927 | 2026-08-14T12:14:43.784Z | Compiling serde_derive v1.0.228 |
| 928 | 2026-08-14T12:14:43.837Z | Compiling zerofrom-derive v0.1.6 |
| 929 | 2026-08-14T12:14:43.898Z | Compiling yoke-derive v0.8.0 |
| 930 | 2026-08-14T12:14:44.048Z | Compiling zerovec-derive v0.11.1 |
| 931 | 2026-08-14T12:14:44.064Z | Compiling displaydoc v0.2.5 |
| 932 | 2026-08-14T12:14:44.546Z | Compiling thiserror-impl v2.0.18 |
| 933 | 2026-08-14T12:14:44.797Z | Compiling schemars_derive v0.8.22 |
| 934 | 2026-08-14T12:14:44.865Z | Compiling tokio-macros v2.7.0 |
| 935 | 2026-08-14T12:14:44.922Z | Compiling zerocopy-derive v0.8.27 |
| 936 | 2026-08-14T12:14:45.030Z | Checking zerofrom v0.1.6 |
| 937 | 2026-08-14T12:14:45.114Z | Compiling futures-macro v0.3.32 |
| 938 | 2026-08-14T12:14:45.171Z | Checking yoke v0.8.0 |
| 939 | 2026-08-14T12:14:45.410Z | Checking zerovec v0.11.4 |
| 940 | 2026-08-14T12:14:45.590Z | Checking zerotrie v0.2.2 |
| 941 | 2026-08-14T12:14:45.887Z | Compiling zeroize_derive v1.4.3 |
| 942 | 2026-08-14T12:14:45.935Z | Compiling thiserror-impl v1.0.69 |
| 943 | 2026-08-14T12:14:45.965Z | Compiling regex-automata v0.4.13 |
| 944 | 2026-08-14T12:14:45.986Z | Compiling pest v2.8.2 |
| 945 | 2026-08-14T12:14:46.115Z | Checking tinystr v0.8.1 |
| 946 | 2026-08-14T12:14:46.149Z | Checking potential_utf v0.1.3 |
| 947 | 2026-08-14T12:14:46.283Z | Checking icu_collections v2.0.0 |
| 948 | 2026-08-14T12:14:46.298Z | Checking icu_locale_core v2.0.0 |
| 949 | 2026-08-14T12:14:46.573Z | Checking zeroize v1.8.1 |
| 950 | 2026-08-14T12:14:46.758Z | Checking icu_provider v2.0.0 |
| 951 | 2026-08-14T12:14:46.848Z | Checking bytes v1.12.0 |
| 952 | 2026-08-14T12:14:46.990Z | Checking icu_properties v2.0.1 |
| 953 | 2026-08-14T12:14:47.020Z | Checking icu_normalizer v2.0.0 |
| 954 | 2026-08-14T12:14:47.091Z | Checking chrono v0.4.45 |
| 955 | 2026-08-14T12:14:47.281Z | Compiling serde_tokenstream v0.2.3 |
| 956 | 2026-08-14T12:14:47.317Z | Checking tokio v1.52.3 |
| 957 | 2026-08-14T12:14:47.560Z | Compiling pest_meta v2.8.2 |
| 958 | 2026-08-14T12:14:47.742Z | Compiling regex v1.12.4 |
| 959 | 2026-08-14T12:14:47.785Z | Checking idna_adapter v1.2.1 |
| 960 | 2026-08-14T12:14:47.906Z | Checking idna v1.1.0 |
| 961 | 2026-08-14T12:14:48.027Z | Checking rand_core v0.6.4 |
| 962 | 2026-08-14T12:14:48.132Z | Checking typenum v1.20.1 |
| 963 | 2026-08-14T12:14:48.146Z | Checking futures-io v0.3.32 |
| 964 | 2026-08-14T12:14:48.149Z | Checking url v2.5.7 |
| 965 | 2026-08-14T12:14:48.193Z | Checking futures-task v0.3.32 |
| 966 | 2026-08-14T12:14:48.332Z | Checking futures-util v0.3.32 |
| 967 | 2026-08-14T12:14:48.478Z | Compiling pest_generator v2.8.2 |
| 968 | 2026-08-14T12:14:48.599Z | Compiling getrandom v0.3.3 |
| 969 | 2026-08-14T12:14:48.865Z | Compiling tracing-attributes v0.1.30 |
| 970 | 2026-08-14T12:14:48.898Z | Checking tracing-core v0.1.34 |
| 971 | 2026-08-14T12:14:48.946Z | Compiling foldhash v0.2.0 |
| 972 | 2026-08-14T12:14:49.093Z | Compiling pest_derive v2.8.2 |
| 973 | 2026-08-14T12:14:49.142Z | Compiling pkg-config v0.3.32 |
| 974 | 2026-08-14T12:14:49.194Z | Compiling allocator-api2 v0.2.21 |
| 975 | 2026-08-14T12:14:49.210Z | Checking fnv v1.0.7 |
| 976 | 2026-08-14T12:14:49.354Z | Checking http v1.4.2 |
| 977 | 2026-08-14T12:14:49.508Z | Compiling hashbrown v0.16.1 |
| 978 | 2026-08-14T12:14:49.585Z | Compiling generic-array v0.14.7 |
| 979 | 2026-08-14T12:14:49.699Z | Compiling vcpkg v0.2.15 |
| 980 | 2026-08-14T12:14:49.892Z | Compiling time-core v0.1.8 |
| 981 | 2026-08-14T12:14:49.908Z | Compiling num-conv v0.2.1 |
| 982 | 2026-08-14T12:14:50.044Z | Compiling byteorder v1.5.0 |
| 983 | 2026-08-14T12:14:50.059Z | Checking tracing v0.1.41 |
| 984 | 2026-08-14T12:14:50.063Z | Compiling time-macros v0.2.27 |
| 985 | 2026-08-14T12:14:50.303Z | Checking errno v0.3.14 |
| 986 | 2026-08-14T12:14:50.324Z | Checking base64 v0.22.1 |
| 987 | 2026-08-14T12:14:50.423Z | Checking ipnet v2.11.0 |
| 988 | 2026-08-14T12:14:50.440Z | Checking tokio-util v0.7.16 |
| 989 | 2026-08-14T12:14:50.561Z | Compiling scroll_derive v0.13.1 |
| 990 | 2026-08-14T12:14:50.691Z | Compiling camino v1.2.3 |
| 991 | 2026-08-14T12:14:50.727Z | Checking crypto-common v0.1.6 |
| 992 | 2026-08-14T12:14:50.854Z | Checking http-body v1.0.1 |
| 993 | 2026-08-14T12:14:50.935Z | Checking atomic-waker v1.1.2 |
| 994 | 2026-08-14T12:14:50.999Z | Compiling crossbeam-utils v0.8.21 |
| 995 | 2026-08-14T12:14:51.041Z | Checking ppv-lite86 v0.2.21 |
| 996 | 2026-08-14T12:14:51.189Z | Compiling slog v2.8.2 |
| 997 | 2026-08-14T12:14:51.337Z | Checking tower-service v0.3.3 |
| 998 | 2026-08-14T12:14:51.351Z | Checking tower-layer v0.3.3 |
| 999 | 2026-08-14T12:14:51.356Z | Compiling paste v1.0.15 |
| 1000 | 2026-08-14T12:14:51.381Z | Checking try-lock v0.2.5 |
| 1001 | 2026-08-14T12:14:51.447Z | Checking h2 v0.4.14 |
| 1002 | 2026-08-14T12:14:51.475Z | Checking want v0.3.1 |
| 1003 | 2026-08-14T12:14:51.500Z | Checking ipnetwork v0.21.1 |
| 1004 | 2026-08-14T12:14:51.600Z | Checking erased-serde v0.3.31 |
| 1005 | 2026-08-14T12:14:51.696Z | Checking rustls-pki-types v1.12.0 |
| 1006 | 2026-08-14T12:14:51.711Z | Checking ryu v1.0.20 |
| 1007 | 2026-08-14T12:14:51.726Z | Checking httpdate v1.0.3 |
| 1008 | 2026-08-14T12:14:51.756Z | Checking pretty-hex v0.4.1 |
| 1009 | 2026-08-14T12:14:51.845Z | Compiling async-trait v0.1.89 |
| 1010 | 2026-08-14T12:14:51.865Z | Checking socket2 v0.5.10 |
| 1011 | 2026-08-14T12:14:51.880Z | Checking untrusted v0.9.0 |
| 1012 | 2026-08-14T12:14:51.984Z | Compiling scroll v0.13.0 |
| 1013 | 2026-08-14T12:14:52.170Z | Compiling usdt-impl v0.6.0 |
| 1014 | 2026-08-14T12:14:52.243Z | Compiling plain v0.2.3 |
| 1015 | 2026-08-14T12:14:52.295Z | Checking http-body-util v0.1.3 |
| 1016 | 2026-08-14T12:14:52.355Z | Compiling goblin v0.10.1 |
| 1017 | 2026-08-14T12:14:52.370Z | Compiling openssl-sys v0.9.117 |
| 1018 | 2026-08-14T12:14:52.449Z | Compiling cmake v0.1.54 |
| 1019 | 2026-08-14T12:14:52.510Z | Compiling fs_extra v1.3.0 |
| 1020 | 2026-08-14T12:14:52.708Z | Compiling slog-async v2.8.0 |
| 1021 | 2026-08-14T12:14:52.800Z | Compiling strsim v0.11.1 |
| 1022 | 2026-08-14T12:14:52.903Z | Compiling dunce v1.0.5 |
| 1023 | 2026-08-14T12:14:53.012Z | Checking rand_core v0.9.3 |
| 1024 | 2026-08-14T12:14:53.016Z | Compiling aws-lc-sys v0.39.1 |
| 1025 | 2026-08-14T12:14:53.047Z | Checking serde_urlencoded v0.7.1 |
| 1026 | 2026-08-14T12:14:53.061Z | Checking oxnet v0.1.6 |
| 1027 | 2026-08-14T12:14:53.094Z | Checking block-buffer v0.10.4 |
| 1028 | 2026-08-14T12:14:53.180Z | Compiling regress v0.10.5 |
| 1029 | 2026-08-14T12:14:53.235Z | Compiling dtrace-parser v0.3.0 |
| 1030 | 2026-08-14T12:14:53.250Z | Compiling openapiv3 v2.2.0 |
| 1031 | 2026-08-14T12:14:53.297Z | Checking hyper v1.10.1 |
| 1032 | 2026-08-14T12:14:53.314Z | Compiling thread-id v5.0.0 |
| 1033 | 2026-08-14T12:14:53.855Z | Checking digest v0.10.7 |
| 1034 | 2026-08-14T12:14:54.036Z | Compiling ident_case v1.0.1 |
| 1035 | 2026-08-14T12:14:54.051Z | Compiling omicron-workspace-hack v0.1.0 |
| 1036 | 2026-08-14T12:14:54.160Z | Compiling darling_core v0.21.3 |
| 1037 | 2026-08-14T12:14:54.189Z | Checking hyper-util v0.1.20 |
| 1038 | 2026-08-14T12:14:54.284Z | Checking rand_chacha v0.9.0 |
| 1039 | 2026-08-14T12:14:54.464Z | Compiling daft-derive v0.1.5 |
| 1040 | 2026-08-14T12:14:54.695Z | Compiling typify-impl v0.4.3 |
| 1041 | 2026-08-14T12:14:54.902Z | Checking powerfmt v0.2.0 |
| 1042 | 2026-08-14T12:14:55.055Z | Compiling dof v0.4.0 |
| 1043 | 2026-08-14T12:14:55.171Z | Compiling aws-lc-rs v1.16.2 |
| 1044 | 2026-08-14T12:14:55.235Z | Checking deranged v0.5.3 |
| 1045 | 2026-08-14T12:14:55.853Z | Checking rand v0.9.3 |
| 1046 | 2026-08-14T12:14:56.036Z | Compiling unsafe-libyaml v0.2.11 |
| 1047 | 2026-08-14T12:14:56.192Z | Compiling usdt-macro v0.6.0 |
| 1048 | 2026-08-14T12:14:56.247Z | Compiling darling_macro v0.21.3 |
| 1049 | 2026-08-14T12:14:56.274Z | Compiling usdt-attr-macro v0.6.0 |
| 1050 | 2026-08-14T12:14:56.303Z | Compiling syn v1.0.109 |
| 1051 | 2026-08-14T12:14:56.318Z | Checking num_threads v0.1.7 |
| 1052 | 2026-08-14T12:14:56.407Z | Checking time v0.3.47 |
| 1053 | 2026-08-14T12:14:56.666Z | Compiling serde_yaml v0.9.34+deprecated |
| 1054 | 2026-08-14T12:14:56.780Z | Compiling darling v0.21.3 |
| 1055 | 2026-08-14T12:14:56.867Z | Checking sync_wrapper v1.0.2 |
| 1056 | 2026-08-14T12:14:56.971Z | Checking encoding_rs v0.8.35 |
| 1057 | 2026-08-14T12:14:57.101Z | Checking mime v0.3.17 |
| 1058 | 2026-08-14T12:14:57.271Z | Checking untrusted v0.7.1 |
| 1059 | 2026-08-14T12:14:57.385Z | Checking cpufeatures v0.2.17 |
| 1060 | 2026-08-14T12:14:57.459Z | Checking tower v0.5.2 |
| 1061 | 2026-08-14T12:14:57.838Z | Checking crossbeam-channel v0.5.15 |
| 1062 | 2026-08-14T12:14:57.885Z | Checking futures-executor v0.3.32 |
| 1063 | 2026-08-14T12:14:57.900Z | Compiling structmeta-derive v0.3.0 |
| 1064 | 2026-08-14T12:14:57.939Z | Compiling multer v3.1.0 |
| 1065 | 2026-08-14T12:14:57.954Z | Compiling rustls v0.23.40 |
| 1066 | 2026-08-14T12:14:58.026Z | Checking iri-string v0.7.8 |
| 1067 | 2026-08-14T12:14:58.064Z | Compiling typify-macro v0.4.3 |
| 1068 | 2026-08-14T12:14:58.150Z | Compiling rustls v0.22.4 |
| 1069 | 2026-08-14T12:14:58.165Z | Checking futures v0.3.32 |
| 1070 | 2026-08-14T12:14:58.255Z | Compiling async-stream-impl v0.3.6 |
| 1071 | 2026-08-14T12:14:58.376Z | Checking thread_local v1.1.9 |
| 1072 | 2026-08-14T12:14:58.450Z | Checking fastrand v2.3.0 |
| 1073 | 2026-08-14T12:14:58.536Z | Checking hex v0.4.3 |
| 1074 | 2026-08-14T12:14:58.626Z | Compiling openssl v0.10.81 |
| 1075 | 2026-08-14T12:14:58.757Z | Checking foreign-types-shared v0.1.1 |
| 1076 | 2026-08-14T12:14:58.843Z | Checking foreign-types v0.3.2 |
| 1077 | 2026-08-14T12:14:58.858Z | Checking tempfile v3.27.0 |
| 1078 | 2026-08-14T12:14:58.906Z | Compiling structmeta v0.3.0 |
| 1079 | 2026-08-14T12:14:58.956Z | Compiling strum_macros v0.26.4 |
| 1080 | 2026-08-14T12:14:59.021Z | Checking tower-http v0.6.8 |
| 1081 | 2026-08-14T12:14:59.043Z | Compiling openssl-macros v0.1.1 |
| 1082 | 2026-08-14T12:14:59.101Z | Checking is-terminal v0.4.16 |
| 1083 | 2026-08-14T12:14:59.151Z | Checking memmap2 v0.9.8 |
| 1084 | 2026-08-14T12:14:59.191Z | Checking take_mut v0.2.2 |
| 1085 | 2026-08-14T12:14:59.285Z | Checking term v1.2.0 |
| 1086 | 2026-08-14T12:14:59.314Z | Checking openssl-probe v0.1.6 |
| 1087 | 2026-08-14T12:14:59.417Z | Checking match_cfg v0.1.0 |
| 1088 | 2026-08-14T12:14:59.486Z | Checking unicode-width v0.2.1 |
| 1089 | 2026-08-14T12:14:59.514Z | Compiling native-tls v0.2.14 |
| 1090 | 2026-08-14T12:14:59.517Z | Checking slog-term v2.9.2 |
| 1091 | 2026-08-14T12:14:59.542Z | Compiling typify v0.4.3 |
| 1092 | 2026-08-14T12:14:59.632Z | Checking hostname v0.3.1 |
| 1093 | 2026-08-14T12:14:59.791Z | Checking slog-json v2.6.1 |
| 1094 | 2026-08-14T12:14:59.897Z | Compiling newtype-uuid-macros v0.1.0 |
| 1095 | 2026-08-14T12:14:59.939Z | Compiling ref-cast v1.0.25 |
| 1096 | 2026-08-14T12:15:00.046Z | Checking slog-bunyan v2.5.0 |
| 1097 | 2026-08-14T12:15:00.343Z | Compiling ref-cast-impl v1.0.25 |
| 1098 | 2026-08-14T12:15:00.422Z | Compiling dropshot v0.16.7 |
| 1099 | 2026-08-14T12:15:00.620Z | Compiling derive-ex v0.1.8 |
| 1100 | 2026-08-14T12:15:00.702Z | Checking webpki-roots v1.0.2 |
| 1101 | 2026-08-14T12:15:00.716Z | Compiling dropshot_endpoint v0.16.7 |
| 1102 | 2026-08-14T12:15:00.822Z | Compiling strum_macros v0.27.2 |
| 1103 | 2026-08-14T12:15:00.923Z | Checking winnow v0.7.14 |
| 1104 | 2026-08-14T12:15:01.943Z | Checking tokio-native-tls v0.3.1 |
| 1105 | 2026-08-14T12:15:02.099Z | Checking either v1.15.0 |
| 1106 | 2026-08-14T12:15:02.260Z | Compiling test-strategy v0.4.3 |
| 1107 | 2026-08-14T12:15:02.275Z | Checking hyper-tls v0.6.0 |
| 1108 | 2026-08-14T12:15:02.290Z | Compiling progenitor-impl v0.11.1 |
| 1109 | 2026-08-14T12:15:02.318Z | Checking newtype-uuid v1.3.2 |
| 1110 | 2026-08-14T12:15:02.369Z | Checking winnow v1.0.3 |
| 1111 | 2026-08-14T12:15:02.489Z | Checking daft v0.1.5 |
| 1112 | 2026-08-14T12:15:02.595Z | Compiling serde_with_macros v3.14.1 |
| 1113 | 2026-08-14T12:15:02.651Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1114 | 2026-08-14T12:15:02.721Z | Checking serde_spanned v1.1.1 |
| 1115 | 2026-08-14T12:15:02.755Z | Checking usdt v0.6.0 |
| 1116 | 2026-08-14T12:15:02.849Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1117 | 2026-08-14T12:15:02.913Z | Checking debug-ignore v1.0.5 |
| 1118 | 2026-08-14T12:15:03.022Z | Checking spin v0.9.8 |
| 1119 | 2026-08-14T12:15:03.035Z | Compiling parse-display-derive v0.10.0 |
| 1120 | 2026-08-14T12:15:03.161Z | Checking async-stream v0.3.6 |
| 1121 | 2026-08-14T12:15:03.345Z | Checking rustls-webpki v0.102.8 |
| 1122 | 2026-08-14T12:15:03.360Z | Checking rustls-pemfile v2.2.0 |
| 1123 | 2026-08-14T12:15:03.501Z | Checking waitgroup v0.1.2 |
| 1124 | 2026-08-14T12:15:03.568Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1125 | 2026-08-14T12:15:03.605Z | Checking serde_path_to_error v0.1.20 |
| 1126 | 2026-08-14T12:15:03.672Z | Checking hostname v0.4.2 |
| 1127 | 2026-08-14T12:15:03.867Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1128 | 2026-08-14T12:15:04.013Z | Checking strum v0.26.3 |
| 1129 | 2026-08-14T12:15:04.123Z | Checking rand_chacha v0.3.1 |
| 1130 | 2026-08-14T12:15:04.178Z | Compiling toml_datetime v0.6.11 |
| 1131 | 2026-08-14T12:15:04.314Z | Checking macaddr v1.0.1 |
| 1132 | 2026-08-14T12:15:04.336Z | Compiling progenitor-macro v0.11.1 |
| 1133 | 2026-08-14T12:15:04.414Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1134 | 2026-08-14T12:15:04.488Z | Checking wait-timeout v0.2.1 |
| 1135 | 2026-08-14T12:15:04.545Z | Checking bit-vec v0.8.0 |
| 1136 | 2026-08-14T12:15:04.578Z | Checking quick-error v1.2.3 |
| 1137 | 2026-08-14T12:15:04.604Z | Checking lazy_static v1.5.0 |
| 1138 | 2026-08-14T12:15:04.678Z | Checking rusty-fork v0.3.0 |
| 1139 | 2026-08-14T12:15:04.725Z | Checking toml v0.9.12+spec-1.1.0 |
| 1140 | 2026-08-14T12:15:04.740Z | Checking bit-set v0.8.0 |
| 1141 | 2026-08-14T12:15:04.841Z | Checking rand v0.8.5 |
| 1142 | 2026-08-14T12:15:04.886Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1143 | 2026-08-14T12:15:04.921Z | Checking tabwriter v1.4.1 |
| 1144 | 2026-08-14T12:15:05.094Z | Checking tokio-rustls v0.25.0 |
| 1145 | 2026-08-14T12:15:05.313Z | Checking sha1 v0.10.6 |
| 1146 | 2026-08-14T12:15:05.330Z | Checking rand_xorshift v0.4.0 |
| 1147 | 2026-08-14T12:15:05.365Z | Compiling clap_derive v4.6.1 |
| 1148 | 2026-08-14T12:15:05.446Z | Checking utf8parse v0.2.2 |
| 1149 | 2026-08-14T12:15:05.474Z | Checking unarray v0.1.4 |
| 1150 | 2026-08-14T12:15:05.545Z | Checking colored v3.1.1 |
| 1151 | 2026-08-14T12:15:05.548Z | Checking anstyle-parse v1.0.0 |
| 1152 | 2026-08-14T12:15:05.576Z | Checking proptest v1.8.0 |
| 1153 | 2026-08-14T12:15:05.716Z | Checking strum v0.27.2 |
| 1154 | 2026-08-14T12:15:05.829Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1155 | 2026-08-14T12:15:05.844Z | Checking terminal_size v0.4.3 |
| 1156 | 2026-08-14T12:15:06.216Z | Checking anstyle-query v1.1.4 |
| 1157 | 2026-08-14T12:15:06.315Z | Checking anstyle v1.0.14 |
| 1158 | 2026-08-14T12:15:06.334Z | Checking is_terminal_polyfill v1.70.1 |
| 1159 | 2026-08-14T12:15:06.383Z | Checking colorchoice v1.0.4 |
| 1160 | 2026-08-14T12:15:06.500Z | Checking anstream v1.0.0 |
| 1161 | 2026-08-14T12:15:06.854Z | Checking clap_lex v1.1.0 |
| 1162 | 2026-08-14T12:15:07.191Z | Checking clap_builder v4.6.0 |
| 1163 | 2026-08-14T12:15:07.209Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1164 | 2026-08-14T12:15:07.717Z | Checking serde_with v3.14.1 |
| 1165 | 2026-08-14T12:15:07.953Z | Compiling itertools v0.14.0 |
| 1166 | 2026-08-14T12:15:08.405Z | Checking clap v4.6.1 |
| 1167 | 2026-08-14T12:15:08.442Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1168 | 2026-08-14T12:15:08.482Z | Checking instant v0.1.13 |
| 1169 | 2026-08-14T12:15:08.497Z | Checking rustc-hash v2.1.1 |
| 1170 | 2026-08-14T12:15:08.664Z | Checking iddqd v0.3.18 |
| 1171 | 2026-08-14T12:15:08.756Z | Checking backoff v0.4.0 |
| 1172 | 2026-08-14T12:15:08.928Z | Checking parse-display v0.10.0 |
| 1173 | 2026-08-14T12:15:09.049Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1174 | 2026-08-14T12:15:09.126Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1175 | 2026-08-14T12:15:10.795Z | Compiling num-derive v0.4.2 |
| 1176 | 2026-08-14T12:15:11.234Z | Compiling rustls-webpki v0.103.6 |
| 1177 | 2026-08-14T12:15:11.714Z | Compiling prettyplease v0.2.37 |
| 1178 | 2026-08-14T12:15:12.421Z | Compiling cfg_aliases v0.2.1 |
| 1179 | 2026-08-14T12:15:13.428Z | Compiling memoffset v0.9.1 |
| 1180 | 2026-08-14T12:15:13.773Z | Checking serde_spanned v0.6.9 |
| 1181 | 2026-08-14T12:15:14.604Z | Compiling tokio-rustls v0.26.4 |
| 1182 | 2026-08-14T12:15:15.073Z | Compiling hyper-rustls v0.27.7 |
| 1183 | 2026-08-14T12:15:15.341Z | Compiling reqwest v0.12.23 |
| 1184 | 2026-08-14T12:15:16.325Z | Checking crossbeam-epoch v0.9.18 |
| 1185 | 2026-08-14T12:15:16.545Z | Compiling progenitor-client v0.11.1 |
| 1186 | 2026-08-14T12:15:16.805Z | Compiling winnow v0.5.40 |
| 1187 | 2026-08-14T12:15:18.054Z | Compiling toml_edit v0.19.15 |
| 1188 | 2026-08-14T12:15:18.159Z | Compiling progenitor v0.11.1 |
| 1189 | 2026-08-14T12:15:18.719Z | Compiling num-integer v0.1.46 |
| 1190 | 2026-08-14T12:15:19.131Z | Compiling proc-macro-crate v1.3.1 |
| 1191 | 2026-08-14T12:15:19.328Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1192 | 2026-08-14T12:15:19.463Z | Compiling progenitor-client v0.10.0 |
| 1193 | 2026-08-14T12:15:20.225Z | Compiling hubpack_derive v0.1.1 |
| 1194 | 2026-08-14T12:15:20.573Z | Checking toml_write v0.1.2 |
| 1195 | 2026-08-14T12:15:20.684Z | Compiling rayon-core v1.13.0 |
| 1196 | 2026-08-14T12:15:20.742Z | Checking hubpack v0.1.2 |
| 1197 | 2026-08-14T12:15:20.813Z | Checking toml_edit v0.22.27 |
| 1198 | 2026-08-14T12:15:20.916Z | Checking num-iter v0.1.45 |
| 1199 | 2026-08-14T12:15:20.933Z | Checking num-rational v0.4.2 |
| 1200 | 2026-08-14T12:15:21.264Z | Compiling zerocopy-derive v0.7.35 |
| 1201 | 2026-08-14T12:15:21.291Z | Compiling num-complex v0.4.6 |
| 1202 | 2026-08-14T12:15:21.641Z | Checking static_assertions v1.1.0 |
| 1203 | 2026-08-14T12:15:21.715Z | Checking num v0.4.3 |
| 1204 | 2026-08-14T12:15:21.872Z | Checking toml v0.8.23 |
| 1205 | 2026-08-14T12:15:21.899Z | Checking crossbeam-deque v0.8.6 |
| 1206 | 2026-08-14T12:15:22.075Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1207 | 2026-08-14T12:15:22.079Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1208 | 2026-08-14T12:15:22.198Z | Checking float-ord v0.3.2 |
| 1209 | 2026-08-14T12:15:22.431Z | Compiling proc-macro-error-attr v1.0.4 |
| 1210 | 2026-08-14T12:15:22.448Z | Compiling heck v0.4.1 |
| 1211 | 2026-08-14T12:15:22.648Z | Compiling heapless v0.8.0 |
| 1212 | 2026-08-14T12:15:22.663Z | Checking bytecount v0.6.9 |
| 1213 | 2026-08-14T12:15:22.764Z | Checking libscf-sys v1.2.0 |
| 1214 | 2026-08-14T12:15:22.779Z | Compiling ingot-macros v0.1.1 |
| 1215 | 2026-08-14T12:15:22.892Z | Checking hash32 v0.3.1 |
| 1216 | 2026-08-14T12:15:23.022Z | Compiling proc-macro-error v1.0.4 |
| 1217 | 2026-08-14T12:15:23.109Z | Compiling smoltcp v0.11.0 |
| 1218 | 2026-08-14T12:15:23.249Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1219 | 2026-08-14T12:15:23.743Z | Compiling zerocopy v0.7.35 |
| 1220 | 2026-08-14T12:15:23.901Z | Compiling num_enum_derive v0.7.5 |
| 1221 | 2026-08-14T12:15:24.036Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1222 | 2026-08-14T12:15:24.125Z | Checking cobs v0.3.0 |
| 1223 | 2026-08-14T12:15:24.271Z | Compiling foreign-types-macros v0.2.3 |
| 1224 | 2026-08-14T12:15:24.286Z | Compiling scroll_derive v0.12.1 |
| 1225 | 2026-08-14T12:15:24.351Z | Compiling usdt-impl v0.5.0 |
| 1226 | 2026-08-14T12:15:24.592Z | Compiling crucible-workspace-hack v0.1.0 |
| 1227 | 2026-08-14T12:15:24.610Z | Checking foreign-types-shared v0.3.1 |
| 1228 | 2026-08-14T12:15:24.704Z | Checking managed v0.8.0 |
| 1229 | 2026-08-14T12:15:24.810Z | Checking bitflags v1.3.2 |
| 1230 | 2026-08-14T12:15:24.885Z | Checking foreign-types v0.5.0 |
| 1231 | 2026-08-14T12:15:24.928Z | Checking num_enum v0.7.5 |
| 1232 | 2026-08-14T12:15:24.964Z | Checking scroll v0.12.0 |
| 1233 | 2026-08-14T12:15:24.979Z | Checking postcard v1.1.3 |
| 1234 | 2026-08-14T12:15:25.029Z | Compiling dof v0.3.0 |
| 1235 | 2026-08-14T12:15:25.315Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1236 | 2026-08-14T12:15:25.368Z | Compiling dtrace-parser v0.2.0 |
| 1237 | 2026-08-14T12:15:25.393Z | Checking ingot-types v0.1.2 |
| 1238 | 2026-08-14T12:15:25.435Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1239 | 2026-08-14T12:15:25.439Z | Checking camino-tempfile v1.4.1 |
| 1240 | 2026-08-14T12:15:25.510Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1241 | 2026-08-14T12:15:25.607Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1242 | 2026-08-14T12:15:25.724Z | Checking cstr-argument v0.1.2 |
| 1243 | 2026-08-14T12:15:25.740Z | Checking ingot v0.1.1 |
| 1244 | 2026-08-14T12:15:25.839Z | Compiling thread-id v4.2.2 |
| 1245 | 2026-08-14T12:15:25.854Z | Compiling minimal-lexical v0.2.1 |
| 1246 | 2026-08-14T12:15:25.914Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1247 | 2026-08-14T12:15:25.986Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1248 | 2026-08-14T12:15:26.075Z | Compiling nom v7.1.3 |
| 1249 | 2026-08-14T12:15:26.093Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1250 | 2026-08-14T12:15:26.108Z | Checking goblin v0.8.2 |
| 1251 | 2026-08-14T12:15:26.230Z | Checking rayon v1.11.0 |
| 1252 | 2026-08-14T12:15:26.467Z | Compiling num_enum_derive v0.5.11 |
| 1253 | 2026-08-14T12:15:26.732Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1254 | 2026-08-14T12:15:27.017Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1255 | 2026-08-14T12:15:27.226Z | Compiling rustc_version v0.4.1 |
| 1256 | 2026-08-14T12:15:27.439Z | Compiling convert_case v0.4.0 |
| 1257 | 2026-08-14T12:15:27.503Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1258 | 2026-08-14T12:15:27.606Z | Compiling rustix v0.38.44 |
| 1259 | 2026-08-14T12:15:27.636Z | Checking tinyvec_macros v0.1.1 |
| 1260 | 2026-08-14T12:15:27.710Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1261 | 2026-08-14T12:15:27.744Z | Compiling derive_more v0.99.20 |
| 1262 | 2026-08-14T12:15:27.933Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1263 | 2026-08-14T12:15:28.038Z | Checking tinyvec v1.10.0 |
| 1264 | 2026-08-14T12:15:28.068Z | Checking num_enum v0.5.11 |
| 1265 | 2026-08-14T12:15:28.162Z | Compiling nix v0.30.1 |
| 1266 | 2026-08-14T12:15:28.178Z | Compiling nix v0.31.3 |
| 1267 | 2026-08-14T12:15:28.347Z | Compiling libz-sys v1.1.22 |
| 1268 | 2026-08-14T12:15:28.533Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1269 | 2026-08-14T12:15:28.564Z | Compiling crc32fast v1.5.0 |
| 1270 | 2026-08-14T12:15:28.880Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1271 | 2026-08-14T12:15:28.899Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1272 | 2026-08-14T12:15:29.054Z | Compiling usdt-macro v0.5.0 |
| 1273 | 2026-08-14T12:15:29.172Z | Compiling usdt-attr-macro v0.5.0 |
| 1274 | 2026-08-14T12:15:29.495Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1275 | 2026-08-14T12:15:29.608Z | Compiling zone_cfg_derive v0.3.1 |
| 1276 | 2026-08-14T12:15:29.724Z | Checking papergrid v0.18.0 |
| 1277 | 2026-08-14T12:15:29.752Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1278 | 2026-08-14T12:15:29.894Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1279 | 2026-08-14T12:15:29.944Z | Checking itertools v0.12.1 |
| 1280 | 2026-08-14T12:15:30.074Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1281 | 2026-08-14T12:15:30.200Z | Checking sigpipe v0.1.3 |
| 1282 | 2026-08-14T12:15:30.267Z | Checking memmap v0.7.0 |
| 1283 | 2026-08-14T12:15:30.305Z | Checking jiff v0.2.15 |
| 1284 | 2026-08-14T12:15:30.325Z | Checking glob v0.3.3 |
| 1285 | 2026-08-14T12:15:30.410Z | Checking adler2 v2.0.1 |
| 1286 | 2026-08-14T12:15:30.505Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1287 | 2026-08-14T12:15:30.520Z | Checking tabled v0.21.0 |
| 1288 | 2026-08-14T12:15:30.523Z | Checking miniz_oxide v0.8.9 |
| 1289 | 2026-08-14T12:15:30.551Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1290 | 2026-08-14T12:15:30.705Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1291 | 2026-08-14T12:15:30.748Z | Checking usdt v0.5.0 |
| 1292 | 2026-08-14T12:15:30.910Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1293 | 2026-08-14T12:15:30.938Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1294 | 2026-08-14T12:15:30.995Z | Checking zone v0.3.1 |
| 1295 | 2026-08-14T12:15:31.342Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1296 | 2026-08-14T12:15:31.430Z | Checking itertools v0.15.0 |
| 1297 | 2026-08-14T12:15:31.560Z | Checking smf v0.2.3 |
| 1298 | 2026-08-14T12:15:31.787Z | Checking secrecy v0.10.3 |
| 1299 | 2026-08-14T12:15:31.823Z | Checking bstr v1.12.0 |
| 1300 | 2026-08-14T12:15:31.906Z | Checking whoami v1.6.1 |
| 1301 | 2026-08-14T12:15:32.065Z | Checking flate2 v1.1.2 |
| 1302 | 2026-08-14T12:15:32.080Z | Compiling curve25519-dalek v4.1.3 |
| 1303 | 2026-08-14T12:15:32.151Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1304 | 2026-08-14T12:15:32.166Z | Compiling clang-sys v1.8.1 |
| 1305 | 2026-08-14T12:15:32.343Z | Checking hmac v0.12.1 |
| 1306 | 2026-08-14T12:15:32.358Z | Checking inout v0.1.4 |
| 1307 | 2026-08-14T12:15:32.478Z | Checking hybrid-array v0.4.12 |
| 1308 | 2026-08-14T12:15:32.495Z | Checking ff v0.13.1 |
| 1309 | 2026-08-14T12:15:32.523Z | Compiling enum-as-inner v0.6.1 |
| 1310 | 2026-08-14T12:15:32.619Z | Checking data-encoding v2.9.0 |
| 1311 | 2026-08-14T12:15:32.705Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1312 | 2026-08-14T12:15:32.864Z | Compiling semver v0.1.20 |
| 1313 | 2026-08-14T12:15:32.886Z | Checking group v0.13.0 |
| 1314 | 2026-08-14T12:15:32.951Z | Checking cipher v0.4.4 |
| 1315 | 2026-08-14T12:15:32.998Z | Checking hkdf v0.12.4 |
| 1316 | 2026-08-14T12:15:33.065Z | Compiling rustc_version v0.1.7 |
| 1317 | 2026-08-14T12:15:33.138Z | Checking atomicwrites v0.4.4 |
| 1318 | 2026-08-14T12:15:33.152Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1319 | 2026-08-14T12:15:33.201Z | Checking universal-hash v0.5.1 |
| 1320 | 2026-08-14T12:15:33.255Z | Checking crypto-bigint v0.5.5 |
| 1321 | 2026-08-14T12:15:33.270Z | Compiling regress v0.11.1 |
| 1322 | 2026-08-14T12:15:33.274Z | Checking half v2.7.1 |
| 1323 | 2026-08-14T12:15:33.323Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1324 | 2026-08-14T12:15:33.498Z | Checking ciborium-io v0.2.2 |
| 1325 | 2026-08-14T12:15:33.530Z | Checking base16ct v0.2.0 |
| 1326 | 2026-08-14T12:15:33.592Z | Checking indent_write v2.2.0 |
| 1327 | 2026-08-14T12:15:33.651Z | Checking base64ct v1.8.0 |
| 1328 | 2026-08-14T12:15:33.724Z | Checking opaque-debug v0.3.1 |
| 1329 | 2026-08-14T12:15:33.798Z | Checking poly1305 v0.8.0 |
| 1330 | 2026-08-14T12:15:33.885Z | Checking password-hash v0.5.0 |
| 1331 | 2026-08-14T12:15:34.020Z | Checking ciborium-ll v0.2.2 |
| 1332 | 2026-08-14T12:15:34.107Z | Compiling newtype_derive v0.1.6 |
| 1333 | 2026-08-14T12:15:34.193Z | Checking chacha20 v0.9.1 |
| 1334 | 2026-08-14T12:15:34.209Z | Checking thiserror-no-std v2.0.2 |
| 1335 | 2026-08-14T12:15:34.254Z | Checking elliptic-curve v0.13.8 |
| 1336 | 2026-08-14T12:15:34.295Z | Checking block-buffer v0.12.0 |
| 1337 | 2026-08-14T12:15:34.333Z | Checking crypto-common v0.2.2 |
| 1338 | 2026-08-14T12:15:34.348Z | Checking similar v2.7.0 |
| 1339 | 2026-08-14T12:15:34.379Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1340 | 2026-08-14T12:15:34.436Z | Checking blake2 v0.10.6 |
| 1341 | 2026-08-14T12:15:34.494Z | Checking aead v0.5.2 |
| 1342 | 2026-08-14T12:15:34.615Z | Compiling libloading v0.8.9 |
| 1343 | 2026-08-14T12:15:34.630Z | Compiling owo-colors v4.3.0 |
| 1344 | 2026-08-14T12:15:34.645Z | Checking const-oid v0.10.2 |
| 1345 | 2026-08-14T12:15:34.648Z | Compiling bindgen v0.72.1 |
| 1346 | 2026-08-14T12:15:34.674Z | Checking linked-hash-map v0.5.6 |
| 1347 | 2026-08-14T12:15:34.801Z | Compiling typify-impl v0.6.2 |
| 1348 | 2026-08-14T12:15:34.804Z | Checking keccak v0.1.6 |
| 1349 | 2026-08-14T12:15:34.836Z | Checking compression-core v0.4.32 |
| 1350 | 2026-08-14T12:15:34.932Z | Checking resolv-conf v0.7.5 |
| 1351 | 2026-08-14T12:15:34.948Z | Checking digest v0.11.3 |
| 1352 | 2026-08-14T12:15:34.977Z | Checking compression-codecs v0.4.32 |
| 1353 | 2026-08-14T12:15:34.979Z | Checking sha3 v0.10.8 |
| 1354 | 2026-08-14T12:15:35.030Z | Checking lru-cache v0.1.2 |
| 1355 | 2026-08-14T12:15:35.110Z | Checking vsss-rs v3.3.4 |
| 1356 | 2026-08-14T12:15:35.140Z | Checking argon2 v0.5.3 |
| 1357 | 2026-08-14T12:15:35.156Z | Checking chacha20poly1305 v0.10.1 |
| 1358 | 2026-08-14T12:15:35.228Z | Checking ciborium v0.2.2 |
| 1359 | 2026-08-14T12:15:35.323Z | Checking hickory-proto v0.24.4 |
| 1360 | 2026-08-14T12:15:35.502Z | Checking tokio-dtrace v0.1.1 |
| 1361 | 2026-08-14T12:15:35.677Z | Compiling cexpr v0.6.0 |
| 1362 | 2026-08-14T12:15:35.692Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1363 | 2026-08-14T12:15:35.974Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1364 | 2026-08-14T12:15:36.212Z | Checking serde-big-array v0.5.1 |
| 1365 | 2026-08-14T12:15:36.244Z | Compiling derive-where v1.6.0 |
| 1366 | 2026-08-14T12:15:36.259Z | Compiling serde_repr v0.1.20 |
| 1367 | 2026-08-14T12:15:36.349Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1368 | 2026-08-14T12:15:36.581Z | Compiling dropshot v0.17.1 |
| 1369 | 2026-08-14T12:15:36.779Z | Checking cpufeatures v0.3.0 |
| 1370 | 2026-08-14T12:15:36.818Z | Checking siphasher v1.0.1 |
| 1371 | 2026-08-14T12:15:36.834Z | Checking same-file v1.0.6 |
| 1372 | 2026-08-14T12:15:36.849Z | Compiling shlex v1.3.0 |
| 1373 | 2026-08-14T12:15:36.865Z | Checking unicode-segmentation v1.12.0 |
| 1374 | 2026-08-14T12:15:36.957Z | Checking walkdir v2.5.0 |
| 1375 | 2026-08-14T12:15:36.980Z | Checking phf_shared v0.12.1 |
| 1376 | 2026-08-14T12:15:37.119Z | Checking sha1 v0.11.0 |
| 1377 | 2026-08-14T12:15:37.121Z | Checking hickory-resolver v0.24.4 |
| 1378 | 2026-08-14T12:15:37.186Z | Checking newline-converter v0.3.0 |
| 1379 | 2026-08-14T12:15:37.299Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1380 | 2026-08-14T12:15:37.365Z | Checking toml v1.1.2+spec-1.1.0 |
| 1381 | 2026-08-14T12:15:37.467Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1382 | 2026-08-14T12:15:37.789Z | Checking oxide-tokio-rt v0.1.2 |
| 1383 | 2026-08-14T12:15:37.933Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1384 | 2026-08-14T12:15:38.026Z | Checking async-compression v0.4.33 |
| 1385 | 2026-08-14T12:15:38.130Z | Checking console v0.15.11 |
| 1386 | 2026-08-14T12:15:38.221Z | Compiling typify-macro v0.6.2 |
| 1387 | 2026-08-14T12:15:38.266Z | Compiling progenitor-impl v0.10.0 |
| 1388 | 2026-08-14T12:15:38.399Z | Checking tokio-stream v0.1.17 |
| 1389 | 2026-08-14T12:15:38.635Z | Compiling dropshot_endpoint v0.17.1 |
| 1390 | 2026-08-14T12:15:38.705Z | Compiling pin-project-internal v1.1.10 |
| 1391 | 2026-08-14T12:15:38.768Z | Compiling slog-dtrace v0.3.0 |
| 1392 | 2026-08-14T12:15:39.006Z | Checking csv-core v0.1.12 |
| 1393 | 2026-08-14T12:15:39.188Z | Compiling cancel-safe-futures v0.1.5 |
| 1394 | 2026-08-14T12:15:39.440Z | Checking unicode-linebreak v0.1.5 |
| 1395 | 2026-08-14T12:15:39.501Z | Compiling chrono-tz v0.10.4 |
| 1396 | 2026-08-14T12:15:39.658Z | Checking unicode-width v0.1.14 |
| 1397 | 2026-08-14T12:15:39.727Z | Checking foldhash v0.1.5 |
| 1398 | 2026-08-14T12:15:39.742Z | Checking smawk v0.3.2 |
| 1399 | 2026-08-14T12:15:39.777Z | Checking swrite v0.1.0 |
| 1400 | 2026-08-14T12:15:39.865Z | Compiling unicode-xid v0.2.6 |
| 1401 | 2026-08-14T12:15:39.880Z | Checking textwrap v0.16.2 |
| 1402 | 2026-08-14T12:15:39.883Z | Checking hashbrown v0.15.5 |
| 1403 | 2026-08-14T12:15:39.911Z | Checking pin-project v1.1.10 |
| 1404 | 2026-08-14T12:15:39.988Z | Compiling const_format_proc_macros v0.2.34 |
| 1405 | 2026-08-14T12:15:40.032Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1406 | 2026-08-14T12:15:40.120Z | Checking csv v1.4.0 |
| 1407 | 2026-08-14T12:15:40.336Z | Compiling progenitor-macro v0.10.0 |
| 1408 | 2026-08-14T12:15:40.351Z | Checking qorb v0.4.1 |
| 1409 | 2026-08-14T12:15:40.394Z | Checking expectorate v1.2.0 |
| 1410 | 2026-08-14T12:15:40.521Z | Checking phf v0.12.1 |
| 1411 | 2026-08-14T12:15:40.536Z | Checking unicode-normalization v0.1.24 |
| 1412 | 2026-08-14T12:15:40.666Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1413 | 2026-08-14T12:15:40.787Z | Compiling snafu-derive v0.8.9 |
| 1414 | 2026-08-14T12:15:41.551Z | Checking libsw-core v0.3.2 |
| 1415 | 2026-08-14T12:15:41.684Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1416 | 2026-08-14T12:15:41.706Z | Compiling async-recursion v1.1.1 |
| 1417 | 2026-08-14T12:15:42.037Z | Compiling cookie v0.18.1 |
| 1418 | 2026-08-14T12:15:42.113Z | Checking highway v1.3.0 |
| 1419 | 2026-08-14T12:15:42.269Z | Checking fixedbitset v0.4.2 |
| 1420 | 2026-08-14T12:15:42.346Z | Checking fixedbitset v0.5.7 |
| 1421 | 2026-08-14T12:15:42.425Z | Compiling moka v0.12.11 |
| 1422 | 2026-08-14T12:15:42.498Z | Checking snafu v0.8.9 |
| 1423 | 2026-08-14T12:15:42.545Z | Checking petgraph v0.8.2 |
| 1424 | 2026-08-14T12:15:42.659Z | Checking petgraph v0.6.5 |
| 1425 | 2026-08-14T12:15:42.891Z | Checking libsw v3.5.0 |
| 1426 | 2026-08-14T12:15:43.043Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1427 | 2026-08-14T12:15:43.232Z | Checking olpc-cjson v0.1.4 |
| 1428 | 2026-08-14T12:15:43.376Z | Checking const_format v0.2.34 |
| 1429 | 2026-08-14T12:15:43.633Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1430 | 2026-08-14T12:15:43.889Z | Checking papergrid v0.11.0 |
| 1431 | 2026-08-14T12:15:44.022Z | Compiling typify v0.6.2 |
| 1432 | 2026-08-14T12:15:44.067Z | Checking globset v0.4.16 |
| 1433 | 2026-08-14T12:15:44.104Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1434 | 2026-08-14T12:15:44.120Z | Checking gethostname v0.5.0 |
| 1435 | 2026-08-14T12:15:44.306Z | Compiling tabled_derive v0.7.0 |
| 1436 | 2026-08-14T12:15:44.325Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-08-14T12:15:44.452Z | Checking progenitor v0.10.0 |
| 1438 | 2026-08-14T12:15:44.482Z | Checking reqwest v0.13.2 |
| 1439 | 2026-08-14T12:15:44.579Z | Checking bcs v0.1.6 |
| 1440 | 2026-08-14T12:15:44.595Z | Checking pem v3.0.5 |
| 1441 | 2026-08-14T12:15:44.642Z | Checking serde_plain v1.0.2 |
| 1442 | 2026-08-14T12:15:44.755Z | Checking termtree v0.5.1 |
| 1443 | 2026-08-14T12:15:44.790Z | Checking typed-path v0.9.3 |
| 1444 | 2026-08-14T12:15:44.805Z | Checking tagptr v0.2.0 |
| 1445 | 2026-08-14T12:15:44.892Z | Checking linear-map v1.2.0 |
| 1446 | 2026-08-14T12:15:44.954Z | Checking crc8 v0.1.1 |
| 1447 | 2026-08-14T12:15:45.020Z | Compiling signal-hook v0.4.4 |
| 1448 | 2026-08-14T12:15:45.048Z | Checking humantime v2.3.0 |
| 1449 | 2026-08-14T12:15:45.063Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-08-14T12:15:45.227Z | Checking tabled v0.15.0 |
| 1451 | 2026-08-14T12:15:45.317Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1452 | 2026-08-14T12:15:45.566Z | Checking tough v0.20.0 |
| 1453 | 2026-08-14T12:15:45.859Z | Compiling progenitor-impl v0.14.0 |
| 1454 | 2026-08-14T12:15:46.355Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1455 | 2026-08-14T12:15:46.433Z | Checking steno v0.4.1 |
| 1456 | 2026-08-14T12:15:46.857Z | Checking hickory-proto v0.25.2 |
| 1457 | 2026-08-14T12:15:47.389Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1458 | 2026-08-14T12:15:47.413Z | Compiling cargo-platform v0.1.9 |
| 1459 | 2026-08-14T12:15:47.486Z | Compiling vergen v8.3.2 |
| 1460 | 2026-08-14T12:15:47.653Z | Compiling fs-err v3.1.2 |
| 1461 | 2026-08-14T12:15:47.736Z | Compiling cargo_metadata v0.18.1 |
| 1462 | 2026-08-14T12:15:47.944Z | Compiling progenitor-macro v0.14.0 |
| 1463 | 2026-08-14T12:15:47.986Z | Checking progenitor-client v0.14.0 |
| 1464 | 2026-08-14T12:15:48.118Z | Checking dropshot-api-manager-types v0.7.2 |
| 1465 | 2026-08-14T12:15:48.209Z | Checking sha2 v0.10.9 |
| 1466 | 2026-08-14T12:15:48.287Z | Compiling blake3 v1.8.2 |
| 1467 | 2026-08-14T12:15:48.409Z | Checking hickory-resolver v0.25.2 |
| 1468 | 2026-08-14T12:15:48.966Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1469 | 2026-08-14T12:15:48.983Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1470 | 2026-08-14T12:15:49.132Z | Checking git-stub v1.0.0 |
| 1471 | 2026-08-14T12:15:49.150Z | Compiling strum_macros v0.28.0 |
| 1472 | 2026-08-14T12:15:49.287Z | Checking filetime v0.2.26 |
| 1473 | 2026-08-14T12:15:49.426Z | Compiling curl v0.4.50 |
| 1474 | 2026-08-14T12:15:49.677Z | Checking arrayref v0.3.9 |
| 1475 | 2026-08-14T12:15:49.752Z | Checking constant_time_eq v0.3.1 |
| 1476 | 2026-08-14T12:15:50.143Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1477 | 2026-08-14T12:15:50.317Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-08-14T12:15:50.726Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-08-14T12:15:50.763Z | Checking xattr v1.6.1 |
| 1480 | 2026-08-14T12:15:50.898Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1481 | 2026-08-14T12:15:50.990Z | Checking arrayvec v0.7.6 |
| 1482 | 2026-08-14T12:15:51.126Z | Checking is_ci v1.2.0 |
| 1483 | 2026-08-14T12:15:51.146Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-08-14T12:15:51.228Z | Checking supports-color v3.0.2 |
| 1485 | 2026-08-14T12:15:51.381Z | Checking strum v0.28.0 |
| 1486 | 2026-08-14T12:15:51.408Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-08-14T12:15:51.452Z | Checking tar v0.4.45 |
| 1488 | 2026-08-14T12:15:51.497Z | Checking toml v0.7.8 |
| 1489 | 2026-08-14T12:15:51.580Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1490 | 2026-08-14T12:15:51.625Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-08-14T12:15:51.818Z | Checking git-stub-vcs v0.1.0 |
| 1492 | 2026-08-14T12:15:52.002Z | Checking drift v0.2.0 |
| 1493 | 2026-08-14T12:15:52.064Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1494 | 2026-08-14T12:15:52.080Z | Checking progenitor v0.14.0 |
| 1495 | 2026-08-14T12:15:52.096Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1496 | 2026-08-14T12:15:52.141Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1497 | 2026-08-14T12:15:52.199Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1498 | 2026-08-14T12:15:52.300Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1499 | 2026-08-14T12:15:52.316Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1500 | 2026-08-14T12:15:52.709Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1501 | 2026-08-14T12:15:52.745Z | Checking kstat-rs v0.2.4 |
| 1502 | 2026-08-14T12:15:52.848Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1503 | 2026-08-14T12:15:52.929Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1504 | 2026-08-14T12:15:53.091Z | Checking topological-sort v0.2.2 |
| 1505 | 2026-08-14T12:15:53.154Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1506 | 2026-08-14T12:15:53.226Z | Checking omicron-zone-package v0.12.2 |
| 1507 | 2026-08-14T12:15:53.256Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1508 | 2026-08-14T12:15:53.322Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1509 | 2026-08-14T12:15:54.083Z | Checking dropshot-api-manager v0.7.2 |
| 1510 | 2026-08-14T12:15:55.078Z | Checking signal-hook-tokio v0.4.0 |
| 1511 | 2026-08-14T12:15:55.163Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1512 | 2026-08-14T12:15:55.203Z | Checking scuffle v0.1.0 |
| 1513 | 2026-08-14T12:15:55.688Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1514 | 2026-08-14T12:15:55.778Z | Checking iddqd v0.4.5 |
| 1515 | 2026-08-14T12:15:55.826Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1516 | 2026-08-14T12:15:56.024Z | Checking search_path v0.1.4 |
| 1517 | 2026-08-14T12:15:56.170Z | Checking internet-checksum v0.2.1 |
| 1518 | 2026-08-14T12:15:56.294Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1519 | 2026-08-14T12:15:56.434Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1520 | 2026-08-14T12:15:56.471Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1521 | 2026-08-14T12:15:56.824Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1522 | 2026-08-14T12:15:57.482Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1523 | 2026-08-14T12:15:57.746Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1524 | 2026-08-14T12:15:58.326Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-08-14T12:15:58.623Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1526 | 2026-08-14T12:15:58.755Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1527 | 2026-08-14T12:15:59.185Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1528 | 2026-08-14T12:15:59.523Z | Compiling git2 v0.19.0 |
| 1529 | 2026-08-14T12:16:00.185Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1530 | 2026-08-14T12:16:01.809Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1531 | 2026-08-14T12:16:10.056Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1532 | 2026-08-14T12:16:11.362Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1533 | 2026-08-14T12:16:16.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s |
| 1534 | 2026-08-14T12:16:16.592Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1535 | 2026-08-14T12:16:16.592Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1536 | 2026-08-14T12:16:17.082Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1537 | 2026-08-14T12:16:17.086Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1538 | 2026-08-14T12:16:17.160Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1539 | 2026-08-14T12:16:17.167Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1540 | 2026-08-14T12:16:24.293Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1541 | 2026-08-14T12:16:24.296Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1542 | 2026-08-14T12:16:26.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.20s |
| 1543 | 2026-08-14T12:16:26.983Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1544 | 2026-08-14T12:16:26.983Z | + cargo clippy --features softnpu -- --deny warnings |
| 1545 | 2026-08-14T12:16:27.281Z | Downloading crates ... |
| 1546 | 2026-08-14T12:16:27.409Z | Downloaded typeid v1.0.3 |
| 1547 | 2026-08-14T12:16:27.417Z | Downloaded ascii v1.1.0 |
| 1548 | 2026-08-14T12:16:27.419Z | Downloaded funty v2.0.0 |
| 1549 | 2026-08-14T12:16:27.419Z | Downloaded radium v0.7.0 |
| 1550 | 2026-08-14T12:16:27.424Z | Downloaded tap v1.0.1 |
| 1551 | 2026-08-14T12:16:27.427Z | Downloaded erased-serde v0.4.8 |
| 1552 | 2026-08-14T12:16:27.427Z | Downloaded serde_arrays v0.1.0 |
| 1553 | 2026-08-14T12:16:27.427Z | Downloaded bitstruct_derive v0.1.0 |
| 1554 | 2026-08-14T12:16:27.430Z | Downloaded bitstruct v0.1.1 |
| 1555 | 2026-08-14T12:16:27.430Z | Downloaded wyz v0.5.1 |
| 1556 | 2026-08-14T12:16:27.433Z | Downloaded libloading v0.7.4 |
| 1557 | 2026-08-14T12:16:27.446Z | Downloaded bitvec v1.0.1 |
| 1558 | 2026-08-14T12:16:27.453Z | Downloaded num-bigint v0.4.6 |
| 1559 | 2026-08-14T12:16:27.573Z | Checking num-integer v0.1.46 |
| 1560 | 2026-08-14T12:16:27.652Z | Checking num-complex v0.4.6 |
| 1561 | 2026-08-14T12:16:27.661Z | Compiling radium v0.7.0 |
| 1562 | 2026-08-14T12:16:27.668Z | Checking tap v1.0.1 |
| 1563 | 2026-08-14T12:16:27.675Z | Checking funty v2.0.0 |
| 1564 | 2026-08-14T12:16:27.680Z | Compiling typeid v1.0.3 |
| 1565 | 2026-08-14T12:16:27.682Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1566 | 2026-08-14T12:16:27.693Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1567 | 2026-08-14T12:16:27.751Z | Checking wyz v0.5.1 |
| 1568 | 2026-08-14T12:16:27.847Z | Checking num-bigint v0.4.6 |
| 1569 | 2026-08-14T12:16:27.850Z | Checking num-iter v0.1.45 |
| 1570 | 2026-08-14T12:16:27.899Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1571 | 2026-08-14T12:16:27.917Z | Compiling erased-serde v0.4.8 |
| 1572 | 2026-08-14T12:16:27.965Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-08-14T12:16:27.973Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-08-14T12:16:27.998Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-08-14T12:16:28.046Z | Compiling bitstruct_derive v0.1.0 |
| 1576 | 2026-08-14T12:16:28.071Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-08-14T12:16:28.089Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1578 | 2026-08-14T12:16:28.098Z | Checking bitvec v1.0.1 |
| 1579 | 2026-08-14T12:16:28.101Z | Checking ascii v1.1.0 |
| 1580 | 2026-08-14T12:16:28.101Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1581 | 2026-08-14T12:16:28.171Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-08-14T12:16:28.266Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1583 | 2026-08-14T12:16:28.274Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1584 | 2026-08-14T12:16:28.282Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1585 | 2026-08-14T12:16:28.291Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1586 | 2026-08-14T12:16:28.570Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1587 | 2026-08-14T12:16:28.579Z | Checking serde_arrays v0.1.0 |
| 1588 | 2026-08-14T12:16:28.669Z | Checking num-rational v0.4.2 |
| 1589 | 2026-08-14T12:16:28.678Z | Checking libloading v0.7.4 |
| 1590 | 2026-08-14T12:16:28.685Z | Checking bitstruct v0.1.1 |
| 1591 | 2026-08-14T12:16:28.703Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1592 | 2026-08-14T12:16:28.930Z | Checking num v0.4.3 |
| 1593 | 2026-08-14T12:16:28.998Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-08-14T12:16:29.528Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1595 | 2026-08-14T12:16:29.801Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1596 | 2026-08-14T12:16:29.801Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1597 | 2026-08-14T12:16:29.989Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1598 | 2026-08-14T12:16:30.218Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-08-14T12:16:30.218Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-08-14T12:16:30.708Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-08-14T12:16:30.928Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1602 | 2026-08-14T12:16:30.932Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1603 | 2026-08-14T12:16:30.932Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1604 | 2026-08-14T12:16:30.932Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1605 | 2026-08-14T12:16:31.312Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1606 | 2026-08-14T12:16:31.722Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1607 | 2026-08-14T12:16:32.557Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-08-14T12:16:34.762Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1609 | 2026-08-14T12:16:35.107Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1610 | 2026-08-14T12:16:35.986Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1611 | 2026-08-14T12:16:36.689Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1612 | 2026-08-14T12:16:36.805Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1613 | 2026-08-14T12:16:43.285Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1614 | 2026-08-14T12:16:44.541Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1615 | 2026-08-14T12:16:45.072Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1616 | 2026-08-14T12:16:49.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.40s |
| 1617 | 2026-08-14T12:16:49.573Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1618 | 2026-08-14T12:16:49.573Z | + cargo clippy --features chaos -- --deny warnings |
| 1619 | 2026-08-14T12:16:50.059Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1620 | 2026-08-14T12:16:50.063Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1621 | 2026-08-14T12:16:50.063Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1622 | 2026-08-14T12:16:57.242Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1623 | 2026-08-14T12:16:57.243Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1624 | 2026-08-14T12:16:59.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.09s |
| 1625 | 2026-08-14T12:16:59.861Z | + banner fmt |
| 1626 | 2026-08-14T12:16:59.864Z | |
| 1627 | 2026-08-14T12:16:59.864Z | ###### # # ##### |
| 1628 | 2026-08-14T12:16:59.864Z | # ## ## # |
| 1629 | 2026-08-14T12:16:59.864Z | ##### # ## # # |
| 1630 | 2026-08-14T12:16:59.864Z | # # # # |
| 1631 | 2026-08-14T12:16:59.864Z | # # # # |
| 1632 | 2026-08-14T12:16:59.864Z | # # # # |
| 1633 | 2026-08-14T12:16:59.864Z | |
| 1634 | 2026-08-14T12:16:59.864Z | + cargo fmt -- --check |
| 1635 | 2026-08-14T12:17:00.315Z | + banner test |
| 1636 | 2026-08-14T12:17:00.320Z | |
| 1637 | 2026-08-14T12:17:00.320Z | ##### ###### #### ##### |
| 1638 | 2026-08-14T12:17:00.320Z | # # # # |
| 1639 | 2026-08-14T12:17:00.320Z | # ##### #### # |
| 1640 | 2026-08-14T12:17:00.320Z | # # # # |
| 1641 | 2026-08-14T12:17:00.320Z | # # # # # |
| 1642 | 2026-08-14T12:17:00.320Z | # ###### #### # |
| 1643 | 2026-08-14T12:17:00.320Z | |
| 1644 | 2026-08-14T12:17:00.320Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1645 | 2026-08-14T12:17:00.321Z | + RUST_BACKTRACE=full |
| 1646 | 2026-08-14T12:17:00.321Z | + cargo test --features tofino_stub --no-fail-fast |
| 1647 | 2026-08-14T12:17:01.169Z | Compiling unicode-ident v1.0.24 |
| 1648 | 2026-08-14T12:17:01.172Z | Compiling cfg-if v1.0.4 |
| 1649 | 2026-08-14T12:17:01.172Z | Compiling memchr v2.7.5 |
| 1650 | 2026-08-14T12:17:01.275Z | Compiling serde_core v1.0.228 |
| 1651 | 2026-08-14T12:17:01.293Z | Compiling itoa v1.0.15 |
| 1652 | 2026-08-14T12:17:01.299Z | Compiling libc v0.2.186 |
| 1653 | 2026-08-14T12:17:01.310Z | Compiling zmij v1.0.17 |
| 1654 | 2026-08-14T12:17:01.333Z | Compiling libm v0.2.15 |
| 1655 | 2026-08-14T12:17:01.383Z | Compiling proc-macro2 v1.0.106 |
| 1656 | 2026-08-14T12:17:01.574Z | Compiling equivalent v1.0.2 |
| 1657 | 2026-08-14T12:17:01.663Z | Compiling smallvec v1.15.1 |
| 1658 | 2026-08-14T12:17:01.785Z | Compiling quote v1.0.45 |
| 1659 | 2026-08-14T12:17:01.800Z | Compiling log v0.4.29 |
| 1660 | 2026-08-14T12:17:01.900Z | Compiling heck v0.5.0 |
| 1661 | 2026-08-14T12:17:01.944Z | Compiling iana-time-zone v0.1.64 |
| 1662 | 2026-08-14T12:17:01.981Z | Compiling syn v2.0.118 |
| 1663 | 2026-08-14T12:17:02.083Z | Compiling dyn-clone v1.0.20 |
| 1664 | 2026-08-14T12:17:02.144Z | Compiling hashbrown v0.17.1 |
| 1665 | 2026-08-14T12:17:02.163Z | Compiling stable_deref_trait v1.2.0 |
| 1666 | 2026-08-14T12:17:02.166Z | Compiling pin-project-lite v0.2.16 |
| 1667 | 2026-08-14T12:17:02.224Z | Compiling percent-encoding v2.3.2 |
| 1668 | 2026-08-14T12:17:02.244Z | Compiling litemap v0.8.0 |
| 1669 | 2026-08-14T12:17:02.269Z | Compiling fnv v1.0.7 |
| 1670 | 2026-08-14T12:17:02.369Z | Compiling writeable v0.6.1 |
| 1671 | 2026-08-14T12:17:02.419Z | Compiling icu_properties_data v2.0.1 |
| 1672 | 2026-08-14T12:17:02.422Z | Compiling icu_normalizer_data v2.0.0 |
| 1673 | 2026-08-14T12:17:02.456Z | Compiling regex-syntax v0.8.11 |
| 1674 | 2026-08-14T12:17:02.496Z | Compiling form_urlencoded v1.2.2 |
| 1675 | 2026-08-14T12:17:02.561Z | Compiling utf8_iter v1.0.4 |
| 1676 | 2026-08-14T12:17:02.670Z | Compiling scopeguard v1.2.0 |
| 1677 | 2026-08-14T12:17:02.687Z | Compiling num-traits v0.2.19 |
| 1678 | 2026-08-14T12:17:02.700Z | Compiling getrandom v0.4.2 |
| 1679 | 2026-08-14T12:17:02.780Z | Compiling lock_api v0.4.14 |
| 1680 | 2026-08-14T12:17:02.843Z | Compiling aho-corasick v1.1.3 |
| 1681 | 2026-08-14T12:17:03.012Z | Compiling semver v1.0.28 |
| 1682 | 2026-08-14T12:17:03.060Z | Compiling serde_json v1.0.150 |
| 1683 | 2026-08-14T12:17:03.173Z | Compiling indexmap v2.14.0 |
| 1684 | 2026-08-14T12:17:03.287Z | Compiling byteorder v1.5.0 |
| 1685 | 2026-08-14T12:17:03.351Z | Compiling ucd-trie v0.1.7 |
| 1686 | 2026-08-14T12:17:03.363Z | Compiling futures-core v0.3.32 |
| 1687 | 2026-08-14T12:17:03.505Z | Compiling uuid v1.23.3 |
| 1688 | 2026-08-14T12:17:03.505Z | Compiling allocator-api2 v0.2.21 |
| 1689 | 2026-08-14T12:17:03.790Z | Compiling num-conv v0.2.1 |
| 1690 | 2026-08-14T12:17:03.824Z | Compiling time-core v0.1.8 |
| 1691 | 2026-08-14T12:17:03.937Z | Compiling regex-automata v0.4.13 |
| 1692 | 2026-08-14T12:17:03.949Z | Compiling foldhash v0.2.0 |
| 1693 | 2026-08-14T12:17:03.971Z | Compiling ryu v1.0.20 |
| 1694 | 2026-08-14T12:17:03.983Z | Compiling time-macros v0.2.27 |
| 1695 | 2026-08-14T12:17:04.160Z | Compiling hashbrown v0.16.1 |
| 1696 | 2026-08-14T12:17:04.176Z | Compiling futures-sink v0.3.32 |
| 1697 | 2026-08-14T12:17:04.285Z | Compiling pretty-hex v0.4.1 |
| 1698 | 2026-08-14T12:17:04.425Z | Compiling slab v0.4.11 |
| 1699 | 2026-08-14T12:17:04.750Z | Compiling synstructure v0.13.2 |
| 1700 | 2026-08-14T12:17:04.762Z | Compiling serde_derive_internals v0.29.1 |
| 1701 | 2026-08-14T12:17:04.774Z | Compiling plain v0.2.3 |
| 1702 | 2026-08-14T12:17:04.874Z | Compiling strsim v0.11.1 |
| 1703 | 2026-08-14T12:17:04.980Z | Compiling futures-channel v0.3.32 |
| 1704 | 2026-08-14T12:17:05.123Z | Compiling futures-task v0.3.32 |
| 1705 | 2026-08-14T12:17:05.207Z | Compiling futures-io v0.3.32 |
| 1706 | 2026-08-14T12:17:05.229Z | Compiling socket2 v0.6.4 |
| 1707 | 2026-08-14T12:17:05.290Z | Compiling parking_lot_core v0.9.12 |
| 1708 | 2026-08-14T12:17:05.328Z | Compiling signal-hook-registry v1.4.6 |
| 1709 | 2026-08-14T12:17:05.388Z | Compiling thread-id v5.0.0 |
| 1710 | 2026-08-14T12:17:05.476Z | Compiling parking_lot v0.12.5 |
| 1711 | 2026-08-14T12:17:05.546Z | Compiling mio v1.2.1 |
| 1712 | 2026-08-14T12:17:05.673Z | Compiling regex v1.12.4 |
| 1713 | 2026-08-14T12:17:05.704Z | Compiling regress v0.10.5 |
| 1714 | 2026-08-14T12:17:05.707Z | Compiling darling_core v0.21.3 |
| 1715 | 2026-08-14T12:17:05.728Z | Compiling bitflags v2.11.1 |
| 1716 | 2026-08-14T12:17:05.895Z | Compiling base64 v0.22.1 |
| 1717 | 2026-08-14T12:17:05.944Z | Compiling serde_derive v1.0.228 |
| 1718 | 2026-08-14T12:17:05.976Z | Compiling zerofrom-derive v0.1.6 |
| 1719 | 2026-08-14T12:17:06.076Z | Compiling yoke-derive v0.8.0 |
| 1720 | 2026-08-14T12:17:06.155Z | Compiling zerovec-derive v0.11.1 |
| 1721 | 2026-08-14T12:17:06.244Z | Compiling displaydoc v0.2.5 |
| 1722 | 2026-08-14T12:17:06.520Z | Compiling thiserror-impl v2.0.18 |
| 1723 | 2026-08-14T12:17:07.013Z | Compiling schemars_derive v0.8.22 |
| 1724 | 2026-08-14T12:17:07.121Z | Compiling tokio-macros v2.7.0 |
| 1725 | 2026-08-14T12:17:07.197Z | Compiling zerocopy-derive v0.8.27 |
| 1726 | 2026-08-14T12:17:07.255Z | Compiling zeroize_derive v1.4.3 |
| 1727 | 2026-08-14T12:17:07.765Z | Compiling thiserror v2.0.18 |
| 1728 | 2026-08-14T12:17:07.823Z | Compiling futures-macro v0.3.32 |
| 1729 | 2026-08-14T12:17:07.870Z | Compiling zerofrom v0.1.6 |
| 1730 | 2026-08-14T12:17:07.883Z | Compiling thiserror-impl v1.0.69 |
| 1731 | 2026-08-14T12:17:07.943Z | Compiling tracing-attributes v0.1.30 |
| 1732 | 2026-08-14T12:17:07.999Z | Compiling yoke v0.8.0 |
| 1733 | 2026-08-14T12:17:08.196Z | Compiling zerovec v0.11.4 |
| 1734 | 2026-08-14T12:17:08.223Z | Compiling zerotrie v0.2.2 |
| 1735 | 2026-08-14T12:17:08.449Z | Compiling zerocopy v0.8.27 |
| 1736 | 2026-08-14T12:17:08.536Z | Compiling pest v2.8.2 |
| 1737 | 2026-08-14T12:17:08.623Z | Compiling serde v1.0.228 |
| 1738 | 2026-08-14T12:17:09.054Z | Compiling tinystr v0.8.1 |
| 1739 | 2026-08-14T12:17:09.078Z | Compiling bytes v1.12.0 |
| 1740 | 2026-08-14T12:17:09.159Z | Compiling serde_tokenstream v0.2.3 |
| 1741 | 2026-08-14T12:17:09.198Z | Compiling potential_utf v0.1.3 |
| 1742 | 2026-08-14T12:17:09.198Z | Compiling chrono v0.4.45 |
| 1743 | 2026-08-14T12:17:09.260Z | Compiling icu_locale_core v2.0.0 |
| 1744 | 2026-08-14T12:17:09.370Z | Compiling icu_collections v2.0.0 |
| 1745 | 2026-08-14T12:17:09.441Z | Compiling scroll_derive v0.13.1 |
| 1746 | 2026-08-14T12:17:09.555Z | Compiling http v1.4.2 |
| 1747 | 2026-08-14T12:17:09.716Z | Compiling pest_meta v2.8.2 |
| 1748 | 2026-08-14T12:17:09.829Z | Compiling icu_provider v2.0.0 |
| 1749 | 2026-08-14T12:17:09.919Z | Compiling async-trait v0.1.89 |
| 1750 | 2026-08-14T12:17:10.115Z | Compiling icu_normalizer v2.0.0 |
| 1751 | 2026-08-14T12:17:10.143Z | Compiling icu_properties v2.0.1 |
| 1752 | 2026-08-14T12:17:10.325Z | Compiling schemars v0.8.22 |
| 1753 | 2026-08-14T12:17:10.564Z | Compiling pest_generator v2.8.2 |
| 1754 | 2026-08-14T12:17:10.777Z | Compiling scroll v0.13.0 |
| 1755 | 2026-08-14T12:17:10.790Z | Compiling thiserror v1.0.69 |
| 1756 | 2026-08-14T12:17:10.895Z | Compiling tokio v1.52.3 |
| 1757 | 2026-08-14T12:17:10.934Z | Compiling openapiv3 v2.2.0 |
| 1758 | 2026-08-14T12:17:11.049Z | Compiling goblin v0.10.1 |
| 1759 | 2026-08-14T12:17:11.131Z | Compiling idna_adapter v1.2.1 |
| 1760 | 2026-08-14T12:17:11.199Z | Compiling pest_derive v2.8.2 |
| 1761 | 2026-08-14T12:17:11.270Z | Compiling idna v1.1.0 |
| 1762 | 2026-08-14T12:17:11.398Z | Compiling daft-derive v0.1.5 |
| 1763 | 2026-08-14T12:17:11.572Z | Compiling url v2.5.7 |
| 1764 | 2026-08-14T12:17:11.768Z | Compiling dtrace-parser v0.3.0 |
| 1765 | 2026-08-14T12:17:12.166Z | Compiling typify-impl v0.4.3 |
| 1766 | 2026-08-14T12:17:12.238Z | Compiling darling_macro v0.21.3 |
| 1767 | 2026-08-14T12:17:12.461Z | Compiling serde_yaml v0.9.34+deprecated |
| 1768 | 2026-08-14T12:17:12.556Z | Compiling http-body v1.0.1 |
| 1769 | 2026-08-14T12:17:12.651Z | Compiling ppv-lite86 v0.2.21 |
| 1770 | 2026-08-14T12:17:12.714Z | Compiling erased-serde v0.3.31 |
| 1771 | 2026-08-14T12:17:12.827Z | Compiling darling v0.21.3 |
| 1772 | 2026-08-14T12:17:12.912Z | Compiling openssl-macros v0.1.1 |
| 1773 | 2026-08-14T12:17:12.974Z | Compiling getrandom v0.2.16 |
| 1774 | 2026-08-14T12:17:13.210Z | Compiling ipnet v2.11.0 |
| 1775 | 2026-08-14T12:17:13.389Z | Compiling atomic-waker v1.1.2 |
| 1776 | 2026-08-14T12:17:13.576Z | Compiling httparse v1.10.1 |
| 1777 | 2026-08-14T12:17:13.702Z | Compiling tower-service v0.3.3 |
| 1778 | 2026-08-14T12:17:13.754Z | Compiling dof v0.4.0 |
| 1779 | 2026-08-14T12:17:13.803Z | Compiling tower-layer v0.3.3 |
| 1780 | 2026-08-14T12:17:13.891Z | Compiling untrusted v0.9.0 |
| 1781 | 2026-08-14T12:17:13.968Z | Compiling anyhow v1.0.102 |
| 1782 | 2026-08-14T12:17:14.018Z | Compiling try-lock v0.2.5 |
| 1783 | 2026-08-14T12:17:14.132Z | Compiling want v0.3.1 |
| 1784 | 2026-08-14T12:17:14.311Z | Compiling usdt-impl v0.6.0 |
| 1785 | 2026-08-14T12:17:14.349Z | Compiling syn v1.0.109 |
| 1786 | 2026-08-14T12:17:14.362Z | Compiling zeroize v1.8.1 |
| 1787 | 2026-08-14T12:17:14.520Z | Compiling httpdate v1.0.3 |
| 1788 | 2026-08-14T12:17:14.767Z | Compiling portable-atomic v1.11.1 |
| 1789 | 2026-08-14T12:17:15.193Z | Compiling async-stream-impl v0.3.6 |
| 1790 | 2026-08-14T12:17:15.338Z | Compiling structmeta-derive v0.3.0 |
| 1791 | 2026-08-14T12:17:15.631Z | Compiling critical-section v1.2.0 |
| 1792 | 2026-08-14T12:17:15.751Z | Compiling once_cell v1.21.3 |
| 1793 | 2026-08-14T12:17:15.800Z | Compiling usdt-macro v0.6.0 |
| 1794 | 2026-08-14T12:17:15.875Z | Compiling usdt-attr-macro v0.6.0 |
| 1795 | 2026-08-14T12:17:16.296Z | Compiling newtype-uuid-macros v0.1.0 |
| 1796 | 2026-08-14T12:17:16.414Z | Compiling structmeta v0.3.0 |
| 1797 | 2026-08-14T12:17:16.507Z | Compiling strum_macros v0.26.4 |
| 1798 | 2026-08-14T12:17:16.961Z | Compiling powerfmt v0.2.0 |
| 1799 | 2026-08-14T12:17:17.127Z | Compiling deranged v0.5.3 |
| 1800 | 2026-08-14T12:17:17.210Z | Compiling num_threads v0.1.7 |
| 1801 | 2026-08-14T12:17:17.760Z | Compiling http-body-util v0.1.3 |
| 1802 | 2026-08-14T12:17:17.819Z | Compiling omicron-workspace-hack v0.1.0 |
| 1803 | 2026-08-14T12:17:17.927Z | Compiling dropshot_endpoint v0.16.7 |
| 1804 | 2026-08-14T12:17:17.998Z | Compiling serde_urlencoded v0.7.1 |
| 1805 | 2026-08-14T12:17:18.043Z | Compiling ref-cast-impl v1.0.25 |
| 1806 | 2026-08-14T12:17:18.200Z | Compiling derive-ex v0.1.8 |
| 1807 | 2026-08-14T12:17:18.213Z | Compiling strum_macros v0.27.2 |
| 1808 | 2026-08-14T12:17:18.247Z | Compiling sync_wrapper v1.0.2 |
| 1809 | 2026-08-14T12:17:18.368Z | Compiling typify-macro v0.4.3 |
| 1810 | 2026-08-14T12:17:18.394Z | Compiling serde_with_macros v3.14.1 |
| 1811 | 2026-08-14T12:17:18.455Z | Compiling subtle v2.6.1 |
| 1812 | 2026-08-14T12:17:18.653Z | Compiling thread_local v1.1.9 |
| 1813 | 2026-08-14T12:17:18.921Z | Compiling iri-string v0.7.8 |
| 1814 | 2026-08-14T12:17:19.011Z | Compiling futures-util v0.3.32 |
| 1815 | 2026-08-14T12:17:19.523Z | Compiling match_cfg v0.1.0 |
| 1816 | 2026-08-14T12:17:19.598Z | Compiling rand_core v0.6.4 |
| 1817 | 2026-08-14T12:17:19.674Z | Compiling term v1.2.0 |
| 1818 | 2026-08-14T12:17:19.774Z | Compiling test-strategy v0.4.3 |
| 1819 | 2026-08-14T12:17:19.831Z | Compiling take_mut v0.2.2 |
| 1820 | 2026-08-14T12:17:19.946Z | Compiling typenum v1.20.1 |
| 1821 | 2026-08-14T12:17:20.448Z | Compiling typify v0.4.3 |
| 1822 | 2026-08-14T12:17:20.483Z | Compiling parse-display-derive v0.10.0 |
| 1823 | 2026-08-14T12:17:20.545Z | Compiling progenitor-impl v0.11.1 |
| 1824 | 2026-08-14T12:17:20.568Z | Compiling tracing-core v0.1.34 |
| 1825 | 2026-08-14T12:17:20.608Z | Compiling toml_datetime v0.6.11 |
| 1826 | 2026-08-14T12:17:20.785Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1827 | 2026-08-14T12:17:20.893Z | Compiling camino v1.2.3 |
| 1828 | 2026-08-14T12:17:21.117Z | Compiling tracing v0.1.41 |
| 1829 | 2026-08-14T12:17:21.288Z | Compiling clap_derive v4.6.1 |
| 1830 | 2026-08-14T12:17:21.353Z | Compiling encoding_rs v0.8.35 |
| 1831 | 2026-08-14T12:17:21.405Z | Compiling cpufeatures v0.2.17 |
| 1832 | 2026-08-14T12:17:21.482Z | Compiling mime v0.3.17 |
| 1833 | 2026-08-14T12:17:21.504Z | Compiling fastrand v2.3.0 |
| 1834 | 2026-08-14T12:17:21.758Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1835 | 2026-08-14T12:17:22.174Z | Compiling unicode-width v0.2.1 |
| 1836 | 2026-08-14T12:17:22.643Z | Compiling errno v0.3.14 |
| 1837 | 2026-08-14T12:17:22.658Z | Compiling hex v0.4.3 |
| 1838 | 2026-08-14T12:17:22.800Z | Compiling generic-array v0.14.7 |
| 1839 | 2026-08-14T12:17:22.926Z | Compiling ipnetwork v0.21.1 |
| 1840 | 2026-08-14T12:17:23.018Z | Compiling crossbeam-utils v0.8.21 |
| 1841 | 2026-08-14T12:17:23.060Z | Compiling tokio-util v0.7.16 |
| 1842 | 2026-08-14T12:17:23.302Z | Compiling slog v2.8.2 |
| 1843 | 2026-08-14T12:17:23.530Z | Compiling rustix v1.1.4 |
| 1844 | 2026-08-14T12:17:23.649Z | Compiling getrandom v0.3.3 |
| 1845 | 2026-08-14T12:17:23.704Z | Compiling winnow v0.7.14 |
| 1846 | 2026-08-14T12:17:23.772Z | Compiling h2 v0.4.14 |
| 1847 | 2026-08-14T12:17:23.832Z | Compiling rand_core v0.9.3 |
| 1848 | 2026-08-14T12:17:23.844Z | Compiling crypto-common v0.1.6 |
| 1849 | 2026-08-14T12:17:23.978Z | Compiling oxnet v0.1.6 |
| 1850 | 2026-08-14T12:17:24.025Z | Compiling progenitor-macro v0.11.1 |
| 1851 | 2026-08-14T12:17:24.052Z | Compiling itertools v0.14.0 |
| 1852 | 2026-08-14T12:17:24.724Z | Compiling winnow v1.0.3 |
| 1853 | 2026-08-14T12:17:24.963Z | Compiling num-derive v0.4.2 |
| 1854 | 2026-08-14T12:17:25.082Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1855 | 2026-08-14T12:17:25.187Z | Compiling serde_spanned v1.1.1 |
| 1856 | 2026-08-14T12:17:25.359Z | Compiling socket2 v0.5.10 |
| 1857 | 2026-08-14T12:17:25.401Z | Compiling debug-ignore v1.0.5 |
| 1858 | 2026-08-14T12:17:25.635Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1859 | 2026-08-14T12:17:25.813Z | Compiling spin v0.9.8 |
| 1860 | 2026-08-14T12:17:25.864Z | Compiling rand_chacha v0.9.0 |
| 1861 | 2026-08-14T12:17:25.937Z | Compiling hyper v1.10.1 |
| 1862 | 2026-08-14T12:17:25.990Z | Compiling rustls-pki-types v1.12.0 |
| 1863 | 2026-08-14T12:17:26.077Z | Compiling quick-error v1.2.3 |
| 1864 | 2026-08-14T12:17:26.194Z | Compiling rand v0.9.3 |
| 1865 | 2026-08-14T12:17:26.361Z | Compiling tabwriter v1.4.1 |
| 1866 | 2026-08-14T12:17:26.489Z | Compiling async-stream v0.3.6 |
| 1867 | 2026-08-14T12:17:26.616Z | Compiling waitgroup v0.1.2 |
| 1868 | 2026-08-14T12:17:26.669Z | Compiling serde_path_to_error v0.1.20 |
| 1869 | 2026-08-14T12:17:26.689Z | Compiling bit-vec v0.8.0 |
| 1870 | 2026-08-14T12:17:26.764Z | Compiling lazy_static v1.5.0 |
| 1871 | 2026-08-14T12:17:26.805Z | Compiling colored v3.1.1 |
| 1872 | 2026-08-14T12:17:26.870Z | Compiling bit-set v0.8.0 |
| 1873 | 2026-08-14T12:17:26.931Z | Compiling strum v0.26.3 |
| 1874 | 2026-08-14T12:17:26.977Z | Compiling time v0.3.47 |
| 1875 | 2026-08-14T12:17:27.025Z | Compiling ring v0.17.14 |
| 1876 | 2026-08-14T12:17:27.038Z | Compiling hyper-util v0.1.20 |
| 1877 | 2026-08-14T12:17:27.200Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1878 | 2026-08-14T12:17:27.620Z | Compiling anstyle v1.0.14 |
| 1879 | 2026-08-14T12:17:27.715Z | Compiling unarray v0.1.4 |
| 1880 | 2026-08-14T12:17:27.833Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1881 | 2026-08-14T12:17:27.848Z | Compiling crossbeam-channel v0.5.15 |
| 1882 | 2026-08-14T12:17:28.316Z | Compiling macaddr v1.0.1 |
| 1883 | 2026-08-14T12:17:28.554Z | Compiling utf8parse v0.2.2 |
| 1884 | 2026-08-14T12:17:28.559Z | Compiling block-buffer v0.10.4 |
| 1885 | 2026-08-14T12:17:28.627Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1886 | 2026-08-14T12:17:28.665Z | Compiling anstyle-parse v1.0.0 |
| 1887 | 2026-08-14T12:17:28.677Z | Compiling ref-cast v1.0.25 |
| 1888 | 2026-08-14T12:17:28.703Z | Compiling colorchoice v1.0.4 |
| 1889 | 2026-08-14T12:17:28.715Z | Compiling anstyle-query v1.1.4 |
| 1890 | 2026-08-14T12:17:28.778Z | Compiling is_terminal_polyfill v1.70.1 |
| 1891 | 2026-08-14T12:17:28.816Z | Compiling digest v0.10.7 |
| 1892 | 2026-08-14T12:17:28.827Z | Compiling strum v0.27.2 |
| 1893 | 2026-08-14T12:17:28.827Z | Compiling is-terminal v0.4.16 |
| 1894 | 2026-08-14T12:17:28.851Z | Compiling anstream v1.0.0 |
| 1895 | 2026-08-14T12:17:28.874Z | Compiling clap_lex v1.1.0 |
| 1896 | 2026-08-14T12:17:28.933Z | Compiling slog-term v2.9.2 |
| 1897 | 2026-08-14T12:17:28.953Z | Compiling slog-async v2.8.0 |
| 1898 | 2026-08-14T12:17:29.036Z | Compiling slog-json v2.6.1 |
| 1899 | 2026-08-14T12:17:29.120Z | Compiling hostname v0.3.1 |
| 1900 | 2026-08-14T12:17:29.230Z | Compiling slog-bunyan v2.5.0 |
| 1901 | 2026-08-14T12:17:29.264Z | Compiling futures-executor v0.3.32 |
| 1902 | 2026-08-14T12:17:29.277Z | Compiling tower v0.5.2 |
| 1903 | 2026-08-14T12:17:29.363Z | Compiling instant v0.1.13 |
| 1904 | 2026-08-14T12:17:29.537Z | Compiling futures v0.3.32 |
| 1905 | 2026-08-14T12:17:29.541Z | Compiling aws-lc-sys v0.39.1 |
| 1906 | 2026-08-14T12:17:29.620Z | Compiling untrusted v0.7.1 |
| 1907 | 2026-08-14T12:17:29.664Z | Compiling tower-http v0.6.8 |
| 1908 | 2026-08-14T12:17:29.748Z | Compiling openssl-sys v0.9.117 |
| 1909 | 2026-08-14T12:17:30.078Z | Compiling aws-lc-rs v1.16.2 |
| 1910 | 2026-08-14T12:17:30.200Z | Compiling memmap2 v0.9.8 |
| 1911 | 2026-08-14T12:17:30.843Z | Compiling foreign-types-shared v0.1.1 |
| 1912 | 2026-08-14T12:17:31.173Z | Compiling rustls-webpki v0.103.6 |
| 1913 | 2026-08-14T12:17:31.354Z | Compiling foreign-types v0.3.2 |
| 1914 | 2026-08-14T12:17:31.654Z | Compiling rustls v0.23.40 |
| 1915 | 2026-08-14T12:17:31.754Z | Compiling tempfile v3.27.0 |
| 1916 | 2026-08-14T12:17:32.112Z | Compiling openssl-probe v0.1.6 |
| 1917 | 2026-08-14T12:17:32.453Z | Compiling openssl v0.10.81 |
| 1918 | 2026-08-14T12:17:32.699Z | Compiling either v1.15.0 |
| 1919 | 2026-08-14T12:17:32.911Z | Compiling usdt v0.6.0 |
| 1920 | 2026-08-14T12:17:33.225Z | Compiling webpki-roots v1.0.2 |
| 1921 | 2026-08-14T12:17:33.561Z | Compiling newtype-uuid v1.3.2 |
| 1922 | 2026-08-14T12:17:33.899Z | Compiling daft v0.1.5 |
| 1923 | 2026-08-14T12:17:36.612Z | Compiling tokio-rustls v0.26.4 |
| 1924 | 2026-08-14T12:17:36.633Z | Compiling native-tls v0.2.14 |
| 1925 | 2026-08-14T12:17:36.633Z | Compiling hyper-rustls v0.27.7 |
| 1926 | 2026-08-14T12:17:36.633Z | Compiling tokio-native-tls v0.3.1 |
| 1927 | 2026-08-14T12:17:36.633Z | Compiling hyper-tls v0.6.0 |
| 1928 | 2026-08-14T12:17:36.633Z | Compiling reqwest v0.12.23 |
| 1929 | 2026-08-14T12:17:36.633Z | Compiling rustls-webpki v0.102.8 |
| 1930 | 2026-08-14T12:17:36.633Z | Compiling rustls-pemfile v2.2.0 |
| 1931 | 2026-08-14T12:17:36.670Z | Compiling multer v3.1.0 |
| 1932 | 2026-08-14T12:17:37.056Z | Compiling hostname v0.4.2 |
| 1933 | 2026-08-14T12:17:37.205Z | Compiling rustls v0.22.4 |
| 1934 | 2026-08-14T12:17:37.338Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1935 | 2026-08-14T12:17:37.912Z | Compiling terminal_size v0.4.3 |
| 1936 | 2026-08-14T12:17:38.057Z | Compiling rand_chacha v0.3.1 |
| 1937 | 2026-08-14T12:17:38.160Z | Compiling wait-timeout v0.2.1 |
| 1938 | 2026-08-14T12:17:38.908Z | Compiling rusty-fork v0.3.0 |
| 1939 | 2026-08-14T12:17:39.002Z | Compiling tokio-rustls v0.25.0 |
| 1940 | 2026-08-14T12:17:39.014Z | Compiling rand v0.8.5 |
| 1941 | 2026-08-14T12:17:40.086Z | Compiling sha1 v0.10.6 |
| 1942 | 2026-08-14T12:17:40.206Z | Compiling rand_xorshift v0.4.0 |
| 1943 | 2026-08-14T12:17:40.789Z | Compiling hubpack_derive v0.1.1 |
| 1944 | 2026-08-14T12:17:41.429Z | Compiling proptest v1.8.0 |
| 1945 | 2026-08-14T12:17:41.479Z | Compiling dropshot v0.16.7 |
| 1946 | 2026-08-14T12:17:41.533Z | Compiling clap_builder v4.6.0 |
| 1947 | 2026-08-14T12:17:42.923Z | Compiling serde_spanned v0.6.9 |
| 1948 | 2026-08-14T12:17:43.380Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1949 | 2026-08-14T12:17:43.510Z | Compiling clap v4.6.1 |
| 1950 | 2026-08-14T12:17:43.624Z | Compiling prettyplease v0.2.37 |
| 1951 | 2026-08-14T12:17:44.971Z | Compiling progenitor-client v0.10.0 |
| 1952 | 2026-08-14T12:17:45.003Z | Compiling progenitor-client v0.11.1 |
| 1953 | 2026-08-14T12:17:45.235Z | Compiling serde_with v3.14.1 |
| 1954 | 2026-08-14T12:17:45.905Z | Compiling progenitor v0.11.1 |
| 1955 | 2026-08-14T12:17:46.903Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1956 | 2026-08-14T12:17:46.974Z | Compiling rustc-hash v2.1.1 |
| 1957 | 2026-08-14T12:17:47.236Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1958 | 2026-08-14T12:17:47.269Z | Compiling iddqd v0.3.18 |
| 1959 | 2026-08-14T12:17:48.265Z | Compiling backoff v0.4.0 |
| 1960 | 2026-08-14T12:17:48.412Z | Compiling parse-display v0.10.0 |
| 1961 | 2026-08-14T12:17:48.446Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1962 | 2026-08-14T12:17:48.479Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1963 | 2026-08-14T12:17:48.607Z | Compiling winnow v0.5.40 |
| 1964 | 2026-08-14T12:17:48.672Z | Compiling toml_write v0.1.2 |
| 1965 | 2026-08-14T12:17:48.873Z | Compiling toml_edit v0.22.27 |
| 1966 | 2026-08-14T12:17:50.179Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1967 | 2026-08-14T12:17:50.331Z | Compiling num-integer v0.1.46 |
| 1968 | 2026-08-14T12:17:50.713Z | Compiling float-ord v0.3.2 |
| 1969 | 2026-08-14T12:17:50.889Z | Compiling toml v0.8.23 |
| 1970 | 2026-08-14T12:17:54.450Z | Compiling num-rational v0.4.2 |
| 1971 | 2026-08-14T12:17:54.878Z | Compiling num-iter v0.1.45 |
| 1972 | 2026-08-14T12:17:55.100Z | Compiling num-complex v0.4.6 |
| 1973 | 2026-08-14T12:17:55.466Z | Compiling num v0.4.3 |
| 1974 | 2026-08-14T12:17:56.074Z | Compiling toml_edit v0.19.15 |
| 1975 | 2026-08-14T12:17:57.549Z | Compiling proc-macro-crate v1.3.1 |
| 1976 | 2026-08-14T12:17:59.371Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1977 | 2026-08-14T12:17:59.796Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1978 | 2026-08-14T12:18:00.231Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1979 | 2026-08-14T12:18:00.806Z | Compiling memoffset v0.9.1 |
| 1980 | 2026-08-14T12:18:00.810Z | Compiling zerocopy-derive v0.7.35 |
| 1981 | 2026-08-14T12:18:01.703Z | Compiling libscf-sys v1.2.0 |
| 1982 | 2026-08-14T12:18:01.853Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1983 | 2026-08-14T12:18:01.891Z | Compiling ingot-macros v0.1.1 |
| 1984 | 2026-08-14T12:18:03.373Z | Compiling scroll_derive v0.12.1 |
| 1985 | 2026-08-14T12:18:03.509Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1986 | 2026-08-14T12:18:04.443Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1987 | 2026-08-14T12:18:06.527Z | Compiling zerocopy v0.7.35 |
| 1988 | 2026-08-14T12:18:06.834Z | Compiling num_enum_derive v0.7.5 |
| 1989 | 2026-08-14T12:18:07.087Z | Compiling hubpack v0.1.2 |
| 1990 | 2026-08-14T12:18:07.150Z | Compiling foreign-types-macros v0.2.3 |
| 1991 | 2026-08-14T12:18:07.467Z | Compiling static_assertions v1.1.0 |
| 1992 | 2026-08-14T12:18:07.983Z | Compiling glob v0.3.3 |
| 1993 | 2026-08-14T12:18:08.016Z | Compiling proc-macro-error-attr v1.0.4 |
| 1994 | 2026-08-14T12:18:08.219Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1995 | 2026-08-14T12:18:08.382Z | Compiling dtrace-parser v0.2.0 |
| 1996 | 2026-08-14T12:18:08.449Z | Compiling bytecount v0.6.9 |
| 1997 | 2026-08-14T12:18:08.723Z | Compiling proc-macro-error v1.0.4 |
| 1998 | 2026-08-14T12:18:08.736Z | Compiling dof v0.3.0 |
| 1999 | 2026-08-14T12:18:09.302Z | Compiling num_enum_derive v0.5.11 |
| 2000 | 2026-08-14T12:18:10.889Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2001 | 2026-08-14T12:18:10.998Z | Compiling thread-id v4.2.2 |
| 2002 | 2026-08-14T12:18:11.090Z | Compiling usdt-impl v0.5.0 |
| 2003 | 2026-08-14T12:18:11.677Z | Compiling derive_more v0.99.20 |
| 2004 | 2026-08-14T12:18:11.893Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2005 | 2026-08-14T12:18:12.068Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2006 | 2026-08-14T12:18:12.970Z | Compiling minimal-lexical v0.2.1 |
| 2007 | 2026-08-14T12:18:13.087Z | Compiling usdt-attr-macro v0.5.0 |
| 2008 | 2026-08-14T12:18:13.237Z | Compiling nom v7.1.3 |
| 2009 | 2026-08-14T12:18:13.550Z | Compiling usdt-macro v0.5.0 |
| 2010 | 2026-08-14T12:18:13.562Z | Compiling zone_cfg_derive v0.3.1 |
| 2011 | 2026-08-14T12:18:13.898Z | Compiling papergrid v0.18.0 |
| 2012 | 2026-08-14T12:18:13.912Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2013 | 2026-08-14T12:18:14.269Z | Compiling rustc_version v0.4.1 |
| 2014 | 2026-08-14T12:18:14.336Z | Compiling nix v0.31.3 |
| 2015 | 2026-08-14T12:18:14.486Z | Compiling itertools v0.15.0 |
| 2016 | 2026-08-14T12:18:14.542Z | Compiling crossbeam-epoch v0.9.18 |
| 2017 | 2026-08-14T12:18:14.555Z | Compiling dropshot_endpoint v0.17.1 |
| 2018 | 2026-08-14T12:18:14.583Z | Compiling adler2 v2.0.1 |
| 2019 | 2026-08-14T12:18:14.890Z | Compiling tabled v0.21.0 |
| 2020 | 2026-08-14T12:18:14.903Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2021 | 2026-08-14T12:18:15.161Z | Compiling miniz_oxide v0.8.9 |
| 2022 | 2026-08-14T12:18:15.475Z | Compiling crc32fast v1.5.0 |
| 2023 | 2026-08-14T12:18:15.773Z | Compiling enum-as-inner v0.6.1 |
| 2024 | 2026-08-14T12:18:15.883Z | Compiling regress v0.11.1 |
| 2025 | 2026-08-14T12:18:15.967Z | Compiling flate2 v1.1.2 |
| 2026 | 2026-08-14T12:18:15.979Z | Compiling curve25519-dalek v4.1.3 |
| 2027 | 2026-08-14T12:18:16.276Z | Compiling hybrid-array v0.4.12 |
| 2028 | 2026-08-14T12:18:16.386Z | Compiling crossbeam-deque v0.8.6 |
| 2029 | 2026-08-14T12:18:16.400Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2030 | 2026-08-14T12:18:16.451Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2031 | 2026-08-14T12:18:16.578Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2032 | 2026-08-14T12:18:16.647Z | Compiling rayon-core v1.13.0 |
| 2033 | 2026-08-14T12:18:16.759Z | Compiling block-buffer v0.12.0 |
| 2034 | 2026-08-14T12:18:16.925Z | Compiling crypto-common v0.2.2 |
| 2035 | 2026-08-14T12:18:17.170Z | Compiling clang-sys v1.8.1 |
| 2036 | 2026-08-14T12:18:17.412Z | Compiling const-oid v0.10.2 |
| 2037 | 2026-08-14T12:18:17.518Z | Compiling typify-impl v0.6.2 |
| 2038 | 2026-08-14T12:18:17.571Z | Compiling compression-core v0.4.32 |
| 2039 | 2026-08-14T12:18:17.638Z | Compiling digest v0.11.3 |
| 2040 | 2026-08-14T12:18:17.740Z | Compiling compression-codecs v0.4.32 |
| 2041 | 2026-08-14T12:18:17.831Z | Compiling scroll v0.12.0 |
| 2042 | 2026-08-14T12:18:18.022Z | Compiling hash32 v0.3.1 |
| 2043 | 2026-08-14T12:18:18.041Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2044 | 2026-08-14T12:18:18.113Z | Compiling cpufeatures v0.3.0 |
| 2045 | 2026-08-14T12:18:18.177Z | Compiling sha1 v0.11.0 |
| 2046 | 2026-08-14T12:18:18.180Z | Compiling heapless v0.8.0 |
| 2047 | 2026-08-14T12:18:18.180Z | Compiling goblin v0.8.2 |
| 2048 | 2026-08-14T12:18:18.211Z | Compiling async-compression v0.4.33 |
| 2049 | 2026-08-14T12:18:18.374Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2050 | 2026-08-14T12:18:18.449Z | Compiling ingot-types v0.1.2 |
| 2051 | 2026-08-14T12:18:18.630Z | Compiling cobs v0.3.0 |
| 2052 | 2026-08-14T12:18:18.682Z | Compiling libloading v0.8.9 |
| 2053 | 2026-08-14T12:18:18.836Z | Compiling bitflags v1.3.2 |
| 2054 | 2026-08-14T12:18:18.848Z | Compiling foreign-types-shared v0.3.1 |
| 2055 | 2026-08-14T12:18:18.881Z | Compiling managed v0.8.0 |
| 2056 | 2026-08-14T12:18:18.917Z | Compiling foreign-types v0.5.0 |
| 2057 | 2026-08-14T12:18:18.944Z | Compiling bindgen v0.72.1 |
| 2058 | 2026-08-14T12:18:19.006Z | Compiling ingot v0.1.1 |
| 2059 | 2026-08-14T12:18:19.109Z | Compiling smoltcp v0.11.0 |
| 2060 | 2026-08-14T12:18:19.896Z | Compiling dropshot v0.17.1 |
| 2061 | 2026-08-14T12:18:19.954Z | Compiling postcard v1.1.3 |
| 2062 | 2026-08-14T12:18:20.763Z | Compiling cexpr v0.6.0 |
| 2063 | 2026-08-14T12:18:21.065Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2064 | 2026-08-14T12:18:21.367Z | Compiling num_enum v0.7.5 |
| 2065 | 2026-08-14T12:18:21.468Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2066 | 2026-08-14T12:18:21.732Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2067 | 2026-08-14T12:18:21.853Z | Compiling camino-tempfile v1.4.1 |
| 2068 | 2026-08-14T12:18:21.907Z | Compiling derive-where v1.6.0 |
| 2069 | 2026-08-14T12:18:21.969Z | Compiling serde_repr v0.1.20 |
| 2070 | 2026-08-14T12:18:22.067Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2071 | 2026-08-14T12:18:22.190Z | Compiling cstr-argument v0.1.2 |
| 2072 | 2026-08-14T12:18:22.360Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2073 | 2026-08-14T12:18:22.372Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2074 | 2026-08-14T12:18:23.289Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2075 | 2026-08-14T12:18:23.482Z | Compiling rayon v1.11.0 |
| 2076 | 2026-08-14T12:18:23.530Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2077 | 2026-08-14T12:18:23.660Z | Compiling crucible-workspace-hack v0.1.0 |
| 2078 | 2026-08-14T12:18:23.761Z | Compiling typify-macro v0.6.2 |
| 2079 | 2026-08-14T12:18:24.584Z | Compiling memmap v0.7.0 |
| 2080 | 2026-08-14T12:18:24.665Z | Compiling tinyvec_macros v0.1.1 |
| 2081 | 2026-08-14T12:18:24.780Z | Compiling tinyvec v1.10.0 |
| 2082 | 2026-08-14T12:18:24.928Z | Compiling usdt v0.5.0 |
| 2083 | 2026-08-14T12:18:25.931Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2084 | 2026-08-14T12:18:25.976Z | Compiling num_enum v0.5.11 |
| 2085 | 2026-08-14T12:18:25.976Z | Compiling typify v0.6.2 |
| 2086 | 2026-08-14T12:18:26.042Z | Compiling pin-project-internal v1.1.10 |
| 2087 | 2026-08-14T12:18:27.000Z | Compiling progenitor-impl v0.14.0 |
| 2088 | 2026-08-14T12:18:27.061Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2089 | 2026-08-14T12:18:27.090Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2090 | 2026-08-14T12:18:27.127Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2091 | 2026-08-14T12:18:27.152Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2092 | 2026-08-14T12:18:27.519Z | Compiling rustix v0.38.44 |
| 2093 | 2026-08-14T12:18:27.905Z | Compiling itertools v0.12.1 |
| 2094 | 2026-08-14T12:18:27.957Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2095 | 2026-08-14T12:18:28.128Z | Compiling progenitor-impl v0.10.0 |
| 2096 | 2026-08-14T12:18:28.293Z | Compiling sigpipe v0.1.3 |
| 2097 | 2026-08-14T12:18:28.354Z | Compiling jiff v0.2.15 |
| 2098 | 2026-08-14T12:18:28.388Z | Compiling const_format_proc_macros v0.2.34 |
| 2099 | 2026-08-14T12:18:28.861Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2100 | 2026-08-14T12:18:29.117Z | Compiling zone v0.3.1 |
| 2101 | 2026-08-14T12:18:29.120Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2102 | 2026-08-14T12:18:30.564Z | Compiling progenitor-macro v0.14.0 |
| 2103 | 2026-08-14T12:18:30.616Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2104 | 2026-08-14T12:18:30.821Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2105 | 2026-08-14T12:18:30.903Z | Compiling nix v0.30.1 |
| 2106 | 2026-08-14T12:18:31.346Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2107 | 2026-08-14T12:18:31.454Z | Compiling snafu-derive v0.8.9 |
| 2108 | 2026-08-14T12:18:31.598Z | Compiling progenitor-macro v0.10.0 |
| 2109 | 2026-08-14T12:18:32.072Z | Compiling secrecy v0.10.3 |
| 2110 | 2026-08-14T12:18:32.107Z | Compiling smf v0.2.3 |
| 2111 | 2026-08-14T12:18:32.207Z | Compiling async-recursion v1.1.1 |
| 2112 | 2026-08-14T12:18:32.331Z | Compiling bstr v1.12.0 |
| 2113 | 2026-08-14T12:18:32.831Z | Compiling whoami v1.6.1 |
| 2114 | 2026-08-14T12:18:33.138Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-08-14T12:18:33.919Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2116 | 2026-08-14T12:18:34.589Z | Compiling hmac v0.12.1 |
| 2117 | 2026-08-14T12:18:34.908Z | Compiling inout v0.1.4 |
| 2118 | 2026-08-14T12:18:35.017Z | Compiling ff v0.13.1 |
| 2119 | 2026-08-14T12:18:35.162Z | Compiling crc8 v0.1.1 |
| 2120 | 2026-08-14T12:18:35.331Z | Compiling data-encoding v2.9.0 |
| 2121 | 2026-08-14T12:18:35.574Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2122 | 2026-08-14T12:18:35.733Z | Compiling group v0.13.0 |
| 2123 | 2026-08-14T12:18:36.280Z | Compiling cipher v0.4.4 |
| 2124 | 2026-08-14T12:18:36.513Z | Compiling hkdf v0.12.4 |
| 2125 | 2026-08-14T12:18:36.676Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2126 | 2026-08-14T12:18:36.728Z | Compiling atomicwrites v0.4.4 |
| 2127 | 2026-08-14T12:18:36.920Z | Compiling tokio-dtrace v0.1.1 |
| 2128 | 2026-08-14T12:18:37.207Z | Compiling tabled_derive v0.7.0 |
| 2129 | 2026-08-14T12:18:37.527Z | Compiling reqwest v0.13.2 |
| 2130 | 2026-08-14T12:18:37.541Z | Compiling universal-hash v0.5.1 |
| 2131 | 2026-08-14T12:18:37.687Z | Compiling crypto-bigint v0.5.5 |
| 2132 | 2026-08-14T12:18:37.845Z | Compiling half v2.7.1 |
| 2133 | 2026-08-14T12:18:38.158Z | Compiling indent_write v2.2.0 |
| 2134 | 2026-08-14T12:18:38.170Z | Compiling base64ct v1.8.0 |
| 2135 | 2026-08-14T12:18:38.320Z | Compiling base16ct v0.2.0 |
| 2136 | 2026-08-14T12:18:38.476Z | Compiling ciborium-io v0.2.2 |
| 2137 | 2026-08-14T12:18:38.480Z | Compiling opaque-debug v0.3.1 |
| 2138 | 2026-08-14T12:18:38.570Z | Compiling ciborium-ll v0.2.2 |
| 2139 | 2026-08-14T12:18:38.583Z | Compiling poly1305 v0.8.0 |
| 2140 | 2026-08-14T12:18:38.777Z | Compiling elliptic-curve v0.13.8 |
| 2141 | 2026-08-14T12:18:38.804Z | Compiling progenitor-client v0.14.0 |
| 2142 | 2026-08-14T12:18:38.953Z | Compiling password-hash v0.5.0 |
| 2143 | 2026-08-14T12:18:39.453Z | Compiling oxide-tokio-rt v0.1.2 |
| 2144 | 2026-08-14T12:18:39.662Z | Compiling chacha20 v0.9.1 |
| 2145 | 2026-08-14T12:18:39.951Z | Compiling similar v2.7.0 |
| 2146 | 2026-08-14T12:18:39.964Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2147 | 2026-08-14T12:18:40.079Z | Compiling thiserror-no-std v2.0.2 |
| 2148 | 2026-08-14T12:18:41.342Z | Compiling blake2 v0.10.6 |
| 2149 | 2026-08-14T12:18:41.666Z | Compiling aead v0.5.2 |
| 2150 | 2026-08-14T12:18:41.710Z | Compiling strum_macros v0.28.0 |
| 2151 | 2026-08-14T12:18:41.833Z | Compiling resolv-conf v0.7.5 |
| 2152 | 2026-08-14T12:18:41.926Z | Compiling keccak v0.1.6 |
| 2153 | 2026-08-14T12:18:42.201Z | Compiling linked-hash-map v0.5.6 |
| 2154 | 2026-08-14T12:18:42.392Z | Compiling lru-cache v0.1.2 |
| 2155 | 2026-08-14T12:18:42.526Z | Compiling sha3 v0.10.8 |
| 2156 | 2026-08-14T12:18:42.709Z | Compiling chacha20poly1305 v0.10.1 |
| 2157 | 2026-08-14T12:18:42.774Z | Compiling argon2 v0.5.3 |
| 2158 | 2026-08-14T12:18:42.829Z | Compiling progenitor v0.14.0 |
| 2159 | 2026-08-14T12:18:42.846Z | Compiling vsss-rs v3.3.4 |
| 2160 | 2026-08-14T12:18:42.940Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2161 | 2026-08-14T12:18:43.078Z | Compiling ciborium v0.2.2 |
| 2162 | 2026-08-14T12:18:43.199Z | Compiling hickory-proto v0.24.4 |
| 2163 | 2026-08-14T12:18:43.565Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2164 | 2026-08-14T12:18:43.657Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2165 | 2026-08-14T12:18:44.081Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2166 | 2026-08-14T12:18:44.137Z | Compiling serde-big-array v0.5.1 |
| 2167 | 2026-08-14T12:18:44.165Z | Compiling same-file v1.0.6 |
| 2168 | 2026-08-14T12:18:44.211Z | Compiling siphasher v1.0.1 |
| 2169 | 2026-08-14T12:18:44.284Z | Compiling unicode-segmentation v1.12.0 |
| 2170 | 2026-08-14T12:18:44.415Z | Compiling phf_shared v0.12.1 |
| 2171 | 2026-08-14T12:18:44.588Z | Compiling newline-converter v0.3.0 |
| 2172 | 2026-08-14T12:18:44.681Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2173 | 2026-08-14T12:18:44.684Z | Compiling walkdir v2.5.0 |
| 2174 | 2026-08-14T12:18:44.708Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2175 | 2026-08-14T12:18:44.906Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2176 | 2026-08-14T12:18:45.060Z | Compiling hickory-resolver v0.24.4 |
| 2177 | 2026-08-14T12:18:45.724Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2178 | 2026-08-14T12:18:46.756Z | Compiling newtype_derive v0.1.6 |
| 2179 | 2026-08-14T12:18:46.841Z | Compiling owo-colors v4.3.0 |
| 2180 | 2026-08-14T12:18:46.855Z | Compiling tokio-stream v0.1.17 |
| 2181 | 2026-08-14T12:18:47.234Z | Compiling console v0.15.11 |
| 2182 | 2026-08-14T12:18:47.349Z | Compiling csv-core v0.1.12 |
| 2183 | 2026-08-14T12:18:47.579Z | Compiling termtree v0.5.1 |
| 2184 | 2026-08-14T12:18:47.630Z | Compiling unicode-width v0.1.14 |
| 2185 | 2026-08-14T12:18:47.733Z | Compiling foldhash v0.1.5 |
| 2186 | 2026-08-14T12:18:47.764Z | Compiling smawk v0.3.2 |
| 2187 | 2026-08-14T12:18:47.834Z | Compiling humantime v2.3.0 |
| 2188 | 2026-08-14T12:18:47.903Z | Compiling unicode-linebreak v0.1.5 |
| 2189 | 2026-08-14T12:18:47.907Z | Compiling swrite v0.1.0 |
| 2190 | 2026-08-14T12:18:47.907Z | Compiling hashbrown v0.15.5 |
| 2191 | 2026-08-14T12:18:48.109Z | Compiling textwrap v0.16.2 |
| 2192 | 2026-08-14T12:18:48.121Z | Compiling expectorate v1.2.0 |
| 2193 | 2026-08-14T12:18:48.158Z | Compiling csv v1.4.0 |
| 2194 | 2026-08-14T12:18:48.268Z | Compiling qorb v0.4.1 |
| 2195 | 2026-08-14T12:18:48.338Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2196 | 2026-08-14T12:18:48.713Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2197 | 2026-08-14T12:18:49.902Z | Compiling phf v0.12.1 |
| 2198 | 2026-08-14T12:18:49.926Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2199 | 2026-08-14T12:18:50.569Z | Compiling pin-project v1.1.10 |
| 2200 | 2026-08-14T12:18:50.632Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2201 | 2026-08-14T12:18:50.679Z | Compiling unicode-normalization v0.1.24 |
| 2202 | 2026-08-14T12:18:50.719Z | Compiling libz-sys v1.1.22 |
| 2203 | 2026-08-14T12:18:51.010Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2204 | 2026-08-14T12:18:51.998Z | Compiling libsw-core v0.3.2 |
| 2205 | 2026-08-14T12:18:52.322Z | Compiling fixedbitset v0.4.2 |
| 2206 | 2026-08-14T12:18:52.452Z | Compiling highway v1.3.0 |
| 2207 | 2026-08-14T12:18:52.566Z | Compiling fixedbitset v0.5.7 |
| 2208 | 2026-08-14T12:18:52.854Z | Compiling petgraph v0.8.2 |
| 2209 | 2026-08-14T12:18:53.050Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2210 | 2026-08-14T12:18:53.668Z | Compiling petgraph v0.6.5 |
| 2211 | 2026-08-14T12:18:54.602Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-08-14T12:18:54.693Z | Compiling progenitor v0.10.0 |
| 2213 | 2026-08-14T12:18:54.985Z | Compiling libsw v3.5.0 |
| 2214 | 2026-08-14T12:18:55.541Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-08-14T12:18:55.784Z | Compiling olpc-cjson v0.1.4 |
| 2216 | 2026-08-14T12:18:55.969Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2217 | 2026-08-14T12:18:56.253Z | Compiling snafu v0.8.9 |
| 2218 | 2026-08-14T12:18:56.660Z | Compiling chrono-tz v0.10.4 |
| 2219 | 2026-08-14T12:18:57.237Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2220 | 2026-08-14T12:18:57.447Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-08-14T12:18:58.300Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2222 | 2026-08-14T12:18:58.333Z | Compiling papergrid v0.11.0 |
| 2223 | 2026-08-14T12:18:58.491Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2224 | 2026-08-14T12:18:58.575Z | Compiling strum v0.28.0 |
| 2225 | 2026-08-14T12:18:58.719Z | Compiling globset v0.4.16 |
| 2226 | 2026-08-14T12:18:58.773Z | Compiling const_format v0.2.34 |
| 2227 | 2026-08-14T12:18:58.826Z | Compiling slog-dtrace v0.3.0 |
| 2228 | 2026-08-14T12:18:59.114Z | Compiling cancel-safe-futures v0.1.5 |
| 2229 | 2026-08-14T12:18:59.159Z | Compiling gethostname v0.5.0 |
| 2230 | 2026-08-14T12:18:59.518Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2231 | 2026-08-14T12:19:00.086Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2232 | 2026-08-14T12:19:00.388Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2233 | 2026-08-14T12:19:00.561Z | Compiling bcs v0.1.6 |
| 2234 | 2026-08-14T12:19:00.709Z | Compiling serde_plain v1.0.2 |
| 2235 | 2026-08-14T12:19:00.747Z | Compiling cargo-platform v0.1.9 |
| 2236 | 2026-08-14T12:19:00.780Z | Compiling pem v3.0.5 |
| 2237 | 2026-08-14T12:19:00.892Z | Compiling typed-path v0.9.3 |
| 2238 | 2026-08-14T12:19:01.000Z | Compiling tagptr v0.2.0 |
| 2239 | 2026-08-14T12:19:01.160Z | Compiling linear-map v1.2.0 |
| 2240 | 2026-08-14T12:19:01.433Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2241 | 2026-08-14T12:19:01.766Z | Compiling tough v0.20.0 |
| 2242 | 2026-08-14T12:19:02.647Z | Compiling moka v0.12.11 |
| 2243 | 2026-08-14T12:19:03.061Z | Compiling cargo_metadata v0.18.1 |
| 2244 | 2026-08-14T12:19:03.423Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2245 | 2026-08-14T12:19:04.346Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2246 | 2026-08-14T12:19:04.623Z | Compiling tabled v0.15.0 |
| 2247 | 2026-08-14T12:19:04.735Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2248 | 2026-08-14T12:19:05.205Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-08-14T12:19:05.440Z | Compiling git2 v0.19.0 |
| 2250 | 2026-08-14T12:19:07.310Z | Compiling steno v0.4.1 |
| 2251 | 2026-08-14T12:19:08.467Z | Compiling cookie v0.18.1 |
| 2252 | 2026-08-14T12:19:08.961Z | Compiling hickory-proto v0.25.2 |
| 2253 | 2026-08-14T12:19:11.105Z | Compiling hickory-resolver v0.25.2 |
| 2254 | 2026-08-14T12:19:11.798Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2255 | 2026-08-14T12:19:13.592Z | Compiling vergen v8.3.2 |
| 2256 | 2026-08-14T12:19:15.215Z | Compiling signal-hook v0.4.4 |
| 2257 | 2026-08-14T12:19:15.578Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2258 | 2026-08-14T12:19:15.649Z | Compiling mockall_derive v0.14.0 |
| 2259 | 2026-08-14T12:19:15.755Z | Compiling predicates-core v1.0.9 |
| 2260 | 2026-08-14T12:19:16.173Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2261 | 2026-08-14T12:19:16.481Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2262 | 2026-08-14T12:19:16.697Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2263 | 2026-08-14T12:19:16.732Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2264 | 2026-08-14T12:19:16.918Z | Compiling sha2 v0.10.9 |
| 2265 | 2026-08-14T12:19:17.322Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2266 | 2026-08-14T12:19:18.137Z | Compiling mockall v0.14.0 |
| 2267 | 2026-08-14T12:19:18.377Z | Compiling yansi v1.0.1 |
| 2268 | 2026-08-14T12:19:18.712Z | Compiling diff v0.1.13 |
| 2269 | 2026-08-14T12:19:18.818Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2270 | 2026-08-14T12:19:19.016Z | Compiling pretty_assertions v1.4.1 |
| 2271 | 2026-08-14T12:19:19.439Z | Compiling fs-err v3.1.2 |
| 2272 | 2026-08-14T12:19:20.198Z | Compiling predicates v3.1.3 |
| 2273 | 2026-08-14T12:19:20.211Z | Compiling predicates-tree v1.0.12 |
| 2274 | 2026-08-14T12:19:20.976Z | Compiling git-stub v1.0.0 |
| 2275 | 2026-08-14T12:19:21.210Z | Compiling filetime v0.2.26 |
| 2276 | 2026-08-14T12:19:21.270Z | Compiling fragile v2.0.1 |
| 2277 | 2026-08-14T12:19:21.409Z | Compiling downcast v0.11.0 |
| 2278 | 2026-08-14T12:19:21.573Z | Compiling is_ci v1.2.0 |
| 2279 | 2026-08-14T12:19:21.587Z | Compiling arrayvec v0.7.6 |
| 2280 | 2026-08-14T12:19:21.735Z | Compiling arrayref v0.3.9 |
| 2281 | 2026-08-14T12:19:21.803Z | Compiling constant_time_eq v0.3.1 |
| 2282 | 2026-08-14T12:19:21.823Z | Compiling xattr v1.6.1 |
| 2283 | 2026-08-14T12:19:21.930Z | Compiling blake3 v1.8.2 |
| 2284 | 2026-08-14T12:19:22.018Z | Compiling tar v0.4.45 |
| 2285 | 2026-08-14T12:19:22.517Z | Compiling toml v0.7.8 |
| 2286 | 2026-08-14T12:19:22.623Z | Compiling supports-color v3.0.2 |
| 2287 | 2026-08-14T12:19:22.818Z | Compiling git-stub-vcs v0.1.0 |
| 2288 | 2026-08-14T12:19:23.202Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2289 | 2026-08-14T12:19:23.352Z | Compiling signal-hook-tokio v0.4.0 |
| 2290 | 2026-08-14T12:19:23.643Z | Compiling scuffle v0.1.0 |
| 2291 | 2026-08-14T12:19:24.566Z | Compiling drift v0.2.0 |
| 2292 | 2026-08-14T12:19:25.012Z | Compiling kstat-rs v0.2.4 |
| 2293 | 2026-08-14T12:19:25.259Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2294 | 2026-08-14T12:19:25.347Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2295 | 2026-08-14T12:19:25.669Z | Compiling topological-sort v0.2.2 |
| 2296 | 2026-08-14T12:19:25.682Z | Compiling hex-literal v1.1.0 |
| 2297 | 2026-08-14T12:19:25.808Z | Compiling omicron-zone-package v0.12.2 |
| 2298 | 2026-08-14T12:19:25.903Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2299 | 2026-08-14T12:19:26.198Z | Compiling dropshot-api-manager v0.7.2 |
| 2300 | 2026-08-14T12:19:27.441Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2301 | 2026-08-14T12:19:27.963Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2302 | 2026-08-14T12:19:28.691Z | Compiling curl v0.4.50 |
| 2303 | 2026-08-14T12:19:28.782Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2304 | 2026-08-14T12:19:29.237Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2305 | 2026-08-14T12:19:29.492Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2306 | 2026-08-14T12:19:29.525Z | Compiling iddqd v0.4.5 |
| 2307 | 2026-08-14T12:19:30.101Z | Compiling internet-checksum v0.2.1 |
| 2308 | 2026-08-14T12:19:30.257Z | Compiling search_path v0.1.4 |
| 2309 | 2026-08-14T12:19:30.296Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2310 | 2026-08-14T12:19:31.020Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2311 | 2026-08-14T12:19:33.200Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2312 | 2026-08-14T12:19:34.027Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2313 | 2026-08-14T12:20:18.604Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 18s |
| 2314 | 2026-08-14T12:20:18.731Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 2315 | 2026-08-14T12:20:18.734Z | |
| 2316 | 2026-08-14T12:20:18.734Z | running 5 tests |
| 2317 | 2026-08-14T12:20:18.740Z | test fuse::tests::chip_revision_b1 ... ok |
| 2318 | 2026-08-14T12:20:18.740Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2319 | 2026-08-14T12:20:18.740Z | test fuse::tests::chip_revision_b0 ... ok |
| 2320 | 2026-08-14T12:20:18.740Z | test fuse::tests::chip_revision_a0 ... ok |
| 2321 | 2026-08-14T12:20:18.740Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2322 | 2026-08-14T12:20:18.740Z | |
| 2323 | 2026-08-14T12:20:18.740Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-08-14T12:20:18.741Z | |
| 2325 | 2026-08-14T12:20:18.741Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2326 | 2026-08-14T12:20:18.741Z | |
| 2327 | 2026-08-14T12:20:18.741Z | running 0 tests |
| 2328 | 2026-08-14T12:20:18.741Z | |
| 2329 | 2026-08-14T12:20:18.741Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-08-14T12:20:18.741Z | |
| 2331 | 2026-08-14T12:20:18.741Z | Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde) |
| 2332 | 2026-08-14T12:20:18.741Z | |
| 2333 | 2026-08-14T12:20:18.741Z | running 0 tests |
| 2334 | 2026-08-14T12:20:18.741Z | |
| 2335 | 2026-08-14T12:20:18.741Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2336 | 2026-08-14T12:20:18.741Z | |
| 2337 | 2026-08-14T12:20:18.741Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 2338 | 2026-08-14T12:20:18.746Z | |
| 2339 | 2026-08-14T12:20:18.746Z | running 11 tests |
| 2340 | 2026-08-14T12:20:18.746Z | test network::tests::test_equal ... ok |
| 2341 | 2026-08-14T12:20:18.746Z | test nat::tests::test_vni ... ok |
| 2342 | 2026-08-14T12:20:18.746Z | test network::tests::test_eui64 ... ok |
| 2343 | 2026-08-14T12:20:18.746Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2344 | 2026-08-14T12:20:18.746Z | test network::tests::test_into ... ok |
| 2345 | 2026-08-14T12:20:18.746Z | test network::tests::test_not_equal ... ok |
| 2346 | 2026-08-14T12:20:18.746Z | test network::tests::test_parse ... ok |
| 2347 | 2026-08-14T12:20:18.746Z | test network::tests::test_to_string ... ok |
| 2348 | 2026-08-14T12:20:18.746Z | test ports::tests::port_ids_are_ascii ... ok |
| 2349 | 2026-08-14T12:20:18.746Z | test test_purge ... ok |
| 2350 | 2026-08-14T12:20:18.750Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2351 | 2026-08-14T12:20:18.750Z | |
| 2352 | 2026-08-14T12:20:18.751Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2353 | 2026-08-14T12:20:18.751Z | |
| 2354 | 2026-08-14T12:20:18.751Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 2355 | 2026-08-14T12:20:18.755Z | |
| 2356 | 2026-08-14T12:20:18.755Z | running 1 test |
| 2357 | 2026-08-14T12:20:18.755Z | ------- |
| 2358 | 2026-08-14T12:20:18.755Z | Generating OpenAPI documents from API definitions ... |
| 2359 | 2026-08-14T12:20:18.892Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2360 | 2026-08-14T12:20:18.958Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2361 | 2026-08-14T12:20:19.934Z | ------- |
| 2362 | 2026-08-14T12:20:19.934Z | Checking 12 OpenAPI documents... |
| 2363 | 2026-08-14T12:20:19.934Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-08-14T12:20:19.934Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-08-14T12:20:19.934Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-08-14T12:20:19.934Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-08-14T12:20:19.938Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-08-14T12:20:19.938Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2369 | 2026-08-14T12:20:19.938Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2370 | 2026-08-14T12:20:19.938Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2371 | 2026-08-14T12:20:19.938Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2372 | 2026-08-14T12:20:19.938Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2373 | 2026-08-14T12:20:19.938Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2374 | 2026-08-14T12:20:19.938Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2375 | 2026-08-14T12:20:19.938Z | Fresh dpd "latest" symlink |
| 2376 | 2026-08-14T12:20:19.938Z | ------- |
| 2377 | 2026-08-14T12:20:19.938Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2378 | 2026-08-14T12:20:19.995Z | test test::test_apis_up_to_date ... ok |
| 2379 | 2026-08-14T12:20:19.995Z | |
| 2380 | 2026-08-14T12:20:20.002Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s |
| 2381 | 2026-08-14T12:20:20.002Z | |
| 2382 | 2026-08-14T12:20:20.049Z | Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667) |
| 2383 | 2026-08-14T12:20:20.054Z | |
| 2384 | 2026-08-14T12:20:20.054Z | running 34 tests |
| 2385 | 2026-08-14T12:20:20.059Z | test freemap::test_ordering ... ok |
| 2386 | 2026-08-14T12:20:20.060Z | test config::tests::test_updates ... ok |
| 2387 | 2026-08-14T12:20:20.060Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2388 | 2026-08-14T12:20:20.060Z | test freemap::test_split ... ok |
| 2389 | 2026-08-14T12:20:20.060Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2390 | 2026-08-14T12:20:20.060Z | test macaddrs::tests::test_mac_offset ... ok |
| 2391 | 2026-08-14T12:20:20.060Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2392 | 2026-08-14T12:20:20.068Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2393 | 2026-08-14T12:20:20.068Z | test nat::test_mapping ... ok |
| 2394 | 2026-08-14T12:20:20.068Z | Aug 14 12:20:19.031 DEBG created new freemap, Aug 14 12:20:19.031unit :DEBG freemap_testcreated new freemap, unit: freemap_test |
| 2395 | 2026-08-14T12:20:20.068Z | Aug 14 12:20:19.031 |
| 2396 | 2026-08-14T12:20:20.068Z | DEBG created new freemapAug 14 12:20:19.031 , DEBGunit :initted freemap. size: 128 , freemap_testunit: |
| 2397 | 2026-08-14T12:20:20.068Z | freemap_test |
| 2398 | 2026-08-14T12:20:20.068Z | Aug 14 12:20:19.032Aug 14 12:20:19.032Aug 14 12:20:19.031 DEBGDEBG reset freemapinitted freemap. size: 128, DEBG, unitunitinitted freemap. size: 128:: , freemap_testfreemap_test |
| 2399 | 2026-08-14T12:20:20.069Z | unit |
| 2400 | 2026-08-14T12:20:20.069Z | : freemap_test |
| 2401 | 2026-08-14T12:20:20.069Z | Aug 14 12:20:19.032 Aug 14 12:20:19.032DEBG Aug 14 12:20:19.032DEBGreset freemap , reset freemapDEBGunit , created new freemapunit:: , freemap_testunit |
| 2402 | 2026-08-14T12:20:20.069Z | freemap_test: |
| 2403 | 2026-08-14T12:20:20.069Z | freemap_test |
| 2404 | 2026-08-14T12:20:20.069Z | Aug 14 12:20:19.032 DEBG initted freemap. size: 128, unit: freemap_test |
| 2405 | 2026-08-14T12:20:20.069Z | Aug 14 12:20:19.032 DEBG reset freemap, unit: freemap_test |
| 2406 | 2026-08-14T12:20:20.069Z | test freemap::test_basic ... ok |
| 2407 | 2026-08-14T12:20:20.069Z | test freemap::test_free ... ok |
| 2408 | 2026-08-14T12:20:20.069Z | Aug 14 12:20:19.032 DEBG created new freemap, unit: freemap_test |
| 2409 | 2026-08-14T12:20:20.069Z | Aug 14 12:20:19.032 DEBG initted freemap. size: 8, unit: freemap_test |
| 2410 | 2026-08-14T12:20:20.069Z | Aug 14 12:20:19.032 DEBG reset freemap, unit: freemap_test |
| 2411 | 2026-08-14T12:20:20.070Z | test freemap::test_exhaustion ... ok |
| 2412 | 2026-08-14T12:20:20.070Z | test freemap::test_reclaim ... ok |
| 2413 | 2026-08-14T12:20:20.070Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2414 | 2026-08-14T12:20:20.070Z | test port_map::tests::test_backplane_group ... ok |
| 2415 | 2026-08-14T12:20:20.070Z | test port_map::tests::dump_map ... ok |
| 2416 | 2026-08-14T12:20:20.070Z | test port_map::tests::test_port_map ... ok |
| 2417 | 2026-08-14T12:20:20.070Z | Aug 14 12:20:19.033 DEBG created new freemap, unit: freemap_test |
| 2418 | 2026-08-14T12:20:20.070Z | Aug 14 12:20:19.033 DEBG initted freemap. size: 128, unit: freemap_test |
| 2419 | 2026-08-14T12:20:20.070Z | Aug 14 12:20:19.033 DEBG reset freemap, unit: freemap_test |
| 2420 | 2026-08-14T12:20:20.070Z | test freemap::test_span ... ok |
| 2421 | 2026-08-14T12:20:20.070Z | test api_server::tests::test_build_info ... ok |
| 2422 | 2026-08-14T12:20:20.070Z | Aug 14 12:20:19.033 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2423 | 2026-08-14T12:20:20.070Z | Aug 14 12:20:19.033 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2424 | 2026-08-14T12:20:20.070Z | Aug 14 12:20:19.033 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2425 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2426 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033 DEBGAug 14 12:20:19.033 created new freemapDEBG , initted freemap. size: 64unit, :unit :freemap_route_ipv4 |
| 2427 | 2026-08-14T12:20:20.071Z | freemap_route_ipv6 |
| 2428 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 DEBGDEBG reset freemapcreated new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6 |
| 2429 | 2026-08-14T12:20:20.071Z | |
| 2430 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64 |
| 2431 | 2026-08-14T12:20:20.071Z | , unit: freemap_route_ipv4Aug 14 12:20:19.033 |
| 2432 | 2026-08-14T12:20:20.071Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 14 12:20:19.033 |
| 2433 | 2026-08-14T12:20:20.071Z | DEBG reset freemapAug 14 12:20:19.033, unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4 |
| 2434 | 2026-08-14T12:20:20.071Z | |
| 2435 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]initted freemap. size: 64 |
| 2436 | 2026-08-14T12:20:20.071Z | , unit: freemap_route_ipv6 |
| 2437 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:20:19.033 |
| 2438 | 2026-08-14T12:20:20.071Z | DEBG reset freemap, unitAug 14 12:20:19.033: DEBGfreemap_route_ipv6 |
| 2439 | 2026-08-14T12:20:20.071Z | 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 } }] |
| 2440 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2441 | 2026-08-14T12:20:20.071Z | |
| 2442 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }] |
| 2443 | 2026-08-14T12:20:20.071Z | |
| 2444 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2445 | 2026-08-14T12:20:20.071Z | |
| 2446 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 2447 | 2026-08-14T12:20:20.071Z | |
| 2448 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2449 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033 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 } }] |
| 2450 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2451 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033 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 } }] |
| 2452 | 2026-08-14T12:20:20.071Z | Aug 14 12:20:19.033 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2453 | 2026-08-14T12:20:20.072Z | Aug 14 12:20:19.033 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 } }] |
| 2454 | 2026-08-14T12:20:20.072Z | Aug 14 12:20:19.033 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2455 | 2026-08-14T12:20:20.072Z | Aug 14 12:20:19.033 Aug 14 12:20:19.033INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2456 | 2026-08-14T12:20:20.072Z | 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 } }] |
| 2457 | 2026-08-14T12:20:20.072Z | Aug 14 12:20:19.033 Aug 14 12:20:19.033DEBG 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 } }] |
| 2458 | 2026-08-14T12:20:20.072Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2459 | 2026-08-14T12:20:20.072Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:20:19.033 |
| 2460 | 2026-08-14T12:20:20.072Z | 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 } }] |
| 2461 | 2026-08-14T12:20:20.072Z | DEBG created new freemapAug 14 12:20:19.033Aug 14 12:20:19.033, INFOunit :adding route 3fff:beef:6::/64 -> 2001:db8::55:ff DEBG |
| 2462 | 2026-08-14T12:20:20.072Z | freemap_route_ipv4 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 } }] |
| 2463 | 2026-08-14T12:20:20.072Z | |
| 2464 | 2026-08-14T12:20:20.072Z | Aug 14 12:20:19.033 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 14 12:20:19.033 |
| 2465 | 2026-08-14T12:20:20.072Z | DEBG created new freemap, Aug 14 12:20:19.033unit :INFO freemap_route_ipv6adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2466 | 2026-08-14T12:20:20.072Z | |
| 2467 | 2026-08-14T12:20:20.072Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 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 } }]initted freemap. size: 64 |
| 2468 | 2026-08-14T12:20:20.072Z | , unit: freemap_route_ipv4Aug 14 12:20:19.033 |
| 2469 | 2026-08-14T12:20:20.072Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2470 | 2026-08-14T12:20:20.072Z | Aug 14 12:20:19.033 DEBG reset freemapAug 14 12:20:19.033, unitDEBG: 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 } }]freemap_route_ipv4 |
| 2471 | 2026-08-14T12:20:20.072Z | |
| 2472 | 2026-08-14T12:20:20.072Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2473 | 2026-08-14T12:20:20.072Z | , unit: freemap_route_ipv6 |
| 2474 | 2026-08-14T12:20:20.072Z | Aug 14 12:20:19.033 DEBG Aug 14 12:20:19.033replacing 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 } }] |
| 2475 | 2026-08-14T12:20:20.072Z | DEBG reset freemap, Aug 14 12:20:19.033unit :INFO freemap_route_ipv6adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2476 | 2026-08-14T12:20:20.072Z | |
| 2477 | 2026-08-14T12:20:20.072Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2478 | 2026-08-14T12:20:20.072Z | |
| 2479 | 2026-08-14T12:20:20.072Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 INFODEBG adding route 3fff:beef:b::/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 } }] |
| 2480 | 2026-08-14T12:20:20.072Z | |
| 2481 | 2026-08-14T12:20:20.073Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2482 | 2026-08-14T12:20:20.073Z | |
| 2483 | 2026-08-14T12:20:20.073Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 INFODEBG 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 } }] |
| 2484 | 2026-08-14T12:20:20.073Z | |
| 2485 | 2026-08-14T12:20:20.073Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 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 } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2486 | 2026-08-14T12:20:20.073Z | |
| 2487 | 2026-08-14T12:20:20.073Z | Aug 14 12:20:19.033Aug 14 12:20:19.033Aug 14 12:20:19.033 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 } }]INFO created new freemapadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2488 | 2026-08-14T12:20:20.073Z | |
| 2489 | 2026-08-14T12:20:20.073Z | , unit: freemap_route_ipv4Aug 14 12:20:19.033Aug 14 12:20:19.033 |
| 2490 | 2026-08-14T12:20:20.073Z | DEBGINFO adding route 3fff:beef:2::/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 } }] |
| 2491 | 2026-08-14T12:20:20.073Z | |
| 2492 | 2026-08-14T12:20:20.078Z | Aug 14 12:20:19.033Aug 14 12:20:19.033Aug 14 12:20:19.033 DEBG INFO 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 } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2493 | 2026-08-14T12:20:20.078Z | created new freemap |
| 2494 | 2026-08-14T12:20:20.078Z | , unit:Aug 14 12:20:19.033 Aug 14 12:20:19.033DEBGfreemap_route_ipv6 |
| 2495 | 2026-08-14T12:20:20.078Z | INFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2496 | 2026-08-14T12:20:20.078Z | |
| 2497 | 2026-08-14T12:20:20.078Z | Aug 14 12:20:19.033 Aug 14 12:20:19.033DEBGAug 14 12:20:19.033 INFODEBGinitted 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 } }], adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2498 | 2026-08-14T12:20:20.078Z | |
| 2499 | 2026-08-14T12:20:20.078Z | unit: freemap_route_ipv4 |
| 2500 | 2026-08-14T12:20:20.078Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2501 | 2026-08-14T12:20:20.078Z | Aug 14 12:20:19.033replacing 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 } }] |
| 2502 | 2026-08-14T12:20:20.078Z | DEBG reset freemap, unitAug 14 12:20:19.033: Aug 14 12:20:19.033DEBG freemap_route_ipv4INFO |
| 2503 | 2026-08-14T12:20:20.078Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2504 | 2026-08-14T12:20:20.078Z | |
| 2505 | 2026-08-14T12:20:20.078Z | Aug 14 12:20:19.033 Aug 14 12:20:19.033Aug 14 12:20:19.033 DEBGDEBG INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2506 | 2026-08-14T12:20:20.078Z | initted freemap. size: 64adding route 3fff:beef:5::/64 -> 2001:db8::55:ff, |
| 2507 | 2026-08-14T12:20:20.079Z | unit: Aug 14 12:20:19.033freemap_route_ipv6 |
| 2508 | 2026-08-14T12:20:20.079Z | Aug 14 12:20:19.033INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 2509 | 2026-08-14T12:20:20.079Z | Aug 14 12:20:19.033replacing 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 |
| 2510 | 2026-08-14T12:20:20.079Z | reset freemap, Aug 14 12:20:19.033unit :DEBG Aug 14 12:20:19.033freemap_route_ipv6 |
| 2511 | 2026-08-14T12:20:20.079Z | INFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2512 | 2026-08-14T12:20:20.079Z | |
| 2513 | 2026-08-14T12:20:20.079Z | Aug 14 12:20:19.033 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:20:19.033 |
| 2514 | 2026-08-14T12:20:20.079Z | Aug 14 12:20:19.033 DEBG INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2515 | 2026-08-14T12:20:20.079Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 14 12:20:19.033 |
| 2516 | 2026-08-14T12:20:20.079Z | 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 14 12:20:19.033 |
| 2517 | 2026-08-14T12:20:20.079Z | INFOAug 14 12:20:19.033 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 14 12:20:19.033DEBG |
| 2518 | 2026-08-14T12:20:20.079Z | INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2519 | 2026-08-14T12:20:20.079Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2520 | 2026-08-14T12:20:20.079Z | Aug 14 12:20:19.033 Aug 14 12:20:19.033DEBG Aug 14 12:20:19.033 INFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2521 | 2026-08-14T12:20:20.079Z | |
| 2522 | 2026-08-14T12:20:20.079Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2523 | 2026-08-14T12:20:20.079Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 Aug 14 12:20:19.033INFODEBG adding route 3fff:beef:8::/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 } }] |
| 2524 | 2026-08-14T12:20:20.079Z | |
| 2525 | 2026-08-14T12:20:20.079Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2526 | 2026-08-14T12:20:20.079Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 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 } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2527 | 2026-08-14T12:20:20.079Z | |
| 2528 | 2026-08-14T12:20:20.079Z | Aug 14 12:20:19.033 DEBG Aug 14 12:20:19.033Aug 14 12:20:19.033replacing 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 } }] |
| 2529 | 2026-08-14T12:20:20.079Z | 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 } }]Aug 14 12:20:19.033adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2530 | 2026-08-14T12:20:20.079Z | INFO |
| 2531 | 2026-08-14T12:20:20.079Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2532 | 2026-08-14T12:20:20.079Z | Aug 14 12:20:19.033Aug 14 12:20:19.033 Aug 14 12:20:19.033INFO DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2533 | 2026-08-14T12:20:20.079Z | |
| 2534 | 2026-08-14T12:20:20.079Z | 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 } }] |
| 2535 | 2026-08-14T12:20:20.079Z | Aug 14 12:20:19.033Aug 14 12:20:19.033Aug 14 12:20:19.033 INFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2536 | 2026-08-14T12:20:20.080Z | |
| 2537 | 2026-08-14T12:20:20.080Z | 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 } }] |
| 2538 | 2026-08-14T12:20:20.080Z | Aug 14 12:20:19.033Aug 14 12:20:19.033Aug 14 12:20:19.033 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2539 | 2026-08-14T12:20:20.080Z | |
| 2540 | 2026-08-14T12:20:20.080Z | 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 } }] |
| 2541 | 2026-08-14T12:20:20.080Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034DEBG INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2542 | 2026-08-14T12:20:20.080Z | |
| 2543 | 2026-08-14T12:20:20.080Z | |
| 2544 | 2026-08-14T12:20:20.080Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 INFOAug 14 12:20:19.034 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 2545 | 2026-08-14T12:20:20.080Z | 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 } }]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 } }] |
| 2546 | 2026-08-14T12:20:20.080Z | |
| 2547 | 2026-08-14T12:20:20.080Z | Aug 14 12:20:19.034 DEBG Aug 14 12:20:19.034replacing 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 14 12:20:19.034 |
| 2548 | 2026-08-14T12:20:20.080Z | INFO INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2549 | 2026-08-14T12:20:20.080Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2550 | 2026-08-14T12:20:20.080Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 2551 | 2026-08-14T12:20:20.080Z | DEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2552 | 2026-08-14T12:20:20.080Z | 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 } }] |
| 2553 | 2026-08-14T12:20:20.080Z | Aug 14 12:20:19.034 DEBGAug 14 12:20:19.034 Aug 14 12:20:19.034replacing 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 } }] |
| 2554 | 2026-08-14T12:20:20.080Z | INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2555 | 2026-08-14T12:20:20.080Z | |
| 2556 | 2026-08-14T12:20:20.080Z | Aug 14 12:20:19.034Aug 14 12:20:19.034Aug 14 12:20:19.034 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:8::/64 -> 2001:db8::55:ff |
| 2557 | 2026-08-14T12:20:20.080Z | DEBG |
| 2558 | 2026-08-14T12:20:20.080Z | 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 } }] |
| 2559 | 2026-08-14T12:20:20.080Z | Aug 14 12:20:19.034Aug 14 12:20:19.034Aug 14 12:20:19.034 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 } }] |
| 2560 | 2026-08-14T12:20:20.080Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO |
| 2561 | 2026-08-14T12:20:20.080Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2562 | 2026-08-14T12:20:20.080Z | Aug 14 12:20:19.034Aug 14 12:20:19.034Aug 14 12:20:19.034 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2563 | 2026-08-14T12:20:20.080Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2564 | 2026-08-14T12:20:20.080Z | |
| 2565 | 2026-08-14T12:20:20.081Z | Aug 14 12:20:19.034 INFOAug 14 12:20:19.034 Aug 14 12:20:19.034 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2566 | 2026-08-14T12:20:20.081Z | DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2567 | 2026-08-14T12:20:20.081Z | |
| 2568 | 2026-08-14T12:20:20.081Z | Aug 14 12:20:19.034 DEBGAug 14 12:20:19.034 Aug 14 12:20:19.034 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2569 | 2026-08-14T12:20:20.081Z | DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2570 | 2026-08-14T12:20:20.081Z | Aug 14 12:20:19.034 |
| 2571 | 2026-08-14T12:20:20.081Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2572 | 2026-08-14T12:20:20.081Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2573 | 2026-08-14T12:20:20.081Z | |
| 2574 | 2026-08-14T12:20:20.081Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2575 | 2026-08-14T12:20:20.081Z | |
| 2576 | 2026-08-14T12:20:20.081Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2577 | 2026-08-14T12:20:20.081Z | |
| 2578 | 2026-08-14T12:20:20.081Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2579 | 2026-08-14T12:20:20.081Z | |
| 2580 | 2026-08-14T12:20:20.081Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2581 | 2026-08-14T12:20:20.081Z | |
| 2582 | 2026-08-14T12:20:20.081Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2583 | 2026-08-14T12:20:20.081Z | |
| 2584 | 2026-08-14T12:20:20.081Z | Aug 14 12:20:19.034 DEBGAug 14 12:20:19.034Aug 14 12:20:19.034 DEBG DEBGcreated new freemap replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], 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 } }] |
| 2585 | 2026-08-14T12:20:20.081Z | unit |
| 2586 | 2026-08-14T12:20:20.081Z | : freemap_route_ipv4 |
| 2587 | 2026-08-14T12:20:20.081Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 14 12:20:19.034 |
| 2588 | 2026-08-14T12:20:20.081Z | |
| 2589 | 2026-08-14T12:20:20.081Z | DEBG created new freemap, Aug 14 12:20:19.034unitAug 14 12:20:19.034: DEBGfreemap_route_ipv6DEBG |
| 2590 | 2026-08-14T12:20:20.081Z | 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: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 } }] |
| 2591 | 2026-08-14T12:20:20.081Z | |
| 2592 | 2026-08-14T12:20:20.103Z | Aug 14 12:20:19.034 DEBGAug 14 12:20:19.034 Aug 14 12:20:19.034INFO initted freemap. size: 64 INFO, adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2593 | 2026-08-14T12:20:20.103Z | |
| 2594 | 2026-08-14T12:20:20.103Z | unit: freemap_route_ipv4 |
| 2595 | 2026-08-14T12:20:20.103Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:20:19.034replacing 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 } }] |
| 2596 | 2026-08-14T12:20:20.103Z | |
| 2597 | 2026-08-14T12:20:20.104Z | DEBG reset freemap, Aug 14 12:20:19.034Aug 14 12:20:19.034 unitINFO INFO: adding route 3fff:beef:16::/64 -> 2001:db8::55:ff adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2598 | 2026-08-14T12:20:20.104Z | |
| 2599 | 2026-08-14T12:20:20.104Z | |
| 2600 | 2026-08-14T12:20:20.104Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034 DEBG DEBGAug 14 12:20:19.034 DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2601 | 2026-08-14T12:20:20.104Z | 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 } }]initted freemap. size: 64 |
| 2602 | 2026-08-14T12:20:20.104Z | , INFOAug 14 12:20:19.034 unitadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 14 12:20:19.034Aug 14 12:20:19.034 |
| 2603 | 2026-08-14T12:20:20.104Z | INFO: INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 14 12:20:19.034 |
| 2604 | 2026-08-14T12:20:20.104Z | freemap_route_ipv6 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2605 | 2026-08-14T12:20:20.104Z | 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 } }] |
| 2606 | 2026-08-14T12:20:20.104Z | |
| 2607 | 2026-08-14T12:20:20.104Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 14 12:20:19.034 |
| 2608 | 2026-08-14T12:20:20.104Z | Aug 14 12:20:19.034DEBG Aug 14 12:20:19.034DEBG DEBGAug 14 12:20:19.034reset freemap , unitAug 14 12:20:19.034INFO:replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_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 } }] |
| 2609 | 2026-08-14T12:20:20.104Z | |
| 2610 | 2026-08-14T12:20:20.104Z | DEBG |
| 2611 | 2026-08-14T12:20:20.104Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2612 | 2026-08-14T12:20:20.104Z | |
| 2613 | 2026-08-14T12:20:20.104Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034INFOAug 14 12:20:19.034 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:20:19.034 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGINFOINFO 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 } }] |
| 2614 | 2026-08-14T12:20:20.104Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2615 | 2026-08-14T12:20:20.104Z | |
| 2616 | 2026-08-14T12:20:20.105Z | |
| 2617 | 2026-08-14T12:20:20.105Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2618 | 2026-08-14T12:20:20.105Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034Aug 14 12:20:19.034Aug 14 12:20:19.034INFO DEBG DEBG adding route 3fff:beef:13::/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 } }] |
| 2619 | 2026-08-14T12:20:20.105Z | DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2620 | 2026-08-14T12:20:20.105Z | 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 } }] |
| 2621 | 2026-08-14T12:20:20.105Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2622 | 2026-08-14T12:20:20.105Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 |
| 2623 | 2026-08-14T12:20:20.105Z | Aug 14 12:20:19.034 INFO INFOAug 14 12:20:19.034DEBG Aug 14 12:20:19.034INFOAug 14 12:20:19.034 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2624 | 2026-08-14T12:20:20.105Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 2625 | 2026-08-14T12:20:20.105Z | |
| 2626 | 2026-08-14T12:20:20.105Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2627 | 2026-08-14T12:20:20.105Z | DEBG |
| 2628 | 2026-08-14T12:20:20.105Z | created new freemapAug 14 12:20:19.034 INFO, Aug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034 DEBGAug 14 12:20:19.034adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2629 | 2026-08-14T12:20:20.105Z | DEBGunit DEBG: freemap_route_ipv4replacing 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 } }]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 } }] |
| 2630 | 2026-08-14T12:20:20.105Z | |
| 2631 | 2026-08-14T12:20:20.105Z | Aug 14 12:20:19.034replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2632 | 2026-08-14T12:20:20.105Z | |
| 2633 | 2026-08-14T12:20:20.105Z | 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 } }] |
| 2634 | 2026-08-14T12:20:20.105Z | DEBG Aug 14 12:20:19.034Aug 14 12:20:19.034Aug 14 12:20:19.034replacing 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 14 12:20:19.034INFO |
| 2635 | 2026-08-14T12:20:20.105Z | DEBG INFO created new freemapadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 14 12:20:19.034Aug 14 12:20:19.034, unitINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3 :INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 2636 | 2026-08-14T12:20:20.105Z | |
| 2637 | 2026-08-14T12:20:20.105Z | |
| 2638 | 2026-08-14T12:20:20.105Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2639 | 2026-08-14T12:20:20.105Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2640 | 2026-08-14T12:20:20.105Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034Aug 14 12:20:19.034Aug 14 12:20:19.034 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 2641 | 2026-08-14T12:20:20.105Z | DEBG initted freemap. size: 64replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG, |
| 2642 | 2026-08-14T12:20:20.105Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2643 | 2026-08-14T12:20:20.105Z | Aug 14 12:20:19.034unit: freemap_route_ipv4 |
| 2644 | 2026-08-14T12:20:20.106Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2645 | 2026-08-14T12:20:20.106Z | DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreset freemap |
| 2646 | 2026-08-14T12:20:20.106Z | , Aug 14 12:20:19.034unit :INFO freemap_route_ipv4adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 14 12:20:19.034 |
| 2647 | 2026-08-14T12:20:20.106Z | |
| 2648 | 2026-08-14T12:20:20.106Z | 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 14 12:20:19.034 |
| 2649 | 2026-08-14T12:20:20.106Z | DEBGAug 14 12:20:19.034 DEBGinitted freemap. size: 64 Aug 14 12:20:19.034replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2650 | 2026-08-14T12:20:20.106Z | , INFO unitadding route 3fff:beef:d::/64 -> 2001:db8::55:ff: |
| 2651 | 2026-08-14T12:20:20.106Z | Aug 14 12:20:19.034freemap_route_ipv6 |
| 2652 | 2026-08-14T12:20:20.106Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 14 12:20:19.034 |
| 2653 | 2026-08-14T12:20:20.106Z | 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 } }] |
| 2654 | 2026-08-14T12:20:20.106Z | Aug 14 12:20:19.034 Aug 14 12:20:19.034DEBG DEBGreset freemap , replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 2655 | 2026-08-14T12:20:20.106Z | Aug 14 12:20:19.034: INFOfreemap_route_ipv6 |
| 2656 | 2026-08-14T12:20:20.106Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:20:19.034 |
| 2657 | 2026-08-14T12:20:20.106Z | INFOAug 14 12:20:19.034 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 2658 | 2026-08-14T12:20:20.106Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2659 | 2026-08-14T12:20:20.106Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034DEBG DEBGDEBGreplacing 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 } }] |
| 2660 | 2026-08-14T12:20:20.106Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }] |
| 2661 | 2026-08-14T12:20:20.106Z | |
| 2662 | 2026-08-14T12:20:20.106Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 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 } }] |
| 2663 | 2026-08-14T12:20:20.106Z | Aug 14 12:20:19.034INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2664 | 2026-08-14T12:20:20.106Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2665 | 2026-08-14T12:20:20.106Z | Aug 14 12:20:19.034 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 } }] |
| 2666 | 2026-08-14T12:20:20.106Z | Aug 14 12:20:19.034 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 14 12:20:19.034 |
| 2667 | 2026-08-14T12:20:20.106Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2668 | 2026-08-14T12:20:20.106Z | Aug 14 12:20:19.034 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2669 | 2026-08-14T12:20:20.106Z | Aug 14 12:20:19.034 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 } }]Aug 14 12:20:19.034 |
| 2670 | 2026-08-14T12:20:20.106Z | 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 14 12:20:19.034 |
| 2671 | 2026-08-14T12:20:20.107Z | INFO Aug 14 12:20:19.034adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2672 | 2026-08-14T12:20:20.107Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 2673 | 2026-08-14T12:20:20.107Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:20:19.034 |
| 2674 | 2026-08-14T12:20:20.107Z | DEBGAug 14 12:20:19.034 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 14 12:20:19.034 |
| 2675 | 2026-08-14T12:20:20.107Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2676 | 2026-08-14T12:20:20.107Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:20:19.034 |
| 2677 | 2026-08-14T12:20:20.107Z | INFO Aug 14 12:20:19.034adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 14 12:20:19.034 |
| 2678 | 2026-08-14T12:20:20.107Z | INFO Aug 14 12:20:19.034INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2679 | 2026-08-14T12:20:20.107Z | |
| 2680 | 2026-08-14T12:20:20.107Z | 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 } }] |
| 2681 | 2026-08-14T12:20:20.107Z | Aug 14 12:20:19.034 DEBGAug 14 12:20:19.034 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 |
| 2682 | 2026-08-14T12:20:20.107Z | Aug 14 12:20:19.034 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2683 | 2026-08-14T12:20:20.107Z | Aug 14 12:20:19.034adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2684 | 2026-08-14T12:20:20.107Z | INFO Aug 14 12:20:19.034 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2685 | 2026-08-14T12:20:20.107Z | Aug 14 12:20:19.034 Aug 14 12:20:19.034DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 2686 | 2026-08-14T12:20:20.107Z | 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 } }] |
| 2687 | 2026-08-14T12:20:20.107Z | 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 } }] |
| 2688 | 2026-08-14T12:20:20.107Z | Aug 14 12:20:19.034 |
| 2689 | 2026-08-14T12:20:20.107Z | Aug 14 12:20:19.034DEBG Aug 14 12:20:19.034 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2690 | 2026-08-14T12:20:20.107Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2691 | 2026-08-14T12:20:20.107Z | Aug 14 12:20:19.034 |
| 2692 | 2026-08-14T12:20:20.112Z | INFOAug 14 12:20:19.034 Aug 14 12:20:19.034Aug 14 12:20:19.034adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2693 | 2026-08-14T12:20:20.112Z | DEBG DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 2694 | 2026-08-14T12:20:20.112Z | |
| 2695 | 2026-08-14T12:20:20.112Z | Aug 14 12:20:19.034 DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2696 | 2026-08-14T12:20:20.112Z | 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 } }] |
| 2697 | 2026-08-14T12:20:20.113Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034INFO INFOAug 14 12:20:19.034 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFO |
| 2698 | 2026-08-14T12:20:20.113Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2699 | 2026-08-14T12:20:20.113Z | |
| 2700 | 2026-08-14T12:20:20.113Z | Aug 14 12:20:19.034adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2701 | 2026-08-14T12:20:20.113Z | DEBGAug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034DEBG DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2702 | 2026-08-14T12:20:20.113Z | |
| 2703 | 2026-08-14T12:20:20.113Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2704 | 2026-08-14T12:20:20.113Z | |
| 2705 | 2026-08-14T12:20:20.113Z | Aug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034 INFOINFO Aug 14 12:20:19.034 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2706 | 2026-08-14T12:20:20.113Z | |
| 2707 | 2026-08-14T12:20:20.113Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2708 | 2026-08-14T12:20:20.113Z | |
| 2709 | 2026-08-14T12:20:20.113Z | Aug 14 12:20:19.035 DEBG Aug 14 12:20:19.035replacing 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 14 12:20:19.035 |
| 2710 | 2026-08-14T12:20:20.113Z | DEBG Aug 14 12:20:19.035replacing 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 |
| 2711 | 2026-08-14T12:20:20.113Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 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 } }] DEBGINFOINFO |
| 2712 | 2026-08-14T12:20:20.113Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2713 | 2026-08-14T12:20:20.113Z | |
| 2714 | 2026-08-14T12:20:20.113Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2715 | 2026-08-14T12:20:20.113Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 INFOAug 14 12:20:19.035Aug 14 12:20:19.035 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2716 | 2026-08-14T12:20:20.113Z | DEBGINFODEBG 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:21::/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 } }] |
| 2717 | 2026-08-14T12:20:20.113Z | |
| 2718 | 2026-08-14T12:20:20.113Z | |
| 2719 | 2026-08-14T12:20:20.113Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035DEBG Aug 14 12:20:19.035DEBG 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 } }]INFO adding route 3fff:beef:1e::/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 } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2720 | 2026-08-14T12:20:20.113Z | |
| 2721 | 2026-08-14T12:20:20.113Z | |
| 2722 | 2026-08-14T12:20:20.113Z | |
| 2723 | 2026-08-14T12:20:20.113Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 14 12:20:19.035INFO DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2724 | 2026-08-14T12:20:20.114Z | |
| 2725 | 2026-08-14T12:20:20.114Z | 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 } }] |
| 2726 | 2026-08-14T12:20:20.114Z | |
| 2727 | 2026-08-14T12:20:20.114Z | Aug 14 12:20:19.035 Aug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035DEBG INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGINFO |
| 2728 | 2026-08-14T12:20:20.114Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding 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 } }] |
| 2729 | 2026-08-14T12:20:20.114Z | |
| 2730 | 2026-08-14T12:20:20.114Z | |
| 2731 | 2026-08-14T12:20:20.114Z | Aug 14 12:20:19.035Aug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035INFO INFO DEBG DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2732 | 2026-08-14T12:20:20.114Z | |
| 2733 | 2026-08-14T12:20:20.114Z | 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: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 } }] |
| 2734 | 2026-08-14T12:20:20.114Z | |
| 2735 | 2026-08-14T12:20:20.114Z | Aug 14 12:20:19.035 DEBGAug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035DEBG INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2736 | 2026-08-14T12:20:20.114Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2737 | 2026-08-14T12:20:20.114Z | |
| 2738 | 2026-08-14T12:20:20.114Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 14 12:20:19.035 |
| 2739 | 2026-08-14T12:20:20.114Z | INFOAug 14 12:20:19.035 Aug 14 12:20:19.035DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2740 | 2026-08-14T12:20:20.114Z | Aug 14 12:20:19.035INFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2741 | 2026-08-14T12:20:20.114Z | 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:8::/64 -> 2001:db8::55:ff |
| 2742 | 2026-08-14T12:20:20.114Z | |
| 2743 | 2026-08-14T12:20:20.114Z | Aug 14 12:20:19.035 Aug 14 12:20:19.035INFOAug 14 12:20:19.035Aug 14 12:20:19.035 DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2744 | 2026-08-14T12:20:20.114Z | |
| 2745 | 2026-08-14T12:20:20.114Z | |
| 2746 | 2026-08-14T12:20:20.114Z | 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 } }] |
| 2747 | 2026-08-14T12:20:20.114Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 DEBGAug 14 12:20:19.035DEBG 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 } }]Aug 14 12:20:19.035replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2748 | 2026-08-14T12:20:20.114Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2749 | 2026-08-14T12:20:20.114Z | |
| 2750 | 2026-08-14T12:20:20.115Z | test route::tests::grow_succeeds ... ok |
| 2751 | 2026-08-14T12:20:20.115Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2752 | 2026-08-14T12:20:20.115Z | Aug 14 12:20:19.035 INFOAug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBGDEBG |
| 2753 | 2026-08-14T12:20:20.115Z | |
| 2754 | 2026-08-14T12:20:20.115Z | 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: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 } }] |
| 2755 | 2026-08-14T12:20:20.115Z | |
| 2756 | 2026-08-14T12:20:20.115Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 DEBG DEBGAug 14 12:20:19.035Aug 14 12:20:19.035replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2757 | 2026-08-14T12:20:20.115Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2758 | 2026-08-14T12:20:20.115Z | INFO |
| 2759 | 2026-08-14T12:20:20.115Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 14 12:20:19.035 |
| 2760 | 2026-08-14T12:20:20.115Z | Aug 14 12:20:19.035INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 14 12:20:19.035 |
| 2761 | 2026-08-14T12:20:20.115Z | Aug 14 12:20:19.035 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 2762 | 2026-08-14T12:20:20.115Z | DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2763 | 2026-08-14T12:20:20.115Z | Aug 14 12:20:19.035 |
| 2764 | 2026-08-14T12:20:20.115Z | Aug 14 12:20:19.035DEBG 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 } }] Aug 14 12:20:19.035replacing 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 14 12:20:19.035 |
| 2765 | 2026-08-14T12:20:20.115Z | INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2766 | 2026-08-14T12:20:20.115Z | |
| 2767 | 2026-08-14T12:20:20.115Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 14 12:20:19.035 |
| 2768 | 2026-08-14T12:20:20.115Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 INFOINFO Aug 14 12:20:19.035adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2769 | 2026-08-14T12:20:20.115Z | DEBGDEBG adding route 3fff:beef:1e::/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 } }] |
| 2770 | 2026-08-14T12:20:20.115Z | |
| 2771 | 2026-08-14T12:20:20.115Z | 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 14 12:20:19.035 |
| 2772 | 2026-08-14T12:20:20.115Z | DEBGAug 14 12:20:19.035 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 14 12:20:19.035 |
| 2773 | 2026-08-14T12:20:20.115Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2774 | 2026-08-14T12:20:20.115Z | Aug 14 12:20:19.035 Aug 14 12:20:19.035adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2775 | 2026-08-14T12:20:20.115Z | |
| 2776 | 2026-08-14T12:20:20.115Z | Aug 14 12:20:19.035 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 2777 | 2026-08-14T12:20:20.115Z | Aug 14 12:20:19.035 Aug 14 12:20:19.035DEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 14 12:20:19.035 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 } }] 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 } }] |
| 2778 | 2026-08-14T12:20:20.116Z | |
| 2779 | 2026-08-14T12:20:20.116Z | |
| 2780 | 2026-08-14T12:20:20.116Z | 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 } }] |
| 2781 | 2026-08-14T12:20:20.116Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035DEBGAug 14 12:20:19.035 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 } }]INFOINFO |
| 2782 | 2026-08-14T12:20:20.116Z | INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2783 | 2026-08-14T12:20:20.116Z | |
| 2784 | 2026-08-14T12:20:20.116Z | Aug 14 12:20:19.035 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO |
| 2785 | 2026-08-14T12:20:20.116Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 14 12:20:19.035 |
| 2786 | 2026-08-14T12:20:20.116Z | Aug 14 12:20:19.035DEBG Aug 14 12:20:19.035DEBGAug 14 12:20:19.035 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 2787 | 2026-08-14T12:20:20.116Z | 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 |
| 2788 | 2026-08-14T12:20:20.116Z | 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: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 } }] |
| 2789 | 2026-08-14T12:20:20.116Z | Aug 14 12:20:19.035 |
| 2790 | 2026-08-14T12:20:20.116Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:20:19.035 |
| 2791 | 2026-08-14T12:20:20.116Z | Aug 14 12:20:19.035 Aug 14 12:20:19.035INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOAug 14 12:20:19.035 |
| 2792 | 2026-08-14T12:20:20.125Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 2793 | 2026-08-14T12:20:20.125Z | DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 14 12:20:19.035 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 } }] |
| 2794 | 2026-08-14T12:20:20.125Z | DEBG |
| 2795 | 2026-08-14T12:20:20.125Z | 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 } }] |
| 2796 | 2026-08-14T12:20:20.125Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035DEBG Aug 14 12:20:19.035 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 } }]DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 2797 | 2026-08-14T12:20:20.125Z | |
| 2798 | 2026-08-14T12:20:20.125Z | |
| 2799 | 2026-08-14T12:20:20.125Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2800 | 2026-08-14T12:20:20.125Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035INFOAug 14 12:20:19.035 Aug 14 12:20:19.035 DEBG INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffcreated new freemap |
| 2801 | 2026-08-14T12:20:20.125Z | |
| 2802 | 2026-08-14T12:20:20.125Z | 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 } }], unit |
| 2803 | 2026-08-14T12:20:20.125Z | :Aug 14 12:20:19.035 freemap_route_ipv4Aug 14 12:20:19.035DEBG Aug 14 12:20:19.035 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 |
| 2804 | 2026-08-14T12:20:20.125Z | |
| 2805 | 2026-08-14T12:20:20.125Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2806 | 2026-08-14T12:20:20.126Z | |
| 2807 | 2026-08-14T12:20:20.126Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 DEBGINFOAug 14 12:20:19.035 Aug 14 12:20:19.035created new freemapDEBG, adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff unitreplacing 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 } }]: |
| 2808 | 2026-08-14T12:20:20.126Z | INFO |
| 2809 | 2026-08-14T12:20:20.126Z | freemap_route_ipv6 |
| 2810 | 2026-08-14T12:20:20.126Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2811 | 2026-08-14T12:20:20.126Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 |
| 2812 | 2026-08-14T12:20:20.126Z | DEBGAug 14 12:20:19.035INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 2813 | 2026-08-14T12:20:20.126Z | 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: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 } }] |
| 2814 | 2026-08-14T12:20:20.126Z | |
| 2815 | 2026-08-14T12:20:20.126Z | Aug 14 12:20:19.035Aug 14 12:20:19.035Aug 14 12:20:19.035 DEBGAug 14 12:20:19.035INFO Aug 14 12:20:19.035 DEBGINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffinitted freemap. size: 64 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff, |
| 2816 | 2026-08-14T12:20:20.126Z | 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 } }] |
| 2817 | 2026-08-14T12:20:20.126Z | |
| 2818 | 2026-08-14T12:20:20.126Z | unit: freemap_route_ipv4INFO |
| 2819 | 2026-08-14T12:20:20.126Z | Aug 14 12:20:19.035Aug 14 12:20:19.035adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:20:19.035 INFO |
| 2820 | 2026-08-14T12:20:20.126Z | DEBGDEBG Aug 14 12:20:19.035 DEBG Aug 14 12:20:19.035adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreset freemapreplacing 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: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 } }] |
| 2821 | 2026-08-14T12:20:20.126Z | unit |
| 2822 | 2026-08-14T12:20:20.126Z | :DEBG freemap_route_ipv4Aug 14 12:20:19.035 |
| 2823 | 2026-08-14T12:20:20.126Z | 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 14 12:20:19.035 |
| 2824 | 2026-08-14T12:20:20.126Z | |
| 2825 | 2026-08-14T12:20:20.126Z | DEBGINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2826 | 2026-08-14T12:20:20.126Z | Aug 14 12:20:19.035 |
| 2827 | 2026-08-14T12:20:20.126Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 DEBG Aug 14 12:20:19.035 initted freemap. size: 64Aug 14 12:20:19.035INFOINFO, unit :INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2828 | 2026-08-14T12:20:20.126Z | freemap_route_ipv6adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2829 | 2026-08-14T12:20:20.126Z | DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2830 | 2026-08-14T12:20:20.126Z | Aug 14 12:20:19.035 |
| 2831 | 2026-08-14T12:20:20.126Z | 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 } }] |
| 2832 | 2026-08-14T12:20:20.126Z | DEBGAug 14 12:20:19.035 Aug 14 12:20:19.035DEBG Aug 14 12:20:19.035replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2833 | 2026-08-14T12:20:20.126Z | Aug 14 12:20:19.035 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap Aug 14 12:20:19.035, unitDEBG |
| 2834 | 2026-08-14T12:20:20.126Z | INFOINFO: adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2835 | 2026-08-14T12:20:20.126Z | freemap_route_ipv6Aug 14 12:20:19.035 |
| 2836 | 2026-08-14T12:20:20.127Z | INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2837 | 2026-08-14T12:20:20.127Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2838 | 2026-08-14T12:20:20.127Z | |
| 2839 | 2026-08-14T12:20:20.127Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 INFOAug 14 12:20:19.035DEBG Aug 14 12:20:19.035INFOAug 14 12:20:19.035adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2840 | 2026-08-14T12:20:20.127Z | DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2841 | 2026-08-14T12:20:20.127Z | 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 } }] |
| 2842 | 2026-08-14T12:20:20.127Z | |
| 2843 | 2026-08-14T12:20:20.127Z | |
| 2844 | 2026-08-14T12:20:20.127Z | Aug 14 12:20:19.035 DEBGAug 14 12:20:19.035Aug 14 12:20:19.035Aug 14 12:20:19.035 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 |
| 2845 | 2026-08-14T12:20:20.127Z | Aug 14 12:20:19.035 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 2846 | 2026-08-14T12:20:20.127Z | INFOINFOINFO Aug 14 12:20:19.035 Aug 14 12:20:19.035adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2847 | 2026-08-14T12:20:20.127Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2848 | 2026-08-14T12:20:20.127Z | INFO |
| 2849 | 2026-08-14T12:20:20.127Z | DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2850 | 2026-08-14T12:20:20.127Z | Aug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 2851 | 2026-08-14T12:20:20.127Z | |
| 2852 | 2026-08-14T12:20:20.127Z | 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 } }]DEBGAug 14 12:20:19.035 |
| 2853 | 2026-08-14T12:20:20.127Z | 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 } }]Aug 14 12:20:19.035 |
| 2854 | 2026-08-14T12:20:20.127Z | 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 14 12:20:19.035 |
| 2855 | 2026-08-14T12:20:20.127Z | INFOINFO Aug 14 12:20:19.035adding route 3fff:beef:31::/64 -> 2001:db8::55:ff adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 14 12:20:19.035 |
| 2856 | 2026-08-14T12:20:20.127Z | INFO INFO |
| 2857 | 2026-08-14T12:20:20.127Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2858 | 2026-08-14T12:20:20.127Z | |
| 2859 | 2026-08-14T12:20:20.127Z | Aug 14 12:20:19.035 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:20:19.035 |
| 2860 | 2026-08-14T12:20:20.127Z | Aug 14 12:20:19.035DEBG Aug 14 12:20:19.035replacing 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 |
| 2861 | 2026-08-14T12:20:20.127Z | INFOAug 14 12:20:19.035 adding route 3fff:beef:30::/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 } }] |
| 2862 | 2026-08-14T12:20:20.127Z | |
| 2863 | 2026-08-14T12:20:20.127Z | DEBGAug 14 12:20:19.035 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 14 12:20:19.035Aug 14 12:20:19.035 |
| 2864 | 2026-08-14T12:20:20.127Z | INFO DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2865 | 2026-08-14T12:20:20.127Z | |
| 2866 | 2026-08-14T12:20:20.128Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2867 | 2026-08-14T12:20:20.128Z | Aug 14 12:20:19.036Aug 14 12:20:19.037 DEBGDEBG Aug 14 12:20:19.035 created new freemap 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 |
| 2868 | 2026-08-14T12:20:20.128Z | unit :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 } }] |
| 2869 | 2026-08-14T12:20:20.128Z | freemap_route_ipv4 |
| 2870 | 2026-08-14T12:20:20.128Z | Aug 14 12:20:19.037 INFOAug 14 12:20:19.037 Aug 14 12:20:19.035Aug 14 12:20:19.037 INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO created new freemap, unit: freemap_route_ipv6 |
| 2871 | 2026-08-14T12:20:20.128Z | |
| 2872 | 2026-08-14T12:20:20.128Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 14 12:20:19.037 |
| 2873 | 2026-08-14T12:20:20.128Z | DEBG initted freemap. size: 64, unit:Aug 14 12:20:19.037 freemap_route_ipv4DEBG |
| 2874 | 2026-08-14T12:20:20.128Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2875 | 2026-08-14T12:20:20.128Z | Aug 14 12:20:19.037adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2876 | 2026-08-14T12:20:20.128Z | Aug 14 12:20:19.037DEBG 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 } }] |
| 2877 | 2026-08-14T12:20:20.128Z | DEBGAug 14 12:20:19.037 INFOreset freemap , Aug 14 12:20:19.037Aug 14 12:20:19.037 unitDEBGINFO:adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2878 | 2026-08-14T12:20:20.128Z | 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 } }] |
| 2879 | 2026-08-14T12:20:20.128Z | freemap_route_ipv4 |
| 2880 | 2026-08-14T12:20:20.128Z | |
| 2881 | 2026-08-14T12:20:20.128Z | Aug 14 12:20:19.037Aug 14 12:20:19.037 Aug 14 12:20:19.037DEBG INFOAug 14 12:20:19.037 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 } }] |
| 2882 | 2026-08-14T12:20:20.128Z | initted freemap. size: 64adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG, |
| 2883 | 2026-08-14T12:20:20.128Z | unit : replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 2884 | 2026-08-14T12:20:20.128Z | Aug 14 12:20:19.037 |
| 2885 | 2026-08-14T12:20:20.128Z | Aug 14 12:20:19.037INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 2886 | 2026-08-14T12:20:20.128Z | Aug 14 12:20:19.037Aug 14 12:20:19.037 DEBG INFO reset freemapreplacing 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 14 12:20:19.037adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2887 | 2026-08-14T12:20:20.128Z | , DEBGunit: |
| 2888 | 2026-08-14T12:20:20.128Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 2889 | 2026-08-14T12:20:20.128Z | |
| 2890 | 2026-08-14T12:20:20.128Z | Aug 14 12:20:19.037Aug 14 12:20:19.037 DEBGINFO Aug 14 12:20:19.037adding route 3fff:beef:2c::/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 } }]Aug 14 12:20:19.037 |
| 2891 | 2026-08-14T12:20:20.128Z | |
| 2892 | 2026-08-14T12:20:20.133Z | INFO Aug 14 12:20:19.037adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 2893 | 2026-08-14T12:20:20.133Z | Aug 14 12:20:19.037 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 2894 | 2026-08-14T12:20:20.134Z | Aug 14 12:20:19.037created new freemapINFO , adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGAug 14 12:20:19.037 |
| 2895 | 2026-08-14T12:20:20.134Z | unitAug 14 12:20:19.037: DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 2896 | 2026-08-14T12:20:20.134Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:20:19.037 |
| 2897 | 2026-08-14T12:20:20.134Z | |
| 2898 | 2026-08-14T12:20:20.134Z | DEBGAug 14 12:20:19.037 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 } }] |
| 2899 | 2026-08-14T12:20:20.134Z | Aug 14 12:20:19.037replacing 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 14 12:20:19.037 |
| 2900 | 2026-08-14T12:20:20.134Z | INFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2901 | 2026-08-14T12:20:20.134Z | created new freemap |
| 2902 | 2026-08-14T12:20:20.134Z | , unitAug 14 12:20:19.037: Aug 14 12:20:19.037Aug 14 12:20:19.037 DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]freemap_route_ipv6 |
| 2903 | 2026-08-14T12:20:20.134Z | INFO |
| 2904 | 2026-08-14T12:20:20.134Z | Aug 14 12:20:19.037 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 2905 | 2026-08-14T12:20:20.134Z | Aug 14 12:20:19.037 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:20:19.037 |
| 2906 | 2026-08-14T12:20:20.134Z | |
| 2907 | 2026-08-14T12:20:20.134Z | DEBGINFOAug 14 12:20:19.037 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:20:19.037 Aug 14 12:20:19.037 |
| 2908 | 2026-08-14T12:20:20.134Z | initted freemap. size: 64 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 } }]INFO |
| 2909 | 2026-08-14T12:20:20.134Z | , unitAug 14 12:20:19.037:Aug 14 12:20:19.037 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2910 | 2026-08-14T12:20:20.134Z | |
| 2911 | 2026-08-14T12:20:20.134Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2912 | 2026-08-14T12:20:20.134Z | Aug 14 12:20:19.037freemap_route_ipv4 |
| 2913 | 2026-08-14T12:20:20.134Z | |
| 2914 | 2026-08-14T12:20:20.134Z | DEBG Aug 14 12:20:19.037replacing 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 } }] |
| 2915 | 2026-08-14T12:20:20.134Z | Aug 14 12:20:19.037 Aug 14 12:20:19.037 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFOAug 14 12:20:19.037DEBG |
| 2916 | 2026-08-14T12:20:20.134Z | Aug 14 12:20:19.037DEBGreplacing 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:2e::/64 -> 2001:db8::55:ff INFO |
| 2917 | 2026-08-14T12:20:20.134Z | |
| 2918 | 2026-08-14T12:20:20.134Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreset freemapAug 14 12:20:19.037, unit |
| 2919 | 2026-08-14T12:20:20.134Z | DEBGAug 14 12:20:19.037: Aug 14 12:20:19.037 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 2920 | 2026-08-14T12:20:20.134Z | INFODEBG freemap_route_ipv4adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2921 | 2026-08-14T12:20:20.134Z | Aug 14 12:20:19.037Aug 14 12:20:19.037 |
| 2922 | 2026-08-14T12:20:20.135Z | 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 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 } }] |
| 2923 | 2026-08-14T12:20:20.135Z | |
| 2924 | 2026-08-14T12:20:20.135Z | Aug 14 12:20:19.037replacing 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 } }] |
| 2925 | 2026-08-14T12:20:20.135Z | Aug 14 12:20:19.037 DEBG Aug 14 12:20:19.037DEBGAug 14 12:20:19.037 initted freemap. size: 64INFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2926 | 2026-08-14T12:20:20.135Z | |
| 2927 | 2026-08-14T12:20:20.135Z | , unit: INFOAug 14 12:20:19.037 Aug 14 12:20:19.037 freemap_route_ipv6INFO |
| 2928 | 2026-08-14T12:20:20.135Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 2929 | 2026-08-14T12:20:20.135Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2930 | 2026-08-14T12:20:20.135Z | 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 } }] |
| 2931 | 2026-08-14T12:20:20.135Z | Aug 14 12:20:19.037 Aug 14 12:20:19.037Aug 14 12:20:19.037 DEBGDEBG Aug 14 12:20:19.037reset freemapDEBG , 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 } }] |
| 2932 | 2026-08-14T12:20:20.135Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunitreplacing 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 } }]: |
| 2933 | 2026-08-14T12:20:20.135Z | |
| 2934 | 2026-08-14T12:20:20.135Z | Aug 14 12:20:19.037freemap_route_ipv6 |
| 2935 | 2026-08-14T12:20:20.135Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 14 12:20:19.037Aug 14 12:20:19.037 |
| 2936 | 2026-08-14T12:20:20.135Z | INFOAug 14 12:20:19.037DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFOAug 14 12:20:19.037 |
| 2937 | 2026-08-14T12:20:20.135Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 2938 | 2026-08-14T12:20:20.135Z | 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 } }] |
| 2939 | 2026-08-14T12:20:20.135Z | 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 14 12:20:19.037 |
| 2940 | 2026-08-14T12:20:20.135Z | Aug 14 12:20:19.037 Aug 14 12:20:19.037DEBG Aug 14 12:20:19.037INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 2941 | 2026-08-14T12:20:20.135Z | INFOadding route 3fff:beef:3c::/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 } }] |
| 2942 | 2026-08-14T12:20:20.135Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2943 | 2026-08-14T12:20:20.135Z | |
| 2944 | 2026-08-14T12:20:20.135Z | Aug 14 12:20:19.037 Aug 14 12:20:19.037INFO Aug 14 12:20:19.037 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:20:19.037adding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBG |
| 2945 | 2026-08-14T12:20:20.135Z | |
| 2946 | 2026-08-14T12:20:20.135Z | DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 2947 | 2026-08-14T12:20:20.135Z | |
| 2948 | 2026-08-14T12:20:20.135Z | Aug 14 12:20:19.037Aug 14 12:20:19.037 DEBG DEBGAug 14 12:20:19.037replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 14 12:20:19.037 |
| 2949 | 2026-08-14T12:20:20.135Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 2950 | 2026-08-14T12:20:20.135Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGINFO |
| 2951 | 2026-08-14T12:20:20.135Z | failed to allocate space for the new target list |
| 2952 | 2026-08-14T12:20:20.136Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2953 | 2026-08-14T12:20:20.136Z | Aug 14 12:20:19.037Aug 14 12:20:19.037 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:20:19.037adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2954 | 2026-08-14T12:20:20.136Z | |
| 2955 | 2026-08-14T12:20:20.136Z | DEBGAug 14 12:20:19.037 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 14 12:20:19.037Aug 14 12:20:19.037 |
| 2956 | 2026-08-14T12:20:20.136Z | test route::tests::identity_replace_is_noop ... ok |
| 2957 | 2026-08-14T12:20:20.136Z | 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 2958 | 2026-08-14T12:20:20.136Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 2959 | 2026-08-14T12:20:20.136Z | |
| 2960 | 2026-08-14T12:20:20.136Z | Aug 14 12:20:19.037 INFOAug 14 12:20:19.037 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 2961 | 2026-08-14T12:20:20.136Z | Aug 14 12:20:19.035 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 2962 | 2026-08-14T12:20:20.136Z | Aug 14 12:20:19.037 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOAug 14 12:20:19.037 |
| 2963 | 2026-08-14T12:20:20.136Z | DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 14 12:20:19.037 |
| 2964 | 2026-08-14T12:20:20.136Z | 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 |
| 2965 | 2026-08-14T12:20:20.136Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:20:19.037 |
| 2966 | 2026-08-14T12:20:20.136Z | Aug 14 12:20:19.037 DEBGDEBG Aug 14 12:20:19.037 Aug 14 12:20:19.037replacing 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: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 } }] |
| 2967 | 2026-08-14T12:20:20.136Z | |
| 2968 | 2026-08-14T12:20:20.136Z | INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2969 | 2026-08-14T12:20:20.136Z | Aug 14 12:20:19.038 Aug 14 12:20:19.038Aug 14 12:20:19.037Aug 14 12:20:19.050 DEBGDEBGINFO DEBGcreated new freemap , 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 } }]unitcreated new freemap |
| 2970 | 2026-08-14T12:20:20.136Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2971 | 2026-08-14T12:20:20.136Z | Aug 14 12:20:19.051 INFO, Aug 14 12:20:19.036unit : DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2972 | 2026-08-14T12:20:20.136Z | |
| 2973 | 2026-08-14T12:20:20.136Z | created new freemapAug 14 12:20:19.051 Aug 14 12:20:19.037DEBGAug 14 12:20:19.051 , INFOunit replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2974 | 2026-08-14T12:20:20.136Z | :Aug 14 12:20:19.051 |
| 2975 | 2026-08-14T12:20:20.136Z | DEBG freemap_route_ipv4 |
| 2976 | 2026-08-14T12:20:20.136Z | 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 } }] |
| 2977 | 2026-08-14T12:20:20.136Z | Aug 14 12:20:19.051DEBG Aug 14 12:20:19.051created new freemapINFO, DEBGunit :Aug 14 12:20:19.051created new freemapadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2978 | 2026-08-14T12:20:20.136Z | DEBGAug 14 12:20:19.051 freemap_route_ipv6 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2979 | 2026-08-14T12:20:20.136Z | , |
| 2980 | 2026-08-14T12:20:20.136Z | unit:adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2981 | 2026-08-14T12:20:20.137Z | freemap_route_ipv6Aug 14 12:20:19.051Aug 14 12:20:19.051 INFOAug 14 12:20:19.051 DEBGAug 14 12:20:19.051adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2982 | 2026-08-14T12:20:20.137Z | DEBG |
| 2983 | 2026-08-14T12:20:20.137Z | 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: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 |
| 2984 | 2026-08-14T12:20:20.137Z | |
| 2985 | 2026-08-14T12:20:20.137Z | initted freemap. size: 64, unitAug 14 12:20:19.051: DEBGAug 14 12:20:19.051freemap_route_ipv4 |
| 2986 | 2026-08-14T12:20:20.137Z | DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2987 | 2026-08-14T12:20:20.137Z | Aug 14 12:20:19.051initted freemap. size: 64Aug 14 12:20:19.051, Aug 14 12:20:19.051 unitINFO: freemap_route_ipv4Aug 14 12:20:19.051DEBG |
| 2988 | 2026-08-14T12:20:20.137Z | INFO reset freemapadding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff, |
| 2989 | 2026-08-14T12:20:20.137Z | Aug 14 12:20:19.051 |
| 2990 | 2026-08-14T12:20:20.137Z | INFO DEBGunit adding route 3fff:beef:37::/64 -> 2001:db8::55:ff:Aug 14 12:20:19.051Aug 14 12:20:19.051reset freemap , unitfreemap_route_ipv4DEBG |
| 2991 | 2026-08-14T12:20:20.137Z | : 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 } }] |
| 2992 | 2026-08-14T12:20:20.144Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 2993 | 2026-08-14T12:20:20.144Z | |
| 2994 | 2026-08-14T12:20:20.144Z | |
| 2995 | 2026-08-14T12:20:20.144Z | Aug 14 12:20:19.051 Aug 14 12:20:19.051Aug 14 12:20:19.051 Aug 14 12:20:19.051DEBGINFO DEBGinitted freemap. size: 64 , adding route 3fff:beef:29::/64 -> 2001:db8::55:ffunitinitted freemap. size: 64 |
| 2996 | 2026-08-14T12:20:20.144Z | INFOAug 14 12:20:19.051 , : adding route 3fff:beef:35::/64 -> 2001:db8::55:ffunit |
| 2997 | 2026-08-14T12:20:20.144Z | DEBG: Aug 14 12:20:19.051freemap_route_ipv6 freemap_route_ipv6DEBG |
| 2998 | 2026-08-14T12:20:20.144Z | |
| 2999 | 2026-08-14T12:20:20.144Z | 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 } }] |
| 3000 | 2026-08-14T12:20:20.144Z | 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 14 12:20:19.051Aug 14 12:20:19.051 Aug 14 12:20:19.051DEBGAug 14 12:20:19.051 |
| 3001 | 2026-08-14T12:20:20.144Z | DEBG INFO reset freemap 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 } }]unit |
| 3002 | 2026-08-14T12:20:20.144Z | reset freemapadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff, unit: |
| 3003 | 2026-08-14T12:20:20.144Z | :freemap_route_ipv6 Aug 14 12:20:19.051 |
| 3004 | 2026-08-14T12:20:20.144Z | Aug 14 12:20:19.051freemap_route_ipv6 INFO |
| 3005 | 2026-08-14T12:20:20.144Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 14 12:20:19.051 |
| 3006 | 2026-08-14T12:20:20.144Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 14 12:20:19.051 DEBG |
| 3007 | 2026-08-14T12:20:20.144Z | INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3008 | 2026-08-14T12:20:20.144Z | Aug 14 12:20:19.051 |
| 3009 | 2026-08-14T12:20:20.144Z | INFO Aug 14 12:20:19.051Aug 14 12:20:19.051adding route 172.16.0.0/32 -> 10.0.0.1 Aug 14 12:20:19.051 DEBG |
| 3010 | 2026-08-14T12:20:20.145Z | 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 } }]Aug 14 12:20:19.051 |
| 3011 | 2026-08-14T12:20:20.145Z | 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 } }] |
| 3012 | 2026-08-14T12:20:20.145Z | 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 14 12:20:19.051Aug 14 12:20:19.051 |
| 3013 | 2026-08-14T12:20:20.145Z | Aug 14 12:20:19.051 DEBGINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3014 | 2026-08-14T12:20:20.145Z | |
| 3015 | 2026-08-14T12:20:20.145Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3016 | 2026-08-14T12:20:20.145Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 14 12:20:19.051 |
| 3017 | 2026-08-14T12:20:20.145Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:20:19.051 |
| 3018 | 2026-08-14T12:20:20.145Z | DEBGAug 14 12:20:19.051 Aug 14 12:20:19.051 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 } }]DEBGDEBG |
| 3019 | 2026-08-14T12:20:20.145Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 14 12:20:19.051 |
| 3020 | 2026-08-14T12:20:20.145Z | |
| 3021 | 2026-08-14T12:20:20.145Z | Aug 14 12:20:19.051 DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3022 | 2026-08-14T12:20:20.145Z | 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 14 12:20:19.051 |
| 3023 | 2026-08-14T12:20:20.145Z | Aug 14 12:20:19.051 INFOINFO Aug 14 12:20:19.051adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3024 | 2026-08-14T12:20:20.145Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3025 | 2026-08-14T12:20:20.145Z | Aug 14 12:20:19.051 INFODEBG Aug 14 12:20:19.051adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:20:19.051 |
| 3026 | 2026-08-14T12:20:20.145Z | 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 } }] 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: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 } }] |
| 3027 | 2026-08-14T12:20:20.145Z | |
| 3028 | 2026-08-14T12:20:20.145Z | Aug 14 12:20:19.051Aug 14 12:20:19.051 |
| 3029 | 2026-08-14T12:20:20.145Z | INFO DEBGAug 14 12:20:19.051 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 14 12:20:19.051Aug 14 12:20:19.051 INFOINFO |
| 3030 | 2026-08-14T12:20:20.145Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3031 | 2026-08-14T12:20:20.145Z | |
| 3032 | 2026-08-14T12:20:20.145Z | adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 3033 | 2026-08-14T12:20:20.145Z | Aug 14 12:20:19.051 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:20:19.051Aug 14 12:20:19.051 |
| 3034 | 2026-08-14T12:20:20.145Z | DEBG INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 3035 | 2026-08-14T12:20:20.145Z | |
| 3036 | 2026-08-14T12:20:20.145Z | Aug 14 12:20:19.051 Aug 14 12:20:19.051DEBG DEBG Aug 14 12:20:19.051replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]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 } }] |
| 3037 | 2026-08-14T12:20:20.146Z | |
| 3038 | 2026-08-14T12:20:20.146Z | Aug 14 12:20:19.051 DEBG |
| 3039 | 2026-08-14T12:20:20.146Z | 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 } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3040 | 2026-08-14T12:20:20.146Z | |
| 3041 | 2026-08-14T12:20:20.146Z | Aug 14 12:20:19.051Aug 14 12:20:19.051 Aug 14 12:20:19.051 Aug 14 12:20:19.051INFO INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 14 12:20:19.051adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3042 | 2026-08-14T12:20:20.146Z | |
| 3043 | 2026-08-14T12:20:20.146Z | |
| 3044 | 2026-08-14T12:20:20.146Z | 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 } }]Aug 14 12:20:19.051DEBGAug 14 12:20:19.051 |
| 3045 | 2026-08-14T12:20:20.146Z | Aug 14 12:20:19.051DEBG 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 |
| 3046 | 2026-08-14T12:20:20.146Z | Aug 14 12:20:19.051DEBG 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 } }] |
| 3047 | 2026-08-14T12:20:20.146Z | WARNreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3048 | 2026-08-14T12:20:20.146Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 14 12:20:19.051 |
| 3049 | 2026-08-14T12:20:20.146Z | INFO |
| 3050 | 2026-08-14T12:20:20.146Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 14 12:20:19.051Aug 14 12:20:19.051 |
| 3051 | 2026-08-14T12:20:20.146Z | Aug 14 12:20:19.051INFO DEBGINFOAug 14 12:20:19.051adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3052 | 2026-08-14T12:20:20.146Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 3053 | 2026-08-14T12:20:20.146Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 3054 | 2026-08-14T12:20:20.146Z | 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 } }] |
| 3055 | 2026-08-14T12:20:20.146Z | Aug 14 12:20:19.051 Aug 14 12:20:19.051DEBG 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 } }] |
| 3056 | 2026-08-14T12:20:20.146Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3057 | 2026-08-14T12:20:20.146Z | Aug 14 12:20:19.051Aug 14 12:20:19.051 |
| 3058 | 2026-08-14T12:20:20.146Z | Aug 14 12:20:19.051 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 3059 | 2026-08-14T12:20:20.146Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3060 | 2026-08-14T12:20:20.146Z | DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3061 | 2026-08-14T12:20:20.146Z | Aug 14 12:20:19.051 |
| 3062 | 2026-08-14T12:20:20.146Z | Aug 14 12:20:19.051WARN Aug 14 12:20:19.051INFO DEBGAug 14 12:20:19.051adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 3063 | 2026-08-14T12:20:20.146Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3064 | 2026-08-14T12:20:20.147Z | 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 } }] |
| 3065 | 2026-08-14T12:20:20.147Z | Aug 14 12:20:19.051Aug 14 12:20:19.051adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff ERRODEBG |
| 3066 | 2026-08-14T12:20:20.147Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 14 12:20:19.051 |
| 3067 | 2026-08-14T12:20:20.147Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3068 | 2026-08-14T12:20:20.147Z | 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 } }] |
| 3069 | 2026-08-14T12:20:20.147Z | INFOAug 14 12:20:19.051 Aug 14 12:20:19.051 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG |
| 3070 | 2026-08-14T12:20:20.147Z | Aug 14 12:20:19.051 ERROINFO adding route 3fff:beef:3e::/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 } }] |
| 3071 | 2026-08-14T12:20:20.147Z | Aug 14 12:20:19.052 Aug 14 12:20:19.052DEBG created new freemapDEBGAug 14 12:20:19.067, unitDEBG: replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 3072 | 2026-08-14T12:20:20.147Z | |
| 3073 | 2026-08-14T12:20:20.147Z | created new freemapAug 14 12:20:19.067, unitDEBG: created new freemapfreemap_route_ipv4, |
| 3074 | 2026-08-14T12:20:20.147Z | unit:Aug 14 12:20:19.067 INFO :freemap_route_ipv6adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 14 12:20:19.067 |
| 3075 | 2026-08-14T12:20:20.147Z | |
| 3076 | 2026-08-14T12:20:20.147Z | freemap_route_ipv4 |
| 3077 | 2026-08-14T12:20:20.147Z | DEBG created new freemapAug 14 12:20:19.067 Aug 14 12:20:19.067, DEBG Aug 14 12:20:19.067 DEBG initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:created new freemap |
| 3078 | 2026-08-14T12:20:20.147Z | Aug 14 12:20:19.067 , DEBGDEBGfreemap_route_ipv4 unit : |
| 3079 | 2026-08-14T12:20:20.147Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 3080 | 2026-08-14T12:20:20.147Z | |
| 3081 | 2026-08-14T12:20:20.147Z | Aug 14 12:20:19.067 freemap_route_ipv6: |
| 3082 | 2026-08-14T12:20:20.147Z | Aug 14 12:20:19.067 Aug 14 12:20:19.067 DEBG DEBGINFO reset freemapAug 14 12:20:19.067adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv6 INFO |
| 3083 | 2026-08-14T12:20:20.147Z | |
| 3084 | 2026-08-14T12:20:20.147Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 14 12:20:19.067 |
| 3085 | 2026-08-14T12:20:20.147Z | , Aug 14 12:20:19.067 DEBGunit : DEBG Aug 14 12:20:19.067freemap_route_ipv4 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 14 12:20:19.067 |
| 3086 | 2026-08-14T12:20:20.147Z | failed to allocate space for the new target listDEBG |
| 3087 | 2026-08-14T12:20:20.147Z | initted freemap. size: 64Aug 14 12:20:19.067 |
| 3088 | 2026-08-14T12:20:20.147Z | , DEBG DEBGinitted freemap. size: 64 , initted freemap. size: 64replacing 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 14 12:20:19.067Aug 14 12:20:19.067, |
| 3089 | 2026-08-14T12:20:20.147Z | unit unitINFOunit:: freemap_route_ipv6 |
| 3090 | 2026-08-14T12:20:20.148Z | freemap_route_ipv4DEBG |
| 3091 | 2026-08-14T12:20:20.148Z | Aug 14 12:20:19.067: freemap_route_ipv4adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 3092 | 2026-08-14T12:20:20.154Z | |
| 3093 | 2026-08-14T12:20:20.154Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3094 | 2026-08-14T12:20:20.154Z | Aug 14 12:20:19.067INFOAug 14 12:20:19.067Aug 14 12:20:19.067Aug 14 12:20:19.067 Aug 14 12:20:19.067 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBGDEBGDEBG DEBGDEBGreset freemap |
| 3095 | 2026-08-14T12:20:20.154Z | 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 } }] |
| 3096 | 2026-08-14T12:20:20.154Z | reset freemap, unit reset freemap:Aug 14 12:20:19.067 Aug 14 12:20:19.067, failed to allocate space for the new target listINFO, |
| 3097 | 2026-08-14T12:20:20.154Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:fffreemap_route_ipv4unitunit:: |
| 3098 | 2026-08-14T12:20:20.154Z | |
| 3099 | 2026-08-14T12:20:20.160Z | freemap_route_ipv4freemap_route_ipv6DEBG |
| 3100 | 2026-08-14T12:20:20.160Z | |
| 3101 | 2026-08-14T12:20:20.161Z | Aug 14 12:20:19.067replacing 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 14 12:20:19.067DEBG Aug 14 12:20:19.067DEBGAug 14 12:20:19.067 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 |
| 3102 | 2026-08-14T12:20:20.161Z | |
| 3103 | 2026-08-14T12:20:20.161Z | INFOinitted freemap. size: 64 adding route 3fff:dead::/64 -> 2001:db8::55:1, unitAug 14 12:20:19.067 |
| 3104 | 2026-08-14T12:20:20.161Z | INFOinitted freemap. size: 64Aug 14 12:20:19.067: adding route 3fff:beef:13::/64 -> 2001:db8::55:ff Aug 14 12:20:19.067 |
| 3105 | 2026-08-14T12:20:20.161Z | INFO DEBGfreemap_route_ipv6 , |
| 3106 | 2026-08-14T12:20:20.161Z | unitAug 14 12:20:19.067:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:34::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv6 |
| 3107 | 2026-08-14T12:20:20.161Z | |
| 3108 | 2026-08-14T12:20:20.161Z | 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 } }] |
| 3109 | 2026-08-14T12:20:20.161Z | |
| 3110 | 2026-08-14T12:20:20.161Z | Aug 14 12:20:19.067 Aug 14 12:20:19.067Aug 14 12:20:19.067 DEBGINFOAug 14 12:20:19.067 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3111 | 2026-08-14T12:20:20.161Z | DEBGreset freemap, unitAug 14 12:20:19.067reset freemapAug 14 12:20:19.067, DEBGINFO : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG |
| 3112 | 2026-08-14T12:20:20.161Z | unit: freemap_route_ipv6adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 14 12:20:19.067 |
| 3113 | 2026-08-14T12:20:20.161Z | INFO |
| 3114 | 2026-08-14T12:20:20.161Z | freemap_route_ipv6replacing 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 } }] |
| 3115 | 2026-08-14T12:20:20.161Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:20:19.067 |
| 3116 | 2026-08-14T12:20:20.161Z | |
| 3117 | 2026-08-14T12:20:20.161Z | Aug 14 12:20:19.067 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:20:19.067 |
| 3118 | 2026-08-14T12:20:20.161Z | 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 14 12:20:19.067INFOAug 14 12:20:19.067 Aug 14 12:20:19.067 INFODEBG |
| 3119 | 2026-08-14T12:20:20.161Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3120 | 2026-08-14T12:20:20.161Z | |
| 3121 | 2026-08-14T12:20:20.161Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 14 12:20:19.067 DEBGAug 14 12:20:19.067 Aug 14 12:20:19.067 |
| 3122 | 2026-08-14T12:20:20.161Z | 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 } }]INFO |
| 3123 | 2026-08-14T12:20:20.161Z | DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 3124 | 2026-08-14T12:20:20.161Z | 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: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3125 | 2026-08-14T12:20:20.161Z | |
| 3126 | 2026-08-14T12:20:20.161Z | Aug 14 12:20:19.067 Aug 14 12:20:19.067INFO Aug 14 12:20:19.067Aug 14 12:20:19.067 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 14 12:20:19.067replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3127 | 2026-08-14T12:20:20.161Z | |
| 3128 | 2026-08-14T12:20:20.161Z | DEBG INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3129 | 2026-08-14T12:20:20.162Z | Aug 14 12:20:19.067DEBG |
| 3130 | 2026-08-14T12:20:20.162Z | Aug 14 12:20:19.067DEBG DEBG Aug 14 12:20:19.067replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:20:19.067 |
| 3131 | 2026-08-14T12:20:20.162Z | |
| 3132 | 2026-08-14T12:20:20.162Z | 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 } }] 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 } }] |
| 3133 | 2026-08-14T12:20:20.162Z | |
| 3134 | 2026-08-14T12:20:20.162Z | Aug 14 12:20:19.067 WARNadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 14 12:20:19.067 |
| 3135 | 2026-08-14T12:20:20.162Z | INFO Aug 14 12:20:19.067 Aug 14 12:20:19.067 adding route 3fff:dead::/64 -> 2001:db8::55:3shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 14 12:20:19.067 |
| 3136 | 2026-08-14T12:20:20.162Z | |
| 3137 | 2026-08-14T12:20:20.162Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFODEBG |
| 3138 | 2026-08-14T12:20:20.162Z | Aug 14 12:20:19.067adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3139 | 2026-08-14T12:20:20.162Z | DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3140 | 2026-08-14T12:20:20.162Z | Aug 14 12:20:19.067replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3141 | 2026-08-14T12:20:20.162Z | DEBGAug 14 12:20:19.067Aug 14 12:20:19.067 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff Aug 14 12:20:19.067 |
| 3142 | 2026-08-14T12:20:20.162Z | |
| 3143 | 2026-08-14T12:20:20.162Z | 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 } }] INFO |
| 3144 | 2026-08-14T12:20:20.162Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:20:19.067 |
| 3145 | 2026-08-14T12:20:20.162Z | DEBGAug 14 12:20:19.067 Aug 14 12:20:19.067 Aug 14 12:20:19.067replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3146 | 2026-08-14T12:20:20.162Z | adding route 172.16.0.0/32 -> 10.0.0.2 INFO |
| 3147 | 2026-08-14T12:20:20.162Z | DEBG Aug 14 12:20:19.067adding route 3fff:beef:37::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3148 | 2026-08-14T12:20:20.162Z | INFO |
| 3149 | 2026-08-14T12:20:20.162Z | Aug 14 12:20:19.067adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 3150 | 2026-08-14T12:20:20.162Z | Aug 14 12:20:19.067DEBG Aug 14 12:20:19.067 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }] |
| 3151 | 2026-08-14T12:20:20.162Z | |
| 3152 | 2026-08-14T12:20:20.162Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 3153 | 2026-08-14T12:20:20.163Z | Aug 14 12:20:19.067replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBG |
| 3154 | 2026-08-14T12:20:20.163Z | 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 14 12:20:19.067Aug 14 12:20:19.067 INFOINFO |
| 3155 | 2026-08-14T12:20:20.163Z | Aug 14 12:20:19.067adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255 |
| 3156 | 2026-08-14T12:20:20.163Z | WARN |
| 3157 | 2026-08-14T12:20:20.163Z | Aug 14 12:20:19.067shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3158 | 2026-08-14T12:20:20.163Z | INFO Aug 14 12:20:19.067adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 14 12:20:19.067 |
| 3159 | 2026-08-14T12:20:20.163Z | DEBGDEBG 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 } }] |
| 3160 | 2026-08-14T12:20:20.163Z | 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 } }] |
| 3161 | 2026-08-14T12:20:20.163Z | Aug 14 12:20:19.067 DEBGAug 14 12:20:19.067 Aug 14 12:20:19.067 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3162 | 2026-08-14T12:20:20.163Z | |
| 3163 | 2026-08-14T12:20:20.163Z | |
| 3164 | 2026-08-14T12:20:20.163Z | Aug 14 12:20:19.067Aug 14 12:20:19.067 Aug 14 12:20:19.067DEBG 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 } }] |
| 3165 | 2026-08-14T12:20:20.163Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3166 | 2026-08-14T12:20:20.163Z | |
| 3167 | 2026-08-14T12:20:20.163Z | Aug 14 12:20:19.067 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3168 | 2026-08-14T12:20:20.163Z | Aug 14 12:20:19.067Aug 14 12:20:19.067 INFODEBG adding route 3fff:beef:3a::/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 } }] |
| 3169 | 2026-08-14T12:20:20.163Z | Aug 14 12:20:19.067 |
| 3170 | 2026-08-14T12:20:20.163Z | 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 } }] |
| 3171 | 2026-08-14T12:20:20.163Z | Aug 14 12:20:19.067 DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3172 | 2026-08-14T12:20:20.163Z | Aug 14 12:20:19.067Aug 14 12:20:19.067 INFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 14 12:20:19.068 |
| 3173 | 2026-08-14T12:20:20.163Z | DEBGshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it |
| 3174 | 2026-08-14T12:20:20.164Z | created new freemap, unit :INFOAug 14 12:20:19.084 |
| 3175 | 2026-08-14T12:20:20.164Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 3176 | 2026-08-14T12:20:20.164Z | DEBGfreemap_route_ipv4 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 } }] |
| 3177 | 2026-08-14T12:20:20.164Z | |
| 3178 | 2026-08-14T12:20:20.164Z | Aug 14 12:20:19.084 DEBGAug 14 12:20:19.084Aug 14 12:20:19.084 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 |
| 3179 | 2026-08-14T12:20:20.164Z | Aug 14 12:20:19.084DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff created new freemapINFO, |
| 3180 | 2026-08-14T12:20:20.164Z | unit Aug 14 12:20:19.084: INFO freemap_route_ipv6adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3181 | 2026-08-14T12:20:20.164Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3182 | 2026-08-14T12:20:20.164Z | Aug 14 12:20:19.084 |
| 3183 | 2026-08-14T12:20:20.164Z | DEBGAug 14 12:20:19.084 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 } }]DEBG |
| 3184 | 2026-08-14T12:20:20.164Z | Aug 14 12:20:19.084Aug 14 12:20:19.084 initted freemap. size: 64DEBG , Aug 14 12:20:19.084unit DEBGDEBG:replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }] |
| 3185 | 2026-08-14T12:20:20.164Z | |
| 3186 | 2026-08-14T12:20:20.164Z | freemap_route_ipv4failed to allocate space for the new target list |
| 3187 | 2026-08-14T12:20:20.164Z | |
| 3188 | 2026-08-14T12:20:20.164Z | Aug 14 12:20:19.084 Aug 14 12:20:19.084INFO Aug 14 12:20:19.084 INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 14 12:20:19.084adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3189 | 2026-08-14T12:20:20.164Z | |
| 3190 | 2026-08-14T12:20:20.164Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 14 12:20:19.084reset freemap |
| 3191 | 2026-08-14T12:20:20.164Z | 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 } }]unit |
| 3192 | 2026-08-14T12:20:20.171Z | :Aug 14 12:20:19.084 freemap_route_ipv4DEBG |
| 3193 | 2026-08-14T12:20:20.171Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:20:19.084 |
| 3194 | 2026-08-14T12:20:20.171Z | INFOAug 14 12:20:19.084 adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 3195 | 2026-08-14T12:20:20.171Z | Aug 14 12:20:19.067 initted freemap. size: 64 , INFOunit Aug 14 12:20:19.084Aug 14 12:20:19.084adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff : |
| 3196 | 2026-08-14T12:20:20.172Z | INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 3197 | 2026-08-14T12:20:20.172Z | |
| 3198 | 2026-08-14T12:20:20.172Z | 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 } }] |
| 3199 | 2026-08-14T12:20:20.172Z | Aug 14 12:20:19.084Aug 14 12:20:19.084 Aug 14 12:20:19.084DEBGDEBGAug 14 12:20:19.084 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 |
| 3200 | 2026-08-14T12:20:20.172Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 3201 | 2026-08-14T12:20:20.172Z | , unitINFO: adding route 172.17.0.7/32 -> 10.0.0.255Aug 14 12:20:19.084 |
| 3202 | 2026-08-14T12:20:20.172Z | freemap_route_ipv6Aug 14 12:20:19.084 INFO |
| 3203 | 2026-08-14T12:20:20.172Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 14 12:20:19.084 |
| 3204 | 2026-08-14T12:20:20.172Z | |
| 3205 | 2026-08-14T12:20:20.172Z | Aug 14 12:20:19.084 DEBGINFOAug 14 12:20:19.084 Aug 14 12:20:19.084 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 3206 | 2026-08-14T12:20:20.172Z | 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 } }]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 } }] |
| 3207 | 2026-08-14T12:20:20.172Z | 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 } }] |
| 3208 | 2026-08-14T12:20:20.172Z | |
| 3209 | 2026-08-14T12:20:20.172Z | Aug 14 12:20:19.084 DEBG Aug 14 12:20:19.084replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3210 | 2026-08-14T12:20:20.172Z | Aug 14 12:20:19.084 INFO DEBGAug 14 12:20:19.084adding route 172.17.0.8/32 -> 10.0.0.255 Aug 14 12:20:19.084 |
| 3211 | 2026-08-14T12:20:20.172Z | INFOfailed to allocate space for the new target list |
| 3212 | 2026-08-14T12:20:20.172Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 3213 | 2026-08-14T12:20:20.172Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:20:19.084 |
| 3214 | 2026-08-14T12:20:20.172Z | DEBGAug 14 12:20:19.084Aug 14 12:20:19.084Aug 14 12:20:19.084 DEBG DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3215 | 2026-08-14T12:20:20.172Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3216 | 2026-08-14T12:20:20.172Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3217 | 2026-08-14T12:20:20.172Z | |
| 3218 | 2026-08-14T12:20:20.172Z | Aug 14 12:20:19.084Aug 14 12:20:19.084Aug 14 12:20:19.084 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 3219 | 2026-08-14T12:20:20.172Z | |
| 3220 | 2026-08-14T12:20:20.172Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 14 12:20:19.084Aug 14 12:20:19.084 |
| 3221 | 2026-08-14T12:20:20.172Z | DEBG DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3222 | 2026-08-14T12:20:20.173Z | 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 } }] |
| 3223 | 2026-08-14T12:20:20.173Z | Aug 14 12:20:19.084 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3224 | 2026-08-14T12:20:20.173Z | Aug 14 12:20:19.084 INFOAug 14 12:20:19.084 adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 3225 | 2026-08-14T12:20:20.173Z | 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 } }] |
| 3226 | 2026-08-14T12:20:20.173Z | Aug 14 12:20:19.084Aug 14 12:20:19.084 DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 3227 | 2026-08-14T12:20:20.173Z | |
| 3228 | 2026-08-14T12:20:20.173Z | Aug 14 12:20:19.084 Aug 14 12:20:19.084DEBG INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3229 | 2026-08-14T12:20:20.173Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3230 | 2026-08-14T12:20:20.173Z | Aug 14 12:20:19.084Aug 14 12:20:19.084 DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3231 | 2026-08-14T12:20:20.173Z | |
| 3232 | 2026-08-14T12:20:20.173Z | Aug 14 12:20:19.084 Aug 14 12:20:19.084DEBG 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 } }] |
| 3233 | 2026-08-14T12:20:20.173Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3234 | 2026-08-14T12:20:20.173Z | Aug 14 12:20:19.084Aug 14 12:20:19.084 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3235 | 2026-08-14T12:20:20.173Z | |
| 3236 | 2026-08-14T12:20:20.173Z | Aug 14 12:20:19.084 Aug 14 12:20:19.084DEBG INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3237 | 2026-08-14T12:20:20.173Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3238 | 2026-08-14T12:20:20.173Z | Aug 14 12:20:19.084Aug 14 12:20:19.084 DEBGINFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3239 | 2026-08-14T12:20:20.173Z | |
| 3240 | 2026-08-14T12:20:20.173Z | Aug 14 12:20:19.084 Aug 14 12:20:19.084DEBG 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 } }] |
| 3241 | 2026-08-14T12:20:20.173Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3242 | 2026-08-14T12:20:20.173Z | Aug 14 12:20:19.085Aug 14 12:20:19.068 Aug 14 12:20:19.085DEBGINFO created new freemapadding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG, |
| 3243 | 2026-08-14T12:20:20.173Z | unit :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 } }] |
| 3244 | 2026-08-14T12:20:20.173Z | Aug 14 12:20:19.085freemap_route_ipv4 |
| 3245 | 2026-08-14T12:20:20.173Z | 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 14 12:20:19.085 |
| 3246 | 2026-08-14T12:20:20.173Z | INFOAug 14 12:20:19.085 adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 3247 | 2026-08-14T12:20:20.173Z | Aug 14 12:20:19.085created new freemap , INFOunitAug 14 12:20:19.085: adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3248 | 2026-08-14T12:20:20.173Z | DEBGfreemap_route_ipv6 |
| 3249 | 2026-08-14T12:20:20.173Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:20:19.085 |
| 3250 | 2026-08-14T12:20:20.174Z | DEBG Aug 14 12:20:19.085replacing 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 14 12:20:19.085DEBG |
| 3251 | 2026-08-14T12:20:20.174Z | initted freemap. size: 64INFO, unitadding route 172.17.0.16/32 -> 10.0.0.255: |
| 3252 | 2026-08-14T12:20:20.174Z | Aug 14 12:20:19.085 INFOfreemap_route_ipv4 |
| 3253 | 2026-08-14T12:20:20.174Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 14 12:20:19.085 |
| 3254 | 2026-08-14T12:20:20.174Z | 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 } }] |
| 3255 | 2026-08-14T12:20:20.174Z | test route::tests::same_size_non_subset_replace ... ok |
| 3256 | 2026-08-14T12:20:20.174Z | Aug 14 12:20:19.085Aug 14 12:20:19.085 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 } }]reset freemapAug 14 12:20:19.085, unit |
| 3257 | 2026-08-14T12:20:20.174Z | :INFO freemap_route_ipv4adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3258 | 2026-08-14T12:20:20.174Z | |
| 3259 | 2026-08-14T12:20:20.174Z | Aug 14 12:20:19.085 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 14 12:20:19.085Aug 14 12:20:19.085 |
| 3260 | 2026-08-14T12:20:20.174Z | DEBGDEBG 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 } }], |
| 3261 | 2026-08-14T12:20:20.174Z | Aug 14 12:20:19.085unit :DEBG Aug 14 12:20:19.085freemap_route_ipv6 |
| 3262 | 2026-08-14T12:20:20.174Z | 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 } }] |
| 3263 | 2026-08-14T12:20:20.174Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:20:19.085 |
| 3264 | 2026-08-14T12:20:20.174Z | DEBGAug 14 12:20:19.085 reset freemapINFOAug 14 12:20:19.085, unit DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3265 | 2026-08-14T12:20:20.174Z | 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 } }]: |
| 3266 | 2026-08-14T12:20:20.174Z | freemap_route_ipv6Aug 14 12:20:19.085 |
| 3267 | 2026-08-14T12:20:20.174Z | DEBGAug 14 12:20:19.085 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 14 12:20:19.085INFO |
| 3268 | 2026-08-14T12:20:20.174Z | adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 3269 | 2026-08-14T12:20:20.174Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3270 | 2026-08-14T12:20:20.174Z | Aug 14 12:20:19.085 Aug 14 12:20:19.085INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 14 12:20:19.085 |
| 3271 | 2026-08-14T12:20:20.174Z | 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 |
| 3272 | 2026-08-14T12:20:20.174Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3273 | 2026-08-14T12:20:20.174Z | Aug 14 12:20:19.085Aug 14 12:20:19.085 Aug 14 12:20:19.085 DEBG INFO INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3274 | 2026-08-14T12:20:20.174Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3275 | 2026-08-14T12:20:20.174Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3276 | 2026-08-14T12:20:20.175Z | Aug 14 12:20:19.085Aug 14 12:20:19.085 Aug 14 12:20:19.085INFO DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3277 | 2026-08-14T12:20:20.175Z | DEBG |
| 3278 | 2026-08-14T12:20:20.175Z | 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 } }] |
| 3279 | 2026-08-14T12:20:20.175Z | Aug 14 12:20:19.085 Aug 14 12:20:19.085DEBG Aug 14 12:20:19.085INFO 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:dead::/64 -> 2001:db8::55:3INFO |
| 3280 | 2026-08-14T12:20:20.175Z | |
| 3281 | 2026-08-14T12:20:20.175Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3282 | 2026-08-14T12:20:20.175Z | Aug 14 12:20:19.085Aug 14 12:20:19.085Aug 14 12:20:19.085 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 } }] |
| 3283 | 2026-08-14T12:20:20.175Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3284 | 2026-08-14T12:20:20.175Z | |
| 3285 | 2026-08-14T12:20:20.175Z | Aug 14 12:20:19.085Aug 14 12:20:19.085 INFODEBGAug 14 12:20:19.085 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 3286 | 2026-08-14T12:20:20.175Z | adding route 172.17.0.22/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 } }] |
| 3287 | 2026-08-14T12:20:20.175Z | |
| 3288 | 2026-08-14T12:20:20.175Z | Aug 14 12:20:19.085 DEBG Aug 14 12:20:19.085replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:20:19.085 INFO Aug 14 12:20:19.085 DEBGAug 14 12:20:19.085 Aug 14 12:20:19.085Aug 14 12:20:19.085 created new freemap DEBGDEBG , DEBG created new freemap |
| 3289 | 2026-08-14T12:20:20.175Z | , created new freemapunitunit:, created new freemap: freemap_route_ipv4, unit unit:freemap_route_ipv4 : |
| 3290 | 2026-08-14T12:20:20.175Z | Aug 14 12:20:19.097freemap_route_ipv4 |
| 3291 | 2026-08-14T12:20:20.175Z | DEBG |
| 3292 | 2026-08-14T12:20:20.212Z | freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }] |
| 3293 | 2026-08-14T12:20:20.212Z | |
| 3294 | 2026-08-14T12:20:20.212Z | Aug 14 12:20:19.097Aug 14 12:20:19.097 DEBGDEBG created new freemapAug 14 12:20:19.097, DEBGcreated new freemapunit, :Aug 14 12:20:19.097Aug 14 12:20:19.085 unit freemap_route_ipv6 created new freemap |
| 3295 | 2026-08-14T12:20:20.212Z | DEBG: freemap_route_ipv6 , DEBG |
| 3296 | 2026-08-14T12:20:20.212Z | unitAug 14 12:20:19.097: created new freemapfreemap_route_ipv6 |
| 3297 | 2026-08-14T12:20:20.212Z | created new freemapDEBG , initted freemap. size: 64unitAug 14 12:20:19.097, , unitunit:DEBG :initted freemap. size: 64 , freemap_route_ipv6Aug 14 12:20:19.097:unit freemap_route_ipv4 freemap_route_ipv4DEBG |
| 3298 | 2026-08-14T12:20:20.212Z | |
| 3299 | 2026-08-14T12:20:20.212Z | |
| 3300 | 2026-08-14T12:20:20.212Z | :initted freemap. size: 64 , freemap_route_ipv4unit: |
| 3301 | 2026-08-14T12:20:20.212Z | Aug 14 12:20:19.097freemap_route_ipv4Aug 14 12:20:19.097 |
| 3302 | 2026-08-14T12:20:20.212Z | Aug 14 12:20:19.097DEBG DEBGDEBGAug 14 12:20:19.097 created new freemapreset freemapinitted freemap. size: 64 , , DEBGunit, Aug 14 12:20:19.097unit :reset freemap :freemap_route_ipv4unitDEBG : |
| 3303 | 2026-08-14T12:20:20.212Z | freemap_route_ipv4freemap_route_ipv6, reset freemap |
| 3304 | 2026-08-14T12:20:20.212Z | unit |
| 3305 | 2026-08-14T12:20:20.212Z | , unit:: freemap_route_ipv4Aug 14 12:20:19.097Aug 14 12:20:19.097 |
| 3306 | 2026-08-14T12:20:20.212Z | DEBGDEBG freemap_route_ipv4initted freemap. size: 64 |
| 3307 | 2026-08-14T12:20:20.212Z | reset freemap, , Aug 14 12:20:19.097unitunit Aug 14 12:20:19.097Aug 14 12:20:19.097 :DEBG DEBG :freemap_route_ipv4 initted freemap. size: 64 |
| 3308 | 2026-08-14T12:20:20.212Z | initted freemap. size: 64, , freemap_route_ipv4unitDEBGunitAug 14 12:20:19.097 : initted freemap. size: 64: , DEBGunit |
| 3309 | 2026-08-14T12:20:20.212Z | :reset freemap , freemap_route_ipv6 freemap_route_ipv6 |
| 3310 | 2026-08-14T12:20:20.212Z | unit |
| 3311 | 2026-08-14T12:20:20.213Z | : freemap_route_ipv6freemap_route_ipv4Aug 14 12:20:19.097 |
| 3312 | 2026-08-14T12:20:20.213Z | Aug 14 12:20:19.097 DEBG |
| 3313 | 2026-08-14T12:20:20.213Z | Aug 14 12:20:19.097 DEBG initted freemap. size: 64 Aug 14 12:20:19.097, unitDEBG:DEBG Aug 14 12:20:19.097reset freemap , reset freemap , unitDEBGunit:: freemap_route_ipv6freemap_route_ipv6 |
| 3314 | 2026-08-14T12:20:20.213Z | freemap_route_ipv6reset freemap |
| 3315 | 2026-08-14T12:20:20.213Z | |
| 3316 | 2026-08-14T12:20:20.213Z | initted freemap. size: 64, , unitunit:Aug 14 12:20:19.097Aug 14 12:20:19.097: DEBGfreemap_route_ipv6 INFOfreemap_route_ipv6 |
| 3317 | 2026-08-14T12:20:20.213Z | |
| 3318 | 2026-08-14T12:20:20.213Z | reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3319 | 2026-08-14T12:20:20.213Z | Aug 14 12:20:19.097, unit :INFO freemap_route_ipv6Aug 14 12:20:19.097adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3320 | 2026-08-14T12:20:20.213Z | Aug 14 12:20:19.097Aug 14 12:20:19.097INFO |
| 3321 | 2026-08-14T12:20:20.213Z | DEBG Aug 14 12:20:19.097DEBG adding route 172.16.0.0/32 -> 10.0.0.1reset freemapINFO |
| 3322 | 2026-08-14T12:20:20.213Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3323 | 2026-08-14T12:20:20.213Z | |
| 3324 | 2026-08-14T12:20:20.213Z | Aug 14 12:20:19.097, DEBGAug 14 12:20:19.097unit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 3325 | 2026-08-14T12:20:20.213Z | Aug 14 12:20:19.097Aug 14 12:20:19.097: INFOfreemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3326 | 2026-08-14T12:20:20.214Z | DEBG |
| 3327 | 2026-08-14T12:20:20.214Z | |
| 3328 | 2026-08-14T12:20:20.215Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3329 | 2026-08-14T12:20:20.215Z | Aug 14 12:20:19.097Aug 14 12:20:19.097Aug 14 12:20:19.097 DEBGINFOINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:20:19.097replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3330 | 2026-08-14T12:20:20.216Z | |
| 3331 | 2026-08-14T12:20:20.217Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:20:19.097 |
| 3332 | 2026-08-14T12:20:20.217Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3333 | 2026-08-14T12:20:20.218Z | Aug 14 12:20:19.097INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:20:19.097 |
| 3334 | 2026-08-14T12:20:20.218Z | Aug 14 12:20:19.097 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 } }] Aug 14 12:20:19.097adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3335 | 2026-08-14T12:20:20.219Z | |
| 3336 | 2026-08-14T12:20:20.220Z | DEBGAug 14 12:20:19.097 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGAug 14 12:20:19.097 |
| 3337 | 2026-08-14T12:20:20.220Z | DEBG Aug 14 12:20:19.097 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3338 | 2026-08-14T12:20:20.221Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 3339 | 2026-08-14T12:20:20.222Z | DEBG 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 } }] |
| 3340 | 2026-08-14T12:20:20.223Z | |
| 3341 | 2026-08-14T12:20:20.223Z | Aug 14 12:20:19.097Aug 14 12:20:19.097Aug 14 12:20:19.097 INFOINFO Aug 14 12:20:19.097DEBG Aug 14 12:20:19.097 adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 3342 | 2026-08-14T12:20:20.224Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3343 | 2026-08-14T12:20:20.225Z | |
| 3344 | 2026-08-14T12:20:20.225Z | Aug 14 12:20:19.097 |
| 3345 | 2026-08-14T12:20:20.225Z | DEBG |
| 3346 | 2026-08-14T12:20:20.225Z | 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 14 12:20:19.097Aug 14 12:20:19.097 |
| 3347 | 2026-08-14T12:20:20.225Z | INFODEBG Aug 14 12:20:19.097 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3348 | 2026-08-14T12:20:20.225Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3349 | 2026-08-14T12:20:20.225Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3350 | 2026-08-14T12:20:20.225Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3351 | 2026-08-14T12:20:20.225Z | 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 } }] |
| 3352 | 2026-08-14T12:20:20.225Z | Aug 14 12:20:19.097 DEBGAug 14 12:20:19.097Aug 14 12:20:19.097 replacing targets for 3fff:dead::/64 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 } }]DEBGINFO |
| 3353 | 2026-08-14T12:20:20.225Z | Aug 14 12:20:19.097 adding route 172.17.0.1/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 } }]INFO |
| 3354 | 2026-08-14T12:20:20.225Z | |
| 3355 | 2026-08-14T12:20:20.225Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3356 | 2026-08-14T12:20:20.225Z | Aug 14 12:20:19.097 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3357 | 2026-08-14T12:20:20.226Z | Aug 14 12:20:19.097 Aug 14 12:20:19.097DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3358 | 2026-08-14T12:20:20.226Z | Aug 14 12:20:19.097replacing 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 } }] |
| 3359 | 2026-08-14T12:20:20.226Z | 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 } }]Aug 14 12:20:19.097 |
| 3360 | 2026-08-14T12:20:20.226Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 14 12:20:19.097 |
| 3361 | 2026-08-14T12:20:20.226Z | Aug 14 12:20:19.097INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255Aug 14 12:20:19.097 |
| 3362 | 2026-08-14T12:20:20.226Z | adding route 172.17.0.2/32 -> 10.0.0.255 DEBG |
| 3363 | 2026-08-14T12:20:20.226Z | 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 14 12:20:19.097 DEBG Aug 14 12:20:19.097replacing 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 } }] |
| 3364 | 2026-08-14T12:20:20.226Z | |
| 3365 | 2026-08-14T12:20:20.226Z | 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 14 12:20:19.097 |
| 3366 | 2026-08-14T12:20:20.226Z | INFOAug 14 12:20:19.097 adding route 172.17.0.3/32 -> 10.0.0.255Aug 14 12:20:19.097 |
| 3367 | 2026-08-14T12:20:20.226Z | INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3368 | 2026-08-14T12:20:20.226Z | |
| 3369 | 2026-08-14T12:20:20.226Z | Aug 14 12:20:19.097 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:20:19.097 |
| 3370 | 2026-08-14T12:20:20.226Z | 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 } }] |
| 3371 | 2026-08-14T12:20:20.226Z | Aug 14 12:20:19.097Aug 14 12:20:19.097 DEBGINFOAug 14 12:20:19.097 INFOreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3372 | 2026-08-14T12:20:20.226Z | |
| 3373 | 2026-08-14T12:20:20.226Z | |
| 3374 | 2026-08-14T12:20:20.226Z | Aug 14 12:20:19.097 Aug 14 12:20:19.097DEBG 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 } }] |
| 3375 | 2026-08-14T12:20:20.226Z | 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 14 12:20:19.097 |
| 3376 | 2026-08-14T12:20:20.226Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 14 12:20:19.097 |
| 3377 | 2026-08-14T12:20:20.226Z | Aug 14 12:20:19.097INFO INFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3378 | 2026-08-14T12:20:20.226Z | |
| 3379 | 2026-08-14T12:20:20.226Z | Aug 14 12:20:19.097 Aug 14 12:20:19.097 Aug 14 12:20:19.097DEBG DEBGDEBG 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 } }] |
| 3380 | 2026-08-14T12:20:20.226Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3381 | 2026-08-14T12:20:20.226Z | |
| 3382 | 2026-08-14T12:20:20.226Z | Aug 14 12:20:19.097 INFO Aug 14 12:20:19.097adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3383 | 2026-08-14T12:20:20.226Z | Aug 14 12:20:19.097DEBG 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 } }]INFOINFO |
| 3384 | 2026-08-14T12:20:20.226Z | adding route 172.17.0.6/32 -> 10.0.0.255 Aug 14 12:20:19.097 |
| 3385 | 2026-08-14T12:20:20.226Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3386 | 2026-08-14T12:20:20.226Z | DEBGAug 14 12:20:19.097 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 } }]INFOAug 14 12:20:19.097 |
| 3387 | 2026-08-14T12:20:20.226Z | adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 3388 | 2026-08-14T12:20:20.226Z | 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 14 12:20:19.097 |
| 3389 | 2026-08-14T12:20:20.226Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3390 | 2026-08-14T12:20:20.226Z | Aug 14 12:20:19.097 Aug 14 12:20:19.097DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 14 12:20:19.097Aug 14 12:20:19.097replacing 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 } }] |
| 3391 | 2026-08-14T12:20:20.226Z | INFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 3392 | 2026-08-14T12:20:20.258Z | Aug 14 12:20:19.097replacing 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 } }] |
| 3393 | 2026-08-14T12:20:20.258Z | |
| 3394 | 2026-08-14T12:20:20.258Z | DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:20:19.097 |
| 3395 | 2026-08-14T12:20:20.258Z | Aug 14 12:20:19.097Aug 14 12:20:19.097 DEBG INFOINFO 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 14 12:20:19.097 adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3396 | 2026-08-14T12:20:20.258Z | |
| 3397 | 2026-08-14T12:20:20.258Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3398 | 2026-08-14T12:20:20.258Z | DEBG Aug 14 12:20:19.097INFOreplacing 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 14 12:20:19.097 INFOAug 14 12:20:19.097 |
| 3399 | 2026-08-14T12:20:20.258Z | DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 3400 | 2026-08-14T12:20:20.258Z | 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.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 } }] |
| 3401 | 2026-08-14T12:20:20.258Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3402 | 2026-08-14T12:20:20.258Z | |
| 3403 | 2026-08-14T12:20:20.258Z | Aug 14 12:20:19.097Aug 14 12:20:19.097 DEBG Aug 14 12:20:19.097INFO INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3404 | 2026-08-14T12:20:20.258Z | Aug 14 12:20:19.098 DEBGAug 14 12:20:19.106 created new freemapDEBG, unitreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 3405 | 2026-08-14T12:20:20.258Z | freemap_route_ipv4 |
| 3406 | 2026-08-14T12:20:20.258Z | Aug 14 12:20:19.106Aug 14 12:20:19.097 adding route 172.17.0.8/32 -> 10.0.0.255 INFOAug 14 12:20:19.106 INFO |
| 3407 | 2026-08-14T12:20:20.258Z | DEBGAug 14 12:20:19.098 adding route 172.17.0.9/32 -> 10.0.0.255created new freemap |
| 3408 | 2026-08-14T12:20:20.258Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3409 | 2026-08-14T12:20:20.258Z | , DEBG unitAug 14 12:20:19.106created new freemap:Aug 14 12:20:19.106 , freemap_route_ipv6 unit |
| 3410 | 2026-08-14T12:20:20.258Z | 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 } }]freemap_route_ipv4 |
| 3411 | 2026-08-14T12:20:20.258Z | DEBG Aug 14 12:20:19.106 |
| 3412 | 2026-08-14T12:20:20.258Z | DEBG Aug 14 12:20:19.106replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 14 12:20:19.106 |
| 3413 | 2026-08-14T12:20:20.258Z | INFODEBG |
| 3414 | 2026-08-14T12:20:20.258Z | adding route 172.17.0.9/32 -> 10.0.0.255initted freemap. size: 64, |
| 3415 | 2026-08-14T12:20:20.258Z | Aug 14 12:20:19.106unit Aug 14 12:20:19.106Aug 14 12:20:19.106 Aug 14 12:20:19.106INFO :DEBGDEBG INFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 created new freemap |
| 3416 | 2026-08-14T12:20:20.258Z | |
| 3417 | 2026-08-14T12:20:20.258Z | , adding route 172.17.0.26/32 -> 10.0.0.255unit: |
| 3418 | 2026-08-14T12:20:20.258Z | freemap_route_ipv4 Aug 14 12:20:19.106 |
| 3419 | 2026-08-14T12:20:20.258Z | Aug 14 12:20:19.106 DEBGfreemap_route_ipv6 |
| 3420 | 2026-08-14T12:20:20.258Z | INFOAug 14 12:20:19.106 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:20:19.106 |
| 3421 | 2026-08-14T12:20:20.258Z | DEBGDEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 3422 | 2026-08-14T12:20:20.258Z | 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 14 12:20:19.106 |
| 3423 | 2026-08-14T12:20:20.258Z | reset freemapDEBG, Aug 14 12:20:19.106 INFOinitted freemap. size: 64unit , :Aug 14 12:20:19.106adding route 172.17.0.11/32 -> 10.0.0.255Aug 14 12:20:19.106 |
| 3424 | 2026-08-14T12:20:20.258Z | unit: INFO freemap_route_ipv4DEBGfreemap_route_ipv4adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3425 | 2026-08-14T12:20:20.258Z | |
| 3426 | 2026-08-14T12:20:20.258Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:20:19.106 |
| 3427 | 2026-08-14T12:20:20.258Z | |
| 3428 | 2026-08-14T12:20:20.258Z | DEBG Aug 14 12:20:19.106replacing 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 14 12:20:19.106DEBGAug 14 12:20:19.106 |
| 3429 | 2026-08-14T12:20:20.259Z | initted freemap. size: 64 , DEBGAug 14 12:20:19.106DEBG unitreset freemap , :Aug 14 12:20:19.106unitreplacing 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_ipv6INFO INFO |
| 3430 | 2026-08-14T12:20:20.259Z | freemap_route_ipv4 |
| 3431 | 2026-08-14T12:20:20.259Z | |
| 3432 | 2026-08-14T12:20:20.259Z | adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3433 | 2026-08-14T12:20:20.259Z | |
| 3434 | 2026-08-14T12:20:20.259Z | Aug 14 12:20:19.106Aug 14 12:20:19.106Aug 14 12:20:19.106 INFODEBG initted freemap. size: 64adding route 172.17.0.28/32 -> 10.0.0.255, |
| 3435 | 2026-08-14T12:20:20.259Z | Aug 14 12:20:19.106unitAug 14 12:20:19.106DEBG reset freemap :DEBG , Aug 14 12:20:19.106unit 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 } }]DEBGfreemap_route_ipv6DEBG |
| 3436 | 2026-08-14T12:20:20.259Z | 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 } }] |
| 3437 | 2026-08-14T12:20:20.259Z | |
| 3438 | 2026-08-14T12:20:20.259Z | 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 } }]: freemap_route_ipv6 |
| 3439 | 2026-08-14T12:20:20.259Z | |
| 3440 | 2026-08-14T12:20:20.259Z | Aug 14 12:20:19.106 Aug 14 12:20:19.106DEBG Aug 14 12:20:19.106reset freemapINFO, Aug 14 12:20:19.106unit INFO Aug 14 12:20:19.106: INFOfreemap_route_ipv6 |
| 3441 | 2026-08-14T12:20:20.259Z | adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 3442 | 2026-08-14T12:20:20.259Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3443 | 2026-08-14T12:20:20.259Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3444 | 2026-08-14T12:20:20.259Z | |
| 3445 | 2026-08-14T12:20:20.259Z | Aug 14 12:20:19.106 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:20:19.106 |
| 3446 | 2026-08-14T12:20:20.259Z | Aug 14 12:20:19.106Aug 14 12:20:19.106 DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:20:19.106 |
| 3447 | 2026-08-14T12:20:20.259Z | |
| 3448 | 2026-08-14T12:20:20.259Z | Aug 14 12:20:19.106DEBGreplacing 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 } }] |
| 3449 | 2026-08-14T12:20:20.259Z | Aug 14 12:20:19.106 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 } }]Aug 14 12:20:19.106Aug 14 12:20:19.106 INFOINFOINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3450 | 2026-08-14T12:20:20.259Z | |
| 3451 | 2026-08-14T12:20:20.259Z | adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3452 | 2026-08-14T12:20:20.259Z | |
| 3453 | 2026-08-14T12:20:20.259Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3454 | 2026-08-14T12:20:20.259Z | Aug 14 12:20:19.106 INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:20:19.106 |
| 3455 | 2026-08-14T12:20:20.259Z | Aug 14 12:20:19.106Aug 14 12:20:19.106 DEBG INFOAug 14 12:20:19.106 DEBG Aug 14 12:20:19.106replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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.13/32 -> 10.0.0.255 |
| 3456 | 2026-08-14T12:20:20.259Z | |
| 3457 | 2026-08-14T12:20:20.259Z | DEBGDEBG |
| 3458 | 2026-08-14T12:20:20.259Z | 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 } }] |
| 3459 | 2026-08-14T12:20:20.259Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:20:19.106Aug 14 12:20:19.106Aug 14 12:20:19.106 |
| 3460 | 2026-08-14T12:20:20.259Z | INFOAug 14 12:20:19.106 INFOINFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 3461 | 2026-08-14T12:20:20.259Z | Aug 14 12:20:19.106adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3462 | 2026-08-14T12:20:20.259Z | adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 3463 | 2026-08-14T12:20:20.259Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 14 12:20:19.106 |
| 3464 | 2026-08-14T12:20:20.259Z | Aug 14 12:20:19.106 DEBG DEBG DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:20:19.106Aug 14 12:20:19.106 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 } }]DEBG |
| 3465 | 2026-08-14T12:20:20.259Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3466 | 2026-08-14T12:20:20.260Z | |
| 3467 | 2026-08-14T12:20:20.260Z | 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 } }] |
| 3468 | 2026-08-14T12:20:20.260Z | 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 14 12:20:19.106 |
| 3469 | 2026-08-14T12:20:20.260Z | Aug 14 12:20:19.106 INFOINFOAug 14 12:20:19.106 adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 3470 | 2026-08-14T12:20:20.260Z | Aug 14 12:20:19.106 Aug 14 12:20:19.106adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3471 | 2026-08-14T12:20:20.260Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3472 | 2026-08-14T12:20:20.260Z | |
| 3473 | 2026-08-14T12:20:20.260Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3474 | 2026-08-14T12:20:20.260Z | Aug 14 12:20:19.106 DEBGAug 14 12:20:19.106Aug 14 12:20:19.106Aug 14 12:20:19.106 DEBGDEBGreplacing 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 } }] |
| 3475 | 2026-08-14T12:20:20.260Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 14 12:20:19.106 |
| 3476 | 2026-08-14T12:20:20.260Z | 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 } }] |
| 3477 | 2026-08-14T12:20:20.260Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 14 12:20:19.106 |
| 3478 | 2026-08-14T12:20:20.260Z | INFOAug 14 12:20:19.106 adding route 172.17.0.33/32 -> 10.0.0.255Aug 14 12:20:19.106DEBG |
| 3479 | 2026-08-14T12:20:20.260Z | Aug 14 12:20:19.106 INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] DEBG |
| 3480 | 2026-08-14T12:20:20.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.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.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 14 12:20:19.106 |
| 3481 | 2026-08-14T12:20:20.260Z | |
| 3482 | 2026-08-14T12:20:20.260Z | adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 3483 | 2026-08-14T12:20:20.260Z | 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 } }] |
| 3484 | 2026-08-14T12:20:20.260Z | Aug 14 12:20:19.106 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3485 | 2026-08-14T12:20:20.260Z | Aug 14 12:20:19.106Aug 14 12:20:19.106 Aug 14 12:20:19.106DEBGDEBG 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 } }] |
| 3486 | 2026-08-14T12:20:20.260Z | 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 } }] |
| 3487 | 2026-08-14T12:20:20.260Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3488 | 2026-08-14T12:20:20.260Z | Aug 14 12:20:19.106 INFOAug 14 12:20:19.097 Aug 14 12:20:19.106 Aug 14 12:20:19.106 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.18/32 -> 10.0.0.255 |
| 3489 | 2026-08-14T12:20:20.260Z | adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 3490 | 2026-08-14T12:20:20.260Z | |
| 3491 | 2026-08-14T12:20:20.260Z | 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 } }] |
| 3492 | 2026-08-14T12:20:20.287Z | Aug 14 12:20:19.106Aug 14 12:20:19.106 Aug 14 12:20:19.106 DEBGINFO Aug 14 12:20:19.106replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3493 | 2026-08-14T12:20:20.287Z | DEBG |
| 3494 | 2026-08-14T12:20:20.287Z | 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 } }] |
| 3495 | 2026-08-14T12:20:20.287Z | Aug 14 12:20:19.106adding route 172.17.0.35/32 -> 10.0.0.255 INFO Aug 14 12:20:19.106adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3496 | 2026-08-14T12:20:20.287Z | Aug 14 12:20:19.106DEBG |
| 3497 | 2026-08-14T12:20:20.287Z | replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3498 | 2026-08-14T12:20:20.287Z | Aug 14 12:20:19.106 adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 3499 | 2026-08-14T12:20:20.287Z | Aug 14 12:20:19.106replacing 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 14 12:20:19.106DEBG 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 } }] |
| 3500 | 2026-08-14T12:20:20.287Z | |
| 3501 | 2026-08-14T12:20:20.287Z | adding route 172.17.0.8/32 -> 10.0.0.255Aug 14 12:20:19.106 |
| 3502 | 2026-08-14T12:20:20.287Z | DEBGAug 14 12:20:19.106Aug 14 12:20:19.106 INFO |
| 3503 | 2026-08-14T12:20:20.287Z | INFOAug 14 12:20:19.106 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3504 | 2026-08-14T12:20:20.287Z | |
| 3505 | 2026-08-14T12:20:20.287Z | DEBGAug 14 12:20:19.106 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 } }] |
| 3506 | 2026-08-14T12:20:20.287Z | INFOAug 14 12:20:19.106 Aug 14 12:20:19.106 |
| 3507 | 2026-08-14T12:20:20.287Z | DEBG DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:20:19.106 |
| 3508 | 2026-08-14T12:20:20.287Z | |
| 3509 | 2026-08-14T12:20:20.287Z | 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 14 12:20:19.106 |
| 3510 | 2026-08-14T12:20:20.287Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3511 | 2026-08-14T12:20:20.287Z | INFO Aug 14 12:20:19.106Aug 14 12:20:19.106 adding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:20:19.106INFOINFO |
| 3512 | 2026-08-14T12:20:20.287Z | Aug 14 12:20:19.106DEBGadding route 172.17.0.21/32 -> 10.0.0.255 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 } }] |
| 3513 | 2026-08-14T12:20:20.287Z | Aug 14 12:20:19.117 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 |
| 3514 | 2026-08-14T12:20:20.287Z | 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 } }] |
| 3515 | 2026-08-14T12:20:20.287Z | Aug 14 12:20:19.117Aug 14 12:20:19.106 Aug 14 12:20:19.117INFO INFO |
| 3516 | 2026-08-14T12:20:20.287Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3517 | 2026-08-14T12:20:20.288Z | DEBG |
| 3518 | 2026-08-14T12:20:20.288Z | 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 14 12:20:19.117 |
| 3519 | 2026-08-14T12:20:20.288Z | Aug 14 12:20:19.117INFO DEBG adding route 172.17.0.10/32 -> 10.0.0.255Aug 14 12:20:19.117Aug 14 12:20:19.117 |
| 3520 | 2026-08-14T12:20:20.288Z | INFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3521 | 2026-08-14T12:20:20.288Z | |
| 3522 | 2026-08-14T12:20:20.288Z | Aug 14 12:20:19.117DEBG DEBGAug 14 12:20:19.117replacing 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 } }] |
| 3523 | 2026-08-14T12:20:20.288Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:20:19.117DEBG 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 } }]Aug 14 12:20:19.117 |
| 3524 | 2026-08-14T12:20:20.288Z | |
| 3525 | 2026-08-14T12:20:20.288Z | adding route 172.17.0.23/32 -> 10.0.0.255INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3526 | 2026-08-14T12:20:20.288Z | |
| 3527 | 2026-08-14T12:20:20.288Z | Aug 14 12:20:19.117 Aug 14 12:20:19.117INFO INFOadding route 172.17.0.11/32 -> 10.0.0.255Aug 14 12:20:19.117 |
| 3528 | 2026-08-14T12:20:20.288Z | DEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 3529 | 2026-08-14T12:20:20.288Z | 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 } }] |
| 3530 | 2026-08-14T12:20:20.288Z | Aug 14 12:20:19.117 Aug 14 12:20:19.117DEBG Aug 14 12:20:19.117Aug 14 12:20:19.117 DEBG DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3531 | 2026-08-14T12:20:20.288Z | 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 } }] |
| 3532 | 2026-08-14T12:20:20.288Z | |
| 3533 | 2026-08-14T12:20:20.288Z | 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 } }] |
| 3534 | 2026-08-14T12:20:20.288Z | Aug 14 12:20:19.117Aug 14 12:20:19.117Aug 14 12:20:19.117 INFODEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255Aug 14 12:20:19.117adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3535 | 2026-08-14T12:20:20.288Z | |
| 3536 | 2026-08-14T12:20:20.288Z | |
| 3537 | 2026-08-14T12:20:20.288Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3538 | 2026-08-14T12:20:20.288Z | Aug 14 12:20:19.117 DEBGAug 14 12:20:19.117 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 14 12:20:19.117 |
| 3539 | 2026-08-14T12:20:20.288Z | 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 } }]Aug 14 12:20:19.117 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 } }]INFOAug 14 12:20:19.117 |
| 3540 | 2026-08-14T12:20:20.288Z | |
| 3541 | 2026-08-14T12:20:20.288Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.22/32 -> 10.0.0.255 |
| 3542 | 2026-08-14T12:20:20.288Z | |
| 3543 | 2026-08-14T12:20:20.288Z | Aug 14 12:20:19.117Aug 14 12:20:19.117 INFOAug 14 12:20:19.117INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3544 | 2026-08-14T12:20:20.288Z | adding route 172.17.0.13/32 -> 10.0.0.255DEBG |
| 3545 | 2026-08-14T12:20:20.288Z | 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 14 12:20:19.117 |
| 3546 | 2026-08-14T12:20:20.288Z | Aug 14 12:20:19.117DEBGAug 14 12:20:19.117 DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3547 | 2026-08-14T12:20:20.288Z | Aug 14 12:20:19.117 |
| 3548 | 2026-08-14T12:20:20.288Z | 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 } }] |
| 3549 | 2026-08-14T12:20:20.288Z | INFOAug 14 12:20:19.117 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFOAug 14 12:20:19.117 |
| 3550 | 2026-08-14T12:20:20.288Z | INFOadding route 172.17.0.14/32 -> 10.0.0.255 |
| 3551 | 2026-08-14T12:20:20.288Z | Aug 14 12:20:19.117adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3552 | 2026-08-14T12:20:20.288Z | INFOAug 14 12:20:19.117 Aug 14 12:20:19.117adding route 172.17.0.23/32 -> 10.0.0.255 DEBG DEBGAug 14 12:20:19.117 |
| 3553 | 2026-08-14T12:20:20.288Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3554 | 2026-08-14T12:20:20.289Z | |
| 3555 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.117DEBG Aug 14 12:20:19.117replacing 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 |
| 3556 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.117INFOreplacing 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 } }] |
| 3557 | 2026-08-14T12:20:20.289Z | INFOAug 14 12:20:19.117adding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3558 | 2026-08-14T12:20:20.289Z | |
| 3559 | 2026-08-14T12:20:20.289Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3560 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.117 Aug 14 12:20:19.117DEBGAug 14 12:20:19.117 DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3561 | 2026-08-14T12:20:20.289Z | INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:20:19.117 |
| 3562 | 2026-08-14T12:20:20.289Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3563 | 2026-08-14T12:20:20.289Z | DEBGAug 14 12:20:19.117 Aug 14 12:20:19.117replacing 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 |
| 3564 | 2026-08-14T12:20:20.289Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3565 | 2026-08-14T12:20:20.289Z | adding route 172.17.0.28/32 -> 10.0.0.255Aug 14 12:20:19.117 |
| 3566 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.117DEBG INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:20:19.117 |
| 3567 | 2026-08-14T12:20:20.289Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 3568 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.117 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 } }] |
| 3569 | 2026-08-14T12:20:20.289Z | DEBGadding route 172.17.0.37/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 } }] |
| 3570 | 2026-08-14T12:20:20.289Z | |
| 3571 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.117 DEBGAug 14 12:20:19.117 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 14 12:20:19.117 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3572 | 2026-08-14T12:20:20.289Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3573 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.117 INFOAug 14 12:20:19.125 Aug 14 12:20:19.125adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3574 | 2026-08-14T12:20:20.289Z | 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.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 } }] |
| 3575 | 2026-08-14T12:20:20.289Z | |
| 3576 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.125 |
| 3577 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.125 DEBGINFOAug 14 12:20:19.125 INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3578 | 2026-08-14T12:20:20.289Z | |
| 3579 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.125 |
| 3580 | 2026-08-14T12:20:20.289Z | INFO Aug 14 12:20:19.125adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3581 | 2026-08-14T12:20:20.289Z | DEBGAug 14 12:20:19.125 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 } }]INFOAug 14 12:20:19.125 |
| 3582 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.125 adding route 172.17.0.18/32 -> 10.0.0.255 DEBGDEBG |
| 3583 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.125 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 } }] |
| 3584 | 2026-08-14T12:20:20.289Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 14 12:20:19.125 |
| 3585 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.125 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 } }]INFODEBG Aug 14 12:20:19.125adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff 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 } }] |
| 3586 | 2026-08-14T12:20:20.289Z | |
| 3587 | 2026-08-14T12:20:20.289Z | |
| 3588 | 2026-08-14T12:20:20.289Z | 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 } }] |
| 3589 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.125Aug 14 12:20:19.125 DEBGAug 14 12:20:19.125 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 } }]INFO |
| 3590 | 2026-08-14T12:20:20.289Z | Aug 14 12:20:19.125adding route 172.17.0.32/32 -> 10.0.0.255 adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3591 | 2026-08-14T12:20:20.289Z | |
| 3592 | 2026-08-14T12:20:20.295Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3593 | 2026-08-14T12:20:20.295Z | Aug 14 12:20:19.125Aug 14 12:20:19.125 INFODEBG Aug 14 12:20:19.125 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3594 | 2026-08-14T12:20:20.295Z | DEBG |
| 3595 | 2026-08-14T12:20:20.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 } }] |
| 3596 | 2026-08-14T12:20:20.295Z | Aug 14 12:20:19.125 Aug 14 12:20:19.125DEBGAug 14 12:20:19.125Aug 14 12:20:19.125 INFODEBG INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3597 | 2026-08-14T12:20:20.295Z | |
| 3598 | 2026-08-14T12:20:20.295Z | |
| 3599 | 2026-08-14T12:20:20.295Z | |
| 3600 | 2026-08-14T12:20:20.295Z | Aug 14 12:20:19.125Aug 14 12:20:19.125 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3601 | 2026-08-14T12:20:20.295Z | |
| 3602 | 2026-08-14T12:20:20.295Z | Aug 14 12:20:19.125Aug 14 12:20:19.125 INFOINFO Aug 14 12:20:19.125adding route 172.17.0.28/32 -> 10.0.0.255 INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 14 12:20:19.125adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3603 | 2026-08-14T12:20:20.295Z | INFO |
| 3604 | 2026-08-14T12:20:20.295Z | |
| 3605 | 2026-08-14T12:20:20.295Z | Aug 14 12:20:19.125Aug 14 12:20:19.125Aug 14 12:20:19.125 DEBGDEBGDEBG 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 } }] |
| 3606 | 2026-08-14T12:20:20.295Z | 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.34/32 -> 10.0.0.255 |
| 3607 | 2026-08-14T12:20:20.295Z | |
| 3608 | 2026-08-14T12:20:20.295Z | replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:20:19.125 |
| 3609 | 2026-08-14T12:20:20.295Z | DEBGAug 14 12:20:19.125 failed to allocate space for the new target listAug 14 12:20:19.125 |
| 3610 | 2026-08-14T12:20:20.295Z | DEBG 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 } }] Aug 14 12:20:19.125 |
| 3611 | 2026-08-14T12:20:20.295Z | Aug 14 12:20:19.125 INFODEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 3612 | 2026-08-14T12:20:20.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3613 | 2026-08-14T12:20:20.295Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3614 | 2026-08-14T12:20:20.295Z | Aug 14 12:20:19.125Aug 14 12:20:19.125 Aug 14 12:20:19.125DEBG INFO 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 } }] replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3615 | 2026-08-14T12:20:20.296Z | |
| 3616 | 2026-08-14T12:20:20.296Z | |
| 3617 | 2026-08-14T12:20:20.296Z | Aug 14 12:20:19.125Aug 14 12:20:19.125 INFODEBG adding route 172.17.0.23/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 } }] |
| 3618 | 2026-08-14T12:20:20.296Z | |
| 3619 | 2026-08-14T12:20:20.296Z | Aug 14 12:20:19.125Aug 14 12:20:19.117Aug 14 12:20:19.125Aug 14 12:20:19.125 INFODEBG adding route 172.17.0.36/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 } }] |
| 3620 | 2026-08-14T12:20:20.296Z | DEBG |
| 3621 | 2026-08-14T12:20:20.296Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3622 | 2026-08-14T12:20:20.296Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 14 12:20:19.125 |
| 3623 | 2026-08-14T12:20:20.296Z | Aug 14 12:20:19.125INFO Aug 14 12:20:19.125DEBG adding route 172.17.0.24/32 -> 10.0.0.255INFO |
| 3624 | 2026-08-14T12:20:20.296Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3625 | 2026-08-14T12:20:20.296Z | |
| 3626 | 2026-08-14T12:20:20.296Z | Aug 14 12:20:19.125 DEBGAug 14 12:20:19.125 Aug 14 12:20:19.125DEBGreplacing 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 } }] INFOAug 14 12:20:19.125 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3627 | 2026-08-14T12:20:20.296Z | |
| 3628 | 2026-08-14T12:20:20.296Z | DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 14 12:20:19.125 |
| 3629 | 2026-08-14T12:20:20.296Z | |
| 3630 | 2026-08-14T12:20:20.296Z | Aug 14 12:20:19.125DEBG INFOAug 14 12:20:19.125Aug 14 12:20:19.125 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 3631 | 2026-08-14T12:20:20.296Z | adding route 172.17.0.25/32 -> 10.0.0.255INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 3632 | 2026-08-14T12:20:20.296Z | |
| 3633 | 2026-08-14T12:20:20.296Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3634 | 2026-08-14T12:20:20.296Z | Aug 14 12:20:19.125 INFOAug 14 12:20:19.125Aug 14 12:20:19.125 Aug 14 12:20:19.125 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 } }]DEBG |
| 3635 | 2026-08-14T12:20:20.296Z | adding route 172.17.0.38/32 -> 10.0.0.255 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3636 | 2026-08-14T12:20:20.296Z | |
| 3637 | 2026-08-14T12:20:20.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 } }]Aug 14 12:20:19.125 |
| 3638 | 2026-08-14T12:20:20.296Z | INFOAug 14 12:20:19.125 Aug 14 12:20:19.125adding route 172.17.0.26/32 -> 10.0.0.255 INFODEBG |
| 3639 | 2026-08-14T12:20:20.296Z | Aug 14 12:20:19.125 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 |
| 3640 | 2026-08-14T12:20:20.296Z | Aug 14 12:20:19.125adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3641 | 2026-08-14T12:20:20.296Z | adding route 172.17.0.32/32 -> 10.0.0.255Aug 14 12:20:19.125DEBG |
| 3642 | 2026-08-14T12:20:20.296Z | 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 } }] |
| 3643 | 2026-08-14T12:20:20.296Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 14 12:20:19.125 |
| 3644 | 2026-08-14T12:20:20.296Z | Aug 14 12:20:19.125Aug 14 12:20:19.125DEBG 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 14 12:20:19.125INFO DEBGDEBG |
| 3645 | 2026-08-14T12:20:20.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 } }]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.27/32 -> 10.0.0.255 |
| 3646 | 2026-08-14T12:20:20.296Z | |
| 3647 | 2026-08-14T12:20:20.296Z | |
| 3648 | 2026-08-14T12:20:20.296Z | Aug 14 12:20:19.125Aug 14 12:20:19.125Aug 14 12:20:19.125Aug 14 12:20:19.125 DEBGINFO INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3649 | 2026-08-14T12:20:20.296Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3650 | 2026-08-14T12:20:20.296Z | |
| 3651 | 2026-08-14T12:20:20.296Z | |
| 3652 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125 DEBG Aug 14 12:20:19.125Aug 14 12:20:19.125replacing 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 14 12:20:19.125 |
| 3653 | 2026-08-14T12:20:20.297Z | INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255 |
| 3654 | 2026-08-14T12:20:20.297Z | 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 } }] |
| 3655 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125DEBG INFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3656 | 2026-08-14T12:20:20.297Z | |
| 3657 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125Aug 14 12:20:19.125 INFO adding route 172.17.0.42/32 -> 10.0.0.255DEBGAug 14 12:20:19.125 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 } }] |
| 3658 | 2026-08-14T12:20:20.297Z | |
| 3659 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125INFO DEBG adding route 172.17.0.34/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 } }] |
| 3660 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125 |
| 3661 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125 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 } }]Aug 14 12:20:19.125INFOAug 14 12:20:19.125 INFO |
| 3662 | 2026-08-14T12:20:20.297Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3663 | 2026-08-14T12:20:20.297Z | DEBG adding route 172.17.0.42/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 } }] |
| 3664 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125 |
| 3665 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125INFO adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 3666 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125 Aug 14 12:20:19.125replacing 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 |
| 3667 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3668 | 2026-08-14T12:20:20.297Z | adding route 172.17.0.35/32 -> 10.0.0.255Aug 14 12:20:19.125DEBG |
| 3669 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3670 | 2026-08-14T12:20:20.297Z | INFOAug 14 12:20:19.125adding route 172.17.0.30/32 -> 10.0.0.255 DEBG |
| 3671 | 2026-08-14T12:20:20.297Z | adding route 172.17.0.43/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 } }] |
| 3672 | 2026-08-14T12:20:20.297Z | |
| 3673 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125 Aug 14 12:20:19.125INFO Aug 14 12:20:19.125Aug 14 12:20:19.125DEBG adding route 172.17.0.44/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 3674 | 2026-08-14T12:20:20.297Z | DEBG |
| 3675 | 2026-08-14T12:20:20.297Z | 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.36/32 -> 10.0.0.255 |
| 3676 | 2026-08-14T12:20:20.297Z | |
| 3677 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125Aug 14 12:20:19.125 Aug 14 12:20:19.125Aug 14 12:20:19.125INFO DEBGINFO adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3678 | 2026-08-14T12:20:20.297Z | |
| 3679 | 2026-08-14T12:20:20.297Z | |
| 3680 | 2026-08-14T12:20:20.297Z | 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 } }] |
| 3681 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125Aug 14 12:20:19.125Aug 14 12:20:19.125 DEBGDEBGAug 14 12:20:19.125 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.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 } }] |
| 3682 | 2026-08-14T12:20:20.297Z | INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255 |
| 3683 | 2026-08-14T12:20:20.297Z | |
| 3684 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125 INFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3685 | 2026-08-14T12:20:20.297Z | |
| 3686 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125 INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 14 12:20:19.125Aug 14 12:20:19.125 |
| 3687 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.125 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 } }]Aug 14 12:20:19.125 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 } }]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 } }] |
| 3688 | 2026-08-14T12:20:20.297Z | |
| 3689 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.126DEBG Aug 14 12:20:19.143DEBG created new freemapINFOreplacing 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 } }], |
| 3690 | 2026-08-14T12:20:20.297Z | Aug 14 12:20:19.143adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3691 | 2026-08-14T12:20:20.298Z | INFOunit Aug 14 12:20:19.143:adding route 172.17.0.33/32 -> 10.0.0.255Aug 14 12:20:19.143 |
| 3692 | 2026-08-14T12:20:20.302Z | INFO DEBG adding route 172.17.0.46/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 } }] |
| 3693 | 2026-08-14T12:20:20.302Z | |
| 3694 | 2026-08-14T12:20:20.302Z | freemap_route_ipv4Aug 14 12:20:19.143 |
| 3695 | 2026-08-14T12:20:20.302Z | 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 14 12:20:19.143 |
| 3696 | 2026-08-14T12:20:20.302Z | Aug 14 12:20:19.143DEBG INFOreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3697 | 2026-08-14T12:20:20.302Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3698 | 2026-08-14T12:20:20.302Z | Aug 14 12:20:19.143 Aug 14 12:20:19.143Aug 14 12:20:19.143INFO INFOadding route 172.17.0.34/32 -> 10.0.0.255Aug 14 12:20:19.143 |
| 3699 | 2026-08-14T12:20:20.302Z | adding route 172.17.0.47/32 -> 10.0.0.255 DEBG |
| 3700 | 2026-08-14T12:20:20.302Z | 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 } }]Aug 14 12:20:19.143 |
| 3701 | 2026-08-14T12:20:20.302Z | Aug 14 12:20:19.143 DEBGcreated new freemap DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3702 | 2026-08-14T12:20:20.302Z | |
| 3703 | 2026-08-14T12:20:20.302Z | : freemap_route_ipv6 |
| 3704 | 2026-08-14T12:20:20.302Z | Aug 14 12:20:19.143Aug 14 12:20:19.143 INFOINFO Aug 14 12:20:19.143adding route 172.17.0.48/32 -> 10.0.0.255 Aug 14 12:20:19.143 |
| 3705 | 2026-08-14T12:20:20.302Z | DEBGINFO initted freemap. size: 64adding route 172.17.0.48/32 -> 10.0.0.255, |
| 3706 | 2026-08-14T12:20:20.302Z | adding route 172.17.0.35/32 -> 10.0.0.255unit |
| 3707 | 2026-08-14T12:20:20.302Z | : Aug 14 12:20:19.143freemap_route_ipv4 |
| 3708 | 2026-08-14T12:20:20.302Z | Aug 14 12:20:19.143Aug 14 12:20:19.143DEBG Aug 14 12:20:19.143DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3709 | 2026-08-14T12:20:20.302Z | |
| 3710 | 2026-08-14T12:20:20.302Z | 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 } }] |
| 3711 | 2026-08-14T12:20:20.302Z | Aug 14 12:20:19.143reset freemap Aug 14 12:20:19.143, INFOunitAug 14 12:20:19.143: INFOadding route 172.17.0.49/32 -> 10.0.0.255 INFO |
| 3712 | 2026-08-14T12:20:20.302Z | adding route 172.17.0.49/32 -> 10.0.0.255 freemap_route_ipv4adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3713 | 2026-08-14T12:20:20.302Z | |
| 3714 | 2026-08-14T12:20:20.302Z | |
| 3715 | 2026-08-14T12:20:20.302Z | Aug 14 12:20:19.143Aug 14 12:20:19.143Aug 14 12:20:19.143 DEBGDEBGDEBG Aug 14 12:20:19.143 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 } }] |
| 3716 | 2026-08-14T12:20:20.302Z | 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 } }]initted freemap. size: 64 |
| 3717 | 2026-08-14T12:20:20.302Z | , unitreplacing 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 } }]: |
| 3718 | 2026-08-14T12:20:20.302Z | Aug 14 12:20:19.143 freemap_route_ipv6Aug 14 12:20:19.143INFOAug 14 12:20:19.143 INFOadding route 172.17.0.50/32 -> 10.0.0.255 |
| 3719 | 2026-08-14T12:20:20.302Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3720 | 2026-08-14T12:20:20.302Z | |
| 3721 | 2026-08-14T12:20:20.302Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3722 | 2026-08-14T12:20:20.302Z | Aug 14 12:20:19.143 Aug 14 12:20:19.143DEBG Aug 14 12:20:19.143replacing 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 |
| 3723 | 2026-08-14T12:20:20.302Z | Aug 14 12:20:19.143DEBG 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 reset freemapreplacing 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 } }], |
| 3724 | 2026-08-14T12:20:20.302Z | |
| 3725 | 2026-08-14T12:20:20.303Z | unit:Aug 14 12:20:19.143 freemap_route_ipv6INFOAug 14 12:20:19.143 |
| 3726 | 2026-08-14T12:20:20.303Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 14 12:20:19.143INFO |
| 3727 | 2026-08-14T12:20:20.303Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3728 | 2026-08-14T12:20:20.303Z | Aug 14 12:20:19.143 |
| 3729 | 2026-08-14T12:20:20.303Z | INFO Aug 14 12:20:19.143adding route 172.16.0.0/32 -> 10.0.0.1 Aug 14 12:20:19.143DEBG DEBG |
| 3730 | 2026-08-14T12:20:20.303Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3731 | 2026-08-14T12:20:20.303Z | Aug 14 12:20:19.143 |
| 3732 | 2026-08-14T12:20:20.303Z | DEBG Aug 14 12:20:19.143replacing 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 14 12:20:19.143 |
| 3733 | 2026-08-14T12:20:20.303Z | INFOAug 14 12:20:19.143DEBG adding route 172.17.0.52/32 -> 10.0.0.255INFO |
| 3734 | 2026-08-14T12:20:20.303Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 14 12:20:19.143 |
| 3735 | 2026-08-14T12:20:20.303Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3736 | 2026-08-14T12:20:20.303Z | INFOAug 14 12:20:19.143Aug 14 12:20:19.143 DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 3737 | 2026-08-14T12:20:20.303Z | 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 14 12:20:19.143 |
| 3738 | 2026-08-14T12:20:20.303Z | DEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:20:19.143 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3739 | 2026-08-14T12:20:20.303Z | |
| 3740 | 2026-08-14T12:20:20.303Z | DEBG Aug 14 12:20:19.143replacing 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 } }] |
| 3741 | 2026-08-14T12:20:20.303Z | INFOAug 14 12:20:19.143Aug 14 12:20:19.143 INFOadding route 172.17.0.53/32 -> 10.0.0.255 |
| 3742 | 2026-08-14T12:20:20.303Z | DEBGAug 14 12:20:19.143adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3743 | 2026-08-14T12:20:20.303Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3744 | 2026-08-14T12:20:20.303Z | Aug 14 12:20:19.143INFO DEBG adding route 172.17.0.53/32 -> 10.0.0.255Aug 14 12:20:19.143 |
| 3745 | 2026-08-14T12:20:20.303Z | 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 |
| 3746 | 2026-08-14T12:20:20.303Z | 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 } }] |
| 3747 | 2026-08-14T12:20:20.303Z | Aug 14 12:20:19.143Aug 14 12:20:19.143 DEBGINFO Aug 14 12:20:19.143replacing 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 } }] INFOadding route 172.16.0.0/32 -> 10.0.0.3Aug 14 12:20:19.143 |
| 3748 | 2026-08-14T12:20:20.303Z | |
| 3749 | 2026-08-14T12:20:20.303Z | adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 3750 | 2026-08-14T12:20:20.303Z | Aug 14 12:20:19.143Aug 14 12:20:19.143 adding route 172.17.0.54/32 -> 10.0.0.255INFO |
| 3751 | 2026-08-14T12:20:20.303Z | 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 } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3752 | 2026-08-14T12:20:20.303Z | Aug 14 12:20:19.143 |
| 3753 | 2026-08-14T12:20:20.303Z | DEBGAug 14 12:20:19.143 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3754 | 2026-08-14T12:20:20.303Z | Aug 14 12:20:19.143Aug 14 12:20:19.143 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 |
| 3755 | 2026-08-14T12:20:20.303Z | Aug 14 12:20:19.143DEBG 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.16.0.0/32 -> 10.0.0.4INFO |
| 3756 | 2026-08-14T12:20:20.303Z | Aug 14 12:20:19.143adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3757 | 2026-08-14T12:20:20.303Z | |
| 3758 | 2026-08-14T12:20:20.303Z | Aug 14 12:20:19.143INFO INFOAug 14 12:20:19.143 Aug 14 12:20:19.143 adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 3759 | 2026-08-14T12:20:20.303Z | test route::tests::delete_target_full ... ok |
| 3760 | 2026-08-14T12:20:20.303Z | 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 |
| 3761 | 2026-08-14T12:20:20.303Z | adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3762 | 2026-08-14T12:20:20.303Z | Aug 14 12:20:19.143 |
| 3763 | 2026-08-14T12:20:20.303Z | Aug 14 12:20:19.143 DEBG INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:20:19.143adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3764 | 2026-08-14T12:20:20.303Z | Aug 14 12:20:19.143INFO |
| 3765 | 2026-08-14T12:20:20.304Z | DEBG adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3766 | 2026-08-14T12:20:20.304Z | Aug 14 12:20:19.143Aug 14 12:20:19.143 |
| 3767 | 2026-08-14T12:20:20.304Z | INFODEBG Aug 14 12:20:19.143adding route 172.17.0.56/32 -> 10.0.0.255Aug 14 12:20:19.143replacing 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 } }] |
| 3768 | 2026-08-14T12:20:20.304Z | test route::tests::delete_targets_full ... ok |
| 3769 | 2026-08-14T12:20:20.304Z | INFO |
| 3770 | 2026-08-14T12:20:20.304Z | test route::tests::add_target_fails_full ... ok |
| 3771 | 2026-08-14T12:20:20.304Z | DEBG adding route 172.17.0.56/32 -> 10.0.0.255Aug 14 12:20:19.143 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 } }] |
| 3772 | 2026-08-14T12:20:20.304Z | DEBGAug 14 12:20:19.143 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 } }] |
| 3773 | 2026-08-14T12:20:20.304Z | |
| 3774 | 2026-08-14T12:20:20.304Z | Aug 14 12:20:19.143INFO adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 3775 | 2026-08-14T12:20:20.304Z | Aug 14 12:20:19.143replacing 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 } }] |
| 3776 | 2026-08-14T12:20:20.304Z | INFOAug 14 12:20:19.143 adding route 172.17.0.1/32 -> 10.0.0.255 Aug 14 12:20:19.143 |
| 3777 | 2026-08-14T12:20:20.304Z | INFOAug 14 12:20:19.143 DEBG INFOadding route 172.17.0.57/32 -> 10.0.0.255 |
| 3778 | 2026-08-14T12:20:20.304Z | adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3779 | 2026-08-14T12:20:20.304Z | |
| 3780 | 2026-08-14T12:20:20.304Z | Aug 14 12:20:19.143 DEBGAug 14 12:20:19.143Aug 14 12:20:19.143 DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3781 | 2026-08-14T12:20:20.304Z | Aug 14 12:20:19.143 DEBGadding route 172.17.0.45/32 -> 10.0.0.255Aug 14 12:20:19.143 |
| 3782 | 2026-08-14T12:20:20.304Z | |
| 3783 | 2026-08-14T12:20:20.304Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3784 | 2026-08-14T12:20:20.304Z | |
| 3785 | 2026-08-14T12:20:20.304Z | Aug 14 12:20:19.143Aug 14 12:20:19.143 Aug 14 12:20:19.143INFODEBG DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3786 | 2026-08-14T12:20:20.304Z | |
| 3787 | 2026-08-14T12:20:20.304Z | Aug 14 12:20:19.143adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3788 | 2026-08-14T12:20:20.304Z | Aug 14 12:20:19.143Aug 14 12:20:19.143INFO INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3789 | 2026-08-14T12:20:20.304Z | |
| 3790 | 2026-08-14T12:20:20.304Z | |
| 3791 | 2026-08-14T12:20:20.304Z | Aug 14 12:20:19.143 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 14 12:20:19.143Aug 14 12:20:19.143 DEBG |
| 3792 | 2026-08-14T12:20:20.308Z | 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 } }] Aug 14 12:20:19.143replacing 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 } }] |
| 3793 | 2026-08-14T12:20:20.308Z | DEBG |
| 3794 | 2026-08-14T12:20:20.308Z | 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 } }] |
| 3795 | 2026-08-14T12:20:20.308Z | Aug 14 12:20:19.143Aug 14 12:20:19.143 Aug 14 12:20:19.143INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255INFO Aug 14 12:20:19.143adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3796 | 2026-08-14T12:20:20.308Z | |
| 3797 | 2026-08-14T12:20:20.308Z | INFO |
| 3798 | 2026-08-14T12:20:20.308Z | adding route 172.17.0.47/32 -> 10.0.0.255Aug 14 12:20:19.143 |
| 3799 | 2026-08-14T12:20:20.308Z | Aug 14 12:20:19.143DEBG DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 14 12:20:19.143Aug 14 12:20:19.143 |
| 3800 | 2026-08-14T12:20:20.308Z | DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3801 | 2026-08-14T12:20:20.308Z | |
| 3802 | 2026-08-14T12:20:20.308Z | 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 14 12:20:19.143 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3803 | 2026-08-14T12:20:20.308Z | Aug 14 12:20:19.152 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3804 | 2026-08-14T12:20:20.308Z | Aug 14 12:20:19.152 Aug 14 12:20:19.152INFO INFOadding route 172.17.0.62/32 -> 10.0.0.255 |
| 3805 | 2026-08-14T12:20:20.308Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3806 | 2026-08-14T12:20:20.308Z | |
| 3807 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153 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 } }]Aug 14 12:20:19.153 |
| 3808 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153INFO DEBGAug 14 12:20:19.153 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.38/32 -> 10.0.0.255 |
| 3809 | 2026-08-14T12:20:20.309Z | |
| 3810 | 2026-08-14T12:20:20.309Z | DEBG failed to allocate space for the new target listAug 14 12:20:19.153 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 } }] |
| 3811 | 2026-08-14T12:20:20.309Z | |
| 3812 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153DEBG INFOfailed to allocate space for the new target list adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 3813 | 2026-08-14T12:20:20.309Z | |
| 3814 | 2026-08-14T12:20:20.309Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 14 12:20:19.153Aug 14 12:20:19.153 DEBGDEBG |
| 3815 | 2026-08-14T12:20:20.309Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3816 | 2026-08-14T12:20:20.309Z | |
| 3817 | 2026-08-14T12:20:20.309Z | |
| 3818 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3819 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153 Aug 14 12:20:19.153INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255 |
| 3820 | 2026-08-14T12:20:20.309Z | 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 } }] |
| 3821 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3822 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153Aug 14 12:20:19.153 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3823 | 2026-08-14T12:20:20.309Z | |
| 3824 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153 Aug 14 12:20:19.153INFO INFOadding route 172.17.0.42/32 -> 10.0.0.255 |
| 3825 | 2026-08-14T12:20:20.309Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3826 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153 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 } }] |
| 3827 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153Aug 14 12:20:19.153 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3828 | 2026-08-14T12:20:20.309Z | DEBG Aug 14 12:20:19.153replacing 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 } }] |
| 3829 | 2026-08-14T12:20:20.309Z | 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 } }] |
| 3830 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153 INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 14 12:20:19.152 |
| 3831 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255Aug 14 12:20:19.153 |
| 3832 | 2026-08-14T12:20:20.309Z | |
| 3833 | 2026-08-14T12:20:20.309Z | 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 } }] |
| 3834 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153Aug 14 12:20:19.153 DEBGDEBG 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 14 12:20:19.153 |
| 3835 | 2026-08-14T12:20:20.309Z | 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 } }] |
| 3836 | 2026-08-14T12:20:20.309Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3837 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153 Aug 14 12:20:19.153INFO Aug 14 12:20:19.153INFO adding route 172.17.0.52/32 -> 10.0.0.255DEBG |
| 3838 | 2026-08-14T12:20:20.309Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3839 | 2026-08-14T12:20:20.309Z | 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 } }] |
| 3840 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153 DEBGAug 14 12:20:19.153 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 |
| 3841 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153 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 |
| 3842 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3843 | 2026-08-14T12:20:20.309Z | INFOAug 14 12:20:19.153 adding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 3844 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153adding route 172.17.0.6/32 -> 10.0.0.255 DEBG |
| 3845 | 2026-08-14T12:20:20.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 } }]Aug 14 12:20:19.153 |
| 3846 | 2026-08-14T12:20:20.309Z | Aug 14 12:20:19.153DEBG 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 |
| 3847 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153 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 |
| 3848 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3849 | 2026-08-14T12:20:20.310Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3850 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153 Aug 14 12:20:19.153DEBG Aug 14 12:20:19.153INFO adding route 172.17.0.7/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 } }] |
| 3851 | 2026-08-14T12:20:20.310Z | |
| 3852 | 2026-08-14T12:20:20.310Z | DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3853 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153 INFODEBG INFOadding route 172.17.0.47/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 } }] |
| 3854 | 2026-08-14T12:20:20.310Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3855 | 2026-08-14T12:20:20.310Z | |
| 3856 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153DEBG 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 } }] |
| 3857 | 2026-08-14T12:20:20.310Z | INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3858 | 2026-08-14T12:20:20.310Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3859 | 2026-08-14T12:20:20.310Z | test route::tests::delete_targets_fragmented ... ok |
| 3860 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153 Aug 14 12:20:19.153Aug 14 12:20:19.153 INFO INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3861 | 2026-08-14T12:20:20.310Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3862 | 2026-08-14T12:20:20.310Z | |
| 3863 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153Aug 14 12:20:19.153 DEBGINFO Aug 14 12:20:19.153replacing 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 } }] |
| 3864 | 2026-08-14T12:20:20.310Z | adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 3865 | 2026-08-14T12:20:20.310Z | 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 } }] |
| 3866 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153DEBG 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 } }] |
| 3867 | 2026-08-14T12:20:20.310Z | adding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 3868 | 2026-08-14T12:20:20.310Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3869 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153 Aug 14 12:20:19.153INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 3870 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153replacing 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 } }] |
| 3871 | 2026-08-14T12:20:20.310Z | 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 } }] |
| 3872 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153 Aug 14 12:20:19.153DEBGAug 14 12:20:19.153 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 |
| 3873 | 2026-08-14T12:20:20.310Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3874 | 2026-08-14T12:20:20.310Z | |
| 3875 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153 INFODEBG DEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3876 | 2026-08-14T12:20:20.310Z | |
| 3877 | 2026-08-14T12:20:20.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 } }] |
| 3878 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153DEBG INFO 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 } }] adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3879 | 2026-08-14T12:20:20.310Z | |
| 3880 | 2026-08-14T12:20:20.310Z | |
| 3881 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153INFO DEBG DEBGadding route 172.17.0.12/32 -> 10.0.0.255 |
| 3882 | 2026-08-14T12:20:20.310Z | 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.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 } }] |
| 3883 | 2026-08-14T12:20:20.310Z | |
| 3884 | 2026-08-14T12:20:20.310Z | Aug 14 12:20:19.153 Aug 14 12:20:19.153DEBG Aug 14 12:20:19.153INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3885 | 2026-08-14T12:20:20.310Z | INFO |
| 3886 | 2026-08-14T12:20:20.310Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3887 | 2026-08-14T12:20:20.311Z | Aug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153DEBG INFO 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.13/32 -> 10.0.0.255DEBG |
| 3888 | 2026-08-14T12:20:20.311Z | |
| 3889 | 2026-08-14T12:20:20.311Z | 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 } }] |
| 3890 | 2026-08-14T12:20:20.311Z | Aug 14 12:20:19.153Aug 14 12:20:19.153Aug 14 12:20:19.153 INFO INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 3891 | 2026-08-14T12:20:20.311Z | adding route 172.17.0.61/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 } }] |
| 3892 | 2026-08-14T12:20:20.314Z | |
| 3893 | 2026-08-14T12:20:20.314Z | Aug 14 12:20:19.153 Aug 14 12:20:19.153DEBG 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 } }] |
| 3894 | 2026-08-14T12:20:20.314Z | Aug 14 12:20:19.153replacing 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 } }] |
| 3895 | 2026-08-14T12:20:20.314Z | INFO Aug 14 12:20:19.153adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3896 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.153INFO INFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3897 | 2026-08-14T12:20:20.315Z | |
| 3898 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.153 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:20:19.153 |
| 3899 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.153DEBG 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 } }] |
| 3900 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.153replacing 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 } }] |
| 3901 | 2026-08-14T12:20:20.315Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 14 12:20:19.153 |
| 3902 | 2026-08-14T12:20:20.315Z | INFOAug 14 12:20:19.153 adding route 172.17.0.55/32 -> 10.0.0.255Aug 14 12:20:19.153 |
| 3903 | 2026-08-14T12:20:20.315Z | INFO DEBG adding route 172.17.0.63/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3904 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.153 |
| 3905 | 2026-08-14T12:20:20.315Z | DEBG Aug 14 12:20:19.153replacing 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 14 12:20:19.153 |
| 3906 | 2026-08-14T12:20:20.315Z | DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3907 | 2026-08-14T12:20:20.315Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3908 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.153 Aug 14 12:20:19.153INFO Aug 14 12:20:19.153DEBG adding route 172.17.0.56/32 -> 10.0.0.255 DEBG |
| 3909 | 2026-08-14T12:20:20.315Z | failed to allocate space for the new target listreplacing 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 } }] |
| 3910 | 2026-08-14T12:20:20.315Z | |
| 3911 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.153 DEBGAug 14 12:20:19.153 Aug 14 12:20:19.153 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3912 | 2026-08-14T12:20:20.315Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3913 | 2026-08-14T12:20:20.315Z | |
| 3914 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.153 INFO Aug 14 12:20:19.153adding route 172.17.0.57/32 -> 10.0.0.255 Aug 14 12:20:19.153 |
| 3915 | 2026-08-14T12:20:20.315Z | DEBG 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 } }]failed to allocate space for the new target list |
| 3916 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.153 |
| 3917 | 2026-08-14T12:20:20.315Z | 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 } }] |
| 3918 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.153 INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:20:19.153 |
| 3919 | 2026-08-14T12:20:20.315Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3920 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.153 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 } }]Aug 14 12:20:19.153 |
| 3921 | 2026-08-14T12:20:20.315Z | 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 } }] |
| 3922 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.153 INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 14 12:20:19.153 INFO |
| 3923 | 2026-08-14T12:20:20.315Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3924 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.229 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 } }] |
| 3925 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.229 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:20:19.229 |
| 3926 | 2026-08-14T12:20:20.315Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3927 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.229 INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:20:19.229 |
| 3928 | 2026-08-14T12:20:20.315Z | 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 } }] |
| 3929 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.229 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 14 12:20:19.229 |
| 3930 | 2026-08-14T12:20:20.315Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3931 | 2026-08-14T12:20:20.315Z | Aug 14 12:20:19.229 DEBG failed to allocate space for the new target listAug 14 12:20:19.229 |
| 3932 | 2026-08-14T12:20:20.315Z | 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 } }] |
| 3933 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 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 } }]Aug 14 12:20:19.229 |
| 3934 | 2026-08-14T12:20:20.316Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3935 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 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 } }] |
| 3936 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3937 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 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 } }] |
| 3938 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3939 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 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 } }] |
| 3940 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3941 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 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 } }] |
| 3942 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3943 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 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 } }] |
| 3944 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3945 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 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 } }] |
| 3946 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3947 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 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 } }] |
| 3948 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3949 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 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 } }] |
| 3950 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3951 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 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 } }] |
| 3952 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3953 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 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 } }] |
| 3954 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3955 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 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 } }] |
| 3956 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3957 | 2026-08-14T12:20:20.316Z | test route::tests::delete_target_fragmented ... ok |
| 3958 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 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 } }] |
| 3959 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3960 | 2026-08-14T12:20:20.316Z | |
| 3961 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 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 } }] |
| 3962 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.229 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3963 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.230 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 } }] |
| 3964 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.230 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3965 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.230 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 } }] |
| 3966 | 2026-08-14T12:20:20.316Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s |
| 3967 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.230 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3968 | 2026-08-14T12:20:20.316Z | |
| 3969 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.230 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 } }] |
| 3970 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.230 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3971 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.230 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 } }] |
| 3972 | 2026-08-14T12:20:20.316Z | Aug 14 12:20:19.230 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3973 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.230 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 } }] |
| 3974 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.230 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3975 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.230 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 } }] |
| 3976 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.230 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3977 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.230 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 } }] |
| 3978 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.230 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3979 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.230 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 } }] |
| 3980 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.230 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3981 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.230 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 } }] |
| 3982 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.230 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3983 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.230 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 } }] |
| 3984 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.230 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3985 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.230 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 } }] |
| 3986 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3987 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.260 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 } }] |
| 3988 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3989 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.260 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 } }] |
| 3990 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3991 | 2026-08-14T12:20:20.317Z | Aug 14 12:20:19.260 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 } }] |
| 3992 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3993 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 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 } }] |
| 3994 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3995 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 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 } }] |
| 3996 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3997 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 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 } }] |
| 3998 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3999 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 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 } }] |
| 4000 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4001 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 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 } }] |
| 4002 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4003 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 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 } }] |
| 4004 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4005 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 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 } }] |
| 4006 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4007 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 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 } }] |
| 4008 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4009 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 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 } }] |
| 4010 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4011 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 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 } }] |
| 4012 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4013 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 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 } }] |
| 4014 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4015 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 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 } }] |
| 4016 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 DEBG failed to allocate space for the new target list |
| 4017 | 2026-08-14T12:20:20.321Z | Aug 14 12:20:19.260 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 } }] |
| 4018 | 2026-08-14T12:20:20.321Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580) |
| 4019 | 2026-08-14T12:20:20.321Z | |
| 4020 | 2026-08-14T12:20:20.322Z | running 0 tests |
| 4021 | 2026-08-14T12:20:20.322Z | |
| 4022 | 2026-08-14T12:20:20.322Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4023 | 2026-08-14T12:20:20.322Z | |
| 4024 | 2026-08-14T12:20:20.322Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 4025 | 2026-08-14T12:20:20.322Z | |
| 4026 | 2026-08-14T12:20:20.322Z | running 0 tests |
| 4027 | 2026-08-14T12:20:20.322Z | |
| 4028 | 2026-08-14T12:20:20.322Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4029 | 2026-08-14T12:20:20.322Z | |
| 4030 | 2026-08-14T12:20:20.322Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9) |
| 4031 | 2026-08-14T12:20:20.322Z | |
| 4032 | 2026-08-14T12:20:20.322Z | running 6 tests |
| 4033 | 2026-08-14T12:20:20.322Z | test tests::test_full_lot_id_neither_present ... ok |
| 4034 | 2026-08-14T12:20:20.322Z | test tests::test_full_lot_id_both_present ... ok |
| 4035 | 2026-08-14T12:20:20.322Z | test tests::test_full_lot_id_lot_only ... ok |
| 4036 | 2026-08-14T12:20:20.322Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4037 | 2026-08-14T12:20:20.322Z | test tests::test_port_id_cmp ... ok |
| 4038 | 2026-08-14T12:20:20.322Z | test tests::test_parse_client_port_id ... ok |
| 4039 | 2026-08-14T12:20:20.322Z | |
| 4040 | 2026-08-14T12:20:20.322Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4041 | 2026-08-14T12:20:20.322Z | |
| 4042 | 2026-08-14T12:20:20.322Z | Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256) |
| 4043 | 2026-08-14T12:20:20.322Z | |
| 4044 | 2026-08-14T12:20:20.322Z | running 0 tests |
| 4045 | 2026-08-14T12:20:20.322Z | |
| 4046 | 2026-08-14T12:20:20.322Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4047 | 2026-08-14T12:20:20.322Z | |
| 4048 | 2026-08-14T12:20:20.322Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 4049 | 2026-08-14T12:20:20.322Z | |
| 4050 | 2026-08-14T12:20:20.322Z | running 0 tests |
| 4051 | 2026-08-14T12:20:20.322Z | |
| 4052 | 2026-08-14T12:20:20.322Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4053 | 2026-08-14T12:20:20.322Z | |
| 4054 | 2026-08-14T12:20:20.322Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 4055 | 2026-08-14T12:20:20.322Z | |
| 4056 | 2026-08-14T12:20:20.322Z | running 0 tests |
| 4057 | 2026-08-14T12:20:20.322Z | |
| 4058 | 2026-08-14T12:20:20.322Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4059 | 2026-08-14T12:20:20.322Z | |
| 4060 | 2026-08-14T12:20:20.323Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 4061 | 2026-08-14T12:20:20.323Z | |
| 4062 | 2026-08-14T12:20:20.323Z | running 12 tests |
| 4063 | 2026-08-14T12:20:20.323Z | test icmp::test_v6_checksum ... ok |
| 4064 | 2026-08-14T12:20:20.323Z | test lldp::test_lldp_parse ... ok |
| 4065 | 2026-08-14T12:20:20.323Z | test icmp::test_v4_checksum ... ok |
| 4066 | 2026-08-14T12:20:20.323Z | test pbuf::test_byte ... ok |
| 4067 | 2026-08-14T12:20:20.323Z | test ipv6::test_ipv6_parse ... ok |
| 4068 | 2026-08-14T12:20:20.323Z | test pbuf::test_nibble ... ok |
| 4069 | 2026-08-14T12:20:20.323Z | test pbuf::test_overflow ... ok |
| 4070 | 2026-08-14T12:20:20.323Z | test pbuf::test_short ... ok |
| 4071 | 2026-08-14T12:20:20.323Z | test pbuf::test_twelve ... ok |
| 4072 | 2026-08-14T12:20:20.323Z | test pbuf::test_word ... ok |
| 4073 | 2026-08-14T12:20:20.323Z | test tcp::test_checksum_ack_data ... ok |
| 4074 | 2026-08-14T12:20:20.323Z | test tcp::test_checksum_syn_nodata ... ok |
| 4075 | 2026-08-14T12:20:20.323Z | |
| 4076 | 2026-08-14T12:20:20.323Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4077 | 2026-08-14T12:20:20.323Z | |
| 4078 | 2026-08-14T12:20:20.323Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4079 | 2026-08-14T12:20:20.323Z | |
| 4080 | 2026-08-14T12:20:20.323Z | running 0 tests |
| 4081 | 2026-08-14T12:20:20.323Z | |
| 4082 | 2026-08-14T12:20:20.323Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4083 | 2026-08-14T12:20:20.323Z | |
| 4084 | 2026-08-14T12:20:20.323Z | Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc) |
| 4085 | 2026-08-14T12:20:20.323Z | |
| 4086 | 2026-08-14T12:20:20.323Z | running 5 tests |
| 4087 | 2026-08-14T12:20:20.323Z | test switchport::test::test_compute_lanes ... ok |
| 4088 | 2026-08-14T12:20:20.323Z | test switchport::test::port_id_ordering ... ok |
| 4089 | 2026-08-14T12:20:20.323Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 4090 | 2026-08-14T12:20:20.323Z | Lane 0 Rx Loss-of-lock: Yes Yes Lane 1Yes Lane 2Yes |
| 4091 | 2026-08-14T12:20:20.323Z | Lane 3 Rx Loss-of-signal: Yes |
| 4092 | 2026-08-14T12:20:20.327Z | State: ActivatedYes Activated Yes ActivatedYes |
| 4093 | 2026-08-14T12:20:20.327Z | Activated Rx CDR Enabled: Yes |
| 4094 | 2026-08-14T12:20:20.327Z | Rx Output Enabled: falseYes falseYes falseYes |
| 4095 | 2026-08-14T12:20:20.327Z | false |
| 4096 | 2026-08-14T12:20:20.327Z | Tx Enabled: Yes Rx Output Status: valid Yesvalid Yes valid Yes |
| 4097 | 2026-08-14T12:20:20.327Z | valid |
| 4098 | 2026-08-14T12:20:20.327Z | Tx Loss-of-lock: No Rx Loss-of-lock: trueNo true Notrue Notrue |
| 4099 | 2026-08-14T12:20:20.327Z | |
| 4100 | 2026-08-14T12:20:20.327Z | Tx Loss-of-signal: No Rx Loss-of-signal: falseNo falseNo Nofalse |
| 4101 | 2026-08-14T12:20:20.327Z | false Tx CDR Enabled: No |
| 4102 | 2026-08-14T12:20:20.327Z | Rx Auto-squelch Disable: trueNo true No trueNo |
| 4103 | 2026-08-14T12:20:20.327Z | true |
| 4104 | 2026-08-14T12:20:20.327Z | Tx Adaptive EQ Fault: No Tx Output Enabled: true No trueNo Notrue |
| 4105 | 2026-08-14T12:20:20.327Z | true |
| 4106 | 2026-08-14T12:20:20.327Z | Tx Fault: Yes Tx Output Status: invalidYes invalid Yes invalidYes |
| 4107 | 2026-08-14T12:20:20.327Z | invalid |
| 4108 | 2026-08-14T12:20:20.327Z | Tx Loss-of-lock: false false false false |
| 4109 | 2026-08-14T12:20:20.327Z | Tx Loss-of-signal: true true true true |
| 4110 | 2026-08-14T12:20:20.327Z | Tx Auto-squelch Disable: false false false false |
| 4111 | 2026-08-14T12:20:20.327Z | Tx Adaptive EQ Fail: true true true true |
| 4112 | 2026-08-14T12:20:20.327Z | Tx Failure: false false false false |
| 4113 | 2026-08-14T12:20:20.327Z | Tx Force Squelch: true true true true |
| 4114 | 2026-08-14T12:20:20.327Z | Tx Input Polarity: normal normal normal normal |
| 4115 | 2026-08-14T12:20:20.327Z | test switchport::test::test_print_sff_datapath ... ok |
| 4116 | 2026-08-14T12:20:20.327Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4117 | 2026-08-14T12:20:20.327Z | test link::test_filter ... ok |
| 4118 | 2026-08-14T12:20:20.328Z | |
| 4119 | 2026-08-14T12:20:20.328Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4120 | 2026-08-14T12:20:20.328Z | |
| 4121 | 2026-08-14T12:20:20.328Z | Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7) |
| 4122 | 2026-08-14T12:20:20.328Z | |
| 4123 | 2026-08-14T12:20:20.328Z | running 1 test |
| 4124 | 2026-08-14T12:20:20.328Z | test test_p4_counter_list ... ignored |
| 4125 | 2026-08-14T12:20:20.328Z | |
| 4126 | 2026-08-14T12:20:20.328Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4127 | 2026-08-14T12:20:20.328Z | |
| 4128 | 2026-08-14T12:20:20.328Z | Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43) |
| 4129 | 2026-08-14T12:20:20.328Z | |
| 4130 | 2026-08-14T12:20:20.328Z | running 5 tests |
| 4131 | 2026-08-14T12:20:20.328Z | test test_an ... ignored |
| 4132 | 2026-08-14T12:20:20.328Z | test test_enable ... ignored |
| 4133 | 2026-08-14T12:20:20.328Z | test test_ip_addresses ... ignored |
| 4134 | 2026-08-14T12:20:20.328Z | test test_kr ... ignored |
| 4135 | 2026-08-14T12:20:20.328Z | test test_mac ... ignored |
| 4136 | 2026-08-14T12:20:20.328Z | |
| 4137 | 2026-08-14T12:20:20.328Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4138 | 2026-08-14T12:20:20.328Z | |
| 4139 | 2026-08-14T12:20:20.328Z | Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426) |
| 4140 | 2026-08-14T12:20:20.328Z | |
| 4141 | 2026-08-14T12:20:20.328Z | running 3 tests |
| 4142 | 2026-08-14T12:20:20.328Z | test linklocal::test_parse_ipadm ... ok |
| 4143 | 2026-08-14T12:20:20.328Z | test tfport::test_parse_tfport ... ok |
| 4144 | 2026-08-14T12:20:20.328Z | test config::tests::test_updates ... ok |
| 4145 | 2026-08-14T12:20:20.328Z | |
| 4146 | 2026-08-14T12:20:20.328Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4147 | 2026-08-14T12:20:20.328Z | |
| 4148 | 2026-08-14T12:20:20.328Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 4149 | 2026-08-14T12:20:20.328Z | |
| 4150 | 2026-08-14T12:20:20.328Z | running 0 tests |
| 4151 | 2026-08-14T12:20:20.328Z | |
| 4152 | 2026-08-14T12:20:20.328Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4153 | 2026-08-14T12:20:20.328Z | |
| 4154 | 2026-08-14T12:20:20.328Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 4155 | 2026-08-14T12:20:20.328Z | |
| 4156 | 2026-08-14T12:20:20.328Z | running 0 tests |
| 4157 | 2026-08-14T12:20:20.329Z | |
| 4158 | 2026-08-14T12:20:20.329Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4159 | 2026-08-14T12:20:20.329Z | |
| 4160 | 2026-08-14T12:20:20.329Z | Doc-tests aal |
| 4161 | 2026-08-14T12:20:20.453Z | |
| 4162 | 2026-08-14T12:20:20.453Z | running 0 tests |
| 4163 | 2026-08-14T12:20:20.453Z | |
| 4164 | 2026-08-14T12:20:20.453Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4165 | 2026-08-14T12:20:20.453Z | |
| 4166 | 2026-08-14T12:20:20.469Z | Doc-tests aal_macros |
| 4167 | 2026-08-14T12:20:20.535Z | |
| 4168 | 2026-08-14T12:20:20.535Z | running 0 tests |
| 4169 | 2026-08-14T12:20:20.535Z | |
| 4170 | 2026-08-14T12:20:20.535Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4171 | 2026-08-14T12:20:20.535Z | |
| 4172 | 2026-08-14T12:20:20.545Z | Doc-tests common |
| 4173 | 2026-08-14T12:20:20.774Z | |
| 4174 | 2026-08-14T12:20:20.774Z | running 0 tests |
| 4175 | 2026-08-14T12:20:20.774Z | |
| 4176 | 2026-08-14T12:20:20.774Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4177 | 2026-08-14T12:20:20.774Z | |
| 4178 | 2026-08-14T12:20:20.794Z | Doc-tests dpd_api |
| 4179 | 2026-08-14T12:20:21.527Z | |
| 4180 | 2026-08-14T12:20:21.527Z | running 2 tests |
| 4181 | 2026-08-14T12:20:21.527Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 4182 | 2026-08-14T12:20:21.527Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 4183 | 2026-08-14T12:20:21.527Z | |
| 4184 | 2026-08-14T12:20:21.527Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4185 | 2026-08-14T12:20:21.527Z | |
| 4186 | 2026-08-14T12:20:21.556Z | Doc-tests dpd_client |
| 4187 | 2026-08-14T12:20:22.827Z | |
| 4188 | 2026-08-14T12:20:22.828Z | running 0 tests |
| 4189 | 2026-08-14T12:20:22.828Z | |
| 4190 | 2026-08-14T12:20:22.828Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4191 | 2026-08-14T12:20:22.828Z | |
| 4192 | 2026-08-14T12:20:22.869Z | Doc-tests dpd_types |
| 4193 | 2026-08-14T12:20:23.079Z | |
| 4194 | 2026-08-14T12:20:23.079Z | running 0 tests |
| 4195 | 2026-08-14T12:20:23.079Z | |
| 4196 | 2026-08-14T12:20:23.079Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4197 | 2026-08-14T12:20:23.079Z | |
| 4198 | 2026-08-14T12:20:23.103Z | Doc-tests dpd_types_versions |
| 4199 | 2026-08-14T12:20:24.294Z | |
| 4200 | 2026-08-14T12:20:24.295Z | running 1 test |
| 4201 | 2026-08-14T12:20:24.295Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4202 | 2026-08-14T12:20:24.295Z | |
| 4203 | 2026-08-14T12:20:24.295Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4204 | 2026-08-14T12:20:24.295Z | |
| 4205 | 2026-08-14T12:20:24.336Z | Doc-tests packet |
| 4206 | 2026-08-14T12:20:24.449Z | |
| 4207 | 2026-08-14T12:20:24.449Z | running 0 tests |
| 4208 | 2026-08-14T12:20:24.449Z | |
| 4209 | 2026-08-14T12:20:24.449Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4210 | 2026-08-14T12:20:24.449Z | |
| 4211 | 2026-08-14T12:20:24.465Z | Doc-tests pcap |
| 4212 | 2026-08-14T12:20:24.517Z | |
| 4213 | 2026-08-14T12:20:24.517Z | running 0 tests |
| 4214 | 2026-08-14T12:20:24.517Z | |
| 4215 | 2026-08-14T12:20:24.517Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4216 | 2026-08-14T12:20:24.517Z | |
| 4217 | 2026-08-14T12:20:24.583Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4218 | 2026-08-14T12:20:24.583Z | + RUST_BACKTRACE=full |
| 4219 | 2026-08-14T12:20:24.583Z | + cargo test --features tofino_asic --no-fail-fast |
| 4220 | 2026-08-14T12:20:25.175Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4221 | 2026-08-14T12:20:25.258Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4222 | 2026-08-14T12:20:25.265Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4223 | 2026-08-14T12:20:25.272Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4224 | 2026-08-14T12:20:33.738Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4225 | 2026-08-14T12:20:33.868Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4226 | 2026-08-14T12:21:13.804Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 49.20s |
| 4227 | 2026-08-14T12:21:13.915Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 4228 | 2026-08-14T12:21:13.919Z | |
| 4229 | 2026-08-14T12:21:13.919Z | running 5 tests |
| 4230 | 2026-08-14T12:21:13.919Z | test fuse::tests::chip_revision_a0 ... ok |
| 4231 | 2026-08-14T12:21:13.919Z | test fuse::tests::chip_revision_b0 ... ok |
| 4232 | 2026-08-14T12:21:13.919Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 4233 | 2026-08-14T12:21:13.919Z | test fuse::tests::chip_revision_b1 ... ok |
| 4234 | 2026-08-14T12:21:13.919Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 4235 | 2026-08-14T12:21:13.919Z | |
| 4236 | 2026-08-14T12:21:13.919Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4237 | 2026-08-14T12:21:13.920Z | |
| 4238 | 2026-08-14T12:21:13.920Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4239 | 2026-08-14T12:21:13.923Z | |
| 4240 | 2026-08-14T12:21:13.923Z | running 0 tests |
| 4241 | 2026-08-14T12:21:13.923Z | |
| 4242 | 2026-08-14T12:21:13.923Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4243 | 2026-08-14T12:21:13.924Z | |
| 4244 | 2026-08-14T12:21:13.924Z | Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1) |
| 4245 | 2026-08-14T12:21:14.023Z | |
| 4246 | 2026-08-14T12:21:14.023Z | running 8 tests |
| 4247 | 2026-08-14T12:21:14.026Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4248 | 2026-08-14T12:21:14.026Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4249 | 2026-08-14T12:21:14.026Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4250 | 2026-08-14T12:21:14.027Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4251 | 2026-08-14T12:21:14.027Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4252 | 2026-08-14T12:21:14.027Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4253 | 2026-08-14T12:21:14.033Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4254 | 2026-08-14T12:21:14.524Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4255 | 2026-08-14T12:21:14.525Z | |
| 4256 | 2026-08-14T12:21:14.525Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4257 | 2026-08-14T12:21:14.525Z | |
| 4258 | 2026-08-14T12:21:14.535Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 4259 | 2026-08-14T12:21:14.538Z | |
| 4260 | 2026-08-14T12:21:14.539Z | running 11 tests |
| 4261 | 2026-08-14T12:21:14.539Z | test nat::tests::test_vni ... ok |
| 4262 | 2026-08-14T12:21:14.539Z | test network::tests::test_equal ... ok |
| 4263 | 2026-08-14T12:21:14.539Z | test network::tests::test_eui64 ... ok |
| 4264 | 2026-08-14T12:21:14.539Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4265 | 2026-08-14T12:21:14.539Z | test network::tests::test_into ... ok |
| 4266 | 2026-08-14T12:21:14.539Z | test network::tests::test_not_equal ... ok |
| 4267 | 2026-08-14T12:21:14.539Z | test network::tests::test_to_string ... ok |
| 4268 | 2026-08-14T12:21:14.539Z | test network::tests::test_parse ... ok |
| 4269 | 2026-08-14T12:21:14.539Z | test ports::tests::port_ids_are_ascii ... ok |
| 4270 | 2026-08-14T12:21:14.539Z | test test_purge ... ok |
| 4271 | 2026-08-14T12:21:14.573Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4272 | 2026-08-14T12:21:14.573Z | |
| 4273 | 2026-08-14T12:21:14.573Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4274 | 2026-08-14T12:21:14.573Z | |
| 4275 | 2026-08-14T12:21:14.573Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 4276 | 2026-08-14T12:21:14.574Z | |
| 4277 | 2026-08-14T12:21:14.574Z | running 1 test |
| 4278 | 2026-08-14T12:21:14.574Z | ------- |
| 4279 | 2026-08-14T12:21:14.574Z | Generating OpenAPI documents from API definitions ... |
| 4280 | 2026-08-14T12:21:14.686Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4281 | 2026-08-14T12:21:14.753Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4282 | 2026-08-14T12:21:15.733Z | ------- |
| 4283 | 2026-08-14T12:21:15.733Z | Checking 12 OpenAPI documents... |
| 4284 | 2026-08-14T12:21:15.733Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-08-14T12:21:15.733Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-08-14T12:21:15.733Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4287 | 2026-08-14T12:21:15.733Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4288 | 2026-08-14T12:21:15.733Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4289 | 2026-08-14T12:21:15.736Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4290 | 2026-08-14T12:21:15.736Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4291 | 2026-08-14T12:21:15.737Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4292 | 2026-08-14T12:21:15.737Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4293 | 2026-08-14T12:21:15.737Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4294 | 2026-08-14T12:21:15.737Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4295 | 2026-08-14T12:21:15.737Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4296 | 2026-08-14T12:21:15.737Z | Fresh dpd "latest" symlink |
| 4297 | 2026-08-14T12:21:15.737Z | ------- |
| 4298 | 2026-08-14T12:21:15.737Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 4299 | 2026-08-14T12:21:15.792Z | test test::test_apis_up_to_date ... ok |
| 4300 | 2026-08-14T12:21:15.792Z | |
| 4301 | 2026-08-14T12:21:15.792Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s |
| 4302 | 2026-08-14T12:21:15.792Z | |
| 4303 | 2026-08-14T12:21:15.851Z | Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b) |
| 4304 | 2026-08-14T12:21:15.917Z | |
| 4305 | 2026-08-14T12:21:15.917Z | running 66 tests |
| 4306 | 2026-08-14T12:21:15.921Z | test freemap::test_ordering ... ok |
| 4307 | 2026-08-14T12:21:15.921Z | test config::tests::test_updates ... ok |
| 4308 | 2026-08-14T12:21:15.921Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4309 | 2026-08-14T12:21:15.921Z | test freemap::test_split ... ok |
| 4310 | 2026-08-14T12:21:15.921Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4311 | 2026-08-14T12:21:15.921Z | test macaddrs::tests::test_mac_offset ... ok |
| 4312 | 2026-08-14T12:21:15.927Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4313 | 2026-08-14T12:21:15.927Z | Aug 14 12:21:14.894 DEBG created new freemap, unit: freemap_test |
| 4314 | 2026-08-14T12:21:15.927Z | Aug 14 12:21:14.894 DEBG initted freemap. size: 128, unit: freemap_test |
| 4315 | 2026-08-14T12:21:15.927Z | Aug 14 12:21:14.894 DEBG reset freemap, unit: freemap_test |
| 4316 | 2026-08-14T12:21:15.927Z | Aug 14 12:21:14.894 DEBG created new freemap, unit: freemap_test |
| 4317 | 2026-08-14T12:21:15.927Z | Aug 14 12:21:14.894 DEBG initted freemap. size: 128, unit: freemap_test |
| 4318 | 2026-08-14T12:21:15.927Z | Aug 14 12:21:14.894 DEBG reset freemap, unit: freemap_test |
| 4319 | 2026-08-14T12:21:15.927Z | Aug 14 12:21:14.894 DEBG created new freemap, unit: freemap_test |
| 4320 | 2026-08-14T12:21:15.927Z | Aug 14 12:21:14.894 DEBG initted freemap. size: 128, unit: freemap_test |
| 4321 | 2026-08-14T12:21:15.927Z | Aug 14 12:21:14.894 DEBG reset freemap, unit: freemap_test |
| 4322 | 2026-08-14T12:21:15.927Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4323 | 2026-08-14T12:21:15.927Z | test freemap::test_basic ... ok |
| 4324 | 2026-08-14T12:21:15.927Z | Aug 14 12:21:14.894 DEBG created new freemap, unit: freemap_test |
| 4325 | 2026-08-14T12:21:15.927Z | Aug 14 12:21:14.894 DEBG initted freemap. size: 128, unit: freemap_test |
| 4326 | 2026-08-14T12:21:15.927Z | test freemap::test_exhaustion ... ok |
| 4327 | 2026-08-14T12:21:15.927Z | Aug 14 12:21:14.894 DEBG reset freemap, unit: freemap_test |
| 4328 | 2026-08-14T12:21:15.927Z | test freemap::test_free ... ok |
| 4329 | 2026-08-14T12:21:15.928Z | test nat::test_mapping ... ok |
| 4330 | 2026-08-14T12:21:15.928Z | test freemap::test_reclaim ... ok |
| 4331 | 2026-08-14T12:21:15.928Z | test port_map::tests::test_backplane_group ... ok |
| 4332 | 2026-08-14T12:21:15.928Z | Aug 14 12:21:14.895 DEBG created new freemap, unit: freemap_test |
| 4333 | 2026-08-14T12:21:15.928Z | Aug 14 12:21:14.895 DEBG initted freemap. size: 8, unit: freemap_test |
| 4334 | 2026-08-14T12:21:15.928Z | Aug 14 12:21:14.895 DEBG reset freemap, unit: freemap_test |
| 4335 | 2026-08-14T12:21:15.928Z | test port_map::tests::test_port_map ... ok |
| 4336 | 2026-08-14T12:21:15.928Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4337 | 2026-08-14T12:21:15.928Z | test port_map::tests::dump_map ... ok |
| 4338 | 2026-08-14T12:21:15.928Z | Aug 14 12:21:14.895 DEBG created new freemap, unit: freemap_test |
| 4339 | 2026-08-14T12:21:15.928Z | Aug 14 12:21:14.895 DEBG initted freemap. size: 128, unit: freemap_test |
| 4340 | 2026-08-14T12:21:15.928Z | Aug 14 12:21:14.895 DEBG reset freemap, unit: freemap_test |
| 4341 | 2026-08-14T12:21:15.928Z | test freemap::test_span ... ok |
| 4342 | 2026-08-14T12:21:15.928Z | test api_server::tests::test_build_info ... ok |
| 4343 | 2026-08-14T12:21:15.928Z | Aug 14 12:21:14.896 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4344 | 2026-08-14T12:21:15.928Z | Aug 14 12:21:14.896 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4345 | 2026-08-14T12:21:15.928Z | Aug 14 12:21:14.896 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4346 | 2026-08-14T12:21:15.928Z | Aug 14 12:21:14.896 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4347 | 2026-08-14T12:21:15.928Z | Aug 14 12:21:14.896 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4348 | 2026-08-14T12:21:15.928Z | Aug 14 12:21:14.896 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4349 | 2026-08-14T12:21:15.928Z | Aug 14 12:21:14.896 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4350 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 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 } }] |
| 4351 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4352 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 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 } }] |
| 4353 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4354 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 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 } }] |
| 4355 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4356 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 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 } }] |
| 4357 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4358 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 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 } }] |
| 4359 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4360 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 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 } }] |
| 4361 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4362 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 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 } }] |
| 4363 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4364 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 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 } }] |
| 4365 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4366 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 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 } }] |
| 4367 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4368 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 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 } }] |
| 4369 | 2026-08-14T12:21:15.929Z | Aug 14 12:21:14.896 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4370 | 2026-08-14T12:21:15.930Z | Aug 14 12:21:14.896 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 } }] |
| 4371 | 2026-08-14T12:21:15.930Z | Aug 14 12:21:14.896 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4372 | 2026-08-14T12:21:15.930Z | Aug 14 12:21:14.896 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 } }] |
| 4373 | 2026-08-14T12:21:15.930Z | Aug 14 12:21:14.896 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4374 | 2026-08-14T12:21:15.930Z | Aug 14 12:21:14.896 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 } }] |
| 4375 | 2026-08-14T12:21:15.930Z | Aug 14 12:21:14.896 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4376 | 2026-08-14T12:21:15.930Z | Aug 14 12:21:14.896 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 } }] |
| 4377 | 2026-08-14T12:21:15.930Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4378 | 2026-08-14T12:21:15.930Z | Aug 14 12:21:14.896 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4379 | 2026-08-14T12:21:15.930Z | Aug 14 12:21:14.896 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 } }] |
| 4380 | 2026-08-14T12:21:15.930Z | Aug 14 12:21:14.896 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4381 | 2026-08-14T12:21:15.930Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 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 } }]created new freemap |
| 4382 | 2026-08-14T12:21:15.930Z | , unit:Aug 14 12:21:14.896 freemap_route_ipv4INFO |
| 4383 | 2026-08-14T12:21:15.930Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4384 | 2026-08-14T12:21:15.930Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 4385 | 2026-08-14T12:21:15.930Z | , unit: freemap_route_ipv6Aug 14 12:21:14.896 |
| 4386 | 2026-08-14T12:21:15.930Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4387 | 2026-08-14T12:21:15.930Z | Aug 14 12:21:14.896 DEBGAug 14 12:21:14.896 initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 4388 | 2026-08-14T12:21:15.930Z | freemap_route_ipv4 |
| 4389 | 2026-08-14T12:21:15.930Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreset freemap |
| 4390 | 2026-08-14T12:21:15.930Z | , unit:Aug 14 12:21:14.896 freemap_route_ipv4DEBG |
| 4391 | 2026-08-14T12:21:15.930Z | 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 } }] |
| 4392 | 2026-08-14T12:21:15.931Z | Aug 14 12:21:14.896 Aug 14 12:21:14.896DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:f::/64 -> 2001:db8::55:ffunit |
| 4393 | 2026-08-14T12:21:15.931Z | : freemap_route_ipv6 |
| 4394 | 2026-08-14T12:21:15.931Z | Aug 14 12:21:14.896 DEBG Aug 14 12:21:14.896replacing 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 } }] |
| 4395 | 2026-08-14T12:21:15.931Z | DEBG reset freemap, unitAug 14 12:21:14.896: INFOfreemap_route_ipv6 |
| 4396 | 2026-08-14T12:21:15.931Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4397 | 2026-08-14T12:21:15.931Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4398 | 2026-08-14T12:21:15.931Z | |
| 4399 | 2026-08-14T12:21:15.931Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4400 | 2026-08-14T12:21:15.931Z | |
| 4401 | 2026-08-14T12:21:15.931Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 INFODEBGAug 14 12:21:14.896 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4402 | 2026-08-14T12:21:15.931Z | 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 |
| 4403 | 2026-08-14T12:21:15.931Z | Aug 14 12:21:14.896created new freemap DEBGAug 14 12:21:14.896 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unitINFO |
| 4404 | 2026-08-14T12:21:15.931Z | : adding route 3fff:beef:12::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4405 | 2026-08-14T12:21:15.931Z | |
| 4406 | 2026-08-14T12:21:15.931Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 4407 | 2026-08-14T12:21:15.931Z | Aug 14 12:21:14.896 |
| 4408 | 2026-08-14T12:21:15.931Z | DEBG created new freemap, Aug 14 12:21:14.896Aug 14 12:21:14.896unit :DEBG freemap_route_ipv6INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4409 | 2026-08-14T12:21:15.931Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4410 | 2026-08-14T12:21:15.931Z | |
| 4411 | 2026-08-14T12:21:15.932Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 DEBGAug 14 12:21:14.896 DEBG INFOinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:4unitreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4412 | 2026-08-14T12:21:15.936Z | : |
| 4413 | 2026-08-14T12:21:15.936Z | freemap_route_ipv4 |
| 4414 | 2026-08-14T12:21:15.936Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 Aug 14 12:21:14.896DEBG 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 } }] |
| 4415 | 2026-08-14T12:21:15.936Z | DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4416 | 2026-08-14T12:21:15.936Z | reset freemapAug 14 12:21:14.896, unitINFOAug 14 12:21:14.896: DEBGfreemap_route_ipv4 |
| 4417 | 2026-08-14T12:21:15.936Z | 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::/64 -> 2001:db8::55:ff |
| 4418 | 2026-08-14T12:21:15.937Z | |
| 4419 | 2026-08-14T12:21:15.937Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 Aug 14 12:21:14.896INFO DEBG DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4420 | 2026-08-14T12:21:15.937Z | 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 } }]initted freemap. size: 64 |
| 4421 | 2026-08-14T12:21:15.937Z | , unit: Aug 14 12:21:14.896Aug 14 12:21:14.896freemap_route_ipv6 |
| 4422 | 2026-08-14T12:21:15.937Z | INFODEBG 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:1::/64 -> 2001:db8::55:ff |
| 4423 | 2026-08-14T12:21:15.937Z | Aug 14 12:21:14.896 |
| 4424 | 2026-08-14T12:21:15.937Z | DEBG reset freemapAug 14 12:21:14.896, Aug 14 12:21:14.896unit DEBGINFO: replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4425 | 2026-08-14T12:21:15.937Z | |
| 4426 | 2026-08-14T12:21:15.937Z | |
| 4427 | 2026-08-14T12:21:15.937Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 INFOINFOAug 14 12:21:14.896 adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG |
| 4428 | 2026-08-14T12:21:15.937Z | adding route 3fff:beef:2::/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 } }] |
| 4429 | 2026-08-14T12:21:15.937Z | |
| 4430 | 2026-08-14T12:21:15.937Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 Aug 14 12:21:14.896DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4431 | 2026-08-14T12:21:15.937Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:17::/64 -> 2001:db8::55:ff |
| 4432 | 2026-08-14T12:21:15.937Z | |
| 4433 | 2026-08-14T12:21:15.937Z | Aug 14 12:21:14.896 INFO Aug 14 12:21:14.896Aug 14 12:21:14.896adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFODEBG |
| 4434 | 2026-08-14T12:21:15.938Z | adding route 3fff:beef::/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 } }] |
| 4435 | 2026-08-14T12:21:15.938Z | |
| 4436 | 2026-08-14T12:21:15.938Z | Aug 14 12:21:14.896 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:21:14.896 |
| 4437 | 2026-08-14T12:21:15.938Z | Aug 14 12:21:14.896 DEBGINFO Aug 14 12:21:14.896 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4438 | 2026-08-14T12:21:15.938Z | |
| 4439 | 2026-08-14T12:21:15.938Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4440 | 2026-08-14T12:21:15.938Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 DEBGAug 14 12:21:14.896 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4441 | 2026-08-14T12:21:15.938Z | 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 } }] |
| 4442 | 2026-08-14T12:21:15.938Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4443 | 2026-08-14T12:21:15.938Z | Aug 14 12:21:14.896Aug 14 12:21:14.896Aug 14 12:21:14.896 DEBGINFO INFO Aug 14 12:21:14.896 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff 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 } }] |
| 4444 | 2026-08-14T12:21:15.938Z | DEBG |
| 4445 | 2026-08-14T12:21:15.938Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4446 | 2026-08-14T12:21:15.938Z | created new freemap, unit:Aug 14 12:21:14.896 Aug 14 12:21:14.896Aug 14 12:21:14.896freemap_route_ipv4 |
| 4447 | 2026-08-14T12:21:15.938Z | INFODEBG 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 } }]adding route 3fff:beef:2::/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 } }] |
| 4448 | 2026-08-14T12:21:15.938Z | Aug 14 12:21:14.896 |
| 4449 | 2026-08-14T12:21:15.938Z | |
| 4450 | 2026-08-14T12:21:15.938Z | DEBG created new freemap, Aug 14 12:21:14.896unitAug 14 12:21:14.896Aug 14 12:21:14.896: freemap_route_ipv6DEBG |
| 4451 | 2026-08-14T12:21:15.939Z | Aug 14 12:21:14.896 INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4452 | 2026-08-14T12:21:15.939Z | INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4453 | 2026-08-14T12:21:15.939Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBGAug 14 12:21:14.896Aug 14 12:21:14.896 created new freemapAug 14 12:21:14.896 |
| 4454 | 2026-08-14T12:21:15.939Z | , INFOunitDEBG: DEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4455 | 2026-08-14T12:21:15.939Z | , Aug 14 12:21:14.896unit:freemap_route_ipv4 Aug 14 12:21:14.896DEBGfreemap_route_ipv4 |
| 4456 | 2026-08-14T12:21:15.939Z | 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 |
| 4457 | 2026-08-14T12:21:15.939Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4458 | 2026-08-14T12:21:15.939Z | |
| 4459 | 2026-08-14T12:21:15.939Z | |
| 4460 | 2026-08-14T12:21:15.939Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 Aug 14 12:21:14.896Aug 14 12:21:14.896 Aug 14 12:21:14.896 DEBGDEBGINFO INFOreset freemap created new freemap, , unitadding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO: adding route 3fff:beef:7::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4461 | 2026-08-14T12:21:15.939Z | |
| 4462 | 2026-08-14T12:21:15.939Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4463 | 2026-08-14T12:21:15.939Z | Aug 14 12:21:14.896Aug 14 12:21:14.896 Aug 14 12:21:14.896DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4464 | 2026-08-14T12:21:15.939Z | initted freemap. size: 64 , replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitunit |
| 4465 | 2026-08-14T12:21:15.939Z | : :freemap_route_ipv6 Aug 14 12:21:14.897 |
| 4466 | 2026-08-14T12:21:15.939Z | freemap_route_ipv6 Aug 14 12:21:14.897 |
| 4467 | 2026-08-14T12:21:15.939Z | |
| 4468 | 2026-08-14T12:21:15.939Z | INFO DEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:21:14.897 |
| 4469 | 2026-08-14T12:21:15.940Z | Aug 14 12:21:14.897 DEBGDEBG initted freemap. size: 64 |
| 4470 | 2026-08-14T12:21:15.940Z | Aug 14 12:21:14.897 Aug 14 12:21:14.897, reset freemapunit:, INFO unitfreemap_route_ipv4: |
| 4471 | 2026-08-14T12:21:15.940Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4472 | 2026-08-14T12:21:15.940Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 14 12:21:14.897 |
| 4473 | 2026-08-14T12:21:15.940Z | |
| 4474 | 2026-08-14T12:21:15.940Z | Aug 14 12:21:14.897DEBGAug 14 12:21:14.897 Aug 14 12:21:14.897DEBGDEBG Aug 14 12:21:14.897reset 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 } }], INFO |
| 4475 | 2026-08-14T12:21:15.940Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit: adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4476 | 2026-08-14T12:21:15.940Z | |
| 4477 | 2026-08-14T12:21:15.940Z | Aug 14 12:21:14.897DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4INFOAug 14 12:21:14.897Aug 14 12:21:14.897 |
| 4478 | 2026-08-14T12:21:15.940Z | DEBG |
| 4479 | 2026-08-14T12:21:15.940Z | INFO 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 } }] |
| 4480 | 2026-08-14T12:21:15.940Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4481 | 2026-08-14T12:21:15.940Z | Aug 14 12:21:14.897Aug 14 12:21:14.897 INFODEBG initted freemap. size: 64 |
| 4482 | 2026-08-14T12:21:15.940Z | Aug 14 12:21:14.897 , DEBGunitAug 14 12:21:14.897: Aug 14 12:21:14.897 freemap_route_ipv6adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFODEBG |
| 4483 | 2026-08-14T12:21:15.940Z | 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:dead::/64 -> 2001:db8::55:2 |
| 4484 | 2026-08-14T12:21:15.940Z | |
| 4485 | 2026-08-14T12:21:15.941Z | |
| 4486 | 2026-08-14T12:21:15.941Z | Aug 14 12:21:14.897 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 14 12:21:14.897INFO Aug 14 12:21:14.897 DEBG |
| 4487 | 2026-08-14T12:21:15.941Z | Aug 14 12:21:14.897 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff DEBG |
| 4488 | 2026-08-14T12:21:15.941Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]reset freemapDEBG |
| 4489 | 2026-08-14T12:21:15.941Z | Aug 14 12:21:14.897replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , Aug 14 12:21:14.897unit |
| 4490 | 2026-08-14T12:21:15.941Z | DEBGAug 14 12:21:14.897 : INFOfreemap_route_ipv6replacing 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 14 12:21:14.897 |
| 4491 | 2026-08-14T12:21:15.941Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4492 | 2026-08-14T12:21:15.941Z | INFO |
| 4493 | 2026-08-14T12:21:15.941Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 14 12:21:14.897Aug 14 12:21:14.897Aug 14 12:21:14.897 |
| 4494 | 2026-08-14T12:21:15.941Z | INFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4495 | 2026-08-14T12:21:15.941Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 14 12:21:14.897 |
| 4496 | 2026-08-14T12:21:15.941Z | 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 14 12:21:14.897adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4497 | 2026-08-14T12:21:15.941Z | DEBG Aug 14 12:21:14.897 |
| 4498 | 2026-08-14T12:21:15.941Z | 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 } }] |
| 4499 | 2026-08-14T12:21:15.941Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4500 | 2026-08-14T12:21:15.941Z | |
| 4501 | 2026-08-14T12:21:15.941Z | Aug 14 12:21:14.897 INFO Aug 14 12:21:14.897adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 14 12:21:14.897Aug 14 12:21:14.897Aug 14 12:21:14.897 |
| 4502 | 2026-08-14T12:21:15.942Z | INFO DEBG Aug 14 12:21:14.897adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff 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 } }]INFO |
| 4503 | 2026-08-14T12:21:15.942Z | |
| 4504 | 2026-08-14T12:21:15.942Z | adding route 3fff:beef:c::/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 } }]DEBG |
| 4505 | 2026-08-14T12:21:15.942Z | |
| 4506 | 2026-08-14T12:21:15.942Z | 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 14 12:21:14.897 |
| 4507 | 2026-08-14T12:21:15.942Z | Aug 14 12:21:14.897 DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:21:14.897DEBG INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4508 | 2026-08-14T12:21:15.942Z | |
| 4509 | 2026-08-14T12:21:15.942Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 14 12:21:14.897 |
| 4510 | 2026-08-14T12:21:15.942Z | INFOAug 14 12:21:14.897 Aug 14 12:21:14.897adding route 3fff:beef:8::/64 -> 2001:db8::55:ff Aug 14 12:21:14.897INFO INFO |
| 4511 | 2026-08-14T12:21:15.942Z | DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4512 | 2026-08-14T12:21:15.947Z | adding route 3fff:beef:20::/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 } }] |
| 4513 | 2026-08-14T12:21:15.947Z | |
| 4514 | 2026-08-14T12:21:15.947Z | Aug 14 12:21:14.897Aug 14 12:21:14.897 Aug 14 12:21:14.897 DEBGAug 14 12:21:14.897DEBG INFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 4515 | 2026-08-14T12:21:15.947Z | adding route 3fff:beef:3::/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 } }] |
| 4516 | 2026-08-14T12:21:15.947Z | 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 } }] |
| 4517 | 2026-08-14T12:21:15.947Z | |
| 4518 | 2026-08-14T12:21:15.947Z | Aug 14 12:21:14.897Aug 14 12:21:14.897 Aug 14 12:21:14.897INFO Aug 14 12:21:14.897 INFODEBGINFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4519 | 2026-08-14T12:21:15.947Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4520 | 2026-08-14T12:21:15.948Z | |
| 4521 | 2026-08-14T12:21:15.948Z | |
| 4522 | 2026-08-14T12:21:15.948Z | Aug 14 12:21:14.897Aug 14 12:21:14.897 Aug 14 12:21:14.897DEBG Aug 14 12:21:14.897 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 |
| 4523 | 2026-08-14T12:21:15.948Z | INFODEBG adding route 3fff:beef:4::/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 } }] |
| 4524 | 2026-08-14T12:21:15.948Z | |
| 4525 | 2026-08-14T12:21:15.948Z | 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 } }] |
| 4526 | 2026-08-14T12:21:15.948Z | Aug 14 12:21:14.897Aug 14 12:21:14.897 Aug 14 12:21:14.897 INFOINFOAug 14 12:21:14.897 DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4527 | 2026-08-14T12:21:15.948Z | 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 } }] |
| 4528 | 2026-08-14T12:21:15.948Z | |
| 4529 | 2026-08-14T12:21:15.948Z | Aug 14 12:21:14.897INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 14 12:21:14.897replacing 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 14 12:21:14.897DEBG |
| 4530 | 2026-08-14T12:21:15.948Z | 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 } }] |
| 4531 | 2026-08-14T12:21:15.948Z | |
| 4532 | 2026-08-14T12:21:15.948Z | INFOAug 14 12:21:14.897 Aug 14 12:21:14.897Aug 14 12:21:14.897adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4533 | 2026-08-14T12:21:15.948Z | INFODEBG INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4534 | 2026-08-14T12:21:15.948Z | Aug 14 12:21:14.897adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4535 | 2026-08-14T12:21:15.949Z | |
| 4536 | 2026-08-14T12:21:15.949Z | 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 } }] |
| 4537 | 2026-08-14T12:21:15.949Z | Aug 14 12:21:14.897Aug 14 12:21:14.897Aug 14 12:21:14.897 Aug 14 12:21:14.897DEBG DEBGINFOINFO 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:6::/64 -> 2001:db8::55:ff adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4538 | 2026-08-14T12:21:15.949Z | |
| 4539 | 2026-08-14T12:21:15.949Z | |
| 4540 | 2026-08-14T12:21:15.949Z | 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 } }] |
| 4541 | 2026-08-14T12:21:15.949Z | Aug 14 12:21:14.897 INFOAug 14 12:21:14.897Aug 14 12:21:14.897 Aug 14 12:21:14.897DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff DEBG |
| 4542 | 2026-08-14T12:21:15.949Z | 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 } }]INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4543 | 2026-08-14T12:21:15.949Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4544 | 2026-08-14T12:21:15.949Z | |
| 4545 | 2026-08-14T12:21:15.949Z | Aug 14 12:21:14.897 DEBGAug 14 12:21:14.897 Aug 14 12:21:14.897Aug 14 12:21:14.897replacing 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 } }] |
| 4546 | 2026-08-14T12:21:15.949Z | INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4547 | 2026-08-14T12:21:15.949Z | Aug 14 12:21:14.897adding route 3fff:beef:c::/64 -> 2001:db8::55:ff DEBG |
| 4548 | 2026-08-14T12:21:15.949Z | INFOAug 14 12:21:14.897 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 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4549 | 2026-08-14T12:21:15.950Z | |
| 4550 | 2026-08-14T12:21:15.950Z | 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 14 12:21:14.897 |
| 4551 | 2026-08-14T12:21:15.950Z | DEBGAug 14 12:21:14.897 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 14 12:21:14.897DEBGAug 14 12:21:14.897 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 } }] |
| 4552 | 2026-08-14T12:21:15.950Z | INFO |
| 4553 | 2026-08-14T12:21:15.950Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4554 | 2026-08-14T12:21:15.950Z | |
| 4555 | 2026-08-14T12:21:15.950Z | Aug 14 12:21:14.897 Aug 14 12:21:14.897INFOAug 14 12:21:14.897 Aug 14 12:21:14.897 DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 4556 | 2026-08-14T12:21:15.950Z | |
| 4557 | 2026-08-14T12:21:15.950Z | |
| 4558 | 2026-08-14T12:21:15.950Z | 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 14 12:21:14.897 |
| 4559 | 2026-08-14T12:21:15.950Z | Aug 14 12:21:14.897 INFOAug 14 12:21:14.897 DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4560 | 2026-08-14T12:21:15.950Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 14 12:21:14.897 |
| 4561 | 2026-08-14T12:21:15.950Z | 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 } }] |
| 4562 | 2026-08-14T12:21:15.950Z | INFOAug 14 12:21:14.897 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBGAug 14 12:21:14.897 Aug 14 12:21:14.897 |
| 4563 | 2026-08-14T12:21:15.950Z | 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 |
| 4564 | 2026-08-14T12:21:15.950Z | INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4565 | 2026-08-14T12:21:15.951Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:21:14.897Aug 14 12:21:14.897 |
| 4566 | 2026-08-14T12:21:15.951Z | INFOAug 14 12:21:14.897 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4567 | 2026-08-14T12:21:15.951Z | DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4568 | 2026-08-14T12:21:15.951Z | |
| 4569 | 2026-08-14T12:21:15.951Z | Aug 14 12:21:14.897Aug 14 12:21:14.897 DEBGDEBGAug 14 12:21:14.897 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 14 12:21:14.897 |
| 4570 | 2026-08-14T12:21:15.951Z | 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 } }]INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4571 | 2026-08-14T12:21:15.951Z | INFO Aug 14 12:21:14.897adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4572 | 2026-08-14T12:21:15.951Z | Aug 14 12:21:14.897INFO |
| 4573 | 2026-08-14T12:21:15.951Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 14 12:21:14.897adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4574 | 2026-08-14T12:21:15.951Z | DEBGAug 14 12:21:14.897 DEBG |
| 4575 | 2026-08-14T12:21:15.951Z | 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: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 14 12:21:14.897Aug 14 12:21:14.897 |
| 4576 | 2026-08-14T12:21:15.951Z | |
| 4577 | 2026-08-14T12:21:15.951Z | DEBGDEBG Aug 14 12:21:14.897replacing 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 14 12:21:14.897replacing 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 } }] |
| 4578 | 2026-08-14T12:21:15.951Z | INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4579 | 2026-08-14T12:21:15.951Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4580 | 2026-08-14T12:21:15.951Z | |
| 4581 | 2026-08-14T12:21:15.951Z | Aug 14 12:21:14.897 Aug 14 12:21:14.897Aug 14 12:21:14.897 INFODEBGAug 14 12:21:14.897INFO DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4582 | 2026-08-14T12:21:15.952Z | adding route 3fff:beef:10::/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 } }] |
| 4583 | 2026-08-14T12:21:15.952Z | |
| 4584 | 2026-08-14T12:21:15.952Z | 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 } }] |
| 4585 | 2026-08-14T12:21:15.952Z | Aug 14 12:21:14.897Aug 14 12:21:14.897Aug 14 12:21:14.897 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 } }]INFO |
| 4586 | 2026-08-14T12:21:15.952Z | DEBGAug 14 12:21:14.897 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4587 | 2026-08-14T12:21:15.952Z | Aug 14 12:21:14.897INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4588 | 2026-08-14T12:21:15.952Z | |
| 4589 | 2026-08-14T12:21:15.952Z | Aug 14 12:21:14.897INFO Aug 14 12:21:14.897 INFO Aug 14 12:21:14.897adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4590 | 2026-08-14T12:21:15.952Z | DEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 4591 | 2026-08-14T12:21:15.952Z | 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: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 14 12:21:14.897 |
| 4592 | 2026-08-14T12:21:15.952Z | Aug 14 12:21:14.897DEBG |
| 4593 | 2026-08-14T12:21:15.952Z | DEBGreplacing 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 14 12:21:14.897 |
| 4594 | 2026-08-14T12:21:15.952Z | 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 } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4595 | 2026-08-14T12:21:15.952Z | |
| 4596 | 2026-08-14T12:21:15.952Z | Aug 14 12:21:14.897Aug 14 12:21:14.897 INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4597 | 2026-08-14T12:21:15.952Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:21:14.897 |
| 4598 | 2026-08-14T12:21:15.952Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4599 | 2026-08-14T12:21:15.953Z | Aug 14 12:21:14.897 DEBGAug 14 12:21:14.897 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 |
| 4600 | 2026-08-14T12:21:15.953Z | 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 } }] |
| 4601 | 2026-08-14T12:21:15.953Z | Aug 14 12:21:14.897 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4602 | 2026-08-14T12:21:15.953Z | Aug 14 12:21:14.897 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 14 12:21:14.897 |
| 4603 | 2026-08-14T12:21:15.953Z | Aug 14 12:21:14.897Aug 14 12:21:14.897 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 } }]DEBG |
| 4604 | 2026-08-14T12:21:15.953Z | 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 } }] |
| 4605 | 2026-08-14T12:21:15.953Z | Aug 14 12:21:14.897Aug 14 12:21:14.897 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4606 | 2026-08-14T12:21:15.953Z | |
| 4607 | 2026-08-14T12:21:15.953Z | Aug 14 12:21:14.897Aug 14 12:21:14.897 DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4608 | 2026-08-14T12:21:15.953Z | |
| 4609 | 2026-08-14T12:21:15.953Z | Aug 14 12:21:14.897Aug 14 12:21:14.897 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4610 | 2026-08-14T12:21:15.953Z | |
| 4611 | 2026-08-14T12:21:15.953Z | Aug 14 12:21:14.897Aug 14 12:21:14.897 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 } }] |
| 4612 | 2026-08-14T12:21:15.958Z | Aug 14 12:21:14.897 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 14 12:21:14.897 |
| 4613 | 2026-08-14T12:21:15.958Z | INFO Aug 14 12:21:14.897 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4614 | 2026-08-14T12:21:15.958Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4615 | 2026-08-14T12:21:15.958Z | Aug 14 12:21:14.897 DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:21:14.897 |
| 4616 | 2026-08-14T12:21:15.958Z | 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 } }] |
| 4617 | 2026-08-14T12:21:15.958Z | Aug 14 12:21:14.897 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 14 12:21:14.897 |
| 4618 | 2026-08-14T12:21:15.958Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4619 | 2026-08-14T12:21:15.958Z | Aug 14 12:21:14.897Aug 14 12:21:14.897 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 } }] |
| 4620 | 2026-08-14T12:21:15.958Z | Aug 14 12:21:14.898 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4621 | 2026-08-14T12:21:15.958Z | Aug 14 12:21:14.898 DEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4622 | 2026-08-14T12:21:15.958Z | 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 } }] |
| 4623 | 2026-08-14T12:21:15.958Z | Aug 14 12:21:14.898 Aug 14 12:21:14.898INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4624 | 2026-08-14T12:21:15.958Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4625 | 2026-08-14T12:21:15.958Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 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: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 } }] |
| 4626 | 2026-08-14T12:21:15.958Z | |
| 4627 | 2026-08-14T12:21:15.958Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4628 | 2026-08-14T12:21:15.959Z | |
| 4629 | 2026-08-14T12:21:15.959Z | Aug 14 12:21:14.898 DEBGAug 14 12:21:14.898 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: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 |
| 4630 | 2026-08-14T12:21:15.959Z | |
| 4631 | 2026-08-14T12:21:15.959Z | 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 } }] |
| 4632 | 2026-08-14T12:21:15.959Z | Aug 14 12:21:14.898 INFOAug 14 12:21:14.898 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO |
| 4633 | 2026-08-14T12:21:15.959Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4634 | 2026-08-14T12:21:15.959Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 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 } }]Aug 14 12:21:14.898 |
| 4635 | 2026-08-14T12:21:15.959Z | INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4636 | 2026-08-14T12:21:15.959Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4637 | 2026-08-14T12:21:15.959Z | Aug 14 12:21:14.898 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 14 12:21:14.898 |
| 4638 | 2026-08-14T12:21:15.959Z | Aug 14 12:21:14.898INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4639 | 2026-08-14T12:21:15.959Z | 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 } }] |
| 4640 | 2026-08-14T12:21:15.959Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 DEBGDEBG Aug 14 12:21:14.898replacing 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: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 } }] |
| 4641 | 2026-08-14T12:21:15.959Z | |
| 4642 | 2026-08-14T12:21:15.959Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4643 | 2026-08-14T12:21:15.959Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 14 12:21:14.898 |
| 4644 | 2026-08-14T12:21:15.959Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4645 | 2026-08-14T12:21:15.959Z | 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 } }]Aug 14 12:21:14.898 |
| 4646 | 2026-08-14T12:21:15.959Z | Aug 14 12:21:14.898DEBG 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 } }] |
| 4647 | 2026-08-14T12:21:15.959Z | 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 14 12:21:14.898 |
| 4648 | 2026-08-14T12:21:15.959Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 14 12:21:14.898Aug 14 12:21:14.898 |
| 4649 | 2026-08-14T12:21:15.959Z | INFOINFO Aug 14 12:21:14.898adding route 3fff:beef:16::/64 -> 2001:db8::55:ff adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4650 | 2026-08-14T12:21:15.959Z | |
| 4651 | 2026-08-14T12:21:15.959Z | DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:21:14.898Aug 14 12:21:14.898 DEBGDEBG |
| 4652 | 2026-08-14T12:21:15.959Z | 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: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 } }] |
| 4653 | 2026-08-14T12:21:15.959Z | |
| 4654 | 2026-08-14T12:21:15.959Z | Aug 14 12:21:14.898 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 14 12:21:14.898 |
| 4655 | 2026-08-14T12:21:15.960Z | Aug 14 12:21:14.898INFO INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 14 12:21:14.898 |
| 4656 | 2026-08-14T12:21:15.960Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4657 | 2026-08-14T12:21:15.960Z | 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 } }] |
| 4658 | 2026-08-14T12:21:15.960Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 Aug 14 12:21:14.898DEBG INFODEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4659 | 2026-08-14T12:21:15.960Z | |
| 4660 | 2026-08-14T12:21:15.960Z | 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 } }] |
| 4661 | 2026-08-14T12:21:15.960Z | Aug 14 12:21:14.898Aug 14 12:21:14.898Aug 14 12:21:14.898 INFOINFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4662 | 2026-08-14T12:21:15.960Z | 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 } }] |
| 4663 | 2026-08-14T12:21:15.960Z | |
| 4664 | 2026-08-14T12:21:15.960Z | Aug 14 12:21:14.898 Aug 14 12:21:14.898DEBGAug 14 12:21:14.898 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 |
| 4665 | 2026-08-14T12:21:15.960Z | DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4666 | 2026-08-14T12:21:15.960Z | 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 } }] |
| 4667 | 2026-08-14T12:21:15.960Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 Aug 14 12:21:14.898INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4668 | 2026-08-14T12:21:15.960Z | 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 } }] |
| 4669 | 2026-08-14T12:21:15.960Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4670 | 2026-08-14T12:21:15.960Z | Aug 14 12:21:14.898 Aug 14 12:21:14.898DEBGAug 14 12:21:14.898 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 } }] |
| 4671 | 2026-08-14T12:21:15.960Z | DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4672 | 2026-08-14T12:21:15.960Z | |
| 4673 | 2026-08-14T12:21:15.960Z | Aug 14 12:21:14.898 INFO Aug 14 12:21:14.898adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 14 12:21:14.898 |
| 4674 | 2026-08-14T12:21:15.960Z | INFODEBG adding route 3fff:beef:39::/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 } }]Aug 14 12:21:14.898 |
| 4675 | 2026-08-14T12:21:15.960Z | |
| 4676 | 2026-08-14T12:21:15.960Z | 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 } }] |
| 4677 | 2026-08-14T12:21:15.960Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 INFODEBGAug 14 12:21:14.898 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 4678 | 2026-08-14T12:21:15.960Z | 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 } }] |
| 4679 | 2026-08-14T12:21:15.960Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4680 | 2026-08-14T12:21:15.960Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 Aug 14 12:21:14.898INFO DEBG DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4681 | 2026-08-14T12:21:15.960Z | |
| 4682 | 2026-08-14T12:21:15.960Z | 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 } }] |
| 4683 | 2026-08-14T12:21:15.960Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 14 12:21:14.898 |
| 4684 | 2026-08-14T12:21:15.960Z | 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 } }] |
| 4685 | 2026-08-14T12:21:15.960Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4686 | 2026-08-14T12:21:15.960Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 Aug 14 12:21:14.898DEBGINFO 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 } }] DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4687 | 2026-08-14T12:21:15.960Z | 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 } }] |
| 4688 | 2026-08-14T12:21:15.960Z | |
| 4689 | 2026-08-14T12:21:15.960Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 Aug 14 12:21:14.898INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4690 | 2026-08-14T12:21:15.961Z | DEBG |
| 4691 | 2026-08-14T12:21:15.961Z | 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 } }] |
| 4692 | 2026-08-14T12:21:15.961Z | Aug 14 12:21:14.898Aug 14 12:21:14.898Aug 14 12:21:14.898 DEBGDEBG INFO 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 } }] |
| 4693 | 2026-08-14T12:21:15.961Z | 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:3c::/64 -> 2001:db8::55:ff |
| 4694 | 2026-08-14T12:21:15.961Z | |
| 4695 | 2026-08-14T12:21:15.961Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 INFOAug 14 12:21:14.898 INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4696 | 2026-08-14T12:21:15.961Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4697 | 2026-08-14T12:21:15.961Z | DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4698 | 2026-08-14T12:21:15.961Z | Aug 14 12:21:14.898 Aug 14 12:21:14.898DEBGAug 14 12:21:14.898 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 4699 | 2026-08-14T12:21:15.961Z | 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 } }]failed to allocate space for the new target listAug 14 12:21:14.898 |
| 4700 | 2026-08-14T12:21:15.961Z | INFO |
| 4701 | 2026-08-14T12:21:15.961Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 14 12:21:14.898 |
| 4702 | 2026-08-14T12:21:15.961Z | Aug 14 12:21:14.898INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 14 12:21:14.898replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4703 | 2026-08-14T12:21:15.961Z | DEBG |
| 4704 | 2026-08-14T12:21:15.961Z | 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 } }] |
| 4705 | 2026-08-14T12:21:15.961Z | Aug 14 12:21:14.898 Aug 14 12:21:14.898DEBG 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 } }] |
| 4706 | 2026-08-14T12:21:15.961Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4707 | 2026-08-14T12:21:15.961Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4708 | 2026-08-14T12:21:15.961Z | |
| 4709 | 2026-08-14T12:21:15.961Z | 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 } }] |
| 4710 | 2026-08-14T12:21:15.961Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 DEBGINFO 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:21::/64 -> 2001:db8::55:ff |
| 4711 | 2026-08-14T12:21:15.961Z | |
| 4712 | 2026-08-14T12:21:15.965Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 INFOINFO Aug 14 12:21:14.898adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4713 | 2026-08-14T12:21:15.965Z | DEBG |
| 4714 | 2026-08-14T12:21:15.965Z | 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 } }] |
| 4715 | 2026-08-14T12:21:15.965Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 Aug 14 12:21:14.898DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFODEBG |
| 4716 | 2026-08-14T12:21:15.965Z | 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:22::/64 -> 2001:db8::55:ff |
| 4717 | 2026-08-14T12:21:15.965Z | |
| 4718 | 2026-08-14T12:21:15.965Z | Aug 14 12:21:14.898 INFOAug 14 12:21:14.898 Aug 14 12:21:14.898INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4719 | 2026-08-14T12:21:15.965Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 4720 | 2026-08-14T12:21:15.965Z | Aug 14 12:21:14.898replacing 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 } }] |
| 4721 | 2026-08-14T12:21:15.965Z | DEBGAug 14 12:21:14.898Aug 14 12:21:14.898 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]DEBGAug 14 12:21:14.898 created new freemapINFO |
| 4722 | 2026-08-14T12:21:15.965Z | |
| 4723 | 2026-08-14T12:21:15.965Z | , unitadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 14 12:21:14.898: |
| 4724 | 2026-08-14T12:21:15.965Z | Aug 14 12:21:14.898 INFO INFOfreemap_route_ipv4 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4725 | 2026-08-14T12:21:15.965Z | |
| 4726 | 2026-08-14T12:21:15.965Z | Aug 14 12:21:14.898 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 14 12:21:14.898DEBG DEBG |
| 4727 | 2026-08-14T12:21:15.965Z | Aug 14 12:21:14.898replacing 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 } }] DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4728 | 2026-08-14T12:21:15.965Z | created new freemap |
| 4729 | 2026-08-14T12:21:15.965Z | , unit: Aug 14 12:21:14.898Aug 14 12:21:14.898freemap_route_ipv6 Aug 14 12:21:14.898 DEBGINFO |
| 4730 | 2026-08-14T12:21:15.965Z | 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 } }] |
| 4731 | 2026-08-14T12:21:15.966Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 14 12:21:14.898 |
| 4732 | 2026-08-14T12:21:15.966Z | DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 14 12:21:14.898Aug 14 12:21:14.898 initted freemap. size: 64INFO, DEBG |
| 4733 | 2026-08-14T12:21:15.966Z | unitreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] : |
| 4734 | 2026-08-14T12:21:15.966Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4735 | 2026-08-14T12:21:15.966Z | freemap_route_ipv4 |
| 4736 | 2026-08-14T12:21:15.966Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 INFO Aug 14 12:21:14.898DEBG Aug 14 12:21:14.898 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 4737 | 2026-08-14T12:21:15.966Z | 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 |
| 4738 | 2026-08-14T12:21:15.966Z | 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 } }]reset freemap |
| 4739 | 2026-08-14T12:21:15.966Z | , Aug 14 12:21:14.898Aug 14 12:21:14.898 unitDEBG :INFO Aug 14 12:21:14.898freemap_route_ipv4adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4740 | 2026-08-14T12:21:15.966Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4741 | 2026-08-14T12:21:15.966Z | INFO |
| 4742 | 2026-08-14T12:21:15.966Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:21:14.898 |
| 4743 | 2026-08-14T12:21:15.966Z | Aug 14 12:21:14.898DEBG Aug 14 12:21:14.898replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 4744 | 2026-08-14T12:21:15.966Z | INFO initted freemap. size: 64Aug 14 12:21:14.898, Aug 14 12:21:14.898 INFOunit :adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4745 | 2026-08-14T12:21:15.966Z | DEBGAug 14 12:21:14.898freemap_route_ipv6 |
| 4746 | 2026-08-14T12:21:15.966Z | 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 |
| 4747 | 2026-08-14T12:21:15.966Z | 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 } }] |
| 4748 | 2026-08-14T12:21:15.966Z | Aug 14 12:21:14.898 DEBGAug 14 12:21:14.898Aug 14 12:21:14.898 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreset freemapadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4749 | 2026-08-14T12:21:15.966Z | , |
| 4750 | 2026-08-14T12:21:15.966Z | unit: freemap_route_ipv6Aug 14 12:21:14.898 |
| 4751 | 2026-08-14T12:21:15.966Z | Aug 14 12:21:14.898DEBG 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 |
| 4752 | 2026-08-14T12:21:15.966Z | Aug 14 12:21:14.898replacing 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 } }] |
| 4753 | 2026-08-14T12:21:15.966Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:21:14.898 |
| 4754 | 2026-08-14T12:21:15.966Z | Aug 14 12:21:14.898 INFOINFO Aug 14 12:21:14.898adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4755 | 2026-08-14T12:21:15.966Z | DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4756 | 2026-08-14T12:21:15.966Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 4757 | 2026-08-14T12:21:15.966Z | Aug 14 12:21:14.898Aug 14 12:21:14.898Aug 14 12:21:14.898 DEBGDEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4758 | 2026-08-14T12:21:15.966Z | |
| 4759 | 2026-08-14T12:21:15.966Z | 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 } }] |
| 4760 | 2026-08-14T12:21:15.966Z | Aug 14 12:21:14.898 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 14 12:21:14.898 |
| 4761 | 2026-08-14T12:21:15.966Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4762 | 2026-08-14T12:21:15.966Z | Aug 14 12:21:14.898 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBGAug 14 12:21:14.898 |
| 4763 | 2026-08-14T12:21:15.966Z | DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4764 | 2026-08-14T12:21:15.966Z | 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 14 12:21:14.898 |
| 4765 | 2026-08-14T12:21:15.966Z | 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 14 12:21:14.898 |
| 4766 | 2026-08-14T12:21:15.966Z | Aug 14 12:21:14.898INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 14 12:21:14.898 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 4767 | 2026-08-14T12:21:15.966Z | |
| 4768 | 2026-08-14T12:21:15.966Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4769 | 2026-08-14T12:21:15.966Z | Aug 14 12:21:14.898Aug 14 12:21:14.898Aug 14 12:21:14.898 DEBGDEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4770 | 2026-08-14T12:21:15.966Z | 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: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 } }] |
| 4771 | 2026-08-14T12:21:15.967Z | |
| 4772 | 2026-08-14T12:21:15.967Z | test route::tests::grow_succeeds ... ok |
| 4773 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.898 Aug 14 12:21:14.898INFO Aug 14 12:21:14.898 INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4774 | 2026-08-14T12:21:15.967Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 4775 | 2026-08-14T12:21:15.967Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4776 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.898 Aug 14 12:21:14.898DEBG DEBGAug 14 12:21:14.898 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: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 } }] |
| 4777 | 2026-08-14T12:21:15.967Z | |
| 4778 | 2026-08-14T12:21:15.967Z | DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4779 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4780 | 2026-08-14T12:21:15.967Z | |
| 4781 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.898 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 14 12:21:14.898 |
| 4782 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.898 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 } }]Aug 14 12:21:14.898replacing 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 } }] |
| 4783 | 2026-08-14T12:21:15.967Z | DEBG |
| 4784 | 2026-08-14T12:21:15.967Z | 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 } }] |
| 4785 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 INFOAug 14 12:21:14.898 INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4786 | 2026-08-14T12:21:15.967Z | INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4787 | 2026-08-14T12:21:15.967Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:21:14.898 |
| 4788 | 2026-08-14T12:21:15.967Z | 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 } }]Aug 14 12:21:14.898 |
| 4789 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.898 DEBGDEBG Aug 14 12:21:14.898replacing 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 } }] 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 } }] |
| 4790 | 2026-08-14T12:21:15.967Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4791 | 2026-08-14T12:21:15.967Z | |
| 4792 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 INFODEBGAug 14 12:21:14.898 adding route 3fff:beef:2e::/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 } }] |
| 4793 | 2026-08-14T12:21:15.967Z | |
| 4794 | 2026-08-14T12:21:15.967Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 14 12:21:14.898 |
| 4795 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.898 DEBG INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4796 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.898adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4797 | 2026-08-14T12:21:15.967Z | 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 } }] |
| 4798 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 INFODEBG Aug 14 12:21:14.898replacing 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:2f::/64 -> 2001:db8::55:ff |
| 4799 | 2026-08-14T12:21:15.967Z | |
| 4800 | 2026-08-14T12:21:15.967Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4801 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.898Aug 14 12:21:14.898 INFODEBG Aug 14 12:21:14.898adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4802 | 2026-08-14T12:21:15.967Z | 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 } }] |
| 4803 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.898 Aug 14 12:21:14.898DEBG 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 } }]DEBG |
| 4804 | 2026-08-14T12:21:15.967Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4805 | 2026-08-14T12:21:15.967Z | |
| 4806 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.899 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 14 12:21:14.899Aug 14 12:21:14.899 |
| 4807 | 2026-08-14T12:21:15.967Z | DEBGINFO Aug 14 12:21:14.899replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 4808 | 2026-08-14T12:21:15.967Z | |
| 4809 | 2026-08-14T12:21:15.967Z | 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 } }] |
| 4810 | 2026-08-14T12:21:15.967Z | Aug 14 12:21:14.899Aug 14 12:21:14.899 INFODEBGAug 14 12:21:14.899 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff INFO |
| 4811 | 2026-08-14T12:21:15.967Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4812 | 2026-08-14T12:21:15.971Z | |
| 4813 | 2026-08-14T12:21:15.971Z | Aug 14 12:21:14.899Aug 14 12:21:14.899Aug 14 12:21:14.899 DEBGDEBG 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 } }]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 } }] |
| 4814 | 2026-08-14T12:21:15.972Z | |
| 4815 | 2026-08-14T12:21:15.972Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4816 | 2026-08-14T12:21:15.972Z | Aug 14 12:21:14.899Aug 14 12:21:14.899 INFOINFO Aug 14 12:21:14.899adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4817 | 2026-08-14T12:21:15.972Z | DEBG adding route 3fff:beef:32::/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 } }] |
| 4818 | 2026-08-14T12:21:15.972Z | |
| 4819 | 2026-08-14T12:21:15.972Z | Aug 14 12:21:14.899 DEBG Aug 14 12:21:14.899replacing 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 14 12:21:14.899 |
| 4820 | 2026-08-14T12:21:15.972Z | DEBG INFO 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:39::/64 -> 2001:db8::55:ff |
| 4821 | 2026-08-14T12:21:15.972Z | Aug 14 12:21:14.899 |
| 4822 | 2026-08-14T12:21:15.972Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 14 12:21:14.899Aug 14 12:21:14.899 |
| 4823 | 2026-08-14T12:21:15.972Z | DEBG INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:21:14.899 |
| 4824 | 2026-08-14T12:21:15.972Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 4825 | 2026-08-14T12:21:15.972Z | Aug 14 12:21:14.899replacing 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 } }] |
| 4826 | 2026-08-14T12:21:15.972Z | INFOAug 14 12:21:14.899 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGAug 14 12:21:14.899 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4827 | 2026-08-14T12:21:15.972Z | |
| 4828 | 2026-08-14T12:21:15.972Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4829 | 2026-08-14T12:21:15.972Z | Aug 14 12:21:14.899Aug 14 12:21:14.899 DEBGAug 14 12:21:14.899 INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4830 | 2026-08-14T12:21:15.972Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4831 | 2026-08-14T12:21:15.972Z | 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 } }] |
| 4832 | 2026-08-14T12:21:15.972Z | Aug 14 12:21:14.899 Aug 14 12:21:14.899INFO DEBGAug 14 12:21:14.899adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4833 | 2026-08-14T12:21:15.972Z | 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 } }] |
| 4834 | 2026-08-14T12:21:15.972Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4835 | 2026-08-14T12:21:15.972Z | Aug 14 12:21:14.899Aug 14 12:21:14.899 Aug 14 12:21:14.899INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBG |
| 4836 | 2026-08-14T12:21:15.972Z | 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 } }] |
| 4837 | 2026-08-14T12:21:15.972Z | 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 } }] |
| 4838 | 2026-08-14T12:21:15.972Z | Aug 14 12:21:14.899 Aug 14 12:21:14.899Aug 14 12:21:14.899 DEBGINFOINFO 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 } }] |
| 4839 | 2026-08-14T12:21:15.972Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4840 | 2026-08-14T12:21:15.972Z | |
| 4841 | 2026-08-14T12:21:15.972Z | Aug 14 12:21:14.899 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 14 12:21:14.899Aug 14 12:21:14.899 |
| 4842 | 2026-08-14T12:21:15.972Z | DEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4843 | 2026-08-14T12:21:15.972Z | 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 14 12:21:14.899 |
| 4844 | 2026-08-14T12:21:15.972Z | 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 } }]Aug 14 12:21:14.899Aug 14 12:21:14.899 |
| 4845 | 2026-08-14T12:21:15.972Z | INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 14 12:21:14.899 |
| 4846 | 2026-08-14T12:21:15.972Z | failed to allocate space for the new target list INFO |
| 4847 | 2026-08-14T12:21:15.972Z | Aug 14 12:21:14.899adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4848 | 2026-08-14T12:21:15.972Z | 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 } }] |
| 4849 | 2026-08-14T12:21:15.972Z | Aug 14 12:21:14.899Aug 14 12:21:14.899 Aug 14 12:21:14.899 DEBGDEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4850 | 2026-08-14T12:21:15.972Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:29::/64 -> 2001:db8::55:ff |
| 4851 | 2026-08-14T12:21:15.972Z | |
| 4852 | 2026-08-14T12:21:15.972Z | Aug 14 12:21:14.899 Aug 14 12:21:14.899INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4853 | 2026-08-14T12:21:15.973Z | 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 } }] |
| 4854 | 2026-08-14T12:21:15.973Z | Aug 14 12:21:14.899Aug 14 12:21:14.899 DEBGINFO Aug 14 12:21:14.899replacing 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 } }] |
| 4855 | 2026-08-14T12:21:15.973Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4856 | 2026-08-14T12:21:15.973Z | DEBG created new freemapAug 14 12:21:14.899, Aug 14 12:21:14.899 INFOunit :adding route 3fff:beef:39::/64 -> 2001:db8::55:ff DEBGfreemap_route_ipv4 |
| 4857 | 2026-08-14T12:21:15.973Z | Aug 14 12:21:14.899 |
| 4858 | 2026-08-14T12:21:15.973Z | 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 } }] |
| 4859 | 2026-08-14T12:21:15.973Z | DEBGAug 14 12:21:14.899Aug 14 12:21:14.899 Aug 14 12:21:14.899DEBG INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4860 | 2026-08-14T12:21:15.973Z | created new freemap |
| 4861 | 2026-08-14T12:21:15.973Z | , created new freemapunit, Aug 14 12:21:14.899Aug 14 12:21:14.899 : INFODEBGunit freemap_route_ipv6adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4862 | 2026-08-14T12:21:15.973Z | |
| 4863 | 2026-08-14T12:21:15.973Z | : |
| 4864 | 2026-08-14T12:21:15.973Z | freemap_route_ipv4Aug 14 12:21:14.899 |
| 4865 | 2026-08-14T12:21:15.973Z | Aug 14 12:21:14.899 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4866 | 2026-08-14T12:21:15.973Z | |
| 4867 | 2026-08-14T12:21:15.973Z | Aug 14 12:21:14.899Aug 14 12:21:14.899 DEBGAug 14 12:21:14.899Aug 14 12:21:14.899DEBG initted freemap. size: 64Aug 14 12:21:14.899, DEBGINFO unitcreated new freemap , adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunit |
| 4868 | 2026-08-14T12:21:15.973Z | : :freemap_route_ipv6DEBG Aug 14 12:21:14.899 |
| 4869 | 2026-08-14T12:21:15.973Z | DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4870 | 2026-08-14T12:21:15.973Z | created new freemapAug 14 12:21:14.899freemap_route_ipv4 |
| 4871 | 2026-08-14T12:21:15.973Z | 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 14 12:21:14.899 |
| 4872 | 2026-08-14T12:21:15.973Z | INFO, adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffunitDEBG Aug 14 12:21:14.899initted freemap. size: 64: |
| 4873 | 2026-08-14T12:21:15.973Z | , INFOAug 14 12:21:14.899 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBGunit |
| 4874 | 2026-08-14T12:21:15.973Z | Aug 14 12:21:14.899 : reset freemap freemap_route_ipv4 |
| 4875 | 2026-08-14T12:21:15.973Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4876 | 2026-08-14T12:21:15.973Z | , Aug 14 12:21:14.899 unitDEBG: replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 4877 | 2026-08-14T12:21:15.973Z | freemap_route_ipv4Aug 14 12:21:14.899DEBG |
| 4878 | 2026-08-14T12:21:15.973Z | DEBG |
| 4879 | 2026-08-14T12:21:15.973Z | reset freemapreplacing 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 } }], |
| 4880 | 2026-08-14T12:21:15.973Z | unitAug 14 12:21:14.899Aug 14 12:21:14.899 :INFOAug 14 12:21:14.899 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG |
| 4881 | 2026-08-14T12:21:15.973Z | INFO Aug 14 12:21:14.899 freemap_route_ipv4Aug 14 12:21:14.899adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4882 | 2026-08-14T12:21:15.973Z | , unit:DEBG |
| 4883 | 2026-08-14T12:21:15.973Z | Aug 14 12:21:14.899freemap_route_ipv6replacing 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 14 12:21:14.899 |
| 4884 | 2026-08-14T12:21:15.973Z | DEBG |
| 4885 | 2026-08-14T12:21:15.973Z | DEBG initted freemap. size: 64Aug 14 12:21:14.899, 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 } }] unit |
| 4886 | 2026-08-14T12:21:15.973Z | DEBGINFO : Aug 14 12:21:14.899created new freemap adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff, |
| 4887 | 2026-08-14T12:21:15.973Z | unitfreemap_route_ipv6Aug 14 12:21:14.899 |
| 4888 | 2026-08-14T12:21:15.973Z | INFO Aug 14 12:21:14.899 :DEBGAug 14 12:21:14.899 freemap_route_ipv6replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG reset freemap, unitAug 14 12:21:14.900adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff: |
| 4889 | 2026-08-14T12:21:15.973Z | Aug 14 12:21:14.899 Aug 14 12:21:14.909 DEBG DEBG freemap_route_ipv6created new freemap |
| 4890 | 2026-08-14T12:21:15.973Z | 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 |
| 4891 | 2026-08-14T12:21:15.973Z | |
| 4892 | 2026-08-14T12:21:15.974Z | , unitcreated new freemap:, unitAug 14 12:21:14.909freemap_route_ipv4: |
| 4893 | 2026-08-14T12:21:15.974Z | freemap_route_ipv4Aug 14 12:21:14.909INFO |
| 4894 | 2026-08-14T12:21:15.974Z | Aug 14 12:21:14.909 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 initted freemap. size: 64adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 14 12:21:14.909 |
| 4895 | 2026-08-14T12:21:15.974Z | |
| 4896 | 2026-08-14T12:21:15.974Z | Aug 14 12:21:14.909 DEBG , DEBG unitAug 14 12:21:14.909Aug 14 12:21:14.909 : created new freemapDEBG, DEBG freemap_route_ipv4replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4897 | 2026-08-14T12:21:15.974Z | unit:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4898 | 2026-08-14T12:21:15.974Z | freemap_route_ipv6 |
| 4899 | 2026-08-14T12:21:15.974Z | |
| 4900 | 2026-08-14T12:21:15.974Z | Aug 14 12:21:14.909created new freemap , Aug 14 12:21:14.909DEBGAug 14 12:21:14.909 INFOINFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:2, adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit |
| 4901 | 2026-08-14T12:21:15.974Z | Aug 14 12:21:14.909unit: |
| 4902 | 2026-08-14T12:21:15.974Z | : freemap_route_ipv4Aug 14 12:21:14.909 |
| 4903 | 2026-08-14T12:21:15.974Z | Aug 14 12:21:14.909DEBG freemap_route_ipv6 DEBGDEBG |
| 4904 | 2026-08-14T12:21:15.974Z | 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 } }]initted freemap. size: 64 |
| 4905 | 2026-08-14T12:21:15.974Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4906 | 2026-08-14T12:21:15.974Z | , unitAug 14 12:21:14.909Aug 14 12:21:14.909 Aug 14 12:21:14.909INFO: freemap_route_ipv4 |
| 4907 | 2026-08-14T12:21:15.974Z | Aug 14 12:21:14.909adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG DEBGINFO |
| 4908 | 2026-08-14T12:21:15.974Z | initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:3 , |
| 4909 | 2026-08-14T12:21:15.974Z | unitAug 14 12:21:14.909: DEBG freemap_route_ipv6initted freemap. size: 64replacing 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 14 12:21:14.909 |
| 4910 | 2026-08-14T12:21:15.974Z | |
| 4911 | 2026-08-14T12:21:15.974Z | , DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 14 12:21:14.909 |
| 4912 | 2026-08-14T12:21:15.978Z | Aug 14 12:21:14.909 unitINFO:Aug 14 12:21:14.909Aug 14 12:21:14.909DEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ff reset freemapDEBGINFO , reset freemapunitadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4913 | 2026-08-14T12:21:15.978Z | freemap_route_ipv4 |
| 4914 | 2026-08-14T12:21:15.978Z | |
| 4915 | 2026-08-14T12:21:15.978Z | , :Aug 14 12:21:14.909 unitAug 14 12:21:14.909freemap_route_ipv4 : |
| 4916 | 2026-08-14T12:21:15.978Z | DEBGAug 14 12:21:14.909DEBG 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 |
| 4917 | 2026-08-14T12:21:15.978Z | freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 4918 | 2026-08-14T12:21:15.978Z | |
| 4919 | 2026-08-14T12:21:15.978Z | Aug 14 12:21:14.909 Aug 14 12:21:14.909INFO Aug 14 12:21:14.909adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBG |
| 4920 | 2026-08-14T12:21:15.978Z | initted freemap. size: 64DEBG, reset freemap unitAug 14 12:21:14.909replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]: , 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 } }]:Aug 14 12:21:14.909 freemap_route_ipv6 |
| 4921 | 2026-08-14T12:21:15.978Z | |
| 4922 | 2026-08-14T12:21:15.978Z | |
| 4923 | 2026-08-14T12:21:15.978Z | INFO Aug 14 12:21:14.909adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv4 |
| 4924 | 2026-08-14T12:21:15.978Z | |
| 4925 | 2026-08-14T12:21:15.978Z | DEBGAug 14 12:21:14.909 reset freemap , INFOAug 14 12:21:14.909unit :DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4926 | 2026-08-14T12:21:15.978Z | Aug 14 12:21:14.909freemap_route_ipv6 |
| 4927 | 2026-08-14T12:21:15.978Z | 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 } }]Aug 14 12:21:14.909 |
| 4928 | 2026-08-14T12:21:15.979Z | DEBGinitted freemap. size: 64 Aug 14 12:21:14.909, unitINFOAug 14 12:21:14.909replacing 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 } }] |
| 4929 | 2026-08-14T12:21:15.979Z | adding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 4930 | 2026-08-14T12:21:15.979Z | INFOfreemap_route_ipv6 Aug 14 12:21:14.909adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:21:14.909 |
| 4931 | 2026-08-14T12:21:15.979Z | DEBG |
| 4932 | 2026-08-14T12:21:15.979Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4933 | 2026-08-14T12:21:15.979Z | |
| 4934 | 2026-08-14T12:21:15.979Z | Aug 14 12:21:14.909Aug 14 12:21:14.909 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 } }] |
| 4935 | 2026-08-14T12:21:15.979Z | Aug 14 12:21:14.909Aug 14 12:21:14.909 DEBGINFO |
| 4936 | 2026-08-14T12:21:15.979Z | 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 14 12:21:14.909 |
| 4937 | 2026-08-14T12:21:15.979Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4938 | 2026-08-14T12:21:15.979Z | Aug 14 12:21:14.909 INFO |
| 4939 | 2026-08-14T12:21:15.979Z | DEBG reset freemapAug 14 12:21:14.909 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 14 12:21:14.909 |
| 4940 | 2026-08-14T12:21:15.979Z | DEBGAug 14 12:21:14.909 DEBG, DEBGfailed to allocate space for the new target listunit |
| 4941 | 2026-08-14T12:21:15.979Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4942 | 2026-08-14T12:21:15.979Z | Aug 14 12:21:14.909 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 |
| 4943 | 2026-08-14T12:21:15.979Z | Aug 14 12:21:14.909 freemap_route_ipv6replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4944 | 2026-08-14T12:21:15.979Z | DEBG |
| 4945 | 2026-08-14T12:21:15.979Z | Aug 14 12:21:14.909replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:21:14.909 |
| 4946 | 2026-08-14T12:21:15.979Z | INFO Aug 14 12:21:14.909adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO |
| 4947 | 2026-08-14T12:21:15.979Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4948 | 2026-08-14T12:21:15.979Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 4949 | 2026-08-14T12:21:15.979Z | Aug 14 12:21:14.909Aug 14 12:21:14.909 DEBGINFO Aug 14 12:21:14.909replacing 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 } }] |
| 4950 | 2026-08-14T12:21:15.979Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:21:14.909Aug 14 12:21:14.909 |
| 4951 | 2026-08-14T12:21:15.979Z | |
| 4952 | 2026-08-14T12:21:15.979Z | INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4953 | 2026-08-14T12:21:15.979Z | 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 } }] |
| 4954 | 2026-08-14T12:21:15.979Z | Aug 14 12:21:14.909Aug 14 12:21:14.909 INFODEBGAug 14 12:21:14.909 Aug 14 12:21:14.909 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4955 | 2026-08-14T12:21:15.979Z | |
| 4956 | 2026-08-14T12:21:15.979Z | INFODEBG adding route 172.17.0.0/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 } }]Aug 14 12:21:14.909 |
| 4957 | 2026-08-14T12:21:15.979Z | |
| 4958 | 2026-08-14T12:21:15.979Z | Aug 14 12:21:14.909DEBG INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 14 12:21:14.909 |
| 4959 | 2026-08-14T12:21:15.979Z | |
| 4960 | 2026-08-14T12:21:15.979Z | DEBG Aug 14 12:21:14.909 Aug 14 12:21:14.909INFO Aug 14 12:21:14.909DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }] |
| 4961 | 2026-08-14T12:21:15.979Z | 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 } }] |
| 4962 | 2026-08-14T12:21:15.979Z | |
| 4963 | 2026-08-14T12:21:15.979Z | replacing targets for 3fff:dead::/64 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 } }] |
| 4964 | 2026-08-14T12:21:15.979Z | Aug 14 12:21:14.909Aug 14 12:21:14.909Aug 14 12:21:14.909 INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 4965 | 2026-08-14T12:21:15.979Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 14 12:21:14.909 |
| 4966 | 2026-08-14T12:21:15.979Z | DEBG Aug 14 12:21:14.909replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 14 12:21:14.909 |
| 4967 | 2026-08-14T12:21:15.979Z | DEBGWARN 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 } }] |
| 4968 | 2026-08-14T12:21:15.980Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 4969 | 2026-08-14T12:21:15.980Z | |
| 4970 | 2026-08-14T12:21:15.980Z | Aug 14 12:21:14.909Aug 14 12:21:14.909Aug 14 12:21:14.909 Aug 14 12:21:14.909INFO INFO ERROINFO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255 |
| 4971 | 2026-08-14T12:21:15.980Z | |
| 4972 | 2026-08-14T12:21:15.980Z | |
| 4973 | 2026-08-14T12:21:15.980Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:21:14.909 |
| 4974 | 2026-08-14T12:21:15.980Z | Aug 14 12:21:14.909DEBG 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 } }] |
| 4975 | 2026-08-14T12:21:15.980Z | 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 14 12:21:14.909 |
| 4976 | 2026-08-14T12:21:15.980Z | ERRO Aug 14 12:21:14.909shrink-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 Aug 14 12:21:14.909INFO |
| 4977 | 2026-08-14T12:21:15.980Z | Aug 14 12:21:14.909 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFO |
| 4978 | 2026-08-14T12:21:15.980Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255Aug 14 12:21:14.909 |
| 4979 | 2026-08-14T12:21:15.980Z | |
| 4980 | 2026-08-14T12:21:15.980Z | test route::tests::identity_replace_is_noop ... ok |
| 4981 | 2026-08-14T12:21:15.980Z | 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 } }] |
| 4982 | 2026-08-14T12:21:15.980Z | Aug 14 12:21:14.909Aug 14 12:21:14.909 INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:21:14.909 |
| 4983 | 2026-08-14T12:21:15.980Z | |
| 4984 | 2026-08-14T12:21:15.980Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 4985 | 2026-08-14T12:21:15.980Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4986 | 2026-08-14T12:21:15.980Z | DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.900Aug 14 12:21:14.909Aug 14 12:21:14.909 DEBGDEBG |
| 4987 | 2026-08-14T12:21:15.980Z | 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 } }] created new freemapAug 14 12:21:14.910, unit:Aug 14 12:21:14.910 DEBG DEBGfreemap_route_ipv4created new freemap |
| 4988 | 2026-08-14T12:21:15.980Z | Aug 14 12:21:14.909created new freemap , INFOunit :, adding route 172.17.0.4/32 -> 10.0.0.255 |
| 4989 | 2026-08-14T12:21:15.980Z | freemap_route_ipv4unit |
| 4990 | 2026-08-14T12:21:15.980Z | : Aug 14 12:21:14.920Aug 14 12:21:14.920freemap_route_ipv4 |
| 4991 | 2026-08-14T12:21:15.980Z | 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 } }]DEBGAug 14 12:21:14.920 Aug 14 12:21:14.910 |
| 4992 | 2026-08-14T12:21:15.980Z | Aug 14 12:21:14.920 DEBGDEBG created new freemapcreated new freemap, DEBGunit, Aug 14 12:21:14.920created new freemap :unitINFO: adding route 172.17.0.5/32 -> 10.0.0.255, freemap_route_ipv6unit |
| 4993 | 2026-08-14T12:21:15.980Z | created new freemap: |
| 4994 | 2026-08-14T12:21:15.980Z | freemap_route_ipv6, freemap_route_ipv6unit |
| 4995 | 2026-08-14T12:21:15.980Z | Aug 14 12:21:14.920:Aug 14 12:21:14.920 DEBGAug 14 12:21:14.920 |
| 4996 | 2026-08-14T12:21:15.980Z | DEBGfreemap_route_ipv4DEBGinitted freemap. size: 64 , |
| 4997 | 2026-08-14T12:21:15.980Z | 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 |
| 4998 | 2026-08-14T12:21:15.980Z | |
| 4999 | 2026-08-14T12:21:15.980Z | initted freemap. size: 64Aug 14 12:21:14.920, Aug 14 12:21:14.920 Aug 14 12:21:14.920DEBG DEBG unit :created new freemap , INFOunitfreemap_route_ipv4 :adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5000 | 2026-08-14T12:21:15.980Z | reset freemap |
| 5001 | 2026-08-14T12:21:15.980Z | , Aug 14 12:21:14.920unitfreemap_route_ipv6: |
| 5002 | 2026-08-14T12:21:15.980Z | Aug 14 12:21:14.920Aug 14 12:21:14.920DEBG DEBG Aug 14 12:21:14.920DEBG freemap_route_ipv4 DEBG |
| 5003 | 2026-08-14T12:21:15.980Z | 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 } }]initted freemap. size: 64 |
| 5004 | 2026-08-14T12:21:15.980Z | reset freemap, initted freemap. size: 64unit, unit: freemap_route_ipv4, |
| 5005 | 2026-08-14T12:21:15.980Z | :Aug 14 12:21:14.920Aug 14 12:21:14.920 INFOunitDEBG: adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5006 | 2026-08-14T12:21:15.980Z | freemap_route_ipv4Aug 14 12:21:14.920initted freemap. size: 64 |
| 5007 | 2026-08-14T12:21:15.980Z | DEBG, Aug 14 12:21:14.920unit :DEBG freemap_route_ipv6initted freemap. size: 64 |
| 5008 | 2026-08-14T12:21:15.981Z | 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 } }] |
| 5009 | 2026-08-14T12:21:15.981Z | , Aug 14 12:21:14.920unit :DEBGAug 14 12:21:14.920 freemap_route_ipv6freemap_route_ipv4 |
| 5010 | 2026-08-14T12:21:15.981Z | Aug 14 12:21:14.920INFO reset freemapadding route 172.17.0.8/32 -> 10.0.0.255 |
| 5011 | 2026-08-14T12:21:15.981Z | |
| 5012 | 2026-08-14T12:21:15.986Z | , unitAug 14 12:21:14.920:DEBG DEBGAug 14 12:21:14.920reset freemap DEBG, reset freemap replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4unit |
| 5013 | 2026-08-14T12:21:15.986Z | : |
| 5014 | 2026-08-14T12:21:15.986Z | freemap_route_ipv6, Aug 14 12:21:14.920unit |
| 5015 | 2026-08-14T12:21:15.986Z | :Aug 14 12:21:14.920 DEBG freemap_route_ipv6reset freemap |
| 5016 | 2026-08-14T12:21:15.986Z | INFO, unitAug 14 12:21:14.920:adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5017 | 2026-08-14T12:21:15.986Z | INFOfreemap_route_ipv4 Aug 14 12:21:14.920Aug 14 12:21:14.920 Aug 14 12:21:14.920INFO DEBG |
| 5018 | 2026-08-14T12:21:15.986Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5019 | 2026-08-14T12:21:15.986Z | |
| 5020 | 2026-08-14T12:21:15.986Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5021 | 2026-08-14T12:21:15.986Z | Aug 14 12:21:14.920Aug 14 12:21:14.920initted freemap. size: 64Aug 14 12:21:14.920 DEBGAug 14 12:21:14.920DEBGDEBG , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]initted freemap. size: 64unit |
| 5022 | 2026-08-14T12:21:15.986Z | , : INFOunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:21:14.920adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5023 | 2026-08-14T12:21:15.986Z | |
| 5024 | 2026-08-14T12:21:15.986Z | freemap_route_ipv6 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5025 | 2026-08-14T12:21:15.986Z | freemap_route_ipv6Aug 14 12:21:14.920 |
| 5026 | 2026-08-14T12:21:15.986Z | |
| 5027 | 2026-08-14T12:21:15.986Z | Aug 14 12:21:14.920 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:21:14.920Aug 14 12:21:14.920DEBG 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 } }]DEBGDEBG |
| 5028 | 2026-08-14T12:21:15.986Z | |
| 5029 | 2026-08-14T12:21:15.986Z | reset freemap replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }], |
| 5030 | 2026-08-14T12:21:15.986Z | Aug 14 12:21:14.920Aug 14 12:21:14.920 Aug 14 12:21:14.920 unitDEBGDEBGAug 14 12:21:14.920: 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 } }]freemap_route_ipv6 |
| 5031 | 2026-08-14T12:21:15.986Z | |
| 5032 | 2026-08-14T12:21:15.986Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5033 | 2026-08-14T12:21:15.986Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5034 | 2026-08-14T12:21:15.986Z | Aug 14 12:21:14.920Aug 14 12:21:14.920 INFOreset freemap Aug 14 12:21:14.920adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5035 | 2026-08-14T12:21:15.986Z | INFO Aug 14 12:21:14.920DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5036 | 2026-08-14T12:21:15.986Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5037 | 2026-08-14T12:21:15.986Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5038 | 2026-08-14T12:21:15.986Z | , Aug 14 12:21:14.920Aug 14 12:21:14.920unit Aug 14 12:21:14.920:DEBGAug 14 12:21:14.920 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOfreemap_route_ipv6 |
| 5039 | 2026-08-14T12:21:15.986Z | |
| 5040 | 2026-08-14T12:21:15.986Z | adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 5041 | 2026-08-14T12:21:15.987Z | adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 5042 | 2026-08-14T12:21:15.987Z | Aug 14 12:21:14.920replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 14 12:21:14.920 |
| 5043 | 2026-08-14T12:21:15.987Z | INFOINFO Aug 14 12:21:14.920Aug 14 12:21:14.920adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5044 | 2026-08-14T12:21:15.987Z | Aug 14 12:21:14.920DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5045 | 2026-08-14T12:21:15.987Z | |
| 5046 | 2026-08-14T12:21:15.987Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5047 | 2026-08-14T12:21:15.987Z | INFOAug 14 12:21:14.920Aug 14 12:21:14.920 Aug 14 12:21:14.920 INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255DEBG |
| 5048 | 2026-08-14T12:21:15.987Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:21:14.920replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5049 | 2026-08-14T12:21:15.987Z | |
| 5050 | 2026-08-14T12:21:15.987Z | DEBGAug 14 12:21:14.920adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5051 | 2026-08-14T12:21:15.987Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 14 12:21:14.920 |
| 5052 | 2026-08-14T12:21:15.987Z | 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 } }] |
| 5053 | 2026-08-14T12:21:15.987Z | replacing targets for 3fff:dead::/64 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 14 12:21:14.920 |
| 5054 | 2026-08-14T12:21:15.987Z | Aug 14 12:21:14.920INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:21:14.920Aug 14 12:21:14.920 WARNINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5055 | 2026-08-14T12:21:15.987Z | |
| 5056 | 2026-08-14T12:21:15.987Z | adding route 172.17.0.14/32 -> 10.0.0.255shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5057 | 2026-08-14T12:21:15.987Z | Aug 14 12:21:14.920 DEBG |
| 5058 | 2026-08-14T12:21:15.987Z | Aug 14 12:21:14.920replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:21:14.920DEBG INFO |
| 5059 | 2026-08-14T12:21:15.987Z | 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.0/32 -> 10.0.0.255 |
| 5060 | 2026-08-14T12:21:15.987Z | |
| 5061 | 2026-08-14T12:21:15.987Z | Aug 14 12:21:14.920 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 14 12:21:14.920 |
| 5062 | 2026-08-14T12:21:15.987Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5063 | 2026-08-14T12:21:15.987Z | Aug 14 12:21:14.920DEBG 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 } }]Aug 14 12:21:14.920 |
| 5064 | 2026-08-14T12:21:15.987Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5065 | 2026-08-14T12:21:15.987Z | DEBG Aug 14 12:21:14.920Aug 14 12:21:14.920 INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255 |
| 5066 | 2026-08-14T12:21:15.987Z | replacing targets for 3fff:dead::/64 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 14 12:21:14.920 |
| 5067 | 2026-08-14T12:21:15.987Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] Aug 14 12:21:14.920 |
| 5068 | 2026-08-14T12:21:15.987Z | 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 } }] |
| 5069 | 2026-08-14T12:21:15.987Z | DEBG Aug 14 12:21:14.920replacing 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 } }] |
| 5070 | 2026-08-14T12:21:15.987Z | Aug 14 12:21:14.920WARNAug 14 12:21:14.920 INFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 14 12:21:14.920INFO INFO |
| 5071 | 2026-08-14T12:21:15.987Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5072 | 2026-08-14T12:21:15.987Z | adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5073 | 2026-08-14T12:21:15.987Z | |
| 5074 | 2026-08-14T12:21:15.987Z | Aug 14 12:21:14.920 DEBG Aug 14 12:21:14.920replacing 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 14 12:21:14.920 |
| 5075 | 2026-08-14T12:21:15.987Z | |
| 5076 | 2026-08-14T12:21:15.987Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5077 | 2026-08-14T12:21:15.987Z | 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 } }]DEBGAug 14 12:21:14.920 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5078 | 2026-08-14T12:21:15.987Z | |
| 5079 | 2026-08-14T12:21:15.987Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5080 | 2026-08-14T12:21:15.987Z | Aug 14 12:21:14.920 Aug 14 12:21:14.920INFOAug 14 12:21:14.920 adding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 5081 | 2026-08-14T12:21:15.988Z | Aug 14 12:21:14.920 DEBGadding route 172.17.0.3/32 -> 10.0.0.255 |
| 5082 | 2026-08-14T12:21:15.988Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5083 | 2026-08-14T12:21:15.988Z | Aug 14 12:21:14.920adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 14 12:21:14.920 DEBGDEBGAug 14 12:21:14.920 |
| 5084 | 2026-08-14T12:21:15.988Z | 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 |
| 5085 | 2026-08-14T12:21:15.988Z | adding route 172.17.0.18/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 } }] |
| 5086 | 2026-08-14T12:21:15.988Z | |
| 5087 | 2026-08-14T12:21:15.988Z | Aug 14 12:21:14.920Aug 14 12:21:14.920 DEBGINFOAug 14 12:21:14.920 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 } }]DEBGAug 14 12:21:14.920 |
| 5088 | 2026-08-14T12:21:15.988Z | INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5089 | 2026-08-14T12:21:15.988Z | Aug 14 12:21:14.921 Aug 14 12:21:14.930adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5090 | 2026-08-14T12:21:15.988Z | DEBGAug 14 12:21:14.921DEBG created new freemapreplacing 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 |
| 5091 | 2026-08-14T12:21:15.988Z | unitcreated new freemap:, unitfreemap_route_ipv4:Aug 14 12:21:14.931 |
| 5092 | 2026-08-14T12:21:15.988Z | freemap_route_ipv4INFO |
| 5093 | 2026-08-14T12:21:15.988Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 14 12:21:14.930 |
| 5094 | 2026-08-14T12:21:15.988Z | DEBG Aug 14 12:21:14.931 DEBG Aug 14 12:21:14.931created new freemap Aug 14 12:21:14.931DEBGreplacing 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 } }], |
| 5095 | 2026-08-14T12:21:15.988Z | created new freemapDEBGunit :, replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 14 12:21:14.931 |
| 5096 | 2026-08-14T12:21:15.988Z | unit |
| 5097 | 2026-08-14T12:21:15.988Z | :INFO freemap_route_ipv6adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5098 | 2026-08-14T12:21:15.988Z | |
| 5099 | 2026-08-14T12:21:15.988Z | Aug 14 12:21:14.931Aug 14 12:21:14.931 Aug 14 12:21:14.931Aug 14 12:21:14.931 DEBGDEBG DEBGinitted freemap. size: 64 INFO, replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit :initted freemap. size: 64 |
| 5100 | 2026-08-14T12:21:15.988Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5101 | 2026-08-14T12:21:15.988Z | freemap_route_ipv4, |
| 5102 | 2026-08-14T12:21:15.988Z | unit:Aug 14 12:21:14.931Aug 14 12:21:14.931 freemap_route_ipv4Aug 14 12:21:14.931 |
| 5103 | 2026-08-14T12:21:15.988Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 5104 | 2026-08-14T12:21:15.988Z | 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 14 12:21:14.931 |
| 5105 | 2026-08-14T12:21:15.988Z | DEBGAug 14 12:21:14.931 reset freemapAug 14 12:21:14.931DEBG, DEBGunit : 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 } }]freemap_route_ipv4 |
| 5106 | 2026-08-14T12:21:15.988Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5107 | 2026-08-14T12:21:15.988Z | reset freemap |
| 5108 | 2026-08-14T12:21:15.988Z | , unitAug 14 12:21:14.931: INFOAug 14 12:21:14.931 Aug 14 12:21:14.931 freemap_route_ipv4DEBG |
| 5109 | 2026-08-14T12:21:15.988Z | adding route 172.17.0.7/32 -> 10.0.0.255 DEBG |
| 5110 | 2026-08-14T12:21:15.988Z | initted freemap. size: 64Aug 14 12:21:14.931replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , DEBGAug 14 12:21:14.931 unitinitted freemap. size: 64: |
| 5111 | 2026-08-14T12:21:15.988Z | DEBG, freemap_route_ipv6unit |
| 5112 | 2026-08-14T12:21:15.992Z | 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 } }]: |
| 5113 | 2026-08-14T12:21:15.992Z | Aug 14 12:21:14.931freemap_route_ipv6Aug 14 12:21:14.931 |
| 5114 | 2026-08-14T12:21:15.993Z | INFODEBGAug 14 12:21:14.931 Aug 14 12:21:14.931adding route 172.17.0.5/32 -> 10.0.0.255 INFODEBGreset freemap |
| 5115 | 2026-08-14T12:21:15.993Z | adding route 172.17.0.8/32 -> 10.0.0.255, unit |
| 5116 | 2026-08-14T12:21:15.993Z | reset freemap:, Aug 14 12:21:14.931 unitfreemap_route_ipv6: |
| 5117 | 2026-08-14T12:21:15.993Z | DEBGfreemap_route_ipv6 Aug 14 12:21:14.931 |
| 5118 | 2026-08-14T12:21:15.993Z | Aug 14 12:21:14.931replacing 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 } }] INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5119 | 2026-08-14T12:21:15.993Z | 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 14 12:21:14.931 |
| 5120 | 2026-08-14T12:21:15.993Z | |
| 5121 | 2026-08-14T12:21:15.993Z | INFOAug 14 12:21:14.931Aug 14 12:21:14.931 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5122 | 2026-08-14T12:21:15.993Z | |
| 5123 | 2026-08-14T12:21:15.993Z | Aug 14 12:21:14.931 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:21:14.931DEBG |
| 5124 | 2026-08-14T12:21:15.993Z | DEBGAug 14 12:21:14.931 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 14 12:21:14.931 |
| 5125 | 2026-08-14T12:21:15.993Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 5126 | 2026-08-14T12:21:15.993Z | DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:21:14.931replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:21:14.931 |
| 5127 | 2026-08-14T12:21:15.993Z | |
| 5128 | 2026-08-14T12:21:15.993Z | INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255 Aug 14 12:21:14.931 |
| 5129 | 2026-08-14T12:21:15.993Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:21:14.931 |
| 5130 | 2026-08-14T12:21:15.993Z | INFOINFOAug 14 12:21:14.931 Aug 14 12:21:14.931 DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 5131 | 2026-08-14T12:21:15.993Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.7/32 -> 10.0.0.255 |
| 5132 | 2026-08-14T12:21:15.993Z | |
| 5133 | 2026-08-14T12:21:15.993Z | |
| 5134 | 2026-08-14T12:21:15.993Z | Aug 14 12:21:14.931Aug 14 12:21:14.931Aug 14 12:21:14.931 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5135 | 2026-08-14T12:21:15.993Z | INFO 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 } }] |
| 5136 | 2026-08-14T12:21:15.993Z | Aug 14 12:21:14.931 Aug 14 12:21:14.931 |
| 5137 | 2026-08-14T12:21:15.993Z | DEBG DEBGAug 14 12:21:14.931replacing 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 |
| 5138 | 2026-08-14T12:21:15.993Z | 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 14 12:21:14.931 |
| 5139 | 2026-08-14T12:21:15.993Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5140 | 2026-08-14T12:21:15.993Z | INFOAug 14 12:21:14.931 Aug 14 12:21:14.931INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5141 | 2026-08-14T12:21:15.993Z | |
| 5142 | 2026-08-14T12:21:15.993Z | Aug 14 12:21:14.931adding route 172.17.0.12/32 -> 10.0.0.255 INFO |
| 5143 | 2026-08-14T12:21:15.993Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:21:14.931Aug 14 12:21:14.931 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 } }] |
| 5144 | 2026-08-14T12:21:15.993Z | 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 } }] |
| 5145 | 2026-08-14T12:21:15.993Z | |
| 5146 | 2026-08-14T12:21:15.993Z | Aug 14 12:21:14.931Aug 14 12:21:14.931 DEBGDEBG Aug 14 12:21:14.931replacing 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 } }] |
| 5147 | 2026-08-14T12:21:15.993Z | 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:21:14.931 |
| 5148 | 2026-08-14T12:21:15.993Z | |
| 5149 | 2026-08-14T12:21:15.993Z | INFOAug 14 12:21:14.931 adding route 172.17.0.9/32 -> 10.0.0.255INFOAug 14 12:21:14.931 |
| 5150 | 2026-08-14T12:21:15.993Z | adding route 172.17.0.13/32 -> 10.0.0.255Aug 14 12:21:14.931 |
| 5151 | 2026-08-14T12:21:15.993Z | DEBGDEBG Aug 14 12:21:14.931Aug 14 12:21:14.931 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 |
| 5152 | 2026-08-14T12:21:15.994Z | 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 } }] |
| 5153 | 2026-08-14T12:21:15.994Z | DEBG |
| 5154 | 2026-08-14T12:21:15.994Z | 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 14 12:21:14.931 |
| 5155 | 2026-08-14T12:21:15.994Z | INFOAug 14 12:21:14.931 Aug 14 12:21:14.931adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5156 | 2026-08-14T12:21:15.994Z | DEBGINFO adding 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:2, vlan_id: None } }, NextHop { asic_port_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 14 12:21:14.931 |
| 5157 | 2026-08-14T12:21:15.994Z | |
| 5158 | 2026-08-14T12:21:15.994Z | DEBG Aug 14 12:21:14.931 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 |
| 5159 | 2026-08-14T12:21:15.994Z | Aug 14 12:21:14.931 WARNreplacing 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 } }] |
| 5160 | 2026-08-14T12:21:15.994Z | Aug 14 12:21:14.931shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5161 | 2026-08-14T12:21:15.994Z | INFO Aug 14 12:21:14.931adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5162 | 2026-08-14T12:21:15.994Z | INFOAug 14 12:21:14.920 adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5163 | 2026-08-14T12:21:15.994Z | DEBG failed to allocate space for the new target listAug 14 12:21:14.931Aug 14 12:21:14.931 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5164 | 2026-08-14T12:21:15.994Z | |
| 5165 | 2026-08-14T12:21:15.994Z | |
| 5166 | 2026-08-14T12:21:15.994Z | Aug 14 12:21:14.931Aug 14 12:21:14.931Aug 14 12:21:14.931 INFODEBG INFO adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5167 | 2026-08-14T12:21:15.994Z | |
| 5168 | 2026-08-14T12:21:15.994Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 14 12:21:14.931 DEBG failed to allocate space for the new target listAug 14 12:21:14.931 |
| 5169 | 2026-08-14T12:21:15.994Z | 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 } }] |
| 5170 | 2026-08-14T12:21:15.994Z | |
| 5171 | 2026-08-14T12:21:15.994Z | |
| 5172 | 2026-08-14T12:21:15.994Z | Aug 14 12:21:14.931 Aug 14 12:21:14.931INFO Aug 14 12:21:14.931DEBG adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 5173 | 2026-08-14T12:21:15.994Z | 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 } }] |
| 5174 | 2026-08-14T12:21:15.994Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5175 | 2026-08-14T12:21:15.994Z | Aug 14 12:21:14.931 DEBG Aug 14 12:21:14.931Aug 14 12:21:14.931replacing 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 } }] |
| 5176 | 2026-08-14T12:21:15.994Z | DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5177 | 2026-08-14T12:21:15.994Z | |
| 5178 | 2026-08-14T12:21:15.994Z | Aug 14 12:21:14.931 INFOAug 14 12:21:14.931Aug 14 12:21:14.931 adding route 172.17.0.20/32 -> 10.0.0.255INFODEBG |
| 5179 | 2026-08-14T12:21:15.994Z | adding route 172.17.0.18/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 } }]Aug 14 12:21:14.931 |
| 5180 | 2026-08-14T12:21:15.994Z | |
| 5181 | 2026-08-14T12:21:15.994Z | 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 } }] |
| 5182 | 2026-08-14T12:21:15.994Z | Aug 14 12:21:14.931 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5183 | 2026-08-14T12:21:15.994Z | Aug 14 12:21:14.931Aug 14 12:21:14.931 DEBGINFO adding route 172.17.0.14/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 } }] |
| 5184 | 2026-08-14T12:21:15.994Z | Aug 14 12:21:14.931 |
| 5185 | 2026-08-14T12:21:15.994Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5186 | 2026-08-14T12:21:15.994Z | DEBG Aug 14 12:21:14.931Aug 14 12:21:14.931 DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/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 } }] |
| 5187 | 2026-08-14T12:21:15.994Z | |
| 5188 | 2026-08-14T12:21:15.994Z | |
| 5189 | 2026-08-14T12:21:15.994Z | DEBGAug 14 12:21:14.931Aug 14 12:21:14.931 DEBGreset freemap INFO, replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5190 | 2026-08-14T12:21:15.994Z | unit |
| 5191 | 2026-08-14T12:21:15.994Z | : freemap_route_ipv6 |
| 5192 | 2026-08-14T12:21:15.995Z | Aug 14 12:21:14.931Aug 14 12:21:14.931 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 14 12:21:14.931adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5193 | 2026-08-14T12:21:15.995Z | |
| 5194 | 2026-08-14T12:21:15.995Z | Aug 14 12:21:14.931INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 5195 | 2026-08-14T12:21:15.995Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.931 |
| 5196 | 2026-08-14T12:21:15.995Z | Aug 14 12:21:14.931DEBGAug 14 12:21:14.931 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 |
| 5197 | 2026-08-14T12:21:15.995Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5198 | 2026-08-14T12:21:15.995Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5199 | 2026-08-14T12:21:15.995Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5200 | 2026-08-14T12:21:15.995Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5201 | 2026-08-14T12:21:15.995Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5202 | 2026-08-14T12:21:15.995Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5203 | 2026-08-14T12:21:15.995Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5204 | 2026-08-14T12:21:15.995Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5205 | 2026-08-14T12:21:15.995Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5206 | 2026-08-14T12:21:15.995Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5207 | 2026-08-14T12:21:15.995Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5208 | 2026-08-14T12:21:15.995Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5209 | 2026-08-14T12:21:15.995Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5210 | 2026-08-14T12:21:15.995Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5211 | 2026-08-14T12:21:15.995Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5212 | 2026-08-14T12:21:15.999Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5213 | 2026-08-14T12:21:15.999Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5214 | 2026-08-14T12:21:15.999Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5215 | 2026-08-14T12:21:15.999Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5216 | 2026-08-14T12:21:15.999Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5217 | 2026-08-14T12:21:15.999Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5218 | 2026-08-14T12:21:15.999Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5219 | 2026-08-14T12:21:15.999Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5220 | 2026-08-14T12:21:15.999Z | DEBG Aug 14 12:21:14.931replacing 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 } }] INFOAug 14 12:21:14.932 adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 5221 | 2026-08-14T12:21:15.999Z | Aug 14 12:21:14.931created new freemap DEBG, unitcreated new freemap:, Aug 14 12:21:14.938 |
| 5222 | 2026-08-14T12:21:15.999Z | freemap_route_ipv4DEBGunit |
| 5223 | 2026-08-14T12:21:15.999Z | : freemap_route_ipv4replacing 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 } }] |
| 5224 | 2026-08-14T12:21:15.999Z | |
| 5225 | 2026-08-14T12:21:15.999Z | Aug 14 12:21:14.938Aug 14 12:21:14.938 Aug 14 12:21:14.938INFO DEBG Aug 14 12:21:14.921INFO adding route 172.17.0.24/32 -> 10.0.0.255created new freemapDEBG, adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 14 12:21:14.938created new freemap |
| 5226 | 2026-08-14T12:21:15.999Z | , unitDEBGunit:: freemap_route_ipv4freemap_route_ipv6created new freemap |
| 5227 | 2026-08-14T12:21:16.000Z | |
| 5228 | 2026-08-14T12:21:16.000Z | , |
| 5229 | 2026-08-14T12:21:16.000Z | unit:Aug 14 12:21:14.938 freemap_route_ipv6DEBGAug 14 12:21:14.938Aug 14 12:21:14.938 |
| 5230 | 2026-08-14T12:21:16.000Z | 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 } }] DEBG |
| 5231 | 2026-08-14T12:21:16.000Z | DEBGAug 14 12:21:14.938Aug 14 12:21:14.938 initted freemap. size: 64DEBG initted freemap. size: 64 , , unitAug 14 12:21:14.938: replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4 |
| 5232 | 2026-08-14T12:21:16.000Z | |
| 5233 | 2026-08-14T12:21:16.000Z | created new freemapunit |
| 5234 | 2026-08-14T12:21:16.000Z | , unit: :freemap_route_ipv6Aug 14 12:21:14.938 Aug 14 12:21:14.938Aug 14 12:21:14.938freemap_route_ipv4 DEBG |
| 5235 | 2026-08-14T12:21:16.000Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255DEBGreset freemap |
| 5236 | 2026-08-14T12:21:16.000Z | , unitAug 14 12:21:14.938 |
| 5237 | 2026-08-14T12:21:16.000Z | :DEBG Aug 14 12:21:14.938 freemap_route_ipv4reset freemap |
| 5238 | 2026-08-14T12:21:16.000Z | 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 } }], |
| 5239 | 2026-08-14T12:21:16.000Z | unit: DEBGfreemap_route_ipv4Aug 14 12:21:14.938 Aug 14 12:21:14.938Aug 14 12:21:14.938 INFO DEBGDEBG |
| 5240 | 2026-08-14T12:21:16.000Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 5241 | 2026-08-14T12:21:16.000Z | initted freemap. size: 64initted freemap. size: 64 |
| 5242 | 2026-08-14T12:21:16.000Z | Aug 14 12:21:14.938, unitDEBG: Aug 14 12:21:14.938freemap_route_ipv6 |
| 5243 | 2026-08-14T12:21:16.000Z | initted freemap. size: 64DEBG, 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 } }]unit |
| 5244 | 2026-08-14T12:21:16.000Z | Aug 14 12:21:14.938 DEBG: , Aug 14 12:21:14.938 Aug 14 12:21:14.938reset freemapfreemap_route_ipv6, unit |
| 5245 | 2026-08-14T12:21:16.000Z | INFO: adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_route_ipv6unit |
| 5246 | 2026-08-14T12:21:16.000Z | |
| 5247 | 2026-08-14T12:21:16.000Z | : freemap_route_ipv4 |
| 5248 | 2026-08-14T12:21:16.000Z | INFO Aug 14 12:21:14.938adding route 172.17.0.26/32 -> 10.0.0.255 Aug 14 12:21:14.938DEBG |
| 5249 | 2026-08-14T12:21:16.000Z | Aug 14 12:21:14.938 reset freemap, unitDEBGAug 14 12:21:14.938 INFO :DEBG adding route 172.16.0.0/32 -> 10.0.0.1freemap_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 } }] |
| 5250 | 2026-08-14T12:21:16.000Z | |
| 5251 | 2026-08-14T12:21:16.000Z | Aug 14 12:21:14.938 |
| 5252 | 2026-08-14T12:21:16.000Z | 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 } }]Aug 14 12:21:14.938Aug 14 12:21:14.938 DEBGAug 14 12:21:14.938INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5253 | 2026-08-14T12:21:16.000Z | |
| 5254 | 2026-08-14T12:21:16.000Z | reset freemapINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 5255 | 2026-08-14T12:21:16.000Z | |
| 5256 | 2026-08-14T12:21:16.000Z | , Aug 14 12:21:14.938unit Aug 14 12:21:14.938INFO: adding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv4 |
| 5257 | 2026-08-14T12:21:16.000Z | |
| 5258 | 2026-08-14T12:21:16.000Z | DEBG Aug 14 12:21:14.938Aug 14 12:21:14.938replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5259 | 2026-08-14T12:21:16.000Z | 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 } }] |
| 5260 | 2026-08-14T12:21:16.000Z | initted freemap. size: 64Aug 14 12:21:14.938, unitDEBGAug 14 12:21:14.938Aug 14 12:21:14.938 Aug 14 12:21:14.938 INFO: INFO INFO 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 } }] |
| 5261 | 2026-08-14T12:21:16.000Z | adding route 172.16.0.0/32 -> 10.0.0.3adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5262 | 2026-08-14T12:21:16.000Z | |
| 5263 | 2026-08-14T12:21:16.000Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5264 | 2026-08-14T12:21:16.001Z | freemap_route_ipv6 |
| 5265 | 2026-08-14T12:21:16.001Z | Aug 14 12:21:14.938Aug 14 12:21:14.938 DEBGAug 14 12:21:14.938DEBG Aug 14 12:21:14.938 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5266 | 2026-08-14T12:21:16.001Z | DEBG |
| 5267 | 2026-08-14T12:21:16.001Z | reset freemap , INFOunit Aug 14 12:21:14.938adding route 3fff:beef:2::/64 -> 2001:db8::55:ff: |
| 5268 | 2026-08-14T12:21:16.001Z | INFO adding route 172.16.0.0/32 -> 10.0.0.4freemap_route_ipv6Aug 14 12:21:14.938 |
| 5269 | 2026-08-14T12:21:16.001Z | |
| 5270 | 2026-08-14T12:21:16.001Z | INFOAug 14 12:21:14.938 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5271 | 2026-08-14T12:21:16.001Z | Aug 14 12:21:14.938Aug 14 12:21:14.938 DEBGAug 14 12:21:14.938DEBG DEBGAug 14 12:21:14.938replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 5272 | 2026-08-14T12:21:16.001Z | DEBG |
| 5273 | 2026-08-14T12:21:16.001Z | |
| 5274 | 2026-08-14T12:21:16.001Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5275 | 2026-08-14T12:21:16.001Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5276 | 2026-08-14T12:21:16.001Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5277 | 2026-08-14T12:21:16.001Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5278 | 2026-08-14T12:21:16.001Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5279 | 2026-08-14T12:21:16.001Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5280 | 2026-08-14T12:21:16.001Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5281 | 2026-08-14T12:21:16.001Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5282 | 2026-08-14T12:21:16.001Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5283 | 2026-08-14T12:21:16.001Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5284 | 2026-08-14T12:21:16.001Z | Aug 14 12:21:14.938adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 14 12:21:14.938INFOAug 14 12:21:14.938 Aug 14 12:21:14.938adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 5285 | 2026-08-14T12:21:16.001Z | |
| 5286 | 2026-08-14T12:21:16.002Z | INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }] |
| 5287 | 2026-08-14T12:21:16.002Z | Aug 14 12:21:14.938INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 14 12:21:14.938 |
| 5288 | 2026-08-14T12:21:16.002Z | 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 } }]DEBG |
| 5289 | 2026-08-14T12:21:16.002Z | Aug 14 12:21:14.938adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5290 | 2026-08-14T12:21:16.002Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5291 | 2026-08-14T12:21:16.002Z | Aug 14 12:21:14.938Aug 14 12:21:14.938 |
| 5292 | 2026-08-14T12:21:16.002Z | INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 14 12:21:14.938 |
| 5293 | 2026-08-14T12:21:16.002Z | Aug 14 12:21:14.938 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 |
| 5294 | 2026-08-14T12:21:16.002Z | INFOAug 14 12:21:14.938 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 5295 | 2026-08-14T12:21:16.002Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5296 | 2026-08-14T12:21:16.002Z | |
| 5297 | 2026-08-14T12:21:16.002Z | Aug 14 12:21:14.938Aug 14 12:21:14.938 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 14 12:21:14.938 |
| 5298 | 2026-08-14T12:21:16.002Z | INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 5299 | 2026-08-14T12:21:16.002Z | |
| 5300 | 2026-08-14T12:21:16.002Z | Aug 14 12:21:14.938 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 14 12:21:14.938 |
| 5301 | 2026-08-14T12:21:16.002Z | Aug 14 12:21:14.938DEBG 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 } }] |
| 5302 | 2026-08-14T12:21:16.002Z | 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 } }] |
| 5303 | 2026-08-14T12:21:16.002Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.938Aug 14 12:21:14.938 |
| 5304 | 2026-08-14T12:21:16.002Z | INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255 |
| 5305 | 2026-08-14T12:21:16.002Z | Aug 14 12:21:14.938 |
| 5306 | 2026-08-14T12:21:16.002Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:21:14.938 |
| 5307 | 2026-08-14T12:21:16.002Z | Aug 14 12:21:14.938 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5308 | 2026-08-14T12:21:16.002Z | |
| 5309 | 2026-08-14T12:21:16.002Z | Aug 14 12:21:14.938 DEBGAug 14 12:21:14.938 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5310 | 2026-08-14T12:21:16.002Z | 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 14 12:21:14.938 |
| 5311 | 2026-08-14T12:21:16.002Z | Aug 14 12:21:14.938DEBG INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.938 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 5312 | 2026-08-14T12:21:16.007Z | |
| 5313 | 2026-08-14T12:21:16.007Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5314 | 2026-08-14T12:21:16.007Z | Aug 14 12:21:14.938 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 } }] |
| 5315 | 2026-08-14T12:21:16.007Z | Aug 14 12:21:14.938Aug 14 12:21:14.938 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 5316 | 2026-08-14T12:21:16.007Z | |
| 5317 | 2026-08-14T12:21:16.007Z | Aug 14 12:21:14.938Aug 14 12:21:14.938 Aug 14 12:21:14.938DEBG Aug 14 12:21:14.938 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 } }]INFO |
| 5318 | 2026-08-14T12:21:16.007Z | adding route 172.17.0.21/32 -> 10.0.0.255replacing 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 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 } }] |
| 5319 | 2026-08-14T12:21:16.007Z | |
| 5320 | 2026-08-14T12:21:16.007Z | |
| 5321 | 2026-08-14T12:21:16.007Z | Aug 14 12:21:14.938Aug 14 12:21:14.938 Aug 14 12:21:14.938 DEBGINFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 14 12:21:14.938 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 } }] |
| 5322 | 2026-08-14T12:21:16.007Z | |
| 5323 | 2026-08-14T12:21:16.007Z | adding route 172.17.0.18/32 -> 10.0.0.255 INFO |
| 5324 | 2026-08-14T12:21:16.007Z | adding route 172.17.0.33/32 -> 10.0.0.255Aug 14 12:21:14.938 |
| 5325 | 2026-08-14T12:21:16.007Z | Aug 14 12:21:14.938 DEBG Aug 14 12:21:14.938INFOreplacing 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 14 12:21:14.938 |
| 5326 | 2026-08-14T12:21:16.007Z | DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 5327 | 2026-08-14T12:21:16.007Z | 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 } }] |
| 5328 | 2026-08-14T12:21:16.007Z | Aug 14 12:21:14.939 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 14 12:21:14.939 |
| 5329 | 2026-08-14T12:21:16.007Z | Aug 14 12:21:14.939DEBG INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.939 |
| 5330 | 2026-08-14T12:21:16.007Z | DEBG adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5331 | 2026-08-14T12:21:16.007Z | DEBGAug 14 12:21:14.939replacing 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 Aug 14 12:21:14.939Aug 14 12:21:14.939 adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 5332 | 2026-08-14T12:21:16.007Z | created new freemap, unit: freemap_route_ipv4Aug 14 12:21:14.944 DEBG |
| 5333 | 2026-08-14T12:21:16.007Z | 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 } }] |
| 5334 | 2026-08-14T12:21:16.007Z | 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 } }] |
| 5335 | 2026-08-14T12:21:16.007Z | Aug 14 12:21:14.944Aug 14 12:21:14.944 DEBG INFODEBGAug 14 12:21:14.944 Aug 14 12:21:14.944adding route 172.17.0.24/32 -> 10.0.0.255 DEBGINFOcreated new freemap adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 5336 | 2026-08-14T12:21:16.007Z | , |
| 5337 | 2026-08-14T12:21:16.007Z | unit |
| 5338 | 2026-08-14T12:21:16.007Z | : Aug 14 12:21:14.944freemap_route_ipv6 Aug 14 12:21:14.944DEBG |
| 5339 | 2026-08-14T12:21:16.007Z | Aug 14 12:21:14.944INFO 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 |
| 5340 | 2026-08-14T12:21:16.007Z | adding route 172.17.0.35/32 -> 10.0.0.255replacing 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 |
| 5341 | 2026-08-14T12:21:16.007Z | Aug 14 12:21:14.945, |
| 5342 | 2026-08-14T12:21:16.007Z | unitINFOAug 14 12:21:14.945:Aug 14 12:21:14.945 INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 5343 | 2026-08-14T12:21:16.007Z | Aug 14 12:21:14.945 |
| 5344 | 2026-08-14T12:21:16.007Z | initted freemap. size: 64 DEBG, freemap_route_ipv4replacing 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 } }] |
| 5345 | 2026-08-14T12:21:16.007Z | unit: |
| 5346 | 2026-08-14T12:21:16.007Z | Aug 14 12:21:14.945Aug 14 12:21:14.945Aug 14 12:21:14.945 DEBGfreemap_route_ipv4 INFO |
| 5347 | 2026-08-14T12:21:16.007Z | 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 |
| 5348 | 2026-08-14T12:21:16.007Z | adding route 172.17.0.36/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 } }] |
| 5349 | 2026-08-14T12:21:16.007Z | |
| 5350 | 2026-08-14T12:21:16.007Z | Aug 14 12:21:14.945Aug 14 12:21:14.945 DEBGINFOAug 14 12:21:14.945 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFOAug 14 12:21:14.945 |
| 5351 | 2026-08-14T12:21:16.008Z | reset freemapadding route 172.17.0.26/32 -> 10.0.0.255, |
| 5352 | 2026-08-14T12:21:16.008Z | DEBGunitAug 14 12:21:14.945 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 } }] |
| 5353 | 2026-08-14T12:21:16.008Z | 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 } }] |
| 5354 | 2026-08-14T12:21:16.008Z | Aug 14 12:21:14.945 |
| 5355 | 2026-08-14T12:21:16.008Z | DEBGAug 14 12:21:14.945Aug 14 12:21:14.945Aug 14 12:21:14.945 DEBGAug 14 12:21:14.945replacing 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 } }] |
| 5356 | 2026-08-14T12:21:16.008Z | INFOinitted freemap. size: 64 INFO, adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.17.0.37/32 -> 10.0.0.255unitDEBG: |
| 5357 | 2026-08-14T12:21:16.008Z | freemap_route_ipv6Aug 14 12:21:14.945 |
| 5358 | 2026-08-14T12:21:16.008Z | Aug 14 12:21:14.945 |
| 5359 | 2026-08-14T12:21:16.008Z | INFOcreated new freemap DEBGAug 14 12:21:14.945, adding route 172.17.0.27/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 5360 | 2026-08-14T12:21:16.008Z | |
| 5361 | 2026-08-14T12:21:16.008Z | Aug 14 12:21:14.945unit : reset freemapDEBGfreemap_route_ipv6, Aug 14 12:21:14.945unit Aug 14 12:21:14.945:replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG 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 } }]freemap_route_ipv6adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 5362 | 2026-08-14T12:21:16.008Z | |
| 5363 | 2026-08-14T12:21:16.008Z | |
| 5364 | 2026-08-14T12:21:16.008Z | |
| 5365 | 2026-08-14T12:21:16.008Z | |
| 5366 | 2026-08-14T12:21:16.008Z | Aug 14 12:21:14.945Aug 14 12:21:14.945Aug 14 12:21:14.945 INFOAug 14 12:21:14.945INFO DEBG INFOAug 14 12:21:14.945 adding route 172.17.0.28/32 -> 10.0.0.255 adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 5367 | 2026-08-14T12:21:16.008Z | |
| 5368 | 2026-08-14T12:21:16.008Z | initted freemap. size: 64replacing 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 } }], |
| 5369 | 2026-08-14T12:21:16.008Z | unitadding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:21:14.945 |
| 5370 | 2026-08-14T12:21:16.008Z | 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 14 12:21:14.945 |
| 5371 | 2026-08-14T12:21:16.008Z | Aug 14 12:21:14.945 freemap_route_ipv4INFO |
| 5372 | 2026-08-14T12:21:16.008Z | Aug 14 12:21:14.945DEBG adding route 3fff:beef:10::/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 } }] |
| 5373 | 2026-08-14T12:21:16.008Z | Aug 14 12:21:14.945 |
| 5374 | 2026-08-14T12:21:16.008Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5375 | 2026-08-14T12:21:16.008Z | DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.945 Aug 14 12:21:14.945 |
| 5376 | 2026-08-14T12:21:16.008Z | INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255INFO |
| 5377 | 2026-08-14T12:21:16.008Z | Aug 14 12:21:14.945Aug 14 12:21:14.945 reset freemap , INFO Aug 14 12:21:14.945 DEBGadding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 5378 | 2026-08-14T12:21:16.008Z | |
| 5379 | 2026-08-14T12:21:16.008Z | |
| 5380 | 2026-08-14T12:21:16.008Z | unitDEBG: freemap_route_ipv4 Aug 14 12:21:14.945 |
| 5381 | 2026-08-14T12:21:16.008Z | 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 14 12:21:14.945 Aug 14 12:21:14.945 |
| 5382 | 2026-08-14T12:21:16.008Z | INFODEBGDEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 5383 | 2026-08-14T12:21:16.008Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:21:14.945 |
| 5384 | 2026-08-14T12:21:16.008Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:21:14.945DEBG Aug 14 12:21:14.945INFO |
| 5385 | 2026-08-14T12:21:16.008Z | Aug 14 12:21:14.945adding route 172.17.0.40/32 -> 10.0.0.255initted freemap. size: 64 , |
| 5386 | 2026-08-14T12:21:16.008Z | INFO Aug 14 12:21:14.945adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5387 | 2026-08-14T12:21:16.008Z | DEBG INFOunitAug 14 12:21:14.945 Aug 14 12:21:14.945replacing 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 } }] |
| 5388 | 2026-08-14T12:21:16.008Z | DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 5389 | 2026-08-14T12:21:16.009Z | test route::tests::same_size_non_subset_replace ... ok |
| 5390 | 2026-08-14T12:21:16.009Z | 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 } }] Aug 14 12:21:14.945freemap_route_ipv6 |
| 5391 | 2026-08-14T12:21:16.009Z | Aug 14 12:21:14.945 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 5392 | 2026-08-14T12:21:16.009Z | |
| 5393 | 2026-08-14T12:21:16.009Z | |
| 5394 | 2026-08-14T12:21:16.009Z | Aug 14 12:21:14.951 Aug 14 12:21:14.951 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5395 | 2026-08-14T12:21:16.009Z | |
| 5396 | 2026-08-14T12:21:16.009Z | Aug 14 12:21:14.932Aug 14 12:21:14.951 DEBGINFO created new freemapadding route 3fff:beef:13::/64 -> 2001:db8::55:ff, unit |
| 5397 | 2026-08-14T12:21:16.009Z | Aug 14 12:21:14.951: DEBGfreemap_route_ipv4 Aug 14 12:21:14.951 |
| 5398 | 2026-08-14T12:21:16.009Z | 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 } }] |
| 5399 | 2026-08-14T12:21:16.009Z | Aug 14 12:21:14.951DEBG Aug 14 12:21:14.951replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5400 | 2026-08-14T12:21:16.009Z | DEBGDEBG created new freemapAug 14 12:21:14.951, reset freemapunit :, Aug 14 12:21:14.951freemap_route_ipv6unit |
| 5401 | 2026-08-14T12:21:16.009Z | :DEBG INFOfreemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 14 12:21:14.951 |
| 5402 | 2026-08-14T12:21:16.009Z | DEBG |
| 5403 | 2026-08-14T12:21:16.009Z | initted freemap. size: 64 , adding route 3fff:beef:14::/64 -> 2001:db8::55:ffunit |
| 5404 | 2026-08-14T12:21:16.009Z | : Aug 14 12:21:14.951freemap_route_ipv4 |
| 5405 | 2026-08-14T12:21:16.009Z | INFO Aug 14 12:21:14.951 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 } }] |
| 5406 | 2026-08-14T12:21:16.009Z | Aug 14 12:21:14.951adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5407 | 2026-08-14T12:21:16.009Z | DEBGAug 14 12:21:14.951 reset freemapINFO, unitadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 14 12:21:14.951: |
| 5408 | 2026-08-14T12:21:16.009Z | freemap_route_ipv4DEBG |
| 5409 | 2026-08-14T12:21:16.009Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 14 12:21:14.951 |
| 5410 | 2026-08-14T12:21:16.009Z | DEBGAug 14 12:21:14.951 DEBG initted freemap. size: 64, unit: freemap_route_ipv6Aug 14 12:21:14.951 |
| 5411 | 2026-08-14T12:21:16.009Z | INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5412 | 2026-08-14T12:21:16.013Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5413 | 2026-08-14T12:21:16.013Z | Aug 14 12:21:14.951 DEBG Aug 14 12:21:14.951 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 14 12:21:14.951 |
| 5414 | 2026-08-14T12:21:16.013Z | 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 } }] |
| 5415 | 2026-08-14T12:21:16.013Z | Aug 14 12:21:14.951 Aug 14 12:21:14.951DEBGreset freemap 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 } }]DEBGunit |
| 5416 | 2026-08-14T12:21:16.013Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]: |
| 5417 | 2026-08-14T12:21:16.013Z | freemap_route_ipv6 |
| 5418 | 2026-08-14T12:21:16.013Z | 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 } }] |
| 5419 | 2026-08-14T12:21:16.013Z | Aug 14 12:21:14.951 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 5420 | 2026-08-14T12:21:16.014Z | Aug 14 12:21:14.951 INFO Aug 14 12:21:14.951adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5421 | 2026-08-14T12:21:16.014Z | DEBG Aug 14 12:21:14.951replacing 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 } }] |
| 5422 | 2026-08-14T12:21:16.014Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5423 | 2026-08-14T12:21:16.014Z | Aug 14 12:21:14.951Aug 14 12:21:14.951 DEBGAug 14 12:21:14.951INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5424 | 2026-08-14T12:21:16.014Z | |
| 5425 | 2026-08-14T12:21:16.014Z | 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 14 12:21:14.951 |
| 5426 | 2026-08-14T12:21:16.014Z | Aug 14 12:21:14.951DEBG 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 } }] |
| 5427 | 2026-08-14T12:21:16.014Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 14 12:21:14.951 |
| 5428 | 2026-08-14T12:21:16.014Z | INFOAug 14 12:21:14.951 adding route 172.17.0.32/32 -> 10.0.0.255INFOAug 14 12:21:14.951 |
| 5429 | 2026-08-14T12:21:16.014Z | DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 5430 | 2026-08-14T12:21:16.014Z | 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 } }] |
| 5431 | 2026-08-14T12:21:16.014Z | Aug 14 12:21:14.951 DEBG Aug 14 12:21:14.951replacing 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 14 12:21:14.951 |
| 5432 | 2026-08-14T12:21:16.014Z | DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255Aug 14 12:21:14.951 |
| 5433 | 2026-08-14T12:21:16.014Z | |
| 5434 | 2026-08-14T12:21:16.014Z | INFO Aug 14 12:21:14.951adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5435 | 2026-08-14T12:21:16.014Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 5436 | 2026-08-14T12:21:16.014Z | Aug 14 12:21:14.951Aug 14 12:21:14.951 |
| 5437 | 2026-08-14T12:21:16.014Z | DEBGDEBG Aug 14 12:21:14.951replacing 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.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 |
| 5438 | 2026-08-14T12:21:16.014Z | |
| 5439 | 2026-08-14T12:21:16.014Z | 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 14 12:21:14.951Aug 14 12:21:14.951 INFOINFO |
| 5440 | 2026-08-14T12:21:16.014Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5441 | 2026-08-14T12:21:16.014Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5442 | 2026-08-14T12:21:16.014Z | Aug 14 12:21:14.951 Aug 14 12:21:14.951INFO INFOAug 14 12:21:14.951adding route 172.17.0.19/32 -> 10.0.0.255 Aug 14 12:21:14.951 |
| 5443 | 2026-08-14T12:21:16.014Z | DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5444 | 2026-08-14T12:21:16.014Z | |
| 5445 | 2026-08-14T12:21:16.014Z | 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 } }] |
| 5446 | 2026-08-14T12:21:16.014Z | Aug 14 12:21:14.951Aug 14 12:21:14.951 DEBGDEBG Aug 14 12:21:14.951replacing 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 14 12:21:14.951 INFOINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5447 | 2026-08-14T12:21:16.014Z | |
| 5448 | 2026-08-14T12:21:16.014Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5449 | 2026-08-14T12:21:16.014Z | |
| 5450 | 2026-08-14T12:21:16.014Z | Aug 14 12:21:14.951Aug 14 12:21:14.951 Aug 14 12:21:14.951INFODEBG INFOreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.951adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5451 | 2026-08-14T12:21:16.014Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 5452 | 2026-08-14T12:21:16.014Z | |
| 5453 | 2026-08-14T12:21:16.014Z | 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 14 12:21:14.951 |
| 5454 | 2026-08-14T12:21:16.014Z | Aug 14 12:21:14.951INFO adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 5455 | 2026-08-14T12:21:16.014Z | Aug 14 12:21:14.951replacing 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 14 12:21:14.951DEBG INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:21:14.951 |
| 5456 | 2026-08-14T12:21:16.014Z | |
| 5457 | 2026-08-14T12:21:16.014Z | adding route 172.17.0.36/32 -> 10.0.0.255DEBG |
| 5458 | 2026-08-14T12:21:16.014Z | 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 } }] |
| 5459 | 2026-08-14T12:21:16.014Z | Aug 14 12:21:14.951 INFO Aug 14 12:21:14.951adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 14 12:21:14.951 |
| 5460 | 2026-08-14T12:21:16.015Z | INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255 |
| 5461 | 2026-08-14T12:21:16.015Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 14 12:21:14.951Aug 14 12:21:14.951 |
| 5462 | 2026-08-14T12:21:16.015Z | DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.951DEBG |
| 5463 | 2026-08-14T12:21:16.015Z | 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 |
| 5464 | 2026-08-14T12:21:16.015Z | 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 14 12:21:14.951 |
| 5465 | 2026-08-14T12:21:16.015Z | INFOAug 14 12:21:14.951 adding route 172.17.0.37/32 -> 10.0.0.255Aug 14 12:21:14.951 |
| 5466 | 2026-08-14T12:21:16.015Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 14 12:21:14.951 |
| 5467 | 2026-08-14T12:21:16.015Z | INFOAug 14 12:21:14.951 adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 5468 | 2026-08-14T12:21:16.015Z | 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 } }]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 } }] |
| 5469 | 2026-08-14T12:21:16.015Z | Aug 14 12:21:14.951Aug 14 12:21:14.951 DEBG |
| 5470 | 2026-08-14T12:21:16.015Z | 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 } }] |
| 5471 | 2026-08-14T12:21:16.015Z | Aug 14 12:21:14.951 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5472 | 2026-08-14T12:21:16.015Z | Aug 14 12:21:14.951Aug 14 12:21:14.951 adding route 172.17.0.38/32 -> 10.0.0.255Aug 14 12:21:14.951 |
| 5473 | 2026-08-14T12:21:16.015Z | INFO Aug 14 12:21:14.951adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5474 | 2026-08-14T12:21:16.015Z | Aug 14 12:21:14.951INFO DEBG INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 14 12:21:14.951 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 5475 | 2026-08-14T12:21:16.015Z | |
| 5476 | 2026-08-14T12:21:16.015Z | replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5477 | 2026-08-14T12:21:16.015Z | |
| 5478 | 2026-08-14T12:21:16.015Z | |
| 5479 | 2026-08-14T12:21:16.015Z | Aug 14 12:21:14.952 Aug 14 12:21:14.952INFOAug 14 12:21:14.952 Aug 14 12:21:14.952 Aug 14 12:21:14.952 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 5480 | 2026-08-14T12:21:16.015Z | |
| 5481 | 2026-08-14T12:21:16.015Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5482 | 2026-08-14T12:21:16.015Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:21:14.952 |
| 5483 | 2026-08-14T12:21:16.015Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.952 DEBGINFO Aug 14 12:21:14.952 |
| 5484 | 2026-08-14T12:21:16.015Z | 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.42/32 -> 10.0.0.255 |
| 5485 | 2026-08-14T12:21:16.015Z | |
| 5486 | 2026-08-14T12:21:16.015Z | Aug 14 12:21:14.952 DEBG INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.952Aug 14 12:21:14.952 |
| 5487 | 2026-08-14T12:21:16.015Z | DEBGAug 14 12:21:14.952 INFOINFO Aug 14 12:21:14.952adding route 172.17.0.23/32 -> 10.0.0.255 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 } }] |
| 5488 | 2026-08-14T12:21:16.015Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 5489 | 2026-08-14T12:21:16.015Z | |
| 5490 | 2026-08-14T12:21:16.015Z | adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5491 | 2026-08-14T12:21:16.015Z | |
| 5492 | 2026-08-14T12:21:16.015Z | Aug 14 12:21:14.952Aug 14 12:21:14.952 Aug 14 12:21:14.952Aug 14 12:21:14.952DEBG INFO Aug 14 12:21:14.952 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 DEBG |
| 5493 | 2026-08-14T12:21:16.015Z | |
| 5494 | 2026-08-14T12:21:16.015Z | 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.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 } }] |
| 5495 | 2026-08-14T12:21:16.015Z | |
| 5496 | 2026-08-14T12:21:16.015Z | DEBGAug 14 12:21:14.952 Aug 14 12:21:14.952INFOAug 14 12:21:14.952 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 5497 | 2026-08-14T12:21:16.015Z | DEBG |
| 5498 | 2026-08-14T12:21:16.015Z | Aug 14 12:21:14.952INFOreplacing 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 } }] |
| 5499 | 2026-08-14T12:21:16.016Z | adding route 172.17.0.41/32 -> 10.0.0.255INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5500 | 2026-08-14T12:21:16.016Z | Aug 14 12:21:14.952 |
| 5501 | 2026-08-14T12:21:16.016Z | Aug 14 12:21:14.952INFOAug 14 12:21:14.952 adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5502 | 2026-08-14T12:21:16.016Z | Aug 14 12:21:14.952INFO DEBGDEBG adding route 172.17.0.44/32 -> 10.0.0.255Aug 14 12:21:14.952 |
| 5503 | 2026-08-14T12:21:16.016Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 14 12:21:14.952 |
| 5504 | 2026-08-14T12:21:16.016Z | |
| 5505 | 2026-08-14T12:21:16.016Z | 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 } }]DEBG |
| 5506 | 2026-08-14T12:21:16.016Z | Aug 14 12:21:14.952replacing 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 14 12:21:14.952 Aug 14 12:21:14.952 |
| 5507 | 2026-08-14T12:21:16.016Z | Aug 14 12:21:14.952DEBG 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 } }] INFO |
| 5508 | 2026-08-14T12:21:16.016Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5509 | 2026-08-14T12:21:16.016Z | Aug 14 12:21:14.958 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 } }] |
| 5510 | 2026-08-14T12:21:16.016Z | Aug 14 12:21:14.958 INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 14 12:21:14.958 INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 14 12:21:14.952 |
| 5511 | 2026-08-14T12:21:16.016Z | |
| 5512 | 2026-08-14T12:21:16.020Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5513 | 2026-08-14T12:21:16.020Z | Aug 14 12:21:14.958 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 } }] |
| 5514 | 2026-08-14T12:21:16.020Z | Aug 14 12:21:14.958Aug 14 12:21:14.958 Aug 14 12:21:14.958 DEBGDEBGINFO 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.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 } }] |
| 5515 | 2026-08-14T12:21:16.020Z | |
| 5516 | 2026-08-14T12:21:16.020Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5517 | 2026-08-14T12:21:16.020Z | Aug 14 12:21:14.958 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5518 | 2026-08-14T12:21:16.020Z | Aug 14 12:21:14.958Aug 14 12:21:14.958Aug 14 12:21:14.958 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO 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 } }] |
| 5519 | 2026-08-14T12:21:16.020Z | 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.13/32 -> 10.0.0.255 |
| 5520 | 2026-08-14T12:21:16.020Z | |
| 5521 | 2026-08-14T12:21:16.020Z | Aug 14 12:21:14.958 |
| 5522 | 2026-08-14T12:21:16.020Z | INFO Aug 14 12:21:14.958adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5523 | 2026-08-14T12:21:16.020Z | DEBGAug 14 12:21:14.958 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 } }] |
| 5524 | 2026-08-14T12:21:16.020Z | DEBG Aug 14 12:21:14.958Aug 14 12:21:14.958 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 } }] INFODEBGAug 14 12:21:14.958 |
| 5525 | 2026-08-14T12:21:16.020Z | adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 5526 | 2026-08-14T12:21:16.020Z | adding route 172.17.0.14/32 -> 10.0.0.255Aug 14 12:21:14.958 |
| 5527 | 2026-08-14T12:21:16.020Z | 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 |
| 5528 | 2026-08-14T12:21:16.020Z | Aug 14 12:21:14.958Aug 14 12:21:14.958adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5529 | 2026-08-14T12:21:16.020Z | DEBG DEBGAug 14 12:21:14.958 replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5530 | 2026-08-14T12:21:16.020Z | 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.45/32 -> 10.0.0.255Aug 14 12:21:14.958 |
| 5531 | 2026-08-14T12:21:16.020Z | |
| 5532 | 2026-08-14T12:21:16.021Z | 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 } }]Aug 14 12:21:14.958 |
| 5533 | 2026-08-14T12:21:16.021Z | Aug 14 12:21:14.958INFO adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 5534 | 2026-08-14T12:21:16.021Z | Aug 14 12:21:14.958 Aug 14 12:21:14.958replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 14 12:21:14.958INFO |
| 5535 | 2026-08-14T12:21:16.021Z | adding route 172.17.0.48/32 -> 10.0.0.255 DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 5536 | 2026-08-14T12:21:16.021Z | |
| 5537 | 2026-08-14T12:21:16.021Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.958 |
| 5538 | 2026-08-14T12:21:16.021Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 14 12:21:14.958 |
| 5539 | 2026-08-14T12:21:16.021Z | Aug 14 12:21:14.958 DEBG INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:21:14.958Aug 14 12:21:14.958 |
| 5540 | 2026-08-14T12:21:16.021Z | DEBGadding route 172.17.0.16/32 -> 10.0.0.255 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 } }] |
| 5541 | 2026-08-14T12:21:16.021Z | |
| 5542 | 2026-08-14T12:21:16.021Z | DEBGAug 14 12:21:14.958 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 14 12:21:14.958Aug 14 12:21:14.958INFO DEBGINFO |
| 5543 | 2026-08-14T12:21:16.021Z | 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 } }] |
| 5544 | 2026-08-14T12:21:16.021Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.49/32 -> 10.0.0.255 |
| 5545 | 2026-08-14T12:21:16.021Z | |
| 5546 | 2026-08-14T12:21:16.021Z | Aug 14 12:21:14.958Aug 14 12:21:14.958 Aug 14 12:21:14.958 INFODEBG INFOAug 14 12:21:14.958replacing 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 |
| 5547 | 2026-08-14T12:21:16.021Z | adding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 5548 | 2026-08-14T12:21:16.021Z | |
| 5549 | 2026-08-14T12:21:16.021Z | 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 } }] |
| 5550 | 2026-08-14T12:21:16.021Z | Aug 14 12:21:14.958 Aug 14 12:21:14.958DEBG Aug 14 12:21:14.958INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5551 | 2026-08-14T12:21:16.021Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5552 | 2026-08-14T12:21:16.021Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 14 12:21:14.958 |
| 5553 | 2026-08-14T12:21:16.021Z | Aug 14 12:21:14.958Aug 14 12:21:14.958Aug 14 12:21:14.958 INFODEBG DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 5554 | 2026-08-14T12:21:16.021Z | 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 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.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 14 12:21:14.958 |
| 5555 | 2026-08-14T12:21:16.021Z | |
| 5556 | 2026-08-14T12:21:16.021Z | |
| 5557 | 2026-08-14T12:21:16.021Z | 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 } }] |
| 5558 | 2026-08-14T12:21:16.021Z | Aug 14 12:21:14.958Aug 14 12:21:14.958 Aug 14 12:21:14.958INFOINFO Aug 14 12:21:14.958adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 5559 | 2026-08-14T12:21:16.021Z | adding route 172.17.0.48/32 -> 10.0.0.255 adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 5560 | 2026-08-14T12:21:16.021Z | |
| 5561 | 2026-08-14T12:21:16.021Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 14 12:21:14.958 |
| 5562 | 2026-08-14T12:21:16.021Z | DEBGAug 14 12:21:14.958Aug 14 12:21:14.958Aug 14 12:21:14.958 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5563 | 2026-08-14T12:21:16.021Z | DEBG |
| 5564 | 2026-08-14T12:21:16.021Z | 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 } }] |
| 5565 | 2026-08-14T12:21:16.021Z | 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 14 12:21:14.958 Aug 14 12:21:14.958Aug 14 12:21:14.958INFO INFO |
| 5566 | 2026-08-14T12:21:16.021Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255 |
| 5567 | 2026-08-14T12:21:16.021Z | |
| 5568 | 2026-08-14T12:21:16.021Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5569 | 2026-08-14T12:21:16.021Z | Aug 14 12:21:14.958Aug 14 12:21:14.958 Aug 14 12:21:14.958DEBG DEBG INFOAug 14 12:21:14.958 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 } }] 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 } }] |
| 5570 | 2026-08-14T12:21:16.022Z | 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 |
| 5571 | 2026-08-14T12:21:16.022Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5572 | 2026-08-14T12:21:16.022Z | |
| 5573 | 2026-08-14T12:21:16.022Z | test route::tests::delete_targets_fragmented ... ok |
| 5574 | 2026-08-14T12:21:16.022Z | Aug 14 12:21:14.958adding route 172.17.0.25/32 -> 10.0.0.255 INFO |
| 5575 | 2026-08-14T12:21:16.022Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5576 | 2026-08-14T12:21:16.022Z | Aug 14 12:21:14.958Aug 14 12:21:14.958 Aug 14 12:21:14.958INFOAug 14 12:21:14.958 DEBGadding route 172.17.0.53/32 -> 10.0.0.255INFO Aug 14 12:21:14.958adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5577 | 2026-08-14T12:21:16.022Z | 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 } }] |
| 5578 | 2026-08-14T12:21:16.022Z | |
| 5579 | 2026-08-14T12:21:16.022Z | test route::tests::delete_target_full ... ok |
| 5580 | 2026-08-14T12:21:16.022Z | DEBG DEBG Aug 14 12:21:14.958replacing 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 14 12:21:14.958Aug 14 12:21:14.958 DEBG |
| 5581 | 2026-08-14T12:21:16.022Z | 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 } }]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 } }] 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 } }] |
| 5582 | 2026-08-14T12:21:16.022Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5583 | 2026-08-14T12:21:16.022Z | |
| 5584 | 2026-08-14T12:21:16.022Z | |
| 5585 | 2026-08-14T12:21:16.022Z | Aug 14 12:21:14.958 Aug 14 12:21:14.958INFOAug 14 12:21:14.958 Aug 14 12:21:14.958Aug 14 12:21:14.958DEBG adding route 172.17.0.50/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 } }]INFO INFO |
| 5586 | 2026-08-14T12:21:16.022Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5587 | 2026-08-14T12:21:16.022Z | |
| 5588 | 2026-08-14T12:21:16.022Z | |
| 5589 | 2026-08-14T12:21:16.022Z | Aug 14 12:21:14.958adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 14 12:21:14.958 |
| 5590 | 2026-08-14T12:21:16.022Z | INFO DEBGAug 14 12:21:14.958Aug 14 12:21:14.958 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.23/32 -> 10.0.0.255 |
| 5591 | 2026-08-14T12:21:16.022Z | Aug 14 12:21:14.958 |
| 5592 | 2026-08-14T12:21:16.022Z | 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 } }]DEBGAug 14 12:21:14.958 |
| 5593 | 2026-08-14T12:21:16.022Z | DEBG 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 } }] replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5594 | 2026-08-14T12:21:16.022Z | |
| 5595 | 2026-08-14T12:21:16.022Z | Aug 14 12:21:14.958Aug 14 12:21:14.958 INFO |
| 5596 | 2026-08-14T12:21:16.022Z | INFOAug 14 12:21:14.958 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 14 12:21:14.958 |
| 5597 | 2026-08-14T12:21:16.022Z | INFO INFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5598 | 2026-08-14T12:21:16.022Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5599 | 2026-08-14T12:21:16.022Z | |
| 5600 | 2026-08-14T12:21:16.022Z | Aug 14 12:21:14.958 Aug 14 12:21:14.958Aug 14 12:21:14.958Aug 14 12:21:14.958 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 5601 | 2026-08-14T12:21:16.022Z | DEBGAug 14 12:21:14.958 |
| 5602 | 2026-08-14T12:21:16.022Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5603 | 2026-08-14T12:21:16.022Z | Aug 14 12:21:14.958Aug 14 12:21:14.958 DEBGINFO Aug 14 12:21:14.958replacing 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.25/32 -> 10.0.0.255 INFO |
| 5604 | 2026-08-14T12:21:16.022Z | adding route 172.17.0.27/32 -> 10.0.0.255 adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5605 | 2026-08-14T12:21:16.022Z | INFO |
| 5606 | 2026-08-14T12:21:16.022Z | Aug 14 12:21:14.958 |
| 5607 | 2026-08-14T12:21:16.022Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5608 | 2026-08-14T12:21:16.022Z | 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 14 12:21:14.958Aug 14 12:21:14.958Aug 14 12:21:14.958 |
| 5609 | 2026-08-14T12:21:16.022Z | DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5610 | 2026-08-14T12:21:16.023Z | Aug 14 12:21:14.958 |
| 5611 | 2026-08-14T12:21:16.023Z | 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 } }]INFOAug 14 12:21:14.958 adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5612 | 2026-08-14T12:21:16.027Z | |
| 5613 | 2026-08-14T12:21:16.027Z | Aug 14 12:21:14.958 Aug 14 12:21:14.958INFO INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255 |
| 5614 | 2026-08-14T12:21:16.027Z | Aug 14 12:21:14.958 adding route 172.17.0.52/32 -> 10.0.0.255DEBG |
| 5615 | 2026-08-14T12:21:16.027Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5616 | 2026-08-14T12:21:16.027Z | Aug 14 12:21:14.958 |
| 5617 | 2026-08-14T12:21:16.027Z | DEBG Aug 14 12:21:14.958replacing 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 14 12:21:14.958 |
| 5618 | 2026-08-14T12:21:16.027Z | Aug 14 12:21:14.958DEBG DEBGINFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 5619 | 2026-08-14T12:21:16.027Z | Aug 14 12:21:14.958 adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 5620 | 2026-08-14T12:21:16.027Z | |
| 5621 | 2026-08-14T12:21:16.027Z | Aug 14 12:21:14.958 adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 5622 | 2026-08-14T12:21:16.027Z | Aug 14 12:21:14.958Aug 14 12:21:14.958 Aug 14 12:21:14.958INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5623 | 2026-08-14T12:21:16.027Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:21:14.958INFO |
| 5624 | 2026-08-14T12:21:16.027Z | DEBG Aug 14 12:21:14.958replacing 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 } }] |
| 5625 | 2026-08-14T12:21:16.027Z | Aug 14 12:21:14.958DEBG adding route 172.17.0.53/32 -> 10.0.0.255DEBG 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 } }] |
| 5626 | 2026-08-14T12:21:16.027Z | |
| 5627 | 2026-08-14T12:21:16.027Z | Aug 14 12:21:14.965 Aug 14 12:21:14.965INFO 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 } }] |
| 5628 | 2026-08-14T12:21:16.027Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5629 | 2026-08-14T12:21:16.027Z | DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.966 |
| 5630 | 2026-08-14T12:21:16.027Z | Aug 14 12:21:14.966DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.966 |
| 5631 | 2026-08-14T12:21:16.027Z | adding route 172.17.0.54/32 -> 10.0.0.255INFO |
| 5632 | 2026-08-14T12:21:16.027Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5633 | 2026-08-14T12:21:16.027Z | Aug 14 12:21:14.966 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 } }] |
| 5634 | 2026-08-14T12:21:16.027Z | Aug 14 12:21:14.966Aug 14 12:21:14.966 DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Aug 14 12:21:14.966 |
| 5635 | 2026-08-14T12:21:16.027Z | adding route 172.17.0.60/32 -> 10.0.0.255INFO |
| 5636 | 2026-08-14T12:21:16.027Z | 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.30/32 -> 10.0.0.255 |
| 5637 | 2026-08-14T12:21:16.027Z | |
| 5638 | 2026-08-14T12:21:16.027Z | Aug 14 12:21:14.966Aug 14 12:21:14.966 DEBGINFO Aug 14 12:21:14.966replacing 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 } }] |
| 5639 | 2026-08-14T12:21:16.028Z | DEBG Aug 14 12:21:14.966 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 5640 | 2026-08-14T12:21:16.028Z | Aug 14 12:21:14.966 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5641 | 2026-08-14T12:21:16.028Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5642 | 2026-08-14T12:21:16.028Z | failed to allocate space for the new target listAug 14 12:21:14.966 |
| 5643 | 2026-08-14T12:21:16.028Z | Aug 14 12:21:14.966INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255Aug 14 12:21:14.966 |
| 5644 | 2026-08-14T12:21:16.028Z | 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 14 12:21:14.966DEBG DEBG |
| 5645 | 2026-08-14T12:21:16.028Z | replacing targets for 172.16.0.0/32 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 } }] |
| 5646 | 2026-08-14T12:21:16.028Z | 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 14 12:21:14.966 |
| 5647 | 2026-08-14T12:21:16.028Z | DEBG Aug 14 12:21:14.966replacing 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 } }] |
| 5648 | 2026-08-14T12:21:16.028Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5649 | 2026-08-14T12:21:16.028Z | Aug 14 12:21:14.966 Aug 14 12:21:14.966INFOAug 14 12:21:14.966 adding route 172.17.0.32/32 -> 10.0.0.255INFODEBG |
| 5650 | 2026-08-14T12:21:16.028Z | adding route 172.17.0.56/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 } }] |
| 5651 | 2026-08-14T12:21:16.028Z | |
| 5652 | 2026-08-14T12:21:16.028Z | Aug 14 12:21:14.966 Aug 14 12:21:14.966DEBG 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 } }] |
| 5653 | 2026-08-14T12:21:16.028Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 14 12:21:14.966 |
| 5654 | 2026-08-14T12:21:16.028Z | 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 } }] |
| 5655 | 2026-08-14T12:21:16.028Z | Aug 14 12:21:14.966 DEBGAug 14 12:21:14.966Aug 14 12:21:14.966 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5656 | 2026-08-14T12:21:16.028Z | INFOadding route 172.17.0.57/32 -> 10.0.0.255 |
| 5657 | 2026-08-14T12:21:16.028Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5658 | 2026-08-14T12:21:16.028Z | Aug 14 12:21:14.966Aug 14 12:21:14.966 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 5659 | 2026-08-14T12:21:16.028Z | Aug 14 12:21:14.966 |
| 5660 | 2026-08-14T12:21:16.028Z | Aug 14 12:21:14.958DEBGAug 14 12:21:14.966 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 } }]INFO |
| 5661 | 2026-08-14T12:21:16.028Z | 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 14 12:21:14.966adding route 172.17.0.28/32 -> 10.0.0.255 INFO |
| 5662 | 2026-08-14T12:21:16.028Z | |
| 5663 | 2026-08-14T12:21:16.028Z | Aug 14 12:21:14.966adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5664 | 2026-08-14T12:21:16.028Z | INFOAug 14 12:21:14.966 Aug 14 12:21:14.966adding route 172.17.0.58/32 -> 10.0.0.255Aug 14 12:21:14.966 |
| 5665 | 2026-08-14T12:21:16.028Z | INFO DEBGDEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5666 | 2026-08-14T12:21:16.028Z | 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.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 } }] |
| 5667 | 2026-08-14T12:21:16.028Z | |
| 5668 | 2026-08-14T12:21:16.028Z | Aug 14 12:21:14.966 DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:21:14.966 |
| 5669 | 2026-08-14T12:21:16.028Z | Aug 14 12:21:14.966Aug 14 12:21:14.966 INFODEBG Aug 14 12:21:14.966 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 } }]INFOINFO |
| 5670 | 2026-08-14T12:21:16.028Z | adding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5671 | 2026-08-14T12:21:16.028Z | |
| 5672 | 2026-08-14T12:21:16.028Z | Aug 14 12:21:14.966adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5673 | 2026-08-14T12:21:16.028Z | INFOAug 14 12:21:14.966 Aug 14 12:21:14.966adding route 172.17.0.59/32 -> 10.0.0.255 DEBG DEBG |
| 5674 | 2026-08-14T12:21:16.028Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.966 |
| 5675 | 2026-08-14T12:21:16.028Z | 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 14 12:21:14.966Aug 14 12:21:14.966 INFO |
| 5676 | 2026-08-14T12:21:16.028Z | 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 } }] DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 5677 | 2026-08-14T12:21:16.028Z | |
| 5678 | 2026-08-14T12:21:16.029Z | 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 } }] |
| 5679 | 2026-08-14T12:21:16.029Z | Aug 14 12:21:14.966 Aug 14 12:21:14.966Aug 14 12:21:14.966DEBGAug 14 12:21:14.966 INFO INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5680 | 2026-08-14T12:21:16.029Z | 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 |
| 5681 | 2026-08-14T12:21:16.029Z | adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:21:14.966 |
| 5682 | 2026-08-14T12:21:16.029Z | Aug 14 12:21:14.966DEBG |
| 5683 | 2026-08-14T12:21:16.029Z | 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 } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5684 | 2026-08-14T12:21:16.029Z | |
| 5685 | 2026-08-14T12:21:16.029Z | Aug 14 12:21:14.966Aug 14 12:21:14.966 Aug 14 12:21:14.966DEBG Aug 14 12:21:14.966DEBGreplacing 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 } }] |
| 5686 | 2026-08-14T12:21:16.029Z | INFOreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5687 | 2026-08-14T12:21:16.029Z | Aug 14 12:21:14.966 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5688 | 2026-08-14T12:21:16.029Z | adding route 172.17.0.32/32 -> 10.0.0.255Aug 14 12:21:14.966 |
| 5689 | 2026-08-14T12:21:16.029Z | INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5690 | 2026-08-14T12:21:16.029Z | Aug 14 12:21:14.966adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5691 | 2026-08-14T12:21:16.029Z | Aug 14 12:21:14.966INFO DEBG adding route 172.17.0.61/32 -> 10.0.0.255Aug 14 12:21:14.966replacing 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 } }] |
| 5692 | 2026-08-14T12:21:16.029Z | |
| 5693 | 2026-08-14T12:21:16.029Z | Aug 14 12:21:14.966 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5694 | 2026-08-14T12:21:16.029Z | Aug 14 12:21:14.966Aug 14 12:21:14.966 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG Aug 14 12:21:14.966 |
| 5695 | 2026-08-14T12:21:16.029Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5696 | 2026-08-14T12:21:16.029Z | INFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 14 12:21:14.966Aug 14 12:21:14.966 |
| 5697 | 2026-08-14T12:21:16.029Z | INFO DEBG |
| 5698 | 2026-08-14T12:21:16.029Z | adding route 172.17.0.38/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 } }] |
| 5699 | 2026-08-14T12:21:16.029Z | |
| 5700 | 2026-08-14T12:21:16.029Z | Aug 14 12:21:14.966Aug 14 12:21:14.966 Aug 14 12:21:14.966DEBG INFO Aug 14 12:21:14.966replacing 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 |
| 5701 | 2026-08-14T12:21:16.029Z | INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 5702 | 2026-08-14T12:21:16.029Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5703 | 2026-08-14T12:21:16.029Z | 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 14 12:21:14.966 |
| 5704 | 2026-08-14T12:21:16.029Z | INFOAug 14 12:21:14.966 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 14 12:21:14.966DEBG |
| 5705 | 2026-08-14T12:21:16.029Z | Aug 14 12:21:14.966INFO 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.39/32 -> 10.0.0.255DEBG |
| 5706 | 2026-08-14T12:21:16.029Z | |
| 5707 | 2026-08-14T12:21:16.029Z | 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 } }] |
| 5708 | 2026-08-14T12:21:16.029Z | Aug 14 12:21:14.966Aug 14 12:21:14.966 Aug 14 12:21:14.966DEBG Aug 14 12:21:14.966DEBG 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 } }]INFO |
| 5709 | 2026-08-14T12:21:16.029Z | 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 } }]failed to allocate space for the new target list |
| 5710 | 2026-08-14T12:21:16.029Z | |
| 5711 | 2026-08-14T12:21:16.029Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5712 | 2026-08-14T12:21:16.033Z | Aug 14 12:21:14.966 INFOAug 14 12:21:14.966 Aug 14 12:21:14.966 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO Aug 14 12:21:14.966 adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 5713 | 2026-08-14T12:21:16.033Z | |
| 5714 | 2026-08-14T12:21:16.033Z | 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 |
| 5715 | 2026-08-14T12:21:16.033Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:21:14.966Aug 14 12:21:14.966 |
| 5716 | 2026-08-14T12:21:16.033Z | DEBG Aug 14 12:21:14.966DEBG 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 } }]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 } }] |
| 5717 | 2026-08-14T12:21:16.033Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5718 | 2026-08-14T12:21:16.033Z | |
| 5719 | 2026-08-14T12:21:16.033Z | Aug 14 12:21:14.966Aug 14 12:21:14.966 Aug 14 12:21:14.966 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 5720 | 2026-08-14T12:21:16.034Z | |
| 5721 | 2026-08-14T12:21:16.034Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5722 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.966Aug 14 12:21:14.966 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.37/32 -> 10.0.0.255 |
| 5723 | 2026-08-14T12:21:16.034Z | |
| 5724 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.966 DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5725 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.966Aug 14 12:21:14.966 INFODEBG adding route 172.17.0.42/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 } }] |
| 5726 | 2026-08-14T12:21:16.034Z | |
| 5727 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.966 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 14 12:21:14.966 |
| 5728 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.966DEBG 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 } }] |
| 5729 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.966adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5730 | 2026-08-14T12:21:16.034Z | DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:21:14.966 |
| 5731 | 2026-08-14T12:21:16.034Z | INFOAug 14 12:21:14.966 adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 5732 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.966replacing 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 } }] |
| 5733 | 2026-08-14T12:21:16.034Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5734 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.966Aug 14 12:21:14.966 Aug 14 12:21:14.966INFO DEBG adding route 172.17.0.39/32 -> 10.0.0.255DEBG 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 } }] |
| 5735 | 2026-08-14T12:21:16.034Z | |
| 5736 | 2026-08-14T12:21:16.034Z | 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 } }] |
| 5737 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.966Aug 14 12:21:14.966Aug 14 12:21:14.966 DEBG INFOfailed to allocate space for the new target list |
| 5738 | 2026-08-14T12:21:16.034Z | adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 5739 | 2026-08-14T12:21:16.034Z | 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 } }] |
| 5740 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.966 Aug 14 12:21:14.966DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 14 12:21:14.966 |
| 5741 | 2026-08-14T12:21:16.034Z | 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 adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5742 | 2026-08-14T12:21:16.034Z | |
| 5743 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.972Aug 14 12:21:14.972 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.45/32 -> 10.0.0.255 |
| 5744 | 2026-08-14T12:21:16.034Z | |
| 5745 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.972 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 } }] |
| 5746 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972INFO INFOadding route 172.17.0.41/32 -> 10.0.0.255 |
| 5747 | 2026-08-14T12:21:16.034Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5748 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.972 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 } }] |
| 5749 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.972 DEBG Aug 14 12:21:14.972replacing 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 } }] |
| 5750 | 2026-08-14T12:21:16.034Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5751 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.972Aug 14 12:21:14.972 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 } }] |
| 5752 | 2026-08-14T12:21:16.034Z | |
| 5753 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.972Aug 14 12:21:14.972 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5754 | 2026-08-14T12:21:16.034Z | |
| 5755 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.972Aug 14 12:21:14.972 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.43/32 -> 10.0.0.255 |
| 5756 | 2026-08-14T12:21:16.034Z | |
| 5757 | 2026-08-14T12:21:16.034Z | Aug 14 12:21:14.972Aug 14 12:21:14.972 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5758 | 2026-08-14T12:21:16.035Z | |
| 5759 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 DEBG Aug 14 12:21:14.972replacing 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 } }] |
| 5760 | 2026-08-14T12:21:16.035Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5761 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972DEBG 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 } }] |
| 5762 | 2026-08-14T12:21:16.035Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5763 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 5764 | 2026-08-14T12:21:16.035Z | 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 } }] |
| 5765 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972DEBG 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 } }] |
| 5766 | 2026-08-14T12:21:16.035Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5767 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 5768 | 2026-08-14T12:21:16.035Z | 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 } }] |
| 5769 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972DEBG INFOreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5770 | 2026-08-14T12:21:16.035Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5771 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 |
| 5772 | 2026-08-14T12:21:16.035Z | 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 } }] |
| 5773 | 2026-08-14T12:21:16.035Z | test route::tests::delete_target_fragmented ... ok |
| 5774 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972DEBG 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 } }] |
| 5775 | 2026-08-14T12:21:16.035Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5776 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255 |
| 5777 | 2026-08-14T12:21:16.035Z | 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 } }] |
| 5778 | 2026-08-14T12:21:16.035Z | test route::tests::add_target_fails_full ... ok |
| 5779 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972DEBG 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 } }] |
| 5780 | 2026-08-14T12:21:16.035Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5781 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255 |
| 5782 | 2026-08-14T12:21:16.035Z | 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 } }] |
| 5783 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972DEBG 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 } }] |
| 5784 | 2026-08-14T12:21:16.035Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5785 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 5786 | 2026-08-14T12:21:16.035Z | 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 } }] |
| 5787 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972DEBG 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 } }] |
| 5788 | 2026-08-14T12:21:16.035Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5789 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 5790 | 2026-08-14T12:21:16.035Z | 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 } }] |
| 5791 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972DEBG 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 } }] |
| 5792 | 2026-08-14T12:21:16.035Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5793 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 5794 | 2026-08-14T12:21:16.035Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5795 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972DEBG 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 } }] |
| 5796 | 2026-08-14T12:21:16.035Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5797 | 2026-08-14T12:21:16.035Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 5798 | 2026-08-14T12:21:16.036Z | 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 } }] |
| 5799 | 2026-08-14T12:21:16.036Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972DEBG INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5800 | 2026-08-14T12:21:16.036Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5801 | 2026-08-14T12:21:16.036Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255 |
| 5802 | 2026-08-14T12:21:16.036Z | 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 } }] |
| 5803 | 2026-08-14T12:21:16.036Z | Aug 14 12:21:14.972 Aug 14 12:21:14.972DEBG 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 } }] |
| 5804 | 2026-08-14T12:21:16.036Z | Aug 14 12:21:14.973Aug 14 12:21:14.980 INFOINFO DEBG created new freemapadding route 172.17.0.55/32 -> 10.0.0.255, |
| 5805 | 2026-08-14T12:21:16.036Z | unit: freemap_route_ipv4 |
| 5806 | 2026-08-14T12:21:16.036Z | Aug 14 12:21:14.980 DEBG Aug 14 12:21:14.980replacing 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 } }] |
| 5807 | 2026-08-14T12:21:16.036Z | DEBG created new freemap, unit: adding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:21:14.980freemap_route_ipv6 |
| 5808 | 2026-08-14T12:21:16.036Z | INFO |
| 5809 | 2026-08-14T12:21:16.036Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5810 | 2026-08-14T12:21:16.036Z | Aug 14 12:21:14.980 DEBG Aug 14 12:21:14.980initted freemap. size: 64 , Aug 14 12:21:14.980unit :DEBG DEBG freemap_route_ipv4 |
| 5811 | 2026-08-14T12:21:16.036Z | 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.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 } }] |
| 5812 | 2026-08-14T12:21:16.040Z | |
| 5813 | 2026-08-14T12:21:16.040Z | Aug 14 12:21:14.980Aug 14 12:21:14.980Aug 14 12:21:14.980 INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255 |
| 5814 | 2026-08-14T12:21:16.040Z | failed to allocate space for the new target listDEBG |
| 5815 | 2026-08-14T12:21:16.040Z | reset freemap, Aug 14 12:21:14.980unit :Aug 14 12:21:14.980DEBG freemap_route_ipv4 |
| 5816 | 2026-08-14T12:21:16.040Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5817 | 2026-08-14T12:21:16.040Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }] |
| 5818 | 2026-08-14T12:21:16.040Z | Aug 14 12:21:14.980Aug 14 12:21:14.980 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255initted freemap. size: 64 |
| 5819 | 2026-08-14T12:21:16.040Z | , unit: freemap_route_ipv6Aug 14 12:21:14.980 |
| 5820 | 2026-08-14T12:21:16.040Z | 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 } }] |
| 5821 | 2026-08-14T12:21:16.040Z | Aug 14 12:21:14.980 DEBG reset freemapAug 14 12:21:14.980, unitINFO: adding route 172.17.0.59/32 -> 10.0.0.255freemap_route_ipv6 |
| 5822 | 2026-08-14T12:21:16.040Z | |
| 5823 | 2026-08-14T12:21:16.040Z | Aug 14 12:21:14.980Aug 14 12:21:14.980 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 5824 | 2026-08-14T12:21:16.040Z | |
| 5825 | 2026-08-14T12:21:16.040Z | Aug 14 12:21:14.980Aug 14 12:21:14.980 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 } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5826 | 2026-08-14T12:21:16.040Z | |
| 5827 | 2026-08-14T12:21:16.040Z | Aug 14 12:21:14.980Aug 14 12:21:14.980 INFODEBG 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 } }] |
| 5828 | 2026-08-14T12:21:16.040Z | |
| 5829 | 2026-08-14T12:21:16.040Z | Aug 14 12:21:14.980Aug 14 12:21:14.980 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.255 |
| 5830 | 2026-08-14T12:21:16.040Z | |
| 5831 | 2026-08-14T12:21:16.040Z | Aug 14 12:21:14.980Aug 14 12:21:14.980 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 5832 | 2026-08-14T12:21:16.040Z | Aug 14 12:21:14.980 |
| 5833 | 2026-08-14T12:21:16.040Z | INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5834 | 2026-08-14T12:21:16.040Z | Aug 14 12:21:14.980 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 } }] |
| 5835 | 2026-08-14T12:21:16.040Z | Aug 14 12:21:14.980 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 } }]Aug 14 12:21:14.980 |
| 5836 | 2026-08-14T12:21:16.041Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5837 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.63/32 -> 10.0.0.255Aug 14 12:21:14.980 |
| 5838 | 2026-08-14T12:21:16.041Z | 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 } }] |
| 5839 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5840 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 14 12:21:14.980 |
| 5841 | 2026-08-14T12:21:16.041Z | DEBG failed to allocate space for the new target list |
| 5842 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:21:14.980 |
| 5843 | 2026-08-14T12:21:16.041Z | 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 } }] |
| 5844 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 14 12:21:14.980 |
| 5845 | 2026-08-14T12:21:16.041Z | DEBG failed to allocate space for the new target list |
| 5846 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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 } }] |
| 5847 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5848 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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 } }] |
| 5849 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5850 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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 } }] |
| 5851 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5852 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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 } }] |
| 5853 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5854 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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 } }] |
| 5855 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5856 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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 } }] |
| 5857 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5858 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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 } }] |
| 5859 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5860 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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 } }] |
| 5861 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5862 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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 } }] |
| 5863 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5864 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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 } }] |
| 5865 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5866 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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 } }] |
| 5867 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5868 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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 } }] |
| 5869 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5870 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5872 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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 } }] |
| 5873 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5874 | 2026-08-14T12:21:16.041Z | Aug 14 12:21:14.980 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 } }] |
| 5875 | 2026-08-14T12:21:16.042Z | test route::tests::delete_targets_full ... ok |
| 5876 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5877 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5878 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5879 | 2026-08-14T12:21:16.042Z | |
| 5880 | 2026-08-14T12:21:16.042Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 5881 | 2026-08-14T12:21:16.042Z | |
| 5882 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5883 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5884 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5885 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5886 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5887 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5888 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5889 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5890 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5891 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5892 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5893 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5894 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5895 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5896 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5897 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5898 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5899 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5900 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5901 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5902 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5903 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5904 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5905 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5906 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5907 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5908 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5909 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5910 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 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 } }] |
| 5911 | 2026-08-14T12:21:16.042Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5912 | 2026-08-14T12:21:16.046Z | Aug 14 12:21:14.980 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 } }] |
| 5913 | 2026-08-14T12:21:16.046Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5914 | 2026-08-14T12:21:16.046Z | Aug 14 12:21:14.980 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 } }] |
| 5915 | 2026-08-14T12:21:16.046Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5916 | 2026-08-14T12:21:16.046Z | Aug 14 12:21:14.980 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 } }] |
| 5917 | 2026-08-14T12:21:16.046Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5918 | 2026-08-14T12:21:16.046Z | Aug 14 12:21:14.980 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 } }] |
| 5919 | 2026-08-14T12:21:16.046Z | Aug 14 12:21:14.980 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5920 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5921 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5922 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5923 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5924 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5925 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5926 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5927 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5928 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5929 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5930 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5931 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5932 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5933 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5934 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5935 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5936 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5937 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5938 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5939 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5940 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5941 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5942 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5943 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5944 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5945 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5946 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5947 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5948 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5949 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5950 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5951 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5952 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5953 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5954 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5955 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5956 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5957 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5958 | 2026-08-14T12:21:16.047Z | Aug 14 12:21:14.986 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 } }] |
| 5959 | 2026-08-14T12:21:16.048Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5960 | 2026-08-14T12:21:16.048Z | Aug 14 12:21:14.986 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 } }] |
| 5961 | 2026-08-14T12:21:16.048Z | Aug 14 12:21:14.986 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5962 | 2026-08-14T12:21:16.048Z | Aug 14 12:21:14.987 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 } }] |
| 5963 | 2026-08-14T12:21:16.048Z | Aug 14 12:21:14.987 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5964 | 2026-08-14T12:21:16.048Z | Aug 14 12:21:14.987 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 } }] |
| 5965 | 2026-08-14T12:21:16.048Z | Aug 14 12:21:14.987 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5966 | 2026-08-14T12:21:16.048Z | Aug 14 12:21:14.987 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 } }] |
| 5967 | 2026-08-14T12:21:16.048Z | Aug 14 12:21:14.987 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5968 | 2026-08-14T12:21:16.048Z | Aug 14 12:21:14.987 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 } }] |
| 5969 | 2026-08-14T12:21:16.048Z | Aug 14 12:21:14.987 DEBG failed to allocate space for the new target list |
| 5970 | 2026-08-14T12:21:16.048Z | Aug 14 12:21:14.987 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 } }] |
| 5971 | 2026-08-14T12:21:16.048Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03) |
| 5972 | 2026-08-14T12:21:16.048Z | |
| 5973 | 2026-08-14T12:21:16.048Z | running 0 tests |
| 5974 | 2026-08-14T12:21:16.048Z | |
| 5975 | 2026-08-14T12:21:16.048Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5976 | 2026-08-14T12:21:16.048Z | |
| 5977 | 2026-08-14T12:21:16.048Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 5978 | 2026-08-14T12:21:16.048Z | |
| 5979 | 2026-08-14T12:21:16.048Z | running 0 tests |
| 5980 | 2026-08-14T12:21:16.048Z | |
| 5981 | 2026-08-14T12:21:16.048Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5982 | 2026-08-14T12:21:16.048Z | |
| 5983 | 2026-08-14T12:21:16.048Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656) |
| 5984 | 2026-08-14T12:21:16.048Z | |
| 5985 | 2026-08-14T12:21:16.048Z | running 6 tests |
| 5986 | 2026-08-14T12:21:16.048Z | test tests::test_parse_client_port_id ... ok |
| 5987 | 2026-08-14T12:21:16.048Z | test tests::test_full_lot_id_neither_present ... ok |
| 5988 | 2026-08-14T12:21:16.048Z | test tests::test_full_lot_id_both_present ... ok |
| 5989 | 2026-08-14T12:21:16.048Z | test tests::test_port_id_cmp ... ok |
| 5990 | 2026-08-14T12:21:16.048Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5991 | 2026-08-14T12:21:16.048Z | test tests::test_full_lot_id_lot_only ... ok |
| 5992 | 2026-08-14T12:21:16.048Z | |
| 5993 | 2026-08-14T12:21:16.048Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5994 | 2026-08-14T12:21:16.048Z | |
| 5995 | 2026-08-14T12:21:16.048Z | Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad) |
| 5996 | 2026-08-14T12:21:16.048Z | |
| 5997 | 2026-08-14T12:21:16.048Z | running 0 tests |
| 5998 | 2026-08-14T12:21:16.049Z | |
| 5999 | 2026-08-14T12:21:16.049Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6000 | 2026-08-14T12:21:16.049Z | |
| 6001 | 2026-08-14T12:21:16.049Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 6002 | 2026-08-14T12:21:16.049Z | |
| 6003 | 2026-08-14T12:21:16.049Z | running 0 tests |
| 6004 | 2026-08-14T12:21:16.049Z | |
| 6005 | 2026-08-14T12:21:16.049Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6006 | 2026-08-14T12:21:16.049Z | |
| 6007 | 2026-08-14T12:21:16.049Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 6008 | 2026-08-14T12:21:16.049Z | |
| 6009 | 2026-08-14T12:21:16.049Z | running 0 tests |
| 6010 | 2026-08-14T12:21:16.049Z | |
| 6011 | 2026-08-14T12:21:16.049Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6012 | 2026-08-14T12:21:16.053Z | |
| 6013 | 2026-08-14T12:21:16.053Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 6014 | 2026-08-14T12:21:16.053Z | |
| 6015 | 2026-08-14T12:21:16.053Z | running 12 tests |
| 6016 | 2026-08-14T12:21:16.053Z | test icmp::test_v6_checksum ... ok |
| 6017 | 2026-08-14T12:21:16.053Z | test lldp::test_lldp_parse ... ok |
| 6018 | 2026-08-14T12:21:16.053Z | test icmp::test_v4_checksum ... ok |
| 6019 | 2026-08-14T12:21:16.053Z | test pbuf::test_byte ... ok |
| 6020 | 2026-08-14T12:21:16.053Z | test ipv6::test_ipv6_parse ... ok |
| 6021 | 2026-08-14T12:21:16.053Z | test pbuf::test_nibble ... ok |
| 6022 | 2026-08-14T12:21:16.053Z | test pbuf::test_short ... ok |
| 6023 | 2026-08-14T12:21:16.053Z | test pbuf::test_overflow ... ok |
| 6024 | 2026-08-14T12:21:16.053Z | test pbuf::test_twelve ... ok |
| 6025 | 2026-08-14T12:21:16.053Z | test pbuf::test_word ... ok |
| 6026 | 2026-08-14T12:21:16.053Z | test tcp::test_checksum_ack_data ... ok |
| 6027 | 2026-08-14T12:21:16.053Z | test tcp::test_checksum_syn_nodata ... ok |
| 6028 | 2026-08-14T12:21:16.053Z | |
| 6029 | 2026-08-14T12:21:16.053Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6030 | 2026-08-14T12:21:16.053Z | |
| 6031 | 2026-08-14T12:21:16.053Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6032 | 2026-08-14T12:21:16.053Z | |
| 6033 | 2026-08-14T12:21:16.053Z | running 0 tests |
| 6034 | 2026-08-14T12:21:16.053Z | |
| 6035 | 2026-08-14T12:21:16.053Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6036 | 2026-08-14T12:21:16.053Z | |
| 6037 | 2026-08-14T12:21:16.053Z | Running unittests src/main.rs (target/debug/deps/swadm-fbdb6359d79fc046) |
| 6038 | 2026-08-14T12:21:16.057Z | |
| 6039 | 2026-08-14T12:21:16.057Z | running 5 tests |
| 6040 | 2026-08-14T12:21:16.057Z | test switchport::test::test_compute_lanes ... ok |
| 6041 | 2026-08-14T12:21:16.057Z | test switchport::test::port_id_ordering ... ok |
| 6042 | 2026-08-14T12:21:16.057Z | Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1 |
| 6043 | 2026-08-14T12:21:16.057Z | State: ActivatedLane 2 Lane 3Activated |
| 6044 | 2026-08-14T12:21:16.057Z | Activated Rx Loss-of-lock: Yes Activated |
| 6045 | 2026-08-14T12:21:16.057Z | Yes Rx Output Enabled: false Yes falseYes |
| 6046 | 2026-08-14T12:21:16.057Z | false Rx Loss-of-signal: Yes false |
| 6047 | 2026-08-14T12:21:16.057Z | Yes Rx Output Status: valid Yes validYes |
| 6048 | 2026-08-14T12:21:16.057Z | valid Rx CDR Enabled: Yesvalid |
| 6049 | 2026-08-14T12:21:16.057Z | Yes Rx Loss-of-lock: true Yes trueYes |
| 6050 | 2026-08-14T12:21:16.057Z | true Tx Enabled: Yes trueYes |
| 6051 | 2026-08-14T12:21:16.057Z | Rx Loss-of-signal: falseYes Yesfalse |
| 6052 | 2026-08-14T12:21:16.057Z | Tx Loss-of-lock: No falseNo falseNo |
| 6053 | 2026-08-14T12:21:16.057Z | No |
| 6054 | 2026-08-14T12:21:16.057Z | Rx Auto-squelch Disable: true Tx Loss-of-signal: Notrue Notrue trueNo |
| 6055 | 2026-08-14T12:21:16.057Z | No |
| 6056 | 2026-08-14T12:21:16.057Z | Tx Output Enabled: true Tx CDR Enabled: No true Notrue true |
| 6057 | 2026-08-14T12:21:16.057Z | No Tx Output Status: invalidNo |
| 6058 | 2026-08-14T12:21:16.057Z | invalid Tx Adaptive EQ Fault: No invalidNo invalidNo |
| 6059 | 2026-08-14T12:21:16.057Z | No |
| 6060 | 2026-08-14T12:21:16.058Z | Tx Loss-of-lock: false Tx Fault: Yes falseYes falseYes Yesfalse |
| 6061 | 2026-08-14T12:21:16.058Z | |
| 6062 | 2026-08-14T12:21:16.058Z | Tx Loss-of-signal: true true true true |
| 6063 | 2026-08-14T12:21:16.058Z | Tx Auto-squelch Disable: false false false false |
| 6064 | 2026-08-14T12:21:16.058Z | Tx Adaptive EQ Fail: true true true true |
| 6065 | 2026-08-14T12:21:16.058Z | Tx Failure: false false false false |
| 6066 | 2026-08-14T12:21:16.058Z | Tx Force Squelch: true true true true |
| 6067 | 2026-08-14T12:21:16.058Z | Tx Input Polarity: normal normal normal normal |
| 6068 | 2026-08-14T12:21:16.058Z | test switchport::test::test_print_sff_datapath ... ok |
| 6069 | 2026-08-14T12:21:16.058Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6070 | 2026-08-14T12:21:16.058Z | test link::test_filter ... ok |
| 6071 | 2026-08-14T12:21:16.058Z | |
| 6072 | 2026-08-14T12:21:16.058Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6073 | 2026-08-14T12:21:16.058Z | |
| 6074 | 2026-08-14T12:21:16.058Z | Running tests/counters.rs (target/debug/deps/counters-5ce120fa8d2b54bb) |
| 6075 | 2026-08-14T12:21:16.058Z | |
| 6076 | 2026-08-14T12:21:16.058Z | running 1 test |
| 6077 | 2026-08-14T12:21:16.058Z | test test_p4_counter_list ... ignored |
| 6078 | 2026-08-14T12:21:16.058Z | |
| 6079 | 2026-08-14T12:21:16.058Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6080 | 2026-08-14T12:21:16.058Z | |
| 6081 | 2026-08-14T12:21:16.061Z | Running tests/port-link.rs (target/debug/deps/port_link-388d3ec65a04516c) |
| 6082 | 2026-08-14T12:21:16.061Z | |
| 6083 | 2026-08-14T12:21:16.061Z | running 5 tests |
| 6084 | 2026-08-14T12:21:16.061Z | test test_an ... ignored |
| 6085 | 2026-08-14T12:21:16.061Z | test test_enable ... ignored |
| 6086 | 2026-08-14T12:21:16.062Z | test test_ip_addresses ... ignored |
| 6087 | 2026-08-14T12:21:16.062Z | test test_kr ... ignored |
| 6088 | 2026-08-14T12:21:16.062Z | test test_mac ... ignored |
| 6089 | 2026-08-14T12:21:16.062Z | |
| 6090 | 2026-08-14T12:21:16.062Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6091 | 2026-08-14T12:21:16.062Z | |
| 6092 | 2026-08-14T12:21:16.062Z | Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75) |
| 6093 | 2026-08-14T12:21:16.062Z | |
| 6094 | 2026-08-14T12:21:16.062Z | running 3 tests |
| 6095 | 2026-08-14T12:21:16.065Z | test linklocal::test_parse_ipadm ... ok |
| 6096 | 2026-08-14T12:21:16.065Z | test tfport::test_parse_tfport ... ok |
| 6097 | 2026-08-14T12:21:16.065Z | test config::tests::test_updates ... ok |
| 6098 | 2026-08-14T12:21:16.065Z | |
| 6099 | 2026-08-14T12:21:16.065Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6100 | 2026-08-14T12:21:16.065Z | |
| 6101 | 2026-08-14T12:21:16.065Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 6102 | 2026-08-14T12:21:16.065Z | |
| 6103 | 2026-08-14T12:21:16.065Z | running 0 tests |
| 6104 | 2026-08-14T12:21:16.065Z | |
| 6105 | 2026-08-14T12:21:16.065Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6106 | 2026-08-14T12:21:16.065Z | |
| 6107 | 2026-08-14T12:21:16.065Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 6108 | 2026-08-14T12:21:16.068Z | |
| 6109 | 2026-08-14T12:21:16.068Z | running 0 tests |
| 6110 | 2026-08-14T12:21:16.068Z | |
| 6111 | 2026-08-14T12:21:16.068Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6112 | 2026-08-14T12:21:16.068Z | |
| 6113 | 2026-08-14T12:21:16.068Z | Doc-tests aal |
| 6114 | 2026-08-14T12:21:16.187Z | |
| 6115 | 2026-08-14T12:21:16.187Z | running 0 tests |
| 6116 | 2026-08-14T12:21:16.187Z | |
| 6117 | 2026-08-14T12:21:16.187Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6118 | 2026-08-14T12:21:16.187Z | |
| 6119 | 2026-08-14T12:21:16.202Z | Doc-tests aal_macros |
| 6120 | 2026-08-14T12:21:16.270Z | |
| 6121 | 2026-08-14T12:21:16.270Z | running 0 tests |
| 6122 | 2026-08-14T12:21:16.270Z | |
| 6123 | 2026-08-14T12:21:16.270Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6124 | 2026-08-14T12:21:16.270Z | |
| 6125 | 2026-08-14T12:21:16.279Z | Doc-tests common |
| 6126 | 2026-08-14T12:21:16.510Z | |
| 6127 | 2026-08-14T12:21:16.510Z | running 0 tests |
| 6128 | 2026-08-14T12:21:16.510Z | |
| 6129 | 2026-08-14T12:21:16.510Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6130 | 2026-08-14T12:21:16.510Z | |
| 6131 | 2026-08-14T12:21:16.529Z | Doc-tests dpd_api |
| 6132 | 2026-08-14T12:21:17.287Z | |
| 6133 | 2026-08-14T12:21:17.287Z | running 2 tests |
| 6134 | 2026-08-14T12:21:17.287Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 6135 | 2026-08-14T12:21:17.287Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 6136 | 2026-08-14T12:21:17.287Z | |
| 6137 | 2026-08-14T12:21:17.287Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6138 | 2026-08-14T12:21:17.287Z | |
| 6139 | 2026-08-14T12:21:17.317Z | Doc-tests dpd_client |
| 6140 | 2026-08-14T12:21:18.606Z | |
| 6141 | 2026-08-14T12:21:18.606Z | running 0 tests |
| 6142 | 2026-08-14T12:21:18.606Z | |
| 6143 | 2026-08-14T12:21:18.606Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6144 | 2026-08-14T12:21:18.606Z | |
| 6145 | 2026-08-14T12:21:18.651Z | Doc-tests dpd_types |
| 6146 | 2026-08-14T12:21:18.865Z | |
| 6147 | 2026-08-14T12:21:18.865Z | running 0 tests |
| 6148 | 2026-08-14T12:21:18.865Z | |
| 6149 | 2026-08-14T12:21:18.865Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6150 | 2026-08-14T12:21:18.865Z | |
| 6151 | 2026-08-14T12:21:18.891Z | Doc-tests dpd_types_versions |
| 6152 | 2026-08-14T12:21:20.106Z | |
| 6153 | 2026-08-14T12:21:20.106Z | running 1 test |
| 6154 | 2026-08-14T12:21:20.106Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6155 | 2026-08-14T12:21:20.106Z | |
| 6156 | 2026-08-14T12:21:20.106Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6157 | 2026-08-14T12:21:20.106Z | |
| 6158 | 2026-08-14T12:21:20.151Z | Doc-tests packet |
| 6159 | 2026-08-14T12:21:20.265Z | |
| 6160 | 2026-08-14T12:21:20.265Z | running 0 tests |
| 6161 | 2026-08-14T12:21:20.265Z | |
| 6162 | 2026-08-14T12:21:20.265Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6163 | 2026-08-14T12:21:20.265Z | |
| 6164 | 2026-08-14T12:21:20.280Z | Doc-tests pcap |
| 6165 | 2026-08-14T12:21:20.332Z | |
| 6166 | 2026-08-14T12:21:20.332Z | running 0 tests |
| 6167 | 2026-08-14T12:21:20.332Z | |
| 6168 | 2026-08-14T12:21:20.332Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6169 | 2026-08-14T12:21:20.332Z | |
| 6170 | 2026-08-14T12:21:20.377Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6171 | 2026-08-14T12:21:20.377Z | + RUST_BACKTRACE=full |
| 6172 | 2026-08-14T12:21:20.377Z | + cargo test --features softnpu --no-fail-fast |
| 6173 | 2026-08-14T12:21:21.027Z | Compiling num-integer v0.1.46 |
| 6174 | 2026-08-14T12:21:21.115Z | Compiling num-complex v0.4.6 |
| 6175 | 2026-08-14T12:21:21.159Z | Compiling bitstruct_derive v0.1.0 |
| 6176 | 2026-08-14T12:21:21.162Z | Compiling tap v1.0.1 |
| 6177 | 2026-08-14T12:21:21.281Z | Compiling wyz v0.5.1 |
| 6178 | 2026-08-14T12:21:21.403Z | Compiling num-rational v0.4.2 |
| 6179 | 2026-08-14T12:21:21.436Z | Compiling num-iter v0.1.45 |
| 6180 | 2026-08-14T12:21:21.455Z | Compiling num-bigint v0.4.6 |
| 6181 | 2026-08-14T12:21:21.548Z | Compiling radium v0.7.0 |
| 6182 | 2026-08-14T12:21:21.560Z | Compiling funty v2.0.0 |
| 6183 | 2026-08-14T12:21:21.595Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6184 | 2026-08-14T12:21:21.645Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6185 | 2026-08-14T12:21:21.749Z | Compiling num v0.4.3 |
| 6186 | 2026-08-14T12:21:21.834Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6187 | 2026-08-14T12:21:21.852Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6188 | 2026-08-14T12:21:21.863Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6189 | 2026-08-14T12:21:21.910Z | Compiling bitvec v1.0.1 |
| 6190 | 2026-08-14T12:21:21.986Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6191 | 2026-08-14T12:21:22.123Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6192 | 2026-08-14T12:21:22.159Z | Compiling typeid v1.0.3 |
| 6193 | 2026-08-14T12:21:22.223Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6194 | 2026-08-14T12:21:22.245Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6195 | 2026-08-14T12:21:22.275Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6196 | 2026-08-14T12:21:22.820Z | Compiling ascii v1.1.0 |
| 6197 | 2026-08-14T12:21:23.050Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6198 | 2026-08-14T12:21:23.100Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6199 | 2026-08-14T12:21:23.129Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6200 | 2026-08-14T12:21:23.186Z | Compiling erased-serde v0.4.8 |
| 6201 | 2026-08-14T12:21:23.330Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6202 | 2026-08-14T12:21:23.568Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6203 | 2026-08-14T12:21:23.579Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6204 | 2026-08-14T12:21:23.589Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6205 | 2026-08-14T12:21:23.662Z | Compiling bitstruct v0.1.1 |
| 6206 | 2026-08-14T12:21:23.980Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6207 | 2026-08-14T12:21:24.191Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6208 | 2026-08-14T12:21:24.202Z | Compiling serde_arrays v0.1.0 |
| 6209 | 2026-08-14T12:21:24.259Z | Compiling libloading v0.7.4 |
| 6210 | 2026-08-14T12:21:24.548Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6211 | 2026-08-14T12:21:24.991Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6212 | 2026-08-14T12:21:25.142Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6213 | 2026-08-14T12:21:25.276Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6214 | 2026-08-14T12:21:26.239Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6215 | 2026-08-14T12:21:27.152Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6216 | 2026-08-14T12:21:33.426Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6217 | 2026-08-14T12:21:33.638Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6218 | 2026-08-14T12:21:33.638Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6219 | 2026-08-14T12:21:33.704Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6220 | 2026-08-14T12:21:33.715Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6221 | 2026-08-14T12:21:35.624Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 6222 | 2026-08-14T12:21:35.736Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6223 | 2026-08-14T12:21:36.118Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6224 | 2026-08-14T12:21:38.759Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 6225 | 2026-08-14T12:21:39.549Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 6226 | 2026-08-14T12:21:40.884Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6227 | 2026-08-14T12:21:42.463Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6228 | 2026-08-14T12:21:43.134Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6229 | 2026-08-14T12:21:43.165Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 6230 | 2026-08-14T12:21:50.837Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6231 | 2026-08-14T12:21:52.987Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6232 | 2026-08-14T12:21:56.375Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6233 | 2026-08-14T12:22:38.156Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 6234 | 2026-08-14T12:22:38.273Z | Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a) |
| 6235 | 2026-08-14T12:22:38.276Z | |
| 6236 | 2026-08-14T12:22:38.276Z | running 5 tests |
| 6237 | 2026-08-14T12:22:38.276Z | test fuse::tests::chip_revision_a0 ... ok |
| 6238 | 2026-08-14T12:22:38.276Z | test fuse::tests::chip_revision_b1 ... ok |
| 6239 | 2026-08-14T12:22:38.276Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 6240 | 2026-08-14T12:22:38.276Z | test fuse::tests::chip_revision_b0 ... ok |
| 6241 | 2026-08-14T12:22:38.276Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 6242 | 2026-08-14T12:22:38.276Z | |
| 6243 | 2026-08-14T12:22:38.276Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6244 | 2026-08-14T12:22:38.276Z | |
| 6245 | 2026-08-14T12:22:38.276Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6246 | 2026-08-14T12:22:38.280Z | |
| 6247 | 2026-08-14T12:22:38.280Z | running 0 tests |
| 6248 | 2026-08-14T12:22:38.280Z | |
| 6249 | 2026-08-14T12:22:38.280Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6250 | 2026-08-14T12:22:38.280Z | |
| 6251 | 2026-08-14T12:22:38.283Z | Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4) |
| 6252 | 2026-08-14T12:22:38.283Z | |
| 6253 | 2026-08-14T12:22:38.283Z | running 0 tests |
| 6254 | 2026-08-14T12:22:38.283Z | |
| 6255 | 2026-08-14T12:22:38.283Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6256 | 2026-08-14T12:22:38.283Z | |
| 6257 | 2026-08-14T12:22:38.283Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 6258 | 2026-08-14T12:22:38.289Z | |
| 6259 | 2026-08-14T12:22:38.289Z | running 11 tests |
| 6260 | 2026-08-14T12:22:38.292Z | test nat::tests::test_vni ... ok |
| 6261 | 2026-08-14T12:22:38.292Z | test network::tests::test_equal ... ok |
| 6262 | 2026-08-14T12:22:38.292Z | test network::tests::test_eui64 ... ok |
| 6263 | 2026-08-14T12:22:38.292Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6264 | 2026-08-14T12:22:38.292Z | test network::tests::test_not_equal ... ok |
| 6265 | 2026-08-14T12:22:38.292Z | test network::tests::test_into ... ok |
| 6266 | 2026-08-14T12:22:38.292Z | test network::tests::test_parse ... ok |
| 6267 | 2026-08-14T12:22:38.292Z | test ports::tests::port_ids_are_ascii ... ok |
| 6268 | 2026-08-14T12:22:38.292Z | test network::tests::test_to_string ... ok |
| 6269 | 2026-08-14T12:22:38.292Z | test test_purge ... ok |
| 6270 | 2026-08-14T12:22:38.295Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6271 | 2026-08-14T12:22:38.295Z | |
| 6272 | 2026-08-14T12:22:38.295Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6273 | 2026-08-14T12:22:38.295Z | |
| 6274 | 2026-08-14T12:22:38.299Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd) |
| 6275 | 2026-08-14T12:22:38.302Z | |
| 6276 | 2026-08-14T12:22:38.302Z | running 1 test |
| 6277 | 2026-08-14T12:22:38.305Z | ------- |
| 6278 | 2026-08-14T12:22:38.305Z | Generating OpenAPI documents from API definitions ... |
| 6279 | 2026-08-14T12:22:38.440Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6280 | 2026-08-14T12:22:38.507Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6281 | 2026-08-14T12:22:39.504Z | ------- |
| 6282 | 2026-08-14T12:22:39.504Z | Checking 12 OpenAPI documents... |
| 6283 | 2026-08-14T12:22:39.504Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-08-14T12:22:39.504Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-08-14T12:22:39.504Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6286 | 2026-08-14T12:22:39.504Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6287 | 2026-08-14T12:22:39.504Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6288 | 2026-08-14T12:22:39.504Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6289 | 2026-08-14T12:22:39.504Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6290 | 2026-08-14T12:22:39.504Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6291 | 2026-08-14T12:22:39.504Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6292 | 2026-08-14T12:22:39.504Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6293 | 2026-08-14T12:22:39.507Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6294 | 2026-08-14T12:22:39.507Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6295 | 2026-08-14T12:22:39.507Z | Fresh dpd "latest" symlink |
| 6296 | 2026-08-14T12:22:39.507Z | ------- |
| 6297 | 2026-08-14T12:22:39.507Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 6298 | 2026-08-14T12:22:39.562Z | test test::test_apis_up_to_date ... ok |
| 6299 | 2026-08-14T12:22:39.562Z | |
| 6300 | 2026-08-14T12:22:39.562Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s |
| 6301 | 2026-08-14T12:22:39.562Z | |
| 6302 | 2026-08-14T12:22:39.620Z | Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79) |
| 6303 | 2026-08-14T12:22:39.626Z | |
| 6304 | 2026-08-14T12:22:39.626Z | running 34 tests |
| 6305 | 2026-08-14T12:22:39.629Z | test freemap::test_ordering ... ok |
| 6306 | 2026-08-14T12:22:39.629Z | test config::tests::test_updates ... ok |
| 6307 | 2026-08-14T12:22:39.629Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6308 | 2026-08-14T12:22:39.629Z | test freemap::test_split ... ok |
| 6309 | 2026-08-14T12:22:39.629Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6310 | 2026-08-14T12:22:39.633Z | test macaddrs::tests::test_mac_offset ... ok |
| 6311 | 2026-08-14T12:22:39.634Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6312 | 2026-08-14T12:22:39.634Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6313 | 2026-08-14T12:22:39.634Z | test nat::test_mapping ... ok |
| 6314 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.603 DEBG created new freemap, unit: freemap_test |
| 6315 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.603 DEBG initted freemap. size: 128, unit: freemap_test |
| 6316 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.603 DEBG reset freemap, unit: freemap_test |
| 6317 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.603 DEBG created new freemap, unit: freemap_test |
| 6318 | 2026-08-14T12:22:39.634Z | test freemap::test_exhaustion ... ok |
| 6319 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.603 DEBG initted freemap. size: 128, unit: freemap_test |
| 6320 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.603 DEBG reset freemap, unit: freemap_test |
| 6321 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.603Aug 14 12:22:38.603 DEBGDEBG created new freemapcreated new freemap, unit, :unit :freemap_test |
| 6322 | 2026-08-14T12:22:39.634Z | freemap_test |
| 6323 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.604 Aug 14 12:22:38.604DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test |
| 6324 | 2026-08-14T12:22:39.634Z | freemap_test |
| 6325 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.604 Aug 14 12:22:38.604DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test |
| 6326 | 2026-08-14T12:22:39.634Z | freemap_test |
| 6327 | 2026-08-14T12:22:39.634Z | test freemap::test_basic ... ok |
| 6328 | 2026-08-14T12:22:39.634Z | test freemap::test_free ... ok |
| 6329 | 2026-08-14T12:22:39.634Z | test freemap::test_reclaim ... ok |
| 6330 | 2026-08-14T12:22:39.634Z | test port_map::tests::test_backplane_group ... ok |
| 6331 | 2026-08-14T12:22:39.634Z | test port_map::tests::dump_map ... ok |
| 6332 | 2026-08-14T12:22:39.634Z | test port_map::tests::test_port_map ... ok |
| 6333 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.604 DEBG created new freemap, unit: freemap_test |
| 6334 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.604 DEBG initted freemap. size: 8, unit: freemap_test |
| 6335 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.604 DEBG reset freemap, unit: freemap_test |
| 6336 | 2026-08-14T12:22:39.634Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6337 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.604 DEBG created new freemap, unit: freemap_test |
| 6338 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.604 DEBG initted freemap. size: 128, unit: freemap_test |
| 6339 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.604 DEBG reset freemap, unit: freemap_test |
| 6340 | 2026-08-14T12:22:39.634Z | test freemap::test_span ... ok |
| 6341 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.604 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6342 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.605 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6343 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.605 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6344 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.605 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6345 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.605 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6346 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.605 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6347 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.605 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6348 | 2026-08-14T12:22:39.634Z | Aug 14 12:22:38.605 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 } }] |
| 6349 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6350 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 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 } }] |
| 6351 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6352 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6353 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6354 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6355 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6356 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6357 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6358 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 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 } }] |
| 6359 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6360 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 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 } }] |
| 6361 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6362 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 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 } }] |
| 6363 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6364 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 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 } }] |
| 6365 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6366 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 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 } }] |
| 6367 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6368 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 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 } }] |
| 6369 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6370 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605 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 } }] |
| 6371 | 2026-08-14T12:22:39.635Z | test api_server::tests::test_build_info ... ok |
| 6372 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6373 | 2026-08-14T12:22:39.635Z | |
| 6374 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6375 | 2026-08-14T12:22:39.635Z | |
| 6376 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6377 | 2026-08-14T12:22:39.635Z | |
| 6378 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6379 | 2026-08-14T12:22:39.635Z | |
| 6380 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6381 | 2026-08-14T12:22:39.635Z | |
| 6382 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6383 | 2026-08-14T12:22:39.635Z | |
| 6384 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6385 | 2026-08-14T12:22:39.635Z | |
| 6386 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG 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: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 } }] |
| 6387 | 2026-08-14T12:22:39.635Z | |
| 6388 | 2026-08-14T12:22:39.635Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6389 | 2026-08-14T12:22:39.636Z | |
| 6390 | 2026-08-14T12:22:39.636Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6391 | 2026-08-14T12:22:39.636Z | |
| 6392 | 2026-08-14T12:22:39.636Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6393 | 2026-08-14T12:22:39.636Z | |
| 6394 | 2026-08-14T12:22:39.636Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6395 | 2026-08-14T12:22:39.636Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6396 | 2026-08-14T12:22:39.636Z | |
| 6397 | 2026-08-14T12:22:39.636Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6398 | 2026-08-14T12:22:39.636Z | |
| 6399 | 2026-08-14T12:22:39.636Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6400 | 2026-08-14T12:22:39.636Z | |
| 6401 | 2026-08-14T12:22:39.636Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6402 | 2026-08-14T12:22:39.636Z | |
| 6403 | 2026-08-14T12:22:39.636Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6404 | 2026-08-14T12:22:39.636Z | |
| 6405 | 2026-08-14T12:22:39.636Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6406 | 2026-08-14T12:22:39.636Z | |
| 6407 | 2026-08-14T12:22:39.636Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 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 } }]Aug 14 12:22:38.605 |
| 6408 | 2026-08-14T12:22:39.636Z | 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 } }] |
| 6409 | 2026-08-14T12:22:39.636Z | DEBG Aug 14 12:22:38.605Aug 14 12:22:38.605created new freemap INFO, unitadding route 3fff:beef:9::/64 -> 2001:db8::55:ff:INFO |
| 6410 | 2026-08-14T12:22:39.640Z | freemap_route_ipv4adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6411 | 2026-08-14T12:22:39.640Z | |
| 6412 | 2026-08-14T12:22:39.640Z | Aug 14 12:22:38.605 DEBGAug 14 12:22:38.605 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 14 12:22:38.605 |
| 6413 | 2026-08-14T12:22:39.640Z | 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 |
| 6414 | 2026-08-14T12:22:39.640Z | Aug 14 12:22:38.605created new freemap , Aug 14 12:22:38.605INFOunit :adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO |
| 6415 | 2026-08-14T12:22:39.640Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6416 | 2026-08-14T12:22:39.640Z | |
| 6417 | 2026-08-14T12:22:39.640Z | Aug 14 12:22:38.605Aug 14 12:22:38.605Aug 14 12:22:38.605Aug 14 12:22:38.605 DEBG DEBGDEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG created new freemap, unitreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 6418 | 2026-08-14T12:22:39.640Z | freemap_route_ipv4 |
| 6419 | 2026-08-14T12:22:39.640Z | |
| 6420 | 2026-08-14T12:22:39.640Z | Aug 14 12:22:38.605 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:22:38.605 |
| 6421 | 2026-08-14T12:22:39.640Z | DEBG created new freemap, unit:Aug 14 12:22:38.605 freemap_route_ipv6DEBG |
| 6422 | 2026-08-14T12:22:39.640Z | 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 } }] |
| 6423 | 2026-08-14T12:22:39.640Z | Aug 14 12:22:38.605 Aug 14 12:22:38.605DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:f::/64 -> 2001:db8::55:ffunit |
| 6424 | 2026-08-14T12:22:39.640Z | : freemap_route_ipv4 |
| 6425 | 2026-08-14T12:22:39.640Z | Aug 14 12:22:38.605 DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:22:38.605 |
| 6426 | 2026-08-14T12:22:39.641Z | Aug 14 12:22:38.605 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreset freemap |
| 6427 | 2026-08-14T12:22:39.641Z | , Aug 14 12:22:38.605unit :INFO Aug 14 12:22:38.605 freemap_route_ipv4adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6428 | 2026-08-14T12:22:39.641Z | |
| 6429 | 2026-08-14T12:22:39.641Z | 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 } }] |
| 6430 | 2026-08-14T12:22:39.641Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 Aug 14 12:22:38.605 DEBGDEBGINFO initted freemap. size: 64 , 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:c::/64 -> 2001:db8::55:ffunit |
| 6431 | 2026-08-14T12:22:39.641Z | |
| 6432 | 2026-08-14T12:22:39.641Z | : freemap_route_ipv6 |
| 6433 | 2026-08-14T12:22:39.641Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 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 14 12:22:38.605adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6434 | 2026-08-14T12:22:39.641Z | |
| 6435 | 2026-08-14T12:22:39.641Z | DEBG reset freemapAug 14 12:22:38.605, Aug 14 12:22:38.605unit :INFO freemap_route_ipv6adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6436 | 2026-08-14T12:22:39.641Z | DEBG |
| 6437 | 2026-08-14T12:22:39.641Z | 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 } }] |
| 6438 | 2026-08-14T12:22:39.641Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 14 12:22:38.605 |
| 6439 | 2026-08-14T12:22:39.641Z | |
| 6440 | 2026-08-14T12:22:39.641Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6441 | 2026-08-14T12:22:39.641Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 INFODEBGAug 14 12:22:38.605 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:e::/64 -> 2001:db8::55:ff |
| 6442 | 2026-08-14T12:22:39.641Z | |
| 6443 | 2026-08-14T12:22:39.641Z | 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 } }] |
| 6444 | 2026-08-14T12:22:39.641Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 INFODEBG Aug 14 12:22:38.605 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6445 | 2026-08-14T12:22:39.641Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6446 | 2026-08-14T12:22:39.641Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6447 | 2026-08-14T12:22:39.641Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 Aug 14 12:22:38.605INFODEBG DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6448 | 2026-08-14T12:22:39.641Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6449 | 2026-08-14T12:22:39.641Z | |
| 6450 | 2026-08-14T12:22:39.641Z | Aug 14 12:22:38.605 Aug 14 12:22:38.605DEBG Aug 14 12:22:38.605 Aug 14 12:22:38.605 created new freemap , INFOunit DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff: |
| 6451 | 2026-08-14T12:22:39.641Z | INFOfreemap_route_ipv4 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6452 | 2026-08-14T12:22:39.641Z | |
| 6453 | 2026-08-14T12:22:39.641Z | Aug 14 12:22:38.605 Aug 14 12:22:38.605DEBG 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 14 12:22:38.605 |
| 6454 | 2026-08-14T12:22:39.641Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 6455 | 2026-08-14T12:22:39.641Z | created new freemap, Aug 14 12:22:38.605unit Aug 14 12:22:38.605INFO :adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6456 | 2026-08-14T12:22:39.641Z | freemap_route_ipv6DEBG |
| 6457 | 2026-08-14T12:22:39.641Z | 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 } }] |
| 6458 | 2026-08-14T12:22:39.641Z | Aug 14 12:22:38.605 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:22:38.605Aug 14 12:22:38.605 |
| 6459 | 2026-08-14T12:22:39.641Z | DEBGINFO Aug 14 12:22:38.605 initted freemap. size: 64 , adding route 3fff:beef:11::/64 -> 2001:db8::55:ffunit |
| 6460 | 2026-08-14T12:22:39.641Z | : INFOfreemap_route_ipv4 |
| 6461 | 2026-08-14T12:22:39.641Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 14 12:22:38.605 |
| 6462 | 2026-08-14T12:22:39.641Z | 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 } }] |
| 6463 | 2026-08-14T12:22:39.641Z | Aug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG Aug 14 12:22:38.605 reset freemapINFO, 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 } }]unit |
| 6464 | 2026-08-14T12:22:39.641Z | : adding route 3fff:beef:12::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6465 | 2026-08-14T12:22:39.642Z | |
| 6466 | 2026-08-14T12:22:39.642Z | Aug 14 12:22:38.606 INFO Aug 14 12:22:38.606adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 14 12:22:38.606 |
| 6467 | 2026-08-14T12:22:39.642Z | DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 6468 | 2026-08-14T12:22:39.642Z | unitAug 14 12:22:38.606: freemap_route_ipv6DEBG |
| 6469 | 2026-08-14T12:22:39.642Z | Aug 14 12:22:38.606replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 6470 | 2026-08-14T12:22:39.642Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 14 12:22:38.606 |
| 6471 | 2026-08-14T12:22:39.642Z | Aug 14 12:22:38.606 DEBGINFOAug 14 12:22:38.606 reset freemapadding route 3fff:beef:18::/64 -> 2001:db8::55:ff, unit |
| 6472 | 2026-08-14T12:22:39.642Z | 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 } }]freemap_route_ipv6 |
| 6473 | 2026-08-14T12:22:39.642Z | |
| 6474 | 2026-08-14T12:22:39.642Z | Aug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBG INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6475 | 2026-08-14T12:22:39.642Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6476 | 2026-08-14T12:22:39.642Z | |
| 6477 | 2026-08-14T12:22:39.642Z | Aug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6478 | 2026-08-14T12:22:39.642Z | |
| 6479 | 2026-08-14T12:22:39.642Z | 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 } }] |
| 6480 | 2026-08-14T12:22:39.642Z | Aug 14 12:22:38.606 DEBGAug 14 12:22:38.606 Aug 14 12:22:38.606DEBGreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6481 | 2026-08-14T12:22:39.642Z | initted freemap. size: 64 |
| 6482 | 2026-08-14T12:22:39.642Z | , adding route 3fff:beef:15::/64 -> 2001:db8::55:ffunit |
| 6483 | 2026-08-14T12:22:39.642Z | Aug 14 12:22:38.606: INFOfreemap_route_ipv4 Aug 14 12:22:38.606 |
| 6484 | 2026-08-14T12:22:39.642Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6485 | 2026-08-14T12:22:39.642Z | 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 } }] |
| 6486 | 2026-08-14T12:22:39.642Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 DEBGINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6487 | 2026-08-14T12:22:39.642Z | |
| 6488 | 2026-08-14T12:22:39.642Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBG reset freemapDEBG, INFOunitreplacing 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 } }]: |
| 6489 | 2026-08-14T12:22:39.642Z | freemap_route_ipv4adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6490 | 2026-08-14T12:22:39.642Z | |
| 6491 | 2026-08-14T12:22:39.642Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606 INFODEBGDEBG initted freemap. size: 64adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6492 | 2026-08-14T12:22:39.642Z | , replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 6493 | 2026-08-14T12:22:39.642Z | : freemap_route_ipv6 |
| 6494 | 2026-08-14T12:22:39.642Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBG 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 } }]INFO |
| 6495 | 2026-08-14T12:22:39.642Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreset freemap |
| 6496 | 2026-08-14T12:22:39.642Z | , unit: freemap_route_ipv6Aug 14 12:22:38.606 |
| 6497 | 2026-08-14T12:22:39.642Z | Aug 14 12:22:38.606INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 14 12:22:38.606replacing 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 } }] |
| 6498 | 2026-08-14T12:22:39.642Z | |
| 6499 | 2026-08-14T12:22:39.642Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:22:38.606 |
| 6500 | 2026-08-14T12:22:39.642Z | Aug 14 12:22:38.606DEBG 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 } }]Aug 14 12:22:38.606 |
| 6501 | 2026-08-14T12:22:39.642Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 6502 | 2026-08-14T12:22:39.642Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6503 | 2026-08-14T12:22:39.642Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBG INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/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 } }] |
| 6504 | 2026-08-14T12:22:39.643Z | |
| 6505 | 2026-08-14T12:22:39.643Z | |
| 6506 | 2026-08-14T12:22:39.643Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBG INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6507 | 2026-08-14T12:22:39.643Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6508 | 2026-08-14T12:22:39.643Z | |
| 6509 | 2026-08-14T12:22:39.643Z | Aug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 DEBGINFOINFO 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:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6510 | 2026-08-14T12:22:39.647Z | |
| 6511 | 2026-08-14T12:22:39.647Z | |
| 6512 | 2026-08-14T12:22:39.647Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBGDEBG 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 } }]INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6513 | 2026-08-14T12:22:39.647Z | |
| 6514 | 2026-08-14T12:22:39.647Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6515 | 2026-08-14T12:22:39.647Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 6516 | 2026-08-14T12:22:39.647Z | adding route 3fff:beef:2::/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 } }] |
| 6517 | 2026-08-14T12:22:39.647Z | |
| 6518 | 2026-08-14T12:22:39.647Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBG 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 } }]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 } }] |
| 6519 | 2026-08-14T12:22:39.647Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6520 | 2026-08-14T12:22:39.647Z | |
| 6521 | 2026-08-14T12:22:39.647Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606INFO DEBG INFOadding route 3fff:beef:3::/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 } }] |
| 6522 | 2026-08-14T12:22:39.647Z | |
| 6523 | 2026-08-14T12:22:39.647Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6524 | 2026-08-14T12:22:39.647Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:22:38.606 |
| 6525 | 2026-08-14T12:22:39.647Z | |
| 6526 | 2026-08-14T12:22:39.647Z | 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 } }] |
| 6527 | 2026-08-14T12:22:39.647Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBG adding route 3fff:beef:4::/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 } }] |
| 6528 | 2026-08-14T12:22:39.647Z | |
| 6529 | 2026-08-14T12:22:39.647Z | Aug 14 12:22:38.606 Aug 14 12:22:38.606Aug 14 12:22:38.606INFO DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6530 | 2026-08-14T12:22:39.647Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6531 | 2026-08-14T12:22:39.647Z | |
| 6532 | 2026-08-14T12:22:39.647Z | Aug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBG adding route 3fff:beef:5::/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 } }] |
| 6533 | 2026-08-14T12:22:39.647Z | |
| 6534 | 2026-08-14T12:22:39.647Z | 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 } }] |
| 6535 | 2026-08-14T12:22:39.647Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBG Aug 14 12:22:38.606replacing 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 } }] |
| 6536 | 2026-08-14T12:22:39.647Z | INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6537 | 2026-08-14T12:22:39.648Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6538 | 2026-08-14T12:22:39.648Z | Aug 14 12:22:38.606 Aug 14 12:22:38.606INFOAug 14 12:22:38.606 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 6539 | 2026-08-14T12:22:39.648Z | 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 } }] |
| 6540 | 2026-08-14T12:22:39.648Z | 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 } }] |
| 6541 | 2026-08-14T12:22:39.648Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 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:24::/64 -> 2001:db8::55:ffAug 14 12:22:38.606 |
| 6542 | 2026-08-14T12:22:39.648Z | INFO |
| 6543 | 2026-08-14T12:22:39.648Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 14 12:22:38.606Aug 14 12:22:38.606 |
| 6544 | 2026-08-14T12:22:39.648Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 6545 | 2026-08-14T12:22:39.648Z | Aug 14 12:22:38.606replacing 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 } }] |
| 6546 | 2026-08-14T12:22:39.648Z | DEBGAug 14 12:22:38.606 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 |
| 6547 | 2026-08-14T12:22:39.648Z | Aug 14 12:22:38.606 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 |
| 6548 | 2026-08-14T12:22:39.648Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6549 | 2026-08-14T12:22:39.648Z | Aug 14 12:22:38.606 Aug 14 12:22:38.606INFOAug 14 12:22:38.606 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 6550 | 2026-08-14T12:22:39.648Z | |
| 6551 | 2026-08-14T12:22:39.648Z | 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 } }] |
| 6552 | 2026-08-14T12:22:39.648Z | Aug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 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 } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6553 | 2026-08-14T12:22:39.648Z | |
| 6554 | 2026-08-14T12:22:39.648Z | 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 } }] |
| 6555 | 2026-08-14T12:22:39.648Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6556 | 2026-08-14T12:22:39.648Z | 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 |
| 6557 | 2026-08-14T12:22:39.648Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6558 | 2026-08-14T12:22:39.648Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBGAug 14 12:22:38.606 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 |
| 6559 | 2026-08-14T12:22:39.648Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6560 | 2026-08-14T12:22:39.648Z | 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 } }] |
| 6561 | 2026-08-14T12:22:39.648Z | Aug 14 12:22:38.606 Aug 14 12:22:38.606INFO Aug 14 12:22:38.606DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6562 | 2026-08-14T12:22:39.648Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6563 | 2026-08-14T12:22:39.648Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6564 | 2026-08-14T12:22:39.648Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 DEBGINFO Aug 14 12:22:38.606 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 } }] |
| 6565 | 2026-08-14T12:22:39.648Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 6566 | 2026-08-14T12:22:39.648Z | 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 } }] |
| 6567 | 2026-08-14T12:22:39.648Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBGINFO INFO adding route 3fff:beef:b::/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 } }] |
| 6568 | 2026-08-14T12:22:39.648Z | |
| 6569 | 2026-08-14T12:22:39.648Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6570 | 2026-08-14T12:22:39.648Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBGAug 14 12:22:38.606 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:29::/64 -> 2001:db8::55:ff |
| 6571 | 2026-08-14T12:22:39.648Z | |
| 6572 | 2026-08-14T12:22:39.648Z | 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 } }] |
| 6573 | 2026-08-14T12:22:39.648Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 INFOAug 14 12:22:38.606DEBG INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6574 | 2026-08-14T12:22:39.648Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6575 | 2026-08-14T12:22:39.648Z | |
| 6576 | 2026-08-14T12:22:39.649Z | Aug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 DEBG INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6577 | 2026-08-14T12:22:39.649Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 6578 | 2026-08-14T12:22:39.649Z | 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 } }] |
| 6579 | 2026-08-14T12:22:39.649Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBG adding route 3fff:beef:d::/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 } }] |
| 6580 | 2026-08-14T12:22:39.649Z | |
| 6581 | 2026-08-14T12:22:39.649Z | Aug 14 12:22:38.606 Aug 14 12:22:38.606Aug 14 12:22:38.606 INFOINFO DEBG adding route 3fff:beef:2b::/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 } }] |
| 6582 | 2026-08-14T12:22:39.649Z | |
| 6583 | 2026-08-14T12:22:39.649Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6584 | 2026-08-14T12:22:39.649Z | Aug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 DEBGDEBG 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 } }] |
| 6585 | 2026-08-14T12:22:39.649Z | adding route 3fff:beef:e::/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 } }] |
| 6586 | 2026-08-14T12:22:39.649Z | |
| 6587 | 2026-08-14T12:22:39.649Z | Aug 14 12:22:38.606 Aug 14 12:22:38.606INFO Aug 14 12:22:38.606adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff DEBG |
| 6588 | 2026-08-14T12:22:39.649Z | INFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6589 | 2026-08-14T12:22:39.649Z | |
| 6590 | 2026-08-14T12:22:39.649Z | Aug 14 12:22:38.606 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 } }]Aug 14 12:22:38.606 |
| 6591 | 2026-08-14T12:22:39.649Z | Aug 14 12:22:38.606 INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6592 | 2026-08-14T12:22:39.649Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:22:38.606 |
| 6593 | 2026-08-14T12:22:39.649Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:22:38.606 |
| 6594 | 2026-08-14T12:22:39.649Z | Aug 14 12:22:38.606 DEBGINFO Aug 14 12:22:38.606replacing 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 } }] |
| 6595 | 2026-08-14T12:22:39.649Z | DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6596 | 2026-08-14T12:22:39.649Z | 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 } }] |
| 6597 | 2026-08-14T12:22:39.649Z | Aug 14 12:22:38.606 Aug 14 12:22:38.606INFO DEBGAug 14 12:22:38.606 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6598 | 2026-08-14T12:22:39.649Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6599 | 2026-08-14T12:22:39.649Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6600 | 2026-08-14T12:22:39.649Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 DEBGAug 14 12:22:38.606INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6601 | 2026-08-14T12:22:39.649Z | |
| 6602 | 2026-08-14T12:22:39.649Z | 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 } }] |
| 6603 | 2026-08-14T12:22:39.649Z | Aug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 DEBG INFOINFO 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:11::/64 -> 2001:db8::55:ff |
| 6604 | 2026-08-14T12:22:39.649Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6605 | 2026-08-14T12:22:39.649Z | |
| 6606 | 2026-08-14T12:22:39.649Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 DEBGAug 14 12:22:38.606 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 } }]DEBGINFO |
| 6607 | 2026-08-14T12:22:39.649Z | 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 } }] |
| 6608 | 2026-08-14T12:22:39.649Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6609 | 2026-08-14T12:22:39.649Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 INFOAug 14 12:22:38.606 INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6610 | 2026-08-14T12:22:39.653Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 6611 | 2026-08-14T12:22:39.653Z | 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 } }] |
| 6612 | 2026-08-14T12:22:39.653Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBG 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 } }] INFO |
| 6613 | 2026-08-14T12:22:39.653Z | 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 } }] |
| 6614 | 2026-08-14T12:22:39.653Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6615 | 2026-08-14T12:22:39.653Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606INFOINFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6616 | 2026-08-14T12:22:39.653Z | 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:13::/64 -> 2001:db8::55:ff |
| 6617 | 2026-08-14T12:22:39.653Z | |
| 6618 | 2026-08-14T12:22:39.653Z | Aug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 DEBG INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6619 | 2026-08-14T12:22:39.653Z | |
| 6620 | 2026-08-14T12:22:39.653Z | 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 } }] |
| 6621 | 2026-08-14T12:22:39.654Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 6622 | 2026-08-14T12:22:39.654Z | 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 } }] |
| 6623 | 2026-08-14T12:22:39.654Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6624 | 2026-08-14T12:22:39.654Z | Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBGAug 14 12:22:38.606 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6625 | 2026-08-14T12:22:39.654Z | DEBG adding route 3fff:beef:2c::/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 } }]Aug 14 12:22:38.606 |
| 6626 | 2026-08-14T12:22:39.654Z | |
| 6627 | 2026-08-14T12:22:39.654Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6628 | 2026-08-14T12:22:39.654Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBGAug 14 12:22:38.606 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6629 | 2026-08-14T12:22:39.654Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6630 | 2026-08-14T12:22:39.654Z | 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 } }] |
| 6631 | 2026-08-14T12:22:39.654Z | Aug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606 INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6632 | 2026-08-14T12:22:39.654Z | Aug 14 12:22:38.606 |
| 6633 | 2026-08-14T12:22:39.654Z | 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 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 } }] |
| 6634 | 2026-08-14T12:22:39.654Z | |
| 6635 | 2026-08-14T12:22:39.654Z | Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBG 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 14 12:22:38.606 |
| 6636 | 2026-08-14T12:22:39.654Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6637 | 2026-08-14T12:22:39.654Z | INFO Aug 14 12:22:38.606adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6638 | 2026-08-14T12:22:39.654Z | INFO Aug 14 12:22:38.606adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6639 | 2026-08-14T12:22:39.654Z | DEBGAug 14 12:22:38.606 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 } }]DEBGAug 14 12:22:38.606 |
| 6640 | 2026-08-14T12:22:39.654Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6641 | 2026-08-14T12:22:39.654Z | 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 14 12:22:38.606 |
| 6642 | 2026-08-14T12:22:39.654Z | Aug 14 12:22:38.606 DEBGINFO Aug 14 12:22:38.606 created new freemapadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 14 12:22:38.606, |
| 6643 | 2026-08-14T12:22:39.654Z | unit : INFOINFO freemap_route_ipv4Aug 14 12:22:38.606 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6644 | 2026-08-14T12:22:39.654Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6645 | 2026-08-14T12:22:39.654Z | |
| 6646 | 2026-08-14T12:22:39.654Z | DEBGAug 14 12:22:38.606 Aug 14 12:22:38.606DEBGreplacing 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 14 12:22:38.606DEBG |
| 6647 | 2026-08-14T12:22:39.654Z | 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 } }]created new freemap |
| 6648 | 2026-08-14T12:22:39.654Z | , unitDEBG: Aug 14 12:22:38.606replacing 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 14 12:22:38.606 INFOfreemap_route_ipv6 |
| 6649 | 2026-08-14T12:22:39.654Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6650 | 2026-08-14T12:22:39.654Z | |
| 6651 | 2026-08-14T12:22:39.654Z | INFOAug 14 12:22:38.606 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 14 12:22:38.606 |
| 6652 | 2026-08-14T12:22:39.654Z | DEBGDEBG Aug 14 12:22:38.606replacing 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 } }] |
| 6653 | 2026-08-14T12:22:39.654Z | initted freemap. size: 64INFO, unit:Aug 14 12:22:38.606 Aug 14 12:22:38.606 DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff freemap_route_ipv4INFO |
| 6654 | 2026-08-14T12:22:39.654Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6655 | 2026-08-14T12:22:39.654Z | |
| 6656 | 2026-08-14T12:22:39.654Z | |
| 6657 | 2026-08-14T12:22:39.654Z | Aug 14 12:22:38.606 DEBG Aug 14 12:22:38.606reset freemapAug 14 12:22:38.606 , DEBGINFOAug 14 12:22:38.606 unitadding route 3fff:beef:1a::/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 } }] |
| 6658 | 2026-08-14T12:22:39.654Z | : |
| 6659 | 2026-08-14T12:22:39.654Z | freemap_route_ipv4Aug 14 12:22:38.607DEBG |
| 6660 | 2026-08-14T12:22:39.654Z | 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 } }]INFOAug 14 12:22:38.607 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 6661 | 2026-08-14T12:22:39.655Z | |
| 6662 | 2026-08-14T12:22:39.655Z | Aug 14 12:22:38.607 DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6663 | 2026-08-14T12:22:39.655Z | initted freemap. size: 64Aug 14 12:22:38.607, unitDEBGAug 14 12:22:38.607Aug 14 12:22:38.607 INFO: adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 6664 | 2026-08-14T12:22:39.655Z | adding route 3fff:beef:37::/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 } }] |
| 6665 | 2026-08-14T12:22:39.655Z | freemap_route_ipv6 |
| 6666 | 2026-08-14T12:22:39.655Z | |
| 6667 | 2026-08-14T12:22:39.655Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 Aug 14 12:22:38.607 DEBGINFO Aug 14 12:22:38.607DEBG 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 |
| 6668 | 2026-08-14T12:22:39.655Z | 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 } }]reset freemap |
| 6669 | 2026-08-14T12:22:39.655Z | , adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 14 12:22:38.607unitAug 14 12:22:38.607: INFOINFO freemap_route_ipv6adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6670 | 2026-08-14T12:22:39.655Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6671 | 2026-08-14T12:22:39.655Z | |
| 6672 | 2026-08-14T12:22:39.655Z | |
| 6673 | 2026-08-14T12:22:39.655Z | Aug 14 12:22:38.607 Aug 14 12:22:38.607Aug 14 12:22:38.607INFO DEBGAug 14 12:22:38.607 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 } }]DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 6674 | 2026-08-14T12:22:39.655Z | 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 } }] |
| 6675 | 2026-08-14T12:22:39.655Z | |
| 6676 | 2026-08-14T12:22:39.655Z | DEBG Aug 14 12:22:38.607replacing 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 14 12:22:38.607 INFO |
| 6677 | 2026-08-14T12:22:39.655Z | DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6678 | 2026-08-14T12:22:39.655Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:22:38.607 |
| 6679 | 2026-08-14T12:22:39.655Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 14 12:22:38.607Aug 14 12:22:38.607 Aug 14 12:22:38.607 DEBGDEBG |
| 6680 | 2026-08-14T12:22:39.655Z | 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 } }] |
| 6681 | 2026-08-14T12:22:39.655Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:22:38.607 |
| 6682 | 2026-08-14T12:22:39.655Z | DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6683 | 2026-08-14T12:22:39.655Z | |
| 6684 | 2026-08-14T12:22:39.655Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 Aug 14 12:22:38.607INFOINFO DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6685 | 2026-08-14T12:22:39.655Z | |
| 6686 | 2026-08-14T12:22:39.655Z | |
| 6687 | 2026-08-14T12:22:39.655Z | Aug 14 12:22:38.607Aug 14 12:22:38.607Aug 14 12:22:38.607 DEBG INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 3fff:beef:3a::/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 } }] |
| 6688 | 2026-08-14T12:22:39.655Z | |
| 6689 | 2026-08-14T12:22:39.655Z | |
| 6690 | 2026-08-14T12:22:39.655Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6691 | 2026-08-14T12:22:39.655Z | Aug 14 12:22:38.607 |
| 6692 | 2026-08-14T12:22:39.655Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 14 12:22:38.607 |
| 6693 | 2026-08-14T12:22:39.655Z | Aug 14 12:22:38.607DEBG 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 } }]Aug 14 12:22:38.607 |
| 6694 | 2026-08-14T12:22:39.655Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 6695 | 2026-08-14T12:22:39.655Z | 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 14 12:22:38.607 |
| 6696 | 2026-08-14T12:22:39.655Z | INFOAug 14 12:22:38.607 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBGAug 14 12:22:38.607 |
| 6697 | 2026-08-14T12:22:39.655Z | 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 } }]Aug 14 12:22:38.607 |
| 6698 | 2026-08-14T12:22:39.655Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6699 | 2026-08-14T12:22:39.655Z | DEBGAug 14 12:22:38.607 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 } }]INFOAug 14 12:22:38.607 |
| 6700 | 2026-08-14T12:22:39.655Z | test route::tests::grow_succeeds ... ok |
| 6701 | 2026-08-14T12:22:39.656Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 6702 | 2026-08-14T12:22:39.656Z | 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 } }] |
| 6703 | 2026-08-14T12:22:39.656Z | Aug 14 12:22:38.607 INFOAug 14 12:22:38.607Aug 14 12:22:38.607 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff INFO |
| 6704 | 2026-08-14T12:22:39.656Z | DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6705 | 2026-08-14T12:22:39.656Z | |
| 6706 | 2026-08-14T12:22:39.656Z | Aug 14 12:22:38.607 DEBGAug 14 12:22:38.607 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 14 12:22:38.607DEBG |
| 6707 | 2026-08-14T12:22:39.656Z | failed to allocate space for the new target listDEBG |
| 6708 | 2026-08-14T12:22:39.656Z | 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 } }] |
| 6709 | 2026-08-14T12:22:39.656Z | Aug 14 12:22:38.607 INFOAug 14 12:22:38.607 Aug 14 12:22:38.607DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6710 | 2026-08-14T12:22:39.660Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 6711 | 2026-08-14T12:22:39.660Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6712 | 2026-08-14T12:22:39.660Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6713 | 2026-08-14T12:22:39.660Z | |
| 6714 | 2026-08-14T12:22:39.660Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6715 | 2026-08-14T12:22:39.660Z | |
| 6716 | 2026-08-14T12:22:39.660Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6717 | 2026-08-14T12:22:39.660Z | |
| 6718 | 2026-08-14T12:22:39.660Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6719 | 2026-08-14T12:22:39.660Z | |
| 6720 | 2026-08-14T12:22:39.660Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 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 } }]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 } }] |
| 6721 | 2026-08-14T12:22:39.660Z | |
| 6722 | 2026-08-14T12:22:39.660Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6723 | 2026-08-14T12:22:39.660Z | |
| 6724 | 2026-08-14T12:22:39.660Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 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: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 } }] |
| 6725 | 2026-08-14T12:22:39.660Z | |
| 6726 | 2026-08-14T12:22:39.660Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6727 | 2026-08-14T12:22:39.660Z | |
| 6728 | 2026-08-14T12:22:39.660Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 6729 | 2026-08-14T12:22:39.660Z | |
| 6730 | 2026-08-14T12:22:39.660Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 6731 | 2026-08-14T12:22:39.660Z | |
| 6732 | 2026-08-14T12:22:39.660Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6733 | 2026-08-14T12:22:39.660Z | |
| 6734 | 2026-08-14T12:22:39.660Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 6735 | 2026-08-14T12:22:39.660Z | |
| 6736 | 2026-08-14T12:22:39.660Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6737 | 2026-08-14T12:22:39.660Z | |
| 6738 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6739 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 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 } }] |
| 6740 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6741 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 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 } }] |
| 6742 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6743 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6744 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6745 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 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 } }] |
| 6746 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6747 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 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 } }] |
| 6748 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6749 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 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 } }] |
| 6750 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6751 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6752 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6753 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 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 } }] |
| 6754 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6755 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 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 } }] |
| 6756 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6757 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 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 } }] |
| 6758 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6759 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 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 } }] |
| 6760 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6761 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 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 } }] |
| 6762 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6763 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 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 } }] |
| 6764 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6765 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 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 } }] |
| 6766 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6767 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 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 } }] |
| 6768 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6769 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 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 } }] |
| 6770 | 2026-08-14T12:22:39.661Z | |
| 6771 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6772 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607 Aug 14 12:22:38.607DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6773 | 2026-08-14T12:22:39.661Z | 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 } }] |
| 6774 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6775 | 2026-08-14T12:22:39.661Z | |
| 6776 | 2026-08-14T12:22:39.661Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6777 | 2026-08-14T12:22:39.662Z | |
| 6778 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6779 | 2026-08-14T12:22:39.662Z | |
| 6780 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6781 | 2026-08-14T12:22:39.662Z | |
| 6782 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6783 | 2026-08-14T12:22:39.662Z | |
| 6784 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 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: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 } }] |
| 6785 | 2026-08-14T12:22:39.662Z | |
| 6786 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 6787 | 2026-08-14T12:22:39.662Z | |
| 6788 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 6789 | 2026-08-14T12:22:39.662Z | |
| 6790 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6791 | 2026-08-14T12:22:39.662Z | |
| 6792 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 6793 | 2026-08-14T12:22:39.662Z | |
| 6794 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6795 | 2026-08-14T12:22:39.662Z | |
| 6796 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG 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 } }]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 } }] |
| 6797 | 2026-08-14T12:22:39.662Z | |
| 6798 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6799 | 2026-08-14T12:22:39.662Z | |
| 6800 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6801 | 2026-08-14T12:22:39.662Z | |
| 6802 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 6803 | 2026-08-14T12:22:39.662Z | |
| 6804 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607 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 } }] |
| 6805 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6806 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607 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 } }] |
| 6807 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6808 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607 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 } }] |
| 6809 | 2026-08-14T12:22:39.662Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6810 | 2026-08-14T12:22:39.666Z | Aug 14 12:22:38.607 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 } }] |
| 6811 | 2026-08-14T12:22:39.666Z | Aug 14 12:22:38.607 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6812 | 2026-08-14T12:22:39.667Z | Aug 14 12:22:38.607 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 } }] |
| 6813 | 2026-08-14T12:22:39.667Z | Aug 14 12:22:38.607 Aug 14 12:22:38.607DEBG INFOcreated new freemap adding route 3fff:beef:b::/64 -> 2001:db8::55:ff, |
| 6814 | 2026-08-14T12:22:39.667Z | unit: freemap_route_ipv4Aug 14 12:22:38.607 |
| 6815 | 2026-08-14T12:22:39.667Z | 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 } }] |
| 6816 | 2026-08-14T12:22:39.667Z | Aug 14 12:22:38.607 DEBG Aug 14 12:22:38.607created new freemap , INFOunit :adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6817 | 2026-08-14T12:22:39.667Z | freemap_route_ipv6 |
| 6818 | 2026-08-14T12:22:39.667Z | Aug 14 12:22:38.607 Aug 14 12:22:38.607DEBG DEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6819 | 2026-08-14T12:22:39.667Z | initted freemap. size: 64, unit:Aug 14 12:22:38.607 freemap_route_ipv4INFO |
| 6820 | 2026-08-14T12:22:39.667Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6821 | 2026-08-14T12:22:39.667Z | Aug 14 12:22:38.607 Aug 14 12:22:38.607DEBG DEBGreset freemap , replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 6822 | 2026-08-14T12:22:39.667Z | : freemap_route_ipv4 |
| 6823 | 2026-08-14T12:22:39.667Z | Aug 14 12:22:38.607 INFO Aug 14 12:22:38.607adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6824 | 2026-08-14T12:22:39.667Z | DEBG initted freemap. size: 64, Aug 14 12:22:38.607unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 6825 | 2026-08-14T12:22:39.667Z | |
| 6826 | 2026-08-14T12:22:39.667Z | Aug 14 12:22:38.607Aug 14 12:22:38.607 DEBGINFO reset freemapadding route 3fff:beef:f::/64 -> 2001:db8::55:ff, |
| 6827 | 2026-08-14T12:22:39.667Z | unit: freemap_route_ipv6Aug 14 12:22:38.608 |
| 6828 | 2026-08-14T12:22:39.667Z | DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:22:38.608 |
| 6829 | 2026-08-14T12:22:39.667Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:22:38.608 |
| 6830 | 2026-08-14T12:22:39.667Z | INFO Aug 14 12:22:38.607Aug 14 12:22:38.608 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff DEBGDEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6831 | 2026-08-14T12:22:39.667Z | |
| 6832 | 2026-08-14T12:22:39.667Z | , unit: freemap_route_ipv4Aug 14 12:22:38.608Aug 14 12:22:38.608 |
| 6833 | 2026-08-14T12:22:39.667Z | DEBG INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6834 | 2026-08-14T12:22:39.667Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6835 | 2026-08-14T12:22:39.667Z | Aug 14 12:22:38.608 Aug 14 12:22:38.608DEBG Aug 14 12:22:38.608 INFODEBG created new freemapadding route 3fff:beef:11::/64 -> 2001:db8::55:ff, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit |
| 6836 | 2026-08-14T12:22:39.667Z | : |
| 6837 | 2026-08-14T12:22:39.667Z | freemap_route_ipv6 |
| 6838 | 2026-08-14T12:22:39.667Z | Aug 14 12:22:38.608Aug 14 12:22:38.608 Aug 14 12:22:38.608INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 6839 | 2026-08-14T12:22:39.667Z | |
| 6840 | 2026-08-14T12:22:39.667Z | DEBG initted freemap. size: 64, Aug 14 12:22:38.608Aug 14 12:22:38.608 INFODEBGunit : adding route 3fff:beef:12::/64 -> 2001:db8::55:ff 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 } }] |
| 6841 | 2026-08-14T12:22:39.667Z | freemap_route_ipv4 |
| 6842 | 2026-08-14T12:22:39.667Z | |
| 6843 | 2026-08-14T12:22:39.667Z | Aug 14 12:22:38.608Aug 14 12:22:38.608 DEBGAug 14 12:22:38.608DEBG 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 } }] reset freemapINFO, |
| 6844 | 2026-08-14T12:22:39.667Z | unitadding route 3fff:dead::/64 -> 2001:db8::55:2: |
| 6845 | 2026-08-14T12:22:39.667Z | freemap_route_ipv4 |
| 6846 | 2026-08-14T12:22:39.667Z | Aug 14 12:22:38.608 Aug 14 12:22:38.608INFO Aug 14 12:22:38.608adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 6847 | 2026-08-14T12:22:39.667Z | 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 } }]DEBG |
| 6848 | 2026-08-14T12:22:39.667Z | Aug 14 12:22:38.608 initted freemap. size: 64DEBG, unitAug 14 12:22:38.608:replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 6849 | 2026-08-14T12:22:39.667Z | freemap_route_ipv6adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6850 | 2026-08-14T12:22:39.667Z | |
| 6851 | 2026-08-14T12:22:39.667Z | Aug 14 12:22:38.608 INFOAug 14 12:22:38.608 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 6852 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.608 reset freemapDEBGAug 14 12:22:38.608 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 |
| 6853 | 2026-08-14T12:22:39.668Z | , replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 6854 | 2026-08-14T12:22:39.668Z | : freemap_route_ipv6 |
| 6855 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.608 Aug 14 12:22:38.608Aug 14 12:22:38.608INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO |
| 6856 | 2026-08-14T12:22:39.668Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6857 | 2026-08-14T12:22:39.668Z | |
| 6858 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.608 DEBG Aug 14 12:22:38.608replacing 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 } }] |
| 6859 | 2026-08-14T12:22:39.668Z | DEBGAug 14 12:22:38.608 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6860 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.608 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 6861 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.608 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO |
| 6862 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.608adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6863 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.608INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 14 12:22:38.608 |
| 6864 | 2026-08-14T12:22:39.668Z | 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 } }]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 } }] |
| 6865 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.608 |
| 6866 | 2026-08-14T12:22:39.668Z | 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 } }] |
| 6867 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.608Aug 14 12:22:38.608 INFOINFOAug 14 12:22:38.608 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6868 | 2026-08-14T12:22:39.668Z | |
| 6869 | 2026-08-14T12:22:39.668Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6870 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.608Aug 14 12:22:38.608 DEBGDEBG Aug 14 12:22:38.608 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 |
| 6871 | 2026-08-14T12:22:39.668Z | |
| 6872 | 2026-08-14T12:22:39.668Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 6873 | 2026-08-14T12:22:39.668Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6874 | 2026-08-14T12:22:39.668Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6875 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.608Aug 14 12:22:38.608Aug 14 12:22:38.613 DEBGINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 created new freemap |
| 6876 | 2026-08-14T12:22:39.668Z | , created new freemapunit:, unitfreemap_route_ipv4: |
| 6877 | 2026-08-14T12:22:39.668Z | freemap_route_ipv4 |
| 6878 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.613 DEBGAug 14 12:22:38.608Aug 14 12:22:38.613 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:22:38.613DEBGDEBG |
| 6879 | 2026-08-14T12:22:39.668Z | DEBG created new freemapcreated new freemap , Aug 14 12:22:38.613unit , :DEBGcreated new freemapunit :freemap_route_ipv6 |
| 6880 | 2026-08-14T12:22:39.668Z | freemap_route_ipv4 , |
| 6881 | 2026-08-14T12:22:39.668Z | unit: freemap_route_ipv6 |
| 6882 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.608Aug 14 12:22:38.613Aug 14 12:22:38.613 replacing targets for 3fff:dead::/64 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 Aug 14 12:22:38.613 |
| 6883 | 2026-08-14T12:22:39.668Z | DEBG initted freemap. size: 64initted freemap. size: 64, DEBG, unitunit Aug 14 12:22:38.613:created new freemap :, freemap_route_ipv4 |
| 6884 | 2026-08-14T12:22:39.668Z | freemap_route_ipv4unit |
| 6885 | 2026-08-14T12:22:39.668Z | WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }): |
| 6886 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.613DEBG freemap_route_ipv6 |
| 6887 | 2026-08-14T12:22:39.668Z | DEBG created new freemapreset freemapAug 14 12:22:38.613Aug 14 12:22:38.613 , , unitunitDEBG:DEBG: initted freemap. size: 64reset freemap , freemap_route_ipv4, |
| 6888 | 2026-08-14T12:22:39.668Z | unitunit: :freemap_route_ipv4freemap_route_ipv4 |
| 6889 | 2026-08-14T12:22:39.668Z | Aug 14 12:22:38.613freemap_route_ipv4 |
| 6890 | 2026-08-14T12:22:39.668Z | DEBG |
| 6891 | 2026-08-14T12:22:39.669Z | Aug 14 12:22:38.613initted freemap. size: 64 , DEBGunit Aug 14 12:22:38.613initted freemap. size: 64 , DEBGunit:: reset freemap Aug 14 12:22:38.613freemap_route_ipv6 |
| 6892 | 2026-08-14T12:22:39.669Z | DEBG freemap_route_ipv6, unit |
| 6893 | 2026-08-14T12:22:39.669Z | created new freemap:Aug 14 12:22:38.613, DEBG unit :freemap_route_ipv4reset freemapAug 14 12:22:38.613 |
| 6894 | 2026-08-14T12:22:39.669Z | , unit DEBG: reset freemapfreemap_route_ipv6, |
| 6895 | 2026-08-14T12:22:39.669Z | unitfreemap_route_ipv6Aug 14 12:22:38.613 |
| 6896 | 2026-08-14T12:22:39.669Z | : DEBGAug 14 12:22:38.613 freemap_route_ipv6 initted freemap. size: 64 |
| 6897 | 2026-08-14T12:22:39.669Z | Aug 14 12:22:38.613, INFO unit: DEBGfreemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6898 | 2026-08-14T12:22:39.669Z | |
| 6899 | 2026-08-14T12:22:39.669Z | initted freemap. size: 64Aug 14 12:22:38.613, unitINFOAug 14 12:22:38.613 :adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 6900 | 2026-08-14T12:22:39.669Z | reset freemapAug 14 12:22:38.613 , Aug 14 12:22:38.613unit freemap_route_ipv4 :DEBG freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6901 | 2026-08-14T12:22:39.669Z | |
| 6902 | 2026-08-14T12:22:39.669Z | |
| 6903 | 2026-08-14T12:22:39.669Z | DEBG Aug 14 12:22:38.613Aug 14 12:22:38.613 Aug 14 12:22:38.613 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 } }] INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 6904 | 2026-08-14T12:22:39.669Z | |
| 6905 | 2026-08-14T12:22:39.669Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 14 12:22:38.608 |
| 6906 | 2026-08-14T12:22:39.669Z | DEBGAug 14 12:22:38.613 INFOINFOreset freemapAug 14 12:22:38.613, DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6907 | 2026-08-14T12:22:39.669Z | unitadding route 3fff:beef:18::/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 } }] |
| 6908 | 2026-08-14T12:22:39.669Z | Aug 14 12:22:38.613 freemap_route_ipv4Aug 14 12:22:38.613DEBG |
| 6909 | 2026-08-14T12:22:39.669Z | DEBG |
| 6910 | 2026-08-14T12:22:39.673Z | Aug 14 12:22:38.613replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6911 | 2026-08-14T12:22:39.673Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 6912 | 2026-08-14T12:22:39.673Z | 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 14 12:22:38.613 |
| 6913 | 2026-08-14T12:22:39.673Z | Aug 14 12:22:38.613DEBGAug 14 12:22:38.613 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 14 12:22:38.613 INFO |
| 6914 | 2026-08-14T12:22:39.673Z | DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 14 12:22:38.613 |
| 6915 | 2026-08-14T12:22:39.673Z | INFOinitted freemap. size: 64 adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.1/32 -> 10.0.0.255Aug 14 12:22:38.613 |
| 6916 | 2026-08-14T12:22:39.673Z | |
| 6917 | 2026-08-14T12:22:39.673Z | INFO, Aug 14 12:22:38.613unit: Aug 14 12:22:38.613INFOAug 14 12:22:38.613 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff DEBGDEBGadding route 172.17.0.0/32 -> 10.0.0.255 |
| 6918 | 2026-08-14T12:22:39.673Z | 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 } }] |
| 6919 | 2026-08-14T12:22:39.673Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6920 | 2026-08-14T12:22:39.673Z | |
| 6921 | 2026-08-14T12:22:39.673Z | Aug 14 12:22:38.613 DEBGfreemap_route_ipv6 |
| 6922 | 2026-08-14T12:22:39.673Z | 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 14 12:22:38.613 |
| 6923 | 2026-08-14T12:22:39.673Z | Aug 14 12:22:38.613 DEBGINFO Aug 14 12:22:38.613 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 14 12:22:38.613INFOadding route 172.17.0.2/32 -> 10.0.0.255 INFO |
| 6924 | 2026-08-14T12:22:39.673Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 172.17.0.1/32 -> 10.0.0.255 |
| 6925 | 2026-08-14T12:22:39.673Z | Aug 14 12:22:38.613 |
| 6926 | 2026-08-14T12:22:39.674Z | Aug 14 12:22:38.613 |
| 6927 | 2026-08-14T12:22:39.674Z | DEBG Aug 14 12:22:38.613 Aug 14 12:22:38.613replacing 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 |
| 6928 | 2026-08-14T12:22:39.674Z | 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 } }]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 } }] |
| 6929 | 2026-08-14T12:22:39.674Z | |
| 6930 | 2026-08-14T12:22:39.674Z | Aug 14 12:22:38.613Aug 14 12:22:38.613reset freemap INFOINFO Aug 14 12:22:38.613adding route 172.17.0.3/32 -> 10.0.0.255 Aug 14 12:22:38.613adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 6931 | 2026-08-14T12:22:39.674Z | |
| 6932 | 2026-08-14T12:22:39.674Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 , |
| 6933 | 2026-08-14T12:22:39.674Z | adding route 172.17.0.2/32 -> 10.0.0.255unit |
| 6934 | 2026-08-14T12:22:39.674Z | :Aug 14 12:22:38.613 Aug 14 12:22:38.613Aug 14 12:22:38.613Aug 14 12:22:38.613 DEBGDEBGDEBGfreemap_route_ipv6WARN |
| 6935 | 2026-08-14T12:22:39.674Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6936 | 2026-08-14T12:22:39.674Z | |
| 6937 | 2026-08-14T12:22:39.674Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 14 12:22:38.613 |
| 6938 | 2026-08-14T12:22:39.674Z | Aug 14 12:22:38.613 Aug 14 12:22:38.613 INFOINFOINFO |
| 6939 | 2026-08-14T12:22:39.674Z | Aug 14 12:22:38.613 adding route 172.17.0.3/32 -> 10.0.0.255INFO adding route 172.17.0.4/32 -> 10.0.0.255 Aug 14 12:22:38.613adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6940 | 2026-08-14T12:22:39.674Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6941 | 2026-08-14T12:22:39.674Z | |
| 6942 | 2026-08-14T12:22:39.674Z | ERRO |
| 6943 | 2026-08-14T12:22:39.674Z | Aug 14 12:22:38.613Aug 14 12:22:38.613rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 14 12:22:38.613DEBG |
| 6944 | 2026-08-14T12:22:39.674Z | 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 } }] |
| 6945 | 2026-08-14T12:22:39.674Z | 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 14 12:22:38.613 |
| 6946 | 2026-08-14T12:22:39.674Z | Aug 14 12:22:38.613DEBG 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 14 12:22:38.613Aug 14 12:22:38.613 ERROINFO adding route 172.17.0.5/32 -> 10.0.0.255shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itDEBG |
| 6947 | 2026-08-14T12:22:39.674Z | |
| 6948 | 2026-08-14T12:22:39.674Z | |
| 6949 | 2026-08-14T12:22:39.674Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6950 | 2026-08-14T12:22:39.674Z | INFOAug 14 12:22:38.613 Aug 14 12:22:38.613adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 6951 | 2026-08-14T12:22:39.674Z | INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.613 |
| 6952 | 2026-08-14T12:22:39.674Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 14 12:22:38.613INFO |
| 6953 | 2026-08-14T12:22:39.674Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:22:38.613DEBG |
| 6954 | 2026-08-14T12:22:39.674Z | INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6955 | 2026-08-14T12:22:39.674Z | Aug 14 12:22:38.613adding route 172.17.0.6/32 -> 10.0.0.255 |
| 6956 | 2026-08-14T12:22:39.674Z | DEBGAug 14 12:22:38.613 Aug 14 12:22:38.613 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 } }] DEBGINFO |
| 6957 | 2026-08-14T12:22:39.674Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:22:38.613adding route 172.17.0.5/32 -> 10.0.0.255 |
| 6958 | 2026-08-14T12:22:39.674Z | |
| 6959 | 2026-08-14T12:22:39.674Z | DEBG Aug 14 12:22:38.613replacing 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 14 12:22:38.613 |
| 6960 | 2026-08-14T12:22:39.674Z | INFODEBG 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:1d::/64 -> 2001:db8::55:ff |
| 6961 | 2026-08-14T12:22:39.674Z | |
| 6962 | 2026-08-14T12:22:39.674Z | Aug 14 12:22:38.613Aug 14 12:22:38.613 INFO Aug 14 12:22:38.613INFO adding route 172.17.0.7/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.3INFOAug 14 12:22:38.613 |
| 6963 | 2026-08-14T12:22:39.674Z | |
| 6964 | 2026-08-14T12:22:39.674Z | DEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing 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 } }] |
| 6965 | 2026-08-14T12:22:39.675Z | |
| 6966 | 2026-08-14T12:22:39.675Z | Aug 14 12:22:38.613 Aug 14 12:22:38.613DEBGAug 14 12:22:38.613 Aug 14 12:22:38.613 DEBG INFO DEBGadding route 3fff:beef:1e::/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 } }] |
| 6967 | 2026-08-14T12:22:39.675Z | |
| 6968 | 2026-08-14T12:22:39.675Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6969 | 2026-08-14T12:22:39.675Z | |
| 6970 | 2026-08-14T12:22:39.675Z | Aug 14 12:22:38.613 DEBGAug 14 12:22:38.613 Aug 14 12:22:38.613 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 } }] |
| 6971 | 2026-08-14T12:22:39.675Z | INFOINFOAug 14 12:22:38.613 adding route 172.17.0.7/32 -> 10.0.0.255 |
| 6972 | 2026-08-14T12:22:39.675Z | INFOadding route 172.16.0.0/32 -> 10.0.0.4 Aug 14 12:22:38.613Aug 14 12:22:38.613adding route 172.17.0.8/32 -> 10.0.0.255 |
| 6973 | 2026-08-14T12:22:39.675Z | DEBG INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.613 |
| 6974 | 2026-08-14T12:22:39.675Z | DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6975 | 2026-08-14T12:22:39.675Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6976 | 2026-08-14T12:22:39.675Z | |
| 6977 | 2026-08-14T12:22:39.675Z | Aug 14 12:22:38.614 Aug 14 12:22:38.608DEBGAug 14 12:22:38.614Aug 14 12:22:38.614 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO |
| 6978 | 2026-08-14T12:22:39.675Z | INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 6979 | 2026-08-14T12:22:39.675Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 14 12:22:38.614 Aug 14 12:22:38.614Aug 14 12:22:38.614 |
| 6980 | 2026-08-14T12:22:39.675Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 6981 | 2026-08-14T12:22:39.675Z | INFO DEBGINFOadding route 172.17.0.0/32 -> 10.0.0.255 Aug 14 12:22:38.614 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.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 } }] |
| 6982 | 2026-08-14T12:22:39.675Z | Aug 14 12:22:38.614Aug 14 12:22:38.614Aug 14 12:22:38.620 DEBG DEBGcreated new freemapINFO created new freemapadding route 172.17.0.9/32 -> 10.0.0.255, |
| 6983 | 2026-08-14T12:22:39.675Z | , unit:unit :freemap_route_ipv4Aug 14 12:22:38.620 freemap_route_ipv4 |
| 6984 | 2026-08-14T12:22:39.675Z | DEBG |
| 6985 | 2026-08-14T12:22:39.675Z | 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 } }] |
| 6986 | 2026-08-14T12:22:39.675Z | Aug 14 12:22:38.620 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:22:38.620 |
| 6987 | 2026-08-14T12:22:39.675Z | Aug 14 12:22:38.620INFO DEBGDEBG created new freemapadding route 172.17.0.10/32 -> 10.0.0.255created new freemap, |
| 6988 | 2026-08-14T12:22:39.675Z | unit, unit:: Aug 14 12:22:38.620Aug 14 12:22:38.620freemap_route_ipv6 freemap_route_ipv6INFODEBG |
| 6989 | 2026-08-14T12:22:39.675Z | |
| 6990 | 2026-08-14T12:22:39.675Z | 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 } }] |
| 6991 | 2026-08-14T12:22:39.675Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6992 | 2026-08-14T12:22:39.675Z | Aug 14 12:22:38.620Aug 14 12:22:38.620 DEBGDEBGAug 14 12:22:38.609 DEBG created new freemapinitted freemap. size: 64Aug 14 12:22:38.620, Aug 14 12:22:38.620INFOunit : |
| 6993 | 2026-08-14T12:22:39.675Z | DEBGfreemap_route_ipv4, |
| 6994 | 2026-08-14T12:22:39.675Z | adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6995 | 2026-08-14T12:22:39.675Z | |
| 6996 | 2026-08-14T12:22:39.675Z | unit:Aug 14 12:22:38.620Aug 14 12:22:38.620 freemap_route_ipv4DEBGAug 14 12:22:38.620DEBG |
| 6997 | 2026-08-14T12:22:39.675Z | 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 } }] reset freemapreplacing 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 } }], |
| 6998 | 2026-08-14T12:22:39.675Z | |
| 6999 | 2026-08-14T12:22:39.675Z | unit: freemap_route_ipv4Aug 14 12:22:38.620Aug 14 12:22:38.620 |
| 7000 | 2026-08-14T12:22:39.675Z | INFO Aug 14 12:22:38.620Aug 14 12:22:38.620INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 14 12:22:38.620 |
| 7001 | 2026-08-14T12:22:39.675Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 7002 | 2026-08-14T12:22:39.675Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 14 12:22:38.620 initted freemap. size: 64DEBG, |
| 7003 | 2026-08-14T12:22:39.675Z | created new freemapAug 14 12:22:38.620unit:DEBG , DEBGunitfreemap_route_ipv6 |
| 7004 | 2026-08-14T12:22:39.675Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.620: |
| 7005 | 2026-08-14T12:22:39.675Z | |
| 7006 | 2026-08-14T12:22:39.676Z | Aug 14 12:22:38.620 freemap_route_ipv6DEBG |
| 7007 | 2026-08-14T12:22:39.676Z | DEBGAug 14 12:22:38.620 reset freemapINFOreplacing 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 } }], |
| 7008 | 2026-08-14T12:22:39.676Z | Aug 14 12:22:38.620unit: freemap_route_ipv6DEBGAug 14 12:22:38.620 adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7009 | 2026-08-14T12:22:39.676Z | initted freemap. size: 64Aug 14 12:22:38.620, |
| 7010 | 2026-08-14T12:22:39.679Z | unitINFO: INFO freemap_route_ipv4adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 7011 | 2026-08-14T12:22:39.680Z | |
| 7012 | 2026-08-14T12:22:39.680Z | Aug 14 12:22:38.620 adding route 172.17.0.13/32 -> 10.0.0.255 Aug 14 12:22:38.620 |
| 7013 | 2026-08-14T12:22:39.680Z | Aug 14 12:22:38.620 INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:22:38.620 |
| 7014 | 2026-08-14T12:22:39.680Z | Aug 14 12:22:38.620reset freemap , DEBGunit :replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG |
| 7015 | 2026-08-14T12:22:39.680Z | freemap_route_ipv4replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7016 | 2026-08-14T12:22:39.680Z | |
| 7017 | 2026-08-14T12:22:39.680Z | 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 } }] |
| 7018 | 2026-08-14T12:22:39.680Z | Aug 14 12:22:38.620Aug 14 12:22:38.620 Aug 14 12:22:38.620 INFODEBG initted freemap. size: 64DEBG, Aug 14 12:22:38.620replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.14/32 -> 10.0.0.255 |
| 7019 | 2026-08-14T12:22:39.680Z | |
| 7020 | 2026-08-14T12:22:39.680Z | INFOunit: Aug 14 12:22:38.620freemap_route_ipv6 Aug 14 12:22:38.620adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7021 | 2026-08-14T12:22:39.680Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7022 | 2026-08-14T12:22:39.680Z | |
| 7023 | 2026-08-14T12:22:39.680Z | INFOAug 14 12:22:38.620Aug 14 12:22:38.620 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 7024 | 2026-08-14T12:22:39.680Z | Aug 14 12:22:38.620replacing 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 } }] |
| 7025 | 2026-08-14T12:22:39.680Z | DEBGDEBG Aug 14 12:22:38.620replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 14 12:22:38.620replacing 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 } }] |
| 7026 | 2026-08-14T12:22:39.680Z | |
| 7027 | 2026-08-14T12:22:39.680Z | DEBGDEBG Aug 14 12:22:38.620 reset freemapreplacing 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 14 12:22:38.620unit |
| 7028 | 2026-08-14T12:22:39.680Z | :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 7029 | 2026-08-14T12:22:39.680Z | Aug 14 12:22:38.620 adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 7030 | 2026-08-14T12:22:39.680Z | Aug 14 12:22:38.620Aug 14 12:22:38.620 |
| 7031 | 2026-08-14T12:22:39.680Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255 Aug 14 12:22:38.620adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7032 | 2026-08-14T12:22:39.680Z | Aug 14 12:22:38.620INFO DEBGDEBG Aug 14 12:22:38.620adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 7033 | 2026-08-14T12:22:39.680Z | |
| 7034 | 2026-08-14T12:22:39.680Z | 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.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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7035 | 2026-08-14T12:22:39.680Z | |
| 7036 | 2026-08-14T12:22:39.680Z | |
| 7037 | 2026-08-14T12:22:39.680Z | Aug 14 12:22:38.620 Aug 14 12:22:38.620Aug 14 12:22:38.620Aug 14 12:22:38.620 DEBG INFOINFOINFO Aug 14 12:22:38.620adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7038 | 2026-08-14T12:22:39.680Z | DEBGadding route 172.17.0.16/32 -> 10.0.0.255 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7039 | 2026-08-14T12:22:39.680Z | |
| 7040 | 2026-08-14T12:22:39.680Z | |
| 7041 | 2026-08-14T12:22:39.680Z | Aug 14 12:22:38.620adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7042 | 2026-08-14T12:22:39.680Z | Aug 14 12:22:38.620DEBGAug 14 12:22:38.620 Aug 14 12:22:38.620DEBG 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 } }] |
| 7043 | 2026-08-14T12:22:39.680Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 7044 | 2026-08-14T12:22:39.680Z | 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 } }] |
| 7045 | 2026-08-14T12:22:39.680Z | INFOAug 14 12:22:38.620Aug 14 12:22:38.620 Aug 14 12:22:38.620adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7046 | 2026-08-14T12:22:39.680Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255DEBGAug 14 12:22:38.620 |
| 7047 | 2026-08-14T12:22:39.680Z | replacing targets for 3fff:dead::/64 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 14 12:22:38.620 |
| 7048 | 2026-08-14T12:22:39.680Z | DEBGDEBGDEBG Aug 14 12:22:38.620replacing 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 14 12:22:38.620 |
| 7049 | 2026-08-14T12:22:39.681Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7050 | 2026-08-14T12:22:39.681Z | WARNDEBG |
| 7051 | 2026-08-14T12:22:39.681Z | shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 7052 | 2026-08-14T12:22:39.681Z | |
| 7053 | 2026-08-14T12:22:39.681Z | Aug 14 12:22:38.620 Aug 14 12:22:38.620INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 7054 | 2026-08-14T12:22:39.681Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 14 12:22:38.620 |
| 7055 | 2026-08-14T12:22:39.681Z | INFOAug 14 12:22:38.620 Aug 14 12:22:38.620 INFODEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7056 | 2026-08-14T12:22:39.681Z | 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.18/32 -> 10.0.0.255 |
| 7057 | 2026-08-14T12:22:39.681Z | |
| 7058 | 2026-08-14T12:22:39.681Z | Aug 14 12:22:38.620 Aug 14 12:22:38.620DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 14 12:22:38.620 |
| 7059 | 2026-08-14T12:22:39.681Z | 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 } }] Aug 14 12:22:38.620 |
| 7060 | 2026-08-14T12:22:39.681Z | 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 } }] |
| 7061 | 2026-08-14T12:22:39.681Z | INFO Aug 14 12:22:38.620adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7062 | 2026-08-14T12:22:39.681Z | INFOAug 14 12:22:38.620 INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 7063 | 2026-08-14T12:22:39.681Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:22:38.620Aug 14 12:22:38.620 DEBGINFO |
| 7064 | 2026-08-14T12:22:39.681Z | 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 } }] |
| 7065 | 2026-08-14T12:22:39.681Z | adding route 172.17.0.19/32 -> 10.0.0.255Aug 14 12:22:38.620 |
| 7066 | 2026-08-14T12:22:39.681Z | Aug 14 12:22:38.620DEBG Aug 14 12:22:38.620Aug 14 12:22:38.620replacing 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 |
| 7067 | 2026-08-14T12:22:39.681Z | INFODEBG adding route 172.17.0.8/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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7068 | 2026-08-14T12:22:39.681Z | |
| 7069 | 2026-08-14T12:22:39.681Z | |
| 7070 | 2026-08-14T12:22:39.681Z | Aug 14 12:22:38.620Aug 14 12:22:38.620 INFOINFO Aug 14 12:22:38.620adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 172.17.0.20/32 -> 10.0.0.255 |
| 7071 | 2026-08-14T12:22:39.681Z | DEBG |
| 7072 | 2026-08-14T12:22:39.681Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7073 | 2026-08-14T12:22:39.681Z | Aug 14 12:22:38.620Aug 14 12:22:38.620 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 14 12:22:38.620 |
| 7074 | 2026-08-14T12:22:39.681Z | |
| 7075 | 2026-08-14T12:22:39.681Z | 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 14 12:22:38.620 |
| 7076 | 2026-08-14T12:22:39.681Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7077 | 2026-08-14T12:22:39.681Z | Aug 14 12:22:38.620Aug 14 12:22:38.620 INFOINFO Aug 14 12:22:38.620 adding route 172.17.0.9/32 -> 10.0.0.255DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 7078 | 2026-08-14T12:22:39.681Z | |
| 7079 | 2026-08-14T12:22:39.681Z | 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 } }] |
| 7080 | 2026-08-14T12:22:39.681Z | Aug 14 12:22:38.620 Aug 14 12:22:38.620DEBG Aug 14 12:22:38.620 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7081 | 2026-08-14T12:22:39.681Z | DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 7082 | 2026-08-14T12:22:39.681Z | 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 } }] |
| 7083 | 2026-08-14T12:22:39.681Z | Aug 14 12:22:38.620 INFOAug 14 12:22:38.620 |
| 7084 | 2026-08-14T12:22:39.681Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 7085 | 2026-08-14T12:22:39.681Z | 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 } }] |
| 7086 | 2026-08-14T12:22:39.681Z | Aug 14 12:22:38.620Aug 14 12:22:38.620 Aug 14 12:22:38.620INFO INFOAug 14 12:22:38.620INFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7087 | 2026-08-14T12:22:39.681Z | Aug 14 12:22:38.621Aug 14 12:22:38.621 Aug 14 12:22:38.626DEBG DEBGcreated new freemap , replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7088 | 2026-08-14T12:22:39.681Z | : freemap_route_ipv4DEBG |
| 7089 | 2026-08-14T12:22:39.681Z | Aug 14 12:22:38.626created new freemap , INFOunit Aug 14 12:22:38.626: |
| 7090 | 2026-08-14T12:22:39.682Z | adding route 172.17.0.11/32 -> 10.0.0.255 freemap_route_ipv4 |
| 7091 | 2026-08-14T12:22:39.682Z | DEBG |
| 7092 | 2026-08-14T12:22:39.682Z | created new freemapAug 14 12:22:38.626replacing 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 14 12:22:38.626 |
| 7093 | 2026-08-14T12:22:39.682Z | , 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 } }]DEBGAug 14 12:22:38.626 |
| 7094 | 2026-08-14T12:22:39.682Z | Aug 14 12:22:38.626INFOcreated new freemap , unitadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 7095 | 2026-08-14T12:22:39.682Z | Aug 14 12:22:38.626DEBGAug 14 12:22:38.626 INFODEBG adding route 172.17.0.24/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 } }] |
| 7096 | 2026-08-14T12:22:39.682Z | |
| 7097 | 2026-08-14T12:22:39.682Z | 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 } }] |
| 7098 | 2026-08-14T12:22:39.682Z | Aug 14 12:22:38.626 DEBGfreemap_route_ipv6:Aug 14 12:22:38.626 INFO |
| 7099 | 2026-08-14T12:22:39.682Z | freemap_route_ipv6 Aug 14 12:22:38.626replacing 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 } }] |
| 7100 | 2026-08-14T12:22:39.682Z | |
| 7101 | 2026-08-14T12:22:39.682Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO |
| 7102 | 2026-08-14T12:22:39.682Z | |
| 7103 | 2026-08-14T12:22:39.682Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7104 | 2026-08-14T12:22:39.682Z | Aug 14 12:22:38.626Aug 14 12:22:38.626 INFOAug 14 12:22:38.626Aug 14 12:22:38.626 DEBGDEBGAug 14 12:22:38.626DEBG 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 } }]DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 7105 | 2026-08-14T12:22:39.682Z | |
| 7106 | 2026-08-14T12:22:39.682Z | 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 } }] |
| 7107 | 2026-08-14T12:22:39.682Z | Aug 14 12:22:38.626 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 14 12:22:38.626initted freemap. size: 64 |
| 7108 | 2026-08-14T12:22:39.682Z | Aug 14 12:22:38.626, DEBG DEBGunitAug 14 12:22:38.626: INFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO freemap_route_ipv4 |
| 7109 | 2026-08-14T12:22:39.682Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 7110 | 2026-08-14T12:22:39.706Z | |
| 7111 | 2026-08-14T12:22:39.706Z | adding route 172.17.0.13/32 -> 10.0.0.255Aug 14 12:22:38.626 initted freemap. size: 64 |
| 7112 | 2026-08-14T12:22:39.706Z | , Aug 14 12:22:38.626unit :DEBG Aug 14 12:22:38.626INFO freemap_route_ipv4replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7113 | 2026-08-14T12:22:39.706Z | adding route 172.17.0.26/32 -> 10.0.0.255Aug 14 12:22:38.626 Aug 14 12:22:38.626 |
| 7114 | 2026-08-14T12:22:39.706Z | DEBG |
| 7115 | 2026-08-14T12:22:39.706Z | INFO Aug 14 12:22:38.626replacing 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 } }] |
| 7116 | 2026-08-14T12:22:39.706Z | INFOreset freemapadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7117 | 2026-08-14T12:22:39.706Z | , adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 14 12:22:38.626unit: freemap_route_ipv4 |
| 7118 | 2026-08-14T12:22:39.706Z | |
| 7119 | 2026-08-14T12:22:39.707Z | Aug 14 12:22:38.626DEBG Aug 14 12:22:38.626replacing 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 14 12:22:38.626INFO |
| 7120 | 2026-08-14T12:22:39.707Z | adding route 172.17.0.14/32 -> 10.0.0.255 Aug 14 12:22:38.626DEBG |
| 7121 | 2026-08-14T12:22:39.707Z | Aug 14 12:22:38.626DEBG Aug 14 12:22:38.626DEBG Aug 14 12:22:38.626 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 |
| 7122 | 2026-08-14T12:22:39.707Z | DEBG reset freemapINFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64Aug 14 12:22:38.626, replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7123 | 2026-08-14T12:22:39.707Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 172.17.0.27/32 -> 10.0.0.255unit:, |
| 7124 | 2026-08-14T12:22:39.707Z | freemap_route_ipv4 |
| 7125 | 2026-08-14T12:22:39.707Z | |
| 7126 | 2026-08-14T12:22:39.707Z | unit |
| 7127 | 2026-08-14T12:22:39.707Z | Aug 14 12:22:38.626 :INFO freemap_route_ipv6 |
| 7128 | 2026-08-14T12:22:39.707Z | Aug 14 12:22:38.626 Aug 14 12:22:38.626DEBG Aug 14 12:22:38.626Aug 14 12:22:38.626 adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 7129 | 2026-08-14T12:22:39.707Z | 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 } }] |
| 7130 | 2026-08-14T12:22:39.707Z | Aug 14 12:22:38.626replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO Aug 14 12:22:38.626DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7131 | 2026-08-14T12:22:39.707Z | reset freemap Aug 14 12:22:38.626, unitINFODEBG adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7132 | 2026-08-14T12:22:39.707Z | : Aug 14 12:22:38.626freemap_route_ipv6 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 |
| 7133 | 2026-08-14T12:22:39.707Z | |
| 7134 | 2026-08-14T12:22:39.707Z | |
| 7135 | 2026-08-14T12:22:39.707Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 7136 | 2026-08-14T12:22:39.707Z | Aug 14 12:22:38.626DEBGAug 14 12:22:38.626 initted freemap. size: 64 DEBG Aug 14 12:22:38.626 Aug 14 12:22:38.626DEBGreplacing 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 } }] |
| 7137 | 2026-08-14T12:22:39.707Z | Aug 14 12:22:38.626INFOreplacing 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 } }] |
| 7138 | 2026-08-14T12:22:39.707Z | DEBG, adding route 172.17.0.16/32 -> 10.0.0.255unitAug 14 12:22:38.626: |
| 7139 | 2026-08-14T12:22:39.707Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 14 12:22:38.626freemap_route_ipv6 |
| 7140 | 2026-08-14T12:22:39.707Z | Aug 14 12:22:38.626INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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: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 } }] |
| 7141 | 2026-08-14T12:22:39.707Z | |
| 7142 | 2026-08-14T12:22:39.707Z | |
| 7143 | 2026-08-14T12:22:39.707Z | |
| 7144 | 2026-08-14T12:22:39.707Z | |
| 7145 | 2026-08-14T12:22:39.707Z | Aug 14 12:22:38.626Aug 14 12:22:38.626Aug 14 12:22:38.626 Aug 14 12:22:38.626 INFO DEBGDEBGadding route 172.17.0.17/32 -> 10.0.0.255 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 } }] |
| 7146 | 2026-08-14T12:22:39.707Z | |
| 7147 | 2026-08-14T12:22:39.707Z | Aug 14 12:22:38.626replacing 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 14 12:22:38.626Aug 14 12:22:38.626 DEBG DEBG |
| 7148 | 2026-08-14T12:22:39.707Z | DEBG Aug 14 12:22:38.626 INFO INFOAug 14 12:22:38.626 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7149 | 2026-08-14T12:22:39.707Z | |
| 7150 | 2026-08-14T12:22:39.707Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7151 | 2026-08-14T12:22:39.707Z | reset freemap, adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunitAug 14 12:22:38.626 |
| 7152 | 2026-08-14T12:22:39.707Z | INFOAug 14 12:22:38.626 adding route 172.17.0.18/32 -> 10.0.0.255 : |
| 7153 | 2026-08-14T12:22:39.707Z | INFOfreemap_route_ipv6Aug 14 12:22:38.626 |
| 7154 | 2026-08-14T12:22:39.707Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7155 | 2026-08-14T12:22:39.707Z | |
| 7156 | 2026-08-14T12:22:39.707Z | DEBG Aug 14 12:22:38.626 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 } }] |
| 7157 | 2026-08-14T12:22:39.708Z | DEBGAug 14 12:22:38.626 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 14 12:22:38.626Aug 14 12:22:38.626 DEBG |
| 7158 | 2026-08-14T12:22:39.708Z | Aug 14 12:22:38.626DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7159 | 2026-08-14T12:22:39.708Z | Aug 14 12:22:38.626DEBG 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 } }]Aug 14 12:22:38.626 |
| 7160 | 2026-08-14T12:22:39.708Z | Aug 14 12:22:38.626 DEBGINFO INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7161 | 2026-08-14T12:22:39.708Z | |
| 7162 | 2026-08-14T12:22:39.708Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7163 | 2026-08-14T12:22:39.708Z | |
| 7164 | 2026-08-14T12:22:39.708Z | Aug 14 12:22:38.626 INFO |
| 7165 | 2026-08-14T12:22:39.708Z | Aug 14 12:22:38.626 Aug 14 12:22:38.626DEBG Aug 14 12:22:38.626DEBG 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 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 7166 | 2026-08-14T12:22:39.708Z | |
| 7167 | 2026-08-14T12:22:39.708Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7168 | 2026-08-14T12:22:39.708Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7169 | 2026-08-14T12:22:39.708Z | test route::tests::identity_replace_is_noop ... ok |
| 7170 | 2026-08-14T12:22:39.708Z | |
| 7171 | 2026-08-14T12:22:39.708Z | Aug 14 12:22:38.626Aug 14 12:22:38.626 Aug 14 12:22:38.626INFO Aug 14 12:22:38.626 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 7172 | 2026-08-14T12:22:39.708Z | INFO |
| 7173 | 2026-08-14T12:22:39.708Z | Aug 14 12:22:38.626 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 172.17.0.32/32 -> 10.0.0.255 |
| 7174 | 2026-08-14T12:22:39.708Z | Aug 14 12:22:38.626INFOAug 14 12:22:38.626DEBG |
| 7175 | 2026-08-14T12:22:39.708Z | DEBG DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7176 | 2026-08-14T12:22:39.708Z | 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 } }] |
| 7177 | 2026-08-14T12:22:39.708Z | 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 14 12:22:38.627Aug 14 12:22:38.627 |
| 7178 | 2026-08-14T12:22:39.708Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7179 | 2026-08-14T12:22:39.708Z | 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 |
| 7180 | 2026-08-14T12:22:39.708Z | Aug 14 12:22:38.627 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 Aug 14 12:22:38.627Aug 14 12:22:38.627adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7181 | 2026-08-14T12:22:39.708Z | INFOINFO Aug 14 12:22:38.627adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7182 | 2026-08-14T12:22:39.708Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 14 12:22:38.627 |
| 7183 | 2026-08-14T12:22:39.708Z | |
| 7184 | 2026-08-14T12:22:39.708Z | Aug 14 12:22:38.627Aug 14 12:22:38.627 DEBG DEBGAug 14 12:22:38.627replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7185 | 2026-08-14T12:22:39.708Z | DEBGINFOINFO adding route 172.17.0.10/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 } }] |
| 7186 | 2026-08-14T12:22:39.708Z | 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 } }] |
| 7187 | 2026-08-14T12:22:39.708Z | |
| 7188 | 2026-08-14T12:22:39.708Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 14 12:22:38.627Aug 14 12:22:38.627 DEBG Aug 14 12:22:38.627 Aug 14 12:22:38.627replacing 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 } }] |
| 7189 | 2026-08-14T12:22:39.708Z | Aug 14 12:22:38.627 INFOINFODEBG adding route 172.17.0.21/32 -> 10.0.0.255INFO |
| 7190 | 2026-08-14T12:22:39.708Z | 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 } }] |
| 7191 | 2026-08-14T12:22:39.708Z | |
| 7192 | 2026-08-14T12:22:39.708Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 14 12:22:38.627 |
| 7193 | 2026-08-14T12:22:39.708Z | adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 7194 | 2026-08-14T12:22:39.708Z | Aug 14 12:22:38.627Aug 14 12:22:38.627adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7195 | 2026-08-14T12:22:39.708Z | DEBGAug 14 12:22:38.627 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 14 12:22:38.627 |
| 7196 | 2026-08-14T12:22:39.708Z | 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 } }]DEBG |
| 7197 | 2026-08-14T12:22:39.709Z | 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 } }] |
| 7198 | 2026-08-14T12:22:39.709Z | Aug 14 12:22:38.627Aug 14 12:22:38.627 Aug 14 12:22:38.627 DEBGadding route 172.17.0.11/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFOAug 14 12:22:38.627 |
| 7199 | 2026-08-14T12:22:39.709Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 7200 | 2026-08-14T12:22:39.709Z | INFO Aug 14 12:22:38.627 |
| 7201 | 2026-08-14T12:22:39.709Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Aug 14 12:22:38.627adding route 172.17.0.35/32 -> 10.0.0.255 DEBG |
| 7202 | 2026-08-14T12:22:39.709Z | adding route 172.17.0.22/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 } }]Aug 14 12:22:38.627 |
| 7203 | 2026-08-14T12:22:39.709Z | Aug 14 12:22:38.627 DEBG |
| 7204 | 2026-08-14T12:22:39.709Z | |
| 7205 | 2026-08-14T12:22:39.709Z | Aug 14 12:22:38.627 Aug 14 12:22:38.627DEBG INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7206 | 2026-08-14T12:22:39.709Z | |
| 7207 | 2026-08-14T12:22:39.709Z | |
| 7208 | 2026-08-14T12:22:39.709Z | |
| 7209 | 2026-08-14T12:22:39.709Z | Aug 14 12:22:38.633initted freemap. size: 64Aug 14 12:22:38.633 Aug 14 12:22:38.633DEBG INFODEBGAug 14 12:22:38.633 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 } }] |
| 7210 | 2026-08-14T12:22:39.714Z | , adding route 172.17.0.12/32 -> 10.0.0.255INFOunit |
| 7211 | 2026-08-14T12:22:39.714Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255: |
| 7212 | 2026-08-14T12:22:39.714Z | |
| 7213 | 2026-08-14T12:22:39.714Z | Aug 14 12:22:38.633Aug 14 12:22:38.633freemap_route_ipv4 |
| 7214 | 2026-08-14T12:22:39.714Z | DEBGAug 14 12:22:38.633 INFO Aug 14 12:22:38.633adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff 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 } }] |
| 7215 | 2026-08-14T12:22:39.714Z | |
| 7216 | 2026-08-14T12:22:39.714Z | 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 14 12:22:38.633 |
| 7217 | 2026-08-14T12:22:39.714Z | DEBGAug 14 12:22:38.633 reset freemapDEBGAug 14 12:22:38.633 , 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 } }]unitAug 14 12:22:38.633: INFOfreemap_route_ipv4 |
| 7218 | 2026-08-14T12:22:39.715Z | INFOadding route 172.17.0.37/32 -> 10.0.0.255 |
| 7219 | 2026-08-14T12:22:39.715Z | |
| 7220 | 2026-08-14T12:22:39.715Z | adding route 172.17.0.13/32 -> 10.0.0.255Aug 14 12:22:38.633 |
| 7221 | 2026-08-14T12:22:39.715Z | Aug 14 12:22:38.633Aug 14 12:22:38.633Aug 14 12:22:38.633 DEBGDEBGINFO initted freemap. size: 64 , replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBGunit : |
| 7222 | 2026-08-14T12:22:39.715Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 7223 | 2026-08-14T12:22:39.715Z | |
| 7224 | 2026-08-14T12:22:39.715Z | |
| 7225 | 2026-08-14T12:22:39.715Z | Aug 14 12:22:38.633Aug 14 12:22:38.633 INFODEBG Aug 14 12:22:38.633 adding route 172.17.0.38/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 } }] |
| 7226 | 2026-08-14T12:22:39.715Z | |
| 7227 | 2026-08-14T12:22:39.715Z | Aug 14 12:22:38.633DEBG reset freemapINFO, adding route 172.17.0.14/32 -> 10.0.0.255unit |
| 7228 | 2026-08-14T12:22:39.715Z | :Aug 14 12:22:38.633 Aug 14 12:22:38.633 freemap_route_ipv6 |
| 7229 | 2026-08-14T12:22:39.715Z | DEBGINFO adding route 3fff:beef:20::/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 } }] |
| 7230 | 2026-08-14T12:22:39.715Z | Aug 14 12:22:38.633 |
| 7231 | 2026-08-14T12:22:39.715Z | Aug 14 12:22:38.633 INFODEBG Aug 14 12:22:38.633adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 14 12:22:38.633replacing 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 } }] |
| 7232 | 2026-08-14T12:22:39.715Z | INFO DEBG |
| 7233 | 2026-08-14T12:22:39.715Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 14 12:22:38.633replacing 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 } }] |
| 7234 | 2026-08-14T12:22:39.715Z | |
| 7235 | 2026-08-14T12:22:39.715Z | 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 14 12:22:38.633 |
| 7236 | 2026-08-14T12:22:39.715Z | Aug 14 12:22:38.633Aug 14 12:22:38.633 INFODEBGAug 14 12:22:38.633 INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7237 | 2026-08-14T12:22:39.715Z | 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 } }] |
| 7238 | 2026-08-14T12:22:39.715Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7239 | 2026-08-14T12:22:39.715Z | |
| 7240 | 2026-08-14T12:22:39.715Z | Aug 14 12:22:38.633 Aug 14 12:22:38.633DEBGAug 14 12:22:38.633 Aug 14 12:22:38.633DEBG INFO DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7241 | 2026-08-14T12:22:39.715Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7242 | 2026-08-14T12:22:39.715Z | |
| 7243 | 2026-08-14T12:22:39.715Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 14 12:22:38.633Aug 14 12:22:38.633 |
| 7244 | 2026-08-14T12:22:39.715Z | INFO Aug 14 12:22:38.633 Aug 14 12:22:38.633 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 7245 | 2026-08-14T12:22:39.715Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG |
| 7246 | 2026-08-14T12:22:39.715Z | INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.633 |
| 7247 | 2026-08-14T12:22:39.715Z | adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 7248 | 2026-08-14T12:22:39.715Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:22:38.633Aug 14 12:22:38.633 |
| 7249 | 2026-08-14T12:22:39.715Z | DEBGAug 14 12:22:38.627 Aug 14 12:22:38.633INFOAug 14 12:22:38.633replacing 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 } }] INFODEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 7250 | 2026-08-14T12:22:39.715Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7251 | 2026-08-14T12:22:39.715Z | |
| 7252 | 2026-08-14T12:22:39.715Z | DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7253 | 2026-08-14T12:22:39.715Z | Aug 14 12:22:38.633 Aug 14 12:22:38.633 DEBGAug 14 12:22:38.633created new freemap Aug 14 12:22:38.633DEBG INFO, 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 } }] |
| 7254 | 2026-08-14T12:22:39.715Z | unitadding route 172.17.0.17/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 } }] |
| 7255 | 2026-08-14T12:22:39.715Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 7256 | 2026-08-14T12:22:39.715Z | : |
| 7257 | 2026-08-14T12:22:39.716Z | Aug 14 12:22:38.633 freemap_route_ipv4DEBG |
| 7258 | 2026-08-14T12:22:39.716Z | Aug 14 12:22:38.633Aug 14 12:22:38.633 DEBG INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 7259 | 2026-08-14T12:22:39.716Z | Aug 14 12:22:38.633 |
| 7260 | 2026-08-14T12:22:39.716Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7261 | 2026-08-14T12:22:39.716Z | Aug 14 12:22:38.633Aug 14 12:22:38.633 Aug 14 12:22:38.633INFO DEBGAug 14 12:22:38.633adding route 3fff:beef:24::/64 -> 2001:db8::55:ff INFO |
| 7262 | 2026-08-14T12:22:39.716Z | DEBG created new freemap 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.18/32 -> 10.0.0.255Aug 14 12:22:38.633DEBG, |
| 7263 | 2026-08-14T12:22:39.716Z | unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: |
| 7264 | 2026-08-14T12:22:39.716Z | |
| 7265 | 2026-08-14T12:22:39.716Z | 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 } }] |
| 7266 | 2026-08-14T12:22:39.716Z | freemap_route_ipv6Aug 14 12:22:38.633 |
| 7267 | 2026-08-14T12:22:39.716Z | test route::tests::same_size_non_subset_replace ... ok |
| 7268 | 2026-08-14T12:22:39.716Z | Aug 14 12:22:38.633Aug 14 12:22:38.633 DEBG WARNINFOAug 14 12:22:38.633DEBG shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7269 | 2026-08-14T12:22:39.716Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7270 | 2026-08-14T12:22:39.716Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7271 | 2026-08-14T12:22:39.716Z | |
| 7272 | 2026-08-14T12:22:39.716Z | adding route 172.17.0.43/32 -> 10.0.0.255Aug 14 12:22:38.633Aug 14 12:22:38.633 |
| 7273 | 2026-08-14T12:22:39.716Z | INFOAug 14 12:22:38.633 adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 7274 | 2026-08-14T12:22:39.716Z | Aug 14 12:22:38.633 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7275 | 2026-08-14T12:22:39.716Z | initted freemap. size: 64Aug 14 12:22:38.633DEBG , DEBGunit 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 14 12:22:38.633replacing 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 } }] |
| 7276 | 2026-08-14T12:22:39.716Z | |
| 7277 | 2026-08-14T12:22:39.716Z | INFO :adding route 3fff:beef:26::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 7278 | 2026-08-14T12:22:39.716Z | |
| 7279 | 2026-08-14T12:22:39.716Z | Aug 14 12:22:38.633 Aug 14 12:22:38.633INFO INFOadding route 172.17.0.44/32 -> 10.0.0.255 |
| 7280 | 2026-08-14T12:22:39.716Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 14 12:22:38.633 |
| 7281 | 2026-08-14T12:22:39.716Z | Aug 14 12:22:38.633DEBG Aug 14 12:22:38.633DEBGreplacing 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 14 12:22:38.633 reset freemap |
| 7282 | 2026-08-14T12:22:39.716Z | , DEBGDEBGunit :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.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 } }] |
| 7283 | 2026-08-14T12:22:39.716Z | |
| 7284 | 2026-08-14T12:22:39.716Z | freemap_route_ipv4 |
| 7285 | 2026-08-14T12:22:39.716Z | Aug 14 12:22:38.633 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 14 12:22:38.633Aug 14 12:22:38.633 |
| 7286 | 2026-08-14T12:22:39.716Z | INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255initted freemap. size: 64 |
| 7287 | 2026-08-14T12:22:39.716Z | Aug 14 12:22:38.633, Aug 14 12:22:38.633unitDEBG INFO: Aug 14 12:22:38.633 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 } }] |
| 7288 | 2026-08-14T12:22:39.716Z | DEBGadding route 172.17.0.21/32 -> 10.0.0.255 |
| 7289 | 2026-08-14T12:22:39.716Z | 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 } }]freemap_route_ipv6 |
| 7290 | 2026-08-14T12:22:39.716Z | Aug 14 12:22:38.633 |
| 7291 | 2026-08-14T12:22:39.716Z | Aug 14 12:22:38.633INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff 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 } }] |
| 7292 | 2026-08-14T12:22:39.716Z | |
| 7293 | 2026-08-14T12:22:39.716Z | Aug 14 12:22:38.633 Aug 14 12:22:38.633INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7294 | 2026-08-14T12:22:39.716Z | reset freemap, unitAug 14 12:22:38.633Aug 14 12:22:38.633Aug 14 12:22:38.633: DEBGfreemap_route_ipv6INFO |
| 7295 | 2026-08-14T12:22:39.716Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7296 | 2026-08-14T12:22:39.716Z | DEBG |
| 7297 | 2026-08-14T12:22:39.717Z | Aug 14 12:22:38.633replacing 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 } }] |
| 7298 | 2026-08-14T12:22:39.717Z | INFO Aug 14 12:22:38.633adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7299 | 2026-08-14T12:22:39.717Z | Aug 14 12:22:38.633DEBG INFOAug 14 12:22:38.633 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.633adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7300 | 2026-08-14T12:22:39.717Z | INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7301 | 2026-08-14T12:22:39.717Z | |
| 7302 | 2026-08-14T12:22:39.717Z | Aug 14 12:22:38.633 INFOadding route 172.17.0.47/32 -> 10.0.0.255 |
| 7303 | 2026-08-14T12:22:39.717Z | adding route 172.17.0.23/32 -> 10.0.0.255Aug 14 12:22:38.633 |
| 7304 | 2026-08-14T12:22:39.717Z | INFO Aug 14 12:22:38.633Aug 14 12:22:38.633 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 7305 | 2026-08-14T12:22:39.717Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7306 | 2026-08-14T12:22:39.717Z | |
| 7307 | 2026-08-14T12:22:39.717Z | Aug 14 12:22:38.633 Aug 14 12:22:38.633DEBG Aug 14 12:22:38.633INFO Aug 14 12:22:38.633replacing 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 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 7308 | 2026-08-14T12:22:39.717Z | |
| 7309 | 2026-08-14T12:22:39.717Z | DEBGadding route 172.17.0.48/32 -> 10.0.0.255 |
| 7310 | 2026-08-14T12:22:39.721Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:22:38.633Aug 14 12:22:38.633 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7311 | 2026-08-14T12:22:39.721Z | |
| 7312 | 2026-08-14T12:22:39.721Z | |
| 7313 | 2026-08-14T12:22:39.721Z | Aug 14 12:22:38.633 DEBG Aug 14 12:22:38.633replacing 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 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 14 12:22:38.634Aug 14 12:22:38.634 Aug 14 12:22:38.633DEBGDEBG |
| 7314 | 2026-08-14T12:22:39.721Z | INFO created new freemapadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffcreated new freemap, Aug 14 12:22:38.639, |
| 7315 | 2026-08-14T12:22:39.721Z | unit INFO: unitadding route 172.17.0.25/32 -> 10.0.0.255: |
| 7316 | 2026-08-14T12:22:39.721Z | freemap_route_ipv4 |
| 7317 | 2026-08-14T12:22:39.721Z | freemap_route_ipv4Aug 14 12:22:38.639Aug 14 12:22:38.639 |
| 7318 | 2026-08-14T12:22:39.721Z | 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 } }] |
| 7319 | 2026-08-14T12:22:39.721Z | 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 14 12:22:38.639 |
| 7320 | 2026-08-14T12:22:39.721Z | DEBGAug 14 12:22:38.639 created new freemapAug 14 12:22:38.639DEBG created new freemapAug 14 12:22:38.639 INFO, unitadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff : |
| 7321 | 2026-08-14T12:22:39.721Z | INFO freemap_route_ipv6adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7322 | 2026-08-14T12:22:39.721Z | |
| 7323 | 2026-08-14T12:22:39.721Z | Aug 14 12:22:38.639 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 } }]Aug 14 12:22:38.639 |
| 7324 | 2026-08-14T12:22:39.721Z | DEBGAug 14 12:22:38.639 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 |
| 7325 | 2026-08-14T12:22:39.721Z | Aug 14 12:22:38.639 initted freemap. size: 64INFO, unitAug 14 12:22:38.639:adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7326 | 2026-08-14T12:22:39.721Z | INFOfreemap_route_ipv4 |
| 7327 | 2026-08-14T12:22:39.721Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7328 | 2026-08-14T12:22:39.721Z | Aug 14 12:22:38.639 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 } }] |
| 7329 | 2026-08-14T12:22:39.721Z | Aug 14 12:22:38.639 DEBG reset freemap, , Aug 14 12:22:38.639unitunitAug 14 12:22:38.639: INFODEBGfreemap_route_ipv6 : replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7330 | 2026-08-14T12:22:39.721Z | |
| 7331 | 2026-08-14T12:22:39.721Z | |
| 7332 | 2026-08-14T12:22:39.721Z | freemap_route_ipv4Aug 14 12:22:38.639Aug 14 12:22:38.639 Aug 14 12:22:38.639DEBG INFO |
| 7333 | 2026-08-14T12:22:39.721Z | 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 } }] |
| 7334 | 2026-08-14T12:22:39.721Z | adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 7335 | 2026-08-14T12:22:39.721Z | Aug 14 12:22:38.627initted freemap. size: 64 Aug 14 12:22:38.639, INFOunit :Aug 14 12:22:38.639 adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 14 12:22:38.639 |
| 7336 | 2026-08-14T12:22:39.722Z | |
| 7337 | 2026-08-14T12:22:39.722Z | INFO DEBG DEBGAug 14 12:22:38.639 initted freemap. size: 64 , 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 } }] unit |
| 7338 | 2026-08-14T12:22:39.722Z | :reset freemap , adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit |
| 7339 | 2026-08-14T12:22:39.722Z | freemap_route_ipv6: |
| 7340 | 2026-08-14T12:22:39.722Z | Aug 14 12:22:38.639 Aug 14 12:22:38.639freemap_route_ipv4INFOAug 14 12:22:38.639 DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 7341 | 2026-08-14T12:22:39.722Z | Aug 14 12:22:38.639replacing 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 |
| 7342 | 2026-08-14T12:22:39.722Z | |
| 7343 | 2026-08-14T12:22:39.722Z | Aug 14 12:22:38.639 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 |
| 7344 | 2026-08-14T12:22:39.722Z | Aug 14 12:22:38.640 reset freemapAug 14 12:22:38.640, initted freemap. size: 64DEBGunit , :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 } }]unit |
| 7345 | 2026-08-14T12:22:39.722Z | :Aug 14 12:22:38.640 INFO freemap_route_ipv6adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7346 | 2026-08-14T12:22:39.722Z | freemap_route_ipv6 |
| 7347 | 2026-08-14T12:22:39.722Z | INFOAug 14 12:22:38.640 INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7348 | 2026-08-14T12:22:39.722Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 14 12:22:38.640Aug 14 12:22:38.640 |
| 7349 | 2026-08-14T12:22:39.722Z | DEBG |
| 7350 | 2026-08-14T12:22:39.722Z | DEBGAug 14 12:22:38.640Aug 14 12:22:38.640 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7351 | 2026-08-14T12:22:39.722Z | reset 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 |
| 7352 | 2026-08-14T12:22:39.722Z | : DEBGfreemap_route_ipv6 Aug 14 12:22:38.640replacing 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 14 12:22:38.640 |
| 7353 | 2026-08-14T12:22:39.722Z | |
| 7354 | 2026-08-14T12:22:39.722Z | Aug 14 12:22:38.640INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 14 12:22:38.640 |
| 7355 | 2026-08-14T12:22:39.722Z | INFO INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 14 12:22:38.640 |
| 7356 | 2026-08-14T12:22:39.722Z | Aug 14 12:22:38.640 |
| 7357 | 2026-08-14T12:22:39.722Z | INFO |
| 7358 | 2026-08-14T12:22:39.722Z | DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 14 12:22:38.640 |
| 7359 | 2026-08-14T12:22:39.722Z | DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.640 |
| 7360 | 2026-08-14T12:22:39.722Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:22:38.640 |
| 7361 | 2026-08-14T12:22:39.722Z | DEBG DEBGAug 14 12:22:38.640Aug 14 12:22:38.640replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:22:38.640 |
| 7362 | 2026-08-14T12:22:39.722Z | DEBGINFO 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 } }]Aug 14 12:22:38.640 |
| 7363 | 2026-08-14T12:22:39.722Z | 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7364 | 2026-08-14T12:22:39.722Z | |
| 7365 | 2026-08-14T12:22:39.722Z | |
| 7366 | 2026-08-14T12:22:39.722Z | Aug 14 12:22:38.640adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 14 12:22:38.640 Aug 14 12:22:38.640INFOINFO DEBG |
| 7367 | 2026-08-14T12:22:39.722Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7368 | 2026-08-14T12:22:39.722Z | adding route 3fff:beef:32::/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 } }]Aug 14 12:22:38.640 |
| 7369 | 2026-08-14T12:22:39.722Z | DEBG Aug 14 12:22:38.640Aug 14 12:22:38.640 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 } }] |
| 7370 | 2026-08-14T12:22:39.722Z | DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] 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 } }] |
| 7371 | 2026-08-14T12:22:39.722Z | |
| 7372 | 2026-08-14T12:22:39.722Z | |
| 7373 | 2026-08-14T12:22:39.722Z | Aug 14 12:22:38.640Aug 14 12:22:38.640 Aug 14 12:22:38.640 INFOAug 14 12:22:38.640 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 7374 | 2026-08-14T12:22:39.722Z | INFOAug 14 12:22:38.640 DEBG INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7375 | 2026-08-14T12:22:39.722Z | Aug 14 12:22:38.640 adding route 172.17.0.33/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7376 | 2026-08-14T12:22:39.723Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 7377 | 2026-08-14T12:22:39.723Z | |
| 7378 | 2026-08-14T12:22:39.723Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 14 12:22:38.640 |
| 7379 | 2026-08-14T12:22:39.723Z | Aug 14 12:22:38.640Aug 14 12:22:38.640Aug 14 12:22:38.640 DEBG DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:22:38.640 |
| 7380 | 2026-08-14T12:22:39.723Z | DEBG INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:22:38.640 |
| 7381 | 2026-08-14T12:22:39.723Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 7382 | 2026-08-14T12:22:39.723Z | |
| 7383 | 2026-08-14T12:22:39.723Z | |
| 7384 | 2026-08-14T12:22:39.723Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 14 12:22:38.640 |
| 7385 | 2026-08-14T12:22:39.723Z | INFOAug 14 12:22:38.640Aug 14 12:22:38.640 adding route 172.17.0.34/32 -> 10.0.0.255DEBG Aug 14 12:22:38.640Aug 14 12:22:38.640DEBG |
| 7386 | 2026-08-14T12:22:39.723Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7387 | 2026-08-14T12:22:39.723Z | |
| 7388 | 2026-08-14T12:22:39.723Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7389 | 2026-08-14T12:22:39.723Z | Aug 14 12:22:38.640 DEBGDEBGAug 14 12:22:38.640 Aug 14 12:22:38.640INFO replacing targets for 3fff:dead::/64 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 } }] |
| 7390 | 2026-08-14T12:22:39.723Z | DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 7391 | 2026-08-14T12:22:39.723Z | Aug 14 12:22:38.640replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7392 | 2026-08-14T12:22:39.723Z | DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:22:38.640replacing 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 |
| 7393 | 2026-08-14T12:22:39.723Z | |
| 7394 | 2026-08-14T12:22:39.723Z | 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 14 12:22:38.640 |
| 7395 | 2026-08-14T12:22:39.723Z | DEBGAug 14 12:22:38.640 Aug 14 12:22:38.640 INFOINFOAug 14 12:22:38.640Aug 14 12:22:38.633 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7396 | 2026-08-14T12:22:39.723Z | |
| 7397 | 2026-08-14T12:22:39.723Z | |
| 7398 | 2026-08-14T12:22:39.723Z | INFOAug 14 12:22:38.640 DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 7399 | 2026-08-14T12:22:39.723Z | 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 } }] |
| 7400 | 2026-08-14T12:22:39.723Z | Aug 14 12:22:38.640 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 } }] |
| 7401 | 2026-08-14T12:22:39.723Z | Aug 14 12:22:38.640 |
| 7402 | 2026-08-14T12:22:39.723Z | Aug 14 12:22:38.640 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:22:38.640 |
| 7403 | 2026-08-14T12:22:39.723Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO |
| 7404 | 2026-08-14T12:22:39.723Z | Aug 14 12:22:38.640adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7405 | 2026-08-14T12:22:39.723Z | DEBG Aug 14 12:22:38.640replacing 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 } }] |
| 7406 | 2026-08-14T12:22:39.723Z | DEBG Aug 14 12:22:38.640replacing 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 } }] |
| 7407 | 2026-08-14T12:22:39.723Z | 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 } }] |
| 7408 | 2026-08-14T12:22:39.723Z | Aug 14 12:22:38.640Aug 14 12:22:38.640 INFOAug 14 12:22:38.640 Aug 14 12:22:38.640DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7409 | 2026-08-14T12:22:39.723Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 7410 | 2026-08-14T12:22:39.727Z | Aug 14 12:22:38.640adding route 172.17.0.50/32 -> 10.0.0.255 DEBG |
| 7411 | 2026-08-14T12:22:39.727Z | 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 } }] |
| 7412 | 2026-08-14T12:22:39.727Z | 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 14 12:22:38.640 |
| 7413 | 2026-08-14T12:22:39.727Z | Aug 14 12:22:38.640 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 7414 | 2026-08-14T12:22:39.727Z | |
| 7415 | 2026-08-14T12:22:39.727Z | Aug 14 12:22:38.640Aug 14 12:22:38.640 INFOINFO Aug 14 12:22:38.640 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 14 12:22:38.640 INFOadding route 172.17.0.36/32 -> 10.0.0.255 |
| 7416 | 2026-08-14T12:22:39.727Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 7417 | 2026-08-14T12:22:39.727Z | |
| 7418 | 2026-08-14T12:22:39.728Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 14 12:22:38.640 |
| 7419 | 2026-08-14T12:22:39.728Z | DEBG Aug 14 12:22:38.640replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7420 | 2026-08-14T12:22:39.728Z | 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 } }] |
| 7421 | 2026-08-14T12:22:39.728Z | Aug 14 12:22:38.640Aug 14 12:22:38.640Aug 14 12:22:38.646 Aug 14 12:22:38.646DEBGINFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7422 | 2026-08-14T12:22:39.728Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 |
| 7423 | 2026-08-14T12:22:39.728Z | |
| 7424 | 2026-08-14T12:22:39.728Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 14 12:22:38.646Aug 14 12:22:38.646 DEBGINFO |
| 7425 | 2026-08-14T12:22:39.728Z | 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.52/32 -> 10.0.0.255Aug 14 12:22:38.646 |
| 7426 | 2026-08-14T12:22:39.728Z | INFO |
| 7427 | 2026-08-14T12:22:39.728Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 14 12:22:38.646 |
| 7428 | 2026-08-14T12:22:39.728Z | DEBGAug 14 12:22:38.640Aug 14 12:22:38.646Aug 14 12:22:38.646 Aug 14 12:22:38.646DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7429 | 2026-08-14T12:22:39.728Z | 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 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:39::/64 -> 2001:db8::55:ff |
| 7430 | 2026-08-14T12:22:39.728Z | |
| 7431 | 2026-08-14T12:22:39.728Z | Aug 14 12:22:38.646created new freemap |
| 7432 | 2026-08-14T12:22:39.728Z | INFOAug 14 12:22:38.646, Aug 14 12:22:38.646INFOAug 14 12:22:38.646unit : adding route 3fff:beef:32::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 7433 | 2026-08-14T12:22:39.728Z | |
| 7434 | 2026-08-14T12:22:39.728Z | DEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 7435 | 2026-08-14T12:22:39.728Z | 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 } }]INFOAug 14 12:22:38.646 |
| 7436 | 2026-08-14T12:22:39.728Z | Aug 14 12:22:38.646DEBG 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 freemapadding route 172.17.0.53/32 -> 10.0.0.255 |
| 7437 | 2026-08-14T12:22:39.728Z | , |
| 7438 | 2026-08-14T12:22:39.728Z | unit:Aug 14 12:22:38.646Aug 14 12:22:38.646 Aug 14 12:22:38.646 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7439 | 2026-08-14T12:22:39.728Z | |
| 7440 | 2026-08-14T12:22:39.728Z | freemap_route_ipv6Aug 14 12:22:38.646 |
| 7441 | 2026-08-14T12:22:39.728Z | Aug 14 12:22:38.646DEBGAug 14 12:22:38.646replacing 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 14 12:22:38.646 |
| 7442 | 2026-08-14T12:22:39.728Z | DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7443 | 2026-08-14T12:22:39.728Z | DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. size: 64 |
| 7444 | 2026-08-14T12:22:39.728Z | Aug 14 12:22:38.646 INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit Aug 14 12:22:38.646 |
| 7445 | 2026-08-14T12:22:39.728Z | adding route 172.17.0.54/32 -> 10.0.0.255:INFO |
| 7446 | 2026-08-14T12:22:39.728Z | freemap_route_ipv4Aug 14 12:22:38.646 Aug 14 12:22:38.646 |
| 7447 | 2026-08-14T12:22:39.728Z | Aug 14 12:22:38.646INFO INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7448 | 2026-08-14T12:22:39.728Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7449 | 2026-08-14T12:22:39.728Z | |
| 7450 | 2026-08-14T12:22:39.728Z | DEBG Aug 14 12:22:38.646replacing 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 } }] |
| 7451 | 2026-08-14T12:22:39.728Z | DEBGAug 14 12:22:38.646Aug 14 12:22:38.646 Aug 14 12:22:38.646 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemap |
| 7452 | 2026-08-14T12:22:39.728Z | 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 } }]unitAug 14 12:22:38.646replacing 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 } }]: |
| 7453 | 2026-08-14T12:22:39.728Z | freemap_route_ipv4 |
| 7454 | 2026-08-14T12:22:39.728Z | Aug 14 12:22:38.646 INFOINFO |
| 7455 | 2026-08-14T12:22:39.728Z | Aug 14 12:22:38.646 adding route 172.17.0.55/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7456 | 2026-08-14T12:22:39.728Z | |
| 7457 | 2026-08-14T12:22:39.728Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7458 | 2026-08-14T12:22:39.729Z | Aug 14 12:22:38.646 Aug 14 12:22:38.646Aug 14 12:22:38.646INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255 DEBG initted freemap. size: 64replacing 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 } }], |
| 7459 | 2026-08-14T12:22:39.729Z | Aug 14 12:22:38.646 |
| 7460 | 2026-08-14T12:22:39.729Z | Aug 14 12:22:38.646unitDEBG: Aug 14 12:22:38.646replacing 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 |
| 7461 | 2026-08-14T12:22:39.729Z | freemap_route_ipv6 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 14 12:22:38.646 |
| 7462 | 2026-08-14T12:22:39.729Z | Aug 14 12:22:38.646 |
| 7463 | 2026-08-14T12:22:39.729Z | DEBG failed to allocate space for the new target listDEBG |
| 7464 | 2026-08-14T12:22:39.729Z | DEBGAug 14 12:22:38.646 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 } }] reset freemap |
| 7465 | 2026-08-14T12:22:39.729Z | 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 14 12:22:38.646 |
| 7466 | 2026-08-14T12:22:39.729Z | DEBG Aug 14 12:22:38.646, 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 14 12:22:38.646 unitINFO |
| 7467 | 2026-08-14T12:22:39.729Z | :adding route 172.17.0.56/32 -> 10.0.0.255DEBG |
| 7468 | 2026-08-14T12:22:39.729Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]freemap_route_ipv6 |
| 7469 | 2026-08-14T12:22:39.729Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7470 | 2026-08-14T12:22:39.729Z | Aug 14 12:22:38.646 |
| 7471 | 2026-08-14T12:22:39.729Z | test route::tests::delete_target_full ... ok |
| 7472 | 2026-08-14T12:22:39.729Z | Aug 14 12:22:38.646 Aug 14 12:22:38.646 INFODEBGINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7473 | 2026-08-14T12:22:39.729Z | 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 14 12:22:38.646 |
| 7474 | 2026-08-14T12:22:39.729Z | INFOadding route 172.17.0.41/32 -> 10.0.0.255Aug 14 12:22:38.646Aug 14 12:22:38.646 |
| 7475 | 2026-08-14T12:22:39.729Z | INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7476 | 2026-08-14T12:22:39.729Z | adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 7477 | 2026-08-14T12:22:39.729Z | 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 14 12:22:38.646 |
| 7478 | 2026-08-14T12:22:39.729Z | Aug 14 12:22:38.646DEBGAug 14 12:22:38.646 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7479 | 2026-08-14T12:22:39.729Z | DEBGDEBG Aug 14 12:22:38.646 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7480 | 2026-08-14T12:22:39.729Z | |
| 7481 | 2026-08-14T12:22:39.729Z | replacing targets for 3fff:dead::/64 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 14 12:22:38.652 |
| 7482 | 2026-08-14T12:22:39.729Z | Aug 14 12:22:38.652 |
| 7483 | 2026-08-14T12:22:39.729Z | INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255 |
| 7484 | 2026-08-14T12:22:39.729Z | 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 } }] |
| 7485 | 2026-08-14T12:22:39.729Z | Aug 14 12:22:38.627Aug 14 12:22:38.652 Aug 14 12:22:38.652INFODEBGAug 14 12:22:38.652 adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 7486 | 2026-08-14T12:22:39.729Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7487 | 2026-08-14T12:22:39.729Z | |
| 7488 | 2026-08-14T12:22:39.729Z | 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 } }]Aug 14 12:22:38.652 |
| 7489 | 2026-08-14T12:22:39.729Z | DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.647Aug 14 12:22:38.652 DEBG |
| 7490 | 2026-08-14T12:22:39.729Z | INFOcreated new freemap , adding route 172.17.0.43/32 -> 10.0.0.255unit |
| 7491 | 2026-08-14T12:22:39.729Z | : Aug 14 12:22:38.652freemap_route_ipv4 |
| 7492 | 2026-08-14T12:22:39.729Z | INFO Aug 14 12:22:38.652Aug 14 12:22:38.652 adding route 172.17.0.59/32 -> 10.0.0.255INFO |
| 7493 | 2026-08-14T12:22:39.729Z | DEBGAug 14 12:22:38.652 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7494 | 2026-08-14T12:22:39.729Z | 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 } }] Aug 14 12:22:38.652created new freemap , DEBGunit :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 } }] |
| 7495 | 2026-08-14T12:22:39.729Z | freemap_route_ipv6 |
| 7496 | 2026-08-14T12:22:39.729Z | |
| 7497 | 2026-08-14T12:22:39.729Z | Aug 14 12:22:38.652Aug 14 12:22:38.652 Aug 14 12:22:38.652Aug 14 12:22:38.652 INFODEBG DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 7498 | 2026-08-14T12:22:39.730Z | initted freemap. size: 64 , Aug 14 12:22:38.652INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7499 | 2026-08-14T12:22:39.730Z | unitadding route 172.17.0.23/32 -> 10.0.0.255: |
| 7500 | 2026-08-14T12:22:39.730Z | Aug 14 12:22:38.653 Aug 14 12:22:38.653adding route 172.17.0.44/32 -> 10.0.0.255 freemap_route_ipv4INFO |
| 7501 | 2026-08-14T12:22:39.730Z | |
| 7502 | 2026-08-14T12:22:39.730Z | Aug 14 12:22:38.653 adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 7503 | 2026-08-14T12:22:39.730Z | Aug 14 12:22:38.653DEBG Aug 14 12:22:38.653DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7504 | 2026-08-14T12:22:39.730Z | 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 } }] |
| 7505 | 2026-08-14T12:22:39.730Z | Aug 14 12:22:38.653 Aug 14 12:22:38.653reset freemap Aug 14 12:22:38.653, unitINFO: adding route 172.17.0.24/32 -> 10.0.0.255 DEBGfreemap_route_ipv4 |
| 7506 | 2026-08-14T12:22:39.730Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7507 | 2026-08-14T12:22:39.730Z | 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 } }] |
| 7508 | 2026-08-14T12:22:39.730Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7509 | 2026-08-14T12:22:39.730Z | Aug 14 12:22:38.653 |
| 7510 | 2026-08-14T12:22:39.734Z | DEBG Aug 14 12:22:38.653initted freemap. size: 64Aug 14 12:22:38.653 Aug 14 12:22:38.653, INFOINFOAug 14 12:22:38.653 unit 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.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 } }] |
| 7511 | 2026-08-14T12:22:39.734Z | : freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7512 | 2026-08-14T12:22:39.734Z | |
| 7513 | 2026-08-14T12:22:39.734Z | |
| 7514 | 2026-08-14T12:22:39.734Z | Aug 14 12:22:38.653 Aug 14 12:22:38.653INFOadding route 172.17.0.61/32 -> 10.0.0.255 |
| 7515 | 2026-08-14T12:22:39.734Z | Aug 14 12:22:38.653INFO Aug 14 12:22:38.653 DEBGadding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 7516 | 2026-08-14T12:22:39.734Z | |
| 7517 | 2026-08-14T12:22:39.734Z | Aug 14 12:22:38.653 reset freemap, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 |
| 7518 | 2026-08-14T12:22:39.734Z | :Aug 14 12:22:38.653 freemap_route_ipv6 |
| 7519 | 2026-08-14T12:22:39.734Z | Aug 14 12:22:38.653DEBG Aug 14 12:22:38.653 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 } }]DEBG |
| 7520 | 2026-08-14T12:22:39.734Z | 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 } }] 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 } }]Aug 14 12:22:38.653Aug 14 12:22:38.653 |
| 7521 | 2026-08-14T12:22:39.734Z | |
| 7522 | 2026-08-14T12:22:39.734Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 7523 | 2026-08-14T12:22:39.734Z | adding route 172.17.0.26/32 -> 10.0.0.255Aug 14 12:22:38.653 |
| 7524 | 2026-08-14T12:22:39.734Z | 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 |
| 7525 | 2026-08-14T12:22:39.734Z | Aug 14 12:22:38.653Aug 14 12:22:38.653 DEBG adding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 7526 | 2026-08-14T12:22:39.734Z | Aug 14 12:22:38.653 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.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 } }] |
| 7527 | 2026-08-14T12:22:39.734Z | |
| 7528 | 2026-08-14T12:22:39.734Z | Aug 14 12:22:38.653INFO Aug 14 12:22:38.653DEBG adding route 172.17.0.62/32 -> 10.0.0.255 INFO |
| 7529 | 2026-08-14T12:22:39.734Z | 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 } }] |
| 7530 | 2026-08-14T12:22:39.735Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7531 | 2026-08-14T12:22:39.735Z | Aug 14 12:22:38.653Aug 14 12:22:38.653 Aug 14 12:22:38.653DEBG INFOreplacing 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 14 12:22:38.653 Aug 14 12:22:38.653adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7532 | 2026-08-14T12:22:39.735Z | 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 } }] |
| 7533 | 2026-08-14T12:22:39.735Z | INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:22:38.653 |
| 7534 | 2026-08-14T12:22:39.735Z | DEBG |
| 7535 | 2026-08-14T12:22:39.735Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7536 | 2026-08-14T12:22:39.735Z | Aug 14 12:22:38.653Aug 14 12:22:38.653 DEBGINFOAug 14 12:22:38.653 Aug 14 12:22:38.653adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7537 | 2026-08-14T12:22:39.735Z | INFO failed to allocate space for the new target listadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7538 | 2026-08-14T12:22:39.735Z | DEBG |
| 7539 | 2026-08-14T12:22:39.735Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:22:38.653 |
| 7540 | 2026-08-14T12:22:39.735Z | Aug 14 12:22:38.653Aug 14 12:22:38.653 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 } }]Aug 14 12:22:38.653 |
| 7541 | 2026-08-14T12:22:39.735Z | 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.16.0.0/32 -> 10.0.0.1 |
| 7542 | 2026-08-14T12:22:39.735Z | |
| 7543 | 2026-08-14T12:22:39.735Z | Aug 14 12:22:38.653replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 7544 | 2026-08-14T12:22:39.735Z | Aug 14 12:22:38.653 adding route 172.17.0.29/32 -> 10.0.0.255Aug 14 12:22:38.653INFO |
| 7545 | 2026-08-14T12:22:39.735Z | DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7546 | 2026-08-14T12:22:39.735Z | 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 } }] |
| 7547 | 2026-08-14T12:22:39.735Z | Aug 14 12:22:38.653 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 } }]Aug 14 12:22:38.653 |
| 7548 | 2026-08-14T12:22:39.735Z | Aug 14 12:22:38.653DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7549 | 2026-08-14T12:22:39.735Z | Aug 14 12:22:38.653adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7550 | 2026-08-14T12:22:39.735Z | INFO Aug 14 12:22:38.653adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7551 | 2026-08-14T12:22:39.735Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7552 | 2026-08-14T12:22:39.735Z | Aug 14 12:22:38.653 DEBG Aug 14 12:22:38.653replacing 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 } }] |
| 7553 | 2026-08-14T12:22:39.735Z | DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7554 | 2026-08-14T12:22:39.735Z | Aug 14 12:22:38.653 INFO Aug 14 12:22:38.653adding route 172.17.0.31/32 -> 10.0.0.255Aug 14 12:22:38.653 |
| 7555 | 2026-08-14T12:22:39.735Z | DEBGDEBG failed to allocate space for the new target list |
| 7556 | 2026-08-14T12:22:39.735Z | 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 14 12:22:38.653 |
| 7557 | 2026-08-14T12:22:39.735Z | 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 } }] |
| 7558 | 2026-08-14T12:22:39.735Z | Aug 14 12:22:38.653 DEBGAug 14 12:22:38.653 Aug 14 12:22:38.653replacing targets for 3fff:dead::/64 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 } }] INFO |
| 7559 | 2026-08-14T12:22:39.735Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7560 | 2026-08-14T12:22:39.735Z | |
| 7561 | 2026-08-14T12:22:39.735Z | Aug 14 12:22:38.653 Aug 14 12:22:38.653DEBG 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 } }] |
| 7562 | 2026-08-14T12:22:39.735Z | 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 } }] |
| 7563 | 2026-08-14T12:22:39.735Z | Aug 14 12:22:38.653Aug 14 12:22:38.653 INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7564 | 2026-08-14T12:22:39.735Z | |
| 7565 | 2026-08-14T12:22:39.735Z | Aug 14 12:22:38.653 Aug 14 12:22:38.653DEBG 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 } }] |
| 7566 | 2026-08-14T12:22:39.735Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7567 | 2026-08-14T12:22:39.735Z | 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 14 12:22:38.653Aug 14 12:22:38.653 |
| 7568 | 2026-08-14T12:22:39.735Z | INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7569 | 2026-08-14T12:22:39.735Z | |
| 7570 | 2026-08-14T12:22:39.736Z | Aug 14 12:22:38.653 INFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 14 12:22:38.653 |
| 7571 | 2026-08-14T12:22:39.736Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7572 | 2026-08-14T12:22:39.736Z | Aug 14 12:22:38.653DEBG DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 14 12:22:38.653 |
| 7573 | 2026-08-14T12:22:39.736Z | |
| 7574 | 2026-08-14T12:22:39.736Z | DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.653 |
| 7575 | 2026-08-14T12:22:39.736Z | Aug 14 12:22:38.653INFO adding route 172.17.0.35/32 -> 10.0.0.255INFO |
| 7576 | 2026-08-14T12:22:39.736Z | test route::tests::add_target_fails_full ... ok |
| 7577 | 2026-08-14T12:22:39.736Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 14 12:22:38.653 |
| 7578 | 2026-08-14T12:22:39.736Z | Aug 14 12:22:38.653INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255 Aug 14 12:22:38.653replacing 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 } }] |
| 7579 | 2026-08-14T12:22:39.736Z | |
| 7580 | 2026-08-14T12:22:39.736Z | 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 } }] |
| 7581 | 2026-08-14T12:22:39.736Z | Aug 14 12:22:38.653Aug 14 12:22:38.653 INFODEBG adding route 172.17.0.36/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 } }] |
| 7582 | 2026-08-14T12:22:39.736Z | |
| 7583 | 2026-08-14T12:22:39.736Z | Aug 14 12:22:38.653 INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 14 12:22:38.653Aug 14 12:22:38.653 |
| 7584 | 2026-08-14T12:22:39.736Z | INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255Aug 14 12:22:38.653replacing 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 } }] |
| 7585 | 2026-08-14T12:22:39.736Z | |
| 7586 | 2026-08-14T12:22:39.736Z | 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 } }] |
| 7587 | 2026-08-14T12:22:39.736Z | Aug 14 12:22:38.653 Aug 14 12:22:38.653DEBG Aug 14 12:22:38.653 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 } }] adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7588 | 2026-08-14T12:22:39.736Z | Aug 14 12:22:38.653Aug 14 12:22:38.654 INFODEBG DEBG adding route 172.17.0.5/32 -> 10.0.0.255created new freemapAug 14 12:22:38.679created new freemap |
| 7589 | 2026-08-14T12:22:39.736Z | , , unit:DEBG unit freemap_route_ipv4replacing 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 } }] |
| 7590 | 2026-08-14T12:22:39.736Z | : |
| 7591 | 2026-08-14T12:22:39.736Z | freemap_route_ipv4Aug 14 12:22:38.679 |
| 7592 | 2026-08-14T12:22:39.736Z | DEBGAug 14 12:22:38.679 Aug 14 12:22:38.679DEBGreplacing 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 } }] |
| 7593 | 2026-08-14T12:22:39.736Z | created new freemapINFO, unitadding route 172.17.0.38/32 -> 10.0.0.255:Aug 14 12:22:38.679Aug 14 12:22:38.679 freemap_route_ipv6DEBG |
| 7594 | 2026-08-14T12:22:39.736Z | |
| 7595 | 2026-08-14T12:22:39.736Z | INFOcreated new freemap, unitadding route 172.17.0.6/32 -> 10.0.0.255: |
| 7596 | 2026-08-14T12:22:39.736Z | Aug 14 12:22:38.679Aug 14 12:22:38.679 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 |
| 7597 | 2026-08-14T12:22:39.736Z | initted freemap. size: 64, unit: freemap_route_ipv4 |
| 7598 | 2026-08-14T12:22:39.736Z | Aug 14 12:22:38.679Aug 14 12:22:38.679 Aug 14 12:22:38.679 INFODEBG DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 7599 | 2026-08-14T12:22:39.736Z | reset freemapreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 7600 | 2026-08-14T12:22:39.736Z | unitAug 14 12:22:38.679: DEBGfreemap_route_ipv4 |
| 7601 | 2026-08-14T12:22:39.736Z | 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 14 12:22:38.679 |
| 7602 | 2026-08-14T12:22:39.736Z | INFOAug 14 12:22:38.679 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 7603 | 2026-08-14T12:22:39.736Z | Aug 14 12:22:38.679adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7604 | 2026-08-14T12:22:39.736Z | INFO |
| 7605 | 2026-08-14T12:22:39.736Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 14 12:22:38.679 Aug 14 12:22:38.679DEBG |
| 7606 | 2026-08-14T12:22:39.736Z | reset freemapDEBG, Aug 14 12:22:38.679Aug 14 12:22:38.679replacing 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 } }] INFODEBG |
| 7607 | 2026-08-14T12:22:39.736Z | 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 } }]unit |
| 7608 | 2026-08-14T12:22:39.736Z | : Aug 14 12:22:38.679freemap_route_ipv6adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7609 | 2026-08-14T12:22:39.737Z | |
| 7610 | 2026-08-14T12:22:39.741Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255Aug 14 12:22:38.679Aug 14 12:22:38.679 |
| 7611 | 2026-08-14T12:22:39.741Z | INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7612 | 2026-08-14T12:22:39.741Z | 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 14 12:22:38.679 |
| 7613 | 2026-08-14T12:22:39.741Z | Aug 14 12:22:38.679INFOAug 14 12:22:38.679 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7614 | 2026-08-14T12:22:39.741Z | DEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.679Aug 14 12:22:38.679 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 } }] |
| 7615 | 2026-08-14T12:22:39.741Z | DEBG |
| 7616 | 2026-08-14T12:22:39.741Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 7617 | 2026-08-14T12:22:39.741Z | adding route 172.17.0.53/32 -> 10.0.0.255Aug 14 12:22:38.679 |
| 7618 | 2026-08-14T12:22:39.741Z | Aug 14 12:22:38.679INFO INFOadding route 172.17.0.42/32 -> 10.0.0.255 |
| 7619 | 2026-08-14T12:22:39.741Z | Aug 14 12:22:38.679adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7620 | 2026-08-14T12:22:39.741Z | Aug 14 12:22:38.679INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7621 | 2026-08-14T12:22:39.741Z | DEBG Aug 14 12:22:38.679replacing 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 14 12:22:38.679 |
| 7622 | 2026-08-14T12:22:39.741Z | DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7623 | 2026-08-14T12:22:39.741Z | |
| 7624 | 2026-08-14T12:22:39.741Z | Aug 14 12:22:38.679 Aug 14 12:22:38.679DEBG 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 } }] |
| 7625 | 2026-08-14T12:22:39.741Z | Aug 14 12:22:38.679Aug 14 12:22:38.679 adding route 172.17.0.54/32 -> 10.0.0.255INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7626 | 2026-08-14T12:22:39.741Z | Aug 14 12:22:38.679adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7627 | 2026-08-14T12:22:39.741Z | INFO |
| 7628 | 2026-08-14T12:22:39.741Z | Aug 14 12:22:38.679adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7629 | 2026-08-14T12:22:39.741Z | DEBGAug 14 12:22:38.679 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 |
| 7630 | 2026-08-14T12:22:39.741Z | Aug 14 12:22:38.679replacing 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 |
| 7631 | 2026-08-14T12:22:39.741Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:22:38.679 |
| 7632 | 2026-08-14T12:22:39.741Z | Aug 14 12:22:38.679 DEBGINFOAug 14 12:22:38.679 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 } }] Aug 14 12:22:38.679 |
| 7633 | 2026-08-14T12:22:39.741Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7634 | 2026-08-14T12:22:39.741Z | INFOadding route 172.17.0.55/32 -> 10.0.0.255 |
| 7635 | 2026-08-14T12:22:39.741Z | adding route 172.17.0.44/32 -> 10.0.0.255Aug 14 12:22:38.679 |
| 7636 | 2026-08-14T12:22:39.741Z | Aug 14 12:22:38.679DEBGAug 14 12:22:38.679 DEBGAug 14 12:22:38.679 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 } }]DEBGINFO |
| 7637 | 2026-08-14T12:22:39.741Z | adding route 172.17.0.11/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 } }]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 } }] |
| 7638 | 2026-08-14T12:22:39.741Z | |
| 7639 | 2026-08-14T12:22:39.741Z | |
| 7640 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679 Aug 14 12:22:38.679Aug 14 12:22:38.679 INFODEBGDEBG Aug 14 12:22:38.679 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.56/32 -> 10.0.0.255 |
| 7641 | 2026-08-14T12:22:39.742Z | INFO |
| 7642 | 2026-08-14T12:22:39.742Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 7643 | 2026-08-14T12:22:39.742Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7644 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679Aug 14 12:22:38.679 INFODEBG Aug 14 12:22:38.679adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7645 | 2026-08-14T12:22:39.742Z | DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7646 | 2026-08-14T12:22:39.742Z | 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 14 12:22:38.679 |
| 7647 | 2026-08-14T12:22:39.742Z | DEBG Aug 14 12:22:38.679replacing 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 } }] |
| 7648 | 2026-08-14T12:22:39.742Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7649 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679 Aug 14 12:22:38.679INFO Aug 14 12:22:38.679adding route 172.17.0.13/32 -> 10.0.0.255INFO DEBG |
| 7650 | 2026-08-14T12:22:39.742Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7651 | 2026-08-14T12:22:39.742Z | 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 } }] |
| 7652 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679 DEBG Aug 14 12:22:38.679replacing 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 } }] |
| 7653 | 2026-08-14T12:22:39.742Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7654 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679Aug 14 12:22:38.679 Aug 14 12:22:38.679INFODEBG adding route 172.17.0.14/32 -> 10.0.0.255 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 } }] |
| 7655 | 2026-08-14T12:22:39.742Z | DEBG |
| 7656 | 2026-08-14T12:22:39.742Z | 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 } }] |
| 7657 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679 INFOAug 14 12:22:38.679 adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 7658 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679 adding route 172.17.0.59/32 -> 10.0.0.255DEBG |
| 7659 | 2026-08-14T12:22:39.742Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.679 |
| 7660 | 2026-08-14T12:22:39.742Z | DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.679 |
| 7661 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679DEBG INFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.679adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7662 | 2026-08-14T12:22:39.742Z | INFO |
| 7663 | 2026-08-14T12:22:39.742Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7664 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679 DEBGAug 14 12:22:38.679 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 |
| 7665 | 2026-08-14T12:22:39.742Z | 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 14 12:22:38.679 |
| 7666 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255 |
| 7667 | 2026-08-14T12:22:39.742Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:22:38.679 |
| 7668 | 2026-08-14T12:22:39.742Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7669 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679 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 14 12:22:38.679 |
| 7670 | 2026-08-14T12:22:39.742Z | test route::tests::delete_target_fragmented ... ok |
| 7671 | 2026-08-14T12:22:39.742Z | DEBGAug 14 12:22:38.679 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 |
| 7672 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679replacing 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 |
| 7673 | 2026-08-14T12:22:39.742Z | adding route 172.17.0.61/32 -> 10.0.0.255Aug 14 12:22:38.679 |
| 7674 | 2026-08-14T12:22:39.742Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7675 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.679 |
| 7676 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679 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.17/32 -> 10.0.0.255 |
| 7677 | 2026-08-14T12:22:39.742Z | |
| 7678 | 2026-08-14T12:22:39.742Z | Aug 14 12:22:38.679 INFO Aug 14 12:22:38.679adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7679 | 2026-08-14T12:22:39.742Z | 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 } }] |
| 7680 | 2026-08-14T12:22:39.743Z | Aug 14 12:22:38.679Aug 14 12:22:38.679 INFOAug 14 12:22:38.679 DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 7681 | 2026-08-14T12:22:39.743Z | 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 } }]INFO |
| 7682 | 2026-08-14T12:22:39.743Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7683 | 2026-08-14T12:22:39.743Z | Aug 14 12:22:38.679 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 } }]Aug 14 12:22:38.679 |
| 7684 | 2026-08-14T12:22:39.743Z | 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 } }]Aug 14 12:22:38.679Aug 14 12:22:38.679 |
| 7685 | 2026-08-14T12:22:39.743Z | INFOINFO adding route 172.17.0.63/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7686 | 2026-08-14T12:22:39.743Z | Aug 14 12:22:38.679 |
| 7687 | 2026-08-14T12:22:39.743Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7688 | 2026-08-14T12:22:39.743Z | Aug 14 12:22:38.679 DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.679 |
| 7689 | 2026-08-14T12:22:39.743Z | DEBGAug 14 12:22:38.679 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:22:38.679 |
| 7690 | 2026-08-14T12:22:39.743Z | DEBG 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 } }] |
| 7691 | 2026-08-14T12:22:39.743Z | failed to allocate space for the new target listAug 14 12:22:38.679 |
| 7692 | 2026-08-14T12:22:39.743Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 14 12:22:38.679 |
| 7693 | 2026-08-14T12:22:39.743Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7694 | 2026-08-14T12:22:39.743Z | Aug 14 12:22:38.679 DEBGAug 14 12:22:38.679 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 |
| 7695 | 2026-08-14T12:22:39.743Z | Aug 14 12:22:38.679 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7696 | 2026-08-14T12:22:39.743Z | Aug 14 12:22:38.679replacing 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 } }] |
| 7697 | 2026-08-14T12:22:39.743Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 14 12:22:38.679 |
| 7698 | 2026-08-14T12:22:39.743Z | DEBG failed to allocate space for the new target list |
| 7699 | 2026-08-14T12:22:39.743Z | Aug 14 12:22:38.679 DEBG Aug 14 12:22:38.679replacing 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 } }] |
| 7700 | 2026-08-14T12:22:39.743Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255freemap_route_ipv6 |
| 7701 | 2026-08-14T12:22:39.743Z | Aug 14 12:22:38.679 |
| 7702 | 2026-08-14T12:22:39.743Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7703 | 2026-08-14T12:22:39.743Z | Aug 14 12:22:38.679 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 14 12:22:38.679 |
| 7704 | 2026-08-14T12:22:39.743Z | DEBGAug 14 12:22:38.679 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 } }] |
| 7705 | 2026-08-14T12:22:39.743Z | DEBG initted freemap. size: 64Aug 14 12:22:38.687, unitINFO: adding route 172.17.0.23/32 -> 10.0.0.255freemap_route_ipv4 |
| 7706 | 2026-08-14T12:22:39.743Z | |
| 7707 | 2026-08-14T12:22:39.743Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 DEBGDEBG reset freemapreplacing 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 } }], |
| 7708 | 2026-08-14T12:22:39.743Z | unit: freemap_route_ipv4 |
| 7709 | 2026-08-14T12:22:39.743Z | Aug 14 12:22:38.687 Aug 14 12:22:38.687INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255 |
| 7710 | 2026-08-14T12:22:39.747Z | initted freemap. size: 64, unitAug 14 12:22:38.687:Aug 14 12:22:38.687 DEBGfreemap_route_ipv6INFO |
| 7711 | 2026-08-14T12:22:39.747Z | adding route 172.17.0.55/32 -> 10.0.0.255replacing 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 } }] |
| 7712 | 2026-08-14T12:22:39.747Z | |
| 7713 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687 Aug 14 12:22:38.687DEBGAug 14 12:22:38.687 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7714 | 2026-08-14T12:22:39.748Z | reset freemap |
| 7715 | 2026-08-14T12:22:39.748Z | , unit: freemap_route_ipv6Aug 14 12:22:38.687Aug 14 12:22:38.687 |
| 7716 | 2026-08-14T12:22:39.748Z | INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7717 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687 Aug 14 12:22:38.687INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7718 | 2026-08-14T12:22:39.748Z | 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 } }] |
| 7719 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687 Aug 14 12:22:38.687 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 } }] |
| 7720 | 2026-08-14T12:22:39.748Z | |
| 7721 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 7722 | 2026-08-14T12:22:39.748Z | |
| 7723 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687 Aug 14 12:22:38.687INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255 |
| 7724 | 2026-08-14T12:22:39.748Z | 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 } }] |
| 7725 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 7726 | 2026-08-14T12:22:39.748Z | |
| 7727 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687 Aug 14 12:22:38.687INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255 |
| 7728 | 2026-08-14T12:22:39.748Z | 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 } }] |
| 7729 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 7730 | 2026-08-14T12:22:39.748Z | |
| 7731 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687 Aug 14 12:22:38.687INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 7732 | 2026-08-14T12:22:39.748Z | 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 } }] |
| 7733 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7734 | 2026-08-14T12:22:39.748Z | |
| 7735 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687 Aug 14 12:22:38.687DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7736 | 2026-08-14T12:22:39.748Z | failed to allocate space for the new target list |
| 7737 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 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.1/32 -> 10.0.0.255 |
| 7738 | 2026-08-14T12:22:39.748Z | |
| 7739 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687 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 } }] |
| 7740 | 2026-08-14T12:22:39.748Z | 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 14 12:22:38.687 |
| 7741 | 2026-08-14T12:22:39.748Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7742 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687 INFOAug 14 12:22:38.687 adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 7743 | 2026-08-14T12:22:39.748Z | 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 } }] |
| 7744 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687 Aug 14 12:22:38.687DEBG INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7745 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687 |
| 7746 | 2026-08-14T12:22:39.748Z | 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 } }] |
| 7747 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687 Aug 14 12:22:38.687INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 7748 | 2026-08-14T12:22:39.748Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7749 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687 Aug 14 12:22:38.687DEBG 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 } }] |
| 7750 | 2026-08-14T12:22:39.748Z | 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 } }] |
| 7751 | 2026-08-14T12:22:39.748Z | Aug 14 12:22:38.687 Aug 14 12:22:38.687INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255 |
| 7752 | 2026-08-14T12:22:39.748Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7753 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 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 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 } }] |
| 7754 | 2026-08-14T12:22:39.749Z | |
| 7755 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7756 | 2026-08-14T12:22:39.749Z | |
| 7757 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7758 | 2026-08-14T12:22:39.749Z | |
| 7759 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7760 | 2026-08-14T12:22:39.749Z | |
| 7761 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 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 } }] |
| 7762 | 2026-08-14T12:22:39.749Z | DEBGAug 14 12:22:38.687 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7763 | 2026-08-14T12:22:39.749Z | |
| 7764 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687 DEBG Aug 14 12:22:38.687replacing 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 } }] |
| 7765 | 2026-08-14T12:22:39.749Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7766 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687 INFO Aug 14 12:22:38.687adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7767 | 2026-08-14T12:22:39.749Z | 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 } }] |
| 7768 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687 DEBG Aug 14 12:22:38.687replacing 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 } }] |
| 7769 | 2026-08-14T12:22:39.749Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7770 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687 INFO Aug 14 12:22:38.687adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7771 | 2026-08-14T12:22:39.749Z | test route::tests::delete_targets_fragmented ... ok |
| 7772 | 2026-08-14T12:22:39.749Z | 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 } }] |
| 7773 | 2026-08-14T12:22:39.749Z | test route::tests::delete_targets_full ... ok |
| 7774 | 2026-08-14T12:22:39.749Z | |
| 7775 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687 DEBGAug 14 12:22:38.687 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 |
| 7776 | 2026-08-14T12:22:39.749Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7777 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687 INFOAug 14 12:22:38.687 adding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 7778 | 2026-08-14T12:22:39.749Z | 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 } }] |
| 7779 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687 Aug 14 12:22:38.687DEBG 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 } }] |
| 7780 | 2026-08-14T12:22:39.749Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7781 | 2026-08-14T12:22:39.749Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 7782 | 2026-08-14T12:22:39.749Z | |
| 7783 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687 Aug 14 12:22:38.687INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255 |
| 7784 | 2026-08-14T12:22:39.749Z | 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 } }] |
| 7785 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7786 | 2026-08-14T12:22:39.749Z | |
| 7787 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 INFODEBG adding route 172.17.0.13/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 } }] |
| 7788 | 2026-08-14T12:22:39.749Z | |
| 7789 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 INFODEBG adding route 172.17.0.36/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 } }] |
| 7790 | 2026-08-14T12:22:39.749Z | |
| 7791 | 2026-08-14T12:22:39.749Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7792 | 2026-08-14T12:22:39.750Z | |
| 7793 | 2026-08-14T12:22:39.750Z | Aug 14 12:22:38.687Aug 14 12:22:38.687 INFODEBG adding route 172.17.0.37/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 } }] |
| 7794 | 2026-08-14T12:22:39.750Z | |
| 7795 | 2026-08-14T12:22:39.750Z | Aug 14 12:22:38.687 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 } }] |
| 7796 | 2026-08-14T12:22:39.750Z | Aug 14 12:22:38.688 Aug 14 12:22:38.687INFO INFOadding route 172.17.0.38/32 -> 10.0.0.255 |
| 7797 | 2026-08-14T12:22:39.750Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7798 | 2026-08-14T12:22:39.750Z | Aug 14 12:22:38.688 Aug 14 12:22:38.688DEBG DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7799 | 2026-08-14T12:22:39.750Z | 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 } }] |
| 7800 | 2026-08-14T12:22:39.750Z | Aug 14 12:22:38.688 Aug 14 12:22:38.688INFO INFOadding route 172.17.0.39/32 -> 10.0.0.255 |
| 7801 | 2026-08-14T12:22:39.750Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7802 | 2026-08-14T12:22:39.750Z | Aug 14 12:22:38.688Aug 14 12:22:38.688 DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7803 | 2026-08-14T12:22:39.750Z | |
| 7804 | 2026-08-14T12:22:39.750Z | Aug 14 12:22:38.688Aug 14 12:22:38.688 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7805 | 2026-08-14T12:22:39.750Z | |
| 7806 | 2026-08-14T12:22:39.750Z | Aug 14 12:22:38.688Aug 14 12:22:38.688 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7807 | 2026-08-14T12:22:39.750Z | |
| 7808 | 2026-08-14T12:22:39.750Z | Aug 14 12:22:38.688Aug 14 12:22:38.688 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7809 | 2026-08-14T12:22:39.750Z | |
| 7810 | 2026-08-14T12:22:39.754Z | Aug 14 12:22:38.688Aug 14 12:22:38.688 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7811 | 2026-08-14T12:22:39.754Z | |
| 7812 | 2026-08-14T12:22:39.754Z | Aug 14 12:22:38.688Aug 14 12:22:38.688 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7813 | 2026-08-14T12:22:39.754Z | |
| 7814 | 2026-08-14T12:22:39.754Z | Aug 14 12:22:38.688Aug 14 12:22:38.688 DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7815 | 2026-08-14T12:22:39.754Z | |
| 7816 | 2026-08-14T12:22:39.754Z | Aug 14 12:22:38.688Aug 14 12:22:38.688 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7817 | 2026-08-14T12:22:39.754Z | |
| 7818 | 2026-08-14T12:22:39.754Z | Aug 14 12:22:38.688Aug 14 12:22:38.688 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7819 | 2026-08-14T12:22:39.754Z | |
| 7820 | 2026-08-14T12:22:39.754Z | Aug 14 12:22:38.688Aug 14 12:22:38.688 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7821 | 2026-08-14T12:22:39.754Z | |
| 7822 | 2026-08-14T12:22:39.754Z | Aug 14 12:22:38.688Aug 14 12:22:38.688 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 } }] |
| 7823 | 2026-08-14T12:22:39.754Z | Aug 14 12:22:38.694DEBG 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 } }] |
| 7824 | 2026-08-14T12:22:39.754Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7825 | 2026-08-14T12:22:39.754Z | Aug 14 12:22:38.694 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 } }] |
| 7826 | 2026-08-14T12:22:39.754Z | Aug 14 12:22:38.694 Aug 14 12:22:38.694INFO INFOadding route 172.17.0.22/32 -> 10.0.0.255 |
| 7827 | 2026-08-14T12:22:39.755Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7828 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694 Aug 14 12:22:38.694DEBG 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 } }] |
| 7829 | 2026-08-14T12:22:39.755Z | 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 } }] |
| 7830 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7831 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694 INFOAug 14 12:22:38.694 adding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 7832 | 2026-08-14T12:22:39.755Z | 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 } }] |
| 7833 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694 Aug 14 12:22:38.694DEBG 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 } }] |
| 7834 | 2026-08-14T12:22:39.755Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7835 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing 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 } }] |
| 7836 | 2026-08-14T12:22:39.755Z | |
| 7837 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.25/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 } }] |
| 7838 | 2026-08-14T12:22:39.755Z | |
| 7839 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7840 | 2026-08-14T12:22:39.755Z | |
| 7841 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.26/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 } }] |
| 7842 | 2026-08-14T12:22:39.755Z | |
| 7843 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7844 | 2026-08-14T12:22:39.755Z | |
| 7845 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 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.27/32 -> 10.0.0.255 |
| 7846 | 2026-08-14T12:22:39.755Z | |
| 7847 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7848 | 2026-08-14T12:22:39.755Z | |
| 7849 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 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.28/32 -> 10.0.0.255 |
| 7850 | 2026-08-14T12:22:39.755Z | |
| 7851 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7852 | 2026-08-14T12:22:39.755Z | |
| 7853 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7854 | 2026-08-14T12:22:39.755Z | |
| 7855 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7856 | 2026-08-14T12:22:39.755Z | |
| 7857 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7858 | 2026-08-14T12:22:39.755Z | |
| 7859 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7860 | 2026-08-14T12:22:39.755Z | |
| 7861 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7862 | 2026-08-14T12:22:39.755Z | |
| 7863 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7864 | 2026-08-14T12:22:39.755Z | |
| 7865 | 2026-08-14T12:22:39.755Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7866 | 2026-08-14T12:22:39.755Z | |
| 7867 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7868 | 2026-08-14T12:22:39.756Z | |
| 7869 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7870 | 2026-08-14T12:22:39.756Z | |
| 7871 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.57/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 } }] |
| 7872 | 2026-08-14T12:22:39.756Z | |
| 7873 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7874 | 2026-08-14T12:22:39.756Z | |
| 7875 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.58/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 } }] |
| 7876 | 2026-08-14T12:22:39.756Z | |
| 7877 | 2026-08-14T12:22:39.756Z | |
| 7878 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 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.35/32 -> 10.0.0.255 |
| 7879 | 2026-08-14T12:22:39.756Z | running 0 tests |
| 7880 | 2026-08-14T12:22:39.756Z | |
| 7881 | 2026-08-14T12:22:39.756Z | |
| 7882 | 2026-08-14T12:22:39.756Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7883 | 2026-08-14T12:22:39.756Z | |
| 7884 | 2026-08-14T12:22:39.756Z | |
| 7885 | 2026-08-14T12:22:39.756Z | running 0 tests |
| 7886 | 2026-08-14T12:22:39.756Z | |
| 7887 | 2026-08-14T12:22:39.756Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7888 | 2026-08-14T12:22:39.756Z | |
| 7889 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7890 | 2026-08-14T12:22:39.756Z | |
| 7891 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.36/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 } }] |
| 7892 | 2026-08-14T12:22:39.756Z | |
| 7893 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7894 | 2026-08-14T12:22:39.756Z | |
| 7895 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7896 | 2026-08-14T12:22:39.756Z | |
| 7897 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 7898 | 2026-08-14T12:22:39.756Z | |
| 7899 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7900 | 2026-08-14T12:22:39.756Z | |
| 7901 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694 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 } }] |
| 7902 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7903 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694 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 } }] |
| 7904 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7905 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694 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 } }] |
| 7906 | 2026-08-14T12:22:39.756Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7907 | 2026-08-14T12:22:39.757Z | Aug 14 12:22:38.694 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 } }] |
| 7908 | 2026-08-14T12:22:39.757Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7909 | 2026-08-14T12:22:39.757Z | Aug 14 12:22:38.694 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 } }] |
| 7910 | 2026-08-14T12:22:39.760Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7911 | 2026-08-14T12:22:39.760Z | Aug 14 12:22:38.694 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 } }] |
| 7912 | 2026-08-14T12:22:39.760Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7913 | 2026-08-14T12:22:39.760Z | Aug 14 12:22:38.694 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 } }] |
| 7914 | 2026-08-14T12:22:39.760Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7915 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7916 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7917 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7918 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7919 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7920 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7921 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7922 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7923 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7924 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7925 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7926 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7927 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7928 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7929 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7930 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7931 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7932 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7933 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7934 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7935 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7936 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7937 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7938 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7939 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7940 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7941 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7942 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7943 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7944 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7945 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7946 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 DEBG failed to allocate space for the new target list |
| 7947 | 2026-08-14T12:22:39.761Z | Aug 14 12:22:38.694 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 } }] |
| 7948 | 2026-08-14T12:22:39.761Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402) |
| 7949 | 2026-08-14T12:22:39.761Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95) |
| 7950 | 2026-08-14T12:22:39.761Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b) |
| 7951 | 2026-08-14T12:22:39.761Z | |
| 7952 | 2026-08-14T12:22:39.761Z | running 6 tests |
| 7953 | 2026-08-14T12:22:39.761Z | test tests::test_parse_client_port_id ... ok |
| 7954 | 2026-08-14T12:22:39.761Z | test tests::test_port_id_cmp ... ok |
| 7955 | 2026-08-14T12:22:39.762Z | test tests::test_full_lot_id_neither_present ... ok |
| 7956 | 2026-08-14T12:22:39.762Z | test tests::test_full_lot_id_both_present ... ok |
| 7957 | 2026-08-14T12:22:39.762Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7958 | 2026-08-14T12:22:39.762Z | test tests::test_full_lot_id_lot_only ... ok |
| 7959 | 2026-08-14T12:22:39.762Z | |
| 7960 | 2026-08-14T12:22:39.762Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7961 | 2026-08-14T12:22:39.762Z | |
| 7962 | 2026-08-14T12:22:39.762Z | Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495) |
| 7963 | 2026-08-14T12:22:39.762Z | |
| 7964 | 2026-08-14T12:22:39.762Z | running 0 tests |
| 7965 | 2026-08-14T12:22:39.762Z | |
| 7966 | 2026-08-14T12:22:39.762Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7967 | 2026-08-14T12:22:39.762Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99) |
| 7968 | 2026-08-14T12:22:39.762Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479) |
| 7969 | 2026-08-14T12:22:39.762Z | |
| 7970 | 2026-08-14T12:22:39.762Z | |
| 7971 | 2026-08-14T12:22:39.762Z | running 0 tests |
| 7972 | 2026-08-14T12:22:39.762Z | |
| 7973 | 2026-08-14T12:22:39.762Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7974 | 2026-08-14T12:22:39.762Z | |
| 7975 | 2026-08-14T12:22:39.762Z | |
| 7976 | 2026-08-14T12:22:39.762Z | running 0 tests |
| 7977 | 2026-08-14T12:22:39.762Z | |
| 7978 | 2026-08-14T12:22:39.762Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7979 | 2026-08-14T12:22:39.762Z | |
| 7980 | 2026-08-14T12:22:39.762Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 7981 | 2026-08-14T12:22:39.762Z | |
| 7982 | 2026-08-14T12:22:39.762Z | running 12 tests |
| 7983 | 2026-08-14T12:22:39.762Z | test icmp::test_v6_checksum ... ok |
| 7984 | 2026-08-14T12:22:39.762Z | test icmp::test_v4_checksum ... ok |
| 7985 | 2026-08-14T12:22:39.762Z | test ipv6::test_ipv6_parse ... ok |
| 7986 | 2026-08-14T12:22:39.762Z | test lldp::test_lldp_parse ... ok |
| 7987 | 2026-08-14T12:22:39.762Z | test pbuf::test_byte ... ok |
| 7988 | 2026-08-14T12:22:39.762Z | test pbuf::test_nibble ... ok |
| 7989 | 2026-08-14T12:22:39.762Z | test pbuf::test_short ... ok |
| 7990 | 2026-08-14T12:22:39.762Z | test pbuf::test_overflow ... ok |
| 7991 | 2026-08-14T12:22:39.762Z | test pbuf::test_twelve ... ok |
| 7992 | 2026-08-14T12:22:39.762Z | test pbuf::test_word ... ok |
| 7993 | 2026-08-14T12:22:39.762Z | test tcp::test_checksum_syn_nodata ... ok |
| 7994 | 2026-08-14T12:22:39.762Z | test tcp::test_checksum_ack_data ... ok |
| 7995 | 2026-08-14T12:22:39.763Z | |
| 7996 | 2026-08-14T12:22:39.763Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7997 | 2026-08-14T12:22:39.763Z | |
| 7998 | 2026-08-14T12:22:39.763Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 7999 | 2026-08-14T12:22:39.763Z | |
| 8000 | 2026-08-14T12:22:39.763Z | running 0 tests |
| 8001 | 2026-08-14T12:22:39.763Z | |
| 8002 | 2026-08-14T12:22:39.763Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8003 | 2026-08-14T12:22:39.763Z | |
| 8004 | 2026-08-14T12:22:39.763Z | Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc) |
| 8005 | 2026-08-14T12:22:39.766Z | |
| 8006 | 2026-08-14T12:22:39.766Z | running 5 tests |
| 8007 | 2026-08-14T12:22:39.770Z | test switchport::test::test_compute_lanes ... ok |
| 8008 | 2026-08-14T12:22:39.773Z | test link::test_filter ... ok |
| 8009 | 2026-08-14T12:22:39.773Z | test switchport::test::port_id_ordering ... ok |
| 8010 | 2026-08-14T12:22:39.773Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8011 | 2026-08-14T12:22:39.773Z | State: Activated Activated Activated Activated |
| 8012 | 2026-08-14T12:22:39.773Z | Lane 0 Rx Output Enabled: false false Lane 1false falseLane 2 |
| 8013 | 2026-08-14T12:22:39.773Z | Rx Output Status: validLane 3 |
| 8014 | 2026-08-14T12:22:39.773Z | valid Rx Loss-of-lock: Yesvalid valid |
| 8015 | 2026-08-14T12:22:39.773Z | Yes Rx Loss-of-lock: true Yes trueYes |
| 8016 | 2026-08-14T12:22:39.773Z | true Rx Loss-of-signal: Yes true |
| 8017 | 2026-08-14T12:22:39.773Z | Yes Rx Loss-of-signal: falseYes Yesfalse |
| 8018 | 2026-08-14T12:22:39.773Z | false Rx CDR Enabled: Yes falseYes |
| 8019 | 2026-08-14T12:22:39.773Z | YesRx Auto-squelch Disable: true Yes |
| 8020 | 2026-08-14T12:22:39.773Z | true true Tx Enabled: Yes true |
| 8021 | 2026-08-14T12:22:39.773Z | Yes Yes Tx Output Enabled: true Yes |
| 8022 | 2026-08-14T12:22:39.773Z | true Tx Loss-of-lock: Notrue Notrue |
| 8023 | 2026-08-14T12:22:39.773Z | No Tx Output Status: invalidNo |
| 8024 | 2026-08-14T12:22:39.773Z | invalid Tx Loss-of-signal: No invalidNo invalid |
| 8025 | 2026-08-14T12:22:39.773Z | No Tx Loss-of-lock: falseNo |
| 8026 | 2026-08-14T12:22:39.773Z | Tx CDR Enabled: No false Nofalse Nofalse |
| 8027 | 2026-08-14T12:22:39.773Z | No |
| 8028 | 2026-08-14T12:22:39.773Z | Tx Loss-of-signal: true Tx Adaptive EQ Fault: No trueNo Notrue No |
| 8029 | 2026-08-14T12:22:39.774Z | true Tx Fault: Yes |
| 8030 | 2026-08-14T12:22:39.774Z | YesTx Auto-squelch Disable: false Yesfalse Yes |
| 8031 | 2026-08-14T12:22:39.774Z | false false |
| 8032 | 2026-08-14T12:22:39.774Z | Tx Adaptive EQ Fail: true true true true |
| 8033 | 2026-08-14T12:22:39.774Z | Tx Failure: false false false false |
| 8034 | 2026-08-14T12:22:39.774Z | Tx Force Squelch: true true true true |
| 8035 | 2026-08-14T12:22:39.774Z | Tx Input Polarity: normal normal normal normal |
| 8036 | 2026-08-14T12:22:39.774Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8037 | 2026-08-14T12:22:39.774Z | test switchport::test::test_print_sff_datapath ... ok |
| 8038 | 2026-08-14T12:22:39.774Z | |
| 8039 | 2026-08-14T12:22:39.774Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8040 | 2026-08-14T12:22:39.774Z | |
| 8041 | 2026-08-14T12:22:39.777Z | Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7) |
| 8042 | 2026-08-14T12:22:39.780Z | |
| 8043 | 2026-08-14T12:22:39.780Z | running 1 test |
| 8044 | 2026-08-14T12:22:39.780Z | test test_p4_counter_list ... ignored |
| 8045 | 2026-08-14T12:22:39.780Z | |
| 8046 | 2026-08-14T12:22:39.780Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8047 | 2026-08-14T12:22:39.781Z | |
| 8048 | 2026-08-14T12:22:39.781Z | Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43) |
| 8049 | 2026-08-14T12:22:39.785Z | |
| 8050 | 2026-08-14T12:22:39.785Z | running 5 tests |
| 8051 | 2026-08-14T12:22:39.789Z | test test_an ... ignored |
| 8052 | 2026-08-14T12:22:39.789Z | test test_enable ... ignored |
| 8053 | 2026-08-14T12:22:39.789Z | test test_ip_addresses ... ignored |
| 8054 | 2026-08-14T12:22:39.789Z | test test_kr ... ignored |
| 8055 | 2026-08-14T12:22:39.789Z | test test_mac ... ignored |
| 8056 | 2026-08-14T12:22:39.789Z | |
| 8057 | 2026-08-14T12:22:39.789Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8058 | 2026-08-14T12:22:39.789Z | |
| 8059 | 2026-08-14T12:22:39.789Z | Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28) |
| 8060 | 2026-08-14T12:22:39.789Z | |
| 8061 | 2026-08-14T12:22:39.789Z | running 3 tests |
| 8062 | 2026-08-14T12:22:39.792Z | test linklocal::test_parse_ipadm ... ok |
| 8063 | 2026-08-14T12:22:39.792Z | test tfport::test_parse_tfport ... ok |
| 8064 | 2026-08-14T12:22:39.792Z | test config::tests::test_updates ... ok |
| 8065 | 2026-08-14T12:22:39.792Z | |
| 8066 | 2026-08-14T12:22:39.792Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8067 | 2026-08-14T12:22:39.792Z | |
| 8068 | 2026-08-14T12:22:39.792Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 8069 | 2026-08-14T12:22:39.796Z | |
| 8070 | 2026-08-14T12:22:39.796Z | running 0 tests |
| 8071 | 2026-08-14T12:22:39.796Z | |
| 8072 | 2026-08-14T12:22:39.796Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8073 | 2026-08-14T12:22:39.796Z | |
| 8074 | 2026-08-14T12:22:39.796Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 8075 | 2026-08-14T12:22:39.799Z | |
| 8076 | 2026-08-14T12:22:39.799Z | running 0 tests |
| 8077 | 2026-08-14T12:22:39.799Z | |
| 8078 | 2026-08-14T12:22:39.799Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8079 | 2026-08-14T12:22:39.799Z | |
| 8080 | 2026-08-14T12:22:39.802Z | Doc-tests aal |
| 8081 | 2026-08-14T12:22:39.928Z | |
| 8082 | 2026-08-14T12:22:39.928Z | running 0 tests |
| 8083 | 2026-08-14T12:22:39.928Z | |
| 8084 | 2026-08-14T12:22:39.931Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8085 | 2026-08-14T12:22:39.931Z | |
| 8086 | 2026-08-14T12:22:39.944Z | Doc-tests aal_macros |
| 8087 | 2026-08-14T12:22:40.016Z | |
| 8088 | 2026-08-14T12:22:40.016Z | running 0 tests |
| 8089 | 2026-08-14T12:22:40.016Z | |
| 8090 | 2026-08-14T12:22:40.016Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8091 | 2026-08-14T12:22:40.016Z | |
| 8092 | 2026-08-14T12:22:40.026Z | Doc-tests common |
| 8093 | 2026-08-14T12:22:40.260Z | |
| 8094 | 2026-08-14T12:22:40.260Z | running 0 tests |
| 8095 | 2026-08-14T12:22:40.260Z | |
| 8096 | 2026-08-14T12:22:40.260Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8097 | 2026-08-14T12:22:40.260Z | |
| 8098 | 2026-08-14T12:22:40.283Z | Doc-tests dpd_api |
| 8099 | 2026-08-14T12:22:41.043Z | |
| 8100 | 2026-08-14T12:22:41.043Z | running 2 tests |
| 8101 | 2026-08-14T12:22:41.043Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 8102 | 2026-08-14T12:22:41.043Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 8103 | 2026-08-14T12:22:41.043Z | |
| 8104 | 2026-08-14T12:22:41.043Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8105 | 2026-08-14T12:22:41.043Z | |
| 8106 | 2026-08-14T12:22:41.075Z | Doc-tests dpd_client |
| 8107 | 2026-08-14T12:22:42.370Z | |
| 8108 | 2026-08-14T12:22:42.370Z | running 0 tests |
| 8109 | 2026-08-14T12:22:42.370Z | |
| 8110 | 2026-08-14T12:22:42.370Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8111 | 2026-08-14T12:22:42.370Z | |
| 8112 | 2026-08-14T12:22:42.416Z | Doc-tests dpd_types |
| 8113 | 2026-08-14T12:22:42.630Z | |
| 8114 | 2026-08-14T12:22:42.630Z | running 0 tests |
| 8115 | 2026-08-14T12:22:42.630Z | |
| 8116 | 2026-08-14T12:22:42.630Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8117 | 2026-08-14T12:22:42.630Z | |
| 8118 | 2026-08-14T12:22:42.658Z | Doc-tests dpd_types_versions |
| 8119 | 2026-08-14T12:22:43.866Z | |
| 8120 | 2026-08-14T12:22:43.866Z | running 1 test |
| 8121 | 2026-08-14T12:22:43.866Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8122 | 2026-08-14T12:22:43.866Z | |
| 8123 | 2026-08-14T12:22:43.866Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8124 | 2026-08-14T12:22:43.866Z | |
| 8125 | 2026-08-14T12:22:43.909Z | Doc-tests packet |
| 8126 | 2026-08-14T12:22:44.024Z | |
| 8127 | 2026-08-14T12:22:44.024Z | running 0 tests |
| 8128 | 2026-08-14T12:22:44.024Z | |
| 8129 | 2026-08-14T12:22:44.024Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8130 | 2026-08-14T12:22:44.024Z | |
| 8131 | 2026-08-14T12:22:44.040Z | Doc-tests pcap |
| 8132 | 2026-08-14T12:22:44.093Z | |
| 8133 | 2026-08-14T12:22:44.093Z | running 0 tests |
| 8134 | 2026-08-14T12:22:44.093Z | |
| 8135 | 2026-08-14T12:22:44.093Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8136 | 2026-08-14T12:22:44.093Z | |
| 8137 | 2026-08-14T12:22:44.144Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8138 | 2026-08-14T12:22:44.144Z | + RUST_BACKTRACE=full |
| 8139 | 2026-08-14T12:22:44.144Z | + cargo test --features chaos --no-fail-fast |
| 8140 | 2026-08-14T12:22:44.754Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8141 | 2026-08-14T12:22:44.834Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8142 | 2026-08-14T12:22:44.843Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8143 | 2026-08-14T12:22:53.161Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8144 | 2026-08-14T12:22:53.224Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8145 | 2026-08-14T12:23:28.822Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.66s |
| 8146 | 2026-08-14T12:23:28.945Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 8147 | 2026-08-14T12:23:28.950Z | |
| 8148 | 2026-08-14T12:23:28.950Z | running 5 tests |
| 8149 | 2026-08-14T12:23:28.953Z | test fuse::tests::chip_revision_a0 ... ok |
| 8150 | 2026-08-14T12:23:28.953Z | test fuse::tests::chip_revision_b1 ... ok |
| 8151 | 2026-08-14T12:23:28.953Z | test fuse::tests::chip_revision_b0 ... ok |
| 8152 | 2026-08-14T12:23:28.953Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 8153 | 2026-08-14T12:23:28.953Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 8154 | 2026-08-14T12:23:28.954Z | |
| 8155 | 2026-08-14T12:23:28.954Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8156 | 2026-08-14T12:23:28.954Z | |
| 8157 | 2026-08-14T12:23:28.954Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8158 | 2026-08-14T12:23:28.957Z | |
| 8159 | 2026-08-14T12:23:28.957Z | running 0 tests |
| 8160 | 2026-08-14T12:23:28.957Z | |
| 8161 | 2026-08-14T12:23:28.957Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8162 | 2026-08-14T12:23:28.957Z | |
| 8163 | 2026-08-14T12:23:28.957Z | Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37) |
| 8164 | 2026-08-14T12:23:28.961Z | |
| 8165 | 2026-08-14T12:23:28.961Z | running 0 tests |
| 8166 | 2026-08-14T12:23:28.961Z | |
| 8167 | 2026-08-14T12:23:28.965Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8168 | 2026-08-14T12:23:28.965Z | |
| 8169 | 2026-08-14T12:23:28.965Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 8170 | 2026-08-14T12:23:28.968Z | |
| 8171 | 2026-08-14T12:23:28.968Z | running 11 tests |
| 8172 | 2026-08-14T12:23:28.970Z | test network::tests::test_equal ... ok |
| 8173 | 2026-08-14T12:23:28.971Z | test nat::tests::test_vni ... ok |
| 8174 | 2026-08-14T12:23:28.971Z | test network::tests::test_eui64 ... ok |
| 8175 | 2026-08-14T12:23:28.971Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8176 | 2026-08-14T12:23:28.971Z | test network::tests::test_into ... ok |
| 8177 | 2026-08-14T12:23:28.971Z | test network::tests::test_not_equal ... ok |
| 8178 | 2026-08-14T12:23:28.971Z | test network::tests::test_parse ... ok |
| 8179 | 2026-08-14T12:23:28.971Z | test ports::tests::port_ids_are_ascii ... ok |
| 8180 | 2026-08-14T12:23:28.971Z | test network::tests::test_to_string ... ok |
| 8181 | 2026-08-14T12:23:28.974Z | test test_purge ... ok |
| 8182 | 2026-08-14T12:23:28.976Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8183 | 2026-08-14T12:23:28.976Z | |
| 8184 | 2026-08-14T12:23:28.976Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8185 | 2026-08-14T12:23:28.977Z | |
| 8186 | 2026-08-14T12:23:28.977Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 8187 | 2026-08-14T12:23:29.001Z | |
| 8188 | 2026-08-14T12:23:29.001Z | running 1 test |
| 8189 | 2026-08-14T12:23:29.004Z | ------- |
| 8190 | 2026-08-14T12:23:29.008Z | Generating OpenAPI documents from API definitions ... |
| 8191 | 2026-08-14T12:23:29.159Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8192 | 2026-08-14T12:23:29.226Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8193 | 2026-08-14T12:23:30.239Z | ------- |
| 8194 | 2026-08-14T12:23:30.239Z | Checking 12 OpenAPI documents... |
| 8195 | 2026-08-14T12:23:30.242Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-08-14T12:23:30.242Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-08-14T12:23:30.242Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8198 | 2026-08-14T12:23:30.242Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8199 | 2026-08-14T12:23:30.242Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8200 | 2026-08-14T12:23:30.242Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8201 | 2026-08-14T12:23:30.242Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8202 | 2026-08-14T12:23:30.242Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8203 | 2026-08-14T12:23:30.242Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8204 | 2026-08-14T12:23:30.242Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8205 | 2026-08-14T12:23:30.242Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8206 | 2026-08-14T12:23:30.242Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8207 | 2026-08-14T12:23:30.242Z | Fresh dpd "latest" symlink |
| 8208 | 2026-08-14T12:23:30.242Z | ------- |
| 8209 | 2026-08-14T12:23:30.242Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 8210 | 2026-08-14T12:23:30.301Z | test test::test_apis_up_to_date ... ok |
| 8211 | 2026-08-14T12:23:30.301Z | |
| 8212 | 2026-08-14T12:23:30.301Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s |
| 8213 | 2026-08-14T12:23:30.301Z | |
| 8214 | 2026-08-14T12:23:30.360Z | Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3) |
| 8215 | 2026-08-14T12:23:30.366Z | |
| 8216 | 2026-08-14T12:23:30.366Z | running 34 tests |
| 8217 | 2026-08-14T12:23:30.369Z | test freemap::test_ordering ... ok |
| 8218 | 2026-08-14T12:23:30.369Z | test config::tests::test_updates ... ok |
| 8219 | 2026-08-14T12:23:30.369Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8220 | 2026-08-14T12:23:30.369Z | test freemap::test_split ... ok |
| 8221 | 2026-08-14T12:23:30.372Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8222 | 2026-08-14T12:23:30.372Z | test macaddrs::tests::test_mac_offset ... ok |
| 8223 | 2026-08-14T12:23:30.372Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8224 | 2026-08-14T12:23:30.372Z | Aug 14 12:23:29.343Aug 14 12:23:29.343 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test |
| 8225 | 2026-08-14T12:23:30.372Z | |
| 8226 | 2026-08-14T12:23:30.372Z | Aug 14 12:23:29.343 DEBG initted freemap. size: 128, unit: freemap_test |
| 8227 | 2026-08-14T12:23:30.372Z | Aug 14 12:23:29.343 DEBG created new freemapAug 14 12:23:29.343, unitDEBG: reset freemapfreemap_test, |
| 8228 | 2026-08-14T12:23:30.372Z | unit: freemap_test |
| 8229 | 2026-08-14T12:23:30.372Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8230 | 2026-08-14T12:23:30.372Z | Aug 14 12:23:29.343Aug 14 12:23:29.343Aug 14 12:23:29.343 DEBG DEBGinitted freemap. size: 128DEBG, unit: freemap_test |
| 8231 | 2026-08-14T12:23:30.372Z | Aug 14 12:23:29.343 DEBG reset freemap, unit: freemap_test |
| 8232 | 2026-08-14T12:23:30.372Z | initted freemap. size: 128, unit: freemap_test |
| 8233 | 2026-08-14T12:23:30.372Z | Aug 14 12:23:29.343 created new freemapDEBG reset freemap, , unitunit:: freemap_testfreemap_test |
| 8234 | 2026-08-14T12:23:30.372Z | |
| 8235 | 2026-08-14T12:23:30.372Z | test freemap::test_free ... ok |
| 8236 | 2026-08-14T12:23:30.372Z | Aug 14 12:23:29.343 DEBG initted freemap. size: 128, unit: freemap_test |
| 8237 | 2026-08-14T12:23:30.372Z | test nat::test_mapping ... ok |
| 8238 | 2026-08-14T12:23:30.372Z | Aug 14 12:23:29.343 DEBG reset freemap, unit: freemap_test |
| 8239 | 2026-08-14T12:23:30.372Z | test freemap::test_basic ... ok |
| 8240 | 2026-08-14T12:23:30.372Z | test freemap::test_reclaim ... ok |
| 8241 | 2026-08-14T12:23:30.372Z | test freemap::test_exhaustion ... ok |
| 8242 | 2026-08-14T12:23:30.372Z | test port_map::tests::test_backplane_group ... ok |
| 8243 | 2026-08-14T12:23:30.372Z | test port_map::tests::test_port_map ... ok |
| 8244 | 2026-08-14T12:23:30.372Z | test port_map::tests::dump_map ... ok |
| 8245 | 2026-08-14T12:23:30.372Z | Aug 14 12:23:29.344 DEBG created new freemap, unit: freemap_test |
| 8246 | 2026-08-14T12:23:30.372Z | Aug 14 12:23:29.344 DEBG initted freemap. size: 8, unit: freemap_test |
| 8247 | 2026-08-14T12:23:30.372Z | Aug 14 12:23:29.344 DEBG reset freemap, unit: freemap_test |
| 8248 | 2026-08-14T12:23:30.373Z | test api_server::tests::test_build_info ... ok |
| 8249 | 2026-08-14T12:23:30.373Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8250 | 2026-08-14T12:23:30.373Z | Aug 14 12:23:29.344 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8251 | 2026-08-14T12:23:30.373Z | Aug 14 12:23:29.344 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8252 | 2026-08-14T12:23:30.373Z | Aug 14 12:23:29.345 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8253 | 2026-08-14T12:23:30.377Z | Aug 14 12:23:29.345 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8254 | 2026-08-14T12:23:30.377Z | Aug 14 12:23:29.345 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8255 | 2026-08-14T12:23:30.377Z | Aug 14 12:23:29.345 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8256 | 2026-08-14T12:23:30.377Z | Aug 14 12:23:29.345 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8257 | 2026-08-14T12:23:30.377Z | Aug 14 12:23:29.345 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 } }] |
| 8258 | 2026-08-14T12:23:30.377Z | Aug 14 12:23:29.345 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8259 | 2026-08-14T12:23:30.377Z | Aug 14 12:23:29.345 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 } }] |
| 8260 | 2026-08-14T12:23:30.377Z | Aug 14 12:23:29.345 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8261 | 2026-08-14T12:23:30.377Z | Aug 14 12:23:29.345 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 } }] |
| 8262 | 2026-08-14T12:23:30.377Z | Aug 14 12:23:29.345 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8263 | 2026-08-14T12:23:30.377Z | Aug 14 12:23:29.345 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 } }] |
| 8264 | 2026-08-14T12:23:30.377Z | Aug 14 12:23:29.345 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8265 | 2026-08-14T12:23:30.378Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8266 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345 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 } }] |
| 8267 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8268 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345 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 } }] |
| 8269 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8270 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345 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 } }] |
| 8271 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8272 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345 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 } }] |
| 8273 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8274 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345 Aug 14 12:23:29.345DEBG DEBG created new freemapreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8275 | 2026-08-14T12:23:30.378Z | , unit: Aug 14 12:23:29.345freemap_route_ipv4 INFO |
| 8276 | 2026-08-14T12:23:30.378Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8277 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345Aug 14 12:23:29.345 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 } }]created new freemap |
| 8278 | 2026-08-14T12:23:30.378Z | , unit: freemap_route_ipv6Aug 14 12:23:29.345 |
| 8279 | 2026-08-14T12:23:30.378Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 14 12:23:29.345 |
| 8280 | 2026-08-14T12:23:30.378Z | DEBG initted freemap. size: 64, Aug 14 12:23:29.345unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 8281 | 2026-08-14T12:23:30.378Z | |
| 8282 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345Aug 14 12:23:29.345 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreset freemap |
| 8283 | 2026-08-14T12:23:30.378Z | , unit:Aug 14 12:23:29.345 freemap_route_ipv4DEBG |
| 8284 | 2026-08-14T12:23:30.378Z | 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 } }] |
| 8285 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345 DEBG Aug 14 12:23:29.345Aug 14 12:23:29.345initted freemap. size: 64 , DEBGunit INFO:created new freemap adding route 3fff:beef:b::/64 -> 2001:db8::55:fffreemap_route_ipv6, |
| 8286 | 2026-08-14T12:23:30.378Z | |
| 8287 | 2026-08-14T12:23:30.378Z | unit: freemap_route_ipv4Aug 14 12:23:29.345Aug 14 12:23:29.345 |
| 8288 | 2026-08-14T12:23:30.378Z | 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 } }]reset freemap |
| 8289 | 2026-08-14T12:23:30.378Z | , unit: freemap_route_ipv6Aug 14 12:23:29.345Aug 14 12:23:29.345 |
| 8290 | 2026-08-14T12:23:30.378Z | INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8291 | 2026-08-14T12:23:30.378Z | created new freemapAug 14 12:23:29.345, Aug 14 12:23:29.345unitINFO :adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8292 | 2026-08-14T12:23:30.378Z | DEBGfreemap_route_ipv6 |
| 8293 | 2026-08-14T12:23:30.378Z | 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 } }] |
| 8294 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345Aug 14 12:23:29.345 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 } }]initted freemap. size: 64 |
| 8295 | 2026-08-14T12:23:30.378Z | , Aug 14 12:23:29.345unit :INFO Aug 14 12:23:29.345freemap_route_ipv4 |
| 8296 | 2026-08-14T12:23:30.378Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8297 | 2026-08-14T12:23:30.378Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8298 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345Aug 14 12:23:29.345 DEBG DEBGreset freemapAug 14 12:23:29.345 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], DEBG |
| 8299 | 2026-08-14T12:23:30.378Z | unit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8300 | 2026-08-14T12:23:30.378Z | freemap_route_ipv4Aug 14 12:23:29.345 |
| 8301 | 2026-08-14T12:23:30.378Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8302 | 2026-08-14T12:23:30.378Z | Aug 14 12:23:29.345 INFOAug 14 12:23:29.345 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBGAug 14 12:23:29.345 |
| 8303 | 2026-08-14T12:23:30.379Z | DEBGinitted freemap. size: 64 , 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 } }]unitAug 14 12:23:29.345 |
| 8304 | 2026-08-14T12:23:30.379Z | : freemap_route_ipv6DEBGAug 14 12:23:29.345 |
| 8305 | 2026-08-14T12:23:30.379Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8306 | 2026-08-14T12:23:30.379Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 14 12:23:29.345 |
| 8307 | 2026-08-14T12:23:30.379Z | Aug 14 12:23:29.345DEBG INFOreset freemap , adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 14 12:23:29.345 |
| 8308 | 2026-08-14T12:23:30.379Z | unitDEBG: 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 14 12:23:29.345 |
| 8309 | 2026-08-14T12:23:30.379Z | freemap_route_ipv6DEBG |
| 8310 | 2026-08-14T12:23:30.379Z | 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 } }] |
| 8311 | 2026-08-14T12:23:30.379Z | Aug 14 12:23:29.345Aug 14 12:23:29.345 INFOAug 14 12:23:29.345INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8312 | 2026-08-14T12:23:30.379Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8313 | 2026-08-14T12:23:30.379Z | |
| 8314 | 2026-08-14T12:23:30.379Z | Aug 14 12:23:29.345 Aug 14 12:23:29.345Aug 14 12:23:29.345 DEBGDEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8315 | 2026-08-14T12:23:30.379Z | |
| 8316 | 2026-08-14T12:23:30.379Z | 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 } }] |
| 8317 | 2026-08-14T12:23:30.379Z | Aug 14 12:23:29.345Aug 14 12:23:29.345 Aug 14 12:23:29.345 INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8318 | 2026-08-14T12:23:30.379Z | |
| 8319 | 2026-08-14T12:23:30.379Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8320 | 2026-08-14T12:23:30.379Z | Aug 14 12:23:29.345Aug 14 12:23:29.345Aug 14 12:23:29.345 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 } }]DEBG |
| 8321 | 2026-08-14T12:23:30.379Z | 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: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 } }] |
| 8322 | 2026-08-14T12:23:30.379Z | |
| 8323 | 2026-08-14T12:23:30.379Z | Aug 14 12:23:29.345 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:23:29.345 |
| 8324 | 2026-08-14T12:23:30.379Z | Aug 14 12:23:29.345INFO INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 14 12:23:29.345 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8325 | 2026-08-14T12:23:30.379Z | |
| 8326 | 2026-08-14T12:23:30.379Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 14 12:23:29.345 |
| 8327 | 2026-08-14T12:23:30.379Z | Aug 14 12:23:29.345 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.345 |
| 8328 | 2026-08-14T12:23:30.379Z | |
| 8329 | 2026-08-14T12:23:30.379Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:23:29.345Aug 14 12:23:29.345 |
| 8330 | 2026-08-14T12:23:30.379Z | INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8331 | 2026-08-14T12:23:30.379Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 14 12:23:29.345 |
| 8332 | 2026-08-14T12:23:30.379Z | DEBGAug 14 12:23:29.345Aug 14 12:23:29.345Aug 14 12:23:29.345 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG |
| 8333 | 2026-08-14T12:23:30.379Z | 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 freemapreplacing 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 } }] |
| 8334 | 2026-08-14T12:23:30.379Z | |
| 8335 | 2026-08-14T12:23:30.379Z | , Aug 14 12:23:29.345unit INFO: adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 14 12:23:29.345freemap_route_ipv4Aug 14 12:23:29.345 |
| 8336 | 2026-08-14T12:23:30.379Z | |
| 8337 | 2026-08-14T12:23:30.379Z | INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8338 | 2026-08-14T12:23:30.379Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8339 | 2026-08-14T12:23:30.379Z | Aug 14 12:23:29.345 Aug 14 12:23:29.345Aug 14 12:23:29.345 Aug 14 12:23:29.345DEBG DEBGDEBG 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 } }] DEBGcreated new freemap |
| 8340 | 2026-08-14T12:23:30.379Z | 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 } }], |
| 8341 | 2026-08-14T12:23:30.379Z | 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: |
| 8342 | 2026-08-14T12:23:30.379Z | freemap_route_ipv6Aug 14 12:23:29.345 |
| 8343 | 2026-08-14T12:23:30.380Z | Aug 14 12:23:29.345INFOAug 14 12:23:29.345 INFOINFO Aug 14 12:23:29.345adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8344 | 2026-08-14T12:23:30.380Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8345 | 2026-08-14T12:23:30.380Z | |
| 8346 | 2026-08-14T12:23:30.380Z | initted freemap. size: 64, Aug 14 12:23:29.345unitAug 14 12:23:29.345 : DEBG Aug 14 12:23:29.345DEBG freemap_route_ipv4replacing 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 } }] |
| 8347 | 2026-08-14T12:23:30.380Z | |
| 8348 | 2026-08-14T12:23:30.380Z | 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 } }] |
| 8349 | 2026-08-14T12:23:30.380Z | Aug 14 12:23:29.345replacing 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 } }] |
| 8350 | 2026-08-14T12:23:30.380Z | INFO Aug 14 12:23:29.345adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 14 12:23:29.345 |
| 8351 | 2026-08-14T12:23:30.380Z | Aug 14 12:23:29.345 INFO DEBG INFOreset freemap , adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8352 | 2026-08-14T12:23:30.380Z | unit: freemap_route_ipv4 |
| 8353 | 2026-08-14T12:23:30.384Z | |
| 8354 | 2026-08-14T12:23:30.384Z | Aug 14 12:23:29.345Aug 14 12:23:29.345 DEBG Aug 14 12:23:29.345replacing 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 14 12:23:29.345DEBG DEBG |
| 8355 | 2026-08-14T12:23:30.384Z | 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 } }]DEBG |
| 8356 | 2026-08-14T12:23:30.384Z | initted freemap. size: 64Aug 14 12:23:29.345, unit: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 } }] Aug 14 12:23:29.345 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFOfreemap_route_ipv6 |
| 8357 | 2026-08-14T12:23:30.384Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8358 | 2026-08-14T12:23:30.384Z | |
| 8359 | 2026-08-14T12:23:30.384Z | |
| 8360 | 2026-08-14T12:23:30.384Z | Aug 14 12:23:29.345 INFOAug 14 12:23:29.345Aug 14 12:23:29.345 DEBGAug 14 12:23:29.345DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 8361 | 2026-08-14T12:23:30.384Z | |
| 8362 | 2026-08-14T12:23:30.384Z | reset freemap, unit: Aug 14 12:23:29.345freemap_route_ipv6 Aug 14 12:23:29.345DEBG |
| 8363 | 2026-08-14T12:23:30.384Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.345 |
| 8364 | 2026-08-14T12:23:30.384Z | |
| 8365 | 2026-08-14T12:23:30.385Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 14 12:23:29.345 |
| 8366 | 2026-08-14T12:23:30.385Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8367 | 2026-08-14T12:23:30.385Z | INFOAug 14 12:23:29.345 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 14 12:23:29.345Aug 14 12:23:29.345 |
| 8368 | 2026-08-14T12:23:30.385Z | DEBGINFODEBG 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:dead::/64 with: [NextHop { asic_port_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:a::/64 -> 2001:db8::55:ff |
| 8369 | 2026-08-14T12:23:30.385Z | |
| 8370 | 2026-08-14T12:23:30.385Z | |
| 8371 | 2026-08-14T12:23:30.385Z | Aug 14 12:23:29.345 DEBG Aug 14 12:23:29.345replacing 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 14 12:23:29.345Aug 14 12:23:29.345 |
| 8372 | 2026-08-14T12:23:30.385Z | DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8373 | 2026-08-14T12:23:30.385Z | Aug 14 12:23:29.345 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 } }] |
| 8374 | 2026-08-14T12:23:30.385Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8375 | 2026-08-14T12:23:30.385Z | |
| 8376 | 2026-08-14T12:23:30.385Z | Aug 14 12:23:29.346 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 14 12:23:29.346Aug 14 12:23:29.346 |
| 8377 | 2026-08-14T12:23:30.385Z | DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8378 | 2026-08-14T12:23:30.385Z | |
| 8379 | 2026-08-14T12:23:30.385Z | Aug 14 12:23:29.346 DEBG Aug 14 12:23:29.346replacing 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 14 12:23:29.346 |
| 8380 | 2026-08-14T12:23:30.385Z | INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 14 12:23:29.346adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8381 | 2026-08-14T12:23:30.385Z | INFO |
| 8382 | 2026-08-14T12:23:30.385Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8383 | 2026-08-14T12:23:30.385Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBGDEBG Aug 14 12:23:29.346replacing 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:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8384 | 2026-08-14T12:23:30.385Z | |
| 8385 | 2026-08-14T12:23:30.385Z | 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 } }] |
| 8386 | 2026-08-14T12:23:30.385Z | Aug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO Aug 14 12:23:29.346 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 8387 | 2026-08-14T12:23:30.385Z | INFO created new freemapadding route 3fff:beef:7::/64 -> 2001:db8::55:ff, |
| 8388 | 2026-08-14T12:23:30.385Z | |
| 8389 | 2026-08-14T12:23:30.385Z | unitAug 14 12:23:29.346: Aug 14 12:23:29.346Aug 14 12:23:29.346 freemap_testDEBGDEBG 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 } }] |
| 8390 | 2026-08-14T12:23:30.385Z | 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 } }] |
| 8391 | 2026-08-14T12:23:30.385Z | |
| 8392 | 2026-08-14T12:23:30.385Z | 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 } }] |
| 8393 | 2026-08-14T12:23:30.385Z | Aug 14 12:23:29.346 Aug 14 12:23:29.346INFO Aug 14 12:23:29.346INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 14 12:23:29.346adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8394 | 2026-08-14T12:23:30.385Z | INFODEBG |
| 8395 | 2026-08-14T12:23:30.385Z | initted freemap. size: 128 , adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunitAug 14 12:23:29.346: |
| 8396 | 2026-08-14T12:23:30.385Z | Aug 14 12:23:29.346 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: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 } }] |
| 8397 | 2026-08-14T12:23:30.385Z | |
| 8398 | 2026-08-14T12:23:30.385Z | freemap_test |
| 8399 | 2026-08-14T12:23:30.385Z | Aug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBGAug 14 12:23:29.346INFO INFO 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 } }]DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8400 | 2026-08-14T12:23:30.385Z | |
| 8401 | 2026-08-14T12:23:30.385Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8402 | 2026-08-14T12:23:30.385Z | reset freemap, unitAug 14 12:23:29.346:Aug 14 12:23:29.346Aug 14 12:23:29.346 freemap_testDEBGINFO 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:1d::/64 -> 2001:db8::55:ffDEBG |
| 8403 | 2026-08-14T12:23:30.385Z | |
| 8404 | 2026-08-14T12:23:30.385Z | |
| 8405 | 2026-08-14T12:23:30.386Z | 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 } }] |
| 8406 | 2026-08-14T12:23:30.386Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFO |
| 8407 | 2026-08-14T12:23:30.386Z | 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 } }] |
| 8408 | 2026-08-14T12:23:30.386Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8409 | 2026-08-14T12:23:30.386Z | Aug 14 12:23:29.346 DEBGAug 14 12:23:29.346 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 14 12:23:29.346 |
| 8410 | 2026-08-14T12:23:30.386Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG |
| 8411 | 2026-08-14T12:23:30.386Z | 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 14 12:23:29.346 |
| 8412 | 2026-08-14T12:23:30.386Z | INFOAug 14 12:23:29.346 Aug 14 12:23:29.346DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8413 | 2026-08-14T12:23:30.386Z | 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 } }] |
| 8414 | 2026-08-14T12:23:30.386Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8415 | 2026-08-14T12:23:30.386Z | Aug 14 12:23:29.346 Aug 14 12:23:29.346DEBG INFOAug 14 12:23:29.346replacing 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 } }] |
| 8416 | 2026-08-14T12:23:30.386Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 8417 | 2026-08-14T12:23:30.386Z | 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 14 12:23:29.346 |
| 8418 | 2026-08-14T12:23:30.386Z | Aug 14 12:23:29.346INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8419 | 2026-08-14T12:23:30.386Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.346 |
| 8420 | 2026-08-14T12:23:30.386Z | INFO Aug 14 12:23:29.346adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 14 12:23:29.346 |
| 8421 | 2026-08-14T12:23:30.386Z | DEBGINFO adding route 3fff:beef:20::/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 } }] |
| 8422 | 2026-08-14T12:23:30.386Z | |
| 8423 | 2026-08-14T12:23:30.386Z | Aug 14 12:23:29.346 Aug 14 12:23:29.346Aug 14 12:23:29.346 INFODEBG DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff 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: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 } }] |
| 8424 | 2026-08-14T12:23:30.386Z | |
| 8425 | 2026-08-14T12:23:30.386Z | |
| 8426 | 2026-08-14T12:23:30.386Z | Aug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8427 | 2026-08-14T12:23:30.386Z | |
| 8428 | 2026-08-14T12:23:30.386Z | 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 } }]Aug 14 12:23:29.346 |
| 8429 | 2026-08-14T12:23:30.386Z | Aug 14 12:23:29.346 DEBGDEBGAug 14 12:23:29.346 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8430 | 2026-08-14T12:23:30.386Z | |
| 8431 | 2026-08-14T12:23:30.386Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8432 | 2026-08-14T12:23:30.386Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8433 | 2026-08-14T12:23:30.386Z | INFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8434 | 2026-08-14T12:23:30.386Z | |
| 8435 | 2026-08-14T12:23:30.386Z | Aug 14 12:23:29.346 Aug 14 12:23:29.346Aug 14 12:23:29.346DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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:f::/64 -> 2001:db8::55:ff |
| 8436 | 2026-08-14T12:23:30.386Z | |
| 8437 | 2026-08-14T12:23:30.386Z | |
| 8438 | 2026-08-14T12:23:30.386Z | Aug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 INFODEBG 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 } }]INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8439 | 2026-08-14T12:23:30.386Z | |
| 8440 | 2026-08-14T12:23:30.386Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8441 | 2026-08-14T12:23:30.386Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346 INFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8442 | 2026-08-14T12:23:30.386Z | DEBG |
| 8443 | 2026-08-14T12:23:30.386Z | 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 } }] |
| 8444 | 2026-08-14T12:23:30.387Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBGINFO Aug 14 12:23:29.346 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:16::/64 -> 2001:db8::55:ff |
| 8445 | 2026-08-14T12:23:30.387Z | |
| 8446 | 2026-08-14T12:23:30.387Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8447 | 2026-08-14T12:23:30.387Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBGINFO Aug 14 12:23:29.346replacing 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 } }] DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8448 | 2026-08-14T12:23:30.387Z | 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 } }] |
| 8449 | 2026-08-14T12:23:30.387Z | |
| 8450 | 2026-08-14T12:23:30.387Z | Aug 14 12:23:29.346 Aug 14 12:23:29.346INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 14 12:23:29.346 |
| 8451 | 2026-08-14T12:23:30.387Z | 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 } }] |
| 8452 | 2026-08-14T12:23:30.387Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8453 | 2026-08-14T12:23:30.391Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346DEBG 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 } }]INFO |
| 8454 | 2026-08-14T12:23:30.391Z | 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:12::/64 -> 2001:db8::55:ff |
| 8455 | 2026-08-14T12:23:30.391Z | |
| 8456 | 2026-08-14T12:23:30.391Z | Aug 14 12:23:29.346 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 14 12:23:29.346Aug 14 12:23:29.346 |
| 8457 | 2026-08-14T12:23:30.391Z | DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 14 12:23:29.346 |
| 8458 | 2026-08-14T12:23:30.391Z | DEBG |
| 8459 | 2026-08-14T12:23:30.391Z | 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 } }] |
| 8460 | 2026-08-14T12:23:30.391Z | Aug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 INFODEBG INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8461 | 2026-08-14T12:23:30.391Z | 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:13::/64 -> 2001:db8::55:ff |
| 8462 | 2026-08-14T12:23:30.391Z | |
| 8463 | 2026-08-14T12:23:30.391Z | Aug 14 12:23:29.346 Aug 14 12:23:29.346Aug 14 12:23:29.346DEBG 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 } }] DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8464 | 2026-08-14T12:23:30.391Z | 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 } }] |
| 8465 | 2026-08-14T12:23:30.391Z | |
| 8466 | 2026-08-14T12:23:30.391Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346 DEBGINFO 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 } }] |
| 8467 | 2026-08-14T12:23:30.391Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8468 | 2026-08-14T12:23:30.391Z | |
| 8469 | 2026-08-14T12:23:30.391Z | Aug 14 12:23:29.346 Aug 14 12:23:29.346INFOAug 14 12:23:29.346 DEBGDEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8470 | 2026-08-14T12:23:30.392Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8471 | 2026-08-14T12:23:30.392Z | |
| 8472 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 8473 | 2026-08-14T12:23:30.392Z | adding route 3fff:beef:1b::/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 } }] |
| 8474 | 2026-08-14T12:23:30.392Z | |
| 8475 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBGDEBG INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 8476 | 2026-08-14T12:23:30.392Z | |
| 8477 | 2026-08-14T12:23:30.392Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8478 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8479 | 2026-08-14T12:23:30.392Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8480 | 2026-08-14T12:23:30.392Z | |
| 8481 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346 Aug 14 12:23:29.346Aug 14 12:23:29.346DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8482 | 2026-08-14T12:23:30.392Z | 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 |
| 8483 | 2026-08-14T12:23:30.392Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8484 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346 Aug 14 12:23:29.346INFO INFOAug 14 12:23:29.346 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8485 | 2026-08-14T12:23:30.392Z | DEBG |
| 8486 | 2026-08-14T12:23:30.392Z | 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 } }] |
| 8487 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBGDEBGAug 14 12:23:29.346 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: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 } }] |
| 8488 | 2026-08-14T12:23:30.392Z | INFO |
| 8489 | 2026-08-14T12:23:30.392Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8490 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO Aug 14 12:23:29.346adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8491 | 2026-08-14T12:23:30.392Z | |
| 8492 | 2026-08-14T12:23:30.392Z | DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.346 |
| 8493 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346DEBG DEBGAug 14 12:23:29.346replacing 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 } }] |
| 8494 | 2026-08-14T12:23:30.392Z | 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 |
| 8495 | 2026-08-14T12:23:30.392Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 14 12:23:29.346 |
| 8496 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 8497 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8498 | 2026-08-14T12:23:30.392Z | DEBGAug 14 12:23:29.346 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 14 12:23:29.346 |
| 8499 | 2026-08-14T12:23:30.392Z | 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 } }] |
| 8500 | 2026-08-14T12:23:30.392Z | 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 14 12:23:29.346 |
| 8501 | 2026-08-14T12:23:30.392Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8502 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8503 | 2026-08-14T12:23:30.392Z | |
| 8504 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346 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 14 12:23:29.346 |
| 8505 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8506 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346replacing 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 } }] |
| 8507 | 2026-08-14T12:23:30.392Z | Aug 14 12:23:29.346INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8508 | 2026-08-14T12:23:30.392Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 14 12:23:29.346 |
| 8509 | 2026-08-14T12:23:30.393Z | INFO Aug 14 12:23:29.346adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8510 | 2026-08-14T12:23:30.393Z | Aug 14 12:23:29.346DEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.346 |
| 8511 | 2026-08-14T12:23:30.393Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8512 | 2026-08-14T12:23:30.393Z | Aug 14 12:23:29.346replacing 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 } }] |
| 8513 | 2026-08-14T12:23:30.393Z | INFOAug 14 12:23:29.346 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 14 12:23:29.346INFO |
| 8514 | 2026-08-14T12:23:30.393Z | INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8515 | 2026-08-14T12:23:30.393Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8516 | 2026-08-14T12:23:30.393Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346DEBG DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8517 | 2026-08-14T12:23:30.393Z | |
| 8518 | 2026-08-14T12:23:30.393Z | 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 } }] |
| 8519 | 2026-08-14T12:23:30.393Z | Aug 14 12:23:29.346 Aug 14 12:23:29.346INFOAug 14 12:23:29.346 INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 8520 | 2026-08-14T12:23:30.393Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8521 | 2026-08-14T12:23:30.393Z | |
| 8522 | 2026-08-14T12:23:30.393Z | Aug 14 12:23:29.346 DEBGAug 14 12:23:29.346Aug 14 12:23:29.346 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 8523 | 2026-08-14T12:23:30.393Z | |
| 8524 | 2026-08-14T12:23:30.393Z | 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 } }] |
| 8525 | 2026-08-14T12:23:30.393Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8526 | 2026-08-14T12:23:30.393Z | |
| 8527 | 2026-08-14T12:23:30.393Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8528 | 2026-08-14T12:23:30.393Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346DEBGDEBG DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8529 | 2026-08-14T12:23:30.393Z | |
| 8530 | 2026-08-14T12:23:30.393Z | |
| 8531 | 2026-08-14T12:23:30.393Z | Aug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8532 | 2026-08-14T12:23:30.393Z | |
| 8533 | 2026-08-14T12:23:30.393Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8534 | 2026-08-14T12:23:30.393Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBGAug 14 12:23:29.346DEBG 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 } }] |
| 8535 | 2026-08-14T12:23:30.393Z | 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 } }]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 } }] |
| 8536 | 2026-08-14T12:23:30.393Z | |
| 8537 | 2026-08-14T12:23:30.393Z | Aug 14 12:23:29.346 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO |
| 8538 | 2026-08-14T12:23:30.393Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8539 | 2026-08-14T12:23:30.393Z | |
| 8540 | 2026-08-14T12:23:30.393Z | Aug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBGDEBG DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8541 | 2026-08-14T12:23:30.393Z | |
| 8542 | 2026-08-14T12:23:30.393Z | 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 } }] |
| 8543 | 2026-08-14T12:23:30.393Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 8544 | 2026-08-14T12:23:30.393Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8545 | 2026-08-14T12:23:30.393Z | |
| 8546 | 2026-08-14T12:23:30.393Z | Aug 14 12:23:29.346 DEBGAug 14 12:23:29.346Aug 14 12:23:29.346 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8547 | 2026-08-14T12:23:30.393Z | 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 } }]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 } }] |
| 8548 | 2026-08-14T12:23:30.393Z | |
| 8549 | 2026-08-14T12:23:30.394Z | Aug 14 12:23:29.346 Aug 14 12:23:29.346INFOAug 14 12:23:29.346 INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 8550 | 2026-08-14T12:23:30.394Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8551 | 2026-08-14T12:23:30.394Z | |
| 8552 | 2026-08-14T12:23:30.394Z | test freemap::test_span ... ok |
| 8553 | 2026-08-14T12:23:30.398Z | Aug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBG 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 } }]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 |
| 8554 | 2026-08-14T12:23:30.398Z | |
| 8555 | 2026-08-14T12:23:30.398Z | 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 } }] |
| 8556 | 2026-08-14T12:23:30.398Z | Aug 14 12:23:29.346Aug 14 12:23:29.346 INFOAug 14 12:23:29.346INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8557 | 2026-08-14T12:23:30.398Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8558 | 2026-08-14T12:23:30.398Z | |
| 8559 | 2026-08-14T12:23:30.398Z | Aug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBGDEBGDEBG DEBGcreated new freemapreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8560 | 2026-08-14T12:23:30.398Z | 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 } }], |
| 8561 | 2026-08-14T12:23:30.398Z | unit |
| 8562 | 2026-08-14T12:23:30.398Z | : Aug 14 12:23:29.346freemap_route_ipv4Aug 14 12:23:29.346 INFOAug 14 12:23:29.346 |
| 8563 | 2026-08-14T12:23:30.398Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8564 | 2026-08-14T12:23:30.398Z | INFO |
| 8565 | 2026-08-14T12:23:30.398Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 14 12:23:29.346 |
| 8566 | 2026-08-14T12:23:30.398Z | DEBGAug 14 12:23:29.346 Aug 14 12:23:29.346created new freemap , DEBGunit Aug 14 12:23:29.346 : 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 } }] |
| 8567 | 2026-08-14T12:23:30.398Z | 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 } }]freemap_route_ipv6 |
| 8568 | 2026-08-14T12:23:30.398Z | 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 } }] |
| 8569 | 2026-08-14T12:23:30.398Z | Aug 14 12:23:29.346 |
| 8570 | 2026-08-14T12:23:30.398Z | Aug 14 12:23:29.346INFO Aug 14 12:23:29.346adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOAug 14 12:23:29.346 |
| 8571 | 2026-08-14T12:23:30.398Z | DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 8572 | 2026-08-14T12:23:30.398Z | , Aug 14 12:23:29.346 |
| 8573 | 2026-08-14T12:23:30.398Z | unit :Aug 14 12:23:29.346DEBG freemap_route_ipv4DEBG |
| 8574 | 2026-08-14T12:23:30.398Z | 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: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 } }] |
| 8575 | 2026-08-14T12:23:30.398Z | |
| 8576 | 2026-08-14T12:23:30.398Z | Aug 14 12:23:29.346 DEBGAug 14 12:23:29.347Aug 14 12:23:29.347Aug 14 12:23:29.347 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 } }]INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8577 | 2026-08-14T12:23:30.398Z | |
| 8578 | 2026-08-14T12:23:30.398Z | |
| 8579 | 2026-08-14T12:23:30.398Z | DEBG reset freemap, unitAug 14 12:23:29.347: Aug 14 12:23:29.347INFOAug 14 12:23:29.347 DEBGDEBGfreemap_route_ipv4 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8580 | 2026-08-14T12:23:30.399Z | 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 } }] |
| 8581 | 2026-08-14T12:23:30.399Z | |
| 8582 | 2026-08-14T12:23:30.399Z | |
| 8583 | 2026-08-14T12:23:30.399Z | Aug 14 12:23:29.347 Aug 14 12:23:29.347INFOAug 14 12:23:29.347 INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8584 | 2026-08-14T12:23:30.399Z | initted freemap. size: 64adding route 3fff:beef:27::/64 -> 2001:db8::55:ff, |
| 8585 | 2026-08-14T12:23:30.399Z | unit:Aug 14 12:23:29.347 freemap_route_ipv6Aug 14 12:23:29.347 |
| 8586 | 2026-08-14T12:23:30.399Z | DEBG DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.347 |
| 8587 | 2026-08-14T12:23:30.399Z | 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 14 12:23:29.347 |
| 8588 | 2026-08-14T12:23:30.399Z | DEBGDEBGAug 14 12:23:29.347 reset freemapINFO 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:2d::/64 -> 2001:db8::55:ffunit |
| 8589 | 2026-08-14T12:23:30.399Z | |
| 8590 | 2026-08-14T12:23:30.399Z | : freemap_route_ipv6 |
| 8591 | 2026-08-14T12:23:30.399Z | Aug 14 12:23:29.347 Aug 14 12:23:29.347Aug 14 12:23:29.347 INFO 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 } }] adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8592 | 2026-08-14T12:23:30.399Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 14 12:23:29.347 |
| 8593 | 2026-08-14T12:23:30.399Z | |
| 8594 | 2026-08-14T12:23:30.399Z | Aug 14 12:23:29.347INFO Aug 14 12:23:29.347adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 8595 | 2026-08-14T12:23:30.399Z | Aug 14 12:23:29.347 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 8596 | 2026-08-14T12:23:30.399Z | DEBG Aug 14 12:23:29.347replacing 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:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 14 12:23:29.347 |
| 8597 | 2026-08-14T12:23:30.399Z | |
| 8598 | 2026-08-14T12:23:30.399Z | 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 } }] |
| 8599 | 2026-08-14T12:23:30.399Z | 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 } }] |
| 8600 | 2026-08-14T12:23:30.399Z | Aug 14 12:23:29.347Aug 14 12:23:29.347 Aug 14 12:23:29.347INFO INFOAug 14 12:23:29.347 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFO |
| 8601 | 2026-08-14T12:23:30.399Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG |
| 8602 | 2026-08-14T12:23:30.399Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8603 | 2026-08-14T12:23:30.399Z | Aug 14 12:23:29.347 |
| 8604 | 2026-08-14T12:23:30.399Z | Aug 14 12:23:29.347 DEBGDEBG Aug 14 12:23:29.347 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: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 } }] |
| 8605 | 2026-08-14T12:23:30.399Z | |
| 8606 | 2026-08-14T12:23:30.399Z | DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8607 | 2026-08-14T12:23:30.399Z | Aug 14 12:23:29.347Aug 14 12:23:29.347 Aug 14 12:23:29.347INFO INFOINFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8608 | 2026-08-14T12:23:30.399Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8609 | 2026-08-14T12:23:30.399Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8610 | 2026-08-14T12:23:30.399Z | Aug 14 12:23:29.347Aug 14 12:23:29.347 DEBGAug 14 12:23:29.347 DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8611 | 2026-08-14T12:23:30.399Z | test route::tests::grow_succeeds ... ok |
| 8612 | 2026-08-14T12:23:30.399Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8613 | 2026-08-14T12:23:30.399Z | DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8614 | 2026-08-14T12:23:30.399Z | 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 } }] |
| 8615 | 2026-08-14T12:23:30.399Z | Aug 14 12:23:29.347 INFOAug 14 12:23:29.347 Aug 14 12:23:29.347 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff INFOINFO |
| 8616 | 2026-08-14T12:23:30.399Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8617 | 2026-08-14T12:23:30.399Z | |
| 8618 | 2026-08-14T12:23:30.399Z | Aug 14 12:23:29.347 DEBG Aug 14 12:23:29.347replacing 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 } }] |
| 8619 | 2026-08-14T12:23:30.400Z | Aug 14 12:23:29.347DEBG 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 } }]DEBGAug 14 12:23:29.347 |
| 8620 | 2026-08-14T12:23:30.400Z | 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 } }]INFO |
| 8621 | 2026-08-14T12:23:30.400Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8622 | 2026-08-14T12:23:30.400Z | Aug 14 12:23:29.347Aug 14 12:23:29.347 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 14 12:23:29.347 |
| 8623 | 2026-08-14T12:23:30.400Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffDEBG |
| 8624 | 2026-08-14T12:23:30.400Z | 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 } }] |
| 8625 | 2026-08-14T12:23:30.400Z | Aug 14 12:23:29.347Aug 14 12:23:29.347 DEBGDEBGAug 14 12:23:29.347 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8626 | 2026-08-14T12:23:30.400Z | replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8627 | 2026-08-14T12:23:30.400Z | |
| 8628 | 2026-08-14T12:23:30.400Z | Aug 14 12:23:29.347 Aug 14 12:23:29.347Aug 14 12:23:29.347 DEBGINFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8629 | 2026-08-14T12:23:30.400Z | failed to allocate space for the new target list |
| 8630 | 2026-08-14T12:23:30.400Z | |
| 8631 | 2026-08-14T12:23:30.400Z | Aug 14 12:23:29.347 Aug 14 12:23:29.347Aug 14 12:23:29.347DEBG DEBGINFOreplacing 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 } }] |
| 8632 | 2026-08-14T12:23:30.400Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:2e::/64 -> 2001:db8::55:ff |
| 8633 | 2026-08-14T12:23:30.400Z | |
| 8634 | 2026-08-14T12:23:30.400Z | Aug 14 12:23:29.347 INFOAug 14 12:23:29.347 Aug 14 12:23:29.347adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8635 | 2026-08-14T12:23:30.400Z | 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 } }]failed to allocate space for the new target list |
| 8636 | 2026-08-14T12:23:30.400Z | Aug 14 12:23:29.347 |
| 8637 | 2026-08-14T12:23:30.400Z | DEBG Aug 14 12:23:29.347replacing 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 } }] |
| 8638 | 2026-08-14T12:23:30.400Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8639 | 2026-08-14T12:23:30.400Z | Aug 14 12:23:29.347 INFO Aug 14 12:23:29.347adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8640 | 2026-08-14T12:23:30.400Z | DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8641 | 2026-08-14T12:23:30.400Z | Aug 14 12:23:29.347 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 } }]Aug 14 12:23:29.347 |
| 8642 | 2026-08-14T12:23:30.400Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8643 | 2026-08-14T12:23:30.400Z | Aug 14 12:23:29.347 INFO Aug 14 12:23:29.347adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8644 | 2026-08-14T12:23:30.400Z | 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 } }] |
| 8645 | 2026-08-14T12:23:30.400Z | Aug 14 12:23:29.347 DEBG Aug 14 12:23:29.347replacing 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 } }] |
| 8646 | 2026-08-14T12:23:30.400Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8647 | 2026-08-14T12:23:30.400Z | Aug 14 12:23:29.347 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 14 12:23:29.347 |
| 8648 | 2026-08-14T12:23:30.400Z | DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.347 |
| 8649 | 2026-08-14T12:23:30.400Z | 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 } }] |
| 8650 | 2026-08-14T12:23:30.400Z | Aug 14 12:23:29.347 INFO Aug 14 12:23:29.347adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8651 | 2026-08-14T12:23:30.400Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8652 | 2026-08-14T12:23:30.400Z | Aug 14 12:23:29.347 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 14 12:23:29.347 |
| 8653 | 2026-08-14T12:23:30.405Z | 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 } }]Aug 14 12:23:29.347 |
| 8654 | 2026-08-14T12:23:30.405Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 14 12:23:29.347 |
| 8655 | 2026-08-14T12:23:30.405Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:23:29.347 |
| 8656 | 2026-08-14T12:23:30.405Z | 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 14 12:23:29.347 |
| 8657 | 2026-08-14T12:23:30.405Z | DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.347 |
| 8658 | 2026-08-14T12:23:30.405Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 14 12:23:29.347 |
| 8659 | 2026-08-14T12:23:30.405Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 14 12:23:29.347 |
| 8660 | 2026-08-14T12:23:30.405Z | 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 14 12:23:29.347 |
| 8661 | 2026-08-14T12:23:30.405Z | DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.347 |
| 8662 | 2026-08-14T12:23:30.405Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 14 12:23:29.347 |
| 8663 | 2026-08-14T12:23:30.405Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 14 12:23:29.347 |
| 8664 | 2026-08-14T12:23:30.405Z | 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 } }]Aug 14 12:23:29.347 |
| 8665 | 2026-08-14T12:23:30.405Z | DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.347 |
| 8666 | 2026-08-14T12:23:30.405Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 14 12:23:29.347 |
| 8667 | 2026-08-14T12:23:30.405Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 14 12:23:29.347 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 } }] |
| 8668 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8669 | 2026-08-14T12:23:30.405Z | |
| 8670 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 DEBGAug 14 12:23:29.347 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 |
| 8671 | 2026-08-14T12:23:30.405Z | 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 } }] |
| 8672 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 INFOAug 14 12:23:29.347 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO |
| 8673 | 2026-08-14T12:23:30.405Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8674 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 DEBGAug 14 12:23:29.347 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 |
| 8675 | 2026-08-14T12:23:30.405Z | 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 } }] |
| 8676 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 INFOAug 14 12:23:29.347 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO |
| 8677 | 2026-08-14T12:23:30.405Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8678 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 DEBGAug 14 12:23:29.347 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8679 | 2026-08-14T12:23:30.405Z | 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 } }] |
| 8680 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 INFOAug 14 12:23:29.347 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 8681 | 2026-08-14T12:23:30.405Z | failed to allocate space for the new target list |
| 8682 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 DEBGAug 14 12:23:29.347 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 |
| 8683 | 2026-08-14T12:23:30.405Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8684 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8685 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8686 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8687 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8688 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 DEBG failed to allocate space for the new target list |
| 8689 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 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 } }] |
| 8690 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8691 | 2026-08-14T12:23:30.405Z | Aug 14 12:23:29.347 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8692 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8693 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8694 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8695 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8696 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8697 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 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 } }] |
| 8698 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8699 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 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 } }] |
| 8700 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8701 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 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 } }] |
| 8702 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8703 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 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 } }] |
| 8704 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 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 } }] |
| 8705 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8706 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 ERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8707 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 ERRO 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 |
| 8708 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8709 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8710 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8711 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8712 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8713 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.347 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8714 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.348 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8715 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.348 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8716 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.348 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8717 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.348 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8718 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.348 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8719 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.348 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8720 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8721 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.348 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 } }] |
| 8722 | 2026-08-14T12:23:30.406Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8723 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8724 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.349Aug 14 12:23:29.348 Aug 14 12:23:29.349DEBG DEBGcreated new freemap , Aug 14 12:23:29.348unit :DEBGAug 14 12:23:29.348 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 } }] freemap_route_ipv4 |
| 8725 | 2026-08-14T12:23:30.406Z | |
| 8726 | 2026-08-14T12:23:30.406Z | created new freemap, unitcreated new freemap: , freemap_route_ipv4Aug 14 12:23:29.349 |
| 8727 | 2026-08-14T12:23:30.406Z | unitAug 14 12:23:29.349INFO DEBGDEBG :created new freemap , freemap_route_ipv4 created new freemap |
| 8728 | 2026-08-14T12:23:30.406Z | , adding route 3fff:dead::/64 -> 2001:db8::55:3unit: |
| 8729 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.349 freemap_route_ipv6unit |
| 8730 | 2026-08-14T12:23:30.406Z | Aug 14 12:23:29.349DEBG DEBG created new freemapAug 14 12:23:29.349created new freemap, Aug 14 12:23:29.349, :unit unit DEBGfreemap_route_ipv4:: |
| 8731 | 2026-08-14T12:23:30.407Z | DEBGfreemap_route_ipv6 initted freemap. size: 64freemap_route_ipv6 |
| 8732 | 2026-08-14T12:23:30.407Z | , unit |
| 8733 | 2026-08-14T12:23:30.407Z | :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8734 | 2026-08-14T12:23:30.407Z | Aug 14 12:23:29.349Aug 14 12:23:29.349 DEBGDEBGfreemap_route_ipv4 |
| 8735 | 2026-08-14T12:23:30.407Z | initted freemap. size: 64Aug 14 12:23:29.349, initted freemap. size: 64unit, unitAug 14 12:23:29.349:: Aug 14 12:23:29.349freemap_route_ipv4DEBG |
| 8736 | 2026-08-14T12:23:30.407Z | INFO freemap_route_ipv4 |
| 8737 | 2026-08-14T12:23:30.407Z | DEBG Aug 14 12:23:29.349 adding route 3fff:dead::/64 -> 2001:db8::55:4reset freemapDEBG |
| 8738 | 2026-08-14T12:23:30.407Z | , unitreset freemapAug 14 12:23:29.349, :unit freemap_route_ipv4 |
| 8739 | 2026-08-14T12:23:30.407Z | : DEBGfreemap_route_ipv4Aug 14 12:23:29.349 reset freemapcreated new freemap, DEBG, |
| 8740 | 2026-08-14T12:23:30.407Z | Aug 14 12:23:29.349unitunit:: freemap_route_ipv4DEBG |
| 8741 | 2026-08-14T12:23:30.407Z | Aug 14 12:23:29.349initted freemap. size: 64 , unitDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:23:29.349 |
| 8742 | 2026-08-14T12:23:30.407Z | :initted freemap. size: 64, DEBGunit :Aug 14 12:23:29.349freemap_route_ipv6initted freemap. size: 64 |
| 8743 | 2026-08-14T12:23:30.407Z | freemap_route_ipv6, DEBGunitfreemap_route_ipv6 |
| 8744 | 2026-08-14T12:23:30.407Z | : |
| 8745 | 2026-08-14T12:23:30.407Z | replacing targets for 3fff:dead::/64 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 14 12:23:29.349 |
| 8746 | 2026-08-14T12:23:30.407Z | freemap_route_ipv6DEBG Aug 14 12:23:29.349 |
| 8747 | 2026-08-14T12:23:30.407Z | Aug 14 12:23:29.349DEBGAug 14 12:23:29.349 reset freemapinitted freemap. size: 64, unitDEBGWARN: , reset freemapshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), unit |
| 8748 | 2026-08-14T12:23:30.407Z | Aug 14 12:23:29.349unitfreemap_route_ipv6 |
| 8749 | 2026-08-14T12:23:30.407Z | :DEBG: freemap_route_ipv6 |
| 8750 | 2026-08-14T12:23:30.407Z | reset freemapAug 14 12:23:29.349 , INFOfreemap_route_ipv4unit Aug 14 12:23:29.349 |
| 8751 | 2026-08-14T12:23:30.407Z | adding route 3fff:dead::/64 -> 2001:db8::55:1: INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8752 | 2026-08-14T12:23:30.407Z | |
| 8753 | 2026-08-14T12:23:30.411Z | |
| 8754 | 2026-08-14T12:23:30.411Z | Aug 14 12:23:29.349Aug 14 12:23:29.349Aug 14 12:23:29.349Aug 14 12:23:29.349 DEBGINFODEBG 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 172.16.0.0/32 -> 10.0.0.1 |
| 8755 | 2026-08-14T12:23:30.411Z | |
| 8756 | 2026-08-14T12:23:30.411Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8757 | 2026-08-14T12:23:30.411Z | Aug 14 12:23:29.348Aug 14 12:23:29.349DEBG Aug 14 12:23:29.349DEBGINFO Aug 14 12:23:29.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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:1 INFOreset freemap |
| 8758 | 2026-08-14T12:23:30.411Z | |
| 8759 | 2026-08-14T12:23:30.411Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 , adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8760 | 2026-08-14T12:23:30.411Z | Aug 14 12:23:29.349 |
| 8761 | 2026-08-14T12:23:30.411Z | INFO Aug 14 12:23:29.349unitAug 14 12:23:29.349adding route 172.16.0.0/32 -> 10.0.0.2 Aug 14 12:23:29.349: DEBGDEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff: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 } }] |
| 8762 | 2026-08-14T12:23:30.411Z | |
| 8763 | 2026-08-14T12:23:30.411Z | freemap_route_ipv4 |
| 8764 | 2026-08-14T12:23:30.411Z | |
| 8765 | 2026-08-14T12:23:30.411Z | 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 } }] |
| 8766 | 2026-08-14T12:23:30.411Z | Aug 14 12:23:29.349 Aug 14 12:23:29.349INFO Aug 14 12:23:29.349Aug 14 12:23:29.349DEBG INFODEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 initted freemap. size: 64Aug 14 12:23:29.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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8767 | 2026-08-14T12:23:30.411Z | , INFO |
| 8768 | 2026-08-14T12:23:30.411Z | adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 8769 | 2026-08-14T12:23:30.411Z | |
| 8770 | 2026-08-14T12:23:30.412Z | : Aug 14 12:23:29.349Aug 14 12:23:29.349 freemap_route_ipv6DEBGINFO |
| 8771 | 2026-08-14T12:23:30.412Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 14 12:23:29.349 |
| 8772 | 2026-08-14T12:23:30.412Z | 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 } }]Aug 14 12:23:29.349 |
| 8773 | 2026-08-14T12:23:30.412Z | DEBGAug 14 12:23:29.349replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 14 12:23:29.349 |
| 8774 | 2026-08-14T12:23:30.412Z | DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 14 12:23:29.349 |
| 8775 | 2026-08-14T12:23:30.412Z | INFOreset freemap replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }], |
| 8776 | 2026-08-14T12:23:30.412Z | unit:adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:23:29.349 |
| 8777 | 2026-08-14T12:23:30.412Z | INFOAug 14 12:23:29.349freemap_route_ipv6 Aug 14 12:23:29.349 Aug 14 12:23:29.349adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8778 | 2026-08-14T12:23:30.412Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 8779 | 2026-08-14T12:23:30.412Z | |
| 8780 | 2026-08-14T12:23:30.412Z | DEBGINFOAug 14 12:23:29.349 Aug 14 12:23:29.349replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8781 | 2026-08-14T12:23:30.412Z | DEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8782 | 2026-08-14T12:23:30.412Z | Aug 14 12:23:29.349Aug 14 12:23:29.349 |
| 8783 | 2026-08-14T12:23:30.412Z | Aug 14 12:23:29.349 |
| 8784 | 2026-08-14T12:23:30.412Z | DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 8785 | 2026-08-14T12:23:30.412Z | 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 14 12:23:29.349Aug 14 12:23:29.349 |
| 8786 | 2026-08-14T12:23:30.412Z | Aug 14 12:23:29.349replacing 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 } }] |
| 8787 | 2026-08-14T12:23:30.412Z | INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 8788 | 2026-08-14T12:23:30.412Z | Aug 14 12:23:29.349 INFOadding route 172.17.0.0/32 -> 10.0.0.255 |
| 8789 | 2026-08-14T12:23:30.412Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 14 12:23:29.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 } }] |
| 8790 | 2026-08-14T12:23:30.412Z | |
| 8791 | 2026-08-14T12:23:30.412Z | DEBGAug 14 12:23:29.349 Aug 14 12:23:29.349replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 14 12:23:29.349 |
| 8792 | 2026-08-14T12:23:30.412Z | 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 } }]Aug 14 12:23:29.349 |
| 8793 | 2026-08-14T12:23:30.412Z | INFODEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8794 | 2026-08-14T12:23:30.412Z | Aug 14 12:23:29.349 |
| 8795 | 2026-08-14T12:23:30.412Z | INFOadding route 172.17.0.0/32 -> 10.0.0.255 |
| 8796 | 2026-08-14T12:23:30.412Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 14 12:23:29.349 |
| 8797 | 2026-08-14T12:23:30.412Z | INFO Aug 14 12:23:29.349adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8798 | 2026-08-14T12:23:30.412Z | DEBG Aug 14 12:23:29.349Aug 14 12:23:29.349 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:23:29.349replacing 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 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 } }] |
| 8799 | 2026-08-14T12:23:30.412Z | |
| 8800 | 2026-08-14T12:23:30.412Z | |
| 8801 | 2026-08-14T12:23:30.412Z | DEBGAug 14 12:23:29.348 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 } }] |
| 8802 | 2026-08-14T12:23:30.412Z | Aug 14 12:23:29.349DEBG INFOcreated new freemapAug 14 12:23:29.349 , adding route 172.17.0.2/32 -> 10.0.0.255Aug 14 12:23:29.349unitINFOAug 14 12:23:29.349 : |
| 8803 | 2026-08-14T12:23:30.412Z | INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8804 | 2026-08-14T12:23:30.412Z | |
| 8805 | 2026-08-14T12:23:30.412Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 14 12:23:29.349 |
| 8806 | 2026-08-14T12:23:30.412Z | DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255Aug 14 12:23:29.349 |
| 8807 | 2026-08-14T12:23:30.412Z | DEBG |
| 8808 | 2026-08-14T12:23:30.413Z | 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 14 12:23:29.349 Aug 14 12:23:29.349Aug 14 12:23:29.349DEBG 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 |
| 8809 | 2026-08-14T12:23:30.413Z | DEBG Aug 14 12:23:29.349created new freemap |
| 8810 | 2026-08-14T12:23:30.413Z | adding route 172.17.0.3/32 -> 10.0.0.255, |
| 8811 | 2026-08-14T12:23:30.413Z | Aug 14 12:23:29.349unit INFO :DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 14 12:23:29.349freemap_route_ipv6 Aug 14 12:23:29.349 |
| 8812 | 2026-08-14T12:23:30.413Z | INFO |
| 8813 | 2026-08-14T12:23:30.413Z | 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 } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 14 12:23:29.349 |
| 8814 | 2026-08-14T12:23:30.413Z | |
| 8815 | 2026-08-14T12:23:30.413Z | test route::tests::identity_replace_is_noop ... ok |
| 8816 | 2026-08-14T12:23:30.413Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 8817 | 2026-08-14T12:23:30.413Z | 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 } }]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 } }] |
| 8818 | 2026-08-14T12:23:30.413Z | Aug 14 12:23:29.350 DEBG created new freemap, unit: freemap_route_ipv4Aug 14 12:23:29.350 DEBG |
| 8819 | 2026-08-14T12:23:30.413Z | Aug 14 12:23:29.357 DEBG initted freemap. size: 64Aug 14 12:23:29.357, Aug 14 12:23:29.357unit :DEBG freemap_route_ipv4created new freemap |
| 8820 | 2026-08-14T12:23:30.413Z | , unit :INFO Aug 14 12:23:29.357freemap_route_ipv6 |
| 8821 | 2026-08-14T12:23:30.413Z | DEBG reset freemap, unitadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 14 12:23:29.357: DEBGfreemap_route_ipv4 |
| 8822 | 2026-08-14T12:23:30.413Z | initted freemap. size: 64 |
| 8823 | 2026-08-14T12:23:30.413Z | , unitAug 14 12:23:29.357: DEBGfreemap_route_ipv4 |
| 8824 | 2026-08-14T12:23:30.413Z | initted freemap. size: 64, Aug 14 12:23:29.357unit :DEBG Aug 14 12:23:29.357 freemap_route_ipv6DEBGreplacing 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 } }] |
| 8825 | 2026-08-14T12:23:30.413Z | |
| 8826 | 2026-08-14T12:23:30.413Z | reset freemap, unit:Aug 14 12:23:29.357Aug 14 12:23:29.357 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreset freemap , |
| 8827 | 2026-08-14T12:23:30.413Z | unitfreemap_route_ipv4: |
| 8828 | 2026-08-14T12:23:30.413Z | freemap_route_ipv6 |
| 8829 | 2026-08-14T12:23:30.413Z | Aug 14 12:23:29.348Aug 14 12:23:29.357 DEBGAug 14 12:23:29.357Aug 14 12:23:29.357DEBG DEBGcreated new freemapINFO 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.16.0.0/32 -> 10.0.0.1unitinitted freemap. size: 64 |
| 8830 | 2026-08-14T12:23:30.413Z | , :unit :freemap_route_ipv4 |
| 8831 | 2026-08-14T12:23:30.413Z | Aug 14 12:23:29.357 |
| 8832 | 2026-08-14T12:23:30.413Z | freemap_route_ipv6 |
| 8833 | 2026-08-14T12:23:30.413Z | DEBG Aug 14 12:23:29.357replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 14 12:23:29.357 INFOAug 14 12:23:29.357 |
| 8834 | 2026-08-14T12:23:30.413Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 8835 | 2026-08-14T12:23:30.413Z | reset freemap Aug 14 12:23:29.357DEBG Aug 14 12:23:29.349, unit DEBGINFOAug 14 12:23:29.357 : adding route 172.16.0.0/32 -> 10.0.0.2created new freemap |
| 8836 | 2026-08-14T12:23:30.413Z | , DEBGunit: replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8837 | 2026-08-14T12:23:30.413Z | |
| 8838 | 2026-08-14T12:23:30.413Z | freemap_route_ipv6 |
| 8839 | 2026-08-14T12:23:30.413Z | 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 14 12:23:29.357 Aug 14 12:23:29.357 |
| 8840 | 2026-08-14T12:23:30.413Z | DEBGAug 14 12:23:29.357 Aug 14 12:23:29.357DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 8841 | 2026-08-14T12:23:30.413Z | Aug 14 12:23:29.357initted freemap. size: 64 , unit :INFOINFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff Aug 14 12:23:29.357 freemap_route_ipv4 |
| 8842 | 2026-08-14T12:23:30.413Z | |
| 8843 | 2026-08-14T12:23:30.413Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8844 | 2026-08-14T12:23:30.413Z | |
| 8845 | 2026-08-14T12:23:30.413Z | Aug 14 12:23:29.357Aug 14 12:23:29.357 DEBG adding route 172.16.0.0/32 -> 10.0.0.1reset freemapAug 14 12:23:29.357DEBG Aug 14 12:23:29.357 |
| 8846 | 2026-08-14T12:23:30.413Z | DEBG, DEBGunit : replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8847 | 2026-08-14T12:23:30.413Z | |
| 8848 | 2026-08-14T12:23:30.413Z | 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_ipv4 |
| 8849 | 2026-08-14T12:23:30.414Z | |
| 8850 | 2026-08-14T12:23:30.414Z | Aug 14 12:23:29.357 Aug 14 12:23:29.357Aug 14 12:23:29.357Aug 14 12:23:29.357 INFOINFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 14 12:23:29.357 |
| 8851 | 2026-08-14T12:23:30.414Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255 |
| 8852 | 2026-08-14T12:23:30.414Z | |
| 8853 | 2026-08-14T12:23:30.418Z | DEBGDEBG Aug 14 12:23:29.357Aug 14 12:23:29.357 initted freemap. size: 64Aug 14 12:23:29.357, DEBG unitreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:DEBG |
| 8854 | 2026-08-14T12:23:30.418Z | freemap_route_ipv6replacing 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 } }]Aug 14 12:23:29.357 |
| 8855 | 2026-08-14T12:23:30.418Z | |
| 8856 | 2026-08-14T12:23:30.418Z | DEBG INFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 8857 | 2026-08-14T12:23:30.418Z | |
| 8858 | 2026-08-14T12:23:30.418Z | |
| 8859 | 2026-08-14T12:23:30.418Z | Aug 14 12:23:29.357 Aug 14 12:23:29.357INFO Aug 14 12:23:29.357 Aug 14 12:23:29.357 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBGAug 14 12:23:29.357 INFODEBG |
| 8860 | 2026-08-14T12:23:30.418Z | adding route 172.16.0.0/32 -> 10.0.0.2 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 8861 | 2026-08-14T12:23:30.418Z | |
| 8862 | 2026-08-14T12:23:30.418Z | reset freemapadding route 3fff:beef:6::/64 -> 2001:db8::55:ff, unit: |
| 8863 | 2026-08-14T12:23:30.418Z | Aug 14 12:23:29.357 Aug 14 12:23:29.357freemap_route_ipv6 |
| 8864 | 2026-08-14T12:23:30.418Z | Aug 14 12:23:29.357DEBG DEBG INFO Aug 14 12:23:29.357replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.3/32 -> 10.0.0.255 |
| 8865 | 2026-08-14T12:23:30.418Z | 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 } }] |
| 8866 | 2026-08-14T12:23:30.418Z | |
| 8867 | 2026-08-14T12:23:30.418Z | DEBGAug 14 12:23:29.357 Aug 14 12:23:29.357Aug 14 12:23:29.357Aug 14 12:23:29.357 INFO INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }] |
| 8868 | 2026-08-14T12:23:30.418Z | |
| 8869 | 2026-08-14T12:23:30.418Z | |
| 8870 | 2026-08-14T12:23:30.418Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 14 12:23:29.357 |
| 8871 | 2026-08-14T12:23:30.418Z | Aug 14 12:23:29.357Aug 14 12:23:29.357adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8872 | 2026-08-14T12:23:30.418Z | DEBGAug 14 12:23:29.357INFO DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8873 | 2026-08-14T12:23:30.418Z | |
| 8874 | 2026-08-14T12:23:30.418Z | |
| 8875 | 2026-08-14T12:23:30.418Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:23:29.357 |
| 8876 | 2026-08-14T12:23:30.418Z | Aug 14 12:23:29.357Aug 14 12:23:29.357 INFODEBG DEBG Aug 14 12:23:29.357adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8877 | 2026-08-14T12:23:30.418Z | DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:23:29.357 |
| 8878 | 2026-08-14T12:23:30.418Z | 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.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 } }] |
| 8879 | 2026-08-14T12:23:30.418Z | |
| 8880 | 2026-08-14T12:23:30.418Z | Aug 14 12:23:29.357INFOAug 14 12:23:29.357 DEBGAug 14 12:23:29.357adding route 172.16.0.0/32 -> 10.0.0.4Aug 14 12:23:29.357 INFO |
| 8881 | 2026-08-14T12:23:30.418Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 8882 | 2026-08-14T12:23:30.418Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 8883 | 2026-08-14T12:23:30.418Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO |
| 8884 | 2026-08-14T12:23:30.419Z | Aug 14 12:23:29.357 Aug 14 12:23:29.357INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8885 | 2026-08-14T12:23:30.419Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 14 12:23:29.357DEBG |
| 8886 | 2026-08-14T12:23:30.419Z | Aug 14 12:23:29.357 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 } }]DEBGAug 14 12:23:29.357 |
| 8887 | 2026-08-14T12:23:30.419Z | Aug 14 12:23:29.357 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:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8888 | 2026-08-14T12:23:30.419Z | |
| 8889 | 2026-08-14T12:23:30.419Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 14 12:23:29.357replacing 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 } }] |
| 8890 | 2026-08-14T12:23:30.419Z | |
| 8891 | 2026-08-14T12:23:30.419Z | Aug 14 12:23:29.357Aug 14 12:23:29.357 Aug 14 12:23:29.357INFOINFO Aug 14 12:23:29.357adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8892 | 2026-08-14T12:23:30.419Z | INFODEBGadding route 172.17.0.6/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8893 | 2026-08-14T12:23:30.419Z | |
| 8894 | 2026-08-14T12:23:30.419Z | INFOAug 14 12:23:29.357 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 8895 | 2026-08-14T12:23:30.419Z | |
| 8896 | 2026-08-14T12:23:30.419Z | Aug 14 12:23:29.357 DEBGAug 14 12:23:29.357replacing 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 14 12:23:29.357DEBG 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 |
| 8897 | 2026-08-14T12:23:30.419Z | 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 } }] |
| 8898 | 2026-08-14T12:23:30.419Z | |
| 8899 | 2026-08-14T12:23:30.419Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8900 | 2026-08-14T12:23:30.419Z | Aug 14 12:23:29.357Aug 14 12:23:29.357 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8901 | 2026-08-14T12:23:30.419Z | Aug 14 12:23:29.357 |
| 8902 | 2026-08-14T12:23:30.419Z | Aug 14 12:23:29.357 created new freemapINFODEBG, Aug 14 12:23:29.357 Aug 14 12:23:29.357DEBGreplacing targets for 3fff:dead::/64 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 } }] unit |
| 8903 | 2026-08-14T12:23:30.419Z | : DEBG freemap_route_ipv4replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8904 | 2026-08-14T12:23:30.419Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 14 12:23:29.357 |
| 8905 | 2026-08-14T12:23:30.419Z | |
| 8906 | 2026-08-14T12:23:30.419Z | Aug 14 12:23:29.357WARN 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 14 12:23:29.357 |
| 8907 | 2026-08-14T12:23:30.419Z | DEBG Aug 14 12:23:29.357shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8908 | 2026-08-14T12:23:30.419Z | created new freemapINFO, unitAug 14 12:23:29.357: DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff INFO |
| 8909 | 2026-08-14T12:23:30.419Z | adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv6 |
| 8910 | 2026-08-14T12:23:30.419Z | |
| 8911 | 2026-08-14T12:23:30.419Z | 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 14 12:23:29.357 |
| 8912 | 2026-08-14T12:23:30.419Z | Aug 14 12:23:29.357DEBG Aug 14 12:23:29.357DEBGAug 14 12:23:29.357 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 } }] |
| 8913 | 2026-08-14T12:23:30.419Z | INFODEBG Aug 14 12:23:29.357adding route 3fff:beef:b::/64 -> 2001:db8::55:ff INFOinitted freemap. size: 64 |
| 8914 | 2026-08-14T12:23:30.419Z | , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffunit |
| 8915 | 2026-08-14T12:23:30.419Z | : freemap_route_ipv4 |
| 8916 | 2026-08-14T12:23:30.419Z | Aug 14 12:23:29.357 DEBGAug 14 12:23:29.357 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8917 | 2026-08-14T12:23:30.419Z | 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 } }] |
| 8918 | 2026-08-14T12:23:30.419Z | |
| 8919 | 2026-08-14T12:23:30.419Z | Aug 14 12:23:29.357Aug 14 12:23:29.357Aug 14 12:23:29.357 DEBGINFOAug 14 12:23:29.357Aug 14 12:23:29.349 reset freemapINFO, unit adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255: |
| 8920 | 2026-08-14T12:23:30.419Z | freemap_route_ipv4INFO |
| 8921 | 2026-08-14T12:23:30.419Z | INFO |
| 8922 | 2026-08-14T12:23:30.419Z | Aug 14 12:23:29.357adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8923 | 2026-08-14T12:23:30.419Z | DEBGAug 14 12:23:29.357 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 |
| 8924 | 2026-08-14T12:23:30.420Z | Aug 14 12:23:29.357initted freemap. size: 64adding route 172.17.0.4/32 -> 10.0.0.255 , Aug 14 12:23:29.357unit |
| 8925 | 2026-08-14T12:23:30.420Z | :INFO DEBGadding route 172.17.0.3/32 -> 10.0.0.255freemap_route_ipv6 |
| 8926 | 2026-08-14T12:23:30.420Z | Aug 14 12:23:29.357 |
| 8927 | 2026-08-14T12:23:30.420Z | 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 } }] DEBGAug 14 12:23:29.358 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 } }] |
| 8928 | 2026-08-14T12:23:30.420Z | created new freemap, replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:23:29.364unit |
| 8929 | 2026-08-14T12:23:30.420Z | INFO: adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8930 | 2026-08-14T12:23:30.420Z | |
| 8931 | 2026-08-14T12:23:30.420Z | Aug 14 12:23:29.364 |
| 8932 | 2026-08-14T12:23:30.420Z | Aug 14 12:23:29.364 Aug 14 12:23:29.364DEBGAug 14 12:23:29.364 INFOcreated new freemapINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff , DEBG |
| 8933 | 2026-08-14T12:23:30.420Z | adding route 172.17.0.9/32 -> 10.0.0.255unit |
| 8934 | 2026-08-14T12:23:30.420Z | :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 } }] |
| 8935 | 2026-08-14T12:23:30.420Z | freemap_route_ipv6Aug 14 12:23:29.364 |
| 8936 | 2026-08-14T12:23:30.420Z | Aug 14 12:23:29.364 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8937 | 2026-08-14T12:23:30.420Z | |
| 8938 | 2026-08-14T12:23:30.420Z | Aug 14 12:23:29.364 Aug 14 12:23:29.364Aug 14 12:23:29.364INFO INFOAug 14 12:23:29.364 DEBGadding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8939 | 2026-08-14T12:23:30.420Z | |
| 8940 | 2026-08-14T12:23:30.420Z | initted freemap. size: 64INFO, Aug 14 12:23:29.364unit adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG: |
| 8941 | 2026-08-14T12:23:30.420Z | Aug 14 12:23:29.364 freemap_route_ipv4 |
| 8942 | 2026-08-14T12:23:30.420Z | DEBGAug 14 12:23:29.364replacing 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 } }] |
| 8943 | 2026-08-14T12:23:30.420Z | 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 |
| 8944 | 2026-08-14T12:23:30.420Z | 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 14 12:23:29.364Aug 14 12:23:29.364 INFOINFO |
| 8945 | 2026-08-14T12:23:30.420Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255 |
| 8946 | 2026-08-14T12:23:30.420Z | |
| 8947 | 2026-08-14T12:23:30.420Z | Aug 14 12:23:29.364 Aug 14 12:23:29.357DEBGAug 14 12:23:29.364 Aug 14 12:23:29.364Aug 14 12:23:29.364 DEBG DEBGDEBG 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 } }] |
| 8948 | 2026-08-14T12:23:30.420Z | 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 } }] |
| 8949 | 2026-08-14T12:23:30.420Z | reset freemapadding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 14 12:23:29.364replacing 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 } }], |
| 8950 | 2026-08-14T12:23:30.420Z | INFOAug 14 12:23:29.364 |
| 8951 | 2026-08-14T12:23:30.420Z | unit: freemap_route_ipv4 INFOAug 14 12:23:29.364 |
| 8952 | 2026-08-14T12:23:30.420Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 8953 | 2026-08-14T12:23:30.425Z | adding route 172.17.0.5/32 -> 10.0.0.255DEBG Aug 14 12:23:29.364 |
| 8954 | 2026-08-14T12:23:30.425Z | 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 14 12:23:29.364 |
| 8955 | 2026-08-14T12:23:30.425Z | DEBGDEBGAug 14 12:23:29.364Aug 14 12:23:29.364 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8956 | 2026-08-14T12:23:30.425Z | 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 } }] |
| 8957 | 2026-08-14T12:23:30.425Z | initted freemap. size: 64, unitadding route 3fff:beef:13::/64 -> 2001:db8::55:ff:Aug 14 12:23:29.364Aug 14 12:23:29.364 freemap_route_ipv6 |
| 8958 | 2026-08-14T12:23:30.425Z | |
| 8959 | 2026-08-14T12:23:30.425Z | INFO Aug 14 12:23:29.364adding route 172.17.0.13/32 -> 10.0.0.255 |
| 8960 | 2026-08-14T12:23:30.425Z | INFO Aug 14 12:23:29.364adding route 172.17.0.6/32 -> 10.0.0.255 |
| 8961 | 2026-08-14T12:23:30.425Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 8962 | 2026-08-14T12:23:30.425Z | Aug 14 12:23:29.364 Aug 14 12:23:29.364DEBG 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 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.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 } }] |
| 8963 | 2026-08-14T12:23:30.425Z | |
| 8964 | 2026-08-14T12:23:30.425Z | |
| 8965 | 2026-08-14T12:23:30.425Z | Aug 14 12:23:29.364 DEBG Aug 14 12:23:29.364replacing 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 14 12:23:29.364Aug 14 12:23:29.364 |
| 8966 | 2026-08-14T12:23:30.425Z | DEBG INFO INFO Aug 14 12:23:29.364adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255 |
| 8967 | 2026-08-14T12:23:30.425Z | |
| 8968 | 2026-08-14T12:23:30.425Z | INFO Aug 14 12:23:29.364 Aug 14 12:23:29.364 reset freemapAug 14 12:23:29.364DEBG, unitreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 8969 | 2026-08-14T12:23:30.425Z | : |
| 8970 | 2026-08-14T12:23:30.425Z | freemap_route_ipv6replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:23:29.364 |
| 8971 | 2026-08-14T12:23:30.425Z | INFOINFO |
| 8972 | 2026-08-14T12:23:30.425Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 14 12:23:29.364 |
| 8973 | 2026-08-14T12:23:30.425Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 8974 | 2026-08-14T12:23:30.425Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 8975 | 2026-08-14T12:23:30.425Z | Aug 14 12:23:29.364 Aug 14 12:23:29.364DEBG DEBGAug 14 12:23:29.364 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 |
| 8976 | 2026-08-14T12:23:30.425Z | 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 14 12:23:29.364replacing 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 } }] |
| 8977 | 2026-08-14T12:23:30.425Z | |
| 8978 | 2026-08-14T12:23:30.425Z | Aug 14 12:23:29.364Aug 14 12:23:29.364DEBG Aug 14 12:23:29.364INFOAug 14 12:23:29.364 INFOINFOadding route 172.17.0.9/32 -> 10.0.0.255 |
| 8979 | 2026-08-14T12:23:30.425Z | adding route 172.17.0.16/32 -> 10.0.0.255INFO |
| 8980 | 2026-08-14T12:23:30.425Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8981 | 2026-08-14T12:23:30.425Z | Aug 14 12:23:29.364 |
| 8982 | 2026-08-14T12:23:30.425Z | Aug 14 12:23:29.364 DEBGDEBG |
| 8983 | 2026-08-14T12:23:30.425Z | 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 } }] |
| 8984 | 2026-08-14T12:23:30.425Z | 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 } }] |
| 8985 | 2026-08-14T12:23:30.425Z | Aug 14 12:23:29.364Aug 14 12:23:29.364 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8986 | 2026-08-14T12:23:30.425Z | Aug 14 12:23:29.364Aug 14 12:23:29.364 |
| 8987 | 2026-08-14T12:23:30.425Z | INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255Aug 14 12:23:29.364 |
| 8988 | 2026-08-14T12:23:30.425Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 8989 | 2026-08-14T12:23:30.425Z | DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.364 |
| 8990 | 2026-08-14T12:23:30.425Z | Aug 14 12:23:29.364Aug 14 12:23:29.364 DEBGDEBG Aug 14 12:23:29.364INFOreplacing 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 14 12:23:29.364 |
| 8991 | 2026-08-14T12:23:30.426Z | DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8992 | 2026-08-14T12:23:30.426Z | Aug 14 12:23:29.364replacing 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 } }] |
| 8993 | 2026-08-14T12:23:30.426Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.11/32 -> 10.0.0.255 |
| 8994 | 2026-08-14T12:23:30.426Z | |
| 8995 | 2026-08-14T12:23:30.426Z | Aug 14 12:23:29.364 INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:23:29.364 |
| 8996 | 2026-08-14T12:23:30.426Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGAug 14 12:23:29.364 |
| 8997 | 2026-08-14T12:23:30.426Z | 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 14 12:23:29.364INFO |
| 8998 | 2026-08-14T12:23:30.426Z | 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 14 12:23:29.364 Aug 14 12:23:29.364 |
| 8999 | 2026-08-14T12:23:30.426Z | DEBGINFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff adding route 172.17.0.12/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 } }] |
| 9000 | 2026-08-14T12:23:30.426Z | |
| 9001 | 2026-08-14T12:23:30.426Z | |
| 9002 | 2026-08-14T12:23:30.426Z | Aug 14 12:23:29.364Aug 14 12:23:29.364 Aug 14 12:23:29.364DEBGAug 14 12:23:29.364Aug 14 12:23:29.364DEBG 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 } }] |
| 9003 | 2026-08-14T12:23:30.426Z | DEBGadding route 172.17.0.19/32 -> 10.0.0.255 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 } }] |
| 9004 | 2026-08-14T12:23:30.426Z | |
| 9005 | 2026-08-14T12:23:30.426Z | INFO Aug 14 12:23:29.364 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:dead::/64 -> 2001:db8::55:3INFO |
| 9006 | 2026-08-14T12:23:30.426Z | Aug 14 12:23:29.364adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9007 | 2026-08-14T12:23:30.426Z | |
| 9008 | 2026-08-14T12:23:30.426Z | DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:23:29.364Aug 14 12:23:29.364 Aug 14 12:23:29.364INFOAug 14 12:23:29.364 |
| 9009 | 2026-08-14T12:23:30.426Z | DEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:23:29.364 |
| 9010 | 2026-08-14T12:23:30.426Z | INFO |
| 9011 | 2026-08-14T12:23:30.426Z | adding route 172.17.0.20/32 -> 10.0.0.255DEBGINFO Aug 14 12:23:29.364 |
| 9012 | 2026-08-14T12:23:30.426Z | INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 9013 | 2026-08-14T12:23:30.426Z | adding route 172.17.0.14/32 -> 10.0.0.255Aug 14 12:23:29.364 |
| 9014 | 2026-08-14T12:23:30.426Z | Aug 14 12:23:29.364replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9015 | 2026-08-14T12:23:30.426Z | DEBG Aug 14 12:23:29.364 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 14 12:23:29.364 |
| 9016 | 2026-08-14T12:23:30.426Z | 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 } }] DEBGDEBG Aug 14 12:23:29.364replacing 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: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 } }] |
| 9017 | 2026-08-14T12:23:30.426Z | INFO |
| 9018 | 2026-08-14T12:23:30.426Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9019 | 2026-08-14T12:23:30.426Z | |
| 9020 | 2026-08-14T12:23:30.426Z | Aug 14 12:23:29.364 Aug 14 12:23:29.364Aug 14 12:23:29.364Aug 14 12:23:29.364 INFOINFODEBGINFOAug 14 12:23:29.364 adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9021 | 2026-08-14T12:23:30.426Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9022 | 2026-08-14T12:23:30.426Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:23:29.364 |
| 9023 | 2026-08-14T12:23:30.426Z | |
| 9024 | 2026-08-14T12:23:30.426Z | DEBG |
| 9025 | 2026-08-14T12:23:30.426Z | 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 } }] |
| 9026 | 2026-08-14T12:23:30.426Z | Aug 14 12:23:29.364Aug 14 12:23:29.364Aug 14 12:23:29.364 DEBGINFO adding route 172.17.0.22/32 -> 10.0.0.255DEBGAug 14 12:23:29.364Aug 14 12:23:29.364 |
| 9027 | 2026-08-14T12:23:30.426Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 9028 | 2026-08-14T12:23:30.426Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:23:29.364 |
| 9029 | 2026-08-14T12:23:30.426Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 9030 | 2026-08-14T12:23:30.426Z | DEBG |
| 9031 | 2026-08-14T12:23:30.427Z | Aug 14 12:23:29.364replacing 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 } }] |
| 9032 | 2026-08-14T12:23:30.427Z | Aug 14 12:23:29.364DEBGAug 14 12:23:29.364 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 } }] |
| 9033 | 2026-08-14T12:23:30.427Z | INFO Aug 14 12:23:29.364adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 9034 | 2026-08-14T12:23:30.427Z | Aug 14 12:23:29.364 INFO INFOAug 14 12:23:29.364 adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9035 | 2026-08-14T12:23:30.427Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 172.17.0.23/32 -> 10.0.0.255INFOAug 14 12:23:29.364 |
| 9036 | 2026-08-14T12:23:30.427Z | |
| 9037 | 2026-08-14T12:23:30.427Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 14 12:23:29.364 DEBGAug 14 12:23:29.364 DEBG |
| 9038 | 2026-08-14T12:23:30.427Z | 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 } }]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 } }] |
| 9039 | 2026-08-14T12:23:30.427Z | |
| 9040 | 2026-08-14T12:23:30.427Z | 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 } }] |
| 9041 | 2026-08-14T12:23:30.427Z | Aug 14 12:23:29.370Aug 14 12:23:29.370 Aug 14 12:23:29.370DEBG INFOINFOAug 14 12:23:29.358 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9042 | 2026-08-14T12:23:30.427Z | |
| 9043 | 2026-08-14T12:23:30.427Z | |
| 9044 | 2026-08-14T12:23:30.427Z | Aug 14 12:23:29.370 Aug 14 12:23:29.357INFO Aug 14 12:23:29.370Aug 14 12:23:29.370adding route 3fff:beef:17::/64 -> 2001:db8::55:ff DEBG |
| 9045 | 2026-08-14T12:23:30.427Z | DEBGAug 14 12:23:29.370 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 } }]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 } }] |
| 9046 | 2026-08-14T12:23:30.427Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 9047 | 2026-08-14T12:23:30.427Z | |
| 9048 | 2026-08-14T12:23:30.427Z | 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 } }] |
| 9049 | 2026-08-14T12:23:30.427Z | Aug 14 12:23:29.370 Aug 14 12:23:29.370INFO DEBGAug 14 12:23:29.370 adding route 172.17.0.19/32 -> 10.0.0.255replacing 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 14 12:23:29.371 |
| 9050 | 2026-08-14T12:23:30.427Z | |
| 9051 | 2026-08-14T12:23:30.427Z | DEBGINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.371Aug 14 12:23:29.371 |
| 9052 | 2026-08-14T12:23:30.427Z | DEBGINFO adding route 3fff:beef:18::/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 14 12:23:29.371 |
| 9053 | 2026-08-14T12:23:30.431Z | Aug 14 12:23:29.371 INFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFOAug 14 12:23:29.371 adding route 172.17.0.25/32 -> 10.0.0.255INFO |
| 9054 | 2026-08-14T12:23:30.431Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9055 | 2026-08-14T12:23:30.431Z | |
| 9056 | 2026-08-14T12:23:30.431Z | |
| 9057 | 2026-08-14T12:23:30.431Z | Aug 14 12:23:29.371 |
| 9058 | 2026-08-14T12:23:30.431Z | Aug 14 12:23:29.371Aug 14 12:23:29.371 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 } }]DEBG |
| 9059 | 2026-08-14T12:23:30.431Z | 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 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 } }] |
| 9060 | 2026-08-14T12:23:30.431Z | |
| 9061 | 2026-08-14T12:23:30.431Z | Aug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 9062 | 2026-08-14T12:23:30.431Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9063 | 2026-08-14T12:23:30.431Z | adding route 3fff:beef:19::/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 } }] |
| 9064 | 2026-08-14T12:23:30.431Z | |
| 9065 | 2026-08-14T12:23:30.431Z | Aug 14 12:23:29.371 DEBGAug 14 12:23:29.371 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 14 12:23:29.371 DEBG |
| 9066 | 2026-08-14T12:23:30.431Z | DEBGAug 14 12:23:29.371 Aug 14 12:23:29.371replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 9067 | 2026-08-14T12:23:30.431Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 9068 | 2026-08-14T12:23:30.432Z | |
| 9069 | 2026-08-14T12:23:30.432Z | Aug 14 12:23:29.371Aug 14 12:23:29.371 Aug 14 12:23:29.371DEBG Aug 14 12:23:29.371 INFO INFODEBG INFOadding route 172.17.0.22/32 -> 10.0.0.255 |
| 9070 | 2026-08-14T12:23:30.432Z | adding route 172.17.0.27/32 -> 10.0.0.255adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 9071 | 2026-08-14T12:23:30.432Z | 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 } }] |
| 9072 | 2026-08-14T12:23:30.432Z | |
| 9073 | 2026-08-14T12:23:30.432Z | 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 14 12:23:29.371 |
| 9074 | 2026-08-14T12:23:30.432Z | Aug 14 12:23:29.371DEBG 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 |
| 9075 | 2026-08-14T12:23:30.432Z | Aug 14 12:23:29.371replacing 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 14 12:23:29.371 |
| 9076 | 2026-08-14T12:23:30.432Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 14 12:23:29.371Aug 14 12:23:29.371 |
| 9077 | 2026-08-14T12:23:30.432Z | INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255 Aug 14 12:23:29.371INFO Aug 14 12:23:29.371 |
| 9078 | 2026-08-14T12:23:30.432Z | DEBGadding route 172.17.0.23/32 -> 10.0.0.255 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 } }] |
| 9079 | 2026-08-14T12:23:30.432Z | 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 } }] |
| 9080 | 2026-08-14T12:23:30.432Z | Aug 14 12:23:29.371 |
| 9081 | 2026-08-14T12:23:30.432Z | DEBGAug 14 12:23:29.371 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 |
| 9082 | 2026-08-14T12:23:30.432Z | DEBGAug 14 12:23:29.371 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 } }] |
| 9083 | 2026-08-14T12:23:30.432Z | INFOAug 14 12:23:29.371 INFOAug 14 12:23:29.371 adding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9084 | 2026-08-14T12:23:30.432Z | Aug 14 12:23:29.371INFO INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255 |
| 9085 | 2026-08-14T12:23:30.432Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9086 | 2026-08-14T12:23:30.432Z | Aug 14 12:23:29.371 |
| 9087 | 2026-08-14T12:23:30.432Z | |
| 9088 | 2026-08-14T12:23:30.432Z | Aug 14 12:23:29.371DEBGAug 14 12:23:29.371 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 } }] DEBG |
| 9089 | 2026-08-14T12:23:30.432Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 14 12:23:29.371 |
| 9090 | 2026-08-14T12:23:30.432Z | 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 } }] |
| 9091 | 2026-08-14T12:23:30.432Z | |
| 9092 | 2026-08-14T12:23:30.432Z | Aug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371 INFO INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:23:29.371adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9093 | 2026-08-14T12:23:30.432Z | |
| 9094 | 2026-08-14T12:23:30.432Z | INFOAug 14 12:23:29.371 Aug 14 12:23:29.371INFOAug 14 12:23:29.371 DEBGDEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9095 | 2026-08-14T12:23:30.432Z | |
| 9096 | 2026-08-14T12:23:30.432Z | |
| 9097 | 2026-08-14T12:23:30.432Z | 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 } }] |
| 9098 | 2026-08-14T12:23:30.432Z | |
| 9099 | 2026-08-14T12:23:30.432Z | Aug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371 DEBGINFO adding route 172.17.0.26/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 } }] |
| 9100 | 2026-08-14T12:23:30.432Z | |
| 9101 | 2026-08-14T12:23:30.432Z | Aug 14 12:23:29.371 DEBGINFO Aug 14 12:23:29.371replacing 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 14 12:23:29.371 adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9102 | 2026-08-14T12:23:30.432Z | |
| 9103 | 2026-08-14T12:23:30.432Z | INFOINFOAug 14 12:23:29.371 adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 9104 | 2026-08-14T12:23:30.432Z | Aug 14 12:23:29.371DEBG Aug 14 12:23:29.371replacing 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 } }] |
| 9105 | 2026-08-14T12:23:30.432Z | INFO Aug 14 12:23:29.371 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 } }]DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 9106 | 2026-08-14T12:23:30.432Z | Aug 14 12:23:29.371 |
| 9107 | 2026-08-14T12:23:30.433Z | INFO |
| 9108 | 2026-08-14T12:23:30.433Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255Aug 14 12:23:29.371 |
| 9109 | 2026-08-14T12:23:30.433Z | |
| 9110 | 2026-08-14T12:23:30.433Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 14 12:23:29.371Aug 14 12:23:29.371 |
| 9111 | 2026-08-14T12:23:30.433Z | DEBGINFOAug 14 12:23:29.371 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9112 | 2026-08-14T12:23:30.433Z | 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 } }] |
| 9113 | 2026-08-14T12:23:30.433Z | Aug 14 12:23:29.371DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.371 |
| 9114 | 2026-08-14T12:23:30.433Z | DEBGAug 14 12:23:29.371Aug 14 12:23:29.371 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 |
| 9115 | 2026-08-14T12:23:30.433Z | 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.28/32 -> 10.0.0.255Aug 14 12:23:29.371 INFO |
| 9116 | 2026-08-14T12:23:30.433Z | |
| 9117 | 2026-08-14T12:23:30.433Z | Aug 14 12:23:29.371adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9118 | 2026-08-14T12:23:30.433Z | Aug 14 12:23:29.371 INFO 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 172.17.0.33/32 -> 10.0.0.255 |
| 9119 | 2026-08-14T12:23:30.433Z | |
| 9120 | 2026-08-14T12:23:30.433Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9121 | 2026-08-14T12:23:30.433Z | DEBGAug 14 12:23:29.371 Aug 14 12:23:29.371INFOAug 14 12:23:29.371 Aug 14 12:23:29.371 DEBGINFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 172.17.0.29/32 -> 10.0.0.255 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9122 | 2026-08-14T12:23:30.433Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9123 | 2026-08-14T12:23:30.433Z | 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 } }] |
| 9124 | 2026-08-14T12:23:30.433Z | |
| 9125 | 2026-08-14T12:23:30.433Z | |
| 9126 | 2026-08-14T12:23:30.433Z | 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 14 12:23:29.371 |
| 9127 | 2026-08-14T12:23:30.433Z | Aug 14 12:23:29.371Aug 14 12:23:29.371 Aug 14 12:23:29.371 INFO DEBG 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 } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9128 | 2026-08-14T12:23:30.433Z | |
| 9129 | 2026-08-14T12:23:30.433Z | Aug 14 12:23:29.371 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9130 | 2026-08-14T12:23:30.433Z | Aug 14 12:23:29.371Aug 14 12:23:29.371adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFODEBGAug 14 12:23:29.371 adding route 172.17.0.30/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 } }] |
| 9131 | 2026-08-14T12:23:30.433Z | |
| 9132 | 2026-08-14T12:23:30.433Z | INFO |
| 9133 | 2026-08-14T12:23:30.433Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 9134 | 2026-08-14T12:23:30.433Z | INFO Aug 14 12:23:29.371Aug 14 12:23:29.371 Aug 14 12:23:29.371DEBGDEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]DEBGAug 14 12:23:29.371 |
| 9135 | 2026-08-14T12:23:30.433Z | 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 } }] |
| 9136 | 2026-08-14T12:23:30.433Z | |
| 9137 | 2026-08-14T12:23:30.433Z | |
| 9138 | 2026-08-14T12:23:30.433Z | INFOAug 14 12:23:29.371 adding route 172.17.0.35/32 -> 10.0.0.255 Aug 14 12:23:29.371INFO INFO |
| 9139 | 2026-08-14T12:23:30.433Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9140 | 2026-08-14T12:23:30.433Z | Aug 14 12:23:29.371adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 14 12:23:29.371INFOAug 14 12:23:29.371 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 9141 | 2026-08-14T12:23:30.433Z | DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9142 | 2026-08-14T12:23:30.433Z | Aug 14 12:23:29.371 |
| 9143 | 2026-08-14T12:23:30.433Z | |
| 9144 | 2026-08-14T12:23:30.433Z | Aug 14 12:23:29.371 DEBGDEBG Aug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371 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 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 } }] INFODEBGINFO adding route 172.17.0.32/32 -> 10.0.0.255replacing 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.36/32 -> 10.0.0.255 |
| 9145 | 2026-08-14T12:23:30.433Z | |
| 9146 | 2026-08-14T12:23:30.433Z | |
| 9147 | 2026-08-14T12:23:30.434Z | |
| 9148 | 2026-08-14T12:23:30.434Z | |
| 9149 | 2026-08-14T12:23:30.434Z | Aug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371 DEBGINFO Aug 14 12:23:29.371INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 9150 | 2026-08-14T12:23:30.434Z | |
| 9151 | 2026-08-14T12:23:30.434Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9152 | 2026-08-14T12:23:30.434Z | |
| 9153 | 2026-08-14T12:23:30.438Z | INFOAug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371 DEBGINFO adding route 172.17.0.8/32 -> 10.0.0.255 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9154 | 2026-08-14T12:23:30.438Z | DEBG Aug 14 12:23:29.377replacing 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 14 12:23:29.377 DEBGDEBG |
| 9155 | 2026-08-14T12:23:30.438Z | 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 |
| 9156 | 2026-08-14T12:23:30.438Z | Aug 14 12:23:29.377 , Aug 14 12:23:29.377unit :INFO freemap_route_ipv6adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9157 | 2026-08-14T12:23:30.438Z | INFO |
| 9158 | 2026-08-14T12:23:30.438Z | |
| 9159 | 2026-08-14T12:23:30.438Z | Aug 14 12:23:29.377Aug 14 12:23:29.377 DEBGINFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9160 | 2026-08-14T12:23:30.438Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9161 | 2026-08-14T12:23:30.438Z | |
| 9162 | 2026-08-14T12:23:30.438Z | Aug 14 12:23:29.371Aug 14 12:23:29.377 Aug 14 12:23:29.377DEBG Aug 14 12:23:29.377DEBGcreated new freemap Aug 14 12:23:29.377, INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9163 | 2026-08-14T12:23:30.438Z | DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 9164 | 2026-08-14T12:23:30.438Z | unit:replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:23:29.377 |
| 9165 | 2026-08-14T12:23:30.438Z | DEBGINFOfreemap_route_ipv4Aug 14 12:23:29.377 |
| 9166 | 2026-08-14T12:23:30.438Z | DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 9167 | 2026-08-14T12:23:30.438Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:23:29.377Aug 14 12:23:29.377 Aug 14 12:23:29.377DEBG |
| 9168 | 2026-08-14T12:23:30.438Z | |
| 9169 | 2026-08-14T12:23:30.438Z | 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 } }] |
| 9170 | 2026-08-14T12:23:30.438Z | created new freemapINFO, Aug 14 12:23:29.377unit : Aug 14 12:23:29.377adding route 3fff:beef:27::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 9171 | 2026-08-14T12:23:30.438Z | |
| 9172 | 2026-08-14T12:23:30.438Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 9173 | 2026-08-14T12:23:30.438Z | Aug 14 12:23:29.377Aug 14 12:23:29.377 DEBGadding route 172.17.0.40/32 -> 10.0.0.255 initted freemap. size: 64 |
| 9174 | 2026-08-14T12:23:30.438Z | DEBG, unitAug 14 12:23:29.377 Aug 14 12:23:29.377Aug 14 12:23:29.377replacing 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 } }] |
| 9175 | 2026-08-14T12:23:30.438Z | DEBGDEBG: replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9176 | 2026-08-14T12:23:30.438Z | freemap_route_ipv4 |
| 9177 | 2026-08-14T12:23:30.438Z | INFOAug 14 12:23:29.377 adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:23:29.377 |
| 9178 | 2026-08-14T12:23:30.438Z | 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 } }] |
| 9179 | 2026-08-14T12:23:30.438Z | INFO INFOAug 14 12:23:29.377 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 9180 | 2026-08-14T12:23:30.438Z | |
| 9181 | 2026-08-14T12:23:30.438Z | reset freemapAug 14 12:23:29.377, Aug 14 12:23:29.377 Aug 14 12:23:29.377INFOunitDEBG Aug 14 12:23:29.377 :adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9182 | 2026-08-14T12:23:30.438Z | 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 |
| 9183 | 2026-08-14T12:23:30.438Z | 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 } }] |
| 9184 | 2026-08-14T12:23:30.438Z | |
| 9185 | 2026-08-14T12:23:30.439Z | DEBGAug 14 12:23:29.377 Aug 14 12:23:29.377 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9186 | 2026-08-14T12:23:30.439Z | INFODEBG Aug 14 12:23:29.377adding route 172.17.0.12/32 -> 10.0.0.255Aug 14 12:23:29.377 |
| 9187 | 2026-08-14T12:23:30.439Z | DEBG initted freemap. size: 64 , 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 14 12:23:29.377unit |
| 9188 | 2026-08-14T12:23:30.439Z | : freemap_route_ipv6 |
| 9189 | 2026-08-14T12:23:30.439Z | DEBG Aug 14 12:23:29.377 INFOINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 9190 | 2026-08-14T12:23:30.439Z | |
| 9191 | 2026-08-14T12:23:30.439Z | adding route 172.17.0.42/32 -> 10.0.0.255Aug 14 12:23:29.377 |
| 9192 | 2026-08-14T12:23:30.439Z | Aug 14 12:23:29.377Aug 14 12:23:29.377 INFODEBGAug 14 12:23:29.377INFOAug 14 12:23:29.377 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255DEBG |
| 9193 | 2026-08-14T12:23:30.439Z | |
| 9194 | 2026-08-14T12:23:30.439Z | 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 |
| 9195 | 2026-08-14T12:23:30.439Z | reset freemap Aug 14 12:23:29.377adding route 3fff:dead::/64 -> 2001:db8::55:3, Aug 14 12:23:29.377unit |
| 9196 | 2026-08-14T12:23:30.439Z | DEBGINFO Aug 14 12:23:29.377replacing 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 } }] |
| 9197 | 2026-08-14T12:23:30.439Z | adding route 172.17.0.43/32 -> 10.0.0.255: |
| 9198 | 2026-08-14T12:23:30.439Z | freemap_route_ipv6INFO |
| 9199 | 2026-08-14T12:23:30.439Z | Aug 14 12:23:29.377adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 14 12:23:29.377INFO Aug 14 12:23:29.377DEBG |
| 9200 | 2026-08-14T12:23:30.439Z | adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9201 | 2026-08-14T12:23:30.439Z | INFO |
| 9202 | 2026-08-14T12:23:30.439Z | Aug 14 12:23:29.377 Aug 14 12:23:29.377Aug 14 12:23:29.377 DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 9203 | 2026-08-14T12:23:30.439Z | |
| 9204 | 2026-08-14T12:23:30.439Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:23:29.377 |
| 9205 | 2026-08-14T12:23:30.439Z | Aug 14 12:23:29.377 DEBGAug 14 12:23:29.377DEBG Aug 14 12:23:29.377 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] 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 } }] |
| 9206 | 2026-08-14T12:23:30.439Z | adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9207 | 2026-08-14T12:23:30.439Z | |
| 9208 | 2026-08-14T12:23:30.439Z | |
| 9209 | 2026-08-14T12:23:30.439Z | Aug 14 12:23:29.377replacing 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 } }] |
| 9210 | 2026-08-14T12:23:30.439Z | INFO Aug 14 12:23:29.377Aug 14 12:23:29.377 adding route 172.16.0.0/32 -> 10.0.0.2INFODEBG |
| 9211 | 2026-08-14T12:23:30.439Z | 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.45/32 -> 10.0.0.255 |
| 9212 | 2026-08-14T12:23:30.439Z | |
| 9213 | 2026-08-14T12:23:30.439Z | Aug 14 12:23:29.377 Aug 14 12:23:29.377Aug 14 12:23:29.377Aug 14 12:23:29.377 Aug 14 12:23:29.377INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 9214 | 2026-08-14T12:23:30.439Z | 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 } }] 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 } }] |
| 9215 | 2026-08-14T12:23:30.439Z | Aug 14 12:23:29.377created new freemap |
| 9216 | 2026-08-14T12:23:30.439Z | 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 } }]INFO |
| 9217 | 2026-08-14T12:23:30.439Z | , adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:23:29.377Aug 14 12:23:29.377 Aug 14 12:23:29.377 INFOINFOINFO |
| 9218 | 2026-08-14T12:23:30.439Z | adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9219 | 2026-08-14T12:23:30.439Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9220 | 2026-08-14T12:23:30.439Z | |
| 9221 | 2026-08-14T12:23:30.439Z | |
| 9222 | 2026-08-14T12:23:30.439Z | unitAug 14 12:23:29.377Aug 14 12:23:29.377 : Aug 14 12:23:29.377Aug 14 12:23:29.377 DEBGDEBGfreemap_route_ipv4 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 } }]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 } }] |
| 9223 | 2026-08-14T12:23:30.439Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9224 | 2026-08-14T12:23:30.439Z | |
| 9225 | 2026-08-14T12:23:30.440Z | |
| 9226 | 2026-08-14T12:23:30.440Z | Aug 14 12:23:29.377Aug 14 12:23:29.377 INFOAug 14 12:23:29.377 DEBG adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 9227 | 2026-08-14T12:23:30.440Z | Aug 14 12:23:29.377 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 14 12:23:29.377DEBG |
| 9228 | 2026-08-14T12:23:30.440Z | INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255 Aug 14 12:23:29.378 |
| 9229 | 2026-08-14T12:23:30.440Z | adding route 172.16.0.0/32 -> 10.0.0.4 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]created new freemapAug 14 12:23:29.378 |
| 9230 | 2026-08-14T12:23:30.440Z | |
| 9231 | 2026-08-14T12:23:30.440Z | 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 14 12:23:29.378 , |
| 9232 | 2026-08-14T12:23:30.440Z | 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 |
| 9233 | 2026-08-14T12:23:30.440Z | Aug 14 12:23:29.378 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 14 12:23:29.378INFOunit |
| 9234 | 2026-08-14T12:23:30.440Z | Aug 14 12:23:29.378Aug 14 12:23:29.378 adding route 172.17.0.19/32 -> 10.0.0.255: |
| 9235 | 2026-08-14T12:23:30.440Z | INFO DEBGfreemap_route_ipv6adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9236 | 2026-08-14T12:23:30.440Z | Aug 14 12:23:29.378 |
| 9237 | 2026-08-14T12:23:30.440Z | 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 } }]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 } }] |
| 9238 | 2026-08-14T12:23:30.440Z | |
| 9239 | 2026-08-14T12:23:30.440Z | DEBGAug 14 12:23:29.378 Aug 14 12:23:29.378Aug 14 12:23:29.378 Aug 14 12:23:29.378DEBGDEBG Aug 14 12:23:29.378INFO 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 |
| 9240 | 2026-08-14T12:23:30.440Z | replacing targets for 172.16.0.0/32 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 } }] |
| 9241 | 2026-08-14T12:23:30.440Z | initted freemap. size: 64adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9242 | 2026-08-14T12:23:30.440Z | DEBGAug 14 12:23:29.378, unit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:23:29.378INFO: adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 9243 | 2026-08-14T12:23:30.440Z | freemap_route_ipv4replacing 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 } }] |
| 9244 | 2026-08-14T12:23:30.440Z | 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 } }] |
| 9245 | 2026-08-14T12:23:30.440Z | |
| 9246 | 2026-08-14T12:23:30.440Z | |
| 9247 | 2026-08-14T12:23:30.440Z | Aug 14 12:23:29.378Aug 14 12:23:29.378 DEBGDEBGAug 14 12:23:29.378 Aug 14 12:23:29.378 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 } }]INFOINFOreset freemap |
| 9248 | 2026-08-14T12:23:30.440Z | , adding route 172.17.0.21/32 -> 10.0.0.255unit: |
| 9249 | 2026-08-14T12:23:30.440Z | freemap_route_ipv4 |
| 9250 | 2026-08-14T12:23:30.440Z | Aug 14 12:23:29.378Aug 14 12:23:29.378adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff INFO |
| 9251 | 2026-08-14T12:23:30.440Z | Aug 14 12:23:29.378 Aug 14 12:23:29.378DEBG 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 } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9252 | 2026-08-14T12:23:30.440Z | initted freemap. size: 64 |
| 9253 | 2026-08-14T12:23:30.444Z | WARN, unit shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 14 12:23:29.378 |
| 9254 | 2026-08-14T12:23:30.445Z | Aug 14 12:23:29.378 : INFODEBG Aug 14 12:23:29.378replacing 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.22/32 -> 10.0.0.255 |
| 9255 | 2026-08-14T12:23:30.445Z | freemap_route_ipv6 |
| 9256 | 2026-08-14T12:23:30.445Z | |
| 9257 | 2026-08-14T12:23:30.445Z | DEBG Aug 14 12:23:29.378Aug 14 12:23:29.378 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 14 12:23:29.371DEBGINFO |
| 9258 | 2026-08-14T12:23:30.445Z | adding route 172.17.0.51/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 } }] |
| 9259 | 2026-08-14T12:23:30.445Z | |
| 9260 | 2026-08-14T12:23:30.445Z | Aug 14 12:23:29.378 INFODEBGAug 14 12:23:29.378 Aug 14 12:23:29.378Aug 14 12:23:29.378 INFO INFOadding route 172.17.0.33/32 -> 10.0.0.255Aug 14 12:23:29.378 |
| 9261 | 2026-08-14T12:23:30.445Z | DEBG 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 } }] |
| 9262 | 2026-08-14T12:23:30.445Z | created new freemap, unit: Aug 14 12:23:29.384freemap_route_ipv4 INFO |
| 9263 | 2026-08-14T12:23:30.445Z | adding route 172.17.0.52/32 -> 10.0.0.255replacing 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 } }] |
| 9264 | 2026-08-14T12:23:30.445Z | |
| 9265 | 2026-08-14T12:23:30.445Z | Aug 14 12:23:29.384 DEBG adding route 172.17.0.23/32 -> 10.0.0.255Aug 14 12:23:29.384Aug 14 12:23:29.384Aug 14 12:23:29.384replacing 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 } }] |
| 9266 | 2026-08-14T12:23:30.445Z | |
| 9267 | 2026-08-14T12:23:30.445Z | DEBG created new freemapDEBG, unit :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 |
| 9268 | 2026-08-14T12:23:30.445Z | |
| 9269 | 2026-08-14T12:23:30.445Z | INFOAug 14 12:23:29.384Aug 14 12:23:29.384 Aug 14 12:23:29.384 Aug 14 12:23:29.384INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFODEBG 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 } }] initted freemap. size: 64 |
| 9270 | 2026-08-14T12:23:30.445Z | , adding route 172.17.0.53/32 -> 10.0.0.255 unit |
| 9271 | 2026-08-14T12:23:30.445Z | : |
| 9272 | 2026-08-14T12:23:30.445Z | adding route 172.17.0.34/32 -> 10.0.0.255 Aug 14 12:23:29.384 |
| 9273 | 2026-08-14T12:23:30.445Z | freemap_route_ipv4Aug 14 12:23:29.384 |
| 9274 | 2026-08-14T12:23:30.445Z | INFODEBG 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 } }] |
| 9275 | 2026-08-14T12:23:30.445Z | adding route 172.17.0.24/32 -> 10.0.0.255Aug 14 12:23:29.384 |
| 9276 | 2026-08-14T12:23:30.445Z | Aug 14 12:23:29.384 DEBG Aug 14 12:23:29.384 Aug 14 12:23:29.384reset freemap , DEBGunit DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9277 | 2026-08-14T12:23:30.445Z | Aug 14 12:23:29.384: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 } }] |
| 9278 | 2026-08-14T12:23:30.445Z | Aug 14 12:23:29.384INFO adding route 172.17.0.54/32 -> 10.0.0.255INFOAug 14 12:23:29.384 |
| 9279 | 2026-08-14T12:23:30.445Z | adding route 172.17.0.35/32 -> 10.0.0.255INFO freemap_route_ipv4adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9280 | 2026-08-14T12:23:30.445Z | Aug 14 12:23:29.384 |
| 9281 | 2026-08-14T12:23:30.445Z | DEBG |
| 9282 | 2026-08-14T12:23:30.445Z | 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 } }]DEBGAug 14 12:23:29.384 |
| 9283 | 2026-08-14T12:23:30.445Z | DEBGAug 14 12:23:29.384 Aug 14 12:23:29.384DEBGreplacing 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 } }] |
| 9284 | 2026-08-14T12:23:30.445Z | Aug 14 12:23:29.384 INFOinitted freemap. size: 64DEBG , 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 } }]unitadding route 172.17.0.55/32 -> 10.0.0.255 |
| 9285 | 2026-08-14T12:23:30.445Z | |
| 9286 | 2026-08-14T12:23:30.445Z | Aug 14 12:23:29.384: 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 } }] |
| 9287 | 2026-08-14T12:23:30.445Z | Aug 14 12:23:29.384 Aug 14 12:23:29.384INFOfreemap_route_ipv6adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9288 | 2026-08-14T12:23:30.445Z | DEBGadding route 172.17.0.36/32 -> 10.0.0.255 |
| 9289 | 2026-08-14T12:23:30.445Z | 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 } }] |
| 9290 | 2026-08-14T12:23:30.445Z | |
| 9291 | 2026-08-14T12:23:30.445Z | Aug 14 12:23:29.384Aug 14 12:23:29.384Aug 14 12:23:29.384 Aug 14 12:23:29.384DEBG 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 } }]INFO |
| 9292 | 2026-08-14T12:23:30.445Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 14 12:23:29.384 |
| 9293 | 2026-08-14T12:23:30.446Z | Aug 14 12:23:29.384 reset freemap INFOAug 14 12:23:29.384 DEBG, adding route 172.17.0.27/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 } }] |
| 9294 | 2026-08-14T12:23:30.446Z | DEBG |
| 9295 | 2026-08-14T12:23:30.446Z | 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 } }]:Aug 14 12:23:29.384 |
| 9296 | 2026-08-14T12:23:30.446Z | Aug 14 12:23:29.384DEBGfreemap_route_ipv6 |
| 9297 | 2026-08-14T12:23:30.446Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9298 | 2026-08-14T12:23:30.446Z | |
| 9299 | 2026-08-14T12:23:30.446Z | INFO Aug 14 12:23:29.384 adding route 172.17.0.37/32 -> 10.0.0.255Aug 14 12:23:29.384 |
| 9300 | 2026-08-14T12:23:30.446Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 14 12:23:29.384 |
| 9301 | 2026-08-14T12:23:30.446Z | adding route 172.17.0.28/32 -> 10.0.0.255 INFO |
| 9302 | 2026-08-14T12:23:30.446Z | adding route 172.17.0.57/32 -> 10.0.0.255Aug 14 12:23:29.384 |
| 9303 | 2026-08-14T12:23:30.446Z | DEBGAug 14 12:23:29.384 Aug 14 12:23:29.384 DEBGDEBGAug 14 12:23:29.384 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:23:29.384DEBG |
| 9304 | 2026-08-14T12:23:30.446Z | 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 } }]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 } }] |
| 9305 | 2026-08-14T12:23:30.446Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 172.17.0.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 14 12:23:29.384 |
| 9306 | 2026-08-14T12:23:30.446Z | |
| 9307 | 2026-08-14T12:23:30.446Z | |
| 9308 | 2026-08-14T12:23:30.446Z | Aug 14 12:23:29.384INFOAug 14 12:23:29.384Aug 14 12:23:29.384 INFO adding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.38/32 -> 10.0.0.255INFOINFO |
| 9309 | 2026-08-14T12:23:30.446Z | adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9310 | 2026-08-14T12:23:30.446Z | test route::tests::delete_target_full ... ok |
| 9311 | 2026-08-14T12:23:30.446Z | |
| 9312 | 2026-08-14T12:23:30.446Z | |
| 9313 | 2026-08-14T12:23:30.446Z | Aug 14 12:23:29.384 Aug 14 12:23:29.384DEBG Aug 14 12:23:29.384 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:23:29.384 |
| 9314 | 2026-08-14T12:23:30.446Z | DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] reset freemapDEBG |
| 9315 | 2026-08-14T12:23:30.446Z | 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 } }] , |
| 9316 | 2026-08-14T12:23:30.446Z | 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 } }]unit |
| 9317 | 2026-08-14T12:23:30.446Z | Aug 14 12:23:29.384: Aug 14 12:23:29.384INFO Aug 14 12:23:29.384freemap_route_ipv6Aug 14 12:23:29.384Aug 14 12:23:29.384 |
| 9318 | 2026-08-14T12:23:30.446Z | INFOINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.39/32 -> 10.0.0.255INFO |
| 9319 | 2026-08-14T12:23:30.446Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9320 | 2026-08-14T12:23:30.446Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9321 | 2026-08-14T12:23:30.446Z | Aug 14 12:23:29.384 |
| 9322 | 2026-08-14T12:23:30.446Z | Aug 14 12:23:29.384INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBGAug 14 12:23:29.384 |
| 9323 | 2026-08-14T12:23:30.446Z | replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:23:29.384 DEBG |
| 9324 | 2026-08-14T12:23:30.446Z | 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 } }] |
| 9325 | 2026-08-14T12:23:30.446Z | |
| 9326 | 2026-08-14T12:23:30.446Z | Aug 14 12:23:29.390Aug 14 12:23:29.390 INFO Aug 14 12:23:29.390DEBG Aug 14 12:23:29.384 INFOadding route 172.17.0.60/32 -> 10.0.0.255 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.31/32 -> 10.0.0.255 |
| 9327 | 2026-08-14T12:23:30.446Z | DEBG |
| 9328 | 2026-08-14T12:23:30.446Z | |
| 9329 | 2026-08-14T12:23:30.446Z | 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 } }] |
| 9330 | 2026-08-14T12:23:30.446Z | Aug 14 12:23:29.390 INFO Aug 14 12:23:29.390adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9331 | 2026-08-14T12:23:30.446Z | DEBGAug 14 12:23:29.390 Aug 14 12:23:29.390replacing 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 } }] INFODEBG |
| 9332 | 2026-08-14T12:23:30.446Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9333 | 2026-08-14T12:23:30.446Z | |
| 9334 | 2026-08-14T12:23:30.447Z | Aug 14 12:23:29.390Aug 14 12:23:29.390Aug 14 12:23:29.390 INFODEBG INFOAug 14 12:23:29.390 adding route 172.17.0.61/32 -> 10.0.0.255 adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 9335 | 2026-08-14T12:23:30.447Z | |
| 9336 | 2026-08-14T12:23:30.447Z | 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 } }] |
| 9337 | 2026-08-14T12:23:30.447Z | 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 14 12:23:29.390 |
| 9338 | 2026-08-14T12:23:30.447Z | Aug 14 12:23:29.390DEBG Aug 14 12:23:29.390DEBG 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 } }] |
| 9339 | 2026-08-14T12:23:30.447Z | 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 } }] |
| 9340 | 2026-08-14T12:23:30.447Z | Aug 14 12:23:29.390INFO Aug 14 12:23:29.390 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff INFO INFOadding route 172.17.0.41/32 -> 10.0.0.255 Aug 14 12:23:29.390adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9341 | 2026-08-14T12:23:30.447Z | |
| 9342 | 2026-08-14T12:23:30.447Z | |
| 9343 | 2026-08-14T12:23:30.447Z | INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9344 | 2026-08-14T12:23:30.447Z | Aug 14 12:23:29.390Aug 14 12:23:29.390 DEBGAug 14 12:23:29.390 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 14 12:23:29.390DEBG |
| 9345 | 2026-08-14T12:23:30.447Z | Aug 14 12:23:29.384replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9346 | 2026-08-14T12:23:30.447Z | Aug 14 12:23:29.390 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }] |
| 9347 | 2026-08-14T12:23:30.447Z | adding route 172.17.0.34/32 -> 10.0.0.255Aug 14 12:23:29.390 |
| 9348 | 2026-08-14T12:23:30.447Z | |
| 9349 | 2026-08-14T12:23:30.447Z | DEBGAug 14 12:23:29.390 DEBGAug 14 12:23:29.390 INFO failed to allocate space for the new target list |
| 9350 | 2026-08-14T12:23:30.447Z | 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 14 12:23:29.390adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 9351 | 2026-08-14T12:23:30.447Z | |
| 9352 | 2026-08-14T12:23:30.447Z | 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 |
| 9353 | 2026-08-14T12:23:30.451Z | Aug 14 12:23:29.391Aug 14 12:23:29.391 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 14 12:23:29.391DEBG INFO DEBGAug 14 12:23:29.391replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9354 | 2026-08-14T12:23:30.451Z | |
| 9355 | 2026-08-14T12:23:30.451Z | adding route 172.17.0.42/32 -> 10.0.0.255INFO |
| 9356 | 2026-08-14T12:23:30.451Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9357 | 2026-08-14T12:23:30.451Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9358 | 2026-08-14T12:23:30.451Z | Aug 14 12:23:29.391 DEBGAug 14 12:23:29.391 Aug 14 12:23:29.391replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 14 12:23:29.391DEBG |
| 9359 | 2026-08-14T12:23:30.452Z | 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 } }] |
| 9360 | 2026-08-14T12:23:30.452Z | 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 } }] |
| 9361 | 2026-08-14T12:23:30.452Z | 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 } }] |
| 9362 | 2026-08-14T12:23:30.452Z | Aug 14 12:23:29.391 Aug 14 12:23:29.391INFOAug 14 12:23:29.391 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFOINFO |
| 9363 | 2026-08-14T12:23:30.452Z | adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9364 | 2026-08-14T12:23:30.452Z | |
| 9365 | 2026-08-14T12:23:30.452Z | Aug 14 12:23:29.391Aug 14 12:23:29.391 DEBGAug 14 12:23:29.391 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 } }]DEBG |
| 9366 | 2026-08-14T12:23:30.452Z | 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.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 } }] |
| 9367 | 2026-08-14T12:23:30.452Z | |
| 9368 | 2026-08-14T12:23:30.452Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:23:29.391 |
| 9369 | 2026-08-14T12:23:30.452Z | INFO Aug 14 12:23:29.391adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9370 | 2026-08-14T12:23:30.452Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9371 | 2026-08-14T12:23:30.452Z | Aug 14 12:23:29.391 Aug 14 12:23:29.391INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 14 12:23:29.391replacing 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 } }] |
| 9372 | 2026-08-14T12:23:30.452Z | DEBGAug 14 12:23:29.391 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 } }] |
| 9373 | 2026-08-14T12:23:30.452Z | |
| 9374 | 2026-08-14T12:23:30.452Z | DEBGAug 14 12:23:29.391 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 } }]INFOAug 14 12:23:29.391 |
| 9375 | 2026-08-14T12:23:30.452Z | adding route 172.17.0.38/32 -> 10.0.0.255INFOAug 14 12:23:29.391 |
| 9376 | 2026-08-14T12:23:30.452Z | adding route 172.17.0.45/32 -> 10.0.0.255Aug 14 12:23:29.391 |
| 9377 | 2026-08-14T12:23:30.452Z | INFODEBG Aug 14 12:23:29.391adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9378 | 2026-08-14T12:23:30.452Z | 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 |
| 9379 | 2026-08-14T12:23:30.452Z | 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 } }] |
| 9380 | 2026-08-14T12:23:30.452Z | Aug 14 12:23:29.391Aug 14 12:23:29.391Aug 14 12:23:29.391 DEBGINFO adding route 172.17.0.39/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 } }] |
| 9381 | 2026-08-14T12:23:30.452Z | |
| 9382 | 2026-08-14T12:23:30.452Z | 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 14 12:23:29.391 |
| 9383 | 2026-08-14T12:23:30.452Z | Aug 14 12:23:29.391 DEBGAug 14 12:23:29.391 INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9384 | 2026-08-14T12:23:30.452Z | INFO Aug 14 12:23:29.391 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9385 | 2026-08-14T12:23:30.452Z | Aug 14 12:23:29.391 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9386 | 2026-08-14T12:23:30.452Z | |
| 9387 | 2026-08-14T12:23:30.452Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 9388 | 2026-08-14T12:23:30.452Z | Aug 14 12:23:29.391 Aug 14 12:23:29.391DEBGAug 14 12:23:29.391 DEBGDEBGreplacing 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 } }] |
| 9389 | 2026-08-14T12:23:30.452Z | Aug 14 12:23:29.391replacing 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 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 } }] |
| 9390 | 2026-08-14T12:23:30.452Z | |
| 9391 | 2026-08-14T12:23:30.452Z | Aug 14 12:23:29.391DEBG INFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9392 | 2026-08-14T12:23:30.452Z | Aug 14 12:23:29.391 |
| 9393 | 2026-08-14T12:23:30.453Z | INFO Aug 14 12:23:29.391adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9394 | 2026-08-14T12:23:30.453Z | INFOAug 14 12:23:29.391Aug 14 12:23:29.391 DEBG INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.391 |
| 9395 | 2026-08-14T12:23:30.453Z | adding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 9396 | 2026-08-14T12:23:30.453Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 14 12:23:29.391replacing 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 } }] |
| 9397 | 2026-08-14T12:23:30.453Z | |
| 9398 | 2026-08-14T12:23:30.453Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 14 12:23:29.391 |
| 9399 | 2026-08-14T12:23:30.453Z | DEBGAug 14 12:23:29.391 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 } }] |
| 9400 | 2026-08-14T12:23:30.453Z | adding route 172.17.0.42/32 -> 10.0.0.255Aug 14 12:23:29.391 |
| 9401 | 2026-08-14T12:23:30.453Z | Aug 14 12:23:29.391DEBG DEBGAug 14 12:23:29.391replacing 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 } }] |
| 9402 | 2026-08-14T12:23:30.453Z | DEBGAug 14 12:23:29.391 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 9403 | 2026-08-14T12:23:30.453Z | |
| 9404 | 2026-08-14T12:23:30.453Z | Aug 14 12:23:29.391INFO adding route 172.17.0.48/32 -> 10.0.0.255INFO |
| 9405 | 2026-08-14T12:23:30.453Z | Aug 14 12:23:29.391 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 9406 | 2026-08-14T12:23:30.453Z | adding route 172.17.0.43/32 -> 10.0.0.255Aug 14 12:23:29.391 |
| 9407 | 2026-08-14T12:23:30.453Z | INFOAug 14 12:23:29.391Aug 14 12:23:29.391 DEBGDEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9408 | 2026-08-14T12:23:30.453Z | |
| 9409 | 2026-08-14T12:23:30.453Z | |
| 9410 | 2026-08-14T12:23:30.453Z | Aug 14 12:23:29.391 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:23:29.391 |
| 9411 | 2026-08-14T12:23:30.453Z | Aug 14 12:23:29.391 INFOINFOAug 14 12:23:29.391 adding route 172.17.0.49/32 -> 10.0.0.255 Aug 14 12:23:29.391 |
| 9412 | 2026-08-14T12:23:30.453Z | INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9413 | 2026-08-14T12:23:30.453Z | DEBGadding route 172.17.0.44/32 -> 10.0.0.255Aug 14 12:23:29.391 |
| 9414 | 2026-08-14T12:23:30.453Z | DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9415 | 2026-08-14T12:23:30.453Z | 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 14 12:23:29.391Aug 14 12:23:29.391 DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9416 | 2026-08-14T12:23:30.453Z | test route::tests::same_size_non_subset_replace ... ok |
| 9417 | 2026-08-14T12:23:30.453Z | |
| 9418 | 2026-08-14T12:23:30.453Z | |
| 9419 | 2026-08-14T12:23:30.453Z | Aug 14 12:23:29.391 Aug 14 12:23:29.391INFOAug 14 12:23:29.391 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9420 | 2026-08-14T12:23:30.453Z | Aug 14 12:23:29.391 |
| 9421 | 2026-08-14T12:23:30.453Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff INFO |
| 9422 | 2026-08-14T12:23:30.453Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9423 | 2026-08-14T12:23:30.453Z | Aug 14 12:23:29.391 Aug 14 12:23:29.391DEBGAug 14 12:23:29.391 DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9424 | 2026-08-14T12:23:30.453Z | Aug 14 12:23:29.391replacing 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 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 } }] |
| 9425 | 2026-08-14T12:23:30.453Z | |
| 9426 | 2026-08-14T12:23:30.453Z | test route::tests::delete_target_fragmented ... ok |
| 9427 | 2026-08-14T12:23:30.453Z | Aug 14 12:23:29.391 DEBGINFOAug 14 12:23:29.391Aug 14 12:23:29.391 adding route 172.17.0.46/32 -> 10.0.0.255INFO |
| 9428 | 2026-08-14T12:23:30.453Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 9429 | 2026-08-14T12:23:30.453Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9430 | 2026-08-14T12:23:30.453Z | |
| 9431 | 2026-08-14T12:23:30.453Z | Aug 14 12:23:29.391 DEBG Aug 14 12:23:29.391replacing 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 14 12:23:29.391 |
| 9432 | 2026-08-14T12:23:30.453Z | DEBG 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 14 12:23:29.391 |
| 9433 | 2026-08-14T12:23:30.454Z | Aug 14 12:23:29.391 DEBG INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:23:29.391adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 9434 | 2026-08-14T12:23:30.454Z | INFO |
| 9435 | 2026-08-14T12:23:30.454Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9436 | 2026-08-14T12:23:30.454Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9437 | 2026-08-14T12:23:30.454Z | Aug 14 12:23:29.391Aug 14 12:23:29.391Aug 14 12:23:29.391 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 } }] Aug 14 12:23:29.391 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 |
| 9438 | 2026-08-14T12:23:30.454Z | created new freemap, unit: freemap_route_ipv4 |
| 9439 | 2026-08-14T12:23:30.454Z | Aug 14 12:23:29.397Aug 14 12:23:29.391 Aug 14 12:23:29.397DEBG INFOcreated new freemapINFO, unitadding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9440 | 2026-08-14T12:23:30.454Z | : |
| 9441 | 2026-08-14T12:23:30.454Z | freemap_route_ipv6 |
| 9442 | 2026-08-14T12:23:30.454Z | Aug 14 12:23:29.397 DEBGAug 14 12:23:29.397DEBG 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 } }]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 } }] |
| 9443 | 2026-08-14T12:23:30.454Z | 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 } }] |
| 9444 | 2026-08-14T12:23:30.454Z | Aug 14 12:23:29.397 |
| 9445 | 2026-08-14T12:23:30.454Z | Aug 14 12:23:29.397DEBG INFOinitted freemap. size: 64Aug 14 12:23:29.397, Aug 14 12:23:29.397 unit :adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO INFO |
| 9446 | 2026-08-14T12:23:30.454Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9447 | 2026-08-14T12:23:30.454Z | freemap_route_ipv4adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 14 12:23:29.397 |
| 9448 | 2026-08-14T12:23:30.454Z | Aug 14 12:23:29.397DEBG |
| 9449 | 2026-08-14T12:23:30.454Z | 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 } }]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 } }] |
| 9450 | 2026-08-14T12:23:30.454Z | |
| 9451 | 2026-08-14T12:23:30.454Z | Aug 14 12:23:29.397Aug 14 12:23:29.397 DEBGDEBG Aug 14 12:23:29.397replacing 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 } }] |
| 9452 | 2026-08-14T12:23:30.454Z | INFO reset freemap , Aug 14 12:23:29.397Aug 14 12:23:29.397 INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff unitadding route 172.17.0.54/32 -> 10.0.0.255 |
| 9453 | 2026-08-14T12:23:30.458Z | INFO |
| 9454 | 2026-08-14T12:23:30.458Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff: |
| 9455 | 2026-08-14T12:23:30.458Z | freemap_route_ipv4Aug 14 12:23:29.397 |
| 9456 | 2026-08-14T12:23:30.458Z | DEBGAug 14 12:23:29.397 Aug 14 12:23:29.397Aug 14 12:23:29.397replacing 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 } }] |
| 9457 | 2026-08-14T12:23:30.458Z | DEBG 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 } }]DEBG |
| 9458 | 2026-08-14T12:23:30.458Z | Aug 14 12:23:29.397replacing 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 } }] |
| 9459 | 2026-08-14T12:23:30.458Z | initted freemap. size: 64 , INFOAug 14 12:23:29.397unit INFOAug 14 12:23:29.397 :adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9460 | 2026-08-14T12:23:30.458Z | INFOfreemap_route_ipv6adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9461 | 2026-08-14T12:23:30.458Z | |
| 9462 | 2026-08-14T12:23:30.459Z | Aug 14 12:23:29.397adding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBG |
| 9463 | 2026-08-14T12:23:30.459Z | 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 } }] |
| 9464 | 2026-08-14T12:23:30.459Z | Aug 14 12:23:29.397Aug 14 12:23:29.397 DEBGDEBGAug 14 12:23:29.397 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 } }] |
| 9465 | 2026-08-14T12:23:30.459Z | INFOAug 14 12:23:29.397 reset freemapadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG, unit |
| 9466 | 2026-08-14T12:23:30.459Z | :Aug 14 12:23:29.397replacing 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 } }] |
| 9467 | 2026-08-14T12:23:30.459Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255freemap_route_ipv6 |
| 9468 | 2026-08-14T12:23:30.459Z | |
| 9469 | 2026-08-14T12:23:30.459Z | Aug 14 12:23:29.397Aug 14 12:23:29.397 DEBGINFO Aug 14 12:23:29.397 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:ffINFOAug 14 12:23:29.397 |
| 9470 | 2026-08-14T12:23:30.459Z | |
| 9471 | 2026-08-14T12:23:30.459Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 14 12:23:29.397replacing 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 } }] |
| 9472 | 2026-08-14T12:23:30.459Z | Aug 14 12:23:29.397 |
| 9473 | 2026-08-14T12:23:30.459Z | 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 } }]failed to allocate space for the new target listAug 14 12:23:29.397 |
| 9474 | 2026-08-14T12:23:30.459Z | |
| 9475 | 2026-08-14T12:23:30.459Z | INFO Aug 14 12:23:29.397adding route 172.17.0.57/32 -> 10.0.0.255 Aug 14 12:23:29.397Aug 14 12:23:29.397 |
| 9476 | 2026-08-14T12:23:30.459Z | DEBG INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9477 | 2026-08-14T12:23:30.459Z | |
| 9478 | 2026-08-14T12:23:30.459Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 14 12:23:29.397 |
| 9479 | 2026-08-14T12:23:30.459Z | Aug 14 12:23:29.397Aug 14 12:23:29.397 DEBGINFO 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 9480 | 2026-08-14T12:23:30.459Z | |
| 9481 | 2026-08-14T12:23:30.459Z | |
| 9482 | 2026-08-14T12:23:30.459Z | Aug 14 12:23:29.397 Aug 14 12:23:29.397DEBGAug 14 12:23:29.397 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO |
| 9483 | 2026-08-14T12:23:30.459Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.58/32 -> 10.0.0.255 |
| 9484 | 2026-08-14T12:23:30.459Z | |
| 9485 | 2026-08-14T12:23:30.459Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9486 | 2026-08-14T12:23:30.459Z | Aug 14 12:23:29.397Aug 14 12:23:29.397 Aug 14 12:23:29.397DEBGAug 14 12:23:29.397 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 } }]DEBG |
| 9487 | 2026-08-14T12:23:30.459Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 9488 | 2026-08-14T12:23:30.459Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9489 | 2026-08-14T12:23:30.459Z | |
| 9490 | 2026-08-14T12:23:30.459Z | Aug 14 12:23:29.398 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9491 | 2026-08-14T12:23:30.459Z | Aug 14 12:23:29.397Aug 14 12:23:29.398 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255Aug 14 12:23:29.398 |
| 9492 | 2026-08-14T12:23:30.459Z | 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 } }] |
| 9493 | 2026-08-14T12:23:30.459Z | 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 14 12:23:29.398 |
| 9494 | 2026-08-14T12:23:30.459Z | DEBGAug 14 12:23:29.398 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 |
| 9495 | 2026-08-14T12:23:30.459Z | Aug 14 12:23:29.398adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9496 | 2026-08-14T12:23:30.459Z | DEBG Aug 14 12:23:29.398replacing targets for 3fff:dead::/64 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 } }] |
| 9497 | 2026-08-14T12:23:30.459Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9498 | 2026-08-14T12:23:30.459Z | Aug 14 12:23:29.398 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 } }]Aug 14 12:23:29.398 |
| 9499 | 2026-08-14T12:23:30.459Z | 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 } }] |
| 9500 | 2026-08-14T12:23:30.459Z | |
| 9501 | 2026-08-14T12:23:30.459Z | Aug 14 12:23:29.398Aug 14 12:23:29.398 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 9502 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 |
| 9503 | 2026-08-14T12:23:30.460Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 14 12:23:29.398 |
| 9504 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:23:29.398replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9505 | 2026-08-14T12:23:30.460Z | |
| 9506 | 2026-08-14T12:23:30.460Z | 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 } }] |
| 9507 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 14 12:23:29.398 |
| 9508 | 2026-08-14T12:23:30.460Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9509 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 DEBG Aug 14 12:23:29.398replacing 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 } }] |
| 9510 | 2026-08-14T12:23:30.460Z | 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 } }] |
| 9511 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 Aug 14 12:23:29.398INFO INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9512 | 2026-08-14T12:23:30.460Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9513 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398Aug 14 12:23:29.398 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9514 | 2026-08-14T12:23:30.460Z | |
| 9515 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398Aug 14 12:23:29.398 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9516 | 2026-08-14T12:23:30.460Z | |
| 9517 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398Aug 14 12:23:29.398 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9518 | 2026-08-14T12:23:30.460Z | |
| 9519 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398Aug 14 12:23:29.398 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9520 | 2026-08-14T12:23:30.460Z | |
| 9521 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398Aug 14 12:23:29.398 DEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 9522 | 2026-08-14T12:23:30.460Z | |
| 9523 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398Aug 14 12:23:29.398 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.53/32 -> 10.0.0.255 |
| 9524 | 2026-08-14T12:23:30.460Z | |
| 9525 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398Aug 14 12:23:29.398 DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 9526 | 2026-08-14T12:23:30.460Z | |
| 9527 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398Aug 14 12:23:29.398 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.54/32 -> 10.0.0.255 |
| 9528 | 2026-08-14T12:23:30.460Z | |
| 9529 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398Aug 14 12:23:29.398 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]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 } }] |
| 9530 | 2026-08-14T12:23:30.460Z | |
| 9531 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9532 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 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 } }] |
| 9533 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9534 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 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 } }] |
| 9535 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9536 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 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 } }] |
| 9537 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9538 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 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 } }] |
| 9539 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9540 | 2026-08-14T12:23:30.460Z | Aug 14 12:23:29.398 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 } }] |
| 9541 | 2026-08-14T12:23:30.461Z | Aug 14 12:23:29.398 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9542 | 2026-08-14T12:23:30.461Z | Aug 14 12:23:29.398 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 } }] |
| 9543 | 2026-08-14T12:23:30.461Z | Aug 14 12:23:29.398 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9544 | 2026-08-14T12:23:30.461Z | test route::tests::add_target_fails_full ... ok |
| 9545 | 2026-08-14T12:23:30.461Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9546 | 2026-08-14T12:23:30.461Z | Aug 14 12:23:29.398 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9547 | 2026-08-14T12:23:30.461Z | Aug 14 12:23:29.398 DEBG created new freemap, unit: freemap_route_ipv4 |
| 9548 | 2026-08-14T12:23:30.461Z | Aug 14 12:23:29.404Aug 14 12:23:29.398Aug 14 12:23:29.404 DEBGDEBG created new freemapINFO , unitcreated new freemap:adding route 172.17.0.62/32 -> 10.0.0.255 , |
| 9549 | 2026-08-14T12:23:30.461Z | freemap_route_ipv4unit |
| 9550 | 2026-08-14T12:23:30.461Z | : freemap_route_ipv6Aug 14 12:23:29.404 |
| 9551 | 2026-08-14T12:23:30.461Z | DEBGAug 14 12:23:29.404 Aug 14 12:23:29.404replacing 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 } }]DEBGAug 14 12:23:29.398 |
| 9552 | 2026-08-14T12:23:30.461Z | DEBGcreated new freemapDEBG , created new freemap unitAug 14 12:23:29.404initted freemap. size: 64, , unitunit:: INFOfreemap_route_ipv6 |
| 9553 | 2026-08-14T12:23:30.465Z | adding route 172.17.0.63/32 -> 10.0.0.255 |
| 9554 | 2026-08-14T12:23:30.465Z | : freemap_route_ipv4freemap_route_ipv4Aug 14 12:23:29.404 |
| 9555 | 2026-08-14T12:23:30.465Z | Aug 14 12:23:29.404 |
| 9556 | 2026-08-14T12:23:30.465Z | DEBGDEBG initted freemap. size: 64replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unit |
| 9557 | 2026-08-14T12:23:30.465Z | :Aug 14 12:23:29.404 freemap_route_ipv4Aug 14 12:23:29.404DEBG |
| 9558 | 2026-08-14T12:23:30.465Z | reset freemapDEBG, Aug 14 12:23:29.404unit : Aug 14 12:23:29.404failed to allocate space for the new target list |
| 9559 | 2026-08-14T12:23:30.465Z | DEBGDEBG freemap_route_ipv4 |
| 9560 | 2026-08-14T12:23:30.465Z | reset freemapcreated new freemap, Aug 14 12:23:29.404, unitDEBG:Aug 14 12:23:29.404 DEBGfreemap_route_ipv4unit |
| 9561 | 2026-08-14T12:23:30.465Z | : initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }], |
| 9562 | 2026-08-14T12:23:30.465Z | unitAug 14 12:23:29.404: freemap_route_ipv6freemap_route_ipv6DEBG |
| 9563 | 2026-08-14T12:23:30.465Z | initted freemap. size: 64 |
| 9564 | 2026-08-14T12:23:30.465Z | , Aug 14 12:23:29.404unit: DEBGAug 14 12:23:29.404freemap_route_ipv6 failed to allocate space for the new target list |
| 9565 | 2026-08-14T12:23:30.465Z | |
| 9566 | 2026-08-14T12:23:30.465Z | DEBGAug 14 12:23:29.404 reset freemapDEBGAug 14 12:23:29.404, unit :DEBG freemap_route_ipv6initted freemap. size: 64reset freemap |
| 9567 | 2026-08-14T12:23:30.465Z | , , unitunit:: freemap_route_ipv4freemap_route_ipv6 |
| 9568 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404 |
| 9569 | 2026-08-14T12:23:30.466Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:23:29.404Aug 14 12:23:29.404 |
| 9570 | 2026-08-14T12:23:30.466Z | DEBG INFOreset freemap , adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:23:29.404unit |
| 9571 | 2026-08-14T12:23:30.466Z | 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 } }]Aug 14 12:23:29.404 |
| 9572 | 2026-08-14T12:23:30.466Z | freemap_route_ipv4DEBG |
| 9573 | 2026-08-14T12:23:30.466Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:23:29.404 |
| 9574 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBGAug 14 12:23:29.404 |
| 9575 | 2026-08-14T12:23:30.466Z | initted freemap. size: 64INFO, unitadding route 172.16.0.0/32 -> 10.0.0.1: |
| 9576 | 2026-08-14T12:23:30.466Z | freemap_route_ipv6 |
| 9577 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:23:29.404 |
| 9578 | 2026-08-14T12:23:30.466Z | DEBG reset freemap, Aug 14 12:23:29.404unit :INFO freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9579 | 2026-08-14T12:23:30.466Z | |
| 9580 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404Aug 14 12:23:29.404 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.16.0.0/32 -> 10.0.0.1 |
| 9581 | 2026-08-14T12:23:30.466Z | |
| 9582 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404 DEBGAug 14 12:23:29.404 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 9583 | 2026-08-14T12:23:30.466Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9584 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404Aug 14 12:23:29.404 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.16.0.0/32 -> 10.0.0.2 |
| 9585 | 2026-08-14T12:23:30.466Z | |
| 9586 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404 Aug 14 12:23:29.404DEBG 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 } }] |
| 9587 | 2026-08-14T12:23:30.466Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9588 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404 Aug 14 12:23:29.404DEBG INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9589 | 2026-08-14T12:23:30.466Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9590 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404Aug 14 12:23:29.404 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.1/32 -> 10.0.0.255 |
| 9591 | 2026-08-14T12:23:30.466Z | |
| 9592 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404 DEBGAug 14 12:23:29.404 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 |
| 9593 | 2026-08-14T12:23:30.466Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9594 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404Aug 14 12:23:29.404 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9595 | 2026-08-14T12:23:30.466Z | |
| 9596 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404 Aug 14 12:23:29.404DEBG 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 } }] |
| 9597 | 2026-08-14T12:23:30.466Z | replacing targets for 172.16.0.0/32 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 } }] |
| 9598 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9599 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404 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 } }] |
| 9600 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404Aug 14 12:23:29.404 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.4/32 -> 10.0.0.255 |
| 9601 | 2026-08-14T12:23:30.466Z | |
| 9602 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404Aug 14 12:23:29.404 DEBGINFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9603 | 2026-08-14T12:23:30.466Z | |
| 9604 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404Aug 14 12:23:29.404 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9605 | 2026-08-14T12:23:30.466Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9606 | 2026-08-14T12:23:30.466Z | Aug 14 12:23:29.404 INFOAug 14 12:23:29.404 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 } }] |
| 9607 | 2026-08-14T12:23:30.466Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9608 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 INFOAug 14 12:23:29.404 adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 9609 | 2026-08-14T12:23:30.467Z | 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 } }] |
| 9610 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 DEBG Aug 14 12:23:29.404replacing 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 } }] |
| 9611 | 2026-08-14T12:23:30.467Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9612 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 INFOAug 14 12:23:29.404 adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 9613 | 2026-08-14T12:23:30.467Z | 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 } }] |
| 9614 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 DEBG Aug 14 12:23:29.404replacing 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 } }] |
| 9615 | 2026-08-14T12:23:30.467Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9616 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 INFO Aug 14 12:23:29.404adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9617 | 2026-08-14T12:23:30.467Z | 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 } }] |
| 9618 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 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 14 12:23:29.404 |
| 9619 | 2026-08-14T12:23:30.467Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9620 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 14 12:23:29.404 |
| 9621 | 2026-08-14T12:23:30.467Z | 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 } }] |
| 9622 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 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 } }]Aug 14 12:23:29.404 |
| 9623 | 2026-08-14T12:23:30.467Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9624 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 14 12:23:29.404 |
| 9625 | 2026-08-14T12:23:30.467Z | 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 } }] |
| 9626 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 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 } }] |
| 9627 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 14 12:23:29.404 |
| 9628 | 2026-08-14T12:23:30.467Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9629 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 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 } }]Aug 14 12:23:29.404 |
| 9630 | 2026-08-14T12:23:30.467Z | 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 } }] |
| 9631 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 INFO Aug 14 12:23:29.404adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9632 | 2026-08-14T12:23:30.467Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9633 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 DEBG Aug 14 12:23:29.404replacing 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 } }] |
| 9634 | 2026-08-14T12:23:30.467Z | 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 } }] |
| 9635 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 INFO Aug 14 12:23:29.404adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9636 | 2026-08-14T12:23:30.467Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9637 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 DEBG Aug 14 12:23:29.404replacing 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 } }] |
| 9638 | 2026-08-14T12:23:30.467Z | 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 } }] |
| 9639 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 INFO Aug 14 12:23:29.404adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9640 | 2026-08-14T12:23:30.467Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9641 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 DEBG Aug 14 12:23:29.404replacing 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 } }] |
| 9642 | 2026-08-14T12:23:30.467Z | 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 } }] |
| 9643 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 INFO Aug 14 12:23:29.404adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9644 | 2026-08-14T12:23:30.467Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9645 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 DEBG Aug 14 12:23:29.404replacing 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 } }] |
| 9646 | 2026-08-14T12:23:30.467Z | 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 } }] |
| 9647 | 2026-08-14T12:23:30.467Z | Aug 14 12:23:29.404 INFO Aug 14 12:23:29.404adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9648 | 2026-08-14T12:23:30.468Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9649 | 2026-08-14T12:23:30.468Z | Aug 14 12:23:29.404 DEBGAug 14 12:23:29.404 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9650 | 2026-08-14T12:23:30.468Z | 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 } }] |
| 9651 | 2026-08-14T12:23:30.468Z | Aug 14 12:23:29.404 Aug 14 12:23:29.404INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255 |
| 9652 | 2026-08-14T12:23:30.468Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9653 | 2026-08-14T12:23:30.472Z | Aug 14 12:23:29.404 Aug 14 12:23:29.404DEBG 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 } }] |
| 9654 | 2026-08-14T12:23:30.472Z | 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 } }] |
| 9655 | 2026-08-14T12:23:30.472Z | Aug 14 12:23:29.404 Aug 14 12:23:29.404INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9656 | 2026-08-14T12:23:30.472Z | Aug 14 12:23:29.410 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 } }] |
| 9657 | 2026-08-14T12:23:30.472Z | Aug 14 12:23:29.410INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 9658 | 2026-08-14T12:23:30.472Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 14 12:23:29.410 |
| 9659 | 2026-08-14T12:23:30.472Z | 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 } }] |
| 9660 | 2026-08-14T12:23:30.472Z | Aug 14 12:23:29.410 DEBG Aug 14 12:23:29.410replacing 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 } }] |
| 9661 | 2026-08-14T12:23:30.472Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9662 | 2026-08-14T12:23:30.472Z | Aug 14 12:23:29.411 INFO Aug 14 12:23:29.411adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9663 | 2026-08-14T12:23:30.472Z | 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 } }] |
| 9664 | 2026-08-14T12:23:30.472Z | Aug 14 12:23:29.411 DEBG Aug 14 12:23:29.411replacing 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 } }] |
| 9665 | 2026-08-14T12:23:30.472Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9666 | 2026-08-14T12:23:30.472Z | Aug 14 12:23:29.411 INFO Aug 14 12:23:29.411adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9667 | 2026-08-14T12:23:30.472Z | 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 } }] |
| 9668 | 2026-08-14T12:23:30.472Z | Aug 14 12:23:29.411 DEBG Aug 14 12:23:29.411replacing 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 } }] |
| 9669 | 2026-08-14T12:23:30.472Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9670 | 2026-08-14T12:23:30.472Z | Aug 14 12:23:29.411 INFO Aug 14 12:23:29.411adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9671 | 2026-08-14T12:23:30.472Z | 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 } }] |
| 9672 | 2026-08-14T12:23:30.472Z | Aug 14 12:23:29.411 DEBG Aug 14 12:23:29.411replacing 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 } }] |
| 9673 | 2026-08-14T12:23:30.472Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9674 | 2026-08-14T12:23:30.472Z | Aug 14 12:23:29.411 INFOAug 14 12:23:29.411 adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 9675 | 2026-08-14T12:23:30.472Z | 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 } }] |
| 9676 | 2026-08-14T12:23:30.472Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411DEBG 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 } }] |
| 9677 | 2026-08-14T12:23:30.472Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9678 | 2026-08-14T12:23:30.472Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 |
| 9679 | 2026-08-14T12:23:30.472Z | 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 } }] |
| 9680 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411DEBG 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 } }] |
| 9681 | 2026-08-14T12:23:30.473Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9682 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 9683 | 2026-08-14T12:23:30.473Z | 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 } }] |
| 9684 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411DEBG 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 } }] |
| 9685 | 2026-08-14T12:23:30.473Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9686 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 9687 | 2026-08-14T12:23:30.473Z | 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 } }] |
| 9688 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411DEBG 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 } }] |
| 9689 | 2026-08-14T12:23:30.473Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9690 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 9691 | 2026-08-14T12:23:30.473Z | 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 } }] |
| 9692 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411DEBG 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 } }] |
| 9693 | 2026-08-14T12:23:30.473Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9694 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255 |
| 9695 | 2026-08-14T12:23:30.473Z | 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 } }] |
| 9696 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411DEBG 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 } }] |
| 9697 | 2026-08-14T12:23:30.473Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9698 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 9699 | 2026-08-14T12:23:30.473Z | 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 } }] |
| 9700 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411DEBG INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9701 | 2026-08-14T12:23:30.473Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9702 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 9703 | 2026-08-14T12:23:30.473Z | 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 } }] |
| 9704 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411 Aug 14 12:23:29.411DEBG INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9705 | 2026-08-14T12:23:30.473Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9706 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9707 | 2026-08-14T12:23:30.473Z | |
| 9708 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 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.31/32 -> 10.0.0.255 |
| 9709 | 2026-08-14T12:23:30.473Z | |
| 9710 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.25/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 } }] |
| 9711 | 2026-08-14T12:23:30.473Z | |
| 9712 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9713 | 2026-08-14T12:23:30.473Z | |
| 9714 | 2026-08-14T12:23:30.473Z | test route::tests::delete_targets_fragmented ... ok |
| 9715 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9716 | 2026-08-14T12:23:30.473Z | |
| 9717 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9718 | 2026-08-14T12:23:30.473Z | |
| 9719 | 2026-08-14T12:23:30.473Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.27/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 } }] |
| 9720 | 2026-08-14T12:23:30.474Z | |
| 9721 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9722 | 2026-08-14T12:23:30.474Z | |
| 9723 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.28/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 } }] |
| 9724 | 2026-08-14T12:23:30.474Z | |
| 9725 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9726 | 2026-08-14T12:23:30.474Z | |
| 9727 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.29/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 } }] |
| 9728 | 2026-08-14T12:23:30.474Z | |
| 9729 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9730 | 2026-08-14T12:23:30.474Z | |
| 9731 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.30/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 } }] |
| 9732 | 2026-08-14T12:23:30.474Z | |
| 9733 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9734 | 2026-08-14T12:23:30.474Z | |
| 9735 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.31/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 } }] |
| 9736 | 2026-08-14T12:23:30.474Z | |
| 9737 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9738 | 2026-08-14T12:23:30.474Z | |
| 9739 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.32/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 } }] |
| 9740 | 2026-08-14T12:23:30.474Z | |
| 9741 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 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.39/32 -> 10.0.0.255 |
| 9742 | 2026-08-14T12:23:30.474Z | |
| 9743 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.33/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 } }] |
| 9744 | 2026-08-14T12:23:30.474Z | |
| 9745 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 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.40/32 -> 10.0.0.255 |
| 9746 | 2026-08-14T12:23:30.474Z | |
| 9747 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9748 | 2026-08-14T12:23:30.474Z | |
| 9749 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9750 | 2026-08-14T12:23:30.474Z | |
| 9751 | 2026-08-14T12:23:30.474Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG 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 } }] |
| 9752 | 2026-08-14T12:23:30.474Z | |
| 9753 | 2026-08-14T12:23:30.478Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9754 | 2026-08-14T12:23:30.478Z | |
| 9755 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9756 | 2026-08-14T12:23:30.479Z | |
| 9757 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9758 | 2026-08-14T12:23:30.479Z | |
| 9759 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9760 | 2026-08-14T12:23:30.479Z | |
| 9761 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 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.44/32 -> 10.0.0.255 |
| 9762 | 2026-08-14T12:23:30.479Z | |
| 9763 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9764 | 2026-08-14T12:23:30.479Z | |
| 9765 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.45/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 } }] |
| 9766 | 2026-08-14T12:23:30.479Z | |
| 9767 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9768 | 2026-08-14T12:23:30.479Z | |
| 9769 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 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.46/32 -> 10.0.0.255 |
| 9770 | 2026-08-14T12:23:30.479Z | |
| 9771 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.40/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 } }] |
| 9772 | 2026-08-14T12:23:30.479Z | |
| 9773 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.411Aug 14 12:23:29.411 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.47/32 -> 10.0.0.255 |
| 9774 | 2026-08-14T12:23:30.479Z | |
| 9775 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.417 DEBG Aug 14 12:23:29.417replacing 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 } }] |
| 9776 | 2026-08-14T12:23:30.479Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9777 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.417 INFO Aug 14 12:23:29.417adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9778 | 2026-08-14T12:23:30.479Z | 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 } }] |
| 9779 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.417 DEBG Aug 14 12:23:29.417replacing 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 } }] |
| 9780 | 2026-08-14T12:23:30.479Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9781 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.417 INFO Aug 14 12:23:29.417adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9782 | 2026-08-14T12:23:30.479Z | 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 } }] |
| 9783 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.417 DEBGAug 14 12:23:29.417 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9784 | 2026-08-14T12:23:30.479Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9785 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 9786 | 2026-08-14T12:23:30.479Z | 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 } }] |
| 9787 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.417 DEBGAug 14 12:23:29.417 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9788 | 2026-08-14T12:23:30.479Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9789 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 9790 | 2026-08-14T12:23:30.479Z | 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 } }] |
| 9791 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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 |
| 9792 | 2026-08-14T12:23:30.479Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9793 | 2026-08-14T12:23:30.479Z | Aug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.52/32 -> 10.0.0.255DEBG |
| 9794 | 2026-08-14T12:23:30.480Z | 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 } }] |
| 9795 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 DEBGAug 14 12:23:29.417 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9796 | 2026-08-14T12:23:30.480Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9797 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.53/32 -> 10.0.0.255DEBG |
| 9798 | 2026-08-14T12:23:30.480Z | 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 } }] |
| 9799 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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 |
| 9800 | 2026-08-14T12:23:30.480Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9801 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.54/32 -> 10.0.0.255DEBG |
| 9802 | 2026-08-14T12:23:30.480Z | 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 } }] |
| 9803 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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 |
| 9804 | 2026-08-14T12:23:30.480Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9805 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 9806 | 2026-08-14T12:23:30.480Z | 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 } }] |
| 9807 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 DEBGAug 14 12:23:29.417 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9808 | 2026-08-14T12:23:30.480Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9809 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.56/32 -> 10.0.0.255DEBG |
| 9810 | 2026-08-14T12:23:30.480Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9811 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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 |
| 9812 | 2026-08-14T12:23:30.480Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9813 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 9814 | 2026-08-14T12:23:30.480Z | 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 } }] |
| 9815 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 DEBGAug 14 12:23:29.417 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9816 | 2026-08-14T12:23:30.480Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9817 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 9818 | 2026-08-14T12:23:30.480Z | 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 } }] |
| 9819 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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 |
| 9820 | 2026-08-14T12:23:30.480Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9821 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.59/32 -> 10.0.0.255DEBG |
| 9822 | 2026-08-14T12:23:30.480Z | 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 } }] |
| 9823 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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 |
| 9824 | 2026-08-14T12:23:30.480Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9825 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 9826 | 2026-08-14T12:23:30.480Z | 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 } }] |
| 9827 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 DEBGAug 14 12:23:29.417 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9828 | 2026-08-14T12:23:30.480Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9829 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 DEBGAug 14 12:23:29.417 failed to allocate space for the new target listDEBG |
| 9830 | 2026-08-14T12:23:30.480Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9831 | 2026-08-14T12:23:30.480Z | Aug 14 12:23:29.417 DEBGAug 14 12:23:29.417 replacing targets for 172.16.0.0/32 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 |
| 9832 | 2026-08-14T12:23:30.480Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9833 | 2026-08-14T12:23:30.480Z | test route::tests::delete_targets_full ... ok |
| 9834 | 2026-08-14T12:23:30.481Z | |
| 9835 | 2026-08-14T12:23:30.481Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 9836 | 2026-08-14T12:23:30.481Z | |
| 9837 | 2026-08-14T12:23:30.481Z | Aug 14 12:23:29.417 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 } }] |
| 9838 | 2026-08-14T12:23:30.481Z | Aug 14 12:23:29.424 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9839 | 2026-08-14T12:23:30.481Z | Aug 14 12:23:29.424 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 } }] |
| 9840 | 2026-08-14T12:23:30.481Z | Aug 14 12:23:29.424 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9841 | 2026-08-14T12:23:30.481Z | Aug 14 12:23:29.424 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 } }] |
| 9842 | 2026-08-14T12:23:30.481Z | Aug 14 12:23:29.424 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9843 | 2026-08-14T12:23:30.481Z | Aug 14 12:23:29.424 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 } }] |
| 9844 | 2026-08-14T12:23:30.481Z | Aug 14 12:23:29.424 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9845 | 2026-08-14T12:23:30.481Z | Aug 14 12:23:29.424 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 } }] |
| 9846 | 2026-08-14T12:23:30.481Z | Aug 14 12:23:29.424 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9847 | 2026-08-14T12:23:30.481Z | Aug 14 12:23:29.424 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 } }] |
| 9848 | 2026-08-14T12:23:30.481Z | Aug 14 12:23:29.424 DEBG failed to allocate space for the new target list |
| 9849 | 2026-08-14T12:23:30.481Z | Aug 14 12:23:29.424 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 } }] |
| 9850 | 2026-08-14T12:23:30.481Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1) |
| 9851 | 2026-08-14T12:23:30.481Z | |
| 9852 | 2026-08-14T12:23:30.481Z | running 0 tests |
| 9853 | 2026-08-14T12:23:30.485Z | |
| 9854 | 2026-08-14T12:23:30.485Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9855 | 2026-08-14T12:23:30.485Z | |
| 9856 | 2026-08-14T12:23:30.485Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 9857 | 2026-08-14T12:23:30.485Z | |
| 9858 | 2026-08-14T12:23:30.485Z | running 0 tests |
| 9859 | 2026-08-14T12:23:30.485Z | |
| 9860 | 2026-08-14T12:23:30.485Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9861 | 2026-08-14T12:23:30.485Z | |
| 9862 | 2026-08-14T12:23:30.485Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8) |
| 9863 | 2026-08-14T12:23:30.485Z | |
| 9864 | 2026-08-14T12:23:30.485Z | running 6 tests |
| 9865 | 2026-08-14T12:23:30.485Z | test tests::test_port_id_cmp ... ok |
| 9866 | 2026-08-14T12:23:30.485Z | test tests::test_parse_client_port_id ... ok |
| 9867 | 2026-08-14T12:23:30.485Z | test tests::test_full_lot_id_neither_present ... ok |
| 9868 | 2026-08-14T12:23:30.485Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9869 | 2026-08-14T12:23:30.485Z | test tests::test_full_lot_id_lot_only ... ok |
| 9870 | 2026-08-14T12:23:30.485Z | test tests::test_full_lot_id_both_present ... ok |
| 9871 | 2026-08-14T12:23:30.485Z | |
| 9872 | 2026-08-14T12:23:30.485Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9873 | 2026-08-14T12:23:30.485Z | |
| 9874 | 2026-08-14T12:23:30.485Z | Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff) |
| 9875 | 2026-08-14T12:23:30.485Z | |
| 9876 | 2026-08-14T12:23:30.485Z | running 6 tests |
| 9877 | 2026-08-14T12:23:33.493Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9878 | 2026-08-14T12:23:33.497Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9879 | 2026-08-14T12:23:33.497Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9880 | 2026-08-14T12:23:33.501Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9881 | 2026-08-14T12:23:33.830Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9882 | 2026-08-14T12:23:35.919Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9883 | 2026-08-14T12:23:35.919Z | |
| 9884 | 2026-08-14T12:23:35.919Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.43s |
| 9885 | 2026-08-14T12:23:35.919Z | |
| 9886 | 2026-08-14T12:23:35.925Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 9887 | 2026-08-14T12:23:35.930Z | |
| 9888 | 2026-08-14T12:23:35.930Z | running 0 tests |
| 9889 | 2026-08-14T12:23:35.930Z | |
| 9890 | 2026-08-14T12:23:35.933Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9891 | 2026-08-14T12:23:35.933Z | |
| 9892 | 2026-08-14T12:23:35.933Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 9893 | 2026-08-14T12:23:35.936Z | |
| 9894 | 2026-08-14T12:23:35.936Z | running 0 tests |
| 9895 | 2026-08-14T12:23:35.936Z | |
| 9896 | 2026-08-14T12:23:35.936Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9897 | 2026-08-14T12:23:35.936Z | |
| 9898 | 2026-08-14T12:23:35.936Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 9899 | 2026-08-14T12:23:35.946Z | |
| 9900 | 2026-08-14T12:23:35.946Z | running 12 tests |
| 9901 | 2026-08-14T12:23:35.949Z | test icmp::test_v6_checksum ... ok |
| 9902 | 2026-08-14T12:23:35.949Z | test icmp::test_v4_checksum ... ok |
| 9903 | 2026-08-14T12:23:35.949Z | test ipv6::test_ipv6_parse ... ok |
| 9904 | 2026-08-14T12:23:35.949Z | test pbuf::test_byte ... ok |
| 9905 | 2026-08-14T12:23:35.949Z | test lldp::test_lldp_parse ... ok |
| 9906 | 2026-08-14T12:23:35.949Z | test pbuf::test_nibble ... ok |
| 9907 | 2026-08-14T12:23:35.949Z | test pbuf::test_short ... ok |
| 9908 | 2026-08-14T12:23:35.949Z | test pbuf::test_overflow ... ok |
| 9909 | 2026-08-14T12:23:35.949Z | test pbuf::test_twelve ... ok |
| 9910 | 2026-08-14T12:23:35.949Z | test pbuf::test_word ... ok |
| 9911 | 2026-08-14T12:23:35.949Z | test tcp::test_checksum_ack_data ... ok |
| 9912 | 2026-08-14T12:23:35.949Z | test tcp::test_checksum_syn_nodata ... ok |
| 9913 | 2026-08-14T12:23:35.949Z | |
| 9914 | 2026-08-14T12:23:35.949Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9915 | 2026-08-14T12:23:35.949Z | |
| 9916 | 2026-08-14T12:23:35.949Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9917 | 2026-08-14T12:23:35.952Z | |
| 9918 | 2026-08-14T12:23:35.952Z | running 0 tests |
| 9919 | 2026-08-14T12:23:35.952Z | |
| 9920 | 2026-08-14T12:23:35.952Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9921 | 2026-08-14T12:23:35.952Z | |
| 9922 | 2026-08-14T12:23:35.955Z | Running unittests src/main.rs (target/debug/deps/swadm-3b6d5ab7a19b39bb) |
| 9923 | 2026-08-14T12:23:35.958Z | |
| 9924 | 2026-08-14T12:23:35.958Z | running 5 tests |
| 9925 | 2026-08-14T12:23:35.958Z | test switchport::test::test_compute_lanes ... ok |
| 9926 | 2026-08-14T12:23:35.958Z | test switchport::test::port_id_ordering ... ok |
| 9927 | 2026-08-14T12:23:35.958Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 9928 | 2026-08-14T12:23:35.958Z | Lane 0 Rx Loss-of-lock: Yes Yes Lane 1 Yes Lane 2Yes |
| 9929 | 2026-08-14T12:23:35.958Z | Lane 3 Rx Loss-of-signal: Yes |
| 9930 | 2026-08-14T12:23:35.958Z | Yes State: Activated ActivatedYes YesActivated |
| 9931 | 2026-08-14T12:23:35.958Z | Rx CDR Enabled: YesActivated |
| 9932 | 2026-08-14T12:23:35.958Z | Yes Rx Output Enabled: false Yes falseYes |
| 9933 | 2026-08-14T12:23:35.958Z | false Tx Enabled: Yesfalse |
| 9934 | 2026-08-14T12:23:35.958Z | Yes Rx Output Status: valid validYes Yesvalid |
| 9935 | 2026-08-14T12:23:35.958Z | Tx Loss-of-lock: Novalid |
| 9936 | 2026-08-14T12:23:35.959Z | No Rx Loss-of-lock: true Notrue No |
| 9937 | 2026-08-14T12:23:35.959Z | true true Tx Loss-of-signal: No |
| 9938 | 2026-08-14T12:23:35.959Z | Rx Loss-of-signal: falseNo falseNo falseNo |
| 9939 | 2026-08-14T12:23:35.959Z | false |
| 9940 | 2026-08-14T12:23:35.959Z | Tx CDR Enabled: No Rx Auto-squelch Disable: true Notrue trueNo trueNo |
| 9941 | 2026-08-14T12:23:35.959Z | |
| 9942 | 2026-08-14T12:23:35.959Z | Tx Output Enabled: true Tx Adaptive EQ Fault: Notrue No trueNo trueNo |
| 9943 | 2026-08-14T12:23:35.959Z | |
| 9944 | 2026-08-14T12:23:35.959Z | Tx Output Status: invalid Tx Fault: Yesinvalid Yesinvalid invalidYes |
| 9945 | 2026-08-14T12:23:35.959Z | Tx Loss-of-lock: falseYes |
| 9946 | 2026-08-14T12:23:35.959Z | false false false |
| 9947 | 2026-08-14T12:23:35.959Z | Tx Loss-of-signal: true true true true |
| 9948 | 2026-08-14T12:23:35.959Z | Tx Auto-squelch Disable: false false false false |
| 9949 | 2026-08-14T12:23:35.959Z | Tx Adaptive EQ Fail: true true true true |
| 9950 | 2026-08-14T12:23:35.959Z | Tx Failure: false false false false |
| 9951 | 2026-08-14T12:23:35.959Z | Tx Force Squelch: true true true true |
| 9952 | 2026-08-14T12:23:35.959Z | Tx Input Polarity: normal normal normal normal |
| 9953 | 2026-08-14T12:23:35.959Z | test switchport::test::test_print_sff_datapath ... ok |
| 9954 | 2026-08-14T12:23:35.959Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9955 | 2026-08-14T12:23:35.959Z | test link::test_filter ... ok |
| 9956 | 2026-08-14T12:23:35.959Z | |
| 9957 | 2026-08-14T12:23:35.959Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9958 | 2026-08-14T12:23:35.959Z | |
| 9959 | 2026-08-14T12:23:35.959Z | Running tests/counters.rs (target/debug/deps/counters-dafdf3819a3acd7e) |
| 9960 | 2026-08-14T12:23:35.962Z | |
| 9961 | 2026-08-14T12:23:35.962Z | running 1 test |
| 9962 | 2026-08-14T12:23:35.962Z | test test_p4_counter_list ... ignored |
| 9963 | 2026-08-14T12:23:35.962Z | |
| 9964 | 2026-08-14T12:23:35.962Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9965 | 2026-08-14T12:23:35.962Z | |
| 9966 | 2026-08-14T12:23:35.962Z | Running tests/port-link.rs (target/debug/deps/port_link-721a5ab28abf000c) |
| 9967 | 2026-08-14T12:23:35.965Z | |
| 9968 | 2026-08-14T12:23:35.965Z | running 5 tests |
| 9969 | 2026-08-14T12:23:35.965Z | test test_an ... ignored |
| 9970 | 2026-08-14T12:23:35.965Z | test test_enable ... ignored |
| 9971 | 2026-08-14T12:23:35.965Z | test test_ip_addresses ... ignored |
| 9972 | 2026-08-14T12:23:35.965Z | test test_kr ... ignored |
| 9973 | 2026-08-14T12:23:35.965Z | test test_mac ... ignored |
| 9974 | 2026-08-14T12:23:35.965Z | |
| 9975 | 2026-08-14T12:23:35.965Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9976 | 2026-08-14T12:23:35.965Z | |
| 9977 | 2026-08-14T12:23:35.965Z | Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f) |
| 9978 | 2026-08-14T12:23:35.968Z | |
| 9979 | 2026-08-14T12:23:35.968Z | running 3 tests |
| 9980 | 2026-08-14T12:23:35.968Z | test linklocal::test_parse_ipadm ... ok |
| 9981 | 2026-08-14T12:23:35.968Z | test tfport::test_parse_tfport ... ok |
| 9982 | 2026-08-14T12:23:35.969Z | test config::tests::test_updates ... ok |
| 9983 | 2026-08-14T12:23:35.969Z | |
| 9984 | 2026-08-14T12:23:35.969Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9985 | 2026-08-14T12:23:35.969Z | |
| 9986 | 2026-08-14T12:23:35.969Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 9987 | 2026-08-14T12:23:35.973Z | |
| 9988 | 2026-08-14T12:23:35.973Z | running 0 tests |
| 9989 | 2026-08-14T12:23:35.973Z | |
| 9990 | 2026-08-14T12:23:35.976Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9991 | 2026-08-14T12:23:35.976Z | |
| 9992 | 2026-08-14T12:23:35.976Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 9993 | 2026-08-14T12:23:35.979Z | |
| 9994 | 2026-08-14T12:23:35.979Z | running 0 tests |
| 9995 | 2026-08-14T12:23:35.979Z | |
| 9996 | 2026-08-14T12:23:35.979Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9997 | 2026-08-14T12:23:35.979Z | |
| 9998 | 2026-08-14T12:23:35.979Z | Doc-tests aal |
| 9999 | 2026-08-14T12:23:36.154Z | |
| 10000 | 2026-08-14T12:23:36.154Z | running 0 tests |
| 10001 | 2026-08-14T12:23:36.154Z | |
| 10002 | 2026-08-14T12:23:36.157Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10003 | 2026-08-14T12:23:36.157Z | |
| 10004 | 2026-08-14T12:23:36.171Z | Doc-tests aal_macros |
| 10005 | 2026-08-14T12:23:36.244Z | |
| 10006 | 2026-08-14T12:23:36.245Z | running 0 tests |
| 10007 | 2026-08-14T12:23:36.245Z | |
| 10008 | 2026-08-14T12:23:36.245Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10009 | 2026-08-14T12:23:36.245Z | |
| 10010 | 2026-08-14T12:23:36.256Z | Doc-tests common |
| 10011 | 2026-08-14T12:23:36.499Z | |
| 10012 | 2026-08-14T12:23:36.499Z | running 0 tests |
| 10013 | 2026-08-14T12:23:36.499Z | |
| 10014 | 2026-08-14T12:23:36.499Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10015 | 2026-08-14T12:23:36.499Z | |
| 10016 | 2026-08-14T12:23:36.521Z | Doc-tests dpd_api |
| 10017 | 2026-08-14T12:23:37.365Z | |
| 10018 | 2026-08-14T12:23:37.365Z | running 2 tests |
| 10019 | 2026-08-14T12:23:37.365Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 10020 | 2026-08-14T12:23:37.365Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 10021 | 2026-08-14T12:23:37.365Z | |
| 10022 | 2026-08-14T12:23:37.365Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10023 | 2026-08-14T12:23:37.365Z | |
| 10024 | 2026-08-14T12:23:37.398Z | Doc-tests dpd_client |
| 10025 | 2026-08-14T12:23:38.681Z | |
| 10026 | 2026-08-14T12:23:38.681Z | running 0 tests |
| 10027 | 2026-08-14T12:23:38.681Z | |
| 10028 | 2026-08-14T12:23:38.681Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10029 | 2026-08-14T12:23:38.681Z | |
| 10030 | 2026-08-14T12:23:38.728Z | Doc-tests dpd_types |
| 10031 | 2026-08-14T12:23:38.941Z | |
| 10032 | 2026-08-14T12:23:38.941Z | running 0 tests |
| 10033 | 2026-08-14T12:23:38.941Z | |
| 10034 | 2026-08-14T12:23:38.941Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10035 | 2026-08-14T12:23:38.941Z | |
| 10036 | 2026-08-14T12:23:38.968Z | Doc-tests dpd_types_versions |
| 10037 | 2026-08-14T12:23:40.194Z | |
| 10038 | 2026-08-14T12:23:40.195Z | running 1 test |
| 10039 | 2026-08-14T12:23:40.195Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10040 | 2026-08-14T12:23:40.195Z | |
| 10041 | 2026-08-14T12:23:40.195Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10042 | 2026-08-14T12:23:40.195Z | |
| 10043 | 2026-08-14T12:23:40.241Z | Doc-tests packet |
| 10044 | 2026-08-14T12:23:40.356Z | |
| 10045 | 2026-08-14T12:23:40.356Z | running 0 tests |
| 10046 | 2026-08-14T12:23:40.356Z | |
| 10047 | 2026-08-14T12:23:40.356Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10048 | 2026-08-14T12:23:40.357Z | |
| 10049 | 2026-08-14T12:23:40.373Z | Doc-tests pcap |
| 10050 | 2026-08-14T12:23:40.427Z | |
| 10051 | 2026-08-14T12:23:40.428Z | running 0 tests |
| 10052 | 2026-08-14T12:23:40.428Z | |
| 10053 | 2026-08-14T12:23:40.428Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10054 | 2026-08-14T12:23:40.428Z | |
| 10055 | 2026-08-14T12:23:40.479Z | process exited: duration 593383 ms, exit code 0 |
| |
| 10056 | 2026-08-14T12:23:40.486Z | found 0 output files |