|
|
|
| 1 | 2026-08-23T06:08:10.239Z | job assigned to worker 01M0PKP2XRCKJH5DB2HF3P1VZ3 [factory aws, i-077edf4cff6a96043] (queued for 53 s) |
| |
| 2 | 2026-08-23T06:08:16.243Z | starting task 0: "setup" |
| 3 | 2026-08-23T06:08:16.248Z | ++ uname -s |
| 4 | 2026-08-23T06:08:16.252Z | + kern=SunOS |
| 5 | 2026-08-23T06:08:16.252Z | + build_user=build |
| 6 | 2026-08-23T06:08:16.252Z | + build_uid=12345 |
| 7 | 2026-08-23T06:08:16.252Z | + work_dir=/work |
| 8 | 2026-08-23T06:08:16.252Z | + input_dir=/input |
| 9 | 2026-08-23T06:08:16.252Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-23T06:08:16.252Z | + case "$kern" in |
| 11 | 2026-08-23T06:08:16.252Z | + groupadd -g 12345 build |
| 12 | 2026-08-23T06:08:16.252Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-23T06:08:18.258Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-23T06:08:18.365Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-23T06:08:18.369Z | + home_fs=zfs |
| 16 | 2026-08-23T06:08:18.369Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-23T06:08:18.369Z | + mkdir -p /home/build |
| 18 | 2026-08-23T06:08:18.369Z | + chown build:build /home/build /work |
| 19 | 2026-08-23T06:08:19.369Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-23T06:08:19.373Z | process exited: duration 3130 ms, exit code 0 |
| |
| 21 | 2026-08-23T06:08:19.380Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-23T06:08:19.384Z | * rust toolchain channel = "1.90.0" |
| 23 | 2026-08-23T06:08:19.384Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 24 | 2026-08-23T06:08:19.384Z | * rust toolchain profile = "default" |
| 25 | 2026-08-23T06:08:19.384Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-23T06:08:19.384Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-23T06:08:19.384Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-23T06:08:19.388Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-23T06:08:19.388Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-23T06:08:19.492Z | info: downloading installer |
| 31 | 2026-08-23T06:08:20.570Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-23T06:08:20.570Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-23T06:08:20.570Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-23T06:08:20.570Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-23T06:08:20.584Z | info: profile set to default |
| 36 | 2026-08-23T06:08:20.584Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-23T06:08:20.587Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-23T06:08:20.729Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-23T06:08:20.733Z | info: downloading 6 components |
| 40 | 2026-08-23T06:08:34.782Z | |
| 41 | 2026-08-23T06:08:34.782Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 42 | 2026-08-23T06:08:34.817Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-23T06:08:34.817Z | |
| 44 | 2026-08-23T06:08:34.817Z | |
| 45 | 2026-08-23T06:08:34.817Z | Rust is installed now. Great! |
| 46 | 2026-08-23T06:08:34.817Z | |
| 47 | 2026-08-23T06:08:34.817Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-23T06:08:34.817Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-23T06:08:34.817Z | |
| 50 | 2026-08-23T06:08:34.817Z | To configure your current shell, you need to source |
| 51 | 2026-08-23T06:08:34.817Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-23T06:08:34.817Z | |
| 53 | 2026-08-23T06:08:34.817Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-23T06:08:34.820Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-23T06:08:34.820Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-23T06:08:34.820Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-23T06:08:34.821Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-23T06:08:34.821Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-23T06:08:34.821Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-23T06:08:34.821Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-23T06:08:34.821Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-23T06:08:34.905Z | + rustup --version |
| 63 | 2026-08-23T06:08:34.914Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-23T06:08:34.917Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-23T06:08:34.940Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-23T06:08:34.944Z | + cargo --version |
| 67 | 2026-08-23T06:08:34.956Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-23T06:08:34.960Z | + rustc --version |
| 69 | 2026-08-23T06:08:34.980Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-23T06:08:34.984Z | process exited: duration 15603 ms, exit code 0 |
| |
| 71 | 2026-08-23T06:08:34.990Z | starting task 2: "authentication" |
| 72 | 2026-08-23T06:08:35.007Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-23T06:08:35.014Z | starting task 3: "clone repository" |
| 74 | 2026-08-23T06:08:35.017Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-23T06:08:35.021Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-23T06:08:35.050Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-23T06:08:35.975Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-23T06:08:35.975Z | + git fetch origin 4fc1b480bcd29de5ce5af245b999f2092dca508e |
| 79 | 2026-08-23T06:08:36.247Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-23T06:08:36.247Z | * branch 4fc1b480bcd29de5ce5af245b999f2092dca508e -> FETCH_HEAD |
| 81 | 2026-08-23T06:08:36.251Z | + [[ -n zl/p4-stages-18-cleanup ]] |
| 82 | 2026-08-23T06:08:36.255Z | ++ git branch --show-current |
| 83 | 2026-08-23T06:08:36.255Z | + current=main |
| 84 | 2026-08-23T06:08:36.255Z | + [[ main != zl/p4-stages-18-cleanup ]] |
| 85 | 2026-08-23T06:08:36.255Z | + git branch -f zl/p4-stages-18-cleanup 4fc1b480bcd29de5ce5af245b999f2092dca508e |
| 86 | 2026-08-23T06:08:36.258Z | + git checkout -f zl/p4-stages-18-cleanup |
| 87 | 2026-08-23T06:08:36.277Z | Switched to branch 'zl/p4-stages-18-cleanup' |
| 88 | 2026-08-23T06:08:36.281Z | + git reset --hard 4fc1b480bcd29de5ce5af245b999f2092dca508e |
| 89 | 2026-08-23T06:08:36.296Z | HEAD is now at 4fc1b48 [merge] merge main into zl/p4-stages-18-cleanup |
| 90 | 2026-08-23T06:08:36.300Z | process exited: duration 1282 ms, exit code 0 |
| |
| 91 | 2026-08-23T06:08:36.307Z | starting task 4: "build" |
| 92 | 2026-08-23T06:08:36.311Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-23T06:08:36.311Z | ++ TOFINO_STAGES=16 |
| 94 | 2026-08-23T06:08:36.311Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-08-23T06:08:36.311Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-08-23T06:08:36.311Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-08-23T06:08:36.315Z | +++ uname -s |
| 98 | 2026-08-23T06:08:36.315Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-23T06:08:36.315Z | ++ SERIES=illumos |
| 100 | 2026-08-23T06:08:36.315Z | +++ uname -s |
| 101 | 2026-08-23T06:08:36.315Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-23T06:08:36.315Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-08-23T06:08:36.315Z | ++ rustup show active-toolchain |
| 104 | 2026-08-23T06:08:36.320Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-23T06:08:36.323Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-23T06:08:36.323Z | ++ banner 'sde setup' |
| 107 | 2026-08-23T06:08:36.323Z | |
| 108 | 2026-08-23T06:08:36.323Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-23T06:08:36.323Z | # # # # # # # # # # # |
| 110 | 2026-08-23T06:08:36.323Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-23T06:08:36.323Z | # # # # # # # # # ##### |
| 112 | 2026-08-23T06:08:36.323Z | # # # # # # # # # # # # |
| 113 | 2026-08-23T06:08:36.324Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-23T06:08:36.324Z | |
| 115 | 2026-08-23T06:08:36.324Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-23T06:08:36.324Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-23T06:08:36.324Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-23T06:08:36.324Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-23T06:08:36.324Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-08-23T06:08:36.329Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-23T06:08:36.332Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-23T06:08:39.337Z |
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 00:01 0
0 0 0 0 0 0 0 0 00:02 0
100 76.03M 100 76.03M 0 0 25.27M 0 00:03 00:03 25.27M
100 76.03M 100 76.03M 0 0 25.27M 0 00:03 00:03 25.27M
100 76.03M 100 76.03M 0 0 25.27M 0 00:03 00:03 25.27M |
| 123 | 2026-08-23T06:08:39.342Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-23T06:08:39.389Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-08-23T06:08:39.392Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-08-23T06:08:39.392Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-23T06:08:41.254Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-23T06:08:41.616Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-23T06:08:41.670Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-23T06:08:43.955Z | Planning: Solver setup ... Done |
| 131 | 2026-08-23T06:08:44.021Z | Planning: Running solver ... Done |
| 132 | 2026-08-23T06:08:44.068Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-23T06:08:44.071Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-23T06:08:44.075Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-23T06:08:44.090Z | Planning: Package planning ... Done |
| 136 | 2026-08-23T06:08:44.093Z | Planning: Merging actions ... Done |
| 137 | 2026-08-23T06:08:44.187Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-23T06:08:44.190Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-23T06:08:45.095Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-23T06:08:45.099Z | Planning: Planning completed in 3.42 seconds |
| 141 | 2026-08-23T06:08:45.103Z | Packages to install: 1 |
| 142 | 2026-08-23T06:08:45.103Z | Create boot environment: No |
| 143 | 2026-08-23T06:08:45.106Z | Create backup boot environment: No |
| 144 | 2026-08-23T06:08:45.130Z | |
| 145 | 2026-08-23T06:08:45.130Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-23T06:08:45.270Z | Download: Completed 75.30 MB in 0.14 seconds (556M/s) |
| 147 | 2026-08-23T06:08:45.419Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-23T06:08:46.378Z | Actions: Completed 293 actions in 0.96 seconds. |
| 149 | 2026-08-23T06:08:46.382Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-23T06:08:46.427Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-23T06:08:46.513Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-23T06:08:49.006Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-23T06:08:49.084Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-23T06:08:49.087Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-23T06:08:49.381Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-23T06:08:49.539Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-23T06:08:49.539Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-23T06:08:49.539Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-23T06:08:49.539Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-23T06:08:49.542Z | ++ banner packages |
| 161 | 2026-08-23T06:08:49.542Z | |
| 162 | 2026-08-23T06:08:49.542Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-23T06:08:49.542Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-23T06:08:49.542Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-23T06:08:49.542Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-23T06:08:49.542Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-23T06:08:49.542Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-23T06:08:49.542Z | |
| 169 | 2026-08-23T06:08:49.542Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-23T06:08:49.811Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-23T06:08:49.815Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-23T06:08:51.845Z | Planning: Solver setup ... Done |
| 173 | 2026-08-23T06:08:51.910Z | Planning: Running solver ... Done |
| 174 | 2026-08-23T06:08:51.955Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-23T06:08:51.955Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-23T06:08:51.959Z | Planning: Planning completed in 2.14 seconds |
| 177 | 2026-08-23T06:08:51.972Z | No updates necessary for this image. |
| 178 | 2026-08-23T06:08:52.107Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-23T06:08:52.323Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-23T06:08:52.438Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-23T06:08:52.441Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-23T06:08:52.605Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-23T06:08:52.608Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-08-23T06:08:52.629Z | Mediators to change: 2 |
| 185 | 2026-08-23T06:08:52.629Z | Create boot environment: No |
| 186 | 2026-08-23T06:08:52.629Z | Create backup boot environment: No |
| 187 | 2026-08-23T06:08:52.683Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-23T06:08:52.683Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-23T06:08:52.731Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-23T06:08:54.778Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-23T06:08:54.847Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-23T06:08:54.848Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-23T06:08:54.935Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-23T06:08:55.009Z | ++ cargo --version |
| 195 | 2026-08-23T06:08:55.021Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-08-23T06:08:55.025Z | ++ rustc --version |
| 197 | 2026-08-23T06:08:55.043Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-08-23T06:08:55.046Z | + banner copyrights |
| 199 | 2026-08-23T06:08:55.050Z | |
| 200 | 2026-08-23T06:08:55.050Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-23T06:08:55.050Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-23T06:08:55.050Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-23T06:08:55.050Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-23T06:08:55.050Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-23T06:08:55.050Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-23T06:08:55.050Z | |
| 207 | 2026-08-23T06:08:55.050Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-23T06:08:56.588Z | dpd/src/transceivers/stub_impl.rs: Copyright with wrong year |
| 209 | 2026-08-23T06:08:56.730Z | pcap/build.rs: Copyright with wrong year |
| 210 | 2026-08-23T06:08:56.894Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 211 | 2026-08-23T06:08:57.117Z | + banner clippy |
| 212 | 2026-08-23T06:08:57.121Z | |
| 213 | 2026-08-23T06:08:57.121Z | #### # # ##### ##### # # |
| 214 | 2026-08-23T06:08:57.121Z | # # # # # # # # # # |
| 215 | 2026-08-23T06:08:57.121Z | # # # # # # # # |
| 216 | 2026-08-23T06:08:57.121Z | # # # ##### ##### # |
| 217 | 2026-08-23T06:08:57.121Z | # # # # # # # |
| 218 | 2026-08-23T06:08:57.121Z | #### ###### # # # # |
| 219 | 2026-08-23T06:08:57.121Z | |
| 220 | 2026-08-23T06:08:57.121Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 221 | 2026-08-23T06:08:57.121Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 222 | 2026-08-23T06:08:57.272Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 223 | 2026-08-23T06:09:15.252Z | Updating crates.io index |
| 224 | 2026-08-23T06:09:15.256Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 225 | 2026-08-23T06:09:15.592Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 226 | 2026-08-23T06:09:16.436Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 227 | 2026-08-23T06:09:16.806Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 228 | 2026-08-23T06:09:17.087Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 229 | 2026-08-23T06:09:17.968Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 230 | 2026-08-23T06:09:18.275Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 231 | 2026-08-23T06:09:18.675Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 232 | 2026-08-23T06:09:19.059Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 233 | 2026-08-23T06:09:19.529Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 234 | 2026-08-23T06:09:20.027Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 235 | 2026-08-23T06:09:21.085Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 236 | 2026-08-23T06:09:21.480Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 237 | 2026-08-23T06:09:21.871Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 238 | 2026-08-23T06:09:22.178Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 239 | 2026-08-23T06:09:22.864Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 240 | 2026-08-23T06:09:23.330Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-08-23T06:09:24.228Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 242 | 2026-08-23T06:09:24.732Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 243 | 2026-08-23T06:09:25.217Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 244 | 2026-08-23T06:09:25.522Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 245 | 2026-08-23T06:09:26.577Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 246 | 2026-08-23T06:09:27.167Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-08-23T06:09:27.740Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-08-23T06:09:29.511Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 249 | 2026-08-23T06:09:30.176Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 250 | 2026-08-23T06:09:30.529Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-08-23T06:09:31.040Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 252 | 2026-08-23T06:09:33.014Z | Downloading crates ... |
| 253 | 2026-08-23T06:09:33.075Z | Downloaded aead v0.5.2 |
| 254 | 2026-08-23T06:09:33.081Z | Downloaded adler2 v2.0.1 |
| 255 | 2026-08-23T06:09:33.091Z | Downloaded backoff v0.4.0 |
| 256 | 2026-08-23T06:09:33.097Z | Downloaded camino v1.2.3 |
| 257 | 2026-08-23T06:09:33.101Z | Downloaded bit-set v0.8.0 |
| 258 | 2026-08-23T06:09:33.105Z | Downloaded async-stream v0.3.6 |
| 259 | 2026-08-23T06:09:33.109Z | Downloaded crucible-workspace-hack v0.1.0 |
| 260 | 2026-08-23T06:09:33.113Z | Downloaded cfg-if v1.0.4 |
| 261 | 2026-08-23T06:09:33.117Z | Downloaded cargo-platform v0.1.9 |
| 262 | 2026-08-23T06:09:33.120Z | Downloaded fixedbitset v0.4.2 |
| 263 | 2026-08-23T06:09:33.121Z | Downloaded defmt-parser v1.0.0 |
| 264 | 2026-08-23T06:09:33.124Z | Downloaded embedded-io v0.4.0 |
| 265 | 2026-08-23T06:09:33.128Z | Downloaded dyn-clone v1.0.20 |
| 266 | 2026-08-23T06:09:33.128Z | Downloaded cfg_aliases v0.2.1 |
| 267 | 2026-08-23T06:09:33.131Z | Downloaded hostname v0.4.2 |
| 268 | 2026-08-23T06:09:33.135Z | Downloaded derive-ex v0.1.8 |
| 269 | 2026-08-23T06:09:33.135Z | Downloaded digest v0.11.3 |
| 270 | 2026-08-23T06:09:33.139Z | Downloaded cpufeatures v0.2.17 |
| 271 | 2026-08-23T06:09:33.142Z | Downloaded futures-sink v0.3.32 |
| 272 | 2026-08-23T06:09:33.142Z | Downloaded derive_more v0.99.20 |
| 273 | 2026-08-23T06:09:33.146Z | Downloaded anstyle-query v1.1.4 |
| 274 | 2026-08-23T06:09:33.149Z | Downloaded hex v0.4.3 |
| 275 | 2026-08-23T06:09:33.153Z | Downloaded foreign-types-shared v0.1.1 |
| 276 | 2026-08-23T06:09:33.153Z | Downloaded dunce v1.0.5 |
| 277 | 2026-08-23T06:09:33.156Z | Downloaded foreign-types v0.3.2 |
| 278 | 2026-08-23T06:09:33.156Z | Downloaded dtrace-parser v0.3.0 |
| 279 | 2026-08-23T06:09:33.160Z | Downloaded getrandom v0.3.3 |
| 280 | 2026-08-23T06:09:33.163Z | Downloaded crypto-common v0.2.2 |
| 281 | 2026-08-23T06:09:33.167Z | Downloaded form_urlencoded v1.2.2 |
| 282 | 2026-08-23T06:09:33.167Z | Downloaded futures-macro v0.3.32 |
| 283 | 2026-08-23T06:09:33.171Z | Downloaded foreign-types-macros v0.2.3 |
| 284 | 2026-08-23T06:09:33.171Z | Downloaded darling_macro v0.21.3 |
| 285 | 2026-08-23T06:09:33.174Z | Downloaded float-ord v0.3.2 |
| 286 | 2026-08-23T06:09:33.178Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 287 | 2026-08-23T06:09:33.178Z | Downloaded futures-io v0.3.32 |
| 288 | 2026-08-23T06:09:33.181Z | Downloaded equivalent v1.0.2 |
| 289 | 2026-08-23T06:09:33.181Z | Downloaded embedded-io v0.6.1 |
| 290 | 2026-08-23T06:09:33.185Z | Downloaded dof v0.4.0 |
| 291 | 2026-08-23T06:09:33.185Z | Downloaded hash32 v0.3.1 |
| 292 | 2026-08-23T06:09:33.188Z | Downloaded filetime v0.2.26 |
| 293 | 2026-08-23T06:09:33.191Z | Downloaded defmt v0.3.100 |
| 294 | 2026-08-23T06:09:33.191Z | Downloaded debug-ignore v1.0.5 |
| 295 | 2026-08-23T06:09:33.195Z | Downloaded convert_case v0.4.0 |
| 296 | 2026-08-23T06:09:33.195Z | Downloaded hubpack_derive v0.1.1 |
| 297 | 2026-08-23T06:09:33.198Z | Downloaded hubpack v0.1.2 |
| 298 | 2026-08-23T06:09:33.198Z | Downloaded dtrace-parser v0.2.0 |
| 299 | 2026-08-23T06:09:33.202Z | Downloaded gethostname v0.5.0 |
| 300 | 2026-08-23T06:09:33.202Z | Downloaded chacha20 v0.9.1 |
| 301 | 2026-08-23T06:09:33.206Z | Downloaded cexpr v0.6.0 |
| 302 | 2026-08-23T06:09:33.215Z | Downloaded heck v0.4.1 |
| 303 | 2026-08-23T06:09:33.215Z | Downloaded git-stub v1.0.0 |
| 304 | 2026-08-23T06:09:33.218Z | Downloaded httpdate v1.0.3 |
| 305 | 2026-08-23T06:09:33.218Z | Downloaded anstream v1.0.0 |
| 306 | 2026-08-23T06:09:33.218Z | Downloaded futures-task v0.3.32 |
| 307 | 2026-08-23T06:09:33.218Z | Downloaded fastrand v2.3.0 |
| 308 | 2026-08-23T06:09:33.222Z | Downloaded foreign-types-shared v0.3.1 |
| 309 | 2026-08-23T06:09:33.222Z | Downloaded critical-section v1.2.0 |
| 310 | 2026-08-23T06:09:33.227Z | Downloaded cookie v0.18.1 |
| 311 | 2026-08-23T06:09:33.227Z | Downloaded errno v0.3.14 |
| 312 | 2026-08-23T06:09:33.230Z | Downloaded hyper-tls v0.6.0 |
| 313 | 2026-08-23T06:09:33.230Z | Downloaded http-body v1.0.1 |
| 314 | 2026-08-23T06:09:33.234Z | Downloaded instant v0.1.13 |
| 315 | 2026-08-23T06:09:33.234Z | Downloaded hostname v0.3.1 |
| 316 | 2026-08-23T06:09:33.238Z | Downloaded inout v0.1.4 |
| 317 | 2026-08-23T06:09:33.238Z | Downloaded heck v0.5.0 |
| 318 | 2026-08-23T06:09:33.241Z | Downloaded base64ct v1.8.0 |
| 319 | 2026-08-23T06:09:33.245Z | Downloaded fnv v1.0.7 |
| 320 | 2026-08-23T06:09:33.245Z | Downloaded byteorder v1.5.0 |
| 321 | 2026-08-23T06:09:33.251Z | Downloaded daft v0.1.5 |
| 322 | 2026-08-23T06:09:33.251Z | Downloaded foldhash v0.1.5 |
| 323 | 2026-08-23T06:09:33.251Z | Downloaded csv-core v0.1.12 |
| 324 | 2026-08-23T06:09:33.255Z | Downloaded bit-vec v0.8.0 |
| 325 | 2026-08-23T06:09:33.255Z | Downloaded is_ci v1.2.0 |
| 326 | 2026-08-23T06:09:33.258Z | Downloaded itoa v1.0.15 |
| 327 | 2026-08-23T06:09:33.258Z | Downloaded ident_case v1.0.1 |
| 328 | 2026-08-23T06:09:33.262Z | Downloaded digest v0.10.7 |
| 329 | 2026-08-23T06:09:33.262Z | Downloaded humantime v2.3.0 |
| 330 | 2026-08-23T06:09:33.265Z | Downloaded httparse v1.10.1 |
| 331 | 2026-08-23T06:09:33.269Z | Downloaded foldhash v0.2.0 |
| 332 | 2026-08-23T06:09:33.269Z | Downloaded async-trait v0.1.89 |
| 333 | 2026-08-23T06:09:33.273Z | Downloaded is-terminal v0.4.16 |
| 334 | 2026-08-23T06:09:33.276Z | Downloaded indent_write v2.2.0 |
| 335 | 2026-08-23T06:09:33.276Z | Downloaded futures v0.3.32 |
| 336 | 2026-08-23T06:09:33.280Z | Downloaded is_terminal_polyfill v1.70.1 |
| 337 | 2026-08-23T06:09:33.283Z | Downloaded clap_derive v4.6.1 |
| 338 | 2026-08-23T06:09:33.286Z | Downloaded bitflags v1.3.2 |
| 339 | 2026-08-23T06:09:33.290Z | Downloaded kstat-rs v0.2.4 |
| 340 | 2026-08-23T06:09:33.290Z | Downloaded match_cfg v0.1.0 |
| 341 | 2026-08-23T06:09:33.294Z | Downloaded managed v0.8.0 |
| 342 | 2026-08-23T06:09:33.295Z | Downloaded linked-hash-map v0.5.6 |
| 343 | 2026-08-23T06:09:33.295Z | Downloaded lazy_static v1.5.0 |
| 344 | 2026-08-23T06:09:33.298Z | Downloaded ingot-types v0.1.2 |
| 345 | 2026-08-23T06:09:33.301Z | Downloaded mime v0.3.17 |
| 346 | 2026-08-23T06:09:33.301Z | Downloaded memoffset v0.9.1 |
| 347 | 2026-08-23T06:09:33.304Z | Downloaded lru-cache v0.1.2 |
| 348 | 2026-08-23T06:09:33.305Z | Downloaded group v0.13.0 |
| 349 | 2026-08-23T06:09:33.308Z | Downloaded fs_extra v1.3.0 |
| 350 | 2026-08-23T06:09:33.308Z | Downloaded fs-err v3.1.2 |
| 351 | 2026-08-23T06:09:33.311Z | Downloaded ff v0.13.1 |
| 352 | 2026-08-23T06:09:33.315Z | Downloaded ipnet v2.11.0 |
| 353 | 2026-08-23T06:09:33.315Z | Downloaded bitflags v2.11.1 |
| 354 | 2026-08-23T06:09:33.318Z | Downloaded console v0.15.11 |
| 355 | 2026-08-23T06:09:33.322Z | Downloaded globset v0.4.16 |
| 356 | 2026-08-23T06:09:33.322Z | Downloaded newline-converter v0.3.0 |
| 357 | 2026-08-23T06:09:33.325Z | Downloaded crc32fast v1.5.0 |
| 358 | 2026-08-23T06:09:33.325Z | Downloaded newtype-uuid-macros v0.1.0 |
| 359 | 2026-08-23T06:09:33.330Z | Downloaded http-body-util v0.1.3 |
| 360 | 2026-08-23T06:09:33.330Z | Downloaded num v0.4.3 |
| 361 | 2026-08-23T06:09:33.330Z | Downloaded num_enum_derive v0.5.11 |
| 362 | 2026-08-23T06:09:33.333Z | Downloaded num-iter v0.1.45 |
| 363 | 2026-08-23T06:09:33.333Z | Downloaded glob v0.3.3 |
| 364 | 2026-08-23T06:09:33.336Z | Downloaded hybrid-array v0.4.12 |
| 365 | 2026-08-23T06:09:33.336Z | Downloaded anyhow v1.0.102 |
| 366 | 2026-08-23T06:09:33.340Z | Downloaded cancel-safe-futures v0.1.5 |
| 367 | 2026-08-23T06:09:33.343Z | Downloaded anstyle-parse v1.0.0 |
| 368 | 2026-08-23T06:09:33.343Z | Downloaded highway v1.3.0 |
| 369 | 2026-08-23T06:09:33.347Z | Downloaded opaque-debug v0.3.1 |
| 370 | 2026-08-23T06:09:33.347Z | Downloaded num-derive v0.4.2 |
| 371 | 2026-08-23T06:09:33.350Z | Downloaded num-conv v0.2.1 |
| 372 | 2026-08-23T06:09:33.350Z | Downloaded colored v3.1.1 |
| 373 | 2026-08-23T06:09:33.354Z | Downloaded elliptic-curve v0.13.8 |
| 374 | 2026-08-23T06:09:33.357Z | Downloaded newtype_derive v0.1.6 |
| 375 | 2026-08-23T06:09:33.357Z | Downloaded openssl-probe v0.1.6 |
| 376 | 2026-08-23T06:09:33.360Z | Downloaded openssl-macros v0.1.1 |
| 377 | 2026-08-23T06:09:33.360Z | Downloaded omicron-workspace-hack v0.1.0 |
| 378 | 2026-08-23T06:09:33.360Z | Downloaded olpc-cjson v0.1.4 |
| 379 | 2026-08-23T06:09:33.364Z | Downloaded iana-time-zone v0.1.64 |
| 380 | 2026-08-23T06:09:33.364Z | Downloaded macaddr v1.0.1 |
| 381 | 2026-08-23T06:09:33.367Z | Downloaded ipnetwork v0.21.1 |
| 382 | 2026-08-23T06:09:33.370Z | Downloaded libsw-core v0.3.2 |
| 383 | 2026-08-23T06:09:33.370Z | Downloaded lock_api v0.4.14 |
| 384 | 2026-08-23T06:09:33.374Z | Downloaded jobserver v0.1.34 |
| 385 | 2026-08-23T06:09:33.374Z | Downloaded internet-checksum v0.2.1 |
| 386 | 2026-08-23T06:09:33.377Z | Downloaded linear-map v1.2.0 |
| 387 | 2026-08-23T06:09:33.377Z | Downloaded parse-display v0.10.0 |
| 388 | 2026-08-23T06:09:33.377Z | Downloaded newtype-uuid v1.3.2 |
| 389 | 2026-08-23T06:09:33.380Z | Downloaded libscf-sys v1.2.0 |
| 390 | 2026-08-23T06:09:33.380Z | Downloaded ingot v0.1.1 |
| 391 | 2026-08-23T06:09:33.383Z | Downloaded blake2 v0.10.6 |
| 392 | 2026-08-23T06:09:33.383Z | Downloaded allocator-api2 v0.2.21 |
| 393 | 2026-08-23T06:09:33.387Z | Downloaded percent-encoding v2.3.2 |
| 394 | 2026-08-23T06:09:33.390Z | Downloaded multer v3.1.0 |
| 395 | 2026-08-23T06:09:33.390Z | Downloaded libsw v3.5.0 |
| 396 | 2026-08-23T06:09:33.393Z | Downloaded libloading v0.8.9 |
| 397 | 2026-08-23T06:09:33.393Z | Downloaded plain v0.2.3 |
| 398 | 2026-08-23T06:09:33.396Z | Downloaded getrandom v0.2.16 |
| 399 | 2026-08-23T06:09:33.399Z | Downloaded displaydoc v0.2.5 |
| 400 | 2026-08-23T06:09:33.399Z | Downloaded num_enum_derive v0.7.5 |
| 401 | 2026-08-23T06:09:33.403Z | Downloaded futures-channel v0.3.32 |
| 402 | 2026-08-23T06:09:33.403Z | Downloaded const-oid v0.10.2 |
| 403 | 2026-08-23T06:09:33.406Z | Downloaded bytes v1.12.0 |
| 404 | 2026-08-23T06:09:33.410Z | Downloaded phf_shared v0.12.1 |
| 405 | 2026-08-23T06:09:33.410Z | Downloaded hmac v0.12.1 |
| 406 | 2026-08-23T06:09:33.413Z | Downloaded num_threads v0.1.7 |
| 407 | 2026-08-23T06:09:33.413Z | Downloaded potential_utf v0.1.3 |
| 408 | 2026-08-23T06:09:33.413Z | Downloaded cc v1.2.64 |
| 409 | 2026-08-23T06:09:33.417Z | Downloaded num_enum v0.7.5 |
| 410 | 2026-08-23T06:09:33.420Z | Downloaded proc-macro-crate v1.3.1 |
| 411 | 2026-08-23T06:09:33.423Z | Downloaded proc-macro-error-attr v1.0.4 |
| 412 | 2026-08-23T06:09:33.423Z | Downloaded num-integer v0.1.46 |
| 413 | 2026-08-23T06:09:33.426Z | Downloaded find-msvc-tools v0.1.9 |
| 414 | 2026-08-23T06:09:33.426Z | Downloaded pretty-hex v0.4.1 |
| 415 | 2026-08-23T06:09:33.429Z | Downloaded powerfmt v0.2.0 |
| 416 | 2026-08-23T06:09:33.430Z | Downloaded hyper-rustls v0.27.7 |
| 417 | 2026-08-23T06:09:33.433Z | Downloaded litemap v0.8.0 |
| 418 | 2026-08-23T06:09:33.433Z | Downloaded base64 v0.22.1 |
| 419 | 2026-08-23T06:09:33.436Z | Downloaded dropshot_endpoint v0.17.1 |
| 420 | 2026-08-23T06:09:33.440Z | Downloaded quick-error v1.2.3 |
| 421 | 2026-08-23T06:09:33.440Z | Downloaded num-rational v0.4.2 |
| 422 | 2026-08-23T06:09:33.443Z | Downloaded drift v0.2.0 |
| 423 | 2026-08-23T06:09:33.447Z | Downloaded progenitor-macro v0.10.0 |
| 424 | 2026-08-23T06:09:33.450Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 425 | 2026-08-23T06:09:33.450Z | Downloaded password-hash v0.5.0 |
| 426 | 2026-08-23T06:09:33.453Z | Downloaded progenitor-client v0.14.0 |
| 427 | 2026-08-23T06:09:33.456Z | Downloaded parse-display-derive v0.10.0 |
| 428 | 2026-08-23T06:09:33.456Z | Downloaded native-tls v0.2.14 |
| 429 | 2026-08-23T06:09:33.460Z | Downloaded progenitor-macro v0.14.0 |
| 430 | 2026-08-23T06:09:33.460Z | Downloaded progenitor-client v0.10.0 |
| 431 | 2026-08-23T06:09:33.460Z | Downloaded chacha20poly1305 v0.10.1 |
| 432 | 2026-08-23T06:09:33.463Z | Downloaded num_enum v0.5.11 |
| 433 | 2026-08-23T06:09:33.466Z | Downloaded clap v4.6.1 |
| 434 | 2026-08-23T06:09:33.470Z | Downloaded ref-cast-impl v1.0.25 |
| 435 | 2026-08-23T06:09:33.473Z | Downloaded pkg-config v0.3.32 |
| 436 | 2026-08-23T06:09:33.473Z | Downloaded num-complex v0.4.6 |
| 437 | 2026-08-23T06:09:33.476Z | Downloaded pem v3.0.5 |
| 438 | 2026-08-23T06:09:33.476Z | Downloaded ref-cast v1.0.25 |
| 439 | 2026-08-23T06:09:33.479Z | Downloaded rand_xorshift v0.4.0 |
| 440 | 2026-08-23T06:09:33.479Z | Downloaded rand_chacha v0.3.1 |
| 441 | 2026-08-23T06:09:33.482Z | Downloaded memmap2 v0.9.8 |
| 442 | 2026-08-23T06:09:33.482Z | Downloaded crypto-bigint v0.5.5 |
| 443 | 2026-08-23T06:09:33.486Z | Downloaded progenitor v0.10.0 |
| 444 | 2026-08-23T06:09:33.489Z | Downloaded half v2.7.1 |
| 445 | 2026-08-23T06:09:33.492Z | Downloaded proc-macro-error v1.0.4 |
| 446 | 2026-08-23T06:09:33.492Z | Downloaded once_cell v1.21.3 |
| 447 | 2026-08-23T06:09:33.495Z | Downloaded same-file v1.0.6 |
| 448 | 2026-08-23T06:09:33.499Z | Downloaded rustc_version v0.4.1 |
| 449 | 2026-08-23T06:09:33.499Z | Downloaded rustc-hash v2.1.1 |
| 450 | 2026-08-23T06:09:33.499Z | Downloaded pest_generator v2.8.2 |
| 451 | 2026-08-23T06:09:33.502Z | Downloaded crossbeam-channel v0.5.15 |
| 452 | 2026-08-23T06:09:33.505Z | Downloaded owo-colors v4.3.0 |
| 453 | 2026-08-23T06:09:33.505Z | Downloaded rustc_version v0.1.7 |
| 454 | 2026-08-23T06:09:33.508Z | Downloaded pin-project-internal v1.1.10 |
| 455 | 2026-08-23T06:09:33.508Z | Downloaded progenitor-macro v0.11.1 |
| 456 | 2026-08-23T06:09:33.508Z | Downloaded log v0.4.29 |
| 457 | 2026-08-23T06:09:33.512Z | Downloaded const_format v0.2.34 |
| 458 | 2026-08-23T06:09:33.515Z | Downloaded icu_normalizer v2.0.0 |
| 459 | 2026-08-23T06:09:33.518Z | Downloaded scopeguard v1.2.0 |
| 460 | 2026-08-23T06:09:33.518Z | Downloaded dropshot_endpoint v0.16.7 |
| 461 | 2026-08-23T06:09:33.522Z | Downloaded semver v0.1.20 |
| 462 | 2026-08-23T06:09:33.522Z | Downloaded paste v1.0.15 |
| 463 | 2026-08-23T06:09:33.525Z | Downloaded oxnet v0.1.6 |
| 464 | 2026-08-23T06:09:33.525Z | Downloaded oxide-tokio-rt v0.1.2 |
| 465 | 2026-08-23T06:09:33.528Z | Downloaded darling_core v0.21.3 |
| 466 | 2026-08-23T06:09:33.531Z | Downloaded scroll_derive v0.13.1 |
| 467 | 2026-08-23T06:09:33.531Z | Downloaded proc-macro-error2 v2.0.1 |
| 468 | 2026-08-23T06:09:33.536Z | Downloaded ppv-lite86 v0.2.21 |
| 469 | 2026-08-23T06:09:33.536Z | Downloaded scroll_derive v0.12.1 |
| 470 | 2026-08-23T06:09:33.536Z | Downloaded rand_core v0.9.3 |
| 471 | 2026-08-23T06:09:33.539Z | Downloaded rand_core v0.6.4 |
| 472 | 2026-08-23T06:09:33.539Z | Downloaded rand_chacha v0.9.0 |
| 473 | 2026-08-23T06:09:33.539Z | Downloaded icu_provider v2.0.0 |
| 474 | 2026-08-23T06:09:33.543Z | Downloaded serde-big-array v0.5.1 |
| 475 | 2026-08-23T06:09:33.543Z | Downloaded omicron-zone-package v0.12.2 |
| 476 | 2026-08-23T06:09:33.546Z | Downloaded secrecy v0.10.3 |
| 477 | 2026-08-23T06:09:33.546Z | Downloaded progenitor-client v0.11.1 |
| 478 | 2026-08-23T06:09:33.549Z | Downloaded progenitor v0.14.0 |
| 479 | 2026-08-23T06:09:33.549Z | Downloaded progenitor v0.11.1 |
| 480 | 2026-08-23T06:09:33.552Z | Downloaded icu_properties v2.0.1 |
| 481 | 2026-08-23T06:09:33.552Z | Downloaded serde_spanned v0.6.9 |
| 482 | 2026-08-23T06:09:33.556Z | Downloaded postcard v1.1.3 |
| 483 | 2026-08-23T06:09:33.556Z | Downloaded search_path v0.1.4 |
| 484 | 2026-08-23T06:09:33.559Z | Downloaded curl v0.4.50 |
| 485 | 2026-08-23T06:09:33.559Z | Downloaded indexmap v1.9.3 |
| 486 | 2026-08-23T06:09:33.562Z | Downloaded flate2 v1.1.2 |
| 487 | 2026-08-23T06:09:33.565Z | Downloaded resolv-conf v0.7.5 |
| 488 | 2026-08-23T06:09:33.569Z | Downloaded parking_lot_core v0.9.12 |
| 489 | 2026-08-23T06:09:33.569Z | Downloaded phf v0.12.1 |
| 490 | 2026-08-23T06:09:33.569Z | Downloaded serde_repr v0.1.20 |
| 491 | 2026-08-23T06:09:33.572Z | Downloaded serde_plain v1.0.2 |
| 492 | 2026-08-23T06:09:33.572Z | Downloaded pest_meta v2.8.2 |
| 493 | 2026-08-23T06:09:33.583Z | Downloaded ingot-macros v0.1.1 |
| 494 | 2026-08-23T06:09:33.583Z | Downloaded daft-derive v0.1.5 |
| 495 | 2026-08-23T06:09:33.587Z | Downloaded crossbeam-utils v0.8.21 |
| 496 | 2026-08-23T06:09:33.587Z | Downloaded git-stub-vcs v0.1.0 |
| 497 | 2026-08-23T06:09:33.587Z | Downloaded papergrid v0.11.0 |
| 498 | 2026-08-23T06:09:33.587Z | Downloaded quinn-udp v0.5.14 |
| 499 | 2026-08-23T06:09:33.587Z | Downloaded parking_lot v0.12.5 |
| 500 | 2026-08-23T06:09:33.587Z | Downloaded papergrid v0.18.0 |
| 501 | 2026-08-23T06:09:33.591Z | Downloaded sha1 v0.10.6 |
| 502 | 2026-08-23T06:09:33.594Z | Downloaded serde_spanned v1.1.1 |
| 503 | 2026-08-23T06:09:33.594Z | Downloaded sha1 v0.11.0 |
| 504 | 2026-08-23T06:09:33.597Z | Downloaded sigpipe v0.1.3 |
| 505 | 2026-08-23T06:09:33.597Z | Downloaded signal-hook-tokio v0.4.0 |
| 506 | 2026-08-23T06:09:33.597Z | Downloaded serde_urlencoded v0.7.1 |
| 507 | 2026-08-23T06:09:33.601Z | Downloaded scroll v0.12.0 |
| 508 | 2026-08-23T06:09:33.601Z | Downloaded siphasher v1.0.1 |
| 509 | 2026-08-23T06:09:33.604Z | Downloaded pin-project-lite v0.2.16 |
| 510 | 2026-08-23T06:09:33.604Z | Downloaded hickory-resolver v0.24.4 |
| 511 | 2026-08-23T06:09:33.607Z | Downloaded async-compression v0.4.33 |
| 512 | 2026-08-23T06:09:33.611Z | Downloaded rusty-fork v0.3.0 |
| 513 | 2026-08-23T06:09:33.614Z | Downloaded schemars_derive v0.8.22 |
| 514 | 2026-08-23T06:09:33.614Z | Downloaded smawk v0.3.2 |
| 515 | 2026-08-23T06:09:33.617Z | Downloaded rustversion v1.0.22 |
| 516 | 2026-08-23T06:09:33.617Z | Downloaded poly1305 v0.8.0 |
| 517 | 2026-08-23T06:09:33.620Z | Downloaded miniz_oxide v0.8.9 |
| 518 | 2026-08-23T06:09:33.620Z | Downloaded either v1.15.0 |
| 519 | 2026-08-23T06:09:33.624Z | Downloaded slog-bunyan v2.5.0 |
| 520 | 2026-08-23T06:09:33.624Z | Downloaded fixedbitset v0.5.7 |
| 521 | 2026-08-23T06:09:33.627Z | Downloaded memmap v0.7.0 |
| 522 | 2026-08-23T06:09:33.627Z | Downloaded lru-slab v0.1.2 |
| 523 | 2026-08-23T06:09:33.627Z | Downloaded idna_adapter v1.2.1 |
| 524 | 2026-08-23T06:09:33.630Z | Downloaded keccak v0.1.6 |
| 525 | 2026-08-23T06:09:33.630Z | Downloaded clang-sys v1.8.1 |
| 526 | 2026-08-23T06:09:33.630Z | Downloaded num-traits v0.2.19 |
| 527 | 2026-08-23T06:09:33.634Z | Downloaded icu_normalizer_data v2.0.0 |
| 528 | 2026-08-23T06:09:33.637Z | Downloaded strum v0.27.2 |
| 529 | 2026-08-23T06:09:33.637Z | Downloaded structmeta v0.3.0 |
| 530 | 2026-08-23T06:09:33.637Z | Downloaded quote v1.0.45 |
| 531 | 2026-08-23T06:09:33.640Z | Downloaded icu_collections v2.0.0 |
| 532 | 2026-08-23T06:09:33.643Z | Downloaded strum v0.26.3 |
| 533 | 2026-08-23T06:09:33.643Z | Downloaded stable_deref_trait v1.2.0 |
| 534 | 2026-08-23T06:09:33.643Z | Downloaded openssl-sys v0.9.117 |
| 535 | 2026-08-23T06:09:33.647Z | Downloaded serde_tokenstream v0.2.3 |
| 536 | 2026-08-23T06:09:33.650Z | Downloaded strsim v0.11.1 |
| 537 | 2026-08-23T06:09:33.650Z | Downloaded serde_path_to_error v0.1.20 |
| 538 | 2026-08-23T06:09:33.653Z | Downloaded supports-color v3.0.2 |
| 539 | 2026-08-23T06:09:33.653Z | Downloaded strum v0.28.0 |
| 540 | 2026-08-23T06:09:33.653Z | Downloaded subtle v2.6.1 |
| 541 | 2026-08-23T06:09:33.656Z | Downloaded pest_derive v2.8.2 |
| 542 | 2026-08-23T06:09:33.656Z | Downloaded jiff-static v0.2.15 |
| 543 | 2026-08-23T06:09:33.660Z | Downloaded icu_locale_core v2.0.0 |
| 544 | 2026-08-23T06:09:33.663Z | Downloaded darling v0.21.3 |
| 545 | 2026-08-23T06:09:33.666Z | Downloaded ryu v1.0.20 |
| 546 | 2026-08-23T06:09:33.666Z | Downloaded hickory-resolver v0.25.2 |
| 547 | 2026-08-23T06:09:33.669Z | Downloaded getrandom v0.4.2 |
| 548 | 2026-08-23T06:09:33.673Z | Downloaded swrite v0.1.0 |
| 549 | 2026-08-23T06:09:33.673Z | Downloaded tabled_derive v0.7.0 |
| 550 | 2026-08-23T06:09:33.677Z | Downloaded crossbeam-epoch v0.9.18 |
| 551 | 2026-08-23T06:09:33.677Z | Downloaded testing_table v0.3.0 |
| 552 | 2026-08-23T06:09:33.677Z | Downloaded ciborium v0.2.2 |
| 553 | 2026-08-23T06:09:33.680Z | Downloaded bcs v0.1.6 |
| 554 | 2026-08-23T06:09:33.680Z | Downloaded slog-json v2.6.1 |
| 555 | 2026-08-23T06:09:33.680Z | Downloaded sync_wrapper v1.0.2 |
| 556 | 2026-08-23T06:09:33.684Z | Downloaded termtree v0.5.1 |
| 557 | 2026-08-23T06:09:33.684Z | Downloaded take_mut v0.2.2 |
| 558 | 2026-08-23T06:09:33.684Z | Downloaded terminal_size v0.4.3 |
| 559 | 2026-08-23T06:09:33.687Z | Downloaded tagptr v0.2.0 |
| 560 | 2026-08-23T06:09:33.687Z | Downloaded semver v1.0.28 |
| 561 | 2026-08-23T06:09:33.690Z | Downloaded signal-hook-registry v1.4.6 |
| 562 | 2026-08-23T06:09:33.691Z | Downloaded slog-dtrace v0.3.0 |
| 563 | 2026-08-23T06:09:33.691Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 564 | 2026-08-23T06:09:33.694Z | Downloaded shlex v2.0.1 |
| 565 | 2026-08-23T06:09:33.694Z | Downloaded shlex v1.3.0 |
| 566 | 2026-08-23T06:09:33.694Z | Downloaded serde_derive_internals v0.29.1 |
| 567 | 2026-08-23T06:09:33.697Z | Downloaded erased-serde v0.3.31 |
| 568 | 2026-08-23T06:09:33.697Z | Downloaded crossbeam-deque v0.8.6 |
| 569 | 2026-08-23T06:09:33.697Z | Downloaded autocfg v1.5.0 |
| 570 | 2026-08-23T06:09:33.700Z | Downloaded pin-project v1.1.10 |
| 571 | 2026-08-23T06:09:33.705Z | Downloaded thread-id v4.2.2 |
| 572 | 2026-08-23T06:09:33.708Z | Downloaded snafu-derive v0.8.9 |
| 573 | 2026-08-23T06:09:33.708Z | Downloaded smf v0.2.3 |
| 574 | 2026-08-23T06:09:33.708Z | Downloaded thread-id v5.0.0 |
| 575 | 2026-08-23T06:09:33.711Z | Downloaded slog-async v2.8.0 |
| 576 | 2026-08-23T06:09:33.711Z | Downloaded slab v0.4.11 |
| 577 | 2026-08-23T06:09:33.711Z | Downloaded scroll v0.13.0 |
| 578 | 2026-08-23T06:09:33.714Z | Downloaded proc-macro2 v1.0.106 |
| 579 | 2026-08-23T06:09:33.714Z | Downloaded rustls-pemfile v2.2.0 |
| 580 | 2026-08-23T06:09:33.718Z | Downloaded progenitor-impl v0.10.0 |
| 581 | 2026-08-23T06:09:33.718Z | Downloaded progenitor-impl v0.11.1 |
| 582 | 2026-08-23T06:09:33.721Z | Downloaded cipher v0.4.4 |
| 583 | 2026-08-23T06:09:33.721Z | Downloaded strum_macros v0.27.2 |
| 584 | 2026-08-23T06:09:33.724Z | Downloaded time-core v0.1.8 |
| 585 | 2026-08-23T06:09:33.724Z | Downloaded tinyvec_macros v0.1.1 |
| 586 | 2026-08-23T06:09:33.724Z | Downloaded static_assertions v1.1.0 |
| 587 | 2026-08-23T06:09:33.727Z | Downloaded camino-tempfile v1.4.1 |
| 588 | 2026-08-23T06:09:33.728Z | Downloaded async-recursion v1.1.1 |
| 589 | 2026-08-23T06:09:33.731Z | Downloaded tokio-macros v2.7.0 |
| 590 | 2026-08-23T06:09:33.731Z | Downloaded strum_macros v0.28.0 |
| 591 | 2026-08-23T06:09:33.734Z | Downloaded hyper-util v0.1.20 |
| 592 | 2026-08-23T06:09:33.737Z | Downloaded progenitor-impl v0.14.0 |
| 593 | 2026-08-23T06:09:33.737Z | Downloaded structmeta-derive v0.3.0 |
| 594 | 2026-08-23T06:09:33.737Z | Downloaded indexmap v2.14.0 |
| 595 | 2026-08-23T06:09:33.740Z | Downloaded sha2 v0.10.9 |
| 596 | 2026-08-23T06:09:33.744Z | Downloaded schemars v0.8.22 |
| 597 | 2026-08-23T06:09:33.748Z | Downloaded toml_datetime v0.6.11 |
| 598 | 2026-08-23T06:09:33.751Z | Downloaded smallvec v1.15.1 |
| 599 | 2026-08-23T06:09:33.751Z | Downloaded mio v1.2.1 |
| 600 | 2026-08-23T06:09:33.755Z | Downloaded synstructure v0.13.2 |
| 601 | 2026-08-23T06:09:33.755Z | Downloaded strum_macros v0.26.4 |
| 602 | 2026-08-23T06:09:33.758Z | Downloaded minimal-lexical v0.2.1 |
| 603 | 2026-08-23T06:09:33.761Z | Downloaded http v1.4.2 |
| 604 | 2026-08-23T06:09:33.761Z | Downloaded memchr v2.7.5 |
| 605 | 2026-08-23T06:09:33.764Z | Downloaded serde_with_macros v3.14.1 |
| 606 | 2026-08-23T06:09:33.767Z | Downloaded thiserror v2.0.18 |
| 607 | 2026-08-23T06:09:33.771Z | Downloaded toml_write v0.1.2 |
| 608 | 2026-08-23T06:09:33.771Z | Downloaded slog-term v2.9.2 |
| 609 | 2026-08-23T06:09:33.774Z | Downloaded signal-hook v0.4.4 |
| 610 | 2026-08-23T06:09:33.774Z | Downloaded tabwriter v1.4.1 |
| 611 | 2026-08-23T06:09:33.777Z | Downloaded serde_derive v1.0.228 |
| 612 | 2026-08-23T06:09:33.777Z | Downloaded thiserror v1.0.69 |
| 613 | 2026-08-23T06:09:33.780Z | Downloaded spin v0.9.8 |
| 614 | 2026-08-23T06:09:33.783Z | Downloaded tower-layer v0.3.3 |
| 615 | 2026-08-23T06:09:33.784Z | Downloaded topological-sort v0.2.2 |
| 616 | 2026-08-23T06:09:33.784Z | Downloaded tower-service v0.3.3 |
| 617 | 2026-08-23T06:09:33.784Z | Downloaded serde_core v1.0.228 |
| 618 | 2026-08-23T06:09:33.787Z | Downloaded arrayvec v0.7.6 |
| 619 | 2026-08-23T06:09:33.787Z | Downloaded dof v0.3.0 |
| 620 | 2026-08-23T06:09:33.790Z | Downloaded thread_local v1.1.9 |
| 621 | 2026-08-23T06:09:33.790Z | Downloaded expectorate v1.2.0 |
| 622 | 2026-08-23T06:09:33.790Z | Downloaded thiserror-impl v1.0.69 |
| 623 | 2026-08-23T06:09:33.793Z | Downloaded cmake v0.1.54 |
| 624 | 2026-08-23T06:09:33.793Z | Downloaded crypto-common v0.1.6 |
| 625 | 2026-08-23T06:09:33.793Z | Downloaded rustls-pki-types v1.12.0 |
| 626 | 2026-08-23T06:09:33.796Z | Downloaded tokio-native-tls v0.3.1 |
| 627 | 2026-08-23T06:09:33.799Z | Downloaded try-lock v0.2.5 |
| 628 | 2026-08-23T06:09:33.799Z | Downloaded thiserror-no-std v2.0.2 |
| 629 | 2026-08-23T06:09:33.802Z | Downloaded typify-macro v0.6.2 |
| 630 | 2026-08-23T06:09:33.803Z | Downloaded tinystr v0.8.1 |
| 631 | 2026-08-23T06:09:33.803Z | Downloaded unarray v0.1.4 |
| 632 | 2026-08-23T06:09:33.803Z | Downloaded typify-macro v0.4.3 |
| 633 | 2026-08-23T06:09:33.806Z | Downloaded time-macros v0.2.27 |
| 634 | 2026-08-23T06:09:33.806Z | Downloaded quinn v0.11.9 |
| 635 | 2026-08-23T06:09:33.811Z | Downloaded unicode-linebreak v0.1.5 |
| 636 | 2026-08-23T06:09:33.811Z | Downloaded prettyplease v0.2.37 |
| 637 | 2026-08-23T06:09:33.814Z | Downloaded unicode-xid v0.2.6 |
| 638 | 2026-08-23T06:09:33.814Z | Downloaded similar v2.7.0 |
| 639 | 2026-08-23T06:09:33.814Z | Downloaded schemars v0.9.0 |
| 640 | 2026-08-23T06:09:33.820Z | Downloaded untrusted v0.9.0 |
| 641 | 2026-08-23T06:09:33.823Z | Downloaded universal-hash v0.5.1 |
| 642 | 2026-08-23T06:09:33.823Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 643 | 2026-08-23T06:09:33.823Z | Downloaded tokio-rustls v0.25.0 |
| 644 | 2026-08-23T06:09:33.827Z | Downloaded tempfile v3.27.0 |
| 645 | 2026-08-23T06:09:33.827Z | Downloaded hashbrown v0.16.1 |
| 646 | 2026-08-23T06:09:33.830Z | Downloaded rand v0.8.5 |
| 647 | 2026-08-23T06:09:33.833Z | Downloaded rayon-core v1.13.0 |
| 648 | 2026-08-23T06:09:33.836Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 649 | 2026-08-23T06:09:33.836Z | Downloaded qorb v0.4.1 |
| 650 | 2026-08-23T06:09:33.839Z | Downloaded usdt-macro v0.6.0 |
| 651 | 2026-08-23T06:09:33.840Z | Downloaded usdt-attr-macro v0.5.0 |
| 652 | 2026-08-23T06:09:33.840Z | Downloaded untrusted v0.7.1 |
| 653 | 2026-08-23T06:09:33.840Z | Downloaded thiserror-impl v2.0.18 |
| 654 | 2026-08-23T06:09:33.843Z | Downloaded usdt-macro v0.5.0 |
| 655 | 2026-08-23T06:09:33.843Z | Downloaded usdt-attr-macro v0.6.0 |
| 656 | 2026-08-23T06:09:33.843Z | Downloaded usdt v0.5.0 |
| 657 | 2026-08-23T06:09:33.843Z | Downloaded const_format_proc_macros v0.2.34 |
| 658 | 2026-08-23T06:09:33.848Z | Downloaded compression-codecs v0.4.32 |
| 659 | 2026-08-23T06:09:33.848Z | Downloaded cargo_metadata v0.18.1 |
| 660 | 2026-08-23T06:09:33.851Z | Downloaded socket2 v0.5.10 |
| 661 | 2026-08-23T06:09:33.851Z | Downloaded utf8_iter v1.0.4 |
| 662 | 2026-08-23T06:09:33.851Z | Downloaded bytecount v0.6.9 |
| 663 | 2026-08-23T06:09:33.851Z | Downloaded heapless v0.8.0 |
| 664 | 2026-08-23T06:09:33.854Z | Downloaded hashbrown v0.12.3 |
| 665 | 2026-08-23T06:09:33.854Z | Downloaded wait-timeout v0.2.1 |
| 666 | 2026-08-23T06:09:33.857Z | Downloaded want v0.3.1 |
| 667 | 2026-08-23T06:09:33.857Z | Downloaded waitgroup v0.1.2 |
| 668 | 2026-08-23T06:09:33.858Z | Downloaded argon2 v0.5.3 |
| 669 | 2026-08-23T06:09:33.861Z | Downloaded anstyle v1.0.14 |
| 670 | 2026-08-23T06:09:33.861Z | Downloaded cstr-argument v0.1.2 |
| 671 | 2026-08-23T06:09:33.861Z | Downloaded compression-core v0.4.32 |
| 672 | 2026-08-23T06:09:33.861Z | Downloaded futures-executor v0.3.32 |
| 673 | 2026-08-23T06:09:33.864Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 674 | 2026-08-23T06:09:33.864Z | Downloaded crc8 v0.1.1 |
| 675 | 2026-08-23T06:09:33.864Z | Downloaded term v1.2.0 |
| 676 | 2026-08-23T06:09:33.867Z | Downloaded async-stream-impl v0.3.6 |
| 677 | 2026-08-23T06:09:33.867Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 678 | 2026-08-23T06:09:33.867Z | Downloaded atomic-waker v1.1.2 |
| 679 | 2026-08-23T06:09:33.867Z | Downloaded cpufeatures v0.3.0 |
| 680 | 2026-08-23T06:09:33.871Z | Downloaded arrayref v0.3.9 |
| 681 | 2026-08-23T06:09:33.871Z | Downloaded utf8parse v0.2.2 |
| 682 | 2026-08-23T06:09:33.871Z | Downloaded derive-where v1.6.0 |
| 683 | 2026-08-23T06:09:33.874Z | Downloaded cobs v0.3.0 |
| 684 | 2026-08-23T06:09:33.874Z | Downloaded futures-core v0.3.32 |
| 685 | 2026-08-23T06:09:33.874Z | Downloaded foreign-types v0.5.0 |
| 686 | 2026-08-23T06:09:33.877Z | Downloaded ciborium-io v0.2.2 |
| 687 | 2026-08-23T06:09:33.877Z | Downloaded colorchoice v1.0.4 |
| 688 | 2026-08-23T06:09:33.877Z | Downloaded block-buffer v0.10.4 |
| 689 | 2026-08-23T06:09:33.877Z | Downloaded serde_yaml v0.9.34+deprecated |
| 690 | 2026-08-23T06:09:33.881Z | Downloaded defmt-macros v1.0.1 |
| 691 | 2026-08-23T06:09:33.881Z | Downloaded slog v2.8.2 |
| 692 | 2026-08-23T06:09:33.884Z | Downloaded schemars v1.2.0 |
| 693 | 2026-08-23T06:09:33.889Z | Downloaded zerofrom v0.1.6 |
| 694 | 2026-08-23T06:09:33.893Z | Downloaded socket2 v0.6.4 |
| 695 | 2026-08-23T06:09:33.893Z | Downloaded scuffle v0.1.0 |
| 696 | 2026-08-23T06:09:33.896Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 697 | 2026-08-23T06:09:33.896Z | Downloaded tokio-dtrace v0.1.1 |
| 698 | 2026-08-23T06:09:33.899Z | Downloaded xattr v1.6.1 |
| 699 | 2026-08-23T06:09:33.899Z | Downloaded idna v1.1.0 |
| 700 | 2026-08-23T06:09:33.902Z | Downloaded yoke-derive v0.8.0 |
| 701 | 2026-08-23T06:09:33.902Z | Downloaded clap_lex v1.1.0 |
| 702 | 2026-08-23T06:09:33.902Z | Downloaded generic-array v0.14.7 |
| 703 | 2026-08-23T06:09:33.902Z | Downloaded serde v1.0.228 |
| 704 | 2026-08-23T06:09:33.905Z | Downloaded zone_cfg_derive v0.3.1 |
| 705 | 2026-08-23T06:09:33.906Z | Downloaded zone v0.3.1 |
| 706 | 2026-08-23T06:09:33.906Z | Downloaded zeroize_derive v1.4.3 |
| 707 | 2026-08-23T06:09:33.909Z | Downloaded zerofrom-derive v0.1.6 |
| 708 | 2026-08-23T06:09:33.909Z | Downloaded atomicwrites v0.4.4 |
| 709 | 2026-08-23T06:09:33.909Z | Downloaded deranged v0.5.3 |
| 710 | 2026-08-23T06:09:33.909Z | Downloaded tokio-rustls v0.26.4 |
| 711 | 2026-08-23T06:09:33.912Z | Downloaded defmt v1.0.1 |
| 712 | 2026-08-23T06:09:33.912Z | Downloaded tokio-stream v0.1.17 |
| 713 | 2026-08-23T06:09:33.917Z | Downloaded tracing-attributes v0.1.30 |
| 714 | 2026-08-23T06:09:33.921Z | Downloaded snafu v0.8.9 |
| 715 | 2026-08-23T06:09:33.921Z | Downloaded toml v0.8.23 |
| 716 | 2026-08-23T06:09:33.924Z | Downloaded version_check v0.9.5 |
| 717 | 2026-08-23T06:09:33.924Z | Downloaded hyper v1.10.1 |
| 718 | 2026-08-23T06:09:33.927Z | Downloaded whoami v1.6.1 |
| 719 | 2026-08-23T06:09:33.927Z | Downloaded usdt-impl v0.5.0 |
| 720 | 2026-08-23T06:09:33.928Z | Downloaded usdt-impl v0.6.0 |
| 721 | 2026-08-23T06:09:33.931Z | Downloaded walkdir v2.5.0 |
| 722 | 2026-08-23T06:09:33.931Z | Downloaded usdt v0.6.0 |
| 723 | 2026-08-23T06:09:33.931Z | Downloaded tinyvec v1.10.0 |
| 724 | 2026-08-23T06:09:33.934Z | Downloaded data-encoding v2.9.0 |
| 725 | 2026-08-23T06:09:33.934Z | Downloaded ciborium-ll v0.2.2 |
| 726 | 2026-08-23T06:09:33.934Z | Downloaded enum-as-inner v0.6.1 |
| 727 | 2026-08-23T06:09:33.934Z | Downloaded constant_time_eq v0.3.1 |
| 728 | 2026-08-23T06:09:33.937Z | Downloaded block-buffer v0.12.0 |
| 729 | 2026-08-23T06:09:33.937Z | Downloaded icu_properties_data v2.0.1 |
| 730 | 2026-08-23T06:09:33.941Z | Downloaded yoke v0.8.0 |
| 731 | 2026-08-23T06:09:33.944Z | Downloaded base16ct v0.2.0 |
| 732 | 2026-08-23T06:09:33.944Z | Downloaded writeable v0.6.1 |
| 733 | 2026-08-23T06:09:33.947Z | Downloaded zeroize v1.8.1 |
| 734 | 2026-08-23T06:09:33.947Z | Downloaded rand v0.9.3 |
| 735 | 2026-08-23T06:09:33.950Z | Downloaded itertools v0.15.0 |
| 736 | 2026-08-23T06:09:33.954Z | Downloaded test-strategy v0.4.3 |
| 737 | 2026-08-23T06:09:33.954Z | Downloaded itertools v0.14.0 |
| 738 | 2026-08-23T06:09:33.957Z | Downloaded clap_builder v4.6.0 |
| 739 | 2026-08-23T06:09:33.961Z | Downloaded rustls-webpki v0.103.6 |
| 740 | 2026-08-23T06:09:33.964Z | Downloaded textwrap v0.16.2 |
| 741 | 2026-08-23T06:09:33.968Z | Downloaded nom v7.1.3 |
| 742 | 2026-08-23T06:09:33.986Z | Downloaded ucd-trie v0.1.7 |
| 743 | 2026-08-23T06:09:33.989Z | Downloaded tar v0.4.45 |
| 744 | 2026-08-23T06:09:34.002Z | Downloaded tracing-core v0.1.34 |
| 745 | 2026-08-23T06:09:34.006Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 746 | 2026-08-23T06:09:34.009Z | Downloaded typify v0.4.3 |
| 747 | 2026-08-23T06:09:34.009Z | Downloaded toml v0.7.8 |
| 748 | 2026-08-23T06:09:34.012Z | Downloaded aho-corasick v1.1.3 |
| 749 | 2026-08-23T06:09:34.016Z | Downloaded vergen v8.3.2 |
| 750 | 2026-08-23T06:09:34.016Z | Downloaded dropshot-api-manager v0.7.2 |
| 751 | 2026-08-23T06:09:34.020Z | Downloaded hashbrown v0.15.5 |
| 752 | 2026-08-23T06:09:34.029Z | Downloaded vsss-rs v3.3.4 |
| 753 | 2026-08-23T06:09:34.042Z | Downloaded zerocopy-derive v0.7.35 |
| 754 | 2026-08-23T06:09:34.045Z | Downloaded tracing v0.1.41 |
| 755 | 2026-08-23T06:09:34.049Z | Downloaded futures-util v0.3.32 |
| 756 | 2026-08-23T06:09:34.053Z | Downloaded unicode-ident v1.0.24 |
| 757 | 2026-08-23T06:09:34.057Z | Downloaded zmij v1.0.17 |
| 758 | 2026-08-23T06:09:34.057Z | Downloaded zerovec-derive v0.11.1 |
| 759 | 2026-08-23T06:09:34.062Z | Downloaded unsafe-libyaml v0.2.11 |
| 760 | 2026-08-23T06:09:34.062Z | Downloaded steno v0.4.1 |
| 761 | 2026-08-23T06:09:34.062Z | Downloaded itertools v0.12.1 |
| 762 | 2026-08-23T06:09:34.065Z | Downloaded chrono v0.4.45 |
| 763 | 2026-08-23T06:09:34.068Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 764 | 2026-08-23T06:09:34.073Z | Downloaded typify v0.6.2 |
| 765 | 2026-08-23T06:09:34.076Z | Downloaded regex v1.12.4 |
| 766 | 2026-08-23T06:09:34.080Z | Downloaded blake3 v1.8.2 |
| 767 | 2026-08-23T06:09:34.083Z | Downloaded hashbrown v0.17.1 |
| 768 | 2026-08-23T06:09:34.087Z | Downloaded aws-lc-rs v1.16.2 |
| 769 | 2026-08-23T06:09:34.092Z | Downloaded toml_edit v0.22.27 |
| 770 | 2026-08-23T06:09:34.096Z | Downloaded reqwest v0.13.2 |
| 771 | 2026-08-23T06:09:34.099Z | Downloaded reqwest v0.12.23 |
| 772 | 2026-08-23T06:09:34.102Z | Downloaded hkdf v0.12.4 |
| 773 | 2026-08-23T06:09:34.109Z | Downloaded rayon v1.11.0 |
| 774 | 2026-08-23T06:09:34.114Z | Downloaded portable-atomic v1.11.1 |
| 775 | 2026-08-23T06:09:34.117Z | Downloaded h2 v0.4.14 |
| 776 | 2026-08-23T06:09:34.121Z | Downloaded iddqd v0.3.18 |
| 777 | 2026-08-23T06:09:34.126Z | Downloaded libm v0.2.15 |
| 778 | 2026-08-23T06:09:34.130Z | Downloaded iri-string v0.7.8 |
| 779 | 2026-08-23T06:09:34.133Z | Downloaded uuid v1.23.3 |
| 780 | 2026-08-23T06:09:34.136Z | Downloaded pest v2.8.2 |
| 781 | 2026-08-23T06:09:34.140Z | Downloaded serde_json v1.0.150 |
| 782 | 2026-08-23T06:09:34.177Z | Downloaded url v2.5.7 |
| 783 | 2026-08-23T06:09:34.181Z | Downloaded tough v0.20.0 |
| 784 | 2026-08-23T06:09:34.184Z | Downloaded proptest v1.8.0 |
| 785 | 2026-08-23T06:09:34.188Z | Downloaded toml_edit v0.19.15 |
| 786 | 2026-08-23T06:09:34.197Z | Downloaded bindgen v0.72.1 |
| 787 | 2026-08-23T06:09:34.201Z | Downloaded goblin v0.8.2 |
| 788 | 2026-08-23T06:09:34.206Z | Downloaded rustls-webpki v0.102.8 |
| 789 | 2026-08-23T06:09:34.216Z | Downloaded zerotrie v0.2.2 |
| 790 | 2026-08-23T06:09:34.219Z | Downloaded zerocopy-derive v0.8.27 |
| 791 | 2026-08-23T06:09:34.222Z | Downloaded unicode-segmentation v1.12.0 |
| 792 | 2026-08-23T06:09:34.225Z | Downloaded unicode-normalization v0.1.24 |
| 793 | 2026-08-23T06:09:34.225Z | Downloaded iddqd v0.4.5 |
| 794 | 2026-08-23T06:09:34.229Z | Downloaded zerovec v0.11.4 |
| 795 | 2026-08-23T06:09:34.233Z | Downloaded git2 v0.19.0 |
| 796 | 2026-08-23T06:09:34.237Z | Downloaded tower v0.5.2 |
| 797 | 2026-08-23T06:09:34.241Z | Downloaded typenum v1.20.1 |
| 798 | 2026-08-23T06:09:34.245Z | Downloaded curve25519-dalek v4.1.3 |
| 799 | 2026-08-23T06:09:34.249Z | Downloaded quinn-proto v0.11.14 |
| 800 | 2026-08-23T06:09:34.266Z | Downloaded tabled v0.15.0 |
| 801 | 2026-08-23T06:09:34.277Z | Downloaded typed-path v0.9.3 |
| 802 | 2026-08-23T06:09:34.282Z | Downloaded tokio-util v0.7.16 |
| 803 | 2026-08-23T06:09:34.286Z | Downloaded winnow v1.0.3 |
| 804 | 2026-08-23T06:09:34.291Z | Downloaded winnow v0.7.14 |
| 805 | 2026-08-23T06:09:34.305Z | Downloaded tower-http v0.6.8 |
| 806 | 2026-08-23T06:09:34.310Z | Downloaded time v0.3.47 |
| 807 | 2026-08-23T06:09:34.315Z | Downloaded tabled v0.21.0 |
| 808 | 2026-08-23T06:09:34.325Z | Downloaded serde_with v3.14.1 |
| 809 | 2026-08-23T06:09:34.332Z | Downloaded bstr v1.12.0 |
| 810 | 2026-08-23T06:09:34.336Z | Downloaded openssl v0.10.81 |
| 811 | 2026-08-23T06:09:34.342Z | Downloaded goblin v0.10.1 |
| 812 | 2026-08-23T06:09:34.345Z | Downloaded vcpkg v0.2.15 |
| 813 | 2026-08-23T06:09:34.367Z | Downloaded winnow v0.5.40 |
| 814 | 2026-08-23T06:09:34.372Z | Downloaded nix v0.30.1 |
| 815 | 2026-08-23T06:09:34.379Z | Downloaded zerocopy v0.7.35 |
| 816 | 2026-08-23T06:09:34.388Z | Downloaded webpki-roots v1.0.2 |
| 817 | 2026-08-23T06:09:34.402Z | Downloaded moka v0.12.11 |
| 818 | 2026-08-23T06:09:34.408Z | Downloaded regress v0.11.1 |
| 819 | 2026-08-23T06:09:34.413Z | Downloaded regress v0.10.5 |
| 820 | 2026-08-23T06:09:34.454Z | Downloaded syn v1.0.109 |
| 821 | 2026-08-23T06:09:34.465Z | Downloaded rustix v1.1.4 |
| 822 | 2026-08-23T06:09:34.515Z | Downloaded nix v0.31.3 |
| 823 | 2026-08-23T06:09:34.521Z | Downloaded typify-impl v0.6.2 |
| 824 | 2026-08-23T06:09:34.530Z | Downloaded zerocopy v0.8.27 |
| 825 | 2026-08-23T06:09:34.542Z | Downloaded rustls v0.22.4 |
| 826 | 2026-08-23T06:09:34.549Z | Downloaded openapiv3 v2.2.0 |
| 827 | 2026-08-23T06:09:34.555Z | Downloaded hickory-proto v0.24.4 |
| 828 | 2026-08-23T06:09:34.564Z | Downloaded unicode-width v0.1.14 |
| 829 | 2026-08-23T06:09:34.567Z | Downloaded smoltcp v0.11.0 |
| 830 | 2026-08-23T06:09:34.574Z | Downloaded rustix v0.38.44 |
| 831 | 2026-08-23T06:09:34.586Z | Downloaded hickory-proto v0.25.2 |
| 832 | 2026-08-23T06:09:34.594Z | Downloaded rustls v0.23.40 |
| 833 | 2026-08-23T06:09:34.601Z | Downloaded dropshot v0.17.1 |
| 834 | 2026-08-23T06:09:34.613Z | Downloaded regex-syntax v0.8.11 |
| 835 | 2026-08-23T06:09:34.617Z | Downloaded dropshot v0.16.7 |
| 836 | 2026-08-23T06:09:34.629Z | Downloaded regex-automata v0.4.13 |
| 837 | 2026-08-23T06:09:34.638Z | Downloaded unicode-width v0.2.1 |
| 838 | 2026-08-23T06:09:34.641Z | Downloaded syn v2.0.118 |
| 839 | 2026-08-23T06:09:34.649Z | Downloaded typify-impl v0.4.3 |
| 840 | 2026-08-23T06:09:34.667Z | Downloaded jiff v0.2.15 |
| 841 | 2026-08-23T06:09:34.676Z | Downloaded petgraph v0.6.5 |
| 842 | 2026-08-23T06:09:34.695Z | Downloaded chrono-tz v0.10.4 |
| 843 | 2026-08-23T06:09:34.717Z | Downloaded petgraph v0.8.2 |
| 844 | 2026-08-23T06:09:34.728Z | Downloaded libc v0.2.186 |
| 845 | 2026-08-23T06:09:34.747Z | Downloaded libz-sys v1.1.22 |
| 846 | 2026-08-23T06:09:34.759Z | Downloaded csv v1.4.0 |
| 847 | 2026-08-23T06:09:34.771Z | Downloaded sha3 v0.10.8 |
| 848 | 2026-08-23T06:09:34.779Z | Downloaded tokio v1.52.3 |
| 849 | 2026-08-23T06:09:34.852Z | Downloaded encoding_rs v0.8.35 |
| 850 | 2026-08-23T06:09:34.865Z | Downloaded ring v0.17.14 |
| 851 | 2026-08-23T06:09:34.977Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 852 | 2026-08-23T06:09:35.010Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 853 | 2026-08-23T06:09:35.539Z | Downloaded aws-lc-sys v0.39.1 |
| 854 | 2026-08-23T06:09:35.861Z | Compiling proc-macro2 v1.0.106 |
| 855 | 2026-08-23T06:09:35.861Z | Compiling quote v1.0.45 |
| 856 | 2026-08-23T06:09:35.865Z | Compiling unicode-ident v1.0.24 |
| 857 | 2026-08-23T06:09:35.865Z | Compiling serde_core v1.0.228 |
| 858 | 2026-08-23T06:09:35.865Z | Compiling serde v1.0.228 |
| 859 | 2026-08-23T06:09:35.865Z | Compiling libc v0.2.186 |
| 860 | 2026-08-23T06:09:35.865Z | Checking cfg-if v1.0.4 |
| 861 | 2026-08-23T06:09:36.191Z | Compiling zmij v1.0.17 |
| 862 | 2026-08-23T06:09:36.225Z | Compiling autocfg v1.5.0 |
| 863 | 2026-08-23T06:09:36.513Z | Compiling memchr v2.7.5 |
| 864 | 2026-08-23T06:09:36.513Z | Compiling libm v0.2.15 |
| 865 | 2026-08-23T06:09:36.872Z | Compiling getrandom v0.4.2 |
| 866 | 2026-08-23T06:09:36.998Z | Compiling jobserver v0.1.34 |
| 867 | 2026-08-23T06:09:37.020Z | Compiling find-msvc-tools v0.1.9 |
| 868 | 2026-08-23T06:09:37.037Z | Compiling shlex v2.0.1 |
| 869 | 2026-08-23T06:09:37.166Z | Compiling version_check v0.9.5 |
| 870 | 2026-08-23T06:09:37.226Z | Compiling cc v1.2.64 |
| 871 | 2026-08-23T06:09:37.264Z | Compiling thiserror v2.0.18 |
| 872 | 2026-08-23T06:09:37.321Z | Compiling syn v2.0.118 |
| 873 | 2026-08-23T06:09:37.338Z | Checking smallvec v1.15.1 |
| 874 | 2026-08-23T06:09:37.388Z | Checking itoa v1.0.15 |
| 875 | 2026-08-23T06:09:37.456Z | Compiling icu_properties_data v2.0.1 |
| 876 | 2026-08-23T06:09:37.537Z | Compiling icu_normalizer_data v2.0.0 |
| 877 | 2026-08-23T06:09:37.655Z | Compiling parking_lot_core v0.9.12 |
| 878 | 2026-08-23T06:09:37.698Z | Checking stable_deref_trait v1.2.0 |
| 879 | 2026-08-23T06:09:37.781Z | Compiling serde_json v1.0.150 |
| 880 | 2026-08-23T06:09:38.002Z | Compiling heck v0.5.0 |
| 881 | 2026-08-23T06:09:38.040Z | Checking litemap v0.8.0 |
| 882 | 2026-08-23T06:09:38.093Z | Checking writeable v0.6.1 |
| 883 | 2026-08-23T06:09:38.200Z | Compiling num-traits v0.2.19 |
| 884 | 2026-08-23T06:09:38.217Z | Checking percent-encoding v2.3.2 |
| 885 | 2026-08-23T06:09:38.423Z | Checking form_urlencoded v1.2.2 |
| 886 | 2026-08-23T06:09:38.513Z | Checking utf8_iter v1.0.4 |
| 887 | 2026-08-23T06:09:38.551Z | Compiling zerocopy v0.8.27 |
| 888 | 2026-08-23T06:09:38.601Z | Checking pin-project-lite v0.2.16 |
| 889 | 2026-08-23T06:09:38.621Z | Compiling log v0.4.29 |
| 890 | 2026-08-23T06:09:38.636Z | Compiling equivalent v1.0.2 |
| 891 | 2026-08-23T06:09:38.676Z | Compiling semver v1.0.28 |
| 892 | 2026-08-23T06:09:38.696Z | Checking iana-time-zone v0.1.64 |
| 893 | 2026-08-23T06:09:38.725Z | Compiling rustversion v1.0.22 |
| 894 | 2026-08-23T06:09:38.796Z | Checking getrandom v0.2.16 |
| 895 | 2026-08-23T06:09:38.812Z | Checking socket2 v0.6.4 |
| 896 | 2026-08-23T06:09:38.940Z | Checking uuid v1.23.3 |
| 897 | 2026-08-23T06:09:38.972Z | Checking scopeguard v1.2.0 |
| 898 | 2026-08-23T06:09:39.077Z | Checking lock_api v0.4.14 |
| 899 | 2026-08-23T06:09:39.217Z | Checking bitflags v2.11.1 |
| 900 | 2026-08-23T06:09:39.234Z | Checking signal-hook-registry v1.4.6 |
| 901 | 2026-08-23T06:09:39.249Z | Checking mio v1.2.1 |
| 902 | 2026-08-23T06:09:39.276Z | Checking parking_lot v0.12.5 |
| 903 | 2026-08-23T06:09:39.381Z | Compiling schemars v0.8.22 |
| 904 | 2026-08-23T06:09:39.451Z | Checking dyn-clone v1.0.20 |
| 905 | 2026-08-23T06:09:39.484Z | Compiling portable-atomic v1.11.1 |
| 906 | 2026-08-23T06:09:39.553Z | Checking futures-core v0.3.32 |
| 907 | 2026-08-23T06:09:39.642Z | Compiling ring v0.17.14 |
| 908 | 2026-08-23T06:09:39.671Z | Checking critical-section v1.2.0 |
| 909 | 2026-08-23T06:09:39.703Z | Compiling hashbrown v0.17.1 |
| 910 | 2026-08-23T06:09:39.719Z | Compiling httparse v1.10.1 |
| 911 | 2026-08-23T06:09:40.028Z | Compiling regex-syntax v0.8.11 |
| 912 | 2026-08-23T06:09:40.057Z | Compiling synstructure v0.13.2 |
| 913 | 2026-08-23T06:09:40.126Z | Compiling serde_derive_internals v0.29.1 |
| 914 | 2026-08-23T06:09:40.515Z | Compiling indexmap v2.14.0 |
| 915 | 2026-08-23T06:09:40.567Z | Checking once_cell v1.21.3 |
| 916 | 2026-08-23T06:09:40.635Z | Checking subtle v2.6.1 |
| 917 | 2026-08-23T06:09:40.750Z | Checking futures-sink v0.3.32 |
| 918 | 2026-08-23T06:09:40.891Z | Checking slab v0.4.11 |
| 919 | 2026-08-23T06:09:40.929Z | Compiling aho-corasick v1.1.3 |
| 920 | 2026-08-23T06:09:40.990Z | Compiling rustix v1.1.4 |
| 921 | 2026-08-23T06:09:41.054Z | Compiling thiserror v1.0.69 |
| 922 | 2026-08-23T06:09:41.166Z | Checking rand_core v0.6.4 |
| 923 | 2026-08-23T06:09:41.201Z | Checking typenum v1.20.1 |
| 924 | 2026-08-23T06:09:41.329Z | Compiling serde_derive v1.0.228 |
| 925 | 2026-08-23T06:09:41.344Z | Compiling zerofrom-derive v0.1.6 |
| 926 | 2026-08-23T06:09:41.359Z | Compiling yoke-derive v0.8.0 |
| 927 | 2026-08-23T06:09:41.375Z | Compiling zerovec-derive v0.11.1 |
| 928 | 2026-08-23T06:09:41.967Z | Compiling displaydoc v0.2.5 |
| 929 | 2026-08-23T06:09:42.147Z | Compiling thiserror-impl v2.0.18 |
| 930 | 2026-08-23T06:09:42.371Z | Compiling schemars_derive v0.8.22 |
| 931 | 2026-08-23T06:09:42.375Z | Compiling tokio-macros v2.7.0 |
| 932 | 2026-08-23T06:09:42.458Z | Compiling zerocopy-derive v0.8.27 |
| 933 | 2026-08-23T06:09:42.537Z | Checking zerofrom v0.1.6 |
| 934 | 2026-08-23T06:09:42.664Z | Checking yoke v0.8.0 |
| 935 | 2026-08-23T06:09:42.706Z | Compiling futures-macro v0.3.32 |
| 936 | 2026-08-23T06:09:42.842Z | Checking zerovec v0.11.4 |
| 937 | 2026-08-23T06:09:43.112Z | Checking zerotrie v0.2.2 |
| 938 | 2026-08-23T06:09:43.463Z | Compiling zeroize_derive v1.4.3 |
| 939 | 2026-08-23T06:09:43.480Z | Compiling regex-automata v0.4.13 |
| 940 | 2026-08-23T06:09:43.542Z | Checking tinystr v0.8.1 |
| 941 | 2026-08-23T06:09:43.671Z | Checking potential_utf v0.1.3 |
| 942 | 2026-08-23T06:09:43.718Z | Checking icu_locale_core v2.0.0 |
| 943 | 2026-08-23T06:09:43.776Z | Compiling thiserror-impl v1.0.69 |
| 944 | 2026-08-23T06:09:43.799Z | Checking icu_collections v2.0.0 |
| 945 | 2026-08-23T06:09:44.108Z | Checking zeroize v1.8.1 |
| 946 | 2026-08-23T06:09:44.152Z | Checking icu_provider v2.0.0 |
| 947 | 2026-08-23T06:09:44.342Z | Checking bytes v1.12.0 |
| 948 | 2026-08-23T06:09:44.360Z | Checking chrono v0.4.45 |
| 949 | 2026-08-23T06:09:44.392Z | Checking icu_normalizer v2.0.0 |
| 950 | 2026-08-23T06:09:44.576Z | Checking icu_properties v2.0.1 |
| 951 | 2026-08-23T06:09:44.731Z | Compiling serde_tokenstream v0.2.3 |
| 952 | 2026-08-23T06:09:44.785Z | Checking tokio v1.52.3 |
| 953 | 2026-08-23T06:09:45.094Z | Checking futures-channel v0.3.32 |
| 954 | 2026-08-23T06:09:45.266Z | Compiling regex v1.12.4 |
| 955 | 2026-08-23T06:09:45.292Z | Compiling ucd-trie v0.1.7 |
| 956 | 2026-08-23T06:09:45.320Z | Checking futures-io v0.3.32 |
| 957 | 2026-08-23T06:09:45.440Z | Compiling pest v2.8.2 |
| 958 | 2026-08-23T06:09:45.458Z | Checking idna_adapter v1.2.1 |
| 959 | 2026-08-23T06:09:45.525Z | Checking futures-task v0.3.32 |
| 960 | 2026-08-23T06:09:45.587Z | Checking idna v1.1.0 |
| 961 | 2026-08-23T06:09:45.633Z | Compiling pkg-config v0.3.32 |
| 962 | 2026-08-23T06:09:45.664Z | Compiling anyhow v1.0.102 |
| 963 | 2026-08-23T06:09:45.680Z | Checking futures-util v0.3.32 |
| 964 | 2026-08-23T06:09:45.847Z | Checking url v2.5.7 |
| 965 | 2026-08-23T06:09:46.101Z | Compiling tracing-attributes v0.1.30 |
| 966 | 2026-08-23T06:09:46.269Z | Checking tracing-core v0.1.34 |
| 967 | 2026-08-23T06:09:46.291Z | Compiling generic-array v0.14.7 |
| 968 | 2026-08-23T06:09:46.524Z | Compiling pest_meta v2.8.2 |
| 969 | 2026-08-23T06:09:46.575Z | Compiling fnv v1.0.7 |
| 970 | 2026-08-23T06:09:46.682Z | Compiling allocator-api2 v0.2.21 |
| 971 | 2026-08-23T06:09:46.703Z | Compiling foldhash v0.2.0 |
| 972 | 2026-08-23T06:09:46.907Z | Compiling vcpkg v0.2.15 |
| 973 | 2026-08-23T06:09:46.987Z | Compiling hashbrown v0.16.1 |
| 974 | 2026-08-23T06:09:47.107Z | Compiling pest_generator v2.8.2 |
| 975 | 2026-08-23T06:09:47.317Z | Checking tracing v0.1.41 |
| 976 | 2026-08-23T06:09:47.470Z | Checking http v1.4.2 |
| 977 | 2026-08-23T06:09:47.558Z | Compiling getrandom v0.3.3 |
| 978 | 2026-08-23T06:09:47.575Z | Compiling byteorder v1.5.0 |
| 979 | 2026-08-23T06:09:47.817Z | Compiling camino v1.2.3 |
| 980 | 2026-08-23T06:09:47.833Z | Compiling pest_derive v2.8.2 |
| 981 | 2026-08-23T06:09:47.910Z | Checking crypto-common v0.1.6 |
| 982 | 2026-08-23T06:09:47.993Z | Checking errno v0.3.14 |
| 983 | 2026-08-23T06:09:48.030Z | Compiling time-core v0.1.8 |
| 984 | 2026-08-23T06:09:48.034Z | Compiling num-conv v0.2.1 |
| 985 | 2026-08-23T06:09:48.118Z | Checking base64 v0.22.1 |
| 986 | 2026-08-23T06:09:48.186Z | Checking ipnet v2.11.0 |
| 987 | 2026-08-23T06:09:48.202Z | Compiling time-macros v0.2.27 |
| 988 | 2026-08-23T06:09:48.203Z | Checking tokio-util v0.7.16 |
| 989 | 2026-08-23T06:09:48.341Z | Compiling scroll_derive v0.13.1 |
| 990 | 2026-08-23T06:09:48.362Z | Compiling paste v1.0.15 |
| 991 | 2026-08-23T06:09:48.408Z | Checking http-body v1.0.1 |
| 992 | 2026-08-23T06:09:48.424Z | Checking rustls-pki-types v1.12.0 |
| 993 | 2026-08-23T06:09:48.698Z | Checking atomic-waker v1.1.2 |
| 994 | 2026-08-23T06:09:48.801Z | Checking tower-layer v0.3.3 |
| 995 | 2026-08-23T06:09:48.953Z | Checking untrusted v0.9.0 |
| 996 | 2026-08-23T06:09:48.957Z | Checking tower-service v0.3.3 |
| 997 | 2026-08-23T06:09:49.067Z | Checking try-lock v0.2.5 |
| 998 | 2026-08-23T06:09:49.150Z | Checking h2 v0.4.14 |
| 999 | 2026-08-23T06:09:49.175Z | Checking want v0.3.1 |
| 1000 | 2026-08-23T06:09:49.214Z | Checking httpdate v1.0.3 |
| 1001 | 2026-08-23T06:09:49.219Z | Checking ryu v1.0.20 |
| 1002 | 2026-08-23T06:09:49.247Z | Compiling openssl-sys v0.9.117 |
| 1003 | 2026-08-23T06:09:49.295Z | Compiling async-trait v0.1.89 |
| 1004 | 2026-08-23T06:09:49.365Z | Compiling cmake v0.1.54 |
| 1005 | 2026-08-23T06:09:49.369Z | Checking socket2 v0.5.10 |
| 1006 | 2026-08-23T06:09:49.572Z | Compiling crossbeam-utils v0.8.21 |
| 1007 | 2026-08-23T06:09:49.628Z | Checking pretty-hex v0.4.1 |
| 1008 | 2026-08-23T06:09:49.709Z | Compiling strsim v0.11.1 |
| 1009 | 2026-08-23T06:09:49.754Z | Compiling fs_extra v1.3.0 |
| 1010 | 2026-08-23T06:09:49.797Z | Compiling dunce v1.0.5 |
| 1011 | 2026-08-23T06:09:49.969Z | Compiling scroll v0.13.0 |
| 1012 | 2026-08-23T06:09:50.020Z | Checking block-buffer v0.10.4 |
| 1013 | 2026-08-23T06:09:50.037Z | Compiling regress v0.10.5 |
| 1014 | 2026-08-23T06:09:50.041Z | Compiling aws-lc-sys v0.39.1 |
| 1015 | 2026-08-23T06:09:50.041Z | Checking ppv-lite86 v0.2.21 |
| 1016 | 2026-08-23T06:09:50.161Z | Compiling slog v2.8.2 |
| 1017 | 2026-08-23T06:09:50.234Z | Compiling plain v0.2.3 |
| 1018 | 2026-08-23T06:09:50.303Z | Compiling usdt-impl v0.6.0 |
| 1019 | 2026-08-23T06:09:50.351Z | Compiling goblin v0.10.1 |
| 1020 | 2026-08-23T06:09:50.366Z | Checking digest v0.10.7 |
| 1021 | 2026-08-23T06:09:50.431Z | Checking http-body-util v0.1.3 |
| 1022 | 2026-08-23T06:09:50.574Z | Checking ipnetwork v0.21.1 |
| 1023 | 2026-08-23T06:09:50.594Z | Checking erased-serde v0.3.31 |
| 1024 | 2026-08-23T06:09:50.745Z | Compiling ident_case v1.0.1 |
| 1025 | 2026-08-23T06:09:50.875Z | Compiling omicron-workspace-hack v0.1.0 |
| 1026 | 2026-08-23T06:09:50.932Z | Compiling darling_core v0.21.3 |
| 1027 | 2026-08-23T06:09:51.040Z | Checking serde_urlencoded v0.7.1 |
| 1028 | 2026-08-23T06:09:51.091Z | Checking hyper v1.10.1 |
| 1029 | 2026-08-23T06:09:51.127Z | Compiling dtrace-parser v0.3.0 |
| 1030 | 2026-08-23T06:09:51.230Z | Compiling openapiv3 v2.2.0 |
| 1031 | 2026-08-23T06:09:51.247Z | Compiling daft-derive v0.1.5 |
| 1032 | 2026-08-23T06:09:51.734Z | Compiling typify-impl v0.4.3 |
| 1033 | 2026-08-23T06:09:51.962Z | Compiling thread-id v5.0.0 |
| 1034 | 2026-08-23T06:09:52.001Z | Checking hyper-util v0.1.20 |
| 1035 | 2026-08-23T06:09:52.590Z | Compiling aws-lc-rs v1.16.2 |
| 1036 | 2026-08-23T06:09:53.016Z | Compiling dof v0.4.0 |
| 1037 | 2026-08-23T06:09:53.072Z | Compiling darling_macro v0.21.3 |
| 1038 | 2026-08-23T06:09:53.245Z | Checking encoding_rs v0.8.35 |
| 1039 | 2026-08-23T06:09:53.346Z | Checking cpufeatures v0.2.17 |
| 1040 | 2026-08-23T06:09:53.420Z | Checking mime v0.3.17 |
| 1041 | 2026-08-23T06:09:53.617Z | Compiling darling v0.21.3 |
| 1042 | 2026-08-23T06:09:53.773Z | Checking untrusted v0.7.1 |
| 1043 | 2026-08-23T06:09:53.858Z | Compiling slog-async v2.8.0 |
| 1044 | 2026-08-23T06:09:53.931Z | Checking rand_core v0.9.3 |
| 1045 | 2026-08-23T06:09:53.997Z | Checking oxnet v0.1.6 |
| 1046 | 2026-08-23T06:09:54.099Z | Compiling usdt-attr-macro v0.6.0 |
| 1047 | 2026-08-23T06:09:54.189Z | Compiling usdt-macro v0.6.0 |
| 1048 | 2026-08-23T06:09:54.193Z | Compiling structmeta-derive v0.3.0 |
| 1049 | 2026-08-23T06:09:54.256Z | Compiling multer v3.1.0 |
| 1050 | 2026-08-23T06:09:54.376Z | Compiling unsafe-libyaml v0.2.11 |
| 1051 | 2026-08-23T06:09:54.483Z | Compiling rustls v0.23.40 |
| 1052 | 2026-08-23T06:09:54.506Z | Compiling rustls v0.22.4 |
| 1053 | 2026-08-23T06:09:54.993Z | Compiling serde_yaml v0.9.34+deprecated |
| 1054 | 2026-08-23T06:09:55.026Z | Compiling async-stream-impl v0.3.6 |
| 1055 | 2026-08-23T06:09:55.043Z | Checking sync_wrapper v1.0.2 |
| 1056 | 2026-08-23T06:09:55.104Z | Compiling typify-macro v0.4.3 |
| 1057 | 2026-08-23T06:09:55.226Z | Compiling structmeta v0.3.0 |
| 1058 | 2026-08-23T06:09:55.351Z | Checking hex v0.4.3 |
| 1059 | 2026-08-23T06:09:55.431Z | Compiling openssl v0.10.81 |
| 1060 | 2026-08-23T06:09:55.570Z | Checking foreign-types-shared v0.1.1 |
| 1061 | 2026-08-23T06:09:55.641Z | Checking fastrand v2.3.0 |
| 1062 | 2026-08-23T06:09:55.660Z | Checking foreign-types v0.3.2 |
| 1063 | 2026-08-23T06:09:55.725Z | Checking tower v0.5.2 |
| 1064 | 2026-08-23T06:09:55.740Z | Checking rand_chacha v0.9.0 |
| 1065 | 2026-08-23T06:09:55.819Z | Checking tempfile v3.27.0 |
| 1066 | 2026-08-23T06:09:55.929Z | Checking futures-executor v0.3.32 |
| 1067 | 2026-08-23T06:09:56.019Z | Compiling strum_macros v0.26.4 |
| 1068 | 2026-08-23T06:09:56.079Z | Compiling openssl-macros v0.1.1 |
| 1069 | 2026-08-23T06:09:56.096Z | Checking iri-string v0.7.8 |
| 1070 | 2026-08-23T06:09:56.111Z | Checking powerfmt v0.2.0 |
| 1071 | 2026-08-23T06:09:56.259Z | Compiling native-tls v0.2.14 |
| 1072 | 2026-08-23T06:09:56.263Z | Checking openssl-probe v0.1.6 |
| 1073 | 2026-08-23T06:09:56.383Z | Checking deranged v0.5.3 |
| 1074 | 2026-08-23T06:09:56.546Z | Checking futures v0.3.32 |
| 1075 | 2026-08-23T06:09:56.605Z | Compiling typify v0.4.3 |
| 1076 | 2026-08-23T06:09:56.625Z | Checking rand v0.9.3 |
| 1077 | 2026-08-23T06:09:56.698Z | Compiling newtype-uuid-macros v0.1.0 |
| 1078 | 2026-08-23T06:09:57.092Z | Checking tower-http v0.6.8 |
| 1079 | 2026-08-23T06:09:57.118Z | Checking num_threads v0.1.7 |
| 1080 | 2026-08-23T06:09:57.225Z | Compiling ref-cast v1.0.25 |
| 1081 | 2026-08-23T06:09:57.374Z | Compiling ref-cast-impl v1.0.25 |
| 1082 | 2026-08-23T06:09:57.391Z | Checking time v0.3.47 |
| 1083 | 2026-08-23T06:09:57.462Z | Compiling dropshot v0.16.7 |
| 1084 | 2026-08-23T06:09:57.580Z | Checking memmap2 v0.9.8 |
| 1085 | 2026-08-23T06:09:57.596Z | Checking unicode-width v0.2.1 |
| 1086 | 2026-08-23T06:09:57.749Z | Compiling derive-ex v0.1.8 |
| 1087 | 2026-08-23T06:09:57.845Z | Checking crossbeam-channel v0.5.15 |
| 1088 | 2026-08-23T06:09:57.957Z | Checking webpki-roots v1.0.2 |
| 1089 | 2026-08-23T06:09:58.035Z | Compiling dropshot_endpoint v0.16.7 |
| 1090 | 2026-08-23T06:09:58.079Z | Compiling strum_macros v0.27.2 |
| 1091 | 2026-08-23T06:09:58.172Z | Checking winnow v0.7.14 |
| 1092 | 2026-08-23T06:09:58.498Z | Compiling progenitor-impl v0.11.1 |
| 1093 | 2026-08-23T06:09:58.805Z | Checking tokio-native-tls v0.3.1 |
| 1094 | 2026-08-23T06:09:58.967Z | Checking hyper-tls v0.6.0 |
| 1095 | 2026-08-23T06:09:59.303Z | Compiling test-strategy v0.4.3 |
| 1096 | 2026-08-23T06:09:59.386Z | Checking newtype-uuid v1.3.2 |
| 1097 | 2026-08-23T06:09:59.490Z | Checking thread_local v1.1.9 |
| 1098 | 2026-08-23T06:09:59.569Z | Checking winnow v1.0.3 |
| 1099 | 2026-08-23T06:09:59.650Z | Checking daft v0.1.5 |
| 1100 | 2026-08-23T06:09:59.667Z | Compiling serde_with_macros v3.14.1 |
| 1101 | 2026-08-23T06:09:59.845Z | Checking serde_spanned v1.1.1 |
| 1102 | 2026-08-23T06:09:59.862Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1103 | 2026-08-23T06:09:59.878Z | Checking is-terminal v0.4.16 |
| 1104 | 2026-08-23T06:10:00.014Z | Checking match_cfg v0.1.0 |
| 1105 | 2026-08-23T06:10:00.038Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1106 | 2026-08-23T06:10:00.086Z | Checking take_mut v0.2.2 |
| 1107 | 2026-08-23T06:10:00.194Z | Checking either v1.15.0 |
| 1108 | 2026-08-23T06:10:00.220Z | Checking debug-ignore v1.0.5 |
| 1109 | 2026-08-23T06:10:00.244Z | Checking term v1.2.0 |
| 1110 | 2026-08-23T06:10:00.385Z | Checking hostname v0.3.1 |
| 1111 | 2026-08-23T06:10:00.472Z | Checking slog-term v2.9.2 |
| 1112 | 2026-08-23T06:10:00.487Z | Checking slog-json v2.6.1 |
| 1113 | 2026-08-23T06:10:00.603Z | Compiling progenitor-macro v0.11.1 |
| 1114 | 2026-08-23T06:10:00.636Z | Checking spin v0.9.8 |
| 1115 | 2026-08-23T06:10:00.677Z | Compiling syn v1.0.109 |
| 1116 | 2026-08-23T06:10:00.730Z | Checking slog-bunyan v2.5.0 |
| 1117 | 2026-08-23T06:10:00.793Z | Checking usdt v0.6.0 |
| 1118 | 2026-08-23T06:10:00.810Z | Checking async-stream v0.3.6 |
| 1119 | 2026-08-23T06:10:00.844Z | Compiling parse-display-derive v0.10.0 |
| 1120 | 2026-08-23T06:10:00.952Z | Checking rustls-webpki v0.102.8 |
| 1121 | 2026-08-23T06:10:00.969Z | Checking waitgroup v0.1.2 |
| 1122 | 2026-08-23T06:10:01.015Z | Checking rustls-pemfile v2.2.0 |
| 1123 | 2026-08-23T06:10:01.051Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1124 | 2026-08-23T06:10:01.073Z | Checking serde_path_to_error v0.1.20 |
| 1125 | 2026-08-23T06:10:01.160Z | Checking hostname v0.4.2 |
| 1126 | 2026-08-23T06:10:01.264Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1127 | 2026-08-23T06:10:01.341Z | Checking strum v0.26.3 |
| 1128 | 2026-08-23T06:10:01.457Z | Checking rand_chacha v0.3.1 |
| 1129 | 2026-08-23T06:10:01.504Z | Checking macaddr v1.0.1 |
| 1130 | 2026-08-23T06:10:01.579Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1131 | 2026-08-23T06:10:01.652Z | Checking wait-timeout v0.2.1 |
| 1132 | 2026-08-23T06:10:01.689Z | Checking lazy_static v1.5.0 |
| 1133 | 2026-08-23T06:10:01.777Z | Checking bit-vec v0.8.0 |
| 1134 | 2026-08-23T06:10:01.781Z | Checking quick-error v1.2.3 |
| 1135 | 2026-08-23T06:10:01.810Z | Checking toml v0.9.12+spec-1.1.0 |
| 1136 | 2026-08-23T06:10:01.882Z | Checking rusty-fork v0.3.0 |
| 1137 | 2026-08-23T06:10:01.988Z | Checking bit-set v0.8.0 |
| 1138 | 2026-08-23T06:10:02.054Z | Checking rand v0.8.5 |
| 1139 | 2026-08-23T06:10:02.136Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1140 | 2026-08-23T06:10:02.379Z | Checking rand_xorshift v0.4.0 |
| 1141 | 2026-08-23T06:10:02.399Z | Checking sha1 v0.10.6 |
| 1142 | 2026-08-23T06:10:02.503Z | Checking unarray v0.1.4 |
| 1143 | 2026-08-23T06:10:02.598Z | Checking strum v0.27.2 |
| 1144 | 2026-08-23T06:10:02.614Z | Checking proptest v1.8.0 |
| 1145 | 2026-08-23T06:10:02.751Z | Checking tokio-rustls v0.25.0 |
| 1146 | 2026-08-23T06:10:02.777Z | Checking tabwriter v1.4.1 |
| 1147 | 2026-08-23T06:10:02.808Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1148 | 2026-08-23T06:10:02.925Z | Checking colored v3.1.1 |
| 1149 | 2026-08-23T06:10:02.947Z | Checking serde_with v3.14.1 |
| 1150 | 2026-08-23T06:10:03.436Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1151 | 2026-08-23T06:10:03.667Z | Checking instant v0.1.13 |
| 1152 | 2026-08-23T06:10:03.762Z | Checking rustc-hash v2.1.1 |
| 1153 | 2026-08-23T06:10:03.976Z | Checking iddqd v0.3.18 |
| 1154 | 2026-08-23T06:10:04.089Z | Checking backoff v0.4.0 |
| 1155 | 2026-08-23T06:10:04.225Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1156 | 2026-08-23T06:10:04.270Z | Checking parse-display v0.10.0 |
| 1157 | 2026-08-23T06:10:04.287Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1158 | 2026-08-23T06:10:04.397Z | Checking itertools v0.14.0 |
| 1159 | 2026-08-23T06:10:04.416Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1160 | 2026-08-23T06:10:04.751Z | Compiling toml_datetime v0.6.11 |
| 1161 | 2026-08-23T06:10:04.768Z | Compiling clap_derive v4.6.1 |
| 1162 | 2026-08-23T06:10:04.867Z | Checking utf8parse v0.2.2 |
| 1163 | 2026-08-23T06:10:04.979Z | Checking anstyle-parse v1.0.0 |
| 1164 | 2026-08-23T06:10:05.137Z | Checking terminal_size v0.4.3 |
| 1165 | 2026-08-23T06:10:05.312Z | Checking anstyle-query v1.1.4 |
| 1166 | 2026-08-23T06:10:05.359Z | Checking is_terminal_polyfill v1.70.1 |
| 1167 | 2026-08-23T06:10:05.410Z | Checking anstyle v1.0.14 |
| 1168 | 2026-08-23T06:10:05.434Z | Checking colorchoice v1.0.4 |
| 1169 | 2026-08-23T06:10:05.591Z | Checking anstream v1.0.0 |
| 1170 | 2026-08-23T06:10:05.796Z | Checking clap_lex v1.1.0 |
| 1171 | 2026-08-23T06:10:06.005Z | Checking clap_builder v4.6.0 |
| 1172 | 2026-08-23T06:10:07.231Z | Checking clap v4.6.1 |
| 1173 | 2026-08-23T06:10:08.328Z | Compiling num-derive v0.4.2 |
| 1174 | 2026-08-23T06:10:08.873Z | Compiling rustls-webpki v0.103.6 |
| 1175 | 2026-08-23T06:10:09.302Z | Compiling prettyplease v0.2.37 |
| 1176 | 2026-08-23T06:10:11.065Z | Checking crossbeam-epoch v0.9.18 |
| 1177 | 2026-08-23T06:10:11.183Z | Compiling winnow v0.5.40 |
| 1178 | 2026-08-23T06:10:11.290Z | Compiling cfg_aliases v0.2.1 |
| 1179 | 2026-08-23T06:10:11.888Z | Checking serde_spanned v0.6.9 |
| 1180 | 2026-08-23T06:10:12.019Z | Compiling memoffset v0.9.1 |
| 1181 | 2026-08-23T06:10:12.257Z | Compiling tokio-rustls v0.26.4 |
| 1182 | 2026-08-23T06:10:12.513Z | Compiling toml_edit v0.19.15 |
| 1183 | 2026-08-23T06:10:12.668Z | Compiling rayon-core v1.13.0 |
| 1184 | 2026-08-23T06:10:13.631Z | Compiling proc-macro-crate v1.3.1 |
| 1185 | 2026-08-23T06:10:13.825Z | Compiling zerocopy-derive v0.7.35 |
| 1186 | 2026-08-23T06:10:14.432Z | Compiling crc32fast v1.5.0 |
| 1187 | 2026-08-23T06:10:14.720Z | Compiling hyper-rustls v0.27.7 |
| 1188 | 2026-08-23T06:10:15.005Z | Compiling reqwest v0.12.23 |
| 1189 | 2026-08-23T06:10:15.139Z | Checking crossbeam-deque v0.8.6 |
| 1190 | 2026-08-23T06:10:15.461Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1191 | 2026-08-23T06:10:15.836Z | Checking adler2 v2.0.1 |
| 1192 | 2026-08-23T06:10:15.982Z | Checking miniz_oxide v0.8.9 |
| 1193 | 2026-08-23T06:10:16.212Z | Compiling progenitor-client v0.11.1 |
| 1194 | 2026-08-23T06:10:16.485Z | Compiling progenitor v0.11.1 |
| 1195 | 2026-08-23T06:10:17.567Z | Compiling num-integer v0.1.46 |
| 1196 | 2026-08-23T06:10:17.646Z | Compiling proc-macro-error-attr v1.0.4 |
| 1197 | 2026-08-23T06:10:17.828Z | Compiling heapless v0.8.0 |
| 1198 | 2026-08-23T06:10:17.863Z | Compiling heck v0.4.1 |
| 1199 | 2026-08-23T06:10:18.141Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1200 | 2026-08-23T06:10:18.228Z | Checking flate2 v1.1.2 |
| 1201 | 2026-08-23T06:10:18.246Z | Compiling progenitor-client v0.10.0 |
| 1202 | 2026-08-23T06:10:18.778Z | Compiling ingot-macros v0.1.1 |
| 1203 | 2026-08-23T06:10:19.306Z | Checking hash32 v0.3.1 |
| 1204 | 2026-08-23T06:10:19.435Z | Checking hybrid-array v0.4.12 |
| 1205 | 2026-08-23T06:10:19.458Z | Compiling proc-macro-error v1.0.4 |
| 1206 | 2026-08-23T06:10:19.917Z | Compiling smoltcp v0.11.0 |
| 1207 | 2026-08-23T06:10:19.920Z | Checking toml_write v0.1.2 |
| 1208 | 2026-08-23T06:10:19.986Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1209 | 2026-08-23T06:10:20.106Z | Checking toml_edit v0.22.27 |
| 1210 | 2026-08-23T06:10:20.530Z | Checking num-rational v0.4.2 |
| 1211 | 2026-08-23T06:10:20.732Z | Checking num-iter v0.1.45 |
| 1212 | 2026-08-23T06:10:20.849Z | Compiling zerocopy v0.7.35 |
| 1213 | 2026-08-23T06:10:20.931Z | Compiling num_enum_derive v0.7.5 |
| 1214 | 2026-08-23T06:10:21.212Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1215 | 2026-08-23T06:10:21.345Z | Compiling hubpack_derive v0.1.1 |
| 1216 | 2026-08-23T06:10:21.441Z | Checking ingot-types v0.1.2 |
| 1217 | 2026-08-23T06:10:21.467Z | Checking cobs v0.3.0 |
| 1218 | 2026-08-23T06:10:21.543Z | Compiling scroll_derive v0.12.1 |
| 1219 | 2026-08-23T06:10:21.610Z | Compiling foreign-types-macros v0.2.3 |
| 1220 | 2026-08-23T06:10:21.656Z | Compiling num-complex v0.4.6 |
| 1221 | 2026-08-23T06:10:21.853Z | Compiling usdt-impl v0.5.0 |
| 1222 | 2026-08-23T06:10:21.973Z | Compiling crucible-workspace-hack v0.1.0 |
| 1223 | 2026-08-23T06:10:22.040Z | Checking bitflags v1.3.2 |
| 1224 | 2026-08-23T06:10:22.124Z | Checking foreign-types-shared v0.3.1 |
| 1225 | 2026-08-23T06:10:22.127Z | Checking managed v0.8.0 |
| 1226 | 2026-08-23T06:10:22.245Z | Checking foreign-types v0.5.0 |
| 1227 | 2026-08-23T06:10:22.249Z | Checking scroll v0.12.0 |
| 1228 | 2026-08-23T06:10:22.299Z | Checking num v0.4.3 |
| 1229 | 2026-08-23T06:10:22.472Z | Checking num_enum v0.7.5 |
| 1230 | 2026-08-23T06:10:22.488Z | Checking hubpack v0.1.2 |
| 1231 | 2026-08-23T06:10:22.492Z | Checking ingot v0.1.1 |
| 1232 | 2026-08-23T06:10:22.585Z | Checking postcard v1.1.3 |
| 1233 | 2026-08-23T06:10:22.672Z | Compiling dof v0.3.0 |
| 1234 | 2026-08-23T06:10:22.864Z | Checking toml v0.8.23 |
| 1235 | 2026-08-23T06:10:23.288Z | Checking crypto-common v0.2.2 |
| 1236 | 2026-08-23T06:10:23.307Z | Checking block-buffer v0.12.0 |
| 1237 | 2026-08-23T06:10:23.473Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1238 | 2026-08-23T06:10:23.568Z | Compiling dtrace-parser v0.2.0 |
| 1239 | 2026-08-23T06:10:23.757Z | Checking camino-tempfile v1.4.1 |
| 1240 | 2026-08-23T06:10:23.916Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1241 | 2026-08-23T06:10:23.933Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1242 | 2026-08-23T06:10:23.957Z | Checking cstr-argument v0.1.2 |
| 1243 | 2026-08-23T06:10:24.084Z | Compiling thread-id v4.2.2 |
| 1244 | 2026-08-23T06:10:24.128Z | Checking const-oid v0.10.2 |
| 1245 | 2026-08-23T06:10:24.163Z | Checking float-ord v0.3.2 |
| 1246 | 2026-08-23T06:10:24.179Z | Checking compression-core v0.4.32 |
| 1247 | 2026-08-23T06:10:24.268Z | Compiling minimal-lexical v0.2.1 |
| 1248 | 2026-08-23T06:10:24.291Z | Checking static_assertions v1.1.0 |
| 1249 | 2026-08-23T06:10:24.309Z | Checking digest v0.11.3 |
| 1250 | 2026-08-23T06:10:24.324Z | Checking compression-codecs v0.4.32 |
| 1251 | 2026-08-23T06:10:24.461Z | Compiling nom v7.1.3 |
| 1252 | 2026-08-23T06:10:24.494Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1253 | 2026-08-23T06:10:24.510Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1254 | 2026-08-23T06:10:24.528Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1255 | 2026-08-23T06:10:24.728Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1256 | 2026-08-23T06:10:24.836Z | Checking goblin v0.8.2 |
| 1257 | 2026-08-23T06:10:24.977Z | Checking rayon v1.11.0 |
| 1258 | 2026-08-23T06:10:25.256Z | Compiling num_enum_derive v0.5.11 |
| 1259 | 2026-08-23T06:10:25.320Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1260 | 2026-08-23T06:10:25.512Z | Compiling rustc_version v0.4.1 |
| 1261 | 2026-08-23T06:10:25.776Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1262 | 2026-08-23T06:10:25.828Z | Compiling dropshot v0.17.1 |
| 1263 | 2026-08-23T06:10:25.980Z | Compiling convert_case v0.4.0 |
| 1264 | 2026-08-23T06:10:26.049Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1265 | 2026-08-23T06:10:26.066Z | Compiling rustix v0.38.44 |
| 1266 | 2026-08-23T06:10:26.270Z | Checking tinyvec_macros v0.1.1 |
| 1267 | 2026-08-23T06:10:26.274Z | Checking cpufeatures v0.3.0 |
| 1268 | 2026-08-23T06:10:26.303Z | Compiling derive_more v0.99.20 |
| 1269 | 2026-08-23T06:10:26.345Z | Checking tinyvec v1.10.0 |
| 1270 | 2026-08-23T06:10:26.364Z | Checking sha1 v0.11.0 |
| 1271 | 2026-08-23T06:10:26.416Z | Checking num_enum v0.5.11 |
| 1272 | 2026-08-23T06:10:26.554Z | Checking toml v1.1.2+spec-1.1.0 |
| 1273 | 2026-08-23T06:10:26.650Z | Checking async-compression v0.4.33 |
| 1274 | 2026-08-23T06:10:26.681Z | Compiling nix v0.30.1 |
| 1275 | 2026-08-23T06:10:26.856Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1276 | 2026-08-23T06:10:27.064Z | Checking libscf-sys v1.2.0 |
| 1277 | 2026-08-23T06:10:27.173Z | Compiling libz-sys v1.1.22 |
| 1278 | 2026-08-23T06:10:27.202Z | Compiling dropshot_endpoint v0.17.1 |
| 1279 | 2026-08-23T06:10:27.361Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1280 | 2026-08-23T06:10:27.379Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1281 | 2026-08-23T06:10:27.494Z | Checking bytecount v0.6.9 |
| 1282 | 2026-08-23T06:10:27.693Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1283 | 2026-08-23T06:10:27.749Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1284 | 2026-08-23T06:10:28.414Z | Compiling usdt-macro v0.5.0 |
| 1285 | 2026-08-23T06:10:28.509Z | Compiling usdt-attr-macro v0.5.0 |
| 1286 | 2026-08-23T06:10:28.526Z | Compiling zone_cfg_derive v0.3.1 |
| 1287 | 2026-08-23T06:10:28.566Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1288 | 2026-08-23T06:10:28.592Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1289 | 2026-08-23T06:10:28.739Z | Checking itertools v0.12.1 |
| 1290 | 2026-08-23T06:10:28.828Z | Checking sigpipe v0.1.3 |
| 1291 | 2026-08-23T06:10:28.914Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1292 | 2026-08-23T06:10:29.088Z | Checking memmap v0.7.0 |
| 1293 | 2026-08-23T06:10:29.154Z | Checking glob v0.3.3 |
| 1294 | 2026-08-23T06:10:29.180Z | Checking jiff v0.2.15 |
| 1295 | 2026-08-23T06:10:29.222Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1296 | 2026-08-23T06:10:29.239Z | Checking usdt v0.5.0 |
| 1297 | 2026-08-23T06:10:29.333Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1298 | 2026-08-23T06:10:29.401Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1299 | 2026-08-23T06:10:29.604Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1300 | 2026-08-23T06:10:29.620Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1301 | 2026-08-23T06:10:29.650Z | Checking smf v0.2.3 |
| 1302 | 2026-08-23T06:10:29.731Z | Checking zone v0.3.1 |
| 1303 | 2026-08-23T06:10:29.803Z | Checking secrecy v0.10.3 |
| 1304 | 2026-08-23T06:10:29.837Z | Checking bstr v1.12.0 |
| 1305 | 2026-08-23T06:10:29.872Z | Checking whoami v1.6.1 |
| 1306 | 2026-08-23T06:10:30.081Z | Compiling curve25519-dalek v4.1.3 |
| 1307 | 2026-08-23T06:10:30.098Z | Checking hmac v0.12.1 |
| 1308 | 2026-08-23T06:10:30.130Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1309 | 2026-08-23T06:10:30.218Z | Checking inout v0.1.4 |
| 1310 | 2026-08-23T06:10:30.235Z | Checking ff v0.13.1 |
| 1311 | 2026-08-23T06:10:30.308Z | Compiling clang-sys v1.8.1 |
| 1312 | 2026-08-23T06:10:30.353Z | Compiling enum-as-inner v0.6.1 |
| 1313 | 2026-08-23T06:10:30.370Z | Checking data-encoding v2.9.0 |
| 1314 | 2026-08-23T06:10:30.373Z | Compiling semver v0.1.20 |
| 1315 | 2026-08-23T06:10:30.484Z | Checking group v0.13.0 |
| 1316 | 2026-08-23T06:10:30.596Z | Compiling rustc_version v0.1.7 |
| 1317 | 2026-08-23T06:10:30.671Z | Checking cipher v0.4.4 |
| 1318 | 2026-08-23T06:10:30.674Z | Checking hkdf v0.12.4 |
| 1319 | 2026-08-23T06:10:30.699Z | Checking atomicwrites v0.4.4 |
| 1320 | 2026-08-23T06:10:30.774Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1321 | 2026-08-23T06:10:30.796Z | Checking universal-hash v0.5.1 |
| 1322 | 2026-08-23T06:10:30.827Z | Checking crypto-bigint v0.5.5 |
| 1323 | 2026-08-23T06:10:30.849Z | Compiling regress v0.11.1 |
| 1324 | 2026-08-23T06:10:30.897Z | Checking half v2.7.1 |
| 1325 | 2026-08-23T06:10:30.921Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1326 | 2026-08-23T06:10:31.152Z | Checking indent_write v2.2.0 |
| 1327 | 2026-08-23T06:10:31.286Z | Checking base16ct v0.2.0 |
| 1328 | 2026-08-23T06:10:31.411Z | Checking ciborium-io v0.2.2 |
| 1329 | 2026-08-23T06:10:31.508Z | Checking base64ct v1.8.0 |
| 1330 | 2026-08-23T06:10:31.592Z | Checking opaque-debug v0.3.1 |
| 1331 | 2026-08-23T06:10:31.667Z | Checking poly1305 v0.8.0 |
| 1332 | 2026-08-23T06:10:31.693Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1333 | 2026-08-23T06:10:31.743Z | Checking password-hash v0.5.0 |
| 1334 | 2026-08-23T06:10:31.846Z | Checking thiserror-no-std v2.0.2 |
| 1335 | 2026-08-23T06:10:31.863Z | Checking elliptic-curve v0.13.8 |
| 1336 | 2026-08-23T06:10:31.897Z | Checking ciborium-ll v0.2.2 |
| 1337 | 2026-08-23T06:10:31.936Z | Checking chacha20 v0.9.1 |
| 1338 | 2026-08-23T06:10:31.976Z | Compiling newtype_derive v0.1.6 |
| 1339 | 2026-08-23T06:10:32.069Z | Checking similar v2.7.0 |
| 1340 | 2026-08-23T06:10:32.108Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1341 | 2026-08-23T06:10:32.123Z | Compiling nix v0.31.3 |
| 1342 | 2026-08-23T06:10:32.204Z | Checking blake2 v0.10.6 |
| 1343 | 2026-08-23T06:10:32.359Z | Compiling typify-impl v0.6.2 |
| 1344 | 2026-08-23T06:10:32.398Z | Checking aead v0.5.2 |
| 1345 | 2026-08-23T06:10:32.425Z | Compiling libloading v0.8.9 |
| 1346 | 2026-08-23T06:10:32.513Z | Checking resolv-conf v0.7.5 |
| 1347 | 2026-08-23T06:10:32.540Z | Compiling bindgen v0.72.1 |
| 1348 | 2026-08-23T06:10:32.567Z | Checking linked-hash-map v0.5.6 |
| 1349 | 2026-08-23T06:10:32.628Z | Checking keccak v0.1.6 |
| 1350 | 2026-08-23T06:10:32.705Z | Compiling owo-colors v4.3.0 |
| 1351 | 2026-08-23T06:10:32.743Z | Checking lru-cache v0.1.2 |
| 1352 | 2026-08-23T06:10:32.792Z | Checking sha3 v0.10.8 |
| 1353 | 2026-08-23T06:10:32.875Z | Checking vsss-rs v3.3.4 |
| 1354 | 2026-08-23T06:10:32.993Z | Checking chacha20poly1305 v0.10.1 |
| 1355 | 2026-08-23T06:10:33.122Z | Checking argon2 v0.5.3 |
| 1356 | 2026-08-23T06:10:33.190Z | Checking ciborium v0.2.2 |
| 1357 | 2026-08-23T06:10:33.425Z | Checking hickory-proto v0.24.4 |
| 1358 | 2026-08-23T06:10:33.464Z | Checking tokio-dtrace v0.1.1 |
| 1359 | 2026-08-23T06:10:33.641Z | Checking papergrid v0.18.0 |
| 1360 | 2026-08-23T06:10:33.658Z | Compiling cexpr v0.6.0 |
| 1361 | 2026-08-23T06:10:33.870Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1362 | 2026-08-23T06:10:33.957Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1363 | 2026-08-23T06:10:34.225Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1364 | 2026-08-23T06:10:34.401Z | Checking serde-big-array v0.5.1 |
| 1365 | 2026-08-23T06:10:34.462Z | Compiling derive-where v1.6.0 |
| 1366 | 2026-08-23T06:10:34.544Z | Compiling serde_repr v0.1.20 |
| 1367 | 2026-08-23T06:10:34.723Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1368 | 2026-08-23T06:10:35.003Z | Checking siphasher v1.0.1 |
| 1369 | 2026-08-23T06:10:35.019Z | Checking unicode-segmentation v1.12.0 |
| 1370 | 2026-08-23T06:10:35.114Z | Compiling shlex v1.3.0 |
| 1371 | 2026-08-23T06:10:35.167Z | Checking same-file v1.0.6 |
| 1372 | 2026-08-23T06:10:35.184Z | Checking phf_shared v0.12.1 |
| 1373 | 2026-08-23T06:10:35.294Z | Checking walkdir v2.5.0 |
| 1374 | 2026-08-23T06:10:35.333Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1375 | 2026-08-23T06:10:35.365Z | Checking newline-converter v0.3.0 |
| 1376 | 2026-08-23T06:10:35.482Z | Checking hickory-resolver v0.24.4 |
| 1377 | 2026-08-23T06:10:35.514Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1378 | 2026-08-23T06:10:35.714Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1379 | 2026-08-23T06:10:35.871Z | Checking tabled v0.21.0 |
| 1380 | 2026-08-23T06:10:35.875Z | Compiling typify-macro v0.6.2 |
| 1381 | 2026-08-23T06:10:36.171Z | Checking oxide-tokio-rt v0.1.2 |
| 1382 | 2026-08-23T06:10:36.323Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1383 | 2026-08-23T06:10:36.954Z | Checking itertools v0.15.0 |
| 1384 | 2026-08-23T06:10:37.052Z | Checking console v0.15.11 |
| 1385 | 2026-08-23T06:10:37.108Z | Compiling progenitor-impl v0.10.0 |
| 1386 | 2026-08-23T06:10:37.199Z | Checking tokio-stream v0.1.17 |
| 1387 | 2026-08-23T06:10:37.332Z | Compiling pin-project-internal v1.1.10 |
| 1388 | 2026-08-23T06:10:37.405Z | Compiling slog-dtrace v0.3.0 |
| 1389 | 2026-08-23T06:10:37.552Z | Checking csv-core v0.1.12 |
| 1390 | 2026-08-23T06:10:37.574Z | Compiling cancel-safe-futures v0.1.5 |
| 1391 | 2026-08-23T06:10:37.640Z | Compiling chrono-tz v0.10.4 |
| 1392 | 2026-08-23T06:10:37.733Z | Compiling unicode-xid v0.2.6 |
| 1393 | 2026-08-23T06:10:37.822Z | Checking swrite v0.1.0 |
| 1394 | 2026-08-23T06:10:37.860Z | Checking smawk v0.3.2 |
| 1395 | 2026-08-23T06:10:37.863Z | Checking unicode-linebreak v0.1.5 |
| 1396 | 2026-08-23T06:10:37.918Z | Checking unicode-width v0.1.14 |
| 1397 | 2026-08-23T06:10:38.045Z | Checking foldhash v0.1.5 |
| 1398 | 2026-08-23T06:10:38.076Z | Checking textwrap v0.16.2 |
| 1399 | 2026-08-23T06:10:38.188Z | Checking hashbrown v0.15.5 |
| 1400 | 2026-08-23T06:10:38.296Z | Compiling const_format_proc_macros v0.2.34 |
| 1401 | 2026-08-23T06:10:38.400Z | Checking pin-project v1.1.10 |
| 1402 | 2026-08-23T06:10:38.554Z | Checking csv v1.4.0 |
| 1403 | 2026-08-23T06:10:38.710Z | Checking qorb v0.4.1 |
| 1404 | 2026-08-23T06:10:38.935Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1405 | 2026-08-23T06:10:39.085Z | Checking expectorate v1.2.0 |
| 1406 | 2026-08-23T06:10:39.110Z | Checking phf v0.12.1 |
| 1407 | 2026-08-23T06:10:39.155Z | Compiling progenitor-macro v0.10.0 |
| 1408 | 2026-08-23T06:10:39.214Z | Checking unicode-normalization v0.1.24 |
| 1409 | 2026-08-23T06:10:39.256Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1410 | 2026-08-23T06:10:39.624Z | Compiling snafu-derive v0.8.9 |
| 1411 | 2026-08-23T06:10:39.924Z | Checking libsw-core v0.3.2 |
| 1412 | 2026-08-23T06:10:39.960Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1413 | 2026-08-23T06:10:40.097Z | Compiling async-recursion v1.1.1 |
| 1414 | 2026-08-23T06:10:40.396Z | Compiling cookie v0.18.1 |
| 1415 | 2026-08-23T06:10:40.431Z | Checking fixedbitset v0.4.2 |
| 1416 | 2026-08-23T06:10:40.589Z | Compiling moka v0.12.11 |
| 1417 | 2026-08-23T06:10:40.592Z | Checking fixedbitset v0.5.7 |
| 1418 | 2026-08-23T06:10:40.782Z | Checking highway v1.3.0 |
| 1419 | 2026-08-23T06:10:40.814Z | Checking petgraph v0.8.2 |
| 1420 | 2026-08-23T06:10:40.923Z | Checking petgraph v0.6.5 |
| 1421 | 2026-08-23T06:10:41.013Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1422 | 2026-08-23T06:10:41.385Z | Checking snafu v0.8.9 |
| 1423 | 2026-08-23T06:10:41.630Z | Checking libsw v3.5.0 |
| 1424 | 2026-08-23T06:10:41.810Z | Checking olpc-cjson v0.1.4 |
| 1425 | 2026-08-23T06:10:41.951Z | Checking const_format v0.2.34 |
| 1426 | 2026-08-23T06:10:42.137Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1427 | 2026-08-23T06:10:42.372Z | Checking papergrid v0.11.0 |
| 1428 | 2026-08-23T06:10:42.403Z | Compiling typify v0.6.2 |
| 1429 | 2026-08-23T06:10:42.421Z | Checking globset v0.4.16 |
| 1430 | 2026-08-23T06:10:42.500Z | Checking gethostname v0.5.0 |
| 1431 | 2026-08-23T06:10:42.527Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1432 | 2026-08-23T06:10:42.666Z | Compiling tabled_derive v0.7.0 |
| 1433 | 2026-08-23T06:10:42.706Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1434 | 2026-08-23T06:10:42.977Z | Checking reqwest v0.13.2 |
| 1435 | 2026-08-23T06:10:43.013Z | Checking bcs v0.1.6 |
| 1436 | 2026-08-23T06:10:43.035Z | Checking pem v3.0.5 |
| 1437 | 2026-08-23T06:10:43.197Z | Checking serde_plain v1.0.2 |
| 1438 | 2026-08-23T06:10:43.244Z | Checking typed-path v0.9.3 |
| 1439 | 2026-08-23T06:10:43.344Z | Checking progenitor v0.10.0 |
| 1440 | 2026-08-23T06:10:43.361Z | Checking crc8 v0.1.1 |
| 1441 | 2026-08-23T06:10:43.460Z | Checking humantime v2.3.0 |
| 1442 | 2026-08-23T06:10:43.482Z | Compiling signal-hook v0.4.4 |
| 1443 | 2026-08-23T06:10:43.517Z | Checking tagptr v0.2.0 |
| 1444 | 2026-08-23T06:10:43.604Z | Checking linear-map v1.2.0 |
| 1445 | 2026-08-23T06:10:43.645Z | Checking termtree v0.5.1 |
| 1446 | 2026-08-23T06:10:43.723Z | Checking tabled v0.15.0 |
| 1447 | 2026-08-23T06:10:43.774Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1448 | 2026-08-23T06:10:43.791Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-08-23T06:10:44.000Z | Checking tough v0.20.0 |
| 1450 | 2026-08-23T06:10:44.277Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1451 | 2026-08-23T06:10:44.446Z | Compiling progenitor-impl v0.14.0 |
| 1452 | 2026-08-23T06:10:44.970Z | Checking steno v0.4.1 |
| 1453 | 2026-08-23T06:10:45.244Z | Checking hickory-proto v0.25.2 |
| 1454 | 2026-08-23T06:10:45.939Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1455 | 2026-08-23T06:10:45.943Z | Compiling cargo-platform v0.1.9 |
| 1456 | 2026-08-23T06:10:45.974Z | Compiling vergen v8.3.2 |
| 1457 | 2026-08-23T06:10:46.185Z | Compiling fs-err v3.1.2 |
| 1458 | 2026-08-23T06:10:46.202Z | Compiling cargo_metadata v0.18.1 |
| 1459 | 2026-08-23T06:10:46.527Z | Checking progenitor-client v0.14.0 |
| 1460 | 2026-08-23T06:10:46.560Z | Checking dropshot-api-manager-types v0.7.2 |
| 1461 | 2026-08-23T06:10:46.577Z | Compiling progenitor-macro v0.14.0 |
| 1462 | 2026-08-23T06:10:46.726Z | Checking sha2 v0.10.9 |
| 1463 | 2026-08-23T06:10:46.745Z | Compiling blake3 v1.8.2 |
| 1464 | 2026-08-23T06:10:46.981Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1465 | 2026-08-23T06:10:47.114Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1466 | 2026-08-23T06:10:47.131Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1467 | 2026-08-23T06:10:47.295Z | Checking hickory-resolver v0.25.2 |
| 1468 | 2026-08-23T06:10:47.662Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1469 | 2026-08-23T06:10:48.196Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1470 | 2026-08-23T06:10:48.434Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-08-23T06:10:48.521Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-08-23T06:10:48.857Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-08-23T06:10:48.975Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-08-23T06:10:49.015Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-08-23T06:10:49.069Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1476 | 2026-08-23T06:10:49.322Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1477 | 2026-08-23T06:10:49.749Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-08-23T06:10:50.098Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1479 | 2026-08-23T06:10:50.167Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-08-23T06:10:50.199Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1481 | 2026-08-23T06:10:50.216Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1482 | 2026-08-23T06:10:50.712Z | Checking progenitor v0.14.0 |
| 1483 | 2026-08-23T06:10:50.960Z | Checking git-stub v1.0.0 |
| 1484 | 2026-08-23T06:10:51.123Z | Compiling strum_macros v0.28.0 |
| 1485 | 2026-08-23T06:10:51.301Z | Checking filetime v0.2.26 |
| 1486 | 2026-08-23T06:10:51.426Z | Checking arrayref v0.3.9 |
| 1487 | 2026-08-23T06:10:51.445Z | Checking xattr v1.6.1 |
| 1488 | 2026-08-23T06:10:51.506Z | Checking constant_time_eq v0.3.1 |
| 1489 | 2026-08-23T06:10:51.524Z | Checking arrayvec v0.7.6 |
| 1490 | 2026-08-23T06:10:51.574Z | Compiling curl v0.4.50 |
| 1491 | 2026-08-23T06:10:51.603Z | Checking is_ci v1.2.0 |
| 1492 | 2026-08-23T06:10:51.708Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1493 | 2026-08-23T06:10:51.849Z | Checking supports-color v3.0.2 |
| 1494 | 2026-08-23T06:10:51.961Z | Checking tar v0.4.45 |
| 1495 | 2026-08-23T06:10:52.021Z | Checking git-stub-vcs v0.1.0 |
| 1496 | 2026-08-23T06:10:52.340Z | Checking toml v0.7.8 |
| 1497 | 2026-08-23T06:10:52.533Z | Checking drift v0.2.0 |
| 1498 | 2026-08-23T06:10:52.579Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1499 | 2026-08-23T06:10:52.647Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1500 | 2026-08-23T06:10:52.813Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1501 | 2026-08-23T06:10:52.845Z | Checking kstat-rs v0.2.4 |
| 1502 | 2026-08-23T06:10:52.914Z | Checking strum v0.28.0 |
| 1503 | 2026-08-23T06:10:53.032Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1504 | 2026-08-23T06:10:53.035Z | Checking topological-sort v0.2.2 |
| 1505 | 2026-08-23T06:10:53.189Z | Checking omicron-zone-package v0.12.2 |
| 1506 | 2026-08-23T06:10:53.280Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1507 | 2026-08-23T06:10:53.434Z | Checking dropshot-api-manager v0.7.2 |
| 1508 | 2026-08-23T06:10:53.526Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1509 | 2026-08-23T06:10:53.639Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1510 | 2026-08-23T06:10:53.929Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1511 | 2026-08-23T06:10:54.479Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1512 | 2026-08-23T06:10:54.798Z | Checking signal-hook-tokio v0.4.0 |
| 1513 | 2026-08-23T06:10:54.901Z | Checking scuffle v0.1.0 |
| 1514 | 2026-08-23T06:10:54.971Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1515 | 2026-08-23T06:10:55.402Z | Checking iddqd v0.4.5 |
| 1516 | 2026-08-23T06:10:55.428Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1517 | 2026-08-23T06:10:55.486Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1518 | 2026-08-23T06:10:55.684Z | Checking internet-checksum v0.2.1 |
| 1519 | 2026-08-23T06:10:55.763Z | Checking search_path v0.1.4 |
| 1520 | 2026-08-23T06:10:55.808Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1521 | 2026-08-23T06:10:55.886Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1522 | 2026-08-23T06:10:55.902Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1523 | 2026-08-23T06:10:56.031Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1524 | 2026-08-23T06:10:56.034Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1525 | 2026-08-23T06:10:56.390Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1526 | 2026-08-23T06:10:58.327Z | Compiling git2 v0.19.0 |
| 1527 | 2026-08-23T06:11:00.672Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1528 | 2026-08-23T06:11:01.672Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1529 | 2026-08-23T06:11:07.529Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1530 | 2026-08-23T06:11:08.820Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1531 | 2026-08-23T06:11:13.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
| 1532 | 2026-08-23T06:11:14.127Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1533 | 2026-08-23T06:11:14.127Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1534 | 2026-08-23T06:11:14.620Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1535 | 2026-08-23T06:11:14.623Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1536 | 2026-08-23T06:11:14.697Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1537 | 2026-08-23T06:11:14.698Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1538 | 2026-08-23T06:11:22.008Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1539 | 2026-08-23T06:11:22.011Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1540 | 2026-08-23T06:11:24.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.54s |
| 1541 | 2026-08-23T06:11:24.860Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1542 | 2026-08-23T06:11:24.860Z | + cargo clippy --features softnpu -- --deny warnings |
| 1543 | 2026-08-23T06:11:25.172Z | Downloading crates ... |
| 1544 | 2026-08-23T06:11:25.321Z | Downloaded libloading v0.7.4 |
| 1545 | 2026-08-23T06:11:25.324Z | Downloaded ascii v1.1.0 |
| 1546 | 2026-08-23T06:11:25.327Z | Downloaded wyz v0.5.1 |
| 1547 | 2026-08-23T06:11:25.327Z | Downloaded radium v0.7.0 |
| 1548 | 2026-08-23T06:11:25.327Z | Downloaded bitstruct v0.1.1 |
| 1549 | 2026-08-23T06:11:25.327Z | Downloaded funty v2.0.0 |
| 1550 | 2026-08-23T06:11:25.330Z | Downloaded tap v1.0.1 |
| 1551 | 2026-08-23T06:11:25.333Z | Downloaded erased-serde v0.4.8 |
| 1552 | 2026-08-23T06:11:25.336Z | Downloaded typeid v1.0.3 |
| 1553 | 2026-08-23T06:11:25.339Z | Downloaded serde_arrays v0.1.0 |
| 1554 | 2026-08-23T06:11:25.339Z | Downloaded bitstruct_derive v0.1.0 |
| 1555 | 2026-08-23T06:11:25.347Z | Downloaded bitvec v1.0.1 |
| 1556 | 2026-08-23T06:11:25.355Z | Downloaded num-bigint v0.4.6 |
| 1557 | 2026-08-23T06:11:25.477Z | Checking num-integer v0.1.46 |
| 1558 | 2026-08-23T06:11:25.555Z | Checking num-complex v0.4.6 |
| 1559 | 2026-08-23T06:11:25.567Z | Compiling radium v0.7.0 |
| 1560 | 2026-08-23T06:11:25.574Z | Checking tap v1.0.1 |
| 1561 | 2026-08-23T06:11:25.581Z | Checking funty v2.0.0 |
| 1562 | 2026-08-23T06:11:25.588Z | Compiling typeid v1.0.3 |
| 1563 | 2026-08-23T06:11:25.591Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1564 | 2026-08-23T06:11:25.601Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1565 | 2026-08-23T06:11:25.660Z | Checking wyz v0.5.1 |
| 1566 | 2026-08-23T06:11:25.753Z | Checking num-bigint v0.4.6 |
| 1567 | 2026-08-23T06:11:25.761Z | Checking num-iter v0.1.45 |
| 1568 | 2026-08-23T06:11:25.803Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1569 | 2026-08-23T06:11:25.825Z | Compiling erased-serde v0.4.8 |
| 1570 | 2026-08-23T06:11:25.869Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1571 | 2026-08-23T06:11:25.884Z | Compiling bitstruct_derive v0.1.0 |
| 1572 | 2026-08-23T06:11:25.905Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-08-23T06:11:25.951Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-08-23T06:11:25.999Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-08-23T06:11:26.008Z | Checking bitvec v1.0.1 |
| 1576 | 2026-08-23T06:11:26.011Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-08-23T06:11:26.011Z | Checking ascii v1.1.0 |
| 1578 | 2026-08-23T06:11:26.072Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1579 | 2026-08-23T06:11:26.111Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1580 | 2026-08-23T06:11:26.186Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1581 | 2026-08-23T06:11:26.213Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-08-23T06:11:26.227Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1583 | 2026-08-23T06:11:26.236Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1584 | 2026-08-23T06:11:26.479Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1585 | 2026-08-23T06:11:26.507Z | Checking serde_arrays v0.1.0 |
| 1586 | 2026-08-23T06:11:26.523Z | Checking bitstruct v0.1.1 |
| 1587 | 2026-08-23T06:11:26.563Z | Checking num-rational v0.4.2 |
| 1588 | 2026-08-23T06:11:26.600Z | Checking libloading v0.7.4 |
| 1589 | 2026-08-23T06:11:26.609Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1590 | 2026-08-23T06:11:26.831Z | Checking num v0.4.3 |
| 1591 | 2026-08-23T06:11:26.898Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1592 | 2026-08-23T06:11:27.447Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1593 | 2026-08-23T06:11:27.750Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1594 | 2026-08-23T06:11:27.750Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1595 | 2026-08-23T06:11:27.942Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1596 | 2026-08-23T06:11:28.113Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1597 | 2026-08-23T06:11:28.113Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1598 | 2026-08-23T06:11:28.575Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-08-23T06:11:28.787Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-08-23T06:11:28.791Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1601 | 2026-08-23T06:11:28.791Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1602 | 2026-08-23T06:11:28.791Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1603 | 2026-08-23T06:11:29.567Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1604 | 2026-08-23T06:11:30.401Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1605 | 2026-08-23T06:11:34.526Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1606 | 2026-08-23T06:11:34.646Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1607 | 2026-08-23T06:11:41.041Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-08-23T06:11:42.302Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1609 | 2026-08-23T06:11:42.833Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1610 | 2026-08-23T06:11:47.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.34s |
| 1611 | 2026-08-23T06:11:47.401Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1612 | 2026-08-23T06:11:47.401Z | + cargo clippy --features chaos -- --deny warnings |
| 1613 | 2026-08-23T06:11:47.890Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1614 | 2026-08-23T06:11:47.894Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1615 | 2026-08-23T06:11:47.894Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1616 | 2026-08-23T06:11:55.264Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1617 | 2026-08-23T06:11:55.264Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1618 | 2026-08-23T06:11:57.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.44s |
| 1619 | 2026-08-23T06:11:58.029Z | + banner fmt |
| 1620 | 2026-08-23T06:11:58.034Z | |
| 1621 | 2026-08-23T06:11:58.034Z | ###### # # ##### |
| 1622 | 2026-08-23T06:11:58.034Z | # ## ## # |
| 1623 | 2026-08-23T06:11:58.034Z | ##### # ## # # |
| 1624 | 2026-08-23T06:11:58.035Z | # # # # |
| 1625 | 2026-08-23T06:11:58.035Z | # # # # |
| 1626 | 2026-08-23T06:11:58.035Z | # # # # |
| 1627 | 2026-08-23T06:11:58.035Z | |
| 1628 | 2026-08-23T06:11:58.035Z | + cargo fmt -- --check |
| 1629 | 2026-08-23T06:11:58.487Z | + banner test |
| 1630 | 2026-08-23T06:11:58.491Z | |
| 1631 | 2026-08-23T06:11:58.491Z | ##### ###### #### ##### |
| 1632 | 2026-08-23T06:11:58.491Z | # # # # |
| 1633 | 2026-08-23T06:11:58.491Z | # ##### #### # |
| 1634 | 2026-08-23T06:11:58.491Z | # # # # |
| 1635 | 2026-08-23T06:11:58.491Z | # # # # # |
| 1636 | 2026-08-23T06:11:58.491Z | # ###### #### # |
| 1637 | 2026-08-23T06:11:58.491Z | |
| 1638 | 2026-08-23T06:11:58.491Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1639 | 2026-08-23T06:11:58.491Z | + RUST_BACKTRACE=full |
| 1640 | 2026-08-23T06:11:58.491Z | + cargo test --features tofino_stub --no-fail-fast |
| 1641 | 2026-08-23T06:11:59.344Z | Compiling unicode-ident v1.0.24 |
| 1642 | 2026-08-23T06:11:59.344Z | Compiling cfg-if v1.0.4 |
| 1643 | 2026-08-23T06:11:59.347Z | Compiling memchr v2.7.5 |
| 1644 | 2026-08-23T06:11:59.456Z | Compiling serde_core v1.0.228 |
| 1645 | 2026-08-23T06:11:59.467Z | Compiling itoa v1.0.15 |
| 1646 | 2026-08-23T06:11:59.473Z | Compiling libc v0.2.186 |
| 1647 | 2026-08-23T06:11:59.482Z | Compiling zmij v1.0.17 |
| 1648 | 2026-08-23T06:11:59.509Z | Compiling libm v0.2.15 |
| 1649 | 2026-08-23T06:11:59.557Z | Compiling proc-macro2 v1.0.106 |
| 1650 | 2026-08-23T06:11:59.586Z | Compiling equivalent v1.0.2 |
| 1651 | 2026-08-23T06:11:59.708Z | Compiling log v0.4.29 |
| 1652 | 2026-08-23T06:11:59.748Z | Compiling heck v0.5.0 |
| 1653 | 2026-08-23T06:11:59.893Z | Compiling quote v1.0.45 |
| 1654 | 2026-08-23T06:11:59.997Z | Compiling iana-time-zone v0.1.64 |
| 1655 | 2026-08-23T06:12:00.026Z | Compiling smallvec v1.15.1 |
| 1656 | 2026-08-23T06:12:00.127Z | Compiling syn v2.0.118 |
| 1657 | 2026-08-23T06:12:00.217Z | Compiling dyn-clone v1.0.20 |
| 1658 | 2026-08-23T06:12:00.239Z | Compiling hashbrown v0.17.1 |
| 1659 | 2026-08-23T06:12:00.277Z | Compiling fnv v1.0.7 |
| 1660 | 2026-08-23T06:12:00.289Z | Compiling stable_deref_trait v1.2.0 |
| 1661 | 2026-08-23T06:12:00.366Z | Compiling regex-syntax v0.8.11 |
| 1662 | 2026-08-23T06:12:00.369Z | Compiling pin-project-lite v0.2.16 |
| 1663 | 2026-08-23T06:12:00.389Z | Compiling percent-encoding v2.3.2 |
| 1664 | 2026-08-23T06:12:00.478Z | Compiling writeable v0.6.1 |
| 1665 | 2026-08-23T06:12:00.588Z | Compiling litemap v0.8.0 |
| 1666 | 2026-08-23T06:12:00.635Z | Compiling num-traits v0.2.19 |
| 1667 | 2026-08-23T06:12:00.794Z | Compiling icu_properties_data v2.0.1 |
| 1668 | 2026-08-23T06:12:00.810Z | Compiling icu_normalizer_data v2.0.0 |
| 1669 | 2026-08-23T06:12:00.822Z | Compiling form_urlencoded v1.2.2 |
| 1670 | 2026-08-23T06:12:00.888Z | Compiling utf8_iter v1.0.4 |
| 1671 | 2026-08-23T06:12:00.929Z | Compiling getrandom v0.4.2 |
| 1672 | 2026-08-23T06:12:01.004Z | Compiling aho-corasick v1.1.3 |
| 1673 | 2026-08-23T06:12:01.037Z | Compiling scopeguard v1.2.0 |
| 1674 | 2026-08-23T06:12:01.076Z | Compiling ucd-trie v0.1.7 |
| 1675 | 2026-08-23T06:12:01.148Z | Compiling semver v1.0.28 |
| 1676 | 2026-08-23T06:12:01.241Z | Compiling serde_json v1.0.150 |
| 1677 | 2026-08-23T06:12:01.304Z | Compiling indexmap v2.14.0 |
| 1678 | 2026-08-23T06:12:01.374Z | Compiling byteorder v1.5.0 |
| 1679 | 2026-08-23T06:12:01.494Z | Compiling lock_api v0.4.14 |
| 1680 | 2026-08-23T06:12:01.597Z | Compiling uuid v1.23.3 |
| 1681 | 2026-08-23T06:12:01.719Z | Compiling allocator-api2 v0.2.21 |
| 1682 | 2026-08-23T06:12:01.782Z | Compiling futures-core v0.3.32 |
| 1683 | 2026-08-23T06:12:01.935Z | Compiling regex-automata v0.4.13 |
| 1684 | 2026-08-23T06:12:01.938Z | Compiling foldhash v0.2.0 |
| 1685 | 2026-08-23T06:12:02.044Z | Compiling ryu v1.0.20 |
| 1686 | 2026-08-23T06:12:02.157Z | Compiling hashbrown v0.16.1 |
| 1687 | 2026-08-23T06:12:02.235Z | Compiling pretty-hex v0.4.1 |
| 1688 | 2026-08-23T06:12:02.377Z | Compiling strsim v0.11.1 |
| 1689 | 2026-08-23T06:12:02.434Z | Compiling num-conv v0.2.1 |
| 1690 | 2026-08-23T06:12:02.590Z | Compiling time-core v0.1.8 |
| 1691 | 2026-08-23T06:12:02.676Z | Compiling futures-sink v0.3.32 |
| 1692 | 2026-08-23T06:12:02.745Z | Compiling plain v0.2.3 |
| 1693 | 2026-08-23T06:12:02.748Z | Compiling time-macros v0.2.27 |
| 1694 | 2026-08-23T06:12:02.776Z | Compiling slab v0.4.11 |
| 1695 | 2026-08-23T06:12:02.854Z | Compiling futures-channel v0.3.32 |
| 1696 | 2026-08-23T06:12:02.952Z | Compiling synstructure v0.13.2 |
| 1697 | 2026-08-23T06:12:03.047Z | Compiling serde_derive_internals v0.29.1 |
| 1698 | 2026-08-23T06:12:03.232Z | Compiling futures-io v0.3.32 |
| 1699 | 2026-08-23T06:12:03.309Z | Compiling futures-task v0.3.32 |
| 1700 | 2026-08-23T06:12:03.412Z | Compiling regress v0.10.5 |
| 1701 | 2026-08-23T06:12:03.452Z | Compiling darling_core v0.21.3 |
| 1702 | 2026-08-23T06:12:03.608Z | Compiling regex v1.12.4 |
| 1703 | 2026-08-23T06:12:03.620Z | Compiling thread-id v5.0.0 |
| 1704 | 2026-08-23T06:12:03.706Z | Compiling getrandom v0.2.16 |
| 1705 | 2026-08-23T06:12:03.748Z | Compiling socket2 v0.6.4 |
| 1706 | 2026-08-23T06:12:03.891Z | Compiling parking_lot_core v0.9.12 |
| 1707 | 2026-08-23T06:12:04.069Z | Compiling bitflags v2.11.1 |
| 1708 | 2026-08-23T06:12:04.141Z | Compiling serde_derive v1.0.228 |
| 1709 | 2026-08-23T06:12:04.192Z | Compiling zerofrom-derive v0.1.6 |
| 1710 | 2026-08-23T06:12:04.195Z | Compiling yoke-derive v0.8.0 |
| 1711 | 2026-08-23T06:12:04.219Z | Compiling zerovec-derive v0.11.1 |
| 1712 | 2026-08-23T06:12:04.314Z | Compiling displaydoc v0.2.5 |
| 1713 | 2026-08-23T06:12:04.531Z | Compiling thiserror-impl v2.0.18 |
| 1714 | 2026-08-23T06:12:05.131Z | Compiling schemars_derive v0.8.22 |
| 1715 | 2026-08-23T06:12:05.286Z | Compiling tokio-macros v2.7.0 |
| 1716 | 2026-08-23T06:12:05.365Z | Compiling zeroize_derive v1.4.3 |
| 1717 | 2026-08-23T06:12:05.479Z | Compiling zerocopy-derive v0.8.27 |
| 1718 | 2026-08-23T06:12:05.619Z | Compiling futures-macro v0.3.32 |
| 1719 | 2026-08-23T06:12:05.840Z | Compiling thiserror v2.0.18 |
| 1720 | 2026-08-23T06:12:05.954Z | Compiling zerofrom v0.1.6 |
| 1721 | 2026-08-23T06:12:06.052Z | Compiling tracing-attributes v0.1.30 |
| 1722 | 2026-08-23T06:12:06.065Z | Compiling yoke v0.8.0 |
| 1723 | 2026-08-23T06:12:06.088Z | Compiling thiserror-impl v1.0.69 |
| 1724 | 2026-08-23T06:12:06.257Z | Compiling zerovec v0.11.4 |
| 1725 | 2026-08-23T06:12:06.392Z | Compiling zerotrie v0.2.2 |
| 1726 | 2026-08-23T06:12:06.480Z | Compiling pest v2.8.2 |
| 1727 | 2026-08-23T06:12:06.705Z | Compiling scroll_derive v0.13.1 |
| 1728 | 2026-08-23T06:12:06.758Z | Compiling zerocopy v0.8.27 |
| 1729 | 2026-08-23T06:12:06.895Z | Compiling serde v1.0.228 |
| 1730 | 2026-08-23T06:12:07.274Z | Compiling tinystr v0.8.1 |
| 1731 | 2026-08-23T06:12:07.287Z | Compiling potential_utf v0.1.3 |
| 1732 | 2026-08-23T06:12:07.302Z | Compiling async-trait v0.1.89 |
| 1733 | 2026-08-23T06:12:07.419Z | Compiling bytes v1.12.0 |
| 1734 | 2026-08-23T06:12:07.455Z | Compiling serde_tokenstream v0.2.3 |
| 1735 | 2026-08-23T06:12:07.478Z | Compiling icu_locale_core v2.0.0 |
| 1736 | 2026-08-23T06:12:07.556Z | Compiling icu_collections v2.0.0 |
| 1737 | 2026-08-23T06:12:07.614Z | Compiling chrono v0.4.45 |
| 1738 | 2026-08-23T06:12:07.737Z | Compiling pest_meta v2.8.2 |
| 1739 | 2026-08-23T06:12:07.782Z | Compiling scroll v0.13.0 |
| 1740 | 2026-08-23T06:12:08.049Z | Compiling icu_provider v2.0.0 |
| 1741 | 2026-08-23T06:12:08.064Z | Compiling http v1.4.2 |
| 1742 | 2026-08-23T06:12:08.067Z | Compiling goblin v0.10.1 |
| 1743 | 2026-08-23T06:12:08.232Z | Compiling daft-derive v0.1.5 |
| 1744 | 2026-08-23T06:12:08.294Z | Compiling icu_properties v2.0.1 |
| 1745 | 2026-08-23T06:12:08.331Z | Compiling icu_normalizer v2.0.0 |
| 1746 | 2026-08-23T06:12:08.361Z | Compiling pest_generator v2.8.2 |
| 1747 | 2026-08-23T06:12:08.948Z | Compiling schemars v0.8.22 |
| 1748 | 2026-08-23T06:12:08.998Z | Compiling darling_macro v0.21.3 |
| 1749 | 2026-08-23T06:12:09.039Z | Compiling openssl-macros v0.1.1 |
| 1750 | 2026-08-23T06:12:09.073Z | Compiling pest_derive v2.8.2 |
| 1751 | 2026-08-23T06:12:09.158Z | Compiling idna_adapter v1.2.1 |
| 1752 | 2026-08-23T06:12:09.310Z | Compiling idna v1.1.0 |
| 1753 | 2026-08-23T06:12:09.461Z | Compiling openapiv3 v2.2.0 |
| 1754 | 2026-08-23T06:12:09.589Z | Compiling url v2.5.7 |
| 1755 | 2026-08-23T06:12:09.605Z | Compiling darling v0.21.3 |
| 1756 | 2026-08-23T06:12:09.650Z | Compiling dtrace-parser v0.3.0 |
| 1757 | 2026-08-23T06:12:09.687Z | Compiling typify-impl v0.4.3 |
| 1758 | 2026-08-23T06:12:10.149Z | Compiling async-stream-impl v0.3.6 |
| 1759 | 2026-08-23T06:12:10.162Z | Compiling structmeta-derive v0.3.0 |
| 1760 | 2026-08-23T06:12:10.559Z | Compiling newtype-uuid-macros v0.1.0 |
| 1761 | 2026-08-23T06:12:10.593Z | Compiling serde_yaml v0.9.34+deprecated |
| 1762 | 2026-08-23T06:12:10.817Z | Compiling dof v0.4.0 |
| 1763 | 2026-08-23T06:12:11.139Z | Compiling zeroize v1.8.1 |
| 1764 | 2026-08-23T06:12:11.157Z | Compiling strum_macros v0.26.4 |
| 1765 | 2026-08-23T06:12:11.229Z | Compiling structmeta v0.3.0 |
| 1766 | 2026-08-23T06:12:11.352Z | Compiling usdt-impl v0.6.0 |
| 1767 | 2026-08-23T06:12:11.396Z | Compiling parking_lot v0.12.5 |
| 1768 | 2026-08-23T06:12:11.441Z | Compiling signal-hook-registry v1.4.6 |
| 1769 | 2026-08-23T06:12:11.807Z | Compiling untrusted v0.9.0 |
| 1770 | 2026-08-23T06:12:11.846Z | Compiling thiserror v1.0.69 |
| 1771 | 2026-08-23T06:12:11.874Z | Compiling mio v1.2.1 |
| 1772 | 2026-08-23T06:12:11.932Z | Compiling omicron-workspace-hack v0.1.0 |
| 1773 | 2026-08-23T06:12:11.945Z | Compiling base64 v0.22.1 |
| 1774 | 2026-08-23T06:12:12.006Z | Compiling http-body v1.0.1 |
| 1775 | 2026-08-23T06:12:12.072Z | Compiling dropshot_endpoint v0.16.7 |
| 1776 | 2026-08-23T06:12:12.162Z | Compiling ref-cast-impl v1.0.25 |
| 1777 | 2026-08-23T06:12:12.282Z | Compiling tokio v1.52.3 |
| 1778 | 2026-08-23T06:12:12.390Z | Compiling atomic-waker v1.1.2 |
| 1779 | 2026-08-23T06:12:12.523Z | Compiling ipnet v2.11.0 |
| 1780 | 2026-08-23T06:12:12.821Z | Compiling derive-ex v0.1.8 |
| 1781 | 2026-08-23T06:12:12.860Z | Compiling usdt-macro v0.6.0 |
| 1782 | 2026-08-23T06:12:12.877Z | Compiling usdt-attr-macro v0.6.0 |
| 1783 | 2026-08-23T06:12:13.074Z | Compiling strum_macros v0.27.2 |
| 1784 | 2026-08-23T06:12:13.460Z | Compiling httparse v1.10.1 |
| 1785 | 2026-08-23T06:12:13.744Z | Compiling portable-atomic v1.11.1 |
| 1786 | 2026-08-23T06:12:13.785Z | Compiling tower-service v0.3.3 |
| 1787 | 2026-08-23T06:12:13.888Z | Compiling tower-layer v0.3.3 |
| 1788 | 2026-08-23T06:12:14.054Z | Compiling critical-section v1.2.0 |
| 1789 | 2026-08-23T06:12:14.067Z | Compiling try-lock v0.2.5 |
| 1790 | 2026-08-23T06:12:14.158Z | Compiling once_cell v1.21.3 |
| 1791 | 2026-08-23T06:12:14.170Z | Compiling want v0.3.1 |
| 1792 | 2026-08-23T06:12:14.269Z | Compiling httpdate v1.0.3 |
| 1793 | 2026-08-23T06:12:14.343Z | Compiling serde_with_macros v3.14.1 |
| 1794 | 2026-08-23T06:12:14.407Z | Compiling test-strategy v0.4.3 |
| 1795 | 2026-08-23T06:12:14.512Z | Compiling ppv-lite86 v0.2.21 |
| 1796 | 2026-08-23T06:12:14.837Z | Compiling erased-serde v0.3.31 |
| 1797 | 2026-08-23T06:12:14.920Z | Compiling subtle v2.6.1 |
| 1798 | 2026-08-23T06:12:15.136Z | Compiling parse-display-derive v0.10.0 |
| 1799 | 2026-08-23T06:12:15.424Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1800 | 2026-08-23T06:12:15.868Z | Compiling http-body-util v0.1.3 |
| 1801 | 2026-08-23T06:12:15.925Z | Compiling anyhow v1.0.102 |
| 1802 | 2026-08-23T06:12:15.955Z | Compiling typify-macro v0.4.3 |
| 1803 | 2026-08-23T06:12:16.141Z | Compiling serde_urlencoded v0.7.1 |
| 1804 | 2026-08-23T06:12:16.180Z | Compiling rand_core v0.6.4 |
| 1805 | 2026-08-23T06:12:16.418Z | Compiling typenum v1.20.1 |
| 1806 | 2026-08-23T06:12:16.639Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1807 | 2026-08-23T06:12:17.025Z | Compiling futures-util v0.3.32 |
| 1808 | 2026-08-23T06:12:17.241Z | Compiling sync_wrapper v1.0.2 |
| 1809 | 2026-08-23T06:12:17.354Z | Compiling powerfmt v0.2.0 |
| 1810 | 2026-08-23T06:12:17.517Z | Compiling deranged v0.5.3 |
| 1811 | 2026-08-23T06:12:17.565Z | Compiling num_threads v0.1.7 |
| 1812 | 2026-08-23T06:12:17.667Z | Compiling tracing-core v0.1.34 |
| 1813 | 2026-08-23T06:12:17.783Z | Compiling camino v1.2.3 |
| 1814 | 2026-08-23T06:12:17.901Z | Compiling iri-string v0.7.8 |
| 1815 | 2026-08-23T06:12:18.029Z | Compiling typify v0.4.3 |
| 1816 | 2026-08-23T06:12:18.127Z | Compiling progenitor-impl v0.11.1 |
| 1817 | 2026-08-23T06:12:18.269Z | Compiling tracing v0.1.41 |
| 1818 | 2026-08-23T06:12:18.474Z | Compiling encoding_rs v0.8.35 |
| 1819 | 2026-08-23T06:12:18.504Z | Compiling mime v0.3.17 |
| 1820 | 2026-08-23T06:12:18.590Z | Compiling cpufeatures v0.2.17 |
| 1821 | 2026-08-23T06:12:18.667Z | Compiling fastrand v2.3.0 |
| 1822 | 2026-08-23T06:12:18.784Z | Compiling generic-array v0.14.7 |
| 1823 | 2026-08-23T06:12:18.947Z | Compiling hex v0.4.3 |
| 1824 | 2026-08-23T06:12:19.260Z | Compiling crypto-common v0.1.6 |
| 1825 | 2026-08-23T06:12:19.283Z | Compiling errno v0.3.14 |
| 1826 | 2026-08-23T06:12:19.397Z | Compiling tokio-util v0.7.16 |
| 1827 | 2026-08-23T06:12:19.498Z | Compiling thread_local v1.1.9 |
| 1828 | 2026-08-23T06:12:19.632Z | Compiling unicode-width v0.2.1 |
| 1829 | 2026-08-23T06:12:19.765Z | Compiling syn v1.0.109 |
| 1830 | 2026-08-23T06:12:19.778Z | Compiling rustls-pki-types v1.12.0 |
| 1831 | 2026-08-23T06:12:19.921Z | Compiling winnow v0.7.14 |
| 1832 | 2026-08-23T06:12:20.156Z | Compiling match_cfg v0.1.0 |
| 1833 | 2026-08-23T06:12:20.263Z | Compiling rustix v1.1.4 |
| 1834 | 2026-08-23T06:12:20.738Z | Compiling winnow v1.0.3 |
| 1835 | 2026-08-23T06:12:20.800Z | Compiling term v1.2.0 |
| 1836 | 2026-08-23T06:12:21.033Z | Compiling take_mut v0.2.2 |
| 1837 | 2026-08-23T06:12:21.092Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1838 | 2026-08-23T06:12:21.445Z | Compiling h2 v0.4.14 |
| 1839 | 2026-08-23T06:12:21.478Z | Compiling ring v0.17.14 |
| 1840 | 2026-08-23T06:12:21.644Z | Compiling progenitor-macro v0.11.1 |
| 1841 | 2026-08-23T06:12:21.731Z | Compiling serde_spanned v1.1.1 |
| 1842 | 2026-08-23T06:12:21.888Z | Compiling spin v0.9.8 |
| 1843 | 2026-08-23T06:12:22.010Z | Compiling debug-ignore v1.0.5 |
| 1844 | 2026-08-23T06:12:22.022Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1845 | 2026-08-23T06:12:22.240Z | Compiling socket2 v0.5.10 |
| 1846 | 2026-08-23T06:12:22.371Z | Compiling quick-error v1.2.3 |
| 1847 | 2026-08-23T06:12:22.692Z | Compiling block-buffer v0.10.4 |
| 1848 | 2026-08-23T06:12:22.864Z | Compiling waitgroup v0.1.2 |
| 1849 | 2026-08-23T06:12:23.012Z | Compiling async-stream v0.3.6 |
| 1850 | 2026-08-23T06:12:23.193Z | Compiling serde_path_to_error v0.1.20 |
| 1851 | 2026-08-23T06:12:23.206Z | Compiling lazy_static v1.5.0 |
| 1852 | 2026-08-23T06:12:23.317Z | Compiling bit-vec v0.8.0 |
| 1853 | 2026-08-23T06:12:23.505Z | Compiling bit-set v0.8.0 |
| 1854 | 2026-08-23T06:12:23.554Z | Compiling hyper v1.10.1 |
| 1855 | 2026-08-23T06:12:23.566Z | Compiling digest v0.10.7 |
| 1856 | 2026-08-23T06:12:23.673Z | Compiling strum v0.26.3 |
| 1857 | 2026-08-23T06:12:23.733Z | Compiling ipnetwork v0.21.1 |
| 1858 | 2026-08-23T06:12:23.778Z | Compiling crossbeam-utils v0.8.21 |
| 1859 | 2026-08-23T06:12:23.791Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1860 | 2026-08-23T06:12:23.992Z | Compiling unarray v0.1.4 |
| 1861 | 2026-08-23T06:12:24.115Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1862 | 2026-08-23T06:12:24.174Z | Compiling slog v2.8.2 |
| 1863 | 2026-08-23T06:12:24.257Z | Compiling macaddr v1.0.1 |
| 1864 | 2026-08-23T06:12:24.289Z | Compiling tabwriter v1.4.1 |
| 1865 | 2026-08-23T06:12:24.489Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1866 | 2026-08-23T06:12:24.533Z | Compiling ref-cast v1.0.25 |
| 1867 | 2026-08-23T06:12:24.604Z | Compiling colored v3.1.1 |
| 1868 | 2026-08-23T06:12:24.636Z | Compiling hyper-util v0.1.20 |
| 1869 | 2026-08-23T06:12:24.670Z | Compiling strum v0.27.2 |
| 1870 | 2026-08-23T06:12:24.673Z | Compiling aws-lc-sys v0.39.1 |
| 1871 | 2026-08-23T06:12:24.800Z | Compiling getrandom v0.3.3 |
| 1872 | 2026-08-23T06:12:25.036Z | Compiling untrusted v0.7.1 |
| 1873 | 2026-08-23T06:12:25.169Z | Compiling rand_core v0.9.3 |
| 1874 | 2026-08-23T06:12:25.321Z | Compiling aws-lc-rs v1.16.2 |
| 1875 | 2026-08-23T06:12:25.378Z | Compiling oxnet v0.1.6 |
| 1876 | 2026-08-23T06:12:25.422Z | Compiling openssl-sys v0.9.117 |
| 1877 | 2026-08-23T06:12:25.881Z | Compiling instant v0.1.13 |
| 1878 | 2026-08-23T06:12:25.906Z | Compiling foreign-types-shared v0.1.1 |
| 1879 | 2026-08-23T06:12:25.995Z | Compiling foreign-types v0.3.2 |
| 1880 | 2026-08-23T06:12:26.008Z | Compiling rand_chacha v0.9.0 |
| 1881 | 2026-08-23T06:12:26.073Z | Compiling tempfile v3.27.0 |
| 1882 | 2026-08-23T06:12:26.414Z | Compiling rustls-webpki v0.103.6 |
| 1883 | 2026-08-23T06:12:26.505Z | Compiling tower v0.5.2 |
| 1884 | 2026-08-23T06:12:26.518Z | Compiling futures-executor v0.3.32 |
| 1885 | 2026-08-23T06:12:26.800Z | Compiling openssl-probe v0.1.6 |
| 1886 | 2026-08-23T06:12:26.851Z | Compiling futures v0.3.32 |
| 1887 | 2026-08-23T06:12:26.939Z | Compiling rustls v0.23.40 |
| 1888 | 2026-08-23T06:12:26.989Z | Compiling tower-http v0.6.8 |
| 1889 | 2026-08-23T06:12:26.992Z | Compiling rand v0.9.3 |
| 1890 | 2026-08-23T06:12:27.320Z | Compiling openssl v0.10.81 |
| 1891 | 2026-08-23T06:12:27.423Z | Compiling toml_datetime v0.6.11 |
| 1892 | 2026-08-23T06:12:27.558Z | Compiling time v0.3.47 |
| 1893 | 2026-08-23T06:12:27.704Z | Compiling clap_derive v4.6.1 |
| 1894 | 2026-08-23T06:12:27.917Z | Compiling memmap2 v0.9.8 |
| 1895 | 2026-08-23T06:12:28.600Z | Compiling crossbeam-channel v0.5.15 |
| 1896 | 2026-08-23T06:12:28.980Z | Compiling webpki-roots v1.0.2 |
| 1897 | 2026-08-23T06:12:29.078Z | Compiling newtype-uuid v1.3.2 |
| 1898 | 2026-08-23T06:12:29.405Z | Compiling daft v0.1.5 |
| 1899 | 2026-08-23T06:12:29.425Z | Compiling is-terminal v0.4.16 |
| 1900 | 2026-08-23T06:12:29.442Z | Compiling either v1.15.0 |
| 1901 | 2026-08-23T06:12:29.522Z | Compiling slog-term v2.9.2 |
| 1902 | 2026-08-23T06:12:29.648Z | Compiling native-tls v0.2.14 |
| 1903 | 2026-08-23T06:12:29.988Z | Compiling tokio-rustls v0.26.4 |
| 1904 | 2026-08-23T06:12:30.229Z | Compiling tokio-native-tls v0.3.1 |
| 1905 | 2026-08-23T06:12:30.250Z | Compiling hyper-rustls v0.27.7 |
| 1906 | 2026-08-23T06:12:30.263Z | Compiling usdt v0.6.0 |
| 1907 | 2026-08-23T06:12:30.348Z | Compiling slog-async v2.8.0 |
| 1908 | 2026-08-23T06:12:30.393Z | Compiling hyper-tls v0.6.0 |
| 1909 | 2026-08-23T06:12:30.406Z | Compiling slog-json v2.6.1 |
| 1910 | 2026-08-23T06:12:30.418Z | Compiling hostname v0.3.1 |
| 1911 | 2026-08-23T06:12:30.559Z | Compiling reqwest v0.12.23 |
| 1912 | 2026-08-23T06:12:30.606Z | Compiling slog-bunyan v2.5.0 |
| 1913 | 2026-08-23T06:12:30.632Z | Compiling rustls-webpki v0.102.8 |
| 1914 | 2026-08-23T06:12:30.681Z | Compiling multer v3.1.0 |
| 1915 | 2026-08-23T06:12:30.766Z | Compiling rustls-pemfile v2.2.0 |
| 1916 | 2026-08-23T06:12:30.909Z | Compiling hostname v0.4.2 |
| 1917 | 2026-08-23T06:12:31.061Z | Compiling rustls v0.22.4 |
| 1918 | 2026-08-23T06:12:31.205Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1919 | 2026-08-23T06:12:31.550Z | Compiling rand_chacha v0.3.1 |
| 1920 | 2026-08-23T06:12:31.787Z | Compiling wait-timeout v0.2.1 |
| 1921 | 2026-08-23T06:12:32.057Z | Compiling rusty-fork v0.3.0 |
| 1922 | 2026-08-23T06:12:32.091Z | Compiling rand v0.8.5 |
| 1923 | 2026-08-23T06:12:32.180Z | Compiling rand_xorshift v0.4.0 |
| 1924 | 2026-08-23T06:12:32.337Z | Compiling sha1 v0.10.6 |
| 1925 | 2026-08-23T06:12:32.574Z | Compiling proptest v1.8.0 |
| 1926 | 2026-08-23T06:12:33.008Z | Compiling tokio-rustls v0.25.0 |
| 1927 | 2026-08-23T06:12:33.251Z | Compiling dropshot v0.16.7 |
| 1928 | 2026-08-23T06:12:33.411Z | Compiling itertools v0.14.0 |
| 1929 | 2026-08-23T06:12:34.654Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1930 | 2026-08-23T06:12:35.077Z | Compiling progenitor-client v0.11.1 |
| 1931 | 2026-08-23T06:12:35.206Z | Compiling progenitor-client v0.10.0 |
| 1932 | 2026-08-23T06:12:35.395Z | Compiling serde_with v3.14.1 |
| 1933 | 2026-08-23T06:12:35.518Z | Compiling num-derive v0.4.2 |
| 1934 | 2026-08-23T06:12:35.782Z | Compiling progenitor v0.11.1 |
| 1935 | 2026-08-23T06:12:35.938Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1936 | 2026-08-23T06:12:36.292Z | Compiling rustc-hash v2.1.1 |
| 1937 | 2026-08-23T06:12:36.428Z | Compiling iddqd v0.3.18 |
| 1938 | 2026-08-23T06:12:36.504Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1939 | 2026-08-23T06:12:36.527Z | Compiling backoff v0.4.0 |
| 1940 | 2026-08-23T06:12:37.035Z | Compiling parse-display v0.10.0 |
| 1941 | 2026-08-23T06:12:37.079Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1942 | 2026-08-23T06:12:37.219Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1943 | 2026-08-23T06:12:37.383Z | Compiling anstyle v1.0.14 |
| 1944 | 2026-08-23T06:12:37.854Z | Compiling utf8parse v0.2.2 |
| 1945 | 2026-08-23T06:12:37.975Z | Compiling anstyle-parse v1.0.0 |
| 1946 | 2026-08-23T06:12:38.072Z | Compiling colorchoice v1.0.4 |
| 1947 | 2026-08-23T06:12:38.075Z | Compiling anstyle-query v1.1.4 |
| 1948 | 2026-08-23T06:12:38.168Z | Compiling is_terminal_polyfill v1.70.1 |
| 1949 | 2026-08-23T06:12:38.226Z | Compiling clap_lex v1.1.0 |
| 1950 | 2026-08-23T06:12:38.260Z | Compiling anstream v1.0.0 |
| 1951 | 2026-08-23T06:12:39.396Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1952 | 2026-08-23T06:12:41.750Z | Compiling winnow v0.5.40 |
| 1953 | 2026-08-23T06:12:46.839Z | Compiling terminal_size v0.4.3 |
| 1954 | 2026-08-23T06:12:48.125Z | Compiling clap_builder v4.6.0 |
| 1955 | 2026-08-23T06:12:48.300Z | Compiling toml_edit v0.19.15 |
| 1956 | 2026-08-23T06:12:48.853Z | Compiling dropshot_endpoint v0.17.1 |
| 1957 | 2026-08-23T06:12:50.318Z | Compiling clap v4.6.1 |
| 1958 | 2026-08-23T06:12:50.616Z | Compiling proc-macro-crate v1.3.1 |
| 1959 | 2026-08-23T06:12:56.527Z | Compiling serde_spanned v0.6.9 |
| 1960 | 2026-08-23T06:12:56.557Z | Compiling adler2 v2.0.1 |
| 1961 | 2026-08-23T06:12:56.680Z | Compiling miniz_oxide v0.8.9 |
| 1962 | 2026-08-23T06:12:56.996Z | Compiling prettyplease v0.2.37 |
| 1963 | 2026-08-23T06:12:57.355Z | Compiling crc32fast v1.5.0 |
| 1964 | 2026-08-23T06:12:57.465Z | Compiling zerocopy-derive v0.7.35 |
| 1965 | 2026-08-23T06:12:57.486Z | Compiling flate2 v1.1.2 |
| 1966 | 2026-08-23T06:12:57.549Z | Compiling ingot-macros v0.1.1 |
| 1967 | 2026-08-23T06:12:57.880Z | Compiling hubpack_derive v0.1.1 |
| 1968 | 2026-08-23T06:12:57.903Z | Compiling hybrid-array v0.4.12 |
| 1969 | 2026-08-23T06:12:59.764Z | Compiling scroll_derive v0.12.1 |
| 1970 | 2026-08-23T06:13:00.858Z | Compiling crypto-common v0.2.2 |
| 1971 | 2026-08-23T06:13:00.870Z | Compiling block-buffer v0.12.0 |
| 1972 | 2026-08-23T06:13:01.311Z | Compiling toml_write v0.1.2 |
| 1973 | 2026-08-23T06:13:01.338Z | Compiling const-oid v0.10.2 |
| 1974 | 2026-08-23T06:13:01.388Z | Compiling compression-core v0.4.32 |
| 1975 | 2026-08-23T06:13:01.513Z | Compiling compression-codecs v0.4.32 |
| 1976 | 2026-08-23T06:13:01.548Z | Compiling digest v0.11.3 |
| 1977 | 2026-08-23T06:13:01.551Z | Compiling toml_edit v0.22.27 |
| 1978 | 2026-08-23T06:13:02.511Z | Compiling zerocopy v0.7.35 |
| 1979 | 2026-08-23T06:13:02.861Z | Compiling num_enum_derive v0.7.5 |
| 1980 | 2026-08-23T06:13:03.884Z | Compiling foreign-types-macros v0.2.3 |
| 1981 | 2026-08-23T06:13:03.933Z | Compiling num-integer v0.1.46 |
| 1982 | 2026-08-23T06:13:03.950Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1983 | 2026-08-23T06:13:04.263Z | Compiling cpufeatures v0.3.0 |
| 1984 | 2026-08-23T06:13:04.263Z | Compiling float-ord v0.3.2 |
| 1985 | 2026-08-23T06:13:04.345Z | Compiling sha1 v0.11.0 |
| 1986 | 2026-08-23T06:13:04.395Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1987 | 2026-08-23T06:13:04.609Z | Compiling toml v0.8.23 |
| 1988 | 2026-08-23T06:13:05.067Z | Compiling async-compression v0.4.33 |
| 1989 | 2026-08-23T06:13:05.989Z | Compiling glob v0.3.3 |
| 1990 | 2026-08-23T06:13:06.178Z | Compiling dropshot v0.17.1 |
| 1991 | 2026-08-23T06:13:06.457Z | Compiling proc-macro-error-attr v1.0.4 |
| 1992 | 2026-08-23T06:13:06.519Z | Compiling num-iter v0.1.45 |
| 1993 | 2026-08-23T06:13:06.649Z | Compiling num-rational v0.4.2 |
| 1994 | 2026-08-23T06:13:06.897Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1995 | 2026-08-23T06:13:06.969Z | Compiling dtrace-parser v0.2.0 |
| 1996 | 2026-08-23T06:13:07.069Z | Compiling num-complex v0.4.6 |
| 1997 | 2026-08-23T06:13:07.411Z | Compiling num v0.4.3 |
| 1998 | 2026-08-23T06:13:07.471Z | Compiling proc-macro-error v1.0.4 |
| 1999 | 2026-08-23T06:13:07.494Z | Compiling dof v0.3.0 |
| 2000 | 2026-08-23T06:13:07.739Z | Compiling num_enum_derive v0.5.11 |
| 2001 | 2026-08-23T06:13:07.869Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2002 | 2026-08-23T06:13:08.406Z | Compiling thread-id v4.2.2 |
| 2003 | 2026-08-23T06:13:08.503Z | Compiling usdt-impl v0.5.0 |
| 2004 | 2026-08-23T06:13:09.023Z | Compiling derive_more v0.99.20 |
| 2005 | 2026-08-23T06:13:09.090Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2006 | 2026-08-23T06:13:09.261Z | Compiling minimal-lexical v0.2.1 |
| 2007 | 2026-08-23T06:13:09.632Z | Compiling nom v7.1.3 |
| 2008 | 2026-08-23T06:13:10.075Z | Compiling usdt-attr-macro v0.5.0 |
| 2009 | 2026-08-23T06:13:10.937Z | Compiling usdt-macro v0.5.0 |
| 2010 | 2026-08-23T06:13:10.977Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2011 | 2026-08-23T06:13:11.315Z | Compiling zone_cfg_derive v0.3.1 |
| 2012 | 2026-08-23T06:13:11.327Z | Compiling libscf-sys v1.2.0 |
| 2013 | 2026-08-23T06:13:11.578Z | Compiling memoffset v0.9.1 |
| 2014 | 2026-08-23T06:13:11.670Z | Compiling rustc_version v0.4.1 |
| 2015 | 2026-08-23T06:13:11.728Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2016 | 2026-08-23T06:13:11.816Z | Compiling crossbeam-epoch v0.9.18 |
| 2017 | 2026-08-23T06:13:12.096Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2018 | 2026-08-23T06:13:12.123Z | Compiling enum-as-inner v0.6.1 |
| 2019 | 2026-08-23T06:13:12.162Z | Compiling regress v0.11.1 |
| 2020 | 2026-08-23T06:13:12.483Z | Compiling curve25519-dalek v4.1.3 |
| 2021 | 2026-08-23T06:13:12.595Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2022 | 2026-08-23T06:13:12.670Z | Compiling hubpack v0.1.2 |
| 2023 | 2026-08-23T06:13:12.704Z | Compiling static_assertions v1.1.0 |
| 2024 | 2026-08-23T06:13:12.783Z | Compiling crossbeam-deque v0.8.6 |
| 2025 | 2026-08-23T06:13:12.899Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2026 | 2026-08-23T06:13:12.992Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2027 | 2026-08-23T06:13:14.124Z | Compiling typify-impl v0.6.2 |
| 2028 | 2026-08-23T06:13:14.293Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2029 | 2026-08-23T06:13:14.703Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2030 | 2026-08-23T06:13:15.025Z | Compiling rayon-core v1.13.0 |
| 2031 | 2026-08-23T06:13:15.470Z | Compiling clang-sys v1.8.1 |
| 2032 | 2026-08-23T06:13:15.812Z | Compiling bytecount v0.6.9 |
| 2033 | 2026-08-23T06:13:15.898Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2034 | 2026-08-23T06:13:16.081Z | Compiling scroll v0.12.0 |
| 2035 | 2026-08-23T06:13:16.362Z | Compiling hash32 v0.3.1 |
| 2036 | 2026-08-23T06:13:16.376Z | Compiling goblin v0.8.2 |
| 2037 | 2026-08-23T06:13:16.389Z | Compiling ingot-types v0.1.2 |
| 2038 | 2026-08-23T06:13:16.532Z | Compiling heapless v0.8.0 |
| 2039 | 2026-08-23T06:13:16.793Z | Compiling cobs v0.3.0 |
| 2040 | 2026-08-23T06:13:16.794Z | Compiling libloading v0.8.9 |
| 2041 | 2026-08-23T06:13:16.982Z | Compiling foreign-types-shared v0.3.1 |
| 2042 | 2026-08-23T06:13:16.997Z | Compiling bitflags v1.3.2 |
| 2043 | 2026-08-23T06:13:17.010Z | Compiling managed v0.8.0 |
| 2044 | 2026-08-23T06:13:17.082Z | Compiling bindgen v0.72.1 |
| 2045 | 2026-08-23T06:13:17.094Z | Compiling foreign-types v0.5.0 |
| 2046 | 2026-08-23T06:13:17.109Z | Compiling postcard v1.1.3 |
| 2047 | 2026-08-23T06:13:17.200Z | Compiling smoltcp v0.11.0 |
| 2048 | 2026-08-23T06:13:17.456Z | Compiling ingot v0.1.1 |
| 2049 | 2026-08-23T06:13:17.555Z | Compiling cexpr v0.6.0 |
| 2050 | 2026-08-23T06:13:17.635Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2051 | 2026-08-23T06:13:17.669Z | Compiling num_enum v0.7.5 |
| 2052 | 2026-08-23T06:13:17.791Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2053 | 2026-08-23T06:13:18.180Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2054 | 2026-08-23T06:13:18.299Z | Compiling camino-tempfile v1.4.1 |
| 2055 | 2026-08-23T06:13:18.544Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2056 | 2026-08-23T06:13:18.853Z | Compiling derive-where v1.6.0 |
| 2057 | 2026-08-23T06:13:19.003Z | Compiling serde_repr v0.1.20 |
| 2058 | 2026-08-23T06:13:19.208Z | Compiling cstr-argument v0.1.2 |
| 2059 | 2026-08-23T06:13:19.620Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2060 | 2026-08-23T06:13:20.157Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2061 | 2026-08-23T06:13:20.526Z | Compiling typify-macro v0.6.2 |
| 2062 | 2026-08-23T06:13:20.695Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2063 | 2026-08-23T06:13:20.889Z | Compiling rayon v1.11.0 |
| 2064 | 2026-08-23T06:13:21.361Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2065 | 2026-08-23T06:13:21.488Z | Compiling crucible-workspace-hack v0.1.0 |
| 2066 | 2026-08-23T06:13:22.128Z | Compiling memmap v0.7.0 |
| 2067 | 2026-08-23T06:13:22.326Z | Compiling tinyvec_macros v0.1.1 |
| 2068 | 2026-08-23T06:13:22.414Z | Compiling tinyvec v1.10.0 |
| 2069 | 2026-08-23T06:13:22.675Z | Compiling usdt v0.5.0 |
| 2070 | 2026-08-23T06:13:22.689Z | Compiling typify v0.6.2 |
| 2071 | 2026-08-23T06:13:22.887Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2072 | 2026-08-23T06:13:23.062Z | Compiling num_enum v0.5.11 |
| 2073 | 2026-08-23T06:13:23.559Z | Compiling pin-project-internal v1.1.10 |
| 2074 | 2026-08-23T06:13:24.336Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2075 | 2026-08-23T06:13:24.359Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2076 | 2026-08-23T06:13:24.432Z | Compiling progenitor-impl v0.14.0 |
| 2077 | 2026-08-23T06:13:24.662Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2078 | 2026-08-23T06:13:24.683Z | Compiling papergrid v0.18.0 |
| 2079 | 2026-08-23T06:13:24.719Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2080 | 2026-08-23T06:13:25.145Z | Compiling rustix v0.38.44 |
| 2081 | 2026-08-23T06:13:25.767Z | Compiling itertools v0.12.1 |
| 2082 | 2026-08-23T06:13:25.806Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2083 | 2026-08-23T06:13:25.969Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2084 | 2026-08-23T06:13:25.984Z | Compiling progenitor-impl v0.10.0 |
| 2085 | 2026-08-23T06:13:26.147Z | Compiling sigpipe v0.1.3 |
| 2086 | 2026-08-23T06:13:26.248Z | Compiling jiff v0.2.15 |
| 2087 | 2026-08-23T06:13:26.344Z | Compiling const_format_proc_macros v0.2.34 |
| 2088 | 2026-08-23T06:13:26.743Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2089 | 2026-08-23T06:13:26.996Z | Compiling zone v0.3.1 |
| 2090 | 2026-08-23T06:13:27.013Z | Compiling tabled v0.21.0 |
| 2091 | 2026-08-23T06:13:27.147Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2092 | 2026-08-23T06:13:27.177Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2093 | 2026-08-23T06:13:28.035Z | Compiling progenitor-macro v0.14.0 |
| 2094 | 2026-08-23T06:13:28.128Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2095 | 2026-08-23T06:13:28.405Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2096 | 2026-08-23T06:13:28.768Z | Compiling nix v0.31.3 |
| 2097 | 2026-08-23T06:13:28.815Z | Compiling nix v0.30.1 |
| 2098 | 2026-08-23T06:13:29.374Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2099 | 2026-08-23T06:13:29.426Z | Compiling snafu-derive v0.8.9 |
| 2100 | 2026-08-23T06:13:29.438Z | Compiling progenitor-macro v0.10.0 |
| 2101 | 2026-08-23T06:13:29.830Z | Compiling itertools v0.15.0 |
| 2102 | 2026-08-23T06:13:30.152Z | Compiling smf v0.2.3 |
| 2103 | 2026-08-23T06:13:30.232Z | Compiling secrecy v0.10.3 |
| 2104 | 2026-08-23T06:13:30.765Z | Compiling async-recursion v1.1.1 |
| 2105 | 2026-08-23T06:13:31.140Z | Compiling bstr v1.12.0 |
| 2106 | 2026-08-23T06:13:31.382Z | Compiling whoami v1.6.1 |
| 2107 | 2026-08-23T06:13:31.623Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2108 | 2026-08-23T06:13:31.698Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2109 | 2026-08-23T06:13:33.777Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2110 | 2026-08-23T06:13:34.377Z | Compiling hmac v0.12.1 |
| 2111 | 2026-08-23T06:13:34.530Z | Compiling inout v0.1.4 |
| 2112 | 2026-08-23T06:13:34.646Z | Compiling ff v0.13.1 |
| 2113 | 2026-08-23T06:13:34.712Z | Compiling crc8 v0.1.1 |
| 2114 | 2026-08-23T06:13:34.786Z | Compiling data-encoding v2.9.0 |
| 2115 | 2026-08-23T06:13:34.833Z | Compiling group v0.13.0 |
| 2116 | 2026-08-23T06:13:35.045Z | Compiling cipher v0.4.4 |
| 2117 | 2026-08-23T06:13:35.089Z | Compiling hkdf v0.12.4 |
| 2118 | 2026-08-23T06:13:35.244Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2119 | 2026-08-23T06:13:35.740Z | Compiling atomicwrites v0.4.4 |
| 2120 | 2026-08-23T06:13:35.865Z | Compiling tokio-dtrace v0.1.1 |
| 2121 | 2026-08-23T06:13:35.953Z | Compiling tabled_derive v0.7.0 |
| 2122 | 2026-08-23T06:13:36.198Z | Compiling reqwest v0.13.2 |
| 2123 | 2026-08-23T06:13:36.261Z | Compiling universal-hash v0.5.1 |
| 2124 | 2026-08-23T06:13:36.286Z | Compiling crypto-bigint v0.5.5 |
| 2125 | 2026-08-23T06:13:36.405Z | Compiling half v2.7.1 |
| 2126 | 2026-08-23T06:13:36.503Z | Compiling base64ct v1.8.0 |
| 2127 | 2026-08-23T06:13:36.835Z | Compiling ciborium-io v0.2.2 |
| 2128 | 2026-08-23T06:13:36.941Z | Compiling base16ct v0.2.0 |
| 2129 | 2026-08-23T06:13:36.954Z | Compiling opaque-debug v0.3.1 |
| 2130 | 2026-08-23T06:13:37.035Z | Compiling indent_write v2.2.0 |
| 2131 | 2026-08-23T06:13:37.182Z | Compiling progenitor-client v0.14.0 |
| 2132 | 2026-08-23T06:13:37.486Z | Compiling elliptic-curve v0.13.8 |
| 2133 | 2026-08-23T06:13:37.619Z | Compiling poly1305 v0.8.0 |
| 2134 | 2026-08-23T06:13:37.658Z | Compiling ciborium-ll v0.2.2 |
| 2135 | 2026-08-23T06:13:37.789Z | Compiling password-hash v0.5.0 |
| 2136 | 2026-08-23T06:13:38.404Z | Compiling oxide-tokio-rt v0.1.2 |
| 2137 | 2026-08-23T06:13:38.615Z | Compiling chacha20 v0.9.1 |
| 2138 | 2026-08-23T06:13:38.853Z | Compiling similar v2.7.0 |
| 2139 | 2026-08-23T06:13:38.890Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2140 | 2026-08-23T06:13:39.324Z | Compiling thiserror-no-std v2.0.2 |
| 2141 | 2026-08-23T06:13:40.048Z | Compiling blake2 v0.10.6 |
| 2142 | 2026-08-23T06:13:40.144Z | Compiling aead v0.5.2 |
| 2143 | 2026-08-23T06:13:40.310Z | Compiling strum_macros v0.28.0 |
| 2144 | 2026-08-23T06:13:40.610Z | Compiling linked-hash-map v0.5.6 |
| 2145 | 2026-08-23T06:13:40.613Z | Compiling resolv-conf v0.7.5 |
| 2146 | 2026-08-23T06:13:40.807Z | Compiling keccak v0.1.6 |
| 2147 | 2026-08-23T06:13:40.959Z | Compiling sha3 v0.10.8 |
| 2148 | 2026-08-23T06:13:41.276Z | Compiling lru-cache v0.1.2 |
| 2149 | 2026-08-23T06:13:41.359Z | Compiling argon2 v0.5.3 |
| 2150 | 2026-08-23T06:13:41.381Z | Compiling chacha20poly1305 v0.10.1 |
| 2151 | 2026-08-23T06:13:41.407Z | Compiling vsss-rs v3.3.4 |
| 2152 | 2026-08-23T06:13:41.447Z | Compiling progenitor v0.14.0 |
| 2153 | 2026-08-23T06:13:41.518Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2154 | 2026-08-23T06:13:41.590Z | Compiling ciborium v0.2.2 |
| 2155 | 2026-08-23T06:13:41.774Z | Compiling hickory-proto v0.24.4 |
| 2156 | 2026-08-23T06:13:42.181Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2157 | 2026-08-23T06:13:42.195Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2158 | 2026-08-23T06:13:42.868Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2159 | 2026-08-23T06:13:42.889Z | Compiling serde-big-array v0.5.1 |
| 2160 | 2026-08-23T06:13:43.177Z | Compiling same-file v1.0.6 |
| 2161 | 2026-08-23T06:13:43.209Z | Compiling siphasher v1.0.1 |
| 2162 | 2026-08-23T06:13:43.410Z | Compiling unicode-segmentation v1.12.0 |
| 2163 | 2026-08-23T06:13:43.422Z | Compiling phf_shared v0.12.1 |
| 2164 | 2026-08-23T06:13:43.601Z | Compiling hickory-resolver v0.24.4 |
| 2165 | 2026-08-23T06:13:43.641Z | Compiling walkdir v2.5.0 |
| 2166 | 2026-08-23T06:13:43.775Z | Compiling newline-converter v0.3.0 |
| 2167 | 2026-08-23T06:13:43.826Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2168 | 2026-08-23T06:13:43.944Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2169 | 2026-08-23T06:13:44.532Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2170 | 2026-08-23T06:13:45.105Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2171 | 2026-08-23T06:13:45.810Z | Compiling newtype_derive v0.1.6 |
| 2172 | 2026-08-23T06:13:45.900Z | Compiling owo-colors v4.3.0 |
| 2173 | 2026-08-23T06:13:46.078Z | Compiling tokio-stream v0.1.17 |
| 2174 | 2026-08-23T06:13:46.220Z | Compiling console v0.15.11 |
| 2175 | 2026-08-23T06:13:46.307Z | Compiling csv-core v0.1.12 |
| 2176 | 2026-08-23T06:13:46.431Z | Compiling smawk v0.3.2 |
| 2177 | 2026-08-23T06:13:46.545Z | Compiling termtree v0.5.1 |
| 2178 | 2026-08-23T06:13:46.576Z | Compiling swrite v0.1.0 |
| 2179 | 2026-08-23T06:13:46.677Z | Compiling unicode-width v0.1.14 |
| 2180 | 2026-08-23T06:13:46.689Z | Compiling humantime v2.3.0 |
| 2181 | 2026-08-23T06:13:46.702Z | Compiling foldhash v0.1.5 |
| 2182 | 2026-08-23T06:13:46.848Z | Compiling unicode-linebreak v0.1.5 |
| 2183 | 2026-08-23T06:13:46.977Z | Compiling hashbrown v0.15.5 |
| 2184 | 2026-08-23T06:13:46.995Z | Compiling expectorate v1.2.0 |
| 2185 | 2026-08-23T06:13:47.086Z | Compiling textwrap v0.16.2 |
| 2186 | 2026-08-23T06:13:47.089Z | Compiling csv v1.4.0 |
| 2187 | 2026-08-23T06:13:47.111Z | Compiling qorb v0.4.1 |
| 2188 | 2026-08-23T06:13:47.157Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2189 | 2026-08-23T06:13:47.632Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2190 | 2026-08-23T06:13:49.377Z | Compiling phf v0.12.1 |
| 2191 | 2026-08-23T06:13:49.542Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2192 | 2026-08-23T06:13:49.789Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2193 | 2026-08-23T06:13:49.995Z | Compiling pin-project v1.1.10 |
| 2194 | 2026-08-23T06:13:50.110Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2195 | 2026-08-23T06:13:50.280Z | Compiling libz-sys v1.1.22 |
| 2196 | 2026-08-23T06:13:50.401Z | Compiling unicode-normalization v0.1.24 |
| 2197 | 2026-08-23T06:13:50.897Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2198 | 2026-08-23T06:13:51.621Z | Compiling libsw-core v0.3.2 |
| 2199 | 2026-08-23T06:13:51.801Z | Compiling fixedbitset v0.4.2 |
| 2200 | 2026-08-23T06:13:51.898Z | Compiling highway v1.3.0 |
| 2201 | 2026-08-23T06:13:52.153Z | Compiling fixedbitset v0.5.7 |
| 2202 | 2026-08-23T06:13:52.395Z | Compiling petgraph v0.8.2 |
| 2203 | 2026-08-23T06:13:52.505Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2204 | 2026-08-23T06:13:53.154Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2205 | 2026-08-23T06:13:54.139Z | Compiling progenitor v0.10.0 |
| 2206 | 2026-08-23T06:13:54.308Z | Compiling petgraph v0.6.5 |
| 2207 | 2026-08-23T06:13:54.677Z | Compiling libsw v3.5.0 |
| 2208 | 2026-08-23T06:13:55.032Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-08-23T06:13:56.058Z | Compiling olpc-cjson v0.1.4 |
| 2210 | 2026-08-23T06:13:56.353Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2211 | 2026-08-23T06:13:56.638Z | Compiling snafu v0.8.9 |
| 2212 | 2026-08-23T06:13:56.916Z | Compiling chrono-tz v0.10.4 |
| 2213 | 2026-08-23T06:13:57.034Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2214 | 2026-08-23T06:13:57.108Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-08-23T06:13:57.389Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2216 | 2026-08-23T06:13:57.998Z | Compiling papergrid v0.11.0 |
| 2217 | 2026-08-23T06:13:58.815Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2218 | 2026-08-23T06:13:58.937Z | Compiling strum v0.28.0 |
| 2219 | 2026-08-23T06:13:58.951Z | Compiling globset v0.4.16 |
| 2220 | 2026-08-23T06:13:59.080Z | Compiling const_format v0.2.34 |
| 2221 | 2026-08-23T06:13:59.106Z | Compiling slog-dtrace v0.3.0 |
| 2222 | 2026-08-23T06:13:59.419Z | Compiling cancel-safe-futures v0.1.5 |
| 2223 | 2026-08-23T06:13:59.446Z | Compiling gethostname v0.5.0 |
| 2224 | 2026-08-23T06:13:59.733Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2225 | 2026-08-23T06:14:00.529Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2226 | 2026-08-23T06:14:00.756Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2227 | 2026-08-23T06:14:00.923Z | Compiling pem v3.0.5 |
| 2228 | 2026-08-23T06:14:01.135Z | Compiling bcs v0.1.6 |
| 2229 | 2026-08-23T06:14:01.148Z | Compiling serde_plain v1.0.2 |
| 2230 | 2026-08-23T06:14:01.257Z | Compiling cargo-platform v0.1.9 |
| 2231 | 2026-08-23T06:14:01.327Z | Compiling typed-path v0.9.3 |
| 2232 | 2026-08-23T06:14:01.360Z | Compiling linear-map v1.2.0 |
| 2233 | 2026-08-23T06:14:01.466Z | Compiling tagptr v0.2.0 |
| 2234 | 2026-08-23T06:14:01.939Z | Compiling moka v0.12.11 |
| 2235 | 2026-08-23T06:14:02.713Z | Compiling tough v0.20.0 |
| 2236 | 2026-08-23T06:14:03.137Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2237 | 2026-08-23T06:14:03.218Z | Compiling cargo_metadata v0.18.1 |
| 2238 | 2026-08-23T06:14:03.751Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2239 | 2026-08-23T06:14:04.797Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2240 | 2026-08-23T06:14:04.955Z | Compiling tabled v0.15.0 |
| 2241 | 2026-08-23T06:14:05.126Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2242 | 2026-08-23T06:14:05.439Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2243 | 2026-08-23T06:14:05.649Z | Compiling git2 v0.19.0 |
| 2244 | 2026-08-23T06:14:06.751Z | Compiling steno v0.4.1 |
| 2245 | 2026-08-23T06:14:08.268Z | Compiling hickory-proto v0.25.2 |
| 2246 | 2026-08-23T06:14:08.329Z | Compiling cookie v0.18.1 |
| 2247 | 2026-08-23T06:14:10.233Z | Compiling hickory-resolver v0.25.2 |
| 2248 | 2026-08-23T06:14:11.222Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-08-23T06:14:12.491Z | Compiling vergen v8.3.2 |
| 2250 | 2026-08-23T06:14:14.177Z | Compiling signal-hook v0.4.4 |
| 2251 | 2026-08-23T06:14:14.933Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2252 | 2026-08-23T06:14:15.106Z | Compiling mockall_derive v0.14.0 |
| 2253 | 2026-08-23T06:14:15.337Z | Compiling predicates-core v1.0.9 |
| 2254 | 2026-08-23T06:14:15.562Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2255 | 2026-08-23T06:14:15.699Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2256 | 2026-08-23T06:14:15.855Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2257 | 2026-08-23T06:14:16.133Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2258 | 2026-08-23T06:14:16.854Z | Compiling sha2 v0.10.9 |
| 2259 | 2026-08-23T06:14:17.265Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2260 | 2026-08-23T06:14:17.593Z | Compiling mockall v0.14.0 |
| 2261 | 2026-08-23T06:14:17.901Z | Compiling yansi v1.0.1 |
| 2262 | 2026-08-23T06:14:17.966Z | Compiling diff v0.1.13 |
| 2263 | 2026-08-23T06:14:18.152Z | Compiling pretty_assertions v1.4.1 |
| 2264 | 2026-08-23T06:14:18.201Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2265 | 2026-08-23T06:14:18.433Z | Compiling predicates v3.1.3 |
| 2266 | 2026-08-23T06:14:18.933Z | Compiling predicates-tree v1.0.12 |
| 2267 | 2026-08-23T06:14:19.169Z | Compiling fs-err v3.1.2 |
| 2268 | 2026-08-23T06:14:20.279Z | Compiling git-stub v1.0.0 |
| 2269 | 2026-08-23T06:14:20.572Z | Compiling filetime v0.2.26 |
| 2270 | 2026-08-23T06:14:20.622Z | Compiling xattr v1.6.1 |
| 2271 | 2026-08-23T06:14:20.777Z | Compiling is_ci v1.2.0 |
| 2272 | 2026-08-23T06:14:20.816Z | Compiling fragile v2.0.1 |
| 2273 | 2026-08-23T06:14:20.939Z | Compiling downcast v0.11.0 |
| 2274 | 2026-08-23T06:14:21.112Z | Compiling arrayvec v0.7.6 |
| 2275 | 2026-08-23T06:14:21.146Z | Compiling constant_time_eq v0.3.1 |
| 2276 | 2026-08-23T06:14:21.272Z | Compiling arrayref v0.3.9 |
| 2277 | 2026-08-23T06:14:21.329Z | Compiling supports-color v3.0.2 |
| 2278 | 2026-08-23T06:14:21.357Z | Compiling blake3 v1.8.2 |
| 2279 | 2026-08-23T06:14:21.523Z | Compiling toml v0.7.8 |
| 2280 | 2026-08-23T06:14:21.950Z | Compiling tar v0.4.45 |
| 2281 | 2026-08-23T06:14:22.106Z | Compiling git-stub-vcs v0.1.0 |
| 2282 | 2026-08-23T06:14:22.495Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2283 | 2026-08-23T06:14:22.984Z | Compiling signal-hook-tokio v0.4.0 |
| 2284 | 2026-08-23T06:14:23.280Z | Compiling scuffle v0.1.0 |
| 2285 | 2026-08-23T06:14:24.221Z | Compiling drift v0.2.0 |
| 2286 | 2026-08-23T06:14:24.310Z | Compiling kstat-rs v0.2.4 |
| 2287 | 2026-08-23T06:14:24.638Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2288 | 2026-08-23T06:14:24.719Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2289 | 2026-08-23T06:14:24.803Z | Compiling topological-sort v0.2.2 |
| 2290 | 2026-08-23T06:14:24.976Z | Compiling hex-literal v1.1.0 |
| 2291 | 2026-08-23T06:14:25.101Z | Compiling dropshot-api-manager v0.7.2 |
| 2292 | 2026-08-23T06:14:25.149Z | Compiling omicron-zone-package v0.12.2 |
| 2293 | 2026-08-23T06:14:25.599Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2294 | 2026-08-23T06:14:26.937Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2295 | 2026-08-23T06:14:27.676Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2296 | 2026-08-23T06:14:28.024Z | Compiling curl v0.4.50 |
| 2297 | 2026-08-23T06:14:28.509Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2298 | 2026-08-23T06:14:28.856Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2299 | 2026-08-23T06:14:28.940Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2300 | 2026-08-23T06:14:29.191Z | Compiling iddqd v0.4.5 |
| 2301 | 2026-08-23T06:14:29.607Z | Compiling search_path v0.1.4 |
| 2302 | 2026-08-23T06:14:30.073Z | Compiling internet-checksum v0.2.1 |
| 2303 | 2026-08-23T06:14:30.086Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2304 | 2026-08-23T06:14:30.118Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2305 | 2026-08-23T06:14:32.124Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2306 | 2026-08-23T06:14:33.737Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2307 | 2026-08-23T06:15:22.323Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 23s |
| 2308 | 2026-08-23T06:15:22.453Z | Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a) |
| 2309 | 2026-08-23T06:15:22.458Z | |
| 2310 | 2026-08-23T06:15:22.458Z | running 0 tests |
| 2311 | 2026-08-23T06:15:22.458Z | |
| 2312 | 2026-08-23T06:15:22.458Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2313 | 2026-08-23T06:15:22.458Z | |
| 2314 | 2026-08-23T06:15:22.458Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2315 | 2026-08-23T06:15:22.462Z | |
| 2316 | 2026-08-23T06:15:22.462Z | running 0 tests |
| 2317 | 2026-08-23T06:15:22.462Z | |
| 2318 | 2026-08-23T06:15:22.462Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2319 | 2026-08-23T06:15:22.462Z | |
| 2320 | 2026-08-23T06:15:22.462Z | Running unittests src/lib.rs (target/debug/deps/asic-a0a7892820f1f61b) |
| 2321 | 2026-08-23T06:15:22.462Z | |
| 2322 | 2026-08-23T06:15:22.462Z | running 0 tests |
| 2323 | 2026-08-23T06:15:22.462Z | |
| 2324 | 2026-08-23T06:15:22.462Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2325 | 2026-08-23T06:15:22.462Z | |
| 2326 | 2026-08-23T06:15:22.465Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 2327 | 2026-08-23T06:15:22.468Z | |
| 2328 | 2026-08-23T06:15:22.468Z | running 4 tests |
| 2329 | 2026-08-23T06:15:22.471Z | test nat::tests::test_vni ... ok |
| 2330 | 2026-08-23T06:15:22.471Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2331 | 2026-08-23T06:15:22.471Z | test test_purge ... ok |
| 2332 | 2026-08-23T06:15:22.474Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2333 | 2026-08-23T06:15:22.474Z | |
| 2334 | 2026-08-23T06:15:22.474Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2335 | 2026-08-23T06:15:22.474Z | |
| 2336 | 2026-08-23T06:15:22.474Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 2337 | 2026-08-23T06:15:22.477Z | |
| 2338 | 2026-08-23T06:15:22.477Z | running 1 test |
| 2339 | 2026-08-23T06:15:22.480Z | ------- |
| 2340 | 2026-08-23T06:15:22.480Z | Generating OpenAPI documents from API definitions ... |
| 2341 | 2026-08-23T06:15:22.620Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2342 | 2026-08-23T06:15:22.695Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2343 | 2026-08-23T06:15:23.779Z | ------- |
| 2344 | 2026-08-23T06:15:23.779Z | Checking 13 OpenAPI documents... |
| 2345 | 2026-08-23T06:15:23.779Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2346 | 2026-08-23T06:15:23.779Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2347 | 2026-08-23T06:15:23.779Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2348 | 2026-08-23T06:15:23.779Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2349 | 2026-08-23T06:15:23.779Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2350 | 2026-08-23T06:15:23.782Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2351 | 2026-08-23T06:15:23.782Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2352 | 2026-08-23T06:15:23.782Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2353 | 2026-08-23T06:15:23.782Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2354 | 2026-08-23T06:15:23.783Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2355 | 2026-08-23T06:15:23.783Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2356 | 2026-08-23T06:15:23.783Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2357 | 2026-08-23T06:15:23.783Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2358 | 2026-08-23T06:15:23.783Z | Fresh dpd "latest" symlink |
| 2359 | 2026-08-23T06:15:23.783Z | ------- |
| 2360 | 2026-08-23T06:15:23.783Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 2361 | 2026-08-23T06:15:23.850Z | test test::test_apis_up_to_date ... ok |
| 2362 | 2026-08-23T06:15:23.850Z | |
| 2363 | 2026-08-23T06:15:23.850Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s |
| 2364 | 2026-08-23T06:15:23.851Z | |
| 2365 | 2026-08-23T06:15:23.912Z | Running unittests src/main.rs (target/debug/deps/dpd-4835e479bf07068c) |
| 2366 | 2026-08-23T06:15:23.919Z | |
| 2367 | 2026-08-23T06:15:23.919Z | running 34 tests |
| 2368 | 2026-08-23T06:15:23.921Z | test freemap::test_ordering ... ok |
| 2369 | 2026-08-23T06:15:23.921Z | test config::tests::test_updates ... ok |
| 2370 | 2026-08-23T06:15:23.921Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2371 | 2026-08-23T06:15:23.921Z | test freemap::test_split ... ok |
| 2372 | 2026-08-23T06:15:23.924Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2373 | 2026-08-23T06:15:23.925Z | test macaddrs::tests::test_mac_offset ... ok |
| 2374 | 2026-08-23T06:15:23.925Z | Aug 23 06:15:22.582 Aug 23 06:15:22.582DEBG DEBGcreated new freemap created new freemap, unit, :unit :freemap_test freemap_test |
| 2375 | 2026-08-23T06:15:23.925Z | |
| 2376 | 2026-08-23T06:15:23.925Z | Aug 23 06:15:22.582 DEBG initted freemap. low: 0, size: 128, unitAug 23 06:15:22.582: DEBGfreemap_test |
| 2377 | 2026-08-23T06:15:23.925Z | initted freemap. low: 0, size: 128, unitAug 23 06:15:22.582: DEBGfreemap_test reset freemap |
| 2378 | 2026-08-23T06:15:23.925Z | , unit: freemap_test |
| 2379 | 2026-08-23T06:15:23.925Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2380 | 2026-08-23T06:15:23.925Z | Aug 23 06:15:22.582 DEBG reset freemap, unit: freemap_test |
| 2381 | 2026-08-23T06:15:23.925Z | test freemap::test_basic ... ok |
| 2382 | 2026-08-23T06:15:23.925Z | Aug 23 06:15:22.582 DEBG created new freemap, unit: freemap_test |
| 2383 | 2026-08-23T06:15:23.925Z | Aug 23 06:15:22.582 DEBG initted freemap. low: 0, size: 128, unit: freemap_testAug 23 06:15:22.582 |
| 2384 | 2026-08-23T06:15:23.925Z | DEBG created new freemap, Aug 23 06:15:22.582unit :DEBG freemap_testreset freemap |
| 2385 | 2026-08-23T06:15:23.925Z | , unit: freemap_test |
| 2386 | 2026-08-23T06:15:23.925Z | Aug 23 06:15:22.582 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 2387 | 2026-08-23T06:15:23.925Z | Aug 23 06:15:22.583 DEBG reset freemap, unit: freemap_test |
| 2388 | 2026-08-23T06:15:23.925Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2389 | 2026-08-23T06:15:23.925Z | test freemap::test_exhaustion ... ok |
| 2390 | 2026-08-23T06:15:23.925Z | test nat::test_mapping ... ok |
| 2391 | 2026-08-23T06:15:23.925Z | test freemap::test_reclaim ... ok |
| 2392 | 2026-08-23T06:15:23.925Z | test freemap::test_free ... ok |
| 2393 | 2026-08-23T06:15:23.925Z | test port_map::tests::test_backplane_group ... ok |
| 2394 | 2026-08-23T06:15:23.925Z | test port_map::tests::test_port_map ... ok |
| 2395 | 2026-08-23T06:15:23.925Z | test port_map::tests::dump_map ... ok |
| 2396 | 2026-08-23T06:15:23.925Z | Aug 23 06:15:22.583 DEBG created new freemap, unit: freemap_test |
| 2397 | 2026-08-23T06:15:23.925Z | Aug 23 06:15:22.583 DEBG initted freemap. low: 0, size: 8, unit: freemap_test |
| 2398 | 2026-08-23T06:15:23.925Z | Aug 23 06:15:22.583 DEBG reset freemap, unit: freemap_test |
| 2399 | 2026-08-23T06:15:23.925Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2400 | 2026-08-23T06:15:23.925Z | Aug 23 06:15:22.583 DEBG created new freemap, unit: freemap_test |
| 2401 | 2026-08-23T06:15:23.926Z | test freemap::test_span ... ok |
| 2402 | 2026-08-23T06:15:23.926Z | Aug 23 06:15:22.583 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 2403 | 2026-08-23T06:15:23.926Z | Aug 23 06:15:22.583 DEBG reset freemap, unit: freemap_test |
| 2404 | 2026-08-23T06:15:23.931Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2405 | 2026-08-23T06:15:23.931Z | test api_server::tests::test_build_info ... ok |
| 2406 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2407 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2408 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv4 |
| 2409 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2410 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv6 |
| 2411 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2412 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2413 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584 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 } }] |
| 2414 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2415 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584 DEBGAug 23 06:15:22.584 Aug 23 06:15:22.584 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 } }] DEBGDEBG |
| 2416 | 2026-08-23T06:15:23.931Z | created new freemap Aug 23 06:15:22.584, created new freemapDEBGunitAug 23 06:15:22.584, :unit INFO: freemap_route_ipv4adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2417 | 2026-08-23T06:15:23.931Z | created new freemapfreemap_route_ipv4 |
| 2418 | 2026-08-23T06:15:23.931Z | , |
| 2419 | 2026-08-23T06:15:23.931Z | unitAug 23 06:15:22.584: DEBGfreemap_route_ipv4 Aug 23 06:15:22.584 |
| 2420 | 2026-08-23T06:15:23.931Z | replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2421 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584 created new freemapDEBG, Aug 23 06:15:22.584unitAug 23 06:15:22.584:created new freemap , freemap_route_ipv6unitDEBG |
| 2422 | 2026-08-23T06:15:23.931Z | INFO: adding route 3fff:beef:2::/64 -> 2001:db8::55:ffcreated new freemap , |
| 2423 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584unit freemap_route_ipv6: |
| 2424 | 2026-08-23T06:15:23.931Z | DEBG freemap_route_ipv6initted freemap. low: 0, size: 64Aug 23 06:15:22.584, |
| 2425 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584unit: Aug 23 06:15:22.584DEBG freemap_route_ipv4DEBG |
| 2426 | 2026-08-23T06:15:23.931Z | initted freemap. low: 0, size: 64initted freemap. low: 0, size: 64, Aug 23 06:15:22.584, unitDEBGunit :reset freemap:, unit :freemap_route_ipv4freemap_route_ipv4 |
| 2427 | 2026-08-23T06:15:23.931Z | freemap_route_ipv4 |
| 2428 | 2026-08-23T06:15:23.931Z | |
| 2429 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584 DEBGAug 23 06:15:22.584Aug 23 06:15:22.584 DEBG DEBG reset freemapinitted freemap. low: 0, size: 64, , reset freemapunitunit, ::unit freemap_route_ipv6freemap_route_ipv4 |
| 2430 | 2026-08-23T06:15:23.931Z | : |
| 2431 | 2026-08-23T06:15:23.931Z | freemap_route_ipv4 |
| 2432 | 2026-08-23T06:15:23.931Z | Aug 23 06:15:22.584 DEBG reset freemapAug 23 06:15:22.584Aug 23 06:15:22.584, unitDEBGDEBG :initted freemap. low: 0, size: 64 initted freemap. low: 0, size: 64, freemap_route_ipv6unit |
| 2433 | 2026-08-23T06:15:23.931Z | , : unitfreemap_route_ipv6: |
| 2434 | 2026-08-23T06:15:23.932Z | Aug 23 06:15:22.584freemap_route_ipv6 |
| 2435 | 2026-08-23T06:15:23.932Z | INFO Aug 23 06:15:22.584adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2436 | 2026-08-23T06:15:23.932Z | DEBG Aug 23 06:15:22.584reset freemap , Aug 23 06:15:22.584DEBG DEBGreset freemap , unitunit:: freemap_route_ipv6freemap_route_ipv6 |
| 2437 | 2026-08-23T06:15:23.932Z | |
| 2438 | 2026-08-23T06:15:23.932Z | 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 } }] |
| 2439 | 2026-08-23T06:15:23.932Z | Aug 23 06:15:22.584 Aug 23 06:15:22.584Aug 23 06:15:22.584INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2440 | 2026-08-23T06:15:23.932Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 2441 | 2026-08-23T06:15:23.932Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2442 | 2026-08-23T06:15:23.932Z | Aug 23 06:15:22.584 Aug 23 06:15:22.584DEBG Aug 23 06:15:22.584 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 } }] |
| 2443 | 2026-08-23T06:15:23.932Z | 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 } }]DEBGAug 23 06:15:22.584 |
| 2444 | 2026-08-23T06:15:23.932Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 23 06:15:22.584 |
| 2445 | 2026-08-23T06:15:23.932Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 23 06:15:22.584 |
| 2446 | 2026-08-23T06:15:23.932Z | created new freemapINFOAug 23 06:15:22.584 Aug 23 06:15:22.584adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2447 | 2026-08-23T06:15:23.932Z | , DEBG unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 2448 | 2026-08-23T06:15:23.932Z | : adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:15:22.584freemap_route_ipv4 |
| 2449 | 2026-08-23T06:15:23.932Z | 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 } }] |
| 2450 | 2026-08-23T06:15:23.932Z | |
| 2451 | 2026-08-23T06:15:23.932Z | Aug 23 06:15:22.584 INFOAug 23 06:15:22.584 adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 23 06:15:22.584 |
| 2452 | 2026-08-23T06:15:23.932Z | DEBGAug 23 06:15:22.584INFO Aug 23 06:15:22.584 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGcreated new freemap |
| 2453 | 2026-08-23T06:15:23.932Z | , unitreplacing 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 } }]: |
| 2454 | 2026-08-23T06:15:23.932Z | 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 } }] freemap_route_ipv6 |
| 2455 | 2026-08-23T06:15:23.932Z | |
| 2456 | 2026-08-23T06:15:23.932Z | Aug 23 06:15:22.584Aug 23 06:15:22.584 DEBGAug 23 06:15:22.584Aug 23 06:15:22.584 INFO INFODEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 2457 | 2026-08-23T06:15:23.932Z | initted freemap. low: 0, size: 64adding route 3fff:beef:1::/64 -> 2001:db8::55:ff , adding route 3fff:dead::/64 -> 2001:db8::55:2unit |
| 2458 | 2026-08-23T06:15:23.932Z | |
| 2459 | 2026-08-23T06:15:23.932Z | :Aug 23 06:15:22.584 freemap_route_ipv4 |
| 2460 | 2026-08-23T06:15:23.932Z | INFO Aug 23 06:15:22.584adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2461 | 2026-08-23T06:15:23.933Z | DEBG Aug 23 06:15:22.584Aug 23 06:15:22.584replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.584 |
| 2462 | 2026-08-23T06:15:23.933Z | DEBGDEBG DEBGreset 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit |
| 2463 | 2026-08-23T06:15:23.933Z | : |
| 2464 | 2026-08-23T06:15:23.933Z | Aug 23 06:15:22.584 freemap_route_ipv4 |
| 2465 | 2026-08-23T06:15:23.933Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 23 06:15:22.585 |
| 2466 | 2026-08-23T06:15:23.933Z | INFOAug 23 06:15:22.585 Aug 23 06:15:22.585Aug 23 06:15:22.585DEBG adding route 3fff:beef::/64 -> 2001:db8::55:ff INFOinitted freemap. low: 0, size: 64DEBG |
| 2467 | 2026-08-23T06:15:23.933Z | , unit :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 } }] |
| 2468 | 2026-08-23T06:15:23.933Z | freemap_route_ipv6adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2469 | 2026-08-23T06:15:23.933Z | Aug 23 06:15:22.585 |
| 2470 | 2026-08-23T06:15:23.933Z | Aug 23 06:15:22.585DEBG Aug 23 06:15:22.585 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 |
| 2471 | 2026-08-23T06:15:23.933Z | DEBG Aug 23 06:15:22.585reset freemapadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2472 | 2026-08-23T06:15:23.933Z | , DEBGunit Aug 23 06:15:22.585replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: freemap_route_ipv6INFO |
| 2473 | 2026-08-23T06:15:23.933Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2474 | 2026-08-23T06:15:23.933Z | Aug 23 06:15:22.585 |
| 2475 | 2026-08-23T06:15:23.933Z | Aug 23 06:15:22.585DEBG Aug 23 06:15:22.585INFO 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 |
| 2476 | 2026-08-23T06:15:23.933Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:15:22.585 |
| 2477 | 2026-08-23T06:15:23.934Z | 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 } }] |
| 2478 | 2026-08-23T06:15:23.934Z | INFOAug 23 06:15:22.585 Aug 23 06:15:22.585Aug 23 06:15:22.585adding route 3fff:beef:1::/64 -> 2001:db8::55:ff INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2479 | 2026-08-23T06:15:23.934Z | |
| 2480 | 2026-08-23T06:15:23.934Z | DEBG |
| 2481 | 2026-08-23T06:15:23.934Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2482 | 2026-08-23T06:15:23.934Z | Aug 23 06:15:22.585 DEBGAug 23 06:15:22.585 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 |
| 2483 | 2026-08-23T06:15:23.934Z | Aug 23 06:15:22.585 Aug 23 06:15:22.585 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2484 | 2026-08-23T06:15:23.934Z | Aug 23 06:15:22.585DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 2485 | 2026-08-23T06:15:23.934Z | Aug 23 06:15:22.585adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2486 | 2026-08-23T06:15:23.934Z | |
| 2487 | 2026-08-23T06:15:23.934Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2488 | 2026-08-23T06:15:23.935Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 23 06:15:22.585replacing 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 } }] |
| 2489 | 2026-08-23T06:15:23.935Z | |
| 2490 | 2026-08-23T06:15:23.935Z | 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 } }] |
| 2491 | 2026-08-23T06:15:23.935Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585 |
| 2492 | 2026-08-23T06:15:23.935Z | |
| 2493 | 2026-08-23T06:15:23.935Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 23 06:15:22.585 |
| 2494 | 2026-08-23T06:15:23.935Z | INFO Aug 23 06:15:22.585adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2495 | 2026-08-23T06:15:23.935Z | Aug 23 06:15:22.585DEBG DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2496 | 2026-08-23T06:15:23.935Z | 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 23 06:15:22.585 |
| 2497 | 2026-08-23T06:15:23.936Z | 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 } }] |
| 2498 | 2026-08-23T06:15:23.936Z | Aug 23 06:15:22.585 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 23 06:15:22.585 |
| 2499 | 2026-08-23T06:15:23.936Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2500 | 2026-08-23T06:15:23.936Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 Aug 23 06:15:22.585DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 2501 | 2026-08-23T06:15:23.936Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2502 | 2026-08-23T06:15:23.936Z | 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 } }] |
| 2503 | 2026-08-23T06:15:23.936Z | Aug 23 06:15:22.585 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 23 06:15:22.585 |
| 2504 | 2026-08-23T06:15:23.940Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 23 06:15:22.585 |
| 2505 | 2026-08-23T06:15:23.940Z | Aug 23 06:15:22.585 DEBGDEBG Aug 23 06:15:22.585 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: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 |
| 2506 | 2026-08-23T06:15:23.940Z | |
| 2507 | 2026-08-23T06:15:23.940Z | 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 } }] |
| 2508 | 2026-08-23T06:15:23.940Z | Aug 23 06:15:22.585 Aug 23 06:15:22.585INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2509 | 2026-08-23T06:15:23.940Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 23 06:15:22.585 |
| 2510 | 2026-08-23T06:15:23.940Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2511 | 2026-08-23T06:15:23.940Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGAug 23 06:15:22.585DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2512 | 2026-08-23T06:15:23.940Z | |
| 2513 | 2026-08-23T06:15:23.940Z | 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 } }] |
| 2514 | 2026-08-23T06:15:23.940Z | Aug 23 06:15:22.585 INFO Aug 23 06:15:22.585adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2515 | 2026-08-23T06:15:23.940Z | INFO Aug 23 06:15:22.585adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2516 | 2026-08-23T06:15:23.940Z | INFOAug 23 06:15:22.585 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 2517 | 2026-08-23T06:15:23.940Z | 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 23 06:15:22.585Aug 23 06:15:22.585 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 } }] |
| 2518 | 2026-08-23T06:15:23.941Z | |
| 2519 | 2026-08-23T06:15:23.941Z | 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 } }] |
| 2520 | 2026-08-23T06:15:23.941Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 Aug 23 06:15:22.585 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 2521 | 2026-08-23T06:15:23.941Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2522 | 2026-08-23T06:15:23.941Z | |
| 2523 | 2026-08-23T06:15:23.941Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBGAug 23 06:15:22.585 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: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 } }] |
| 2524 | 2026-08-23T06:15:23.941Z | |
| 2525 | 2026-08-23T06:15:23.941Z | 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 } }] |
| 2526 | 2026-08-23T06:15:23.941Z | Aug 23 06:15:22.585 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 23 06:15:22.585 |
| 2527 | 2026-08-23T06:15:23.941Z | INFO Aug 23 06:15:22.585adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 23 06:15:22.585 |
| 2528 | 2026-08-23T06:15:23.941Z | INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2529 | 2026-08-23T06:15:23.941Z | Aug 23 06:15:22.585replacing 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 } }] |
| 2530 | 2026-08-23T06:15:23.941Z | DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585 |
| 2531 | 2026-08-23T06:15:23.941Z | 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 } }] |
| 2532 | 2026-08-23T06:15:23.941Z | Aug 23 06:15:22.585 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 23 06:15:22.585 |
| 2533 | 2026-08-23T06:15:23.942Z | Aug 23 06:15:22.585 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2534 | 2026-08-23T06:15:23.942Z | |
| 2535 | 2026-08-23T06:15:23.942Z | Aug 23 06:15:22.585Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBG DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2536 | 2026-08-23T06:15:23.942Z | |
| 2537 | 2026-08-23T06:15:23.942Z | |
| 2538 | 2026-08-23T06:15:23.942Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 INFOINFOAug 23 06:15:22.585 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 2539 | 2026-08-23T06:15:23.942Z | |
| 2540 | 2026-08-23T06:15:23.942Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2541 | 2026-08-23T06:15:23.942Z | Aug 23 06:15:22.585 Aug 23 06:15:22.585DEBG DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2542 | 2026-08-23T06:15:23.942Z | 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 } }] |
| 2543 | 2026-08-23T06:15:23.942Z | Aug 23 06:15:22.585 Aug 23 06:15:22.585Aug 23 06:15:22.585 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 2544 | 2026-08-23T06:15:23.942Z | |
| 2545 | 2026-08-23T06:15:23.942Z | 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 } }] |
| 2546 | 2026-08-23T06:15:23.942Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBGAug 23 06:15:22.585 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2547 | 2026-08-23T06:15:23.942Z | INFO |
| 2548 | 2026-08-23T06:15:23.943Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2549 | 2026-08-23T06:15:23.943Z | Aug 23 06:15:22.585 INFO Aug 23 06:15:22.585adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2550 | 2026-08-23T06:15:23.943Z | DEBGAug 23 06:15:22.585 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2551 | 2026-08-23T06:15:23.943Z | Aug 23 06:15:22.585adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2552 | 2026-08-23T06:15:23.943Z | 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 } }] |
| 2553 | 2026-08-23T06:15:23.943Z | Aug 23 06:15:22.585 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 23 06:15:22.585 |
| 2554 | 2026-08-23T06:15:23.943Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 23 06:15:22.585 |
| 2555 | 2026-08-23T06:15:23.943Z | 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 } }] |
| 2556 | 2026-08-23T06:15:23.943Z | Aug 23 06:15:22.585 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 23 06:15:22.585 |
| 2557 | 2026-08-23T06:15:23.943Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2558 | 2026-08-23T06:15:23.943Z | Aug 23 06:15:22.585 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 23 06:15:22.585 |
| 2559 | 2026-08-23T06:15:23.943Z | 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 } }] |
| 2560 | 2026-08-23T06:15:23.943Z | Aug 23 06:15:22.585 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 23 06:15:22.585 |
| 2561 | 2026-08-23T06:15:23.943Z | INFOAug 23 06:15:22.585 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 2562 | 2026-08-23T06:15:23.943Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2563 | 2026-08-23T06:15:23.943Z | Aug 23 06:15:22.585 DEBGAug 23 06:15:22.585 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 |
| 2564 | 2026-08-23T06:15:23.943Z | 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 } }] |
| 2565 | 2026-08-23T06:15:23.943Z | Aug 23 06:15:22.585 INFOAug 23 06:15:22.585 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 2566 | 2026-08-23T06:15:23.943Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2567 | 2026-08-23T06:15:23.943Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2568 | 2026-08-23T06:15:23.943Z | |
| 2569 | 2026-08-23T06:15:23.943Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2570 | 2026-08-23T06:15:23.943Z | |
| 2571 | 2026-08-23T06:15:23.943Z | Aug 23 06:15:22.585Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBG 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 } }] |
| 2572 | 2026-08-23T06:15:23.943Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2573 | 2026-08-23T06:15:23.943Z | |
| 2574 | 2026-08-23T06:15:23.943Z | Aug 23 06:15:22.585 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2575 | 2026-08-23T06:15:23.943Z | Aug 23 06:15:22.585 INFO Aug 23 06:15:22.585adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2576 | 2026-08-23T06:15:23.943Z | DEBG Aug 23 06:15:22.585replacing 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 } }] |
| 2577 | 2026-08-23T06:15:23.943Z | INFOAug 23 06:15:22.585 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 2578 | 2026-08-23T06:15:23.943Z | 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 } }] |
| 2579 | 2026-08-23T06:15:23.943Z | Aug 23 06:15:22.585 INFO Aug 23 06:15:22.585Aug 23 06:15:22.585 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 2580 | 2026-08-23T06:15:23.944Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2581 | 2026-08-23T06:15:23.944Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 23 06:15:22.585 |
| 2582 | 2026-08-23T06:15:23.944Z | 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 23 06:15:22.585 |
| 2583 | 2026-08-23T06:15:23.944Z | Aug 23 06:15:22.585INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2584 | 2026-08-23T06:15:23.944Z | 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 23 06:15:22.585 |
| 2585 | 2026-08-23T06:15:23.944Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2586 | 2026-08-23T06:15:23.944Z | Aug 23 06:15:22.585 Aug 23 06:15:22.585DEBG Aug 23 06:15:22.585INFO 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:13::/64 -> 2001:db8::55:ffDEBG |
| 2587 | 2026-08-23T06:15:23.944Z | |
| 2588 | 2026-08-23T06:15:23.944Z | 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 } }] |
| 2589 | 2026-08-23T06:15:23.944Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 Aug 23 06:15:22.585 DEBGINFO INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2590 | 2026-08-23T06:15:23.944Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2591 | 2026-08-23T06:15:23.945Z | |
| 2592 | 2026-08-23T06:15:23.945Z | Aug 23 06:15:22.585 Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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:14::/64 -> 2001:db8::55:ff |
| 2593 | 2026-08-23T06:15:23.945Z | |
| 2594 | 2026-08-23T06:15:23.945Z | |
| 2595 | 2026-08-23T06:15:23.945Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2596 | 2026-08-23T06:15:23.945Z | Aug 23 06:15:22.585 |
| 2597 | 2026-08-23T06:15:23.945Z | 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 } }] |
| 2598 | 2026-08-23T06:15:23.945Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2599 | 2026-08-23T06:15:23.945Z | Aug 23 06:15:22.585 |
| 2600 | 2026-08-23T06:15:23.945Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 23 06:15:22.585 |
| 2601 | 2026-08-23T06:15:23.945Z | Aug 23 06:15:22.585INFO INFOAug 23 06:15:22.585adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2602 | 2026-08-23T06:15:23.945Z | DEBG adding route 3fff:beef:19::/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 } }] |
| 2603 | 2026-08-23T06:15:23.945Z | |
| 2604 | 2026-08-23T06:15:23.949Z | Aug 23 06:15:22.585 DEBG Aug 23 06:15:22.585replacing 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 } }] |
| 2605 | 2026-08-23T06:15:23.949Z | INFO Aug 23 06:15:22.585adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2606 | 2026-08-23T06:15:23.949Z | Aug 23 06:15:22.585DEBG INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.585 |
| 2607 | 2026-08-23T06:15:23.949Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2608 | 2026-08-23T06:15:23.949Z | 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 } }] |
| 2609 | 2026-08-23T06:15:23.949Z | Aug 23 06:15:22.585 Aug 23 06:15:22.585Aug 23 06:15:22.585 INFODEBGINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2610 | 2026-08-23T06:15:23.949Z | |
| 2611 | 2026-08-23T06:15:23.949Z | Aug 23 06:15:22.585 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 } }] |
| 2612 | 2026-08-23T06:15:23.949Z | Aug 23 06:15:22.585 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 } }] |
| 2613 | 2026-08-23T06:15:23.949Z | Aug 23 06:15:22.585 INFOAug 23 06:15:22.585replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2614 | 2026-08-23T06:15:23.949Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2615 | 2026-08-23T06:15:23.949Z | |
| 2616 | 2026-08-23T06:15:23.949Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGAug 23 06:15:22.585DEBG 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 } }] |
| 2617 | 2026-08-23T06:15:23.949Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2618 | 2026-08-23T06:15:23.949Z | Aug 23 06:15:22.585 Aug 23 06:15:22.585INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2619 | 2026-08-23T06:15:23.949Z | 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 } }] |
| 2620 | 2026-08-23T06:15:23.949Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2621 | 2026-08-23T06:15:23.949Z | |
| 2622 | 2026-08-23T06:15:23.949Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2623 | 2026-08-23T06:15:23.950Z | |
| 2624 | 2026-08-23T06:15:23.950Z | Aug 23 06:15:22.585 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 } }] |
| 2625 | 2026-08-23T06:15:23.950Z | Aug 23 06:15:22.585 Aug 23 06:15:22.585INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2626 | 2026-08-23T06:15:23.950Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2627 | 2026-08-23T06:15:23.950Z | Aug 23 06:15:22.585 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 } }] |
| 2628 | 2026-08-23T06:15:23.950Z | Aug 23 06:15:22.585 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 } }]Aug 23 06:15:22.585 |
| 2629 | 2026-08-23T06:15:23.950Z | INFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2630 | 2026-08-23T06:15:23.950Z | |
| 2631 | 2026-08-23T06:15:23.950Z | Aug 23 06:15:22.585 INFO 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:1c::/64 -> 2001:db8::55:ff |
| 2632 | 2026-08-23T06:15:23.950Z | |
| 2633 | 2026-08-23T06:15:23.950Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 INFODEBGAug 23 06:15:22.585 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 } }] |
| 2634 | 2026-08-23T06:15:23.950Z | INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2635 | 2026-08-23T06:15:23.950Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2636 | 2026-08-23T06:15:23.950Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 INFOAug 23 06:15:22.585DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 2637 | 2026-08-23T06:15:23.950Z | 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: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 } }] |
| 2638 | 2026-08-23T06:15:23.950Z | |
| 2639 | 2026-08-23T06:15:23.950Z | Aug 23 06:15:22.585Aug 23 06:15:22.585Aug 23 06:15:22.585 INFO INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 2640 | 2026-08-23T06:15:23.950Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2641 | 2026-08-23T06:15:23.950Z | |
| 2642 | 2026-08-23T06:15:23.950Z | Aug 23 06:15:22.585 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 23 06:15:22.585 |
| 2643 | 2026-08-23T06:15:23.950Z | Aug 23 06:15:22.585DEBG 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 23 06:15:22.585 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO |
| 2644 | 2026-08-23T06:15:23.951Z | |
| 2645 | 2026-08-23T06:15:23.951Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2646 | 2026-08-23T06:15:23.951Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGINFO Aug 23 06:15:22.585adding route 3fff:beef:1c::/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 } }] |
| 2647 | 2026-08-23T06:15:23.951Z | DEBG |
| 2648 | 2026-08-23T06:15:23.951Z | 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 } }] |
| 2649 | 2026-08-23T06:15:23.951Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 Aug 23 06:15:22.585INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff 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 } }] |
| 2650 | 2026-08-23T06:15:23.951Z | |
| 2651 | 2026-08-23T06:15:23.951Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2652 | 2026-08-23T06:15:23.951Z | Aug 23 06:15:22.585Aug 23 06:15:22.585Aug 23 06:15:22.585 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2653 | 2026-08-23T06:15:23.951Z | |
| 2654 | 2026-08-23T06:15:23.951Z | 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 } }] |
| 2655 | 2026-08-23T06:15:23.951Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 INFODEBG Aug 23 06:15:22.585adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2656 | 2026-08-23T06:15:23.951Z | INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2657 | 2026-08-23T06:15:23.951Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 23 06:15:22.585 |
| 2658 | 2026-08-23T06:15:23.951Z | 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 23 06:15:22.585 |
| 2659 | 2026-08-23T06:15:23.951Z | Aug 23 06:15:22.585 DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2660 | 2026-08-23T06:15:23.951Z | |
| 2661 | 2026-08-23T06:15:23.951Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2662 | 2026-08-23T06:15:23.951Z | Aug 23 06:15:22.585 Aug 23 06:15:22.585DEBGAug 23 06:15:22.585 INFO 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 } }] |
| 2663 | 2026-08-23T06:15:23.951Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2664 | 2026-08-23T06:15:23.951Z | |
| 2665 | 2026-08-23T06:15:23.951Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 Aug 23 06:15:22.585 INFO INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 2666 | 2026-08-23T06:15:23.951Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2667 | 2026-08-23T06:15:23.951Z | |
| 2668 | 2026-08-23T06:15:23.951Z | Aug 23 06:15:22.585 DEBGAug 23 06:15:22.585 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 23 06:15:22.585DEBG |
| 2669 | 2026-08-23T06:15:23.951Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2670 | 2026-08-23T06:15:23.951Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2671 | 2026-08-23T06:15:23.951Z | Aug 23 06:15:22.585 INFOAug 23 06:15:22.585 Aug 23 06:15:22.585INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2672 | 2026-08-23T06:15:23.951Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 2673 | 2026-08-23T06:15:23.951Z | 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 } }] |
| 2674 | 2026-08-23T06:15:23.951Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 Aug 23 06:15:22.585DEBG DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2675 | 2026-08-23T06:15:23.951Z | |
| 2676 | 2026-08-23T06:15:23.951Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2677 | 2026-08-23T06:15:23.951Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 INFOAug 23 06:15:22.585INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2678 | 2026-08-23T06:15:23.951Z | |
| 2679 | 2026-08-23T06:15:23.952Z | 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 } }] |
| 2680 | 2026-08-23T06:15:23.952Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 23 06:15:22.585 |
| 2681 | 2026-08-23T06:15:23.952Z | |
| 2682 | 2026-08-23T06:15:23.952Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2683 | 2026-08-23T06:15:23.952Z | Aug 23 06:15:22.585Aug 23 06:15:22.585 Aug 23 06:15:22.585INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2684 | 2026-08-23T06:15:23.952Z | 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 } }] |
| 2685 | 2026-08-23T06:15:23.952Z | Aug 23 06:15:22.586 Aug 23 06:15:22.586DEBG 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 } }] |
| 2686 | 2026-08-23T06:15:23.952Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2687 | 2026-08-23T06:15:23.952Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2688 | 2026-08-23T06:15:23.952Z | Aug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586 DEBG DEBGAug 23 06:15:22.586replacing 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 |
| 2689 | 2026-08-23T06:15:23.952Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBG |
| 2690 | 2026-08-23T06:15:23.952Z | Aug 23 06:15:22.586 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 23 06:15:22.586 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 } }]DEBGAug 23 06:15:22.586 |
| 2691 | 2026-08-23T06:15:23.952Z | |
| 2692 | 2026-08-23T06:15:23.952Z | DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ffcreated new freemap |
| 2693 | 2026-08-23T06:15:23.952Z | , unitreplacing 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 } }]: |
| 2694 | 2026-08-23T06:15:23.953Z | freemap_route_ipv4Aug 23 06:15:22.586 |
| 2695 | 2026-08-23T06:15:23.953Z | Aug 23 06:15:22.586 INFOAug 23 06:15:22.586 INFOAug 23 06:15:22.586adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2696 | 2026-08-23T06:15:23.953Z | DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 23 06:15:22.586 |
| 2697 | 2026-08-23T06:15:23.953Z | INFO created new freemapAug 23 06:15:22.586, adding route 3fff:beef:24::/64 -> 2001:db8::55:ffunitDEBG |
| 2698 | 2026-08-23T06:15:23.953Z | :Aug 23 06:15:22.586DEBG DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6 |
| 2699 | 2026-08-23T06:15:23.954Z | 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 } }] |
| 2700 | 2026-08-23T06:15:23.954Z | |
| 2701 | 2026-08-23T06:15:23.954Z | 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 23 06:15:22.586 |
| 2702 | 2026-08-23T06:15:23.954Z | 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 } }] |
| 2703 | 2026-08-23T06:15:23.954Z | Aug 23 06:15:22.586 Aug 23 06:15:22.586Aug 23 06:15:22.586INFOAug 23 06:15:22.586Aug 23 06:15:22.586 INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 2704 | 2026-08-23T06:15:23.958Z | |
| 2705 | 2026-08-23T06:15:23.958Z | initted freemap. low: 0, size: 64 |
| 2706 | 2026-08-23T06:15:23.958Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2707 | 2026-08-23T06:15:23.958Z | , unit:Aug 23 06:15:22.586 Aug 23 06:15:22.586Aug 23 06:15:22.586DEBGfreemap_route_ipv4 Aug 23 06:15:22.586 |
| 2708 | 2026-08-23T06:15:23.958Z | 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 |
| 2709 | 2026-08-23T06:15:23.958Z | DEBGDEBG Aug 23 06:15:22.586 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:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.586DEBG |
| 2710 | 2026-08-23T06:15:23.958Z | 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 } }] |
| 2711 | 2026-08-23T06:15:23.958Z | |
| 2712 | 2026-08-23T06:15:23.958Z | reset freemap, unitINFO:Aug 23 06:15:22.586Aug 23 06:15:22.586 freemap_route_ipv4adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO |
| 2713 | 2026-08-23T06:15:23.958Z | INFO |
| 2714 | 2026-08-23T06:15:23.958Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 23 06:15:22.586 |
| 2715 | 2026-08-23T06:15:23.959Z | DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffinitted freemap. low: 0, size: 64Aug 23 06:15:22.586, |
| 2716 | 2026-08-23T06:15:23.959Z | Aug 23 06:15:22.586DEBGunit 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 |
| 2717 | 2026-08-23T06:15:23.959Z | : freemap_route_ipv6replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.586 |
| 2718 | 2026-08-23T06:15:23.959Z | Aug 23 06:15:22.586 |
| 2719 | 2026-08-23T06:15:23.959Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBGAug 23 06:15:22.586 |
| 2720 | 2026-08-23T06:15:23.959Z | Aug 23 06:15:22.586DEBG 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 |
| 2721 | 2026-08-23T06:15:23.959Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 23 06:15:22.586reset freemap Aug 23 06:15:22.586, DEBG |
| 2722 | 2026-08-23T06:15:23.959Z | INFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 2723 | 2026-08-23T06:15:23.959Z | :adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2724 | 2026-08-23T06:15:23.959Z | freemap_route_ipv6Aug 23 06:15:22.586 |
| 2725 | 2026-08-23T06:15:23.959Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 23 06:15:22.586Aug 23 06:15:22.586 DEBG Aug 23 06:15:22.586replacing 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 } }] |
| 2726 | 2026-08-23T06:15:23.959Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2727 | 2026-08-23T06:15:23.959Z | Aug 23 06:15:22.586DEBG Aug 23 06:15:22.586INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 2728 | 2026-08-23T06:15:23.959Z | 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 2729 | 2026-08-23T06:15:23.959Z | |
| 2730 | 2026-08-23T06:15:23.959Z | Aug 23 06:15:22.586 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 } }]Aug 23 06:15:22.586 |
| 2731 | 2026-08-23T06:15:23.959Z | Aug 23 06:15:22.586DEBG INFOAug 23 06:15:22.586 adding route 3fff:beef:27::/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 } }] |
| 2732 | 2026-08-23T06:15:23.960Z | |
| 2733 | 2026-08-23T06:15:23.960Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2734 | 2026-08-23T06:15:23.960Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2735 | 2026-08-23T06:15:23.960Z | |
| 2736 | 2026-08-23T06:15:23.960Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2737 | 2026-08-23T06:15:23.960Z | |
| 2738 | 2026-08-23T06:15:23.960Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2739 | 2026-08-23T06:15:23.960Z | |
| 2740 | 2026-08-23T06:15:23.960Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 INFO INFOAug 23 06:15:22.586 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 2741 | 2026-08-23T06:15:23.960Z | |
| 2742 | 2026-08-23T06:15:23.960Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2743 | 2026-08-23T06:15:23.960Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 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 } }]Aug 23 06:15:22.586 |
| 2744 | 2026-08-23T06:15:23.960Z | 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 } }] |
| 2745 | 2026-08-23T06:15:23.961Z | Aug 23 06:15:22.586 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 23 06:15:22.586 |
| 2746 | 2026-08-23T06:15:23.961Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2747 | 2026-08-23T06:15:23.961Z | Aug 23 06:15:22.586replacing 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 } }] |
| 2748 | 2026-08-23T06:15:23.961Z | DEBG Aug 23 06:15:22.586replacing 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 } }] |
| 2749 | 2026-08-23T06:15:23.961Z | 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 } }] |
| 2750 | 2026-08-23T06:15:23.961Z | test route::tests::grow_succeeds ... ok |
| 2751 | 2026-08-23T06:15:23.961Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2752 | 2026-08-23T06:15:23.961Z | |
| 2753 | 2026-08-23T06:15:23.961Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 2754 | 2026-08-23T06:15:23.961Z | 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 } }] |
| 2755 | 2026-08-23T06:15:23.961Z | 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 } }] |
| 2756 | 2026-08-23T06:15:23.961Z | Aug 23 06:15:22.586 Aug 23 06:15:22.586DEBG 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 } }] |
| 2757 | 2026-08-23T06:15:23.961Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2758 | 2026-08-23T06:15:23.961Z | Aug 23 06:15:22.586 INFOAug 23 06:15:22.586 Aug 23 06:15:22.586INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2759 | 2026-08-23T06:15:23.961Z | |
| 2760 | 2026-08-23T06:15:23.961Z | 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 } }] |
| 2761 | 2026-08-23T06:15:23.964Z | Aug 23 06:15:22.586 DEBGAug 23 06:15:22.586Aug 23 06:15:22.586 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 2762 | 2026-08-23T06:15:23.964Z | |
| 2763 | 2026-08-23T06:15:23.964Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2764 | 2026-08-23T06:15:23.964Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586INFO INFODEBG adding route 3fff:beef:2d::/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 } }] |
| 2765 | 2026-08-23T06:15:23.964Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2766 | 2026-08-23T06:15:23.964Z | |
| 2767 | 2026-08-23T06:15:23.964Z | |
| 2768 | 2026-08-23T06:15:23.964Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 INFOAug 23 06:15:22.586 DEBGDEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2769 | 2026-08-23T06:15:23.965Z | 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 } }] |
| 2770 | 2026-08-23T06:15:23.965Z | 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 } }] |
| 2771 | 2026-08-23T06:15:23.965Z | Aug 23 06:15:22.586 Aug 23 06:15:22.586DEBGAug 23 06:15:22.586 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 |
| 2772 | 2026-08-23T06:15:23.965Z | INFOAug 23 06:15:22.586 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2773 | 2026-08-23T06:15:23.966Z | |
| 2774 | 2026-08-23T06:15:23.966Z | DEBG Aug 23 06:15:22.586replacing 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 23 06:15:22.586 Aug 23 06:15:22.586INFO |
| 2775 | 2026-08-23T06:15:23.966Z | DEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2776 | 2026-08-23T06:15:23.966Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2777 | 2026-08-23T06:15:23.966Z | 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 23 06:15:22.586 |
| 2778 | 2026-08-23T06:15:23.966Z | Aug 23 06:15:22.586INFO Aug 23 06:15:22.586Aug 23 06:15:22.586DEBG INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2779 | 2026-08-23T06:15:23.966Z | INFO |
| 2780 | 2026-08-23T06:15:23.966Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2781 | 2026-08-23T06:15:23.966Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2782 | 2026-08-23T06:15:23.966Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586 DEBG DEBGINFOreplacing 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 } }] |
| 2783 | 2026-08-23T06:15:23.966Z | 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 23 06:15:22.586adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2784 | 2026-08-23T06:15:23.966Z | DEBG |
| 2785 | 2026-08-23T06:15:23.966Z | Aug 23 06:15:22.586 INFO 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:30::/64 -> 2001:db8::55:ffAug 23 06:15:22.586 |
| 2786 | 2026-08-23T06:15:23.966Z | Aug 23 06:15:22.586 |
| 2787 | 2026-08-23T06:15:23.966Z | DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2788 | 2026-08-23T06:15:23.966Z | |
| 2789 | 2026-08-23T06:15:23.966Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586DEBG INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.586 DEBG |
| 2790 | 2026-08-23T06:15:23.966Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2791 | 2026-08-23T06:15:23.966Z | INFO |
| 2792 | 2026-08-23T06:15:23.966Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2793 | 2026-08-23T06:15:23.966Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586Aug 23 06:15:22.586 DEBG INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2794 | 2026-08-23T06:15:23.966Z | 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 } }]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 } }] |
| 2795 | 2026-08-23T06:15:23.966Z | |
| 2796 | 2026-08-23T06:15:23.966Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 23 06:15:22.586 |
| 2797 | 2026-08-23T06:15:23.966Z | Aug 23 06:15:22.586DEBG 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 23 06:15:22.586INFO |
| 2798 | 2026-08-23T06:15:23.966Z | INFO Aug 23 06:15:22.586adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2799 | 2026-08-23T06:15:23.966Z | |
| 2800 | 2026-08-23T06:15:23.966Z | Aug 23 06:15:22.586DEBG Aug 23 06:15:22.586replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2801 | 2026-08-23T06:15:23.966Z | Aug 23 06:15:22.586 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 2802 | 2026-08-23T06:15:23.966Z | DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 23 06:15:22.586 |
| 2803 | 2026-08-23T06:15:23.966Z | Aug 23 06:15:22.586INFO |
| 2804 | 2026-08-23T06:15:23.970Z | DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2805 | 2026-08-23T06:15:23.970Z | 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 } }] |
| 2806 | 2026-08-23T06:15:23.970Z | Aug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586 INFOINFOAug 23 06:15:22.586 DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2807 | 2026-08-23T06:15:23.970Z | |
| 2808 | 2026-08-23T06:15:23.970Z | 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 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2809 | 2026-08-23T06:15:23.970Z | |
| 2810 | 2026-08-23T06:15:23.970Z | Aug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586 DEBG DEBG INFODEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2811 | 2026-08-23T06:15:23.970Z | |
| 2812 | 2026-08-23T06:15:23.970Z | 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 } }] |
| 2813 | 2026-08-23T06:15:23.970Z | |
| 2814 | 2026-08-23T06:15:23.970Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586Aug 23 06:15:22.586 INFOINFO INFODEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2815 | 2026-08-23T06:15:23.970Z | |
| 2816 | 2026-08-23T06:15:23.971Z | 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 } }] |
| 2817 | 2026-08-23T06:15:23.971Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2818 | 2026-08-23T06:15:23.971Z | Aug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 2819 | 2026-08-23T06:15:23.971Z | DEBG DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2820 | 2026-08-23T06:15:23.971Z | 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: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 } }] |
| 2821 | 2026-08-23T06:15:23.971Z | |
| 2822 | 2026-08-23T06:15:23.971Z | Aug 23 06:15:22.586 Aug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586 DEBG INFOINFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2823 | 2026-08-23T06:15:23.971Z | 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 } }] |
| 2824 | 2026-08-23T06:15:23.971Z | |
| 2825 | 2026-08-23T06:15:23.971Z | Aug 23 06:15:22.586adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 23 06:15:22.586Aug 23 06:15:22.586 |
| 2826 | 2026-08-23T06:15:23.971Z | INFO DEBGDEBG Aug 23 06:15:22.586 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 } }]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 } }] |
| 2827 | 2026-08-23T06:15:23.971Z | |
| 2828 | 2026-08-23T06:15:23.971Z | 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:38::/64 -> 2001:db8::55:ff |
| 2829 | 2026-08-23T06:15:23.971Z | Aug 23 06:15:22.586 |
| 2830 | 2026-08-23T06:15:23.971Z | Aug 23 06:15:22.586INFOAug 23 06:15:22.586 Aug 23 06:15:22.586 DEBGINFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2831 | 2026-08-23T06:15:23.971Z | |
| 2832 | 2026-08-23T06:15:23.971Z | |
| 2833 | 2026-08-23T06:15:23.971Z | 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 } }] |
| 2834 | 2026-08-23T06:15:23.971Z | Aug 23 06:15:22.586 Aug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586DEBG 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 } }] |
| 2835 | 2026-08-23T06:15:23.971Z | 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 } }]INFO |
| 2836 | 2026-08-23T06:15:23.971Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 23 06:15:22.586 |
| 2837 | 2026-08-23T06:15:23.971Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2838 | 2026-08-23T06:15:23.973Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 23 06:15:22.586 |
| 2839 | 2026-08-23T06:15:23.973Z | Aug 23 06:15:22.586INFO Aug 23 06:15:22.586INFOAug 23 06:15:22.586 DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff 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 } }] |
| 2840 | 2026-08-23T06:15:23.973Z | 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 } }] |
| 2841 | 2026-08-23T06:15:23.973Z | |
| 2842 | 2026-08-23T06:15:23.973Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2843 | 2026-08-23T06:15:23.973Z | Aug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586 INFODEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2844 | 2026-08-23T06:15:23.973Z | |
| 2845 | 2026-08-23T06:15:23.973Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 23 06:15:22.586 |
| 2846 | 2026-08-23T06:15:23.973Z | Aug 23 06:15:22.586 INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 23 06:15:22.586Aug 23 06:15:22.586 |
| 2847 | 2026-08-23T06:15:23.973Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG DEBG |
| 2848 | 2026-08-23T06:15:23.973Z | Aug 23 06:15:22.586 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: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 } }] |
| 2849 | 2026-08-23T06:15:23.973Z | |
| 2850 | 2026-08-23T06:15:23.973Z | Aug 23 06:15:22.586DEBG INFO 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 } }] |
| 2851 | 2026-08-23T06:15:23.973Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 23 06:15:22.586 |
| 2852 | 2026-08-23T06:15:23.973Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 23 06:15:22.586 |
| 2853 | 2026-08-23T06:15:23.973Z | INFOAug 23 06:15:22.586Aug 23 06:15:22.586 DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 23 06:15:22.586INFOreplacing 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 } }] |
| 2854 | 2026-08-23T06:15:23.973Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2855 | 2026-08-23T06:15:23.973Z | |
| 2856 | 2026-08-23T06:15:23.973Z | 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 } }] |
| 2857 | 2026-08-23T06:15:23.973Z | Aug 23 06:15:22.586 Aug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586 INFODEBG INFODEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2858 | 2026-08-23T06:15:23.973Z | 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: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 } }] |
| 2859 | 2026-08-23T06:15:23.973Z | |
| 2860 | 2026-08-23T06:15:23.973Z | Aug 23 06:15:22.586adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2861 | 2026-08-23T06:15:23.975Z | DEBG Aug 23 06:15:22.586replacing 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 23 06:15:22.586 |
| 2862 | 2026-08-23T06:15:23.975Z | INFO Aug 23 06:15:22.586adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 2863 | 2026-08-23T06:15:23.975Z | Aug 23 06:15:22.586replacing 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 } }] |
| 2864 | 2026-08-23T06:15:23.975Z | INFO INFO Aug 23 06:15:22.586 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 2865 | 2026-08-23T06:15:23.975Z | 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 } }] |
| 2866 | 2026-08-23T06:15:23.975Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 2867 | 2026-08-23T06:15:23.975Z | |
| 2868 | 2026-08-23T06:15:23.975Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 23 06:15:22.586replacing 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 } }] DEBGINFO |
| 2869 | 2026-08-23T06:15:23.975Z | |
| 2870 | 2026-08-23T06:15:23.975Z | 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:1b::/64 -> 2001:db8::55:ff |
| 2871 | 2026-08-23T06:15:23.975Z | |
| 2872 | 2026-08-23T06:15:23.975Z | Aug 23 06:15:22.586Aug 23 06:15:22.586 DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2873 | 2026-08-23T06:15:23.975Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 2874 | 2026-08-23T06:15:23.975Z | Aug 23 06:15:22.586 |
| 2875 | 2026-08-23T06:15:23.975Z | Aug 23 06:15:22.586 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 } }]failed to allocate space for the new target listAug 23 06:15:22.586 |
| 2876 | 2026-08-23T06:15:23.976Z | Aug 23 06:15:22.586 |
| 2877 | 2026-08-23T06:15:23.976Z | DEBG INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 23 06:15:22.587 DEBGAug 23 06:15:22.587 created new freemap |
| 2878 | 2026-08-23T06:15:23.976Z | , DEBGunit |
| 2879 | 2026-08-23T06:15:23.976Z | :created new freemap freemap_route_ipv4, |
| 2880 | 2026-08-23T06:15:23.976Z | unit:Aug 23 06:15:22.586Aug 23 06:15:22.589 DEBG INFO created new freemapfreemap_route_ipv4Aug 23 06:15:22.589, |
| 2881 | 2026-08-23T06:15:23.976Z | Aug 23 06:15:22.587unitDEBG: Aug 23 06:15:22.589DEBG freemap_route_ipv4 DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffcreated new freemap |
| 2882 | 2026-08-23T06:15:23.976Z | Aug 23 06:15:22.589created new freemap, , unitDEBG: created new freemapfreemap_route_ipv4unit, |
| 2883 | 2026-08-23T06:15:23.976Z | :unitAug 23 06:15:22.589: freemap_route_ipv6 |
| 2884 | 2026-08-23T06:15:23.976Z | 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 } }]created new freemapfreemap_route_ipv6, Aug 23 06:15:22.589 |
| 2885 | 2026-08-23T06:15:23.977Z | |
| 2886 | 2026-08-23T06:15:23.977Z | |
| 2887 | 2026-08-23T06:15:23.977Z | unitAug 23 06:15:22.589 DEBG initted freemap. low: 0, size: 64, unit :DEBG freemap_route_ipv4created new freemap |
| 2888 | 2026-08-23T06:15:23.977Z | , unit:Aug 23 06:15:22.589 Aug 23 06:15:22.589 freemap_route_ipv6DEBG |
| 2889 | 2026-08-23T06:15:23.977Z | : freemap_route_ipv6DEBG |
| 2890 | 2026-08-23T06:15:23.977Z | initted freemap. low: 0, size: 64 , Aug 23 06:15:22.589unitreset freemapAug 23 06:15:22.589: , freemap_route_ipv4unit |
| 2891 | 2026-08-23T06:15:23.977Z | DEBG:DEBG initted freemap. low: 0, size: 64freemap_route_ipv4, |
| 2892 | 2026-08-23T06:15:23.977Z | unit :initted freemap. low: 0, size: 64 , Aug 23 06:15:22.589unitAug 23 06:15:22.589 freemap_route_ipv4: |
| 2893 | 2026-08-23T06:15:23.977Z | DEBGDEBG reset freemapinitted freemap. low: 0, size: 64 , Aug 23 06:15:22.589freemap_route_ipv4 , DEBGunitunit:: |
| 2894 | 2026-08-23T06:15:23.977Z | reset freemapfreemap_route_ipv4, |
| 2895 | 2026-08-23T06:15:23.977Z | unitfreemap_route_ipv6: |
| 2896 | 2026-08-23T06:15:23.977Z | Aug 23 06:15:22.589 freemap_route_ipv4Aug 23 06:15:22.589 |
| 2897 | 2026-08-23T06:15:23.977Z | DEBG initted freemap. low: 0, size: 64Aug 23 06:15:22.589, unitDEBG:DEBGAug 23 06:15:22.589 reset freemap , freemap_route_ipv6reset freemap |
| 2898 | 2026-08-23T06:15:23.977Z | DEBGunit, unitinitted freemap. low: 0, size: 64:, :unit : freemap_route_ipv6freemap_route_ipv6freemap_route_ipv4 |
| 2899 | 2026-08-23T06:15:23.977Z | |
| 2900 | 2026-08-23T06:15:23.977Z | |
| 2901 | 2026-08-23T06:15:23.977Z | Aug 23 06:15:22.589Aug 23 06:15:22.589 DEBGAug 23 06:15:22.589Aug 23 06:15:22.586 Aug 23 06:15:22.589 reset freemap DEBG , INFOAug 23 06:15:22.589DEBG unitadding route 3fff:dead::/64 -> 2001:db8::55:1:DEBG |
| 2902 | 2026-08-23T06:15:23.977Z | reset freemap freemap_route_ipv6 |
| 2903 | 2026-08-23T06:15:23.977Z | INFOinitted freemap. low: 0, size: 64, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 23 06:15:22.589 |
| 2904 | 2026-08-23T06:15:23.983Z | DEBG, freemap_route_ipv6 |
| 2905 | 2026-08-23T06:15:23.983Z | 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 } }]freemap_route_ipv6Aug 23 06:15:22.589Aug 23 06:15:22.589 |
| 2906 | 2026-08-23T06:15:23.983Z | |
| 2907 | 2026-08-23T06:15:23.983Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 2908 | 2026-08-23T06:15:23.983Z | Aug 23 06:15:22.589adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 23 06:15:22.589 |
| 2909 | 2026-08-23T06:15:23.983Z | Aug 23 06:15:22.589adding route 3fff:beef:35::/64 -> 2001:db8::55:ff INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2910 | 2026-08-23T06:15:23.983Z | Aug 23 06:15:22.589adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 2911 | 2026-08-23T06:15:23.983Z | |
| 2912 | 2026-08-23T06:15:23.983Z | DEBGreset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:15:22.589 |
| 2913 | 2026-08-23T06:15:23.983Z | , INFOAug 23 06:15:22.589unit Aug 23 06:15:22.589DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2914 | 2026-08-23T06:15:23.983Z | : |
| 2915 | 2026-08-23T06:15:23.983Z | Aug 23 06:15:22.589 DEBG INFOAug 23 06:15:22.589 freemap_route_ipv6DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:15:22.589replacing 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 } }] |
| 2916 | 2026-08-23T06:15:23.983Z | |
| 2917 | 2026-08-23T06:15:23.983Z | |
| 2918 | 2026-08-23T06:15:23.984Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2919 | 2026-08-23T06:15:23.984Z | Aug 23 06:15:22.589adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGAug 23 06:15:22.589 |
| 2920 | 2026-08-23T06:15:23.984Z | Aug 23 06:15:22.589INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 23 06:15:22.589 |
| 2921 | 2026-08-23T06:15:23.984Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2922 | 2026-08-23T06:15:23.984Z | INFOAug 23 06:15:22.589 INFOAug 23 06:15:22.589adding route 3fff:beef:36::/64 -> 2001:db8::55:ff Aug 23 06:15:22.589 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2923 | 2026-08-23T06:15:23.984Z | |
| 2924 | 2026-08-23T06:15:23.984Z | 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 } }] |
| 2925 | 2026-08-23T06:15:23.984Z | INFO Aug 23 06:15:22.589Aug 23 06:15:22.589replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:3 |
| 2926 | 2026-08-23T06:15:23.985Z | Aug 23 06:15:22.589 |
| 2927 | 2026-08-23T06:15:23.985Z | DEBG INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 2928 | 2026-08-23T06:15:23.985Z | Aug 23 06:15:22.589Aug 23 06:15:22.589 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2929 | 2026-08-23T06:15:23.985Z | |
| 2930 | 2026-08-23T06:15:23.985Z | |
| 2931 | 2026-08-23T06:15:23.985Z | Aug 23 06:15:22.589 Aug 23 06:15:22.589DEBG Aug 23 06:15:22.589DEBGAug 23 06:15:22.589 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 } }] |
| 2932 | 2026-08-23T06:15:23.985Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 2933 | 2026-08-23T06:15:23.985Z | Aug 23 06:15:22.589adding route 3fff:dead::/64 -> 2001:db8::55:2 INFO |
| 2934 | 2026-08-23T06:15:23.985Z | |
| 2935 | 2026-08-23T06:15:23.985Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2936 | 2026-08-23T06:15:23.985Z | |
| 2937 | 2026-08-23T06:15:23.985Z | Aug 23 06:15:22.589 Aug 23 06:15:22.589INFO Aug 23 06:15:22.589DEBGAug 23 06:15:22.589 DEBGAug 23 06:15:22.589replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 2938 | 2026-08-23T06:15:23.987Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]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 } }] |
| 2939 | 2026-08-23T06:15:23.987Z | |
| 2940 | 2026-08-23T06:15:23.987Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2941 | 2026-08-23T06:15:23.987Z | 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 } }] |
| 2942 | 2026-08-23T06:15:23.987Z | Aug 23 06:15:22.589 Aug 23 06:15:22.589 Aug 23 06:15:22.590DEBGAug 23 06:15:22.590 INFOAug 23 06:15:22.590INFOreplacing targets for 3fff:dead::/64 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 } }]WARN adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 2943 | 2026-08-23T06:15:23.987Z | |
| 2944 | 2026-08-23T06:15:23.987Z | |
| 2945 | 2026-08-23T06:15:23.987Z | |
| 2946 | 2026-08-23T06:15:23.987Z | DEBG Aug 23 06:15:22.590Aug 23 06:15:22.590 Aug 23 06:15:22.590DEBG ERROAug 23 06:15:22.590replacing 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 } }] |
| 2947 | 2026-08-23T06:15:23.987Z | 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 } }]rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 2948 | 2026-08-23T06:15:23.987Z | |
| 2949 | 2026-08-23T06:15:23.987Z | WARN DEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 23 06:15:22.590Aug 23 06:15:22.590 |
| 2950 | 2026-08-23T06:15:23.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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 23 06:15:22.590 |
| 2951 | 2026-08-23T06:15:23.987Z | INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2952 | 2026-08-23T06:15:23.987Z | ERROadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2953 | 2026-08-23T06:15:23.987Z | 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 |
| 2954 | 2026-08-23T06:15:23.987Z | Aug 23 06:15:22.590 Aug 23 06:15:22.590DEBG Aug 23 06:15:22.586Aug 23 06:15:22.590 DEBG INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2955 | 2026-08-23T06:15:23.987Z | adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2956 | 2026-08-23T06:15:23.987Z | |
| 2957 | 2026-08-23T06:15:23.987Z | |
| 2958 | 2026-08-23T06:15:23.987Z | Aug 23 06:15:22.590 INFOAug 23 06:15:22.590Aug 23 06:15:22.590Aug 23 06:15:22.590 DEBGINFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2959 | 2026-08-23T06:15:23.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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 2960 | 2026-08-23T06:15:23.987Z | |
| 2961 | 2026-08-23T06:15:23.987Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2962 | 2026-08-23T06:15:23.987Z | Aug 23 06:15:22.590 Aug 23 06:15:22.590DEBG Aug 23 06:15:22.590replacing 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 23 06:15:22.590DEBG |
| 2963 | 2026-08-23T06:15:23.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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 2964 | 2026-08-23T06:15:23.987Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2965 | 2026-08-23T06:15:23.988Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 2966 | 2026-08-23T06:15:23.988Z | Aug 23 06:15:22.590adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2967 | 2026-08-23T06:15:23.988Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2968 | 2026-08-23T06:15:23.988Z | Aug 23 06:15:22.590Aug 23 06:15:22.590 Aug 23 06:15:22.590 DEBGINFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2969 | 2026-08-23T06:15:23.988Z | Aug 23 06:15:22.590Aug 23 06:15:22.590 Aug 23 06:15:22.599DEBG DEBGcreated new freemap 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 } }] |
| 2970 | 2026-08-23T06:15:23.988Z | Aug 23 06:15:22.590created new freemap, unit, DEBGunit :created new freemap Aug 23 06:15:22.599:, freemap_route_ipv4 |
| 2971 | 2026-08-23T06:15:23.988Z | unitINFO: adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 2972 | 2026-08-23T06:15:23.988Z | |
| 2973 | 2026-08-23T06:15:23.988Z | Aug 23 06:15:22.599 Aug 23 06:15:22.599freemap_route_ipv4DEBG DEBGcreated new freemap , created new freemapunit, |
| 2974 | 2026-08-23T06:15:23.988Z | :unit :freemap_route_ipv6 |
| 2975 | 2026-08-23T06:15:23.988Z | freemap_route_ipv6 |
| 2976 | 2026-08-23T06:15:23.988Z | Aug 23 06:15:22.599 DEBGAug 23 06:15:22.599 Aug 23 06:15:22.599 |
| 2977 | 2026-08-23T06:15:23.989Z | DEBGinitted freemap. low: 0, size: 64DEBGAug 23 06:15:22.599 , unitDEBG: 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 } }]initted freemap. low: 0, size: 64freemap_route_ipv4created new freemap |
| 2978 | 2026-08-23T06:15:23.989Z | |
| 2979 | 2026-08-23T06:15:23.989Z | , Aug 23 06:15:22.599unit : INFO , Aug 23 06:15:22.599adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 23 06:15:22.599 |
| 2980 | 2026-08-23T06:15:23.989Z | freemap_route_ipv6unit: |
| 2981 | 2026-08-23T06:15:23.989Z | freemap_route_ipv4INFOAug 23 06:15:22.599 |
| 2982 | 2026-08-23T06:15:23.989Z | DEBG adding route 3fff:beef:3e::/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 } }] |
| 2983 | 2026-08-23T06:15:23.989Z | |
| 2984 | 2026-08-23T06:15:23.989Z | DEBGAug 23 06:15:22.599 Aug 23 06:15:22.599reset freemap Aug 23 06:15:22.599, DEBGAug 23 06:15:22.599DEBG DEBG INFO 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 } }] |
| 2985 | 2026-08-23T06:15:23.989Z | initted freemap. low: 0, size: 64adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreset freemap, unit |
| 2986 | 2026-08-23T06:15:23.989Z | :unit Aug 23 06:15:22.599, :unit Aug 23 06:15:22.599: DEBGDEBG freemap_route_ipv4freemap_route_ipv4 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 } }] |
| 2987 | 2026-08-23T06:15:23.989Z | |
| 2988 | 2026-08-23T06:15:23.989Z | |
| 2989 | 2026-08-23T06:15:23.989Z | failed to allocate space for the new target listfreemap_route_ipv4 |
| 2990 | 2026-08-23T06:15:23.989Z | |
| 2991 | 2026-08-23T06:15:23.989Z | Aug 23 06:15:22.599Aug 23 06:15:22.599 Aug 23 06:15:22.599 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 } }]Aug 23 06:15:22.599Aug 23 06:15:22.599 DEBGDEBGDEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff reset freemap |
| 2992 | 2026-08-23T06:15:23.989Z | initted freemap. low: 0, size: 64, DEBG |
| 2993 | 2026-08-23T06:15:23.989Z | unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], |
| 2994 | 2026-08-23T06:15:23.989Z | unitAug 23 06:15:22.599:initted freemap. low: 0, size: 64 , DEBG :unitfreemap_route_ipv4: |
| 2995 | 2026-08-23T06:15:23.989Z | 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 23 06:15:22.599 |
| 2996 | 2026-08-23T06:15:23.989Z | freemap_route_ipv6INFO freemap_route_ipv6Aug 23 06:15:22.599adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2997 | 2026-08-23T06:15:23.989Z | |
| 2998 | 2026-08-23T06:15:23.989Z | INFO |
| 2999 | 2026-08-23T06:15:23.989Z | Aug 23 06:15:22.599adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 23 06:15:22.599 |
| 3000 | 2026-08-23T06:15:23.989Z | DEBG Aug 23 06:15:22.599Aug 23 06:15:22.599DEBG Aug 23 06:15:22.599DEBG 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 } }] |
| 3001 | 2026-08-23T06:15:23.989Z | DEBGDEBGreset freemap , unitreset 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 } }]: |
| 3002 | 2026-08-23T06:15:23.989Z | Aug 23 06:15:22.599, freemap_route_ipv6initted freemap. low: 0, size: 64unitINFO: Aug 23 06:15:22.599 |
| 3003 | 2026-08-23T06:15:23.989Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 3004 | 2026-08-23T06:15:23.993Z | , INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffunit |
| 3005 | 2026-08-23T06:15:23.993Z | freemap_route_ipv6: |
| 3006 | 2026-08-23T06:15:23.993Z | Aug 23 06:15:22.599Aug 23 06:15:22.599freemap_route_ipv6Aug 23 06:15:22.599 DEBGINFO |
| 3007 | 2026-08-23T06:15:23.993Z | DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3008 | 2026-08-23T06:15:23.993Z | 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 23 06:15:22.599 |
| 3009 | 2026-08-23T06:15:23.993Z | Aug 23 06:15:22.599 Aug 23 06:15:22.599 INFOINFODEBG adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemapadding route 3fff:beef:a::/64 -> 2001:db8::55:ff, |
| 3010 | 2026-08-23T06:15:23.993Z | |
| 3011 | 2026-08-23T06:15:23.993Z | unit: |
| 3012 | 2026-08-23T06:15:23.994Z | freemap_route_ipv6 |
| 3013 | 2026-08-23T06:15:23.994Z | Aug 23 06:15:22.599Aug 23 06:15:22.599 Aug 23 06:15:22.599DEBG 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 23 06:15:22.599 |
| 3014 | 2026-08-23T06:15:23.994Z | DEBG DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3015 | 2026-08-23T06:15:23.994Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 23 06:15:22.599Aug 23 06:15:22.599 |
| 3016 | 2026-08-23T06:15:23.994Z | 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 } }]INFOAug 23 06:15:22.599 Aug 23 06:15:22.599 |
| 3017 | 2026-08-23T06:15:23.994Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 3018 | 2026-08-23T06:15:23.994Z | |
| 3019 | 2026-08-23T06:15:23.994Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 3020 | 2026-08-23T06:15:23.994Z | Aug 23 06:15:22.599replacing 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 23 06:15:22.599 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 } }] |
| 3021 | 2026-08-23T06:15:23.994Z | Aug 23 06:15:22.599Aug 23 06:15:22.599 |
| 3022 | 2026-08-23T06:15:23.994Z | adding route 172.16.0.0/32 -> 10.0.0.2DEBGAug 23 06:15:22.599 |
| 3023 | 2026-08-23T06:15:23.994Z | Aug 23 06:15:22.599 INFODEBG INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 3024 | 2026-08-23T06:15:23.997Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 3025 | 2026-08-23T06:15:23.998Z | |
| 3026 | 2026-08-23T06:15:23.998Z | |
| 3027 | 2026-08-23T06:15:23.998Z | Aug 23 06:15:22.599Aug 23 06:15:22.599 Aug 23 06:15:22.599DEBGDEBGAug 23 06:15:22.599Aug 23 06:15:22.599 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 |
| 3028 | 2026-08-23T06:15:23.998Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3029 | 2026-08-23T06:15:23.998Z | |
| 3030 | 2026-08-23T06:15:23.998Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3031 | 2026-08-23T06:15:23.998Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 23 06:15:22.599 |
| 3032 | 2026-08-23T06:15:23.998Z | Aug 23 06:15:22.599Aug 23 06:15:22.599 INFO Aug 23 06:15:22.599adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO |
| 3033 | 2026-08-23T06:15:23.998Z | DEBGAug 23 06:15:22.599 INFOadding route 172.16.0.0/32 -> 10.0.0.3 |
| 3034 | 2026-08-23T06:15:23.998Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 23 06:15:22.599adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3035 | 2026-08-23T06:15:23.998Z | DEBG |
| 3036 | 2026-08-23T06:15:23.998Z | 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 } }] |
| 3037 | 2026-08-23T06:15:23.998Z | DEBGAug 23 06:15:22.599Aug 23 06:15:22.599 Aug 23 06:15:22.599INFOAug 23 06:15:22.599 DEBG DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:4 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:e::/64 -> 2001:db8::55:ff |
| 3038 | 2026-08-23T06:15:23.998Z | |
| 3039 | 2026-08-23T06:15:23.998Z | 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3040 | 2026-08-23T06:15:23.998Z | |
| 3041 | 2026-08-23T06:15:23.998Z | |
| 3042 | 2026-08-23T06:15:23.998Z | Aug 23 06:15:22.599 Aug 23 06:15:22.599Aug 23 06:15:22.599INFO Aug 23 06:15:22.599 DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3043 | 2026-08-23T06:15:23.998Z | |
| 3044 | 2026-08-23T06:15:23.998Z | Aug 23 06:15:22.599DEBG Aug 23 06:15:22.599Aug 23 06:15:22.599replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 INFO |
| 3045 | 2026-08-23T06:15:23.999Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3046 | 2026-08-23T06:15:23.999Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3047 | 2026-08-23T06:15:23.999Z | |
| 3048 | 2026-08-23T06:15:23.999Z | 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 23 06:15:22.599 |
| 3049 | 2026-08-23T06:15:23.999Z | Aug 23 06:15:22.599DEBGAug 23 06:15:22.599Aug 23 06:15:22.599 Aug 23 06:15:22.599DEBGDEBGreplacing targets for 3fff:dead::/64 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 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3050 | 2026-08-23T06:15:23.999Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 3051 | 2026-08-23T06:15:23.999Z | |
| 3052 | 2026-08-23T06:15:23.999Z | |
| 3053 | 2026-08-23T06:15:23.999Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3054 | 2026-08-23T06:15:23.999Z | Aug 23 06:15:22.599 Aug 23 06:15:22.599Aug 23 06:15:22.599 Aug 23 06:15:22.599Aug 23 06:15:22.590WARNINFO Aug 23 06:15:22.599shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFODEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 3055 | 2026-08-23T06:15:23.999Z | |
| 3056 | 2026-08-23T06:15:23.999Z | adding route 172.17.0.0/32 -> 10.0.0.255DEBG created new freemap |
| 3057 | 2026-08-23T06:15:23.999Z | , unitreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 23 06:15:22.599 Aug 23 06:15:22.599freemap_route_ipv4 |
| 3058 | 2026-08-23T06:15:23.999Z | 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 } }] |
| 3059 | 2026-08-23T06:15:23.999Z | DEBG |
| 3060 | 2026-08-23T06:15:23.999Z | 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 } }] Aug 23 06:15:22.599 |
| 3061 | 2026-08-23T06:15:23.999Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3062 | 2026-08-23T06:15:23.999Z | INFO Aug 23 06:15:22.599adding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 23 06:15:22.599DEBGAug 23 06:15:22.599 |
| 3063 | 2026-08-23T06:15:23.999Z | INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffcreated new freemap |
| 3064 | 2026-08-23T06:15:23.999Z | , Aug 23 06:15:22.599unit: freemap_route_ipv6adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3065 | 2026-08-23T06:15:23.999Z | Aug 23 06:15:22.599Aug 23 06:15:22.599 |
| 3066 | 2026-08-23T06:15:23.999Z | 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 } }] 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 } }] |
| 3067 | 2026-08-23T06:15:23.999Z | |
| 3068 | 2026-08-23T06:15:23.999Z | DEBG Aug 23 06:15:22.599 Aug 23 06:15:22.599Aug 23 06:15:22.599Aug 23 06:15:22.599 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 } }]DEBGINFODEBG DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 3069 | 2026-08-23T06:15:24.000Z | |
| 3070 | 2026-08-23T06:15:24.000Z | test route::tests::identity_replace_is_noop ... ok |
| 3071 | 2026-08-23T06:15:24.000Z | initted freemap. low: 0, size: 64 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 } }], |
| 3072 | 2026-08-23T06:15:24.000Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3073 | 2026-08-23T06:15:24.000Z | Aug 23 06:15:22.600unit 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 } }]freemap_route_ipv4Aug 23 06:15:22.600 INFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 23 06:15:22.600 |
| 3074 | 2026-08-23T06:15:24.001Z | |
| 3075 | 2026-08-23T06:15:24.001Z | Aug 23 06:15:22.608DEBG DEBGcreated new freemap , replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3076 | 2026-08-23T06:15:24.001Z | :Aug 23 06:15:22.608 freemap_route_ipv4DEBG |
| 3077 | 2026-08-23T06:15:24.001Z | reset freemapAug 23 06:15:22.608 INFO adding route 172.17.0.3/32 -> 10.0.0.255, |
| 3078 | 2026-08-23T06:15:24.001Z | unitAug 23 06:15:22.608: |
| 3079 | 2026-08-23T06:15:24.001Z | freemap_route_ipv4DEBG |
| 3080 | 2026-08-23T06:15:24.001Z | created new freemapAug 23 06:15:22.608Aug 23 06:15:22.608 DEBGDEBG Aug 23 06:15:22.608, unitreplacing 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 } }] |
| 3081 | 2026-08-23T06:15:24.001Z | initted freemap. low: 0, size: 64INFO, unit :: adding route 3fff:beef:13::/64 -> 2001:db8::55:fffreemap_route_ipv6freemap_route_ipv6 |
| 3082 | 2026-08-23T06:15:24.001Z | |
| 3083 | 2026-08-23T06:15:24.001Z | Aug 23 06:15:22.608 |
| 3084 | 2026-08-23T06:15:24.001Z | INFOAug 23 06:15:22.608 Aug 23 06:15:22.608adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 3085 | 2026-08-23T06:15:24.001Z | DEBG reset 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 } }]Aug 23 06:15:22.608 |
| 3086 | 2026-08-23T06:15:24.001Z | Aug 23 06:15:22.608unit DEBGDEBG: Aug 23 06:15:22.608initted freemap. low: 0, size: 64replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6, |
| 3087 | 2026-08-23T06:15:24.001Z | INFO unit:adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 3088 | 2026-08-23T06:15:24.001Z | Aug 23 06:15:22.608freemap_route_ipv4 |
| 3089 | 2026-08-23T06:15:24.001Z | INFO |
| 3090 | 2026-08-23T06:15:24.001Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3091 | 2026-08-23T06:15:24.001Z | Aug 23 06:15:22.608 DEBG Aug 23 06:15:22.608replacing 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 } }] |
| 3092 | 2026-08-23T06:15:24.003Z | DEBGAug 23 06:15:22.608Aug 23 06:15:22.608 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 } }]DEBG |
| 3093 | 2026-08-23T06:15:24.003Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:15:22.608 |
| 3094 | 2026-08-23T06:15:24.003Z | reset freemap , INFOunit Aug 23 06:15:22.608: INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255 |
| 3095 | 2026-08-23T06:15:24.003Z | |
| 3096 | 2026-08-23T06:15:24.003Z | Aug 23 06:15:22.608freemap_route_ipv4 |
| 3097 | 2026-08-23T06:15:24.003Z | Aug 23 06:15:22.608Aug 23 06:15:22.608 DEBGDEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 23 06:15:22.608 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3098 | 2026-08-23T06:15:24.003Z | |
| 3099 | 2026-08-23T06:15:24.003Z | DEBG |
| 3100 | 2026-08-23T06:15:24.003Z | initted freemap. low: 0, size: 64Aug 23 06:15:22.608Aug 23 06:15:22.608 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2, unitadding route 172.17.0.7/32 -> 10.0.0.255: |
| 3101 | 2026-08-23T06:15:24.003Z | |
| 3102 | 2026-08-23T06:15:24.003Z | Aug 23 06:15:22.608 freemap_route_ipv6Aug 23 06:15:22.608INFOAug 23 06:15:22.608 |
| 3103 | 2026-08-23T06:15:24.003Z | Aug 23 06:15:22.608 DEBG DEBGDEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3104 | 2026-08-23T06:15:24.007Z | 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 23 06:15:22.608 |
| 3105 | 2026-08-23T06:15:24.007Z | |
| 3106 | 2026-08-23T06:15:24.007Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 23 06:15:22.608 |
| 3107 | 2026-08-23T06:15:24.008Z | Aug 23 06:15:22.608Aug 23 06:15:22.608Aug 23 06:15:22.608 INFOreset freemap Aug 23 06:15:22.608, unitadding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFODEBG : |
| 3108 | 2026-08-23T06:15:24.008Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFO |
| 3109 | 2026-08-23T06:15:24.008Z | adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }] |
| 3110 | 2026-08-23T06:15:24.008Z | |
| 3111 | 2026-08-23T06:15:24.008Z | freemap_route_ipv6 |
| 3112 | 2026-08-23T06:15:24.008Z | Aug 23 06:15:22.608INFOAug 23 06:15:22.608Aug 23 06:15:22.608 Aug 23 06:15:22.608INFO DEBG DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff DEBG |
| 3113 | 2026-08-23T06:15:24.008Z | 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3114 | 2026-08-23T06:15:24.008Z | |
| 3115 | 2026-08-23T06:15:24.008Z | Aug 23 06:15:22.608adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3116 | 2026-08-23T06:15:24.008Z | INFO |
| 3117 | 2026-08-23T06:15:24.008Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3118 | 2026-08-23T06:15:24.008Z | Aug 23 06:15:22.608 Aug 23 06:15:22.608Aug 23 06:15:22.608 Aug 23 06:15:22.608Aug 23 06:15:22.608 INFO DEBG Aug 23 06:15:22.608DEBGDEBG INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3119 | 2026-08-23T06:15:24.008Z | failed to allocate space for the new target listadding route 172.16.0.0/32 -> 10.0.0.4 |
| 3120 | 2026-08-23T06:15:24.008Z | |
| 3121 | 2026-08-23T06:15:24.008Z | 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 23 06:15:22.608adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 23 06:15:22.608 |
| 3122 | 2026-08-23T06:15:24.008Z | Aug 23 06:15:22.608replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3123 | 2026-08-23T06:15:24.008Z | |
| 3124 | 2026-08-23T06:15:24.008Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 3125 | 2026-08-23T06:15:24.008Z | DEBGAug 23 06:15:22.608 Aug 23 06:15:22.608replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 23 06:15:22.608INFODEBG Aug 23 06:15:22.608INFOadding route 172.17.0.9/32 -> 10.0.0.255 |
| 3126 | 2026-08-23T06:15:24.008Z | 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 } }] |
| 3127 | 2026-08-23T06:15:24.008Z | 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 } }]DEBG |
| 3128 | 2026-08-23T06:15:24.008Z | |
| 3129 | 2026-08-23T06:15:24.008Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:15:22.608Aug 23 06:15:22.608 |
| 3130 | 2026-08-23T06:15:24.008Z | Aug 23 06:15:22.608 DEBG Aug 23 06:15:22.608 DEBGINFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 3131 | 2026-08-23T06:15:24.009Z | |
| 3132 | 2026-08-23T06:15:24.009Z | INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3133 | 2026-08-23T06:15:24.009Z | |
| 3134 | 2026-08-23T06:15:24.009Z | Aug 23 06:15:22.608 |
| 3135 | 2026-08-23T06:15:24.009Z | INFO Aug 23 06:15:22.608Aug 23 06:15:22.608Aug 23 06:15:22.608 adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 3136 | 2026-08-23T06:15:24.009Z | DEBGDEBGreplacing 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: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 } }] |
| 3137 | 2026-08-23T06:15:24.009Z | |
| 3138 | 2026-08-23T06:15:24.009Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 23 06:15:22.608 |
| 3139 | 2026-08-23T06:15:24.009Z | DEBG Aug 23 06:15:22.608replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.608 |
| 3140 | 2026-08-23T06:15:24.009Z | Aug 23 06:15:22.608INFO INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 3141 | 2026-08-23T06:15:24.010Z | Aug 23 06:15:22.608adding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3142 | 2026-08-23T06:15:24.010Z | Aug 23 06:15:22.608 |
| 3143 | 2026-08-23T06:15:24.010Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3144 | 2026-08-23T06:15:24.010Z | DEBG Aug 23 06:15:22.608 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 |
| 3145 | 2026-08-23T06:15:24.010Z | Aug 23 06:15:22.608 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 |
| 3146 | 2026-08-23T06:15:24.012Z | 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 23 06:15:22.608 |
| 3147 | 2026-08-23T06:15:24.012Z | INFOAug 23 06:15:22.608 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 23 06:15:22.608 |
| 3148 | 2026-08-23T06:15:24.012Z | INFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3149 | 2026-08-23T06:15:24.012Z | Aug 23 06:15:22.608adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3150 | 2026-08-23T06:15:24.012Z | DEBG Aug 23 06:15:22.608 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 } }] |
| 3151 | 2026-08-23T06:15:24.012Z | 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 23 06:15:22.608 |
| 3152 | 2026-08-23T06:15:24.012Z | Aug 23 06:15:22.608 DEBGINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3153 | 2026-08-23T06:15:24.012Z | Aug 23 06:15:22.608 |
| 3154 | 2026-08-23T06:15:24.012Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3155 | 2026-08-23T06:15:24.012Z | replacing targets for 3fff:dead::/64 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 23 06:15:22.608 Aug 23 06:15:22.608 |
| 3156 | 2026-08-23T06:15:24.012Z | DEBG DEBGAug 23 06:15:22.608replacing 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 } }] |
| 3157 | 2026-08-23T06:15:24.012Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.608 |
| 3158 | 2026-08-23T06:15:24.012Z | INFO WARNadding route 172.17.0.13/32 -> 10.0.0.255 |
| 3159 | 2026-08-23T06:15:24.012Z | Aug 23 06:15:22.608shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3160 | 2026-08-23T06:15:24.013Z | INFOAug 23 06:15:22.608 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 3161 | 2026-08-23T06:15:24.013Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 3162 | 2026-08-23T06:15:24.013Z | Aug 23 06:15:22.608 DEBG Aug 23 06:15:22.608replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3163 | 2026-08-23T06:15:24.013Z | DEBGAug 23 06:15:22.608 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 |
| 3164 | 2026-08-23T06:15:24.013Z | Aug 23 06:15:22.608 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 |
| 3165 | 2026-08-23T06:15:24.013Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3166 | 2026-08-23T06:15:24.013Z | Aug 23 06:15:22.608 INFO Aug 23 06:15:22.600Aug 23 06:15:22.608Aug 23 06:15:22.608 DEBG DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffcreated new freemap , INFO |
| 3167 | 2026-08-23T06:15:24.013Z | unitreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 3168 | 2026-08-23T06:15:24.013Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 3169 | 2026-08-23T06:15:24.013Z | Aug 23 06:15:22.608 |
| 3170 | 2026-08-23T06:15:24.013Z | 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 } }] |
| 3171 | 2026-08-23T06:15:24.013Z | Aug 23 06:15:22.608Aug 23 06:15:22.608 Aug 23 06:15:22.608DEBG Aug 23 06:15:22.608 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 |
| 3172 | 2026-08-23T06:15:24.013Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255created new freemap INFO, unitadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 23 06:15:22.608: |
| 3173 | 2026-08-23T06:15:24.013Z | |
| 3174 | 2026-08-23T06:15:24.013Z | freemap_route_ipv6INFO |
| 3175 | 2026-08-23T06:15:24.013Z | Aug 23 06:15:22.608Aug 23 06:15:22.608 DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 23 06:15:22.608 |
| 3176 | 2026-08-23T06:15:24.013Z | 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 |
| 3177 | 2026-08-23T06:15:24.013Z | DEBG Aug 23 06:15:22.608replacing 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 } }]initted freemap. low: 0, size: 64Aug 23 06:15:22.608 , DEBGunit :INFO |
| 3178 | 2026-08-23T06:15:24.013Z | adding route 3fff:beef:2f::/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 } }]freemap_route_ipv4 |
| 3179 | 2026-08-23T06:15:24.013Z | |
| 3180 | 2026-08-23T06:15:24.013Z | |
| 3181 | 2026-08-23T06:15:24.013Z | Aug 23 06:15:22.608 Aug 23 06:15:22.608INFO Aug 23 06:15:22.608Aug 23 06:15:22.608DEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3182 | 2026-08-23T06:15:24.013Z | Aug 23 06:15:22.609 Aug 23 06:15:22.617 DEBGAug 23 06:15:22.609DEBG 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 } }] |
| 3183 | 2026-08-23T06:15:24.013Z | created new freemap , created new freemapunit, : unitfreemap_route_ipv4: |
| 3184 | 2026-08-23T06:15:24.013Z | freemap_route_ipv4 |
| 3185 | 2026-08-23T06:15:24.013Z | Aug 23 06:15:22.609 |
| 3186 | 2026-08-23T06:15:24.013Z | DEBGDEBGAug 23 06:15:22.617 created new freemapreset freemap , , unitDEBG: Aug 23 06:15:22.617unitfreemap_route_ipv4created new freemapAug 23 06:15:22.617: |
| 3187 | 2026-08-23T06:15:24.013Z | , unit INFOfreemap_route_ipv4DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffcreated new freemap |
| 3188 | 2026-08-23T06:15:24.013Z | , |
| 3189 | 2026-08-23T06:15:24.013Z | unitAug 23 06:15:22.617: :freemap_route_ipv6 freemap_route_ipv6 |
| 3190 | 2026-08-23T06:15:24.013Z | |
| 3191 | 2026-08-23T06:15:24.013Z | Aug 23 06:15:22.617DEBG Aug 23 06:15:22.617Aug 23 06:15:22.617DEBG DEBGAug 23 06:15:22.617replacing 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 } }] DEBGinitted freemap. low: 0, size: 64 |
| 3192 | 2026-08-23T06:15:24.014Z | , initted freemap. low: 0, size: 64 , unitunitcreated new freemap:, Aug 23 06:15:22.617 unit::INFO freemap_route_ipv4freemap_route_ipv6 |
| 3193 | 2026-08-23T06:15:24.014Z | |
| 3194 | 2026-08-23T06:15:24.014Z | freemap_route_ipv6adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3195 | 2026-08-23T06:15:24.014Z | DEBG Aug 23 06:15:22.617 |
| 3196 | 2026-08-23T06:15:24.014Z | initted freemap. low: 0, size: 64Aug 23 06:15:22.617 DEBGDEBG reset freemapreset freemap, , , unitAug 23 06:15:22.617unit :unitDEBG : Aug 23 06:15:22.617 freemap_route_ipv6freemap_route_ipv4DEBG |
| 3197 | 2026-08-23T06:15:24.014Z | |
| 3198 | 2026-08-23T06:15:24.014Z | 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 } }]: |
| 3199 | 2026-08-23T06:15:24.014Z | freemap_route_ipv4Aug 23 06:15:22.617 |
| 3200 | 2026-08-23T06:15:24.014Z | Aug 23 06:15:22.617initted freemap. low: 0, size: 64INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG, |
| 3201 | 2026-08-23T06:15:24.014Z | unitAug 23 06:15:22.617: reset freemapAug 23 06:15:22.617 , INFOAug 23 06:15:22.617 unitDEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff : |
| 3202 | 2026-08-23T06:15:24.014Z | initted freemap. low: 0, size: 64, unitfreemap_route_ipv4DEBGfreemap_route_ipv4:Aug 23 06:15:22.617 freemap_route_ipv6DEBG |
| 3203 | 2026-08-23T06:15:24.014Z | |
| 3204 | 2026-08-23T06:15:24.019Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3205 | 2026-08-23T06:15:24.019Z | 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 } }] |
| 3206 | 2026-08-23T06:15:24.019Z | |
| 3207 | 2026-08-23T06:15:24.019Z | Aug 23 06:15:22.617Aug 23 06:15:22.617 DEBGAug 23 06:15:22.617DEBG DEBGreset freemap Aug 23 06:15:22.617 , Aug 23 06:15:22.617unitreset freemapINFO: initted freemap. low: 0, size: 64INFO , freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.2unitadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3208 | 2026-08-23T06:15:24.019Z | : |
| 3209 | 2026-08-23T06:15:24.019Z | freemap_route_ipv6 |
| 3210 | 2026-08-23T06:15:24.020Z | |
| 3211 | 2026-08-23T06:15:24.020Z | , unitAug 23 06:15:22.617: Aug 23 06:15:22.617Aug 23 06:15:22.617 freemap_route_ipv4Aug 23 06:15:22.617 |
| 3212 | 2026-08-23T06:15:24.020Z | 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 } }]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 } }] |
| 3213 | 2026-08-23T06:15:24.020Z | DEBG |
| 3214 | 2026-08-23T06:15:24.020Z | Aug 23 06:15:22.618INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:15:22.618reset freemap |
| 3215 | 2026-08-23T06:15:24.020Z | Aug 23 06:15:22.618 initted freemap. low: 0, size: 64INFO , , unitadding route 172.17.0.0/32 -> 10.0.0.255: |
| 3216 | 2026-08-23T06:15:24.021Z | unit: freemap_route_ipv6Aug 23 06:15:22.618 freemap_route_ipv6INFOAug 23 06:15:22.618 DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3217 | 2026-08-23T06:15:24.021Z | |
| 3218 | 2026-08-23T06:15:24.021Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 3219 | 2026-08-23T06:15:24.021Z | |
| 3220 | 2026-08-23T06:15:24.021Z | 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 } }] |
| 3221 | 2026-08-23T06:15:24.021Z | Aug 23 06:15:22.618 Aug 23 06:15:22.618INFOAug 23 06:15:22.618 adding route 3fff:dead::/64 -> 2001:db8::55:1INFODEBG Aug 23 06:15:22.618 |
| 3222 | 2026-08-23T06:15:24.021Z | reset freemapadding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:15:22.618 |
| 3223 | 2026-08-23T06:15:24.021Z | , unitDEBG 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 } }] Aug 23 06:15:22.618adding route 172.17.0.1/32 -> 10.0.0.255Aug 23 06:15:22.618 |
| 3224 | 2026-08-23T06:15:24.021Z | |
| 3225 | 2026-08-23T06:15:24.021Z | 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 23 06:15:22.618 |
| 3226 | 2026-08-23T06:15:24.021Z | DEBGAug 23 06:15:22.618INFO 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 } }] |
| 3227 | 2026-08-23T06:15:24.021Z | DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.618freemap_route_ipv6 |
| 3228 | 2026-08-23T06:15:24.021Z | Aug 23 06:15:22.618 |
| 3229 | 2026-08-23T06:15:24.023Z | INFO |
| 3230 | 2026-08-23T06:15:24.023Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO Aug 23 06:15:22.618adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3231 | 2026-08-23T06:15:24.023Z | |
| 3232 | 2026-08-23T06:15:24.023Z | Aug 23 06:15:22.618 INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255Aug 23 06:15:22.618 |
| 3233 | 2026-08-23T06:15:24.023Z | Aug 23 06:15:22.618 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 } }] |
| 3234 | 2026-08-23T06:15:24.023Z | Aug 23 06:15:22.618 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGAug 23 06:15:22.618DEBG 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 |
| 3235 | 2026-08-23T06:15:24.023Z | 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 } }] |
| 3236 | 2026-08-23T06:15:24.023Z | |
| 3237 | 2026-08-23T06:15:24.023Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3238 | 2026-08-23T06:15:24.023Z | Aug 23 06:15:22.618Aug 23 06:15:22.618Aug 23 06:15:22.618 Aug 23 06:15:22.618 INFOINFO Aug 23 06:15:22.618adding route 172.17.0.3/32 -> 10.0.0.255 INFOINFO DEBG |
| 3239 | 2026-08-23T06:15:24.023Z | adding route 172.16.0.0/32 -> 10.0.0.2 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:dead::/64 -> 2001:db8::55:3 |
| 3240 | 2026-08-23T06:15:24.024Z | |
| 3241 | 2026-08-23T06:15:24.024Z | |
| 3242 | 2026-08-23T06:15:24.024Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3243 | 2026-08-23T06:15:24.024Z | Aug 23 06:15:22.618Aug 23 06:15:22.618 DEBGDEBG Aug 23 06:15:22.618replacing 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 } }] |
| 3244 | 2026-08-23T06:15:24.024Z | DEBGAug 23 06:15:22.618 Aug 23 06:15:22.618replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 23 06:15:22.618INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3245 | 2026-08-23T06:15:24.024Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3246 | 2026-08-23T06:15:24.024Z | |
| 3247 | 2026-08-23T06:15:24.024Z | DEBG |
| 3248 | 2026-08-23T06:15:24.024Z | Aug 23 06:15:22.618 Aug 23 06:15:22.618INFOAug 23 06:15:22.618replacing 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 3fff:dead::/64 -> 2001:db8::55:4DEBGAug 23 06:15:22.618 DEBG |
| 3249 | 2026-08-23T06:15:24.024Z | 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 } }] |
| 3250 | 2026-08-23T06:15:24.024Z | |
| 3251 | 2026-08-23T06:15:24.024Z | 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 } }] |
| 3252 | 2026-08-23T06:15:24.024Z | INFO Aug 23 06:15:22.618Aug 23 06:15:22.618Aug 23 06:15:22.618 INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3253 | 2026-08-23T06:15:24.025Z | Aug 23 06:15:22.618DEBG adding route 3fff:beef:38::/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 23 06:15:22.618 |
| 3254 | 2026-08-23T06:15:24.025Z | |
| 3255 | 2026-08-23T06:15:24.025Z | INFODEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 172.17.0.5/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 } }] |
| 3256 | 2026-08-23T06:15:24.026Z | |
| 3257 | 2026-08-23T06:15:24.026Z | |
| 3258 | 2026-08-23T06:15:24.026Z | Aug 23 06:15:22.618 DEBGAug 23 06:15:22.618 Aug 23 06:15:22.618 DEBGAug 23 06:15:22.618replacing 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 23 06:15:22.618DEBGreplacing targets for 3fff:dead::/64 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 } }] |
| 3259 | 2026-08-23T06:15:24.026Z | 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 } }] |
| 3260 | 2026-08-23T06:15:24.026Z | 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 } }] |
| 3261 | 2026-08-23T06:15:24.026Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3262 | 2026-08-23T06:15:24.026Z | |
| 3263 | 2026-08-23T06:15:24.026Z | Aug 23 06:15:22.618 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 23 06:15:22.618Aug 23 06:15:22.618 DEBGAug 23 06:15:22.618 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 |
| 3264 | 2026-08-23T06:15:24.026Z | |
| 3265 | 2026-08-23T06:15:24.026Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3266 | 2026-08-23T06:15:24.026Z | |
| 3267 | 2026-08-23T06:15:24.026Z | Aug 23 06:15:22.618 Aug 23 06:15:22.618DEBG Aug 23 06:15:22.618INFOAug 23 06:15:22.618replacing 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 } }] |
| 3268 | 2026-08-23T06:15:24.027Z | test route::tests::same_size_non_subset_replace ... ok |
| 3269 | 2026-08-23T06:15:24.027Z | adding route 172.17.0.2/32 -> 10.0.0.255DEBG 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 } }] |
| 3270 | 2026-08-23T06:15:24.027Z | |
| 3271 | 2026-08-23T06:15:24.027Z | DEBG Aug 23 06:15:22.618replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 23 06:15:22.618INFO |
| 3272 | 2026-08-23T06:15:24.027Z | Aug 23 06:15:22.618adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 3273 | 2026-08-23T06:15:24.027Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3274 | 2026-08-23T06:15:24.027Z | adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 3275 | 2026-08-23T06:15:24.027Z | 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 23 06:15:22.618 |
| 3276 | 2026-08-23T06:15:24.027Z | Aug 23 06:15:22.618Aug 23 06:15:22.618DEBG 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 |
| 3277 | 2026-08-23T06:15:24.027Z | INFOAug 23 06:15:22.618 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 3278 | 2026-08-23T06:15:24.027Z | Aug 23 06:15:22.618 |
| 3279 | 2026-08-23T06:15:24.027Z | adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 3280 | 2026-08-23T06:15:24.027Z | Aug 23 06:15:22.618adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 23 06:15:22.618 |
| 3281 | 2026-08-23T06:15:24.027Z | Aug 23 06:15:22.618INFO DEBGAug 23 06:15:22.618DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 3282 | 2026-08-23T06:15:24.027Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3283 | 2026-08-23T06:15:24.028Z | Aug 23 06:15:22.618replacing 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 } }] |
| 3284 | 2026-08-23T06:15:24.028Z | DEBG |
| 3285 | 2026-08-23T06:15:24.028Z | 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 } }] |
| 3286 | 2026-08-23T06:15:24.028Z | Aug 23 06:15:22.618 INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 23 06:15:22.618Aug 23 06:15:22.618 INFODEBG |
| 3287 | 2026-08-23T06:15:24.028Z | Aug 23 06:15:22.618 INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 23 06:15:22.618 |
| 3288 | 2026-08-23T06:15:24.028Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBG Aug 23 06:15:22.618replacing 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 } }] |
| 3289 | 2026-08-23T06:15:24.028Z | |
| 3290 | 2026-08-23T06:15:24.028Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3291 | 2026-08-23T06:15:24.028Z | Aug 23 06:15:22.629 DEBGINFOAug 23 06:15:22.629 Aug 23 06:15:22.609adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 3292 | 2026-08-23T06:15:24.028Z | 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 |
| 3293 | 2026-08-23T06:15:24.028Z | Aug 23 06:15:22.629created new freemapAug 23 06:15:22.629 INFODEBG adding route 172.17.0.10/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 } }]unit |
| 3294 | 2026-08-23T06:15:24.028Z | : |
| 3295 | 2026-08-23T06:15:24.028Z | freemap_route_ipv4 |
| 3296 | 2026-08-23T06:15:24.028Z | Aug 23 06:15:22.629 DEBGAug 23 06:15:22.629 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 |
| 3297 | 2026-08-23T06:15:24.028Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 23 06:15:22.629 |
| 3298 | 2026-08-23T06:15:24.028Z | DEBGcreated new freemap Aug 23 06:15:22.629replacing 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 } }] , |
| 3299 | 2026-08-23T06:15:24.029Z | Aug 23 06:15:22.629unitINFO: freemap_route_ipv4 Aug 23 06:15:22.629 |
| 3300 | 2026-08-23T06:15:24.029Z | adding route 172.17.0.11/32 -> 10.0.0.255Aug 23 06:15:22.629DEBG |
| 3301 | 2026-08-23T06:15:24.029Z | DEBG 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 } }] created new freemapadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 3302 | 2026-08-23T06:15:24.029Z | , |
| 3303 | 2026-08-23T06:15:24.029Z | unitAug 23 06:15:22.629: DEBGAug 23 06:15:22.629 Aug 23 06:15:22.629created new freemap , DEBGfreemap_route_ipv6unitAug 23 06:15:22.629 : |
| 3304 | 2026-08-23T06:15:24.033Z | 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 } }]INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3305 | 2026-08-23T06:15:24.033Z | |
| 3306 | 2026-08-23T06:15:24.033Z | Aug 23 06:15:22.629 |
| 3307 | 2026-08-23T06:15:24.033Z | DEBG |
| 3308 | 2026-08-23T06:15:24.033Z | initted freemap. low: 0, size: 64Aug 23 06:15:22.629 Aug 23 06:15:22.629INFOAug 23 06:15:22.629 DEBG , initted freemap. low: 0, size: 64DEBG, Aug 23 06:15:22.629 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffunit |
| 3309 | 2026-08-23T06:15:24.033Z | |
| 3310 | 2026-08-23T06:15:24.034Z | INFO: unitfreemap_route_ipv4 : |
| 3311 | 2026-08-23T06:15:24.035Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 23 06:15:22.629 |
| 3312 | 2026-08-23T06:15:24.035Z | Aug 23 06:15:22.629 freemap_route_ipv4INFO Aug 23 06:15:22.629 |
| 3313 | 2026-08-23T06:15:24.035Z | DEBG adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3314 | 2026-08-23T06:15:24.035Z | 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 |
| 3315 | 2026-08-23T06:15:24.035Z | Aug 23 06:15:22.630reset freemapAug 23 06:15:22.629 Aug 23 06:15:22.630DEBG, DEBGunit Aug 23 06:15:22.630DEBG : replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3316 | 2026-08-23T06:15:24.035Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 3317 | 2026-08-23T06:15:24.035Z | reset freemap |
| 3318 | 2026-08-23T06:15:24.035Z | , |
| 3319 | 2026-08-23T06:15:24.035Z | unitAug 23 06:15:22.630 Aug 23 06:15:22.630:DEBG Aug 23 06:15:22.630 freemap_route_ipv4 Aug 23 06:15:22.630DEBG INFO INFOreplacing 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 } }] initted freemap. low: 0, size: 64adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3320 | 2026-08-23T06:15:24.035Z | , |
| 3321 | 2026-08-23T06:15:24.035Z | |
| 3322 | 2026-08-23T06:15:24.035Z | unit:adding route 172.17.0.13/32 -> 10.0.0.255 freemap_route_ipv6Aug 23 06:15:22.630 |
| 3323 | 2026-08-23T06:15:24.036Z | DEBG |
| 3324 | 2026-08-23T06:15:24.036Z | Aug 23 06:15:22.630Aug 23 06:15:22.630Aug 23 06:15:22.630 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 3325 | 2026-08-23T06:15:24.036Z | reset freemapAug 23 06:15:22.630 |
| 3326 | 2026-08-23T06:15:24.036Z | , DEBGunit initted freemap. low: 0, size: 64:DEBG , Aug 23 06:15:22.630unitfreemap_route_ipv6: Aug 23 06:15:22.630replacing 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 } }] |
| 3327 | 2026-08-23T06:15:24.037Z | |
| 3328 | 2026-08-23T06:15:24.037Z | freemap_route_ipv6INFO |
| 3329 | 2026-08-23T06:15:24.037Z | Aug 23 06:15:22.630adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3330 | 2026-08-23T06:15:24.037Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 Aug 23 06:15:22.630DEBG |
| 3331 | 2026-08-23T06:15:24.037Z | Aug 23 06:15:22.630 Aug 23 06:15:22.630 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG reset freemap |
| 3332 | 2026-08-23T06:15:24.037Z | 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 |
| 3333 | 2026-08-23T06:15:24.037Z | unit: Aug 23 06:15:22.630adding route 172.17.0.14/32 -> 10.0.0.255Aug 23 06:15:22.630 DEBG freemap_route_ipv6INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 23 06:15:22.630adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3334 | 2026-08-23T06:15:24.037Z | |
| 3335 | 2026-08-23T06:15:24.037Z | |
| 3336 | 2026-08-23T06:15:24.037Z | |
| 3337 | 2026-08-23T06:15:24.037Z | DEBG failed to allocate space for the new target list |
| 3338 | 2026-08-23T06:15:24.037Z | Aug 23 06:15:22.630Aug 23 06:15:22.630 DEBGAug 23 06:15:22.630INFOAug 23 06:15:22.630 DEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3339 | 2026-08-23T06:15:24.037Z | |
| 3340 | 2026-08-23T06:15:24.037Z | 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 } }] |
| 3341 | 2026-08-23T06:15:24.037Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3342 | 2026-08-23T06:15:24.037Z | Aug 23 06:15:22.630 Aug 23 06:15:22.630DEBG Aug 23 06:15:22.630 Aug 23 06:15:22.630 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 } }] |
| 3343 | 2026-08-23T06:15:24.037Z | adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 3344 | 2026-08-23T06:15:24.037Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 3345 | 2026-08-23T06:15:24.037Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 23 06:15:22.630 |
| 3346 | 2026-08-23T06:15:24.037Z | Aug 23 06:15:22.630 DEBGDEBGAug 23 06:15:22.630 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 |
| 3347 | 2026-08-23T06:15:24.037Z | Aug 23 06:15:22.630 adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 3348 | 2026-08-23T06:15:24.037Z | |
| 3349 | 2026-08-23T06:15:24.037Z | 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 } }] |
| 3350 | 2026-08-23T06:15:24.037Z | Aug 23 06:15:22.617Aug 23 06:15:22.630Aug 23 06:15:22.630 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 } }]INFOAug 23 06:15:22.630adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3351 | 2026-08-23T06:15:24.037Z | |
| 3352 | 2026-08-23T06:15:24.037Z | INFOadding route 172.17.0.13/32 -> 10.0.0.255 |
| 3353 | 2026-08-23T06:15:24.037Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 23 06:15:22.630 |
| 3354 | 2026-08-23T06:15:24.037Z | INFO Aug 23 06:15:22.630adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3355 | 2026-08-23T06:15:24.038Z | DEBGAug 23 06:15:22.630 Aug 23 06:15:22.630DEBGreplacing 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 23 06:15:22.630 |
| 3356 | 2026-08-23T06:15:24.038Z | 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 } }]DEBG |
| 3357 | 2026-08-23T06:15:24.039Z | 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 23 06:15:22.630replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3358 | 2026-08-23T06:15:24.039Z | |
| 3359 | 2026-08-23T06:15:24.039Z | Aug 23 06:15:22.630 INFOINFO Aug 23 06:15:22.630adding route 172.17.0.18/32 -> 10.0.0.255Aug 23 06:15:22.630 INFOINFO |
| 3360 | 2026-08-23T06:15:24.039Z | adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3361 | 2026-08-23T06:15:24.039Z | |
| 3362 | 2026-08-23T06:15:24.039Z | Aug 23 06:15:22.630 |
| 3363 | 2026-08-23T06:15:24.039Z | DEBGAug 23 06:15:22.630 Aug 23 06:15:22.630replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3364 | 2026-08-23T06:15:24.039Z | DEBGAug 23 06:15:22.630 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.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 |
| 3365 | 2026-08-23T06:15:24.039Z | Aug 23 06:15:22.630 |
| 3366 | 2026-08-23T06:15:24.039Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3367 | 2026-08-23T06:15:24.039Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3368 | 2026-08-23T06:15:24.039Z | INFOAug 23 06:15:22.630 INFOadding route 172.17.0.19/32 -> 10.0.0.255Aug 23 06:15:22.630 |
| 3369 | 2026-08-23T06:15:24.039Z | adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 3370 | 2026-08-23T06:15:24.039Z | replacing targets for 172.16.0.0/32 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 23 06:15:22.630Aug 23 06:15:22.630 |
| 3371 | 2026-08-23T06:15:24.039Z | INFODEBGAug 23 06:15:22.630 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.18/32 -> 10.0.0.255 |
| 3372 | 2026-08-23T06:15:24.039Z | |
| 3373 | 2026-08-23T06:15:24.039Z | 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 } }] |
| 3374 | 2026-08-23T06:15:24.039Z | Aug 23 06:15:22.630 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 23 06:15:22.630 |
| 3375 | 2026-08-23T06:15:24.039Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3376 | 2026-08-23T06:15:24.039Z | Aug 23 06:15:22.630Aug 23 06:15:22.630 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255Aug 23 06:15:22.630 |
| 3377 | 2026-08-23T06:15:24.039Z | |
| 3378 | 2026-08-23T06:15:24.039Z | 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 } }] |
| 3379 | 2026-08-23T06:15:24.039Z | Aug 23 06:15:22.630 Aug 23 06:15:22.630DEBG Aug 23 06:15:22.630DEBG 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.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 } }] |
| 3380 | 2026-08-23T06:15:24.039Z | INFO |
| 3381 | 2026-08-23T06:15:24.039Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3382 | 2026-08-23T06:15:24.039Z | Aug 23 06:15:22.630Aug 23 06:15:22.630adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3383 | 2026-08-23T06:15:24.040Z | Aug 23 06:15:22.630 DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.630INFO |
| 3384 | 2026-08-23T06:15:24.040Z | DEBGadding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3385 | 2026-08-23T06:15:24.041Z | |
| 3386 | 2026-08-23T06:15:24.041Z | Aug 23 06:15:22.630replacing 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 } }] |
| 3387 | 2026-08-23T06:15:24.041Z | INFOAug 23 06:15:22.630 adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 3388 | 2026-08-23T06:15:24.041Z | Aug 23 06:15:22.630 Aug 23 06:15:22.630replacing 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 23 06:15:22.630INFODEBG |
| 3389 | 2026-08-23T06:15:24.041Z | DEBGadding route 3fff:beef:21::/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 } }] |
| 3390 | 2026-08-23T06:15:24.041Z | |
| 3391 | 2026-08-23T06:15:24.041Z | 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 23 06:15:22.630 |
| 3392 | 2026-08-23T06:15:24.041Z | INFOAug 23 06:15:22.630 adding route 172.17.0.21/32 -> 10.0.0.255Aug 23 06:15:22.630 |
| 3393 | 2026-08-23T06:15:24.041Z | Aug 23 06:15:22.630 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3394 | 2026-08-23T06:15:24.041Z | INFOAug 23 06:15:22.630adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3395 | 2026-08-23T06:15:24.041Z | adding route 172.17.0.22/32 -> 10.0.0.255Aug 23 06:15:22.630DEBG |
| 3396 | 2026-08-23T06:15:24.041Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.630 |
| 3397 | 2026-08-23T06:15:24.041Z | INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3398 | 2026-08-23T06:15:24.041Z | 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 } }] |
| 3399 | 2026-08-23T06:15:24.042Z | Aug 23 06:15:22.630Aug 23 06:15:22.630Aug 23 06:15:22.630 Aug 23 06:15:22.630 DEBGINFODEBG 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 } }] |
| 3400 | 2026-08-23T06:15:24.042Z | adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3401 | 2026-08-23T06:15:24.043Z | |
| 3402 | 2026-08-23T06:15:24.043Z | 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 23 06:15:22.630 INFO Aug 23 06:15:22.630adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 3403 | 2026-08-23T06:15:24.043Z | DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.642 |
| 3404 | 2026-08-23T06:15:24.048Z | DEBG Aug 23 06:15:22.630replacing 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 23 06:15:22.642Aug 23 06:15:22.642 |
| 3405 | 2026-08-23T06:15:24.048Z | INFO DEBGAug 23 06:15:22.642 adding route 172.17.0.21/32 -> 10.0.0.255 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 } }]INFO |
| 3406 | 2026-08-23T06:15:24.048Z | |
| 3407 | 2026-08-23T06:15:24.048Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3408 | 2026-08-23T06:15:24.048Z | created new freemapAug 23 06:15:22.642Aug 23 06:15:22.642, unitDEBGINFO :replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.642freemap_route_ipv4 |
| 3409 | 2026-08-23T06:15:24.048Z | DEBG |
| 3410 | 2026-08-23T06:15:24.048Z | adding route 172.17.0.23/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 } }] |
| 3411 | 2026-08-23T06:15:24.048Z | |
| 3412 | 2026-08-23T06:15:24.048Z | Aug 23 06:15:22.642 INFOAug 23 06:15:22.642Aug 23 06:15:22.642 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3413 | 2026-08-23T06:15:24.049Z | |
| 3414 | 2026-08-23T06:15:24.049Z | adding route 172.17.0.22/32 -> 10.0.0.255Aug 23 06:15:22.642 |
| 3415 | 2026-08-23T06:15:24.049Z | |
| 3416 | 2026-08-23T06:15:24.049Z | DEBGAug 23 06:15:22.642 Aug 23 06:15:22.642 created new freemapDEBG, 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 } }]INFOunitAug 23 06:15:22.642: |
| 3417 | 2026-08-23T06:15:24.051Z | Aug 23 06:15:22.642 adding route 172.17.0.24/32 -> 10.0.0.255freemap_route_ipv6 DEBG |
| 3418 | 2026-08-23T06:15:24.051Z | |
| 3419 | 2026-08-23T06:15:24.051Z | 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.23/32 -> 10.0.0.255Aug 23 06:15:22.642 |
| 3420 | 2026-08-23T06:15:24.051Z | |
| 3421 | 2026-08-23T06:15:24.051Z | DEBG Aug 23 06:15:22.642replacing 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 23 06:15:22.642 |
| 3422 | 2026-08-23T06:15:24.051Z | INFOAug 23 06:15:22.642 DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3423 | 2026-08-23T06:15:24.051Z | INFO 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 } }]Aug 23 06:15:22.642Aug 23 06:15:22.642 adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3424 | 2026-08-23T06:15:24.051Z | Aug 23 06:15:22.642INFO |
| 3425 | 2026-08-23T06:15:24.051Z | DEBG DEBGadding route 172.17.0.25/32 -> 10.0.0.255Aug 23 06:15:22.642 initted freemap. low: 0, size: 64 Aug 23 06:15:22.642 |
| 3426 | 2026-08-23T06:15:24.051Z | 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 } }] |
| 3427 | 2026-08-23T06:15:24.051Z | INFO , adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3428 | 2026-08-23T06:15:24.051Z | Aug 23 06:15:22.642unit :DEBG freemap_route_ipv4DEBG |
| 3429 | 2026-08-23T06:15:24.051Z | Aug 23 06:15:22.642 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 3430 | 2026-08-23T06:15:24.051Z | INFOAug 23 06:15:22.642 |
| 3431 | 2026-08-23T06:15:24.051Z | Aug 23 06:15:22.642adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG DEBGAug 23 06:15:22.642 |
| 3432 | 2026-08-23T06:15:24.051Z | INFO Aug 23 06:15:22.642adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3433 | 2026-08-23T06:15:24.051Z | reset freemapINFOAug 23 06:15:22.642 , adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 3434 | 2026-08-23T06:15:24.051Z | 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 } }]unitAug 23 06:15:22.642replacing 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 Aug 23 06:15:22.642 |
| 3435 | 2026-08-23T06:15:24.051Z | freemap_route_ipv4 |
| 3436 | 2026-08-23T06:15:24.051Z | DEBG |
| 3437 | 2026-08-23T06:15:24.051Z | Aug 23 06:15:22.642replacing 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.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 23 06:15:22.642INFO |
| 3438 | 2026-08-23T06:15:24.051Z | INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3439 | 2026-08-23T06:15:24.051Z | |
| 3440 | 2026-08-23T06:15:24.051Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3441 | 2026-08-23T06:15:24.051Z | Aug 23 06:15:22.642Aug 23 06:15:22.642 Aug 23 06:15:22.642INFO DEBGAug 23 06:15:22.642DEBG 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 } }]DEBGinitted freemap. low: 0, size: 64 |
| 3442 | 2026-08-23T06:15:24.051Z | , Aug 23 06:15:22.642unitreplacing 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.25/32 -> 10.0.0.255: |
| 3443 | 2026-08-23T06:15:24.051Z | freemap_route_ipv6 |
| 3444 | 2026-08-23T06:15:24.051Z | INFO |
| 3445 | 2026-08-23T06:15:24.051Z | Aug 23 06:15:22.642 adding route 172.17.0.27/32 -> 10.0.0.255Aug 23 06:15:22.642INFO |
| 3446 | 2026-08-23T06:15:24.051Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBGAug 23 06:15:22.642 |
| 3447 | 2026-08-23T06:15:24.051Z | Aug 23 06:15:22.642replacing 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 } }] |
| 3448 | 2026-08-23T06:15:24.051Z | INFODEBG adding route 172.17.0.26/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 } }] |
| 3449 | 2026-08-23T06:15:24.053Z | Aug 23 06:15:22.642 |
| 3450 | 2026-08-23T06:15:24.054Z | DEBGAug 23 06:15:22.642 DEBGAug 23 06:15:22.642 Aug 23 06:15:22.642reset freemapAug 23 06:15:22.642, 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 } }]unit |
| 3451 | 2026-08-23T06:15:24.054Z | : INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255 Aug 23 06:15:22.642 |
| 3452 | 2026-08-23T06:15:24.054Z | INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255 |
| 3453 | 2026-08-23T06:15:24.054Z | freemap_route_ipv6adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 23 06:15:22.642 |
| 3454 | 2026-08-23T06:15:24.054Z | 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 } }] |
| 3455 | 2026-08-23T06:15:24.054Z | DEBG |
| 3456 | 2026-08-23T06:15:24.054Z | 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 23 06:15:22.642Aug 23 06:15:22.642 |
| 3457 | 2026-08-23T06:15:24.054Z | Aug 23 06:15:22.642INFO INFODEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3458 | 2026-08-23T06:15:24.054Z | Aug 23 06:15:22.642 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 } }] |
| 3459 | 2026-08-23T06:15:24.054Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.642 |
| 3460 | 2026-08-23T06:15:24.054Z | DEBGAug 23 06:15:22.642 adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3461 | 2026-08-23T06:15:24.054Z | Aug 23 06:15:22.642INFOAug 23 06:15:22.642 adding route 172.17.0.27/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 } }] |
| 3462 | 2026-08-23T06:15:24.054Z | INFOAug 23 06:15:22.642 INFOadding route 172.17.0.29/32 -> 10.0.0.255 |
| 3463 | 2026-08-23T06:15:24.054Z | |
| 3464 | 2026-08-23T06:15:24.054Z | Aug 23 06:15:22.642adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBG DEBG |
| 3465 | 2026-08-23T06:15:24.054Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3466 | 2026-08-23T06:15:24.055Z | Aug 23 06:15:22.642Aug 23 06:15:22.642 DEBG Aug 23 06:15:22.642 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 23 06:15:22.642INFO |
| 3467 | 2026-08-23T06:15:24.055Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3468 | 2026-08-23T06:15:24.055Z | DEBG 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 } }] |
| 3469 | 2026-08-23T06:15:24.055Z | |
| 3470 | 2026-08-23T06:15:24.055Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3471 | 2026-08-23T06:15:24.055Z | Aug 23 06:15:22.642Aug 23 06:15:22.642 Aug 23 06:15:22.642Aug 23 06:15:22.642INFO DEBGDEBGadding route 172.17.0.30/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 } }] |
| 3472 | 2026-08-23T06:15:24.055Z | |
| 3473 | 2026-08-23T06:15:24.055Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3474 | 2026-08-23T06:15:24.055Z | Aug 23 06:15:22.642replacing 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 23 06:15:22.642INFOAug 23 06:15:22.642 Aug 23 06:15:22.642INFO |
| 3475 | 2026-08-23T06:15:24.055Z | DEBG Aug 23 06:15:22.642adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3476 | 2026-08-23T06:15:24.055Z | 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 } }]DEBG adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3477 | 2026-08-23T06:15:24.055Z | |
| 3478 | 2026-08-23T06:15:24.055Z | adding route 172.17.0.29/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 } }] |
| 3479 | 2026-08-23T06:15:24.055Z | |
| 3480 | 2026-08-23T06:15:24.055Z | Aug 23 06:15:22.642 Aug 23 06:15:22.642Aug 23 06:15:22.642Aug 23 06:15:22.642 INFODEBG 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 } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 23 06:15:22.642 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3481 | 2026-08-23T06:15:24.055Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3482 | 2026-08-23T06:15:24.055Z | |
| 3483 | 2026-08-23T06:15:24.055Z | |
| 3484 | 2026-08-23T06:15:24.055Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 23 06:15:22.642 |
| 3485 | 2026-08-23T06:15:24.055Z | DEBGAug 23 06:15:22.642 DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.642 |
| 3486 | 2026-08-23T06:15:24.055Z | Aug 23 06:15:22.642replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFOAug 23 06:15:22.642 |
| 3487 | 2026-08-23T06:15:24.055Z | adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3488 | 2026-08-23T06:15:24.055Z | Aug 23 06:15:22.642Aug 23 06:15:22.642 |
| 3489 | 2026-08-23T06:15:24.055Z | INFOINFO Aug 23 06:15:22.642adding route 172.17.0.32/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3490 | 2026-08-23T06:15:24.055Z | INFO |
| 3491 | 2026-08-23T06:15:24.055Z | DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.642Aug 23 06:15:22.642 adding route 172.17.0.29/32 -> 10.0.0.255 DEBG |
| 3492 | 2026-08-23T06:15:24.055Z | |
| 3493 | 2026-08-23T06:15:24.055Z | DEBG Aug 23 06:15:22.642 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: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 23 06:15:22.642 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 } }] |
| 3494 | 2026-08-23T06:15:24.056Z | |
| 3495 | 2026-08-23T06:15:24.056Z | INFO |
| 3496 | 2026-08-23T06:15:24.056Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3497 | 2026-08-23T06:15:24.056Z | Aug 23 06:15:22.642Aug 23 06:15:22.642Aug 23 06:15:22.642 Aug 23 06:15:22.642INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 3498 | 2026-08-23T06:15:24.056Z | Aug 23 06:15:22.642 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 23 06:15:22.642 |
| 3499 | 2026-08-23T06:15:24.057Z | DEBG DEBGadding route 172.17.0.33/32 -> 10.0.0.255 |
| 3500 | 2026-08-23T06:15:24.057Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 3501 | 2026-08-23T06:15:24.057Z | |
| 3502 | 2026-08-23T06:15:24.057Z | 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 } }] |
| 3503 | 2026-08-23T06:15:24.057Z | Aug 23 06:15:22.642 Aug 23 06:15:22.642INFOAug 23 06:15:22.642 INFO INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255 |
| 3504 | 2026-08-23T06:15:24.061Z | Aug 23 06:15:22.642adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3505 | 2026-08-23T06:15:24.062Z | |
| 3506 | 2026-08-23T06:15:24.062Z | DEBG Aug 23 06:15:22.642Aug 23 06:15:22.642 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 } }] |
| 3507 | 2026-08-23T06:15:24.062Z | DEBGAug 23 06:15:22.642replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 3508 | 2026-08-23T06:15:24.062Z | |
| 3509 | 2026-08-23T06:15:24.062Z | Aug 23 06:15:22.642 DEBGINFO Aug 23 06:15:22.642replacing 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 } }] INFOAug 23 06:15:22.642 |
| 3510 | 2026-08-23T06:15:24.062Z | adding route 172.17.0.34/32 -> 10.0.0.255 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3511 | 2026-08-23T06:15:24.062Z | |
| 3512 | 2026-08-23T06:15:24.062Z | Aug 23 06:15:22.642INFO INFOAug 23 06:15:22.642 adding route 172.17.0.31/32 -> 10.0.0.255Aug 23 06:15:22.642adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3513 | 2026-08-23T06:15:24.062Z | |
| 3514 | 2026-08-23T06:15:24.062Z | 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 } }] |
| 3515 | 2026-08-23T06:15:24.062Z | DEBGAug 23 06:15:22.642 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }] |
| 3516 | 2026-08-23T06:15:24.062Z | |
| 3517 | 2026-08-23T06:15:24.062Z | Aug 23 06:15:22.642Aug 23 06:15:22.652 DEBGAug 23 06:15:22.652 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 } }] |
| 3518 | 2026-08-23T06:15:24.062Z | INFOadding route 172.17.0.35/32 -> 10.0.0.255 |
| 3519 | 2026-08-23T06:15:24.062Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3520 | 2026-08-23T06:15:24.062Z | Aug 23 06:15:22.630Aug 23 06:15:22.652Aug 23 06:15:22.652 INFO DEBGDEBG adding route 172.17.0.32/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 } }]created new freemap |
| 3521 | 2026-08-23T06:15:24.062Z | Aug 23 06:15:22.652 |
| 3522 | 2026-08-23T06:15:24.063Z | DEBG, Aug 23 06:15:22.652unitreplacing 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 23 06:15:22.652: |
| 3523 | 2026-08-23T06:15:24.063Z | freemap_route_ipv4 INFO |
| 3524 | 2026-08-23T06:15:24.063Z | Aug 23 06:15:22.652DEBG adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3525 | 2026-08-23T06:15:24.063Z | 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 } }] |
| 3526 | 2026-08-23T06:15:24.063Z | adding route 172.17.0.36/32 -> 10.0.0.255Aug 23 06:15:22.652 |
| 3527 | 2026-08-23T06:15:24.063Z | Aug 23 06:15:22.652 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 } }]created new freemap |
| 3528 | 2026-08-23T06:15:24.063Z | , Aug 23 06:15:22.652unit :DEBG Aug 23 06:15:22.652Aug 23 06:15:22.652freemap_route_ipv6 |
| 3529 | 2026-08-23T06:15:24.063Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3530 | 2026-08-23T06:15:24.063Z | 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 } }] Aug 23 06:15:22.652adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3531 | 2026-08-23T06:15:24.063Z | |
| 3532 | 2026-08-23T06:15:24.063Z | DEBG initted freemap. low: 0, size: 64Aug 23 06:15:22.652, Aug 23 06:15:22.652INFO unit DEBGadding route 172.17.0.37/32 -> 10.0.0.255Aug 23 06:15:22.652 |
| 3533 | 2026-08-23T06:15:24.063Z | 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 23 06:15:22.642: DEBGINFO |
| 3534 | 2026-08-23T06:15:24.063Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 23 06:15:22.652 |
| 3535 | 2026-08-23T06:15:24.063Z | 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 } }]freemap_route_ipv4 |
| 3536 | 2026-08-23T06:15:24.063Z | |
| 3537 | 2026-08-23T06:15:24.063Z | Aug 23 06:15:22.652 INFODEBGAug 23 06:15:22.652 Aug 23 06:15:22.652adding route 172.17.0.37/32 -> 10.0.0.255 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 } }] |
| 3538 | 2026-08-23T06:15:24.063Z | |
| 3539 | 2026-08-23T06:15:24.064Z | DEBGDEBG reset freemapreplacing 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 } }], |
| 3540 | 2026-08-23T06:15:24.064Z | Aug 23 06:15:22.652unit DEBG:Aug 23 06:15:22.652 freemap_route_ipv4Aug 23 06:15:22.652INFO |
| 3541 | 2026-08-23T06:15:24.064Z | INFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.652 |
| 3542 | 2026-08-23T06:15:24.064Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3543 | 2026-08-23T06:15:24.064Z | adding route 172.17.0.38/32 -> 10.0.0.255 Aug 23 06:15:22.652Aug 23 06:15:22.652 |
| 3544 | 2026-08-23T06:15:24.064Z | INFODEBGAug 23 06:15:22.652 initted freemap. low: 0, size: 64INFO , DEBGAug 23 06:15:22.652 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 } }]unitDEBG |
| 3545 | 2026-08-23T06:15:24.064Z | : 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 } }]freemap_route_ipv6 |
| 3546 | 2026-08-23T06:15:24.064Z | |
| 3547 | 2026-08-23T06:15:24.064Z | adding route 172.17.0.38/32 -> 10.0.0.255 adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3548 | 2026-08-23T06:15:24.064Z | |
| 3549 | 2026-08-23T06:15:24.064Z | Aug 23 06:15:22.653Aug 23 06:15:22.653 INFOAug 23 06:15:22.653 Aug 23 06:15:22.653adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 3550 | 2026-08-23T06:15:24.064Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 23 06:15:22.653DEBG reset freemapAug 23 06:15:22.653DEBG, 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 } }] unitreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 3551 | 2026-08-23T06:15:24.064Z | freemap_route_ipv6 |
| 3552 | 2026-08-23T06:15:24.064Z | |
| 3553 | 2026-08-23T06:15:24.064Z | |
| 3554 | 2026-08-23T06:15:24.064Z | Aug 23 06:15:22.653DEBG Aug 23 06:15:22.653Aug 23 06:15:22.653INFO Aug 23 06:15:22.653INFO adding route 172.16.0.0/32 -> 10.0.0.1INFODEBG |
| 3555 | 2026-08-23T06:15:24.064Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3556 | 2026-08-23T06:15:24.065Z | |
| 3557 | 2026-08-23T06:15:24.065Z | adding route 172.17.0.39/32 -> 10.0.0.255 Aug 23 06:15:22.653Aug 23 06:15:22.653 |
| 3558 | 2026-08-23T06:15:24.065Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3559 | 2026-08-23T06:15:24.065Z | Aug 23 06:15:22.653 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3560 | 2026-08-23T06:15:24.065Z | INFODEBG Aug 23 06:15:22.653adding route 172.17.0.40/32 -> 10.0.0.255Aug 23 06:15:22.653Aug 23 06:15:22.653 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3561 | 2026-08-23T06:15:24.065Z | DEBG |
| 3562 | 2026-08-23T06:15:24.065Z | INFOAug 23 06:15:22.653 adding route 172.17.0.0/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 } }]INFO |
| 3563 | 2026-08-23T06:15:24.065Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.35/32 -> 10.0.0.255 |
| 3564 | 2026-08-23T06:15:24.065Z | |
| 3565 | 2026-08-23T06:15:24.065Z | |
| 3566 | 2026-08-23T06:15:24.065Z | Aug 23 06:15:22.653 DEBGAug 23 06:15:22.653Aug 23 06:15:22.653 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 } }] |
| 3567 | 2026-08-23T06:15:24.065Z | 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 } }] |
| 3568 | 2026-08-23T06:15:24.065Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 23 06:15:22.653 |
| 3569 | 2026-08-23T06:15:24.065Z | DEBGAug 23 06:15:22.653Aug 23 06:15:22.653Aug 23 06:15:22.653 INFO INFOAug 23 06:15:22.653 DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff DEBG |
| 3570 | 2026-08-23T06:15:24.065Z | 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.1/32 -> 10.0.0.255 |
| 3571 | 2026-08-23T06:15:24.065Z | |
| 3572 | 2026-08-23T06:15:24.067Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.653 |
| 3573 | 2026-08-23T06:15:24.067Z | 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 } }]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 23 06:15:22.653 |
| 3574 | 2026-08-23T06:15:24.067Z | |
| 3575 | 2026-08-23T06:15:24.067Z | Aug 23 06:15:22.653 Aug 23 06:15:22.653DEBGAug 23 06:15:22.653 INFOINFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3576 | 2026-08-23T06:15:24.067Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3577 | 2026-08-23T06:15:24.067Z | Aug 23 06:15:22.666 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 } }] |
| 3578 | 2026-08-23T06:15:24.067Z | Aug 23 06:15:22.666 Aug 23 06:15:22.666DEBG INFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3579 | 2026-08-23T06:15:24.067Z | |
| 3580 | 2026-08-23T06:15:24.067Z | INFO Aug 23 06:15:22.666 |
| 3581 | 2026-08-23T06:15:24.067Z | adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 3582 | 2026-08-23T06:15:24.067Z | Aug 23 06:15:22.666 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 23 06:15:22.666INFO |
| 3583 | 2026-08-23T06:15:24.067Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 23 06:15:22.666 |
| 3584 | 2026-08-23T06:15:24.067Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 23 06:15:22.666 DEBGINFOAug 23 06:15:22.666 |
| 3585 | 2026-08-23T06:15:24.067Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3586 | 2026-08-23T06:15:24.067Z | DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3587 | 2026-08-23T06:15:24.067Z | Aug 23 06:15:22.666 Aug 23 06:15:22.666DEBG Aug 23 06:15:22.666DEBG 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 } }] |
| 3588 | 2026-08-23T06:15:24.067Z | 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 } }] |
| 3589 | 2026-08-23T06:15:24.067Z | INFO |
| 3590 | 2026-08-23T06:15:24.067Z | adding route 172.17.0.43/32 -> 10.0.0.255Aug 23 06:15:22.666 |
| 3591 | 2026-08-23T06:15:24.067Z | Aug 23 06:15:22.666INFO INFOadding route 172.17.0.3/32 -> 10.0.0.255 |
| 3592 | 2026-08-23T06:15:24.067Z | Aug 23 06:15:22.666adding route 172.17.0.42/32 -> 10.0.0.255Aug 23 06:15:22.666 |
| 3593 | 2026-08-23T06:15:24.067Z | Aug 23 06:15:22.666INFO DEBGDEBGAug 23 06:15:22.666 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff 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 } }] |
| 3594 | 2026-08-23T06:15:24.067Z | 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 } }] |
| 3595 | 2026-08-23T06:15:24.067Z | |
| 3596 | 2026-08-23T06:15:24.067Z | 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 23 06:15:22.666 |
| 3597 | 2026-08-23T06:15:24.068Z | Aug 23 06:15:22.666DEBG 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 |
| 3598 | 2026-08-23T06:15:24.068Z | Aug 23 06:15:22.666adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3599 | 2026-08-23T06:15:24.068Z | INFO Aug 23 06:15:22.666adding route 172.17.0.4/32 -> 10.0.0.255Aug 23 06:15:22.666 |
| 3600 | 2026-08-23T06:15:24.068Z | INFOINFO Aug 23 06:15:22.666 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255Aug 23 06:15:22.666 |
| 3601 | 2026-08-23T06:15:24.068Z | |
| 3602 | 2026-08-23T06:15:24.068Z | 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 } }] |
| 3603 | 2026-08-23T06:15:24.069Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.666 |
| 3604 | 2026-08-23T06:15:24.074Z | Aug 23 06:15:22.666DEBG 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 23 06:15:22.666 |
| 3605 | 2026-08-23T06:15:24.074Z | Aug 23 06:15:22.666 INFODEBG INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 23 06:15:22.666 |
| 3606 | 2026-08-23T06:15:24.074Z | INFOadding route 172.17.0.45/32 -> 10.0.0.255 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255Aug 23 06:15:22.666 |
| 3607 | 2026-08-23T06:15:24.074Z | |
| 3608 | 2026-08-23T06:15:24.074Z | DEBG |
| 3609 | 2026-08-23T06:15:24.074Z | 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 23 06:15:22.666Aug 23 06:15:22.666Aug 23 06:15:22.666 DEBG |
| 3610 | 2026-08-23T06:15:24.074Z | DEBG 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 } }] failed to allocate space for the new target listreplacing 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 } }] |
| 3611 | 2026-08-23T06:15:24.074Z | |
| 3612 | 2026-08-23T06:15:24.074Z | |
| 3613 | 2026-08-23T06:15:24.074Z | Aug 23 06:15:22.666 INFOAug 23 06:15:22.666 Aug 23 06:15:22.666adding route 172.17.0.6/32 -> 10.0.0.255 INFOINFO |
| 3614 | 2026-08-23T06:15:24.074Z | Aug 23 06:15:22.666adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3615 | 2026-08-23T06:15:24.074Z | adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 3616 | 2026-08-23T06:15:24.074Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3617 | 2026-08-23T06:15:24.074Z | Aug 23 06:15:22.666 Aug 23 06:15:22.666DEBG 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 } }] |
| 3618 | 2026-08-23T06:15:24.075Z | 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 23 06:15:22.666 |
| 3619 | 2026-08-23T06:15:24.075Z | DEBG Aug 23 06:15:22.666 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 23 06:15:22.666 |
| 3620 | 2026-08-23T06:15:24.075Z | adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 3621 | 2026-08-23T06:15:24.075Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3622 | 2026-08-23T06:15:24.075Z | Aug 23 06:15:22.666 Aug 23 06:15:22.666INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 3623 | 2026-08-23T06:15:24.075Z | 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 23 06:15:22.666 |
| 3624 | 2026-08-23T06:15:24.075Z | DEBG Aug 23 06:15:22.653Aug 23 06:15:22.666replacing 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 23 06:15:22.666 |
| 3625 | 2026-08-23T06:15:24.075Z | DEBGINFO 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 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3626 | 2026-08-23T06:15:24.075Z | |
| 3627 | 2026-08-23T06:15:24.075Z | |
| 3628 | 2026-08-23T06:15:24.076Z | Aug 23 06:15:22.666 INFO Aug 23 06:15:22.666Aug 23 06:15:22.666 adding route 172.17.0.8/32 -> 10.0.0.255DEBG Aug 23 06:15:22.666replacing 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 } }] |
| 3629 | 2026-08-23T06:15:24.076Z | |
| 3630 | 2026-08-23T06:15:24.076Z | 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.47/32 -> 10.0.0.255Aug 23 06:15:22.666 |
| 3631 | 2026-08-23T06:15:24.076Z | |
| 3632 | 2026-08-23T06:15:24.076Z | Aug 23 06:15:22.666DEBG 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 } }] |
| 3633 | 2026-08-23T06:15:24.077Z | Aug 23 06:15:22.666adding route 172.17.0.49/32 -> 10.0.0.255Aug 23 06:15:22.666 |
| 3634 | 2026-08-23T06:15:24.077Z | INFODEBG Aug 23 06:15:22.666 adding route 172.17.0.37/32 -> 10.0.0.255INFOreplacing 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 23 06:15:22.666 adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3635 | 2026-08-23T06:15:24.077Z | |
| 3636 | 2026-08-23T06:15:24.077Z | DEBG |
| 3637 | 2026-08-23T06:15:24.077Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3638 | 2026-08-23T06:15:24.077Z | Aug 23 06:15:22.666Aug 23 06:15:22.666 Aug 23 06:15:22.666 Aug 23 06:15:22.666INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 3639 | 2026-08-23T06:15:24.077Z | 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 } }] 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.50/32 -> 10.0.0.255 |
| 3640 | 2026-08-23T06:15:24.077Z | |
| 3641 | 2026-08-23T06:15:24.077Z | Aug 23 06:15:22.666 |
| 3642 | 2026-08-23T06:15:24.077Z | DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.667Aug 23 06:15:22.667 Aug 23 06:15:22.667INFO |
| 3643 | 2026-08-23T06:15:24.077Z | DEBGadding route 172.17.0.38/32 -> 10.0.0.255INFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3644 | 2026-08-23T06:15:24.077Z | |
| 3645 | 2026-08-23T06:15:24.077Z | |
| 3646 | 2026-08-23T06:15:24.077Z | Aug 23 06:15:22.667 INFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 23 06:15:22.667Aug 23 06:15:22.667Aug 23 06:15:22.667 |
| 3647 | 2026-08-23T06:15:24.077Z | DEBG DEBGINFOreplacing 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 } }] |
| 3648 | 2026-08-23T06:15:24.077Z | adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3649 | 2026-08-23T06:15:24.077Z | |
| 3650 | 2026-08-23T06:15:24.077Z | Aug 23 06:15:22.667 DEBG Aug 23 06:15:22.667Aug 23 06:15:22.667Aug 23 06:15:22.667 INFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.17.0.11/32 -> 10.0.0.255 |
| 3651 | 2026-08-23T06:15:24.077Z | DEBG |
| 3652 | 2026-08-23T06:15:24.078Z | 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.39/32 -> 10.0.0.255 |
| 3653 | 2026-08-23T06:15:24.078Z | |
| 3654 | 2026-08-23T06:15:24.078Z | Aug 23 06:15:22.667Aug 23 06:15:22.667 Aug 23 06:15:22.667Aug 23 06:15:22.667 DEBG DEBGINFO 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 } }] |
| 3655 | 2026-08-23T06:15:24.078Z | 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.52/32 -> 10.0.0.255 |
| 3656 | 2026-08-23T06:15:24.078Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3657 | 2026-08-23T06:15:24.078Z | |
| 3658 | 2026-08-23T06:15:24.078Z | Aug 23 06:15:22.667 INFO Aug 23 06:15:22.667adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3659 | 2026-08-23T06:15:24.078Z | Aug 23 06:15:22.667 DEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.667 |
| 3660 | 2026-08-23T06:15:24.078Z | Aug 23 06:15:22.667replacing 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 } }] |
| 3661 | 2026-08-23T06:15:24.078Z | Aug 23 06:15:22.667INFO DEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3662 | 2026-08-23T06:15:24.078Z | |
| 3663 | 2026-08-23T06:15:24.078Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3664 | 2026-08-23T06:15:24.078Z | test route::tests::delete_targets_fragmented ... ok |
| 3665 | 2026-08-23T06:15:24.079Z | Aug 23 06:15:22.667 Aug 23 06:15:22.667INFO Aug 23 06:15:22.667adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3666 | 2026-08-23T06:15:24.079Z | INFOAug 23 06:15:22.667DEBG adding route 172.17.0.13/32 -> 10.0.0.255 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 23 06:15:22.667 |
| 3667 | 2026-08-23T06:15:24.079Z | |
| 3668 | 2026-08-23T06:15:24.079Z | DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3669 | 2026-08-23T06:15:24.079Z | |
| 3670 | 2026-08-23T06:15:24.079Z | Aug 23 06:15:22.667Aug 23 06:15:22.667 INFODEBG Aug 23 06:15:22.667Aug 23 06:15:22.667 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFO |
| 3671 | 2026-08-23T06:15:24.079Z | adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3672 | 2026-08-23T06:15:24.079Z | |
| 3673 | 2026-08-23T06:15:24.079Z | adding route 172.17.0.54/32 -> 10.0.0.255Aug 23 06:15:22.667 |
| 3674 | 2026-08-23T06:15:24.079Z | Aug 23 06:15:22.667Aug 23 06:15:22.667 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.14/32 -> 10.0.0.255DEBG |
| 3675 | 2026-08-23T06:15:24.079Z | Aug 23 06:15:22.667 |
| 3676 | 2026-08-23T06:15:24.079Z | 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 } }]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 } }] |
| 3677 | 2026-08-23T06:15:24.079Z | Aug 23 06:15:22.667Aug 23 06:15:22.667 |
| 3678 | 2026-08-23T06:15:24.079Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255DEBGAug 23 06:15:22.667 |
| 3679 | 2026-08-23T06:15:24.079Z | 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 |
| 3680 | 2026-08-23T06:15:24.079Z | Aug 23 06:15:22.667 adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3681 | 2026-08-23T06:15:24.080Z | INFO Aug 23 06:15:22.667adding route 172.17.0.42/32 -> 10.0.0.255Aug 23 06:15:22.667 |
| 3682 | 2026-08-23T06:15:24.080Z | INFODEBG Aug 23 06:15:22.667 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 3683 | 2026-08-23T06:15:24.080Z | |
| 3684 | 2026-08-23T06:15:24.080Z | Aug 23 06:15:22.667replacing 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 } }] |
| 3685 | 2026-08-23T06:15:24.080Z | DEBGAug 23 06:15:22.667Aug 23 06:15:22.667 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 |
| 3686 | 2026-08-23T06:15:24.080Z | INFOAug 23 06:15:22.667 adding route 172.17.0.54/32 -> 10.0.0.255INFO |
| 3687 | 2026-08-23T06:15:24.080Z | adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.667 |
| 3688 | 2026-08-23T06:15:24.081Z | |
| 3689 | 2026-08-23T06:15:24.081Z | INFOAug 23 06:15:22.667 adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 3690 | 2026-08-23T06:15:24.081Z | 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 23 06:15:22.667 |
| 3691 | 2026-08-23T06:15:24.081Z | DEBGAug 23 06:15:22.667 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 23 06:15:22.667 |
| 3692 | 2026-08-23T06:15:24.081Z | Aug 23 06:15:22.667DEBG INFO INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.667adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3693 | 2026-08-23T06:15:24.081Z | |
| 3694 | 2026-08-23T06:15:24.081Z | INFO Aug 23 06:15:22.678adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3695 | 2026-08-23T06:15:24.081Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3696 | 2026-08-23T06:15:24.081Z | Aug 23 06:15:22.678 Aug 23 06:15:22.678Aug 23 06:15:22.667Aug 23 06:15:22.678 DEBGDEBG created new freemapreplacing 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 } }], |
| 3697 | 2026-08-23T06:15:24.082Z | unit: freemap_route_ipv4 |
| 3698 | 2026-08-23T06:15:24.082Z | 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 } }]Aug 23 06:15:22.678 |
| 3699 | 2026-08-23T06:15:24.082Z | DEBGAug 23 06:15:22.678 created new freemapINFO, Aug 23 06:15:22.678unit INFOadding route 172.17.0.45/32 -> 10.0.0.255 : |
| 3700 | 2026-08-23T06:15:24.082Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3701 | 2026-08-23T06:15:24.082Z | freemap_route_ipv6 |
| 3702 | 2026-08-23T06:15:24.082Z | Aug 23 06:15:22.678 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 23 06:15:22.678 |
| 3703 | 2026-08-23T06:15:24.082Z | DEBG Aug 23 06:15:22.678initted freemap. low: 0, size: 64 , DEBGunit :Aug 23 06:15:22.678replacing 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 } }] |
| 3704 | 2026-08-23T06:15:24.087Z | INFO freemap_route_ipv4adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3705 | 2026-08-23T06:15:24.087Z | |
| 3706 | 2026-08-23T06:15:24.087Z | Aug 23 06:15:22.678 INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 23 06:15:22.678 |
| 3707 | 2026-08-23T06:15:24.087Z | 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 } }] |
| 3708 | 2026-08-23T06:15:24.087Z | Aug 23 06:15:22.678Aug 23 06:15:22.678 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 } }]reset freemap |
| 3709 | 2026-08-23T06:15:24.087Z | , Aug 23 06:15:22.678unit :INFO freemap_route_ipv4adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3710 | 2026-08-23T06:15:24.087Z | Aug 23 06:15:22.678 |
| 3711 | 2026-08-23T06:15:24.087Z | INFO Aug 23 06:15:22.678adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3712 | 2026-08-23T06:15:24.087Z | DEBG initted freemap. low: 0, size: 64, unitAug 23 06:15:22.678: Aug 23 06:15:22.678 DEBGfreemap_route_ipv6 |
| 3713 | 2026-08-23T06:15:24.087Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3714 | 2026-08-23T06:15:24.087Z | 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 23 06:15:22.678 |
| 3715 | 2026-08-23T06:15:24.087Z | DEBG Aug 23 06:15:22.678reset freemap , Aug 23 06:15:22.678INFO unitINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3716 | 2026-08-23T06:15:24.087Z | |
| 3717 | 2026-08-23T06:15:24.087Z | : freemap_route_ipv6 |
| 3718 | 2026-08-23T06:15:24.087Z | Aug 23 06:15:22.678 DEBGAug 23 06:15:22.678 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 23 06:15:22.678INFO |
| 3719 | 2026-08-23T06:15:24.087Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 3720 | 2026-08-23T06:15:24.087Z | 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 23 06:15:22.678 |
| 3721 | 2026-08-23T06:15:24.087Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3722 | 2026-08-23T06:15:24.087Z | Aug 23 06:15:22.678Aug 23 06:15:22.678 INFODEBG Aug 23 06:15:22.678adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3723 | 2026-08-23T06:15:24.087Z | 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 } }] |
| 3724 | 2026-08-23T06:15:24.087Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3725 | 2026-08-23T06:15:24.087Z | Aug 23 06:15:22.678 DEBG Aug 23 06:15:22.678replacing 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 } }] |
| 3726 | 2026-08-23T06:15:24.087Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 23 06:15:22.678 |
| 3727 | 2026-08-23T06:15:24.087Z | INFOAug 23 06:15:22.678 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 3728 | 2026-08-23T06:15:24.087Z | Aug 23 06:15:22.678adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3729 | 2026-08-23T06:15:24.087Z | DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 3730 | 2026-08-23T06:15:24.087Z | 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 } }] |
| 3731 | 2026-08-23T06:15:24.088Z | Aug 23 06:15:22.678Aug 23 06:15:22.678 Aug 23 06:15:22.678DEBG DEBGINFOreplacing 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 } }] |
| 3732 | 2026-08-23T06:15:24.088Z | 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.23/32 -> 10.0.0.255 |
| 3733 | 2026-08-23T06:15:24.088Z | |
| 3734 | 2026-08-23T06:15:24.088Z | Aug 23 06:15:22.678 DEBG Aug 23 06:15:22.678Aug 23 06:15:22.678replacing 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 } }] INFOAug 23 06:15:22.678DEBG adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3735 | 2026-08-23T06:15:24.088Z | INFO |
| 3736 | 2026-08-23T06:15:24.088Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3737 | 2026-08-23T06:15:24.088Z | |
| 3738 | 2026-08-23T06:15:24.088Z | Aug 23 06:15:22.678 Aug 23 06:15:22.678Aug 23 06:15:22.678 DEBGINFO DEBG Aug 23 06:15:22.678adding route 172.17.0.24/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 } }]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 } }] |
| 3739 | 2026-08-23T06:15:24.088Z | |
| 3740 | 2026-08-23T06:15:24.088Z | INFO |
| 3741 | 2026-08-23T06:15:24.088Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3742 | 2026-08-23T06:15:24.088Z | Aug 23 06:15:22.678 Aug 23 06:15:22.678Aug 23 06:15:22.678DEBG 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 } }]INFO |
| 3743 | 2026-08-23T06:15:24.089Z | adding route 172.17.0.57/32 -> 10.0.0.255Aug 23 06:15:22.678 |
| 3744 | 2026-08-23T06:15:24.089Z | Aug 23 06:15:22.678DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 3745 | 2026-08-23T06:15:24.089Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.678 |
| 3746 | 2026-08-23T06:15:24.089Z | DEBG |
| 3747 | 2026-08-23T06:15:24.089Z | Aug 23 06:15:22.678replacing 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 23 06:15:22.678DEBG |
| 3748 | 2026-08-23T06:15:24.089Z | 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 } }]DEBG |
| 3749 | 2026-08-23T06:15:24.089Z | 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 23 06:15:22.678Aug 23 06:15:22.678 INFO |
| 3750 | 2026-08-23T06:15:24.089Z | INFOadding route 172.17.0.52/32 -> 10.0.0.255 Aug 23 06:15:22.678adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3751 | 2026-08-23T06:15:24.089Z | INFOAug 23 06:15:22.678 |
| 3752 | 2026-08-23T06:15:24.089Z | adding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 3753 | 2026-08-23T06:15:24.089Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3754 | 2026-08-23T06:15:24.089Z | Aug 23 06:15:22.678Aug 23 06:15:22.678Aug 23 06:15:22.678Aug 23 06:15:22.678 DEBG DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3755 | 2026-08-23T06:15:24.089Z | |
| 3756 | 2026-08-23T06:15:24.089Z | 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 } }] |
| 3757 | 2026-08-23T06:15:24.089Z | 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 } }] |
| 3758 | 2026-08-23T06:15:24.089Z | Aug 23 06:15:22.678Aug 23 06:15:22.678 Aug 23 06:15:22.678INFO INFOINFOAug 23 06:15:22.678 adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3759 | 2026-08-23T06:15:24.091Z | adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 3760 | 2026-08-23T06:15:24.091Z | adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3761 | 2026-08-23T06:15:24.091Z | Aug 23 06:15:22.678 |
| 3762 | 2026-08-23T06:15:24.091Z | Aug 23 06:15:22.678DEBG Aug 23 06:15:22.678DEBG 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 23 06:15:22.678 |
| 3763 | 2026-08-23T06:15:24.091Z | 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 } }] 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 } }] |
| 3764 | 2026-08-23T06:15:24.091Z | |
| 3765 | 2026-08-23T06:15:24.091Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.678 |
| 3766 | 2026-08-23T06:15:24.091Z | INFO Aug 23 06:15:22.678adding route 172.17.0.60/32 -> 10.0.0.255 Aug 23 06:15:22.678INFO |
| 3767 | 2026-08-23T06:15:24.091Z | test route::tests::delete_target_fragmented ... ok |
| 3768 | 2026-08-23T06:15:24.091Z | test route::tests::delete_target_full ... ok |
| 3769 | 2026-08-23T06:15:24.091Z | Aug 23 06:15:22.678 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255 Aug 23 06:15:22.678 |
| 3770 | 2026-08-23T06:15:24.091Z | adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255DEBG |
| 3771 | 2026-08-23T06:15:24.091Z | |
| 3772 | 2026-08-23T06:15:24.091Z | 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 23 06:15:22.678 |
| 3773 | 2026-08-23T06:15:24.091Z | 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 23 06:15:22.678 |
| 3774 | 2026-08-23T06:15:24.091Z | Aug 23 06:15:22.678 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 3775 | 2026-08-23T06:15:24.091Z | |
| 3776 | 2026-08-23T06:15:24.091Z | Aug 23 06:15:22.678 DEBGAug 23 06:15:22.678 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 23 06:15:22.678INFO |
| 3777 | 2026-08-23T06:15:24.091Z | Aug 23 06:15:22.678 DEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO |
| 3778 | 2026-08-23T06:15:24.091Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3779 | 2026-08-23T06:15:24.091Z | |
| 3780 | 2026-08-23T06:15:24.091Z | Aug 23 06:15:22.678 INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 23 06:15:22.678 |
| 3781 | 2026-08-23T06:15:24.092Z | Aug 23 06:15:22.678 DEBGDEBG Aug 23 06:15:22.678 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 } }]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 } }] |
| 3782 | 2026-08-23T06:15:24.092Z | |
| 3783 | 2026-08-23T06:15:24.092Z | 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 } }] |
| 3784 | 2026-08-23T06:15:24.092Z | Aug 23 06:15:22.678 Aug 23 06:15:22.678Aug 23 06:15:22.678 INFOINFO INFOadding route 172.17.0.30/32 -> 10.0.0.255 |
| 3785 | 2026-08-23T06:15:24.092Z | adding route 172.17.0.56/32 -> 10.0.0.255 adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3786 | 2026-08-23T06:15:24.092Z | |
| 3787 | 2026-08-23T06:15:24.092Z | Aug 23 06:15:22.678 DEBG Aug 23 06:15:22.678replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.678DEBG DEBG |
| 3788 | 2026-08-23T06:15:24.092Z | 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.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 } }] |
| 3789 | 2026-08-23T06:15:24.092Z | |
| 3790 | 2026-08-23T06:15:24.092Z | Aug 23 06:15:22.678 INFO Aug 23 06:15:22.678adding route 172.17.0.31/32 -> 10.0.0.255Aug 23 06:15:22.678 |
| 3791 | 2026-08-23T06:15:24.092Z | INFOINFO Aug 23 06:15:22.678adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3792 | 2026-08-23T06:15:24.093Z | |
| 3793 | 2026-08-23T06:15:24.093Z | 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 } }] |
| 3794 | 2026-08-23T06:15:24.093Z | Aug 23 06:15:22.678 DEBG Aug 23 06:15:22.678Aug 23 06:15:22.678replacing 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 } }] DEBGINFO |
| 3795 | 2026-08-23T06:15:24.093Z | adding route 172.17.0.32/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 } }] |
| 3796 | 2026-08-23T06:15:24.093Z | |
| 3797 | 2026-08-23T06:15:24.093Z | Aug 23 06:15:22.678Aug 23 06:15:22.678Aug 23 06:15:22.678 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.58/32 -> 10.0.0.255 |
| 3798 | 2026-08-23T06:15:24.093Z | |
| 3799 | 2026-08-23T06:15:24.093Z | INFO Aug 23 06:15:22.678Aug 23 06:15:22.678 adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3800 | 2026-08-23T06:15:24.093Z | INFODEBG 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.33/32 -> 10.0.0.255 |
| 3801 | 2026-08-23T06:15:24.093Z | Aug 23 06:15:22.678 |
| 3802 | 2026-08-23T06:15:24.093Z | 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 } }] |
| 3803 | 2026-08-23T06:15:24.093Z | Aug 23 06:15:22.678 DEBG Aug 23 06:15:22.678replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 3804 | 2026-08-23T06:15:24.098Z | adding route 172.17.0.7/32 -> 10.0.0.255Aug 23 06:15:22.678 |
| 3805 | 2026-08-23T06:15:24.098Z | Aug 23 06:15:22.678INFO INFOadding route 172.17.0.59/32 -> 10.0.0.255 |
| 3806 | 2026-08-23T06:15:24.098Z | Aug 23 06:15:22.678adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3807 | 2026-08-23T06:15:24.098Z | 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 } }] |
| 3808 | 2026-08-23T06:15:24.099Z | Aug 23 06:15:22.678 DEBGAug 23 06:15:22.678 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 |
| 3809 | 2026-08-23T06:15:24.099Z | Aug 23 06:15:22.678 adding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 3810 | 2026-08-23T06:15:24.099Z | Aug 23 06:15:22.678replacing 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 } }] |
| 3811 | 2026-08-23T06:15:24.099Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 23 06:15:22.678 |
| 3812 | 2026-08-23T06:15:24.099Z | Aug 23 06:15:22.678 INFO Aug 23 06:15:22.678 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 } }] |
| 3813 | 2026-08-23T06:15:24.099Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3814 | 2026-08-23T06:15:24.099Z | Aug 23 06:15:22.692DEBG 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 } }] |
| 3815 | 2026-08-23T06:15:24.099Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3816 | 2026-08-23T06:15:24.099Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692DEBGDEBG Aug 23 06:15:22.692 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]INFODEBG |
| 3817 | 2026-08-23T06:15:24.099Z | |
| 3818 | 2026-08-23T06:15:24.099Z | 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.9/32 -> 10.0.0.255 |
| 3819 | 2026-08-23T06:15:24.099Z | |
| 3820 | 2026-08-23T06:15:24.099Z | Aug 23 06:15:22.692Aug 23 06:15:22.692 Aug 23 06:15:22.692DEBG INFOfailed to allocate space for the new target list DEBG |
| 3821 | 2026-08-23T06:15:24.099Z | Aug 23 06:15:22.692adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3822 | 2026-08-23T06:15:24.099Z | |
| 3823 | 2026-08-23T06:15:24.099Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3824 | 2026-08-23T06:15:24.099Z | Aug 23 06:15:22.692Aug 23 06:15:22.692 Aug 23 06:15:22.692Aug 23 06:15:22.692 DEBG 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.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 } }] |
| 3825 | 2026-08-23T06:15:24.099Z | DEBG |
| 3826 | 2026-08-23T06:15:24.099Z | INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 3827 | 2026-08-23T06:15:24.099Z | Aug 23 06:15:22.692adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3828 | 2026-08-23T06:15:24.099Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3829 | 2026-08-23T06:15:24.099Z | Aug 23 06:15:22.692Aug 23 06:15:22.692Aug 23 06:15:22.692 DEBGDEBG INFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3830 | 2026-08-23T06:15:24.099Z | |
| 3831 | 2026-08-23T06:15:24.099Z | 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 } }] |
| 3832 | 2026-08-23T06:15:24.099Z | Aug 23 06:15:22.692Aug 23 06:15:22.692 INFOAug 23 06:15:22.692 DEBGadding route 172.17.0.11/32 -> 10.0.0.255 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 } }] |
| 3833 | 2026-08-23T06:15:24.099Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3834 | 2026-08-23T06:15:24.099Z | |
| 3835 | 2026-08-23T06:15:24.099Z | Aug 23 06:15:22.692Aug 23 06:15:22.692 Aug 23 06:15:22.692 DEBGDEBGINFO 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.60/32 -> 10.0.0.255 |
| 3836 | 2026-08-23T06:15:24.099Z | |
| 3837 | 2026-08-23T06:15:24.099Z | 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 } }] |
| 3838 | 2026-08-23T06:15:24.100Z | Aug 23 06:15:22.692Aug 23 06:15:22.692 Aug 23 06:15:22.692INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255INFO 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 } }] |
| 3839 | 2026-08-23T06:15:24.100Z | |
| 3840 | 2026-08-23T06:15:24.100Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3841 | 2026-08-23T06:15:24.100Z | Aug 23 06:15:22.692Aug 23 06:15:22.692Aug 23 06:15:22.692 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 3842 | 2026-08-23T06:15:24.100Z | |
| 3843 | 2026-08-23T06:15:24.100Z | INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3844 | 2026-08-23T06:15:24.100Z | Aug 23 06:15:22.692Aug 23 06:15:22.692 INFOINFO Aug 23 06:15:22.692adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3845 | 2026-08-23T06:15:24.100Z | DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 3846 | 2026-08-23T06:15:24.100Z | 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 } }] |
| 3847 | 2026-08-23T06:15:24.100Z | Aug 23 06:15:22.692 DEBGAug 23 06:15:22.692 Aug 23 06:15:22.692DEBGreplacing 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 } }] |
| 3848 | 2026-08-23T06:15:24.100Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3849 | 2026-08-23T06:15:24.101Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3850 | 2026-08-23T06:15:24.101Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692INFO Aug 23 06:15:22.692INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3851 | 2026-08-23T06:15:24.101Z | adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 3852 | 2026-08-23T06:15:24.101Z | 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 } }] |
| 3853 | 2026-08-23T06:15:24.101Z | Aug 23 06:15:22.692Aug 23 06:15:22.692 Aug 23 06:15:22.692DEBG DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]failed to allocate space for the new target list |
| 3854 | 2026-08-23T06:15:24.101Z | |
| 3855 | 2026-08-23T06:15:24.101Z | |
| 3856 | 2026-08-23T06:15:24.101Z | Aug 23 06:15:22.692Aug 23 06:15:22.692Aug 23 06:15:22.692 DEBGINFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3857 | 2026-08-23T06:15:24.101Z | |
| 3858 | 2026-08-23T06:15:24.101Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3859 | 2026-08-23T06:15:24.101Z | Aug 23 06:15:22.692Aug 23 06:15:22.692 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3860 | 2026-08-23T06:15:24.101Z | |
| 3861 | 2026-08-23T06:15:24.101Z | Aug 23 06:15:22.692Aug 23 06:15:22.692 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3862 | 2026-08-23T06:15:24.101Z | |
| 3863 | 2026-08-23T06:15:24.101Z | Aug 23 06:15:22.692Aug 23 06:15:22.692 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 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 } }] |
| 3864 | 2026-08-23T06:15:24.102Z | |
| 3865 | 2026-08-23T06:15:24.102Z | Aug 23 06:15:22.692Aug 23 06:15:22.692 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3866 | 2026-08-23T06:15:24.102Z | |
| 3867 | 2026-08-23T06:15:24.102Z | Aug 23 06:15:22.692 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 } }] |
| 3868 | 2026-08-23T06:15:24.102Z | test route::tests::add_target_fails_full ... ok |
| 3869 | 2026-08-23T06:15:24.102Z | Aug 23 06:15:22.692 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 } }] |
| 3870 | 2026-08-23T06:15:24.102Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 3871 | 2026-08-23T06:15:24.102Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3872 | 2026-08-23T06:15:24.102Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692DEBG DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3873 | 2026-08-23T06:15:24.104Z | 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 } }] |
| 3874 | 2026-08-23T06:15:24.104Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692INFO INFOadding route 172.17.0.47/32 -> 10.0.0.255 |
| 3875 | 2026-08-23T06:15:24.104Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3876 | 2026-08-23T06:15:24.104Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692DEBG 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 } }] |
| 3877 | 2026-08-23T06:15:24.104Z | 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 } }] |
| 3878 | 2026-08-23T06:15:24.104Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692INFO INFOadding route 172.17.0.48/32 -> 10.0.0.255 |
| 3879 | 2026-08-23T06:15:24.104Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3880 | 2026-08-23T06:15:24.104Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692DEBG 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 } }] |
| 3881 | 2026-08-23T06:15:24.104Z | 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 } }] |
| 3882 | 2026-08-23T06:15:24.104Z | Aug 23 06:15:22.692Aug 23 06:15:22.692 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3883 | 2026-08-23T06:15:24.104Z | Aug 23 06:15:22.692adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3884 | 2026-08-23T06:15:24.104Z | 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 } }] |
| 3885 | 2026-08-23T06:15:24.104Z | Aug 23 06:15:22.692Aug 23 06:15:22.692 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 } }] |
| 3886 | 2026-08-23T06:15:24.105Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3887 | 2026-08-23T06:15:24.105Z | Aug 23 06:15:22.692 INFO Aug 23 06:15:22.692adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3888 | 2026-08-23T06:15:24.105Z | 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 } }] |
| 3889 | 2026-08-23T06:15:24.105Z | Aug 23 06:15:22.692 DEBG Aug 23 06:15:22.692replacing 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 } }] |
| 3890 | 2026-08-23T06:15:24.105Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3891 | 2026-08-23T06:15:24.105Z | Aug 23 06:15:22.692 INFOAug 23 06:15:22.692 adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 3892 | 2026-08-23T06:15:24.105Z | 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 } }] |
| 3893 | 2026-08-23T06:15:24.105Z | Aug 23 06:15:22.692 DEBGAug 23 06:15:22.692 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3894 | 2026-08-23T06:15:24.105Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3895 | 2026-08-23T06:15:24.105Z | Aug 23 06:15:22.692 INFOAug 23 06:15:22.692 adding route 172.17.0.24/32 -> 10.0.0.255DEBG |
| 3896 | 2026-08-23T06:15:24.105Z | 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 } }] |
| 3897 | 2026-08-23T06:15:24.105Z | Aug 23 06:15:22.692 DEBGAug 23 06:15:22.692 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 |
| 3898 | 2026-08-23T06:15:24.105Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3899 | 2026-08-23T06:15:24.105Z | Aug 23 06:15:22.692 INFOAug 23 06:15:22.692 adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 3900 | 2026-08-23T06:15:24.105Z | 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 } }] |
| 3901 | 2026-08-23T06:15:24.105Z | Aug 23 06:15:22.692 DEBGAug 23 06:15:22.692 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 |
| 3902 | 2026-08-23T06:15:24.107Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3903 | 2026-08-23T06:15:24.107Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 |
| 3904 | 2026-08-23T06:15:24.111Z | 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 } }] |
| 3905 | 2026-08-23T06:15:24.112Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692DEBG 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 } }] |
| 3906 | 2026-08-23T06:15:24.112Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3907 | 2026-08-23T06:15:24.112Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255 |
| 3908 | 2026-08-23T06:15:24.112Z | 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 } }] |
| 3909 | 2026-08-23T06:15:24.112Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692DEBG 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 } }] |
| 3910 | 2026-08-23T06:15:24.112Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3911 | 2026-08-23T06:15:24.112Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255 |
| 3912 | 2026-08-23T06:15:24.112Z | 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 } }] |
| 3913 | 2026-08-23T06:15:24.112Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692DEBG INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3914 | 2026-08-23T06:15:24.112Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3915 | 2026-08-23T06:15:24.112Z | Aug 23 06:15:22.692 Aug 23 06:15:22.692INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 3916 | 2026-08-23T06:15:24.112Z | 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 } }] |
| 3917 | 2026-08-23T06:15:24.112Z | Aug 23 06:15:22.693 Aug 23 06:15:22.693DEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3918 | 2026-08-23T06:15:24.113Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3919 | 2026-08-23T06:15:24.113Z | Aug 23 06:15:22.693 Aug 23 06:15:22.693INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 3920 | 2026-08-23T06:15:24.113Z | replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3921 | 2026-08-23T06:15:24.113Z | Aug 23 06:15:22.693 Aug 23 06:15:22.693DEBG INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3922 | 2026-08-23T06:15:24.113Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3923 | 2026-08-23T06:15:24.113Z | Aug 23 06:15:22.693 Aug 23 06:15:22.693INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255 |
| 3924 | 2026-08-23T06:15:24.113Z | replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3925 | 2026-08-23T06:15:24.113Z | Aug 23 06:15:22.693 Aug 23 06:15:22.693DEBG 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 } }] |
| 3926 | 2026-08-23T06:15:24.113Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3927 | 2026-08-23T06:15:24.113Z | Aug 23 06:15:22.693 Aug 23 06:15:22.693INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 3928 | 2026-08-23T06:15:24.113Z | 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 } }] |
| 3929 | 2026-08-23T06:15:24.113Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3930 | 2026-08-23T06:15:24.113Z | Aug 23 06:15:22.693 Aug 23 06:15:22.707 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 } }] |
| 3931 | 2026-08-23T06:15:24.113Z | DEBGAug 23 06:15:22.707 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3932 | 2026-08-23T06:15:24.114Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3933 | 2026-08-23T06:15:24.114Z | Aug 23 06:15:22.707Aug 23 06:15:22.707 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3934 | 2026-08-23T06:15:24.115Z | |
| 3935 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707Aug 23 06:15:22.707 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.63/32 -> 10.0.0.255 |
| 3936 | 2026-08-23T06:15:24.115Z | |
| 3937 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707Aug 23 06:15:22.707 INFODEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing 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 } }] |
| 3938 | 2026-08-23T06:15:24.115Z | |
| 3939 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707Aug 23 06:15:22.707 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 3940 | 2026-08-23T06:15:24.115Z | |
| 3941 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707Aug 23 06:15:22.707 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3942 | 2026-08-23T06:15:24.115Z | |
| 3943 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707Aug 23 06:15:22.707 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 } }]failed to allocate space for the new target list |
| 3944 | 2026-08-23T06:15:24.115Z | |
| 3945 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3946 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 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 } }] |
| 3947 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3948 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 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 } }] |
| 3949 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3950 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 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 } }] |
| 3951 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3952 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 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 } }] |
| 3953 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3954 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 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 } }] |
| 3955 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3956 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 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 } }] |
| 3957 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3958 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 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 } }] |
| 3959 | 2026-08-23T06:15:24.115Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3960 | 2026-08-23T06:15:24.116Z | Aug 23 06:15:22.707 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 } }] |
| 3961 | 2026-08-23T06:15:24.116Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3962 | 2026-08-23T06:15:24.116Z | Aug 23 06:15:22.707 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 } }] |
| 3963 | 2026-08-23T06:15:24.116Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3964 | 2026-08-23T06:15:24.116Z | Aug 23 06:15:22.707 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 } }] |
| 3965 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3966 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 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 } }] |
| 3967 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3968 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 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 } }] |
| 3969 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3970 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 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 } }] |
| 3971 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3972 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 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 } }] |
| 3973 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3974 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 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 } }] |
| 3975 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3976 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 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 } }] |
| 3977 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3978 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 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 } }] |
| 3979 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3980 | 2026-08-23T06:15:24.117Z | Aug 23 06:15:22.707 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 } }] |
| 3981 | 2026-08-23T06:15:24.118Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3982 | 2026-08-23T06:15:24.118Z | Aug 23 06:15:22.707 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 } }] |
| 3983 | 2026-08-23T06:15:24.118Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3984 | 2026-08-23T06:15:24.118Z | Aug 23 06:15:22.707 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 } }] |
| 3985 | 2026-08-23T06:15:24.118Z | Aug 23 06:15:22.707 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3986 | 2026-08-23T06:15:24.118Z | test route::tests::delete_targets_full ... ok |
| 3987 | 2026-08-23T06:15:24.118Z | |
| 3988 | 2026-08-23T06:15:24.118Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s |
| 3989 | 2026-08-23T06:15:24.118Z | |
| 3990 | 2026-08-23T06:15:24.118Z | |
| 3991 | 2026-08-23T06:15:24.118Z | running 0 tests |
| 3992 | 2026-08-23T06:15:24.118Z | Aug 23 06:15:22.707 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 } }] |
| 3993 | 2026-08-23T06:15:24.118Z | Aug 23 06:15:22.720 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3994 | 2026-08-23T06:15:24.118Z | |
| 3995 | 2026-08-23T06:15:24.118Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3996 | 2026-08-23T06:15:24.118Z | Aug 23 06:15:22.720 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 } }] |
| 3997 | 2026-08-23T06:15:24.118Z | |
| 3998 | 2026-08-23T06:15:24.118Z | Aug 23 06:15:22.720 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3999 | 2026-08-23T06:15:24.118Z | Aug 23 06:15:22.720 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 } }] |
| 4000 | 2026-08-23T06:15:24.118Z | Aug 23 06:15:22.720 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4001 | 2026-08-23T06:15:24.118Z | Aug 23 06:15:22.720 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 } }] |
| 4002 | 2026-08-23T06:15:24.118Z | Aug 23 06:15:22.720 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4003 | 2026-08-23T06:15:24.118Z | Aug 23 06:15:22.720 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 } }] |
| 4004 | 2026-08-23T06:15:24.122Z | Aug 23 06:15:22.720 DEBG failed to allocate space for the new target list |
| 4005 | 2026-08-23T06:15:24.122Z | Aug 23 06:15:22.720 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 } }] |
| 4006 | 2026-08-23T06:15:24.122Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a9504462cba8402a) |
| 4007 | 2026-08-23T06:15:24.122Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 4008 | 2026-08-23T06:15:24.122Z | |
| 4009 | 2026-08-23T06:15:24.122Z | running 0 tests |
| 4010 | 2026-08-23T06:15:24.122Z | |
| 4011 | 2026-08-23T06:15:24.122Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4012 | 2026-08-23T06:15:24.122Z | |
| 4013 | 2026-08-23T06:15:24.122Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-781785128f86fce3) |
| 4014 | 2026-08-23T06:15:24.122Z | |
| 4015 | 2026-08-23T06:15:24.122Z | running 6 tests |
| 4016 | 2026-08-23T06:15:24.123Z | test tests::test_full_lot_id_neither_present ... ok |
| 4017 | 2026-08-23T06:15:24.123Z | test tests::test_port_id_cmp ... ok |
| 4018 | 2026-08-23T06:15:24.123Z | test tests::test_parse_client_port_id ... ok |
| 4019 | 2026-08-23T06:15:24.123Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4020 | 2026-08-23T06:15:24.123Z | test tests::test_full_lot_id_both_present ... ok |
| 4021 | 2026-08-23T06:15:24.123Z | test tests::test_full_lot_id_lot_only ... ok |
| 4022 | 2026-08-23T06:15:24.123Z | |
| 4023 | 2026-08-23T06:15:24.123Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4024 | 2026-08-23T06:15:24.123Z | |
| 4025 | 2026-08-23T06:15:24.123Z | Running tests/test_all.rs (target/debug/deps/test_all-0baa5b20ec54b6c2) |
| 4026 | 2026-08-23T06:15:24.124Z | |
| 4027 | 2026-08-23T06:15:24.124Z | running 0 tests |
| 4028 | 2026-08-23T06:15:24.124Z | |
| 4029 | 2026-08-23T06:15:24.124Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4030 | 2026-08-23T06:15:24.124Z | |
| 4031 | 2026-08-23T06:15:24.124Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 4032 | 2026-08-23T06:15:24.124Z | |
| 4033 | 2026-08-23T06:15:24.124Z | running 0 tests |
| 4034 | 2026-08-23T06:15:24.124Z | |
| 4035 | 2026-08-23T06:15:24.124Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4036 | 2026-08-23T06:15:24.124Z | |
| 4037 | 2026-08-23T06:15:24.124Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 4038 | 2026-08-23T06:15:24.124Z | |
| 4039 | 2026-08-23T06:15:24.124Z | running 15 tests |
| 4040 | 2026-08-23T06:15:24.124Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 4041 | 2026-08-23T06:15:24.124Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 4042 | 2026-08-23T06:15:24.124Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 4043 | 2026-08-23T06:15:24.124Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 4044 | 2026-08-23T06:15:24.124Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 4045 | 2026-08-23T06:15:24.124Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 4046 | 2026-08-23T06:15:24.124Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 4047 | 2026-08-23T06:15:24.124Z | test v1::network::tests::test_eui64 ... ok |
| 4048 | 2026-08-23T06:15:24.124Z | test v1::network::tests::test_equal ... ok |
| 4049 | 2026-08-23T06:15:24.124Z | test v1::network::tests::test_into ... ok |
| 4050 | 2026-08-23T06:15:24.125Z | test v1::network::tests::test_not_equal ... ok |
| 4051 | 2026-08-23T06:15:24.125Z | test v1::network::tests::test_to_string ... ok |
| 4052 | 2026-08-23T06:15:24.125Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 4053 | 2026-08-23T06:15:24.125Z | test v1::network::tests::test_parse ... ok |
| 4054 | 2026-08-23T06:15:24.125Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 4055 | 2026-08-23T06:15:24.125Z | |
| 4056 | 2026-08-23T06:15:24.125Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4057 | 2026-08-23T06:15:24.126Z | |
| 4058 | 2026-08-23T06:15:24.126Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 4059 | 2026-08-23T06:15:24.126Z | |
| 4060 | 2026-08-23T06:15:24.126Z | running 12 tests |
| 4061 | 2026-08-23T06:15:24.126Z | test icmp::test_v6_checksum ... ok |
| 4062 | 2026-08-23T06:15:24.126Z | test lldp::test_lldp_parse ... ok |
| 4063 | 2026-08-23T06:15:24.126Z | test ipv6::test_ipv6_parse ... ok |
| 4064 | 2026-08-23T06:15:24.126Z | test icmp::test_v4_checksum ... ok |
| 4065 | 2026-08-23T06:15:24.126Z | test pbuf::test_byte ... ok |
| 4066 | 2026-08-23T06:15:24.126Z | test pbuf::test_nibble ... ok |
| 4067 | 2026-08-23T06:15:24.126Z | test pbuf::test_overflow ... ok |
| 4068 | 2026-08-23T06:15:24.126Z | test pbuf::test_short ... ok |
| 4069 | 2026-08-23T06:15:24.126Z | test pbuf::test_twelve ... ok |
| 4070 | 2026-08-23T06:15:24.126Z | test pbuf::test_word ... ok |
| 4071 | 2026-08-23T06:15:24.126Z | test tcp::test_checksum_syn_nodata ... ok |
| 4072 | 2026-08-23T06:15:24.126Z | test tcp::test_checksum_ack_data ... ok |
| 4073 | 2026-08-23T06:15:24.126Z | |
| 4074 | 2026-08-23T06:15:24.126Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4075 | 2026-08-23T06:15:24.126Z | |
| 4076 | 2026-08-23T06:15:24.126Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4077 | 2026-08-23T06:15:24.127Z | |
| 4078 | 2026-08-23T06:15:24.127Z | running 0 tests |
| 4079 | 2026-08-23T06:15:24.127Z | |
| 4080 | 2026-08-23T06:15:24.127Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4081 | 2026-08-23T06:15:24.127Z | |
| 4082 | 2026-08-23T06:15:24.127Z | Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d) |
| 4083 | 2026-08-23T06:15:24.127Z | |
| 4084 | 2026-08-23T06:15:24.127Z | running 5 tests |
| 4085 | 2026-08-23T06:15:24.127Z | test switchport::test::test_compute_lanes ... ok |
| 4086 | 2026-08-23T06:15:24.127Z | test switchport::test::port_id_ordering ... ok |
| 4087 | 2026-08-23T06:15:24.127Z | Lane 0 Lane 0 Lane 1Lane 1 Lane 2Lane 2 Lane 3Lane 3 |
| 4088 | 2026-08-23T06:15:24.127Z | |
| 4089 | 2026-08-23T06:15:24.127Z | State: Activated Rx Loss-of-lock: Yes ActivatedYes ActivatedYes ActivatedYes |
| 4090 | 2026-08-23T06:15:24.127Z | |
| 4091 | 2026-08-23T06:15:24.127Z | Rx Output Enabled: false Rx Loss-of-signal: Yes falseYes falseYes falseYes |
| 4092 | 2026-08-23T06:15:24.127Z | |
| 4093 | 2026-08-23T06:15:24.127Z | Rx CDR Enabled: Yes Rx Output Status: valid Yes valid Yes Yes |
| 4094 | 2026-08-23T06:15:24.127Z | valid Tx Enabled: Yesvalid |
| 4095 | 2026-08-23T06:15:24.127Z | Yes Rx Loss-of-lock: true Yestrue Yestrue |
| 4096 | 2026-08-23T06:15:24.127Z | true |
| 4097 | 2026-08-23T06:15:24.127Z | Tx Loss-of-lock: No Rx Loss-of-signal: falseNo Nofalse Nofalse |
| 4098 | 2026-08-23T06:15:24.127Z | false |
| 4099 | 2026-08-23T06:15:24.127Z | Tx Loss-of-signal: No Rx Auto-squelch Disable: true Notrue Notrue Notrue |
| 4100 | 2026-08-23T06:15:24.127Z | |
| 4101 | 2026-08-23T06:15:24.127Z | Tx Output Enabled: true Tx CDR Enabled: Notrue Notrue Notrue |
| 4102 | 2026-08-23T06:15:24.128Z | No |
| 4103 | 2026-08-23T06:15:24.128Z | Tx Output Status: invalid Tx Adaptive EQ Fault: No invalid Noinvalid invalid |
| 4104 | 2026-08-23T06:15:24.131Z | No Tx Loss-of-lock: false No |
| 4105 | 2026-08-23T06:15:24.131Z | false Tx Fault: Yes false Yes false |
| 4106 | 2026-08-23T06:15:24.131Z | Yes Yes Tx Loss-of-signal: true |
| 4107 | 2026-08-23T06:15:24.131Z | true true true |
| 4108 | 2026-08-23T06:15:24.131Z | Tx Auto-squelch Disable: false false false false |
| 4109 | 2026-08-23T06:15:24.131Z | Tx Adaptive EQ Fail: true true true true |
| 4110 | 2026-08-23T06:15:24.131Z | Tx Failure: false false false false |
| 4111 | 2026-08-23T06:15:24.131Z | Tx Force Squelch: true true true true |
| 4112 | 2026-08-23T06:15:24.131Z | Tx Input Polarity: normal normal normal normal |
| 4113 | 2026-08-23T06:15:24.131Z | test switchport::test::test_print_sff_datapath ... ok |
| 4114 | 2026-08-23T06:15:24.131Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4115 | 2026-08-23T06:15:24.131Z | test link::test_filter ... ok |
| 4116 | 2026-08-23T06:15:24.131Z | |
| 4117 | 2026-08-23T06:15:24.132Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4118 | 2026-08-23T06:15:24.132Z | |
| 4119 | 2026-08-23T06:15:24.132Z | Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240) |
| 4120 | 2026-08-23T06:15:24.132Z | |
| 4121 | 2026-08-23T06:15:24.132Z | running 1 test |
| 4122 | 2026-08-23T06:15:24.132Z | test test_p4_counter_list ... ignored |
| 4123 | 2026-08-23T06:15:24.132Z | |
| 4124 | 2026-08-23T06:15:24.132Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4125 | 2026-08-23T06:15:24.132Z | |
| 4126 | 2026-08-23T06:15:24.132Z | Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed) |
| 4127 | 2026-08-23T06:15:24.132Z | |
| 4128 | 2026-08-23T06:15:24.132Z | running 5 tests |
| 4129 | 2026-08-23T06:15:24.132Z | test test_an ... ignored |
| 4130 | 2026-08-23T06:15:24.132Z | test test_enable ... ignored |
| 4131 | 2026-08-23T06:15:24.132Z | test test_ip_addresses ... ignored |
| 4132 | 2026-08-23T06:15:24.132Z | test test_kr ... ignored |
| 4133 | 2026-08-23T06:15:24.132Z | test test_mac ... ignored |
| 4134 | 2026-08-23T06:15:24.132Z | |
| 4135 | 2026-08-23T06:15:24.132Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4136 | 2026-08-23T06:15:24.132Z | |
| 4137 | 2026-08-23T06:15:24.132Z | Running unittests src/main.rs (target/debug/deps/tfportd-f13fe9d5b1c9c428) |
| 4138 | 2026-08-23T06:15:24.132Z | |
| 4139 | 2026-08-23T06:15:24.132Z | running 3 tests |
| 4140 | 2026-08-23T06:15:24.132Z | test linklocal::test_parse_ipadm ... ok |
| 4141 | 2026-08-23T06:15:24.132Z | test tfport::test_parse_tfport ... ok |
| 4142 | 2026-08-23T06:15:24.132Z | test config::tests::test_updates ... ok |
| 4143 | 2026-08-23T06:15:24.132Z | |
| 4144 | 2026-08-23T06:15:24.132Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4145 | 2026-08-23T06:15:24.132Z | |
| 4146 | 2026-08-23T06:15:24.132Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 4147 | 2026-08-23T06:15:24.132Z | |
| 4148 | 2026-08-23T06:15:24.132Z | running 0 tests |
| 4149 | 2026-08-23T06:15:24.132Z | |
| 4150 | 2026-08-23T06:15:24.132Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4151 | 2026-08-23T06:15:24.132Z | |
| 4152 | 2026-08-23T06:15:24.132Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 4153 | 2026-08-23T06:15:24.132Z | |
| 4154 | 2026-08-23T06:15:24.133Z | running 0 tests |
| 4155 | 2026-08-23T06:15:24.133Z | |
| 4156 | 2026-08-23T06:15:24.133Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4157 | 2026-08-23T06:15:24.133Z | |
| 4158 | 2026-08-23T06:15:24.133Z | Doc-tests aal |
| 4159 | 2026-08-23T06:15:24.335Z | |
| 4160 | 2026-08-23T06:15:24.335Z | running 0 tests |
| 4161 | 2026-08-23T06:15:24.335Z | |
| 4162 | 2026-08-23T06:15:24.335Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4163 | 2026-08-23T06:15:24.335Z | |
| 4164 | 2026-08-23T06:15:24.360Z | Doc-tests aal_macros |
| 4165 | 2026-08-23T06:15:24.428Z | |
| 4166 | 2026-08-23T06:15:24.428Z | running 0 tests |
| 4167 | 2026-08-23T06:15:24.428Z | |
| 4168 | 2026-08-23T06:15:24.428Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4169 | 2026-08-23T06:15:24.428Z | |
| 4170 | 2026-08-23T06:15:24.436Z | Doc-tests common |
| 4171 | 2026-08-23T06:15:24.667Z | |
| 4172 | 2026-08-23T06:15:24.667Z | running 0 tests |
| 4173 | 2026-08-23T06:15:24.667Z | |
| 4174 | 2026-08-23T06:15:24.667Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4175 | 2026-08-23T06:15:24.667Z | |
| 4176 | 2026-08-23T06:15:24.692Z | Doc-tests dpd_api |
| 4177 | 2026-08-23T06:15:25.400Z | |
| 4178 | 2026-08-23T06:15:25.400Z | running 2 tests |
| 4179 | 2026-08-23T06:15:25.400Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 4180 | 2026-08-23T06:15:25.400Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 4181 | 2026-08-23T06:15:25.400Z | |
| 4182 | 2026-08-23T06:15:25.400Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4183 | 2026-08-23T06:15:25.400Z | |
| 4184 | 2026-08-23T06:15:25.429Z | Doc-tests dpd_client |
| 4185 | 2026-08-23T06:15:26.801Z | |
| 4186 | 2026-08-23T06:15:26.801Z | running 0 tests |
| 4187 | 2026-08-23T06:15:26.801Z | |
| 4188 | 2026-08-23T06:15:26.801Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4189 | 2026-08-23T06:15:26.801Z | |
| 4190 | 2026-08-23T06:15:26.853Z | Doc-tests dpd_types |
| 4191 | 2026-08-23T06:15:27.041Z | |
| 4192 | 2026-08-23T06:15:27.041Z | running 0 tests |
| 4193 | 2026-08-23T06:15:27.041Z | |
| 4194 | 2026-08-23T06:15:27.041Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4195 | 2026-08-23T06:15:27.041Z | |
| 4196 | 2026-08-23T06:15:27.064Z | Doc-tests dpd_types_versions |
| 4197 | 2026-08-23T06:15:28.584Z | |
| 4198 | 2026-08-23T06:15:28.584Z | running 1 test |
| 4199 | 2026-08-23T06:15:28.584Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4200 | 2026-08-23T06:15:28.584Z | |
| 4201 | 2026-08-23T06:15:28.585Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4202 | 2026-08-23T06:15:28.585Z | |
| 4203 | 2026-08-23T06:15:28.633Z | Doc-tests packet |
| 4204 | 2026-08-23T06:15:28.855Z | |
| 4205 | 2026-08-23T06:15:28.855Z | running 0 tests |
| 4206 | 2026-08-23T06:15:28.855Z | |
| 4207 | 2026-08-23T06:15:28.855Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4208 | 2026-08-23T06:15:28.855Z | |
| 4209 | 2026-08-23T06:15:28.880Z | Doc-tests pcap |
| 4210 | 2026-08-23T06:15:28.932Z | |
| 4211 | 2026-08-23T06:15:28.932Z | running 0 tests |
| 4212 | 2026-08-23T06:15:28.932Z | |
| 4213 | 2026-08-23T06:15:28.932Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4214 | 2026-08-23T06:15:28.932Z | |
| 4215 | 2026-08-23T06:15:29.001Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4216 | 2026-08-23T06:15:29.001Z | + RUST_BACKTRACE=full |
| 4217 | 2026-08-23T06:15:29.001Z | + cargo test --features tofino_asic --no-fail-fast |
| 4218 | 2026-08-23T06:15:29.623Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4219 | 2026-08-23T06:15:29.702Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4220 | 2026-08-23T06:15:29.709Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4221 | 2026-08-23T06:15:29.717Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4222 | 2026-08-23T06:15:38.532Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4223 | 2026-08-23T06:15:38.749Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4224 | 2026-08-23T06:16:20.755Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 51.74s |
| 4225 | 2026-08-23T06:16:20.875Z | Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a) |
| 4226 | 2026-08-23T06:16:20.880Z | |
| 4227 | 2026-08-23T06:16:20.880Z | running 0 tests |
| 4228 | 2026-08-23T06:16:20.880Z | |
| 4229 | 2026-08-23T06:16:20.880Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4230 | 2026-08-23T06:16:20.880Z | |
| 4231 | 2026-08-23T06:16:20.880Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4232 | 2026-08-23T06:16:20.883Z | |
| 4233 | 2026-08-23T06:16:20.883Z | running 0 tests |
| 4234 | 2026-08-23T06:16:20.883Z | |
| 4235 | 2026-08-23T06:16:20.883Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4236 | 2026-08-23T06:16:20.884Z | |
| 4237 | 2026-08-23T06:16:20.884Z | Running unittests src/lib.rs (target/debug/deps/asic-6ca28387d5194340) |
| 4238 | 2026-08-23T06:16:20.985Z | |
| 4239 | 2026-08-23T06:16:20.985Z | running 8 tests |
| 4240 | 2026-08-23T06:16:20.988Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4241 | 2026-08-23T06:16:20.989Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4242 | 2026-08-23T06:16:20.989Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4243 | 2026-08-23T06:16:20.989Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4244 | 2026-08-23T06:16:20.989Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4245 | 2026-08-23T06:16:20.989Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4246 | 2026-08-23T06:16:20.995Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4247 | 2026-08-23T06:16:21.487Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4248 | 2026-08-23T06:16:21.487Z | |
| 4249 | 2026-08-23T06:16:21.487Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4250 | 2026-08-23T06:16:21.487Z | |
| 4251 | 2026-08-23T06:16:21.498Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 4252 | 2026-08-23T06:16:21.503Z | |
| 4253 | 2026-08-23T06:16:21.505Z | running 4 tests |
| 4254 | 2026-08-23T06:16:21.509Z | test nat::tests::test_vni ... ok |
| 4255 | 2026-08-23T06:16:21.509Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4256 | 2026-08-23T06:16:21.509Z | test test_purge ... ok |
| 4257 | 2026-08-23T06:16:21.509Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4258 | 2026-08-23T06:16:21.509Z | |
| 4259 | 2026-08-23T06:16:21.509Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4260 | 2026-08-23T06:16:21.509Z | |
| 4261 | 2026-08-23T06:16:21.509Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 4262 | 2026-08-23T06:16:21.512Z | |
| 4263 | 2026-08-23T06:16:21.512Z | running 1 test |
| 4264 | 2026-08-23T06:16:21.515Z | ------- |
| 4265 | 2026-08-23T06:16:21.515Z | Generating OpenAPI documents from API definitions ... |
| 4266 | 2026-08-23T06:16:21.656Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4267 | 2026-08-23T06:16:21.726Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4268 | 2026-08-23T06:16:22.798Z | ------- |
| 4269 | 2026-08-23T06:16:22.798Z | Checking 13 OpenAPI documents... |
| 4270 | 2026-08-23T06:16:22.798Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4271 | 2026-08-23T06:16:22.798Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4272 | 2026-08-23T06:16:22.798Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4273 | 2026-08-23T06:16:22.798Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4274 | 2026-08-23T06:16:22.801Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4275 | 2026-08-23T06:16:22.801Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4276 | 2026-08-23T06:16:22.801Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4277 | 2026-08-23T06:16:22.801Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4278 | 2026-08-23T06:16:22.801Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4279 | 2026-08-23T06:16:22.801Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4280 | 2026-08-23T06:16:22.801Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4281 | 2026-08-23T06:16:22.801Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4282 | 2026-08-23T06:16:22.801Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-08-23T06:16:22.801Z | Fresh dpd "latest" symlink |
| 4284 | 2026-08-23T06:16:22.801Z | ------- |
| 4285 | 2026-08-23T06:16:22.802Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 4286 | 2026-08-23T06:16:22.873Z | test test::test_apis_up_to_date ... ok |
| 4287 | 2026-08-23T06:16:22.873Z | |
| 4288 | 2026-08-23T06:16:22.873Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s |
| 4289 | 2026-08-23T06:16:22.874Z | |
| 4290 | 2026-08-23T06:16:22.932Z | Running unittests src/main.rs (target/debug/deps/dpd-e16ac5255740ee4f) |
| 4291 | 2026-08-23T06:16:22.999Z | |
| 4292 | 2026-08-23T06:16:22.999Z | running 66 tests |
| 4293 | 2026-08-23T06:16:23.003Z | test freemap::test_ordering ... ok |
| 4294 | 2026-08-23T06:16:23.003Z | test config::tests::test_updates ... ok |
| 4295 | 2026-08-23T06:16:23.003Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4296 | 2026-08-23T06:16:23.003Z | test freemap::test_split ... ok |
| 4297 | 2026-08-23T06:16:23.003Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4298 | 2026-08-23T06:16:23.003Z | test macaddrs::tests::test_mac_offset ... ok |
| 4299 | 2026-08-23T06:16:23.007Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4300 | 2026-08-23T06:16:23.007Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4301 | 2026-08-23T06:16:23.007Z | test nat::test_mapping ... ok |
| 4302 | 2026-08-23T06:16:23.007Z | Aug 23 06:16:21.662 DEBG created new freemapAug 23 06:16:21.662 DEBG created new freemap, unit, :unit :freemap_test freemap_test |
| 4303 | 2026-08-23T06:16:23.007Z | Aug 23 06:16:21.662 |
| 4304 | 2026-08-23T06:16:23.007Z | DEBG created new freemap, unit: freemap_test |
| 4305 | 2026-08-23T06:16:23.007Z | Aug 23 06:16:21.663 DEBG initted freemap. low: 0, size: 128, unit: freemap_testAug 23 06:16:21.662 |
| 4306 | 2026-08-23T06:16:23.007Z | DEBG initted freemap. low: 0, size: 128, Aug 23 06:16:21.663unit :DEBG freemap_testreset freemap |
| 4307 | 2026-08-23T06:16:23.007Z | , unit: freemap_testAug 23 06:16:21.663Aug 23 06:16:21.663 |
| 4308 | 2026-08-23T06:16:23.007Z | DEBGAug 23 06:16:21.663 DEBGDEBGcreated new freemap created new freemapreset freemap, , unitunit, ::unit :freemap_test |
| 4309 | 2026-08-23T06:16:23.007Z | freemap_test freemap_test |
| 4310 | 2026-08-23T06:16:23.007Z | |
| 4311 | 2026-08-23T06:16:23.007Z | Aug 23 06:16:21.663 Aug 23 06:16:21.663DEBG DEBGinitted freemap. low: 0, size: 128 , initted freemap. low: 0, size: 8unit, :unit :freemap_test |
| 4312 | 2026-08-23T06:16:23.009Z | freemap_test |
| 4313 | 2026-08-23T06:16:23.009Z | Aug 23 06:16:21.663Aug 23 06:16:21.663 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test |
| 4314 | 2026-08-23T06:16:23.009Z | |
| 4315 | 2026-08-23T06:16:23.009Z | Aug 23 06:16:21.662 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 4316 | 2026-08-23T06:16:23.009Z | Aug 23 06:16:21.663 DEBG reset freemap, unit: freemap_test |
| 4317 | 2026-08-23T06:16:23.009Z | test port_map::tests::dump_map ... ok |
| 4318 | 2026-08-23T06:16:23.009Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4319 | 2026-08-23T06:16:23.009Z | test freemap::test_basic ... ok |
| 4320 | 2026-08-23T06:16:23.009Z | test freemap::test_reclaim ... ok |
| 4321 | 2026-08-23T06:16:23.009Z | test freemap::test_exhaustion ... ok |
| 4322 | 2026-08-23T06:16:23.009Z | test freemap::test_free ... ok |
| 4323 | 2026-08-23T06:16:23.009Z | test port_map::tests::test_backplane_group ... ok |
| 4324 | 2026-08-23T06:16:23.009Z | test port_map::tests::test_port_map ... ok |
| 4325 | 2026-08-23T06:16:23.009Z | Aug 23 06:16:21.663 DEBG created new freemap, unit: freemap_test |
| 4326 | 2026-08-23T06:16:23.009Z | Aug 23 06:16:21.663 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 4327 | 2026-08-23T06:16:23.009Z | Aug 23 06:16:21.663 DEBG reset freemap, unit: freemap_test |
| 4328 | 2026-08-23T06:16:23.009Z | test freemap::test_span ... ok |
| 4329 | 2026-08-23T06:16:23.009Z | Aug 23 06:16:21.664 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4330 | 2026-08-23T06:16:23.009Z | Aug 23 06:16:21.664 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4331 | 2026-08-23T06:16:23.009Z | Aug 23 06:16:21.664 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv4 |
| 4332 | 2026-08-23T06:16:23.009Z | Aug 23 06:16:21.664 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4333 | 2026-08-23T06:16:23.010Z | Aug 23 06:16:21.664 DEBG Aug 23 06:16:21.664initted freemap. low: 0, size: 64 , DEBGunit :created new freemap freemap_route_ipv6, |
| 4334 | 2026-08-23T06:16:23.010Z | unit: freemap_route_ipv4Aug 23 06:16:21.664 |
| 4335 | 2026-08-23T06:16:23.011Z | DEBG reset freemap, unit: freemap_route_ipv6Aug 23 06:16:21.664 |
| 4336 | 2026-08-23T06:16:23.011Z | DEBG created new freemap, Aug 23 06:16:21.664unit :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4337 | 2026-08-23T06:16:23.011Z | |
| 4338 | 2026-08-23T06:16:23.011Z | Aug 23 06:16:21.664Aug 23 06:16:21.664 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. low: 0, size: 64 |
| 4339 | 2026-08-23T06:16:23.011Z | , unit: freemap_route_ipv4Aug 23 06:16:21.664 |
| 4340 | 2026-08-23T06:16:23.011Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4341 | 2026-08-23T06:16:23.011Z | Aug 23 06:16:21.664 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4342 | 2026-08-23T06:16:23.011Z | Aug 23 06:16:21.664 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv6 |
| 4343 | 2026-08-23T06:16:23.011Z | Aug 23 06:16:21.664 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4344 | 2026-08-23T06:16:23.011Z | Aug 23 06:16:21.664 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4345 | 2026-08-23T06:16:23.011Z | Aug 23 06:16:21.664 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 } }] |
| 4346 | 2026-08-23T06:16:23.011Z | Aug 23 06:16:21.664 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4347 | 2026-08-23T06:16:23.011Z | Aug 23 06:16:21.664 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 } }] |
| 4348 | 2026-08-23T06:16:23.011Z | Aug 23 06:16:21.664 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4349 | 2026-08-23T06:16:23.011Z | Aug 23 06:16:21.664 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 } }] |
| 4350 | 2026-08-23T06:16:23.011Z | Aug 23 06:16:21.664 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4351 | 2026-08-23T06:16:23.011Z | Aug 23 06:16:21.664 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 } }] |
| 4352 | 2026-08-23T06:16:23.012Z | Aug 23 06:16:21.664 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4353 | 2026-08-23T06:16:23.012Z | Aug 23 06:16:21.664 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.664 |
| 4354 | 2026-08-23T06:16:23.012Z | 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 23 06:16:21.664 |
| 4355 | 2026-08-23T06:16:23.012Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4356 | 2026-08-23T06:16:23.012Z | Aug 23 06:16:21.664 INFOAug 23 06:16:21.664 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 4357 | 2026-08-23T06:16:23.012Z | 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 } }] |
| 4358 | 2026-08-23T06:16:23.012Z | Aug 23 06:16:21.664 DEBGAug 23 06:16:21.664 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 |
| 4359 | 2026-08-23T06:16:23.012Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4360 | 2026-08-23T06:16:23.012Z | Aug 23 06:16:21.664 INFOAug 23 06:16:21.664 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG |
| 4361 | 2026-08-23T06:16:23.012Z | 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 } }] |
| 4362 | 2026-08-23T06:16:23.012Z | Aug 23 06:16:21.664 DEBG Aug 23 06:16:21.664replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4363 | 2026-08-23T06:16:23.012Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4364 | 2026-08-23T06:16:23.012Z | Aug 23 06:16:21.664 INFO Aug 23 06:16:21.664adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4365 | 2026-08-23T06:16:23.014Z | 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 } }] |
| 4366 | 2026-08-23T06:16:23.014Z | Aug 23 06:16:21.664 DEBG Aug 23 06:16:21.664replacing 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 } }] |
| 4367 | 2026-08-23T06:16:23.014Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4368 | 2026-08-23T06:16:23.014Z | Aug 23 06:16:21.664 Aug 23 06:16:21.664INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4369 | 2026-08-23T06:16:23.014Z | 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 } }] |
| 4370 | 2026-08-23T06:16:23.014Z | Aug 23 06:16:21.664Aug 23 06:16:21.664 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4371 | 2026-08-23T06:16:23.014Z | |
| 4372 | 2026-08-23T06:16:23.014Z | Aug 23 06:16:21.664Aug 23 06:16:21.664 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4373 | 2026-08-23T06:16:23.014Z | |
| 4374 | 2026-08-23T06:16:23.014Z | Aug 23 06:16:21.664Aug 23 06:16:21.664Aug 23 06:16:21.664 DEBGINFO DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4375 | 2026-08-23T06:16:23.014Z | |
| 4376 | 2026-08-23T06:16:23.015Z | created new freemap, Aug 23 06:16:21.664Aug 23 06:16:21.664 unitINFODEBG :adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4377 | 2026-08-23T06:16:23.015Z | freemap_route_ipv4 |
| 4378 | 2026-08-23T06:16:23.015Z | 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 } }] |
| 4379 | 2026-08-23T06:16:23.015Z | Aug 23 06:16:21.664 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.664 |
| 4380 | 2026-08-23T06:16:23.015Z | Aug 23 06:16:21.664 Aug 23 06:16:21.664INFO DEBGINFO created new freemap , adding route 3fff:beef:6::/64 -> 2001:db8::55:ffunitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff: |
| 4381 | 2026-08-23T06:16:23.015Z | |
| 4382 | 2026-08-23T06:16:23.015Z | freemap_route_ipv6Aug 23 06:16:21.664 |
| 4383 | 2026-08-23T06:16:23.015Z | DEBGAug 23 06:16:21.664Aug 23 06:16:21.664 created new freemap DEBG, Aug 23 06:16:21.664 unitDEBG: initted freemap. low: 0, size: 64replacing 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 } }] |
| 4384 | 2026-08-23T06:16:23.015Z | freemap_route_ipv4, DEBG |
| 4385 | 2026-08-23T06:16:23.015Z | 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 } }]unit |
| 4386 | 2026-08-23T06:16:23.015Z | :Aug 23 06:16:21.664 INFO freemap_route_ipv4Aug 23 06:16:21.664 |
| 4387 | 2026-08-23T06:16:23.015Z | Aug 23 06:16:21.664adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4388 | 2026-08-23T06:16:23.015Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 4389 | 2026-08-23T06:16:23.015Z | Aug 23 06:16:21.664 created new freemapDEBG, Aug 23 06:16:21.664unit :DEBG reset freemapfreemap_route_ipv6, |
| 4390 | 2026-08-23T06:16:23.015Z | unit:replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.664 freemap_route_ipv4Aug 23 06:16:21.664 |
| 4391 | 2026-08-23T06:16:23.015Z | |
| 4392 | 2026-08-23T06:16:23.015Z | DEBG Aug 23 06:16:21.664initted freemap. low: 0, size: 64 DEBGDEBG , initted freemap. low: 0, size: 64unit, created new freemap:unit :, freemap_route_ipv4unitfreemap_route_ipv6: |
| 4393 | 2026-08-23T06:16:23.015Z | Aug 23 06:16:21.664 |
| 4394 | 2026-08-23T06:16:23.015Z | INFOfreemap_route_ipv4Aug 23 06:16:21.664 |
| 4395 | 2026-08-23T06:16:23.015Z | DEBGAug 23 06:16:21.664 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 4396 | 2026-08-23T06:16:23.015Z | reset freemapAug 23 06:16:21.664 , reset freemapunitDEBG: , created new freemapunitfreemap_route_ipv4:Aug 23 06:16:21.664, |
| 4397 | 2026-08-23T06:16:23.015Z | unit :freemap_route_ipv6 |
| 4398 | 2026-08-23T06:16:23.016Z | freemap_route_ipv6 DEBGAug 23 06:16:21.664 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 23 06:16:21.664 |
| 4399 | 2026-08-23T06:16:23.020Z | |
| 4400 | 2026-08-23T06:16:23.020Z | DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 initted freemap. low: 0, size: 64Aug 23 06:16:21.664 |
| 4401 | 2026-08-23T06:16:23.020Z | , unitINFO: Aug 23 06:16:21.664adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4402 | 2026-08-23T06:16:23.020Z | DEBGfreemap_route_ipv6Aug 23 06:16:21.664 |
| 4403 | 2026-08-23T06:16:23.020Z | initted freemap. low: 0, size: 64Aug 23 06:16:21.664 DEBGDEBG, 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 } }]Aug 23 06:16:21.664 |
| 4404 | 2026-08-23T06:16:23.020Z | : freemap_route_ipv4DEBG |
| 4405 | 2026-08-23T06:16:23.020Z | 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 } }] reset freemap |
| 4406 | 2026-08-23T06:16:23.020Z | , unit: Aug 23 06:16:21.664Aug 23 06:16:21.664Aug 23 06:16:21.664freemap_route_ipv6 |
| 4407 | 2026-08-23T06:16:23.020Z | INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG |
| 4408 | 2026-08-23T06:16:23.020Z | |
| 4409 | 2026-08-23T06:16:23.020Z | Aug 23 06:16:21.664 reset freemapINFO, Aug 23 06:16:21.664adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 4410 | 2026-08-23T06:16:23.020Z | :DEBG freemap_route_ipv4replacing 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 23 06:16:21.664 |
| 4411 | 2026-08-23T06:16:23.020Z | Aug 23 06:16:21.664 |
| 4412 | 2026-08-23T06:16:23.020Z | DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:16:21.664 |
| 4413 | 2026-08-23T06:16:23.020Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4414 | 2026-08-23T06:16:23.020Z | Aug 23 06:16:21.664INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 4415 | 2026-08-23T06:16:23.020Z | Aug 23 06:16:21.664 DEBGinitted freemap. low: 0, size: 64, Aug 23 06:16:21.664unitAug 23 06:16:21.664 : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 4416 | 2026-08-23T06:16:23.020Z | DEBG freemap_route_ipv6adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4417 | 2026-08-23T06:16:23.020Z | 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 } }] |
| 4418 | 2026-08-23T06:16:23.020Z | |
| 4419 | 2026-08-23T06:16:23.020Z | Aug 23 06:16:21.664Aug 23 06:16:21.664 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 } }]Aug 23 06:16:21.664 |
| 4420 | 2026-08-23T06:16:23.020Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4421 | 2026-08-23T06:16:23.020Z | DEBGAug 23 06:16:21.664 reset freemapINFO , adding route 3fff:beef:2::/64 -> 2001:db8::55:ffunit |
| 4422 | 2026-08-23T06:16:23.020Z | test api_server::tests::test_build_info ... ok |
| 4423 | 2026-08-23T06:16:23.020Z | :Aug 23 06:16:21.664 DEBGfreemap_route_ipv6Aug 23 06:16:21.664 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 |
| 4424 | 2026-08-23T06:16:23.020Z | |
| 4425 | 2026-08-23T06:16:23.020Z | 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 23 06:16:21.664 |
| 4426 | 2026-08-23T06:16:23.020Z | INFO Aug 23 06:16:21.664adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 23 06:16:21.664INFO |
| 4427 | 2026-08-23T06:16:23.020Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4428 | 2026-08-23T06:16:23.020Z | |
| 4429 | 2026-08-23T06:16:23.020Z | Aug 23 06:16:21.664 DEBG Aug 23 06:16:21.664replacing 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 23 06:16:21.664 |
| 4430 | 2026-08-23T06:16:23.020Z | DEBG 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 } }] |
| 4431 | 2026-08-23T06:16:23.020Z | 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 23 06:16:21.664 |
| 4432 | 2026-08-23T06:16:23.021Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:16:21.664 |
| 4433 | 2026-08-23T06:16:23.021Z | Aug 23 06:16:21.664INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 4434 | 2026-08-23T06:16:23.021Z | Aug 23 06:16:21.664 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 4435 | 2026-08-23T06:16:23.021Z | Aug 23 06:16:21.664 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 4436 | 2026-08-23T06:16:23.021Z | |
| 4437 | 2026-08-23T06:16:23.021Z | Aug 23 06:16:21.664 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 23 06:16:21.664Aug 23 06:16:21.664 |
| 4438 | 2026-08-23T06:16:23.021Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:16:21.664INFO |
| 4439 | 2026-08-23T06:16:23.021Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4440 | 2026-08-23T06:16:23.021Z | |
| 4441 | 2026-08-23T06:16:23.021Z | Aug 23 06:16:21.664Aug 23 06:16:21.664Aug 23 06:16:21.664 DEBGAug 23 06:16:21.664DEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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: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 } }] |
| 4442 | 2026-08-23T06:16:23.021Z | |
| 4443 | 2026-08-23T06:16:23.021Z | |
| 4444 | 2026-08-23T06:16:23.021Z | DEBG Aug 23 06:16:21.664created new freemap Aug 23 06:16:21.664INFO , INFOAug 23 06:16:21.664 adding route 3fff:beef:6::/64 -> 2001:db8::55:ff INFO |
| 4445 | 2026-08-23T06:16:23.022Z | unitadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4446 | 2026-08-23T06:16:23.022Z | : adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv4Aug 23 06:16:21.664 |
| 4447 | 2026-08-23T06:16:23.022Z | 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 } }] |
| 4448 | 2026-08-23T06:16:23.022Z | Aug 23 06:16:21.664 |
| 4449 | 2026-08-23T06:16:23.022Z | DEBG Aug 23 06:16:21.664replacing 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 } }] |
| 4450 | 2026-08-23T06:16:23.022Z | DEBG Aug 23 06:16:21.665Aug 23 06:16:21.665 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 } }]INFOAug 23 06:16:21.665 |
| 4451 | 2026-08-23T06:16:23.022Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 4452 | 2026-08-23T06:16:23.022Z | INFOcreated new freemap, unitadding route 3fff:beef:12::/64 -> 2001:db8::55:ff:Aug 23 06:16:21.665 |
| 4453 | 2026-08-23T06:16:23.022Z | Aug 23 06:16:21.665 DEBGfreemap_route_ipv6 Aug 23 06:16:21.665replacing 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 } }] |
| 4454 | 2026-08-23T06:16:23.022Z | |
| 4455 | 2026-08-23T06:16:23.022Z | INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 23 06:16:21.665 |
| 4456 | 2026-08-23T06:16:23.022Z | 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 } }] adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4457 | 2026-08-23T06:16:23.022Z | |
| 4458 | 2026-08-23T06:16:23.022Z | Aug 23 06:16:21.665 DEBG Aug 23 06:16:21.665initted freemap. low: 0, size: 64 Aug 23 06:16:21.665DEBG , DEBGunit :Aug 23 06:16:21.665replacing 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 } }] |
| 4459 | 2026-08-23T06:16:23.022Z | 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 } }] |
| 4460 | 2026-08-23T06:16:23.023Z | freemap_route_ipv4INFO |
| 4461 | 2026-08-23T06:16:23.023Z | Aug 23 06:16:21.665 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO |
| 4462 | 2026-08-23T06:16:23.023Z | Aug 23 06:16:21.665adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 23 06:16:21.665 |
| 4463 | 2026-08-23T06:16:23.023Z | INFO Aug 23 06:16:21.665adding route 3fff:beef:1::/64 -> 2001:db8::55:ff DEBG |
| 4464 | 2026-08-23T06:16:23.023Z | DEBG reset freemapreplacing 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 } }], |
| 4465 | 2026-08-23T06:16:23.023Z | unitAug 23 06:16:21.665:Aug 23 06:16:21.665 freemap_route_ipv4Aug 23 06:16:21.665 |
| 4466 | 2026-08-23T06:16:23.023Z | DEBGINFODEBG adding route 3fff:beef:a::/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 } }] |
| 4467 | 2026-08-23T06:16:23.023Z | |
| 4468 | 2026-08-23T06:16:23.023Z | 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 } }] |
| 4469 | 2026-08-23T06:16:23.023Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 Aug 23 06:16:21.665 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 } }] |
| 4470 | 2026-08-23T06:16:23.023Z | INFO Aug 23 06:16:21.665adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4471 | 2026-08-23T06:16:23.023Z | DEBG |
| 4472 | 2026-08-23T06:16:23.023Z | Aug 23 06:16:21.665 INFOinitted freemap. low: 0, size: 64 , adding route 3fff:beef:b::/64 -> 2001:db8::55:ffunitAug 23 06:16:21.665 |
| 4473 | 2026-08-23T06:16:23.023Z | Aug 23 06:16:21.665Aug 23 06:16:21.665DEBG 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: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 } }] |
| 4474 | 2026-08-23T06:16:23.023Z | : freemap_route_ipv6 |
| 4475 | 2026-08-23T06:16:23.024Z | |
| 4476 | 2026-08-23T06:16:23.024Z | |
| 4477 | 2026-08-23T06:16:23.024Z | Aug 23 06:16:21.665 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4478 | 2026-08-23T06:16:23.024Z | Aug 23 06:16:21.665 Aug 23 06:16:21.665Aug 23 06:16:21.665 INFODEBG Aug 23 06:16:21.665adding route 3fff:beef:3::/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 } }]INFO |
| 4479 | 2026-08-23T06:16:23.024Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4480 | 2026-08-23T06:16:23.024Z | |
| 4481 | 2026-08-23T06:16:23.024Z | DEBG reset freemapAug 23 06:16:21.665, Aug 23 06:16:21.665unitDEBG: Aug 23 06:16:21.665 freemap_route_ipv6DEBG |
| 4482 | 2026-08-23T06:16:23.024Z | INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4483 | 2026-08-23T06:16:23.024Z | 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 } }] |
| 4484 | 2026-08-23T06:16:23.024Z | |
| 4485 | 2026-08-23T06:16:23.024Z | Aug 23 06:16:21.665 INFOAug 23 06:16:21.665Aug 23 06:16:21.665 adding route 3fff:dead::/64 -> 2001:db8::55:1INFODEBG Aug 23 06:16:21.665 |
| 4486 | 2026-08-23T06:16:23.024Z | 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 } }] |
| 4487 | 2026-08-23T06:16:23.024Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO |
| 4488 | 2026-08-23T06:16:23.024Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 23 06:16:21.665Aug 23 06:16:21.665 |
| 4489 | 2026-08-23T06:16:23.024Z | Aug 23 06:16:21.665 DEBG INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.665 |
| 4490 | 2026-08-23T06:16:23.024Z | |
| 4491 | 2026-08-23T06:16:23.024Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff DEBG |
| 4492 | 2026-08-23T06:16:23.024Z | 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 23 06:16:21.665 |
| 4493 | 2026-08-23T06:16:23.025Z | INFO Aug 23 06:16:21.665Aug 23 06:16:21.665Aug 23 06:16:21.665 INFOINFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4494 | 2026-08-23T06:16:23.025Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 4495 | 2026-08-23T06:16:23.025Z | 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:17::/64 -> 2001:db8::55:ff |
| 4496 | 2026-08-23T06:16:23.025Z | Aug 23 06:16:21.665 |
| 4497 | 2026-08-23T06:16:23.025Z | Aug 23 06:16:21.665Aug 23 06:16:21.665DEBG INFODEBGAug 23 06:16:21.665 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:f::/64 -> 2001:db8::55:ffDEBG |
| 4498 | 2026-08-23T06:16:23.025Z | |
| 4499 | 2026-08-23T06:16:23.029Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 4500 | 2026-08-23T06:16:23.029Z | Aug 23 06:16:21.665 |
| 4501 | 2026-08-23T06:16:23.029Z | Aug 23 06:16:21.665INFO Aug 23 06:16:21.665DEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ff INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4502 | 2026-08-23T06:16:23.029Z | |
| 4503 | 2026-08-23T06:16:23.029Z | Aug 23 06:16:21.665 |
| 4504 | 2026-08-23T06:16:23.029Z | INFOAug 23 06:16:21.665 INFO Aug 23 06:16:21.665adding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4505 | 2026-08-23T06:16:23.029Z | DEBG |
| 4506 | 2026-08-23T06:16:23.029Z | Aug 23 06:16:21.665 Aug 23 06:16:21.665replacing 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 |
| 4507 | 2026-08-23T06:16:23.029Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 4508 | 2026-08-23T06:16:23.031Z | 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 23 06:16:21.665 |
| 4509 | 2026-08-23T06:16:23.031Z | INFO Aug 23 06:16:21.665adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 23 06:16:21.665Aug 23 06:16:21.665 INFO |
| 4510 | 2026-08-23T06:16:23.031Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4511 | 2026-08-23T06:16:23.031Z | Aug 23 06:16:21.665 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff DEBG |
| 4512 | 2026-08-23T06:16:23.031Z | 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 } }] |
| 4513 | 2026-08-23T06:16:23.031Z | 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 23 06:16:21.665 |
| 4514 | 2026-08-23T06:16:23.031Z | DEBGAug 23 06:16:21.665 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 23 06:16:21.665Aug 23 06:16:21.665 |
| 4515 | 2026-08-23T06:16:23.031Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4516 | 2026-08-23T06:16:23.031Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4517 | 2026-08-23T06:16:23.031Z | |
| 4518 | 2026-08-23T06:16:23.031Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 INFOAug 23 06:16:21.665 Aug 23 06:16:21.665adding route 3fff:beef:12::/64 -> 2001:db8::55:ff INFO |
| 4519 | 2026-08-23T06:16:23.031Z | DEBGDEBG Aug 23 06:16:21.665adding route 3fff:beef::/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 } }]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 } }] |
| 4520 | 2026-08-23T06:16:23.032Z | DEBG |
| 4521 | 2026-08-23T06:16:23.032Z | |
| 4522 | 2026-08-23T06:16:23.032Z | 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 23 06:16:21.665 |
| 4523 | 2026-08-23T06:16:23.032Z | DEBGAug 23 06:16:21.665 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 } }] |
| 4524 | 2026-08-23T06:16:23.032Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 INFOINFOAug 23 06:16:21.665 INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4525 | 2026-08-23T06:16:23.032Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4526 | 2026-08-23T06:16:23.032Z | |
| 4527 | 2026-08-23T06:16:23.032Z | |
| 4528 | 2026-08-23T06:16:23.032Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 Aug 23 06:16:21.665 DEBG DEBGAug 23 06:16:21.665 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: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 } }]DEBGDEBG |
| 4529 | 2026-08-23T06:16:23.032Z | |
| 4530 | 2026-08-23T06:16:23.032Z | 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: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 } }] |
| 4531 | 2026-08-23T06:16:23.032Z | |
| 4532 | 2026-08-23T06:16:23.032Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 Aug 23 06:16:21.665Aug 23 06:16:21.665 INFOINFO INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4533 | 2026-08-23T06:16:23.032Z | INFO |
| 4534 | 2026-08-23T06:16:23.032Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4535 | 2026-08-23T06:16:23.033Z | |
| 4536 | 2026-08-23T06:16:23.033Z | Aug 23 06:16:21.665 Aug 23 06:16:21.665DEBGAug 23 06:16:21.665 DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:16:21.665 |
| 4537 | 2026-08-23T06:16:23.033Z | DEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 4538 | 2026-08-23T06:16:23.033Z | 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 23 06:16:21.665 |
| 4539 | 2026-08-23T06:16:23.033Z | |
| 4540 | 2026-08-23T06:16:23.033Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4541 | 2026-08-23T06:16:23.033Z | Aug 23 06:16:21.665 INFO INFOAug 23 06:16:21.665 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 23 06:16:21.665 INFOAug 23 06:16:21.665 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG |
| 4542 | 2026-08-23T06:16:23.033Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4543 | 2026-08-23T06:16:23.033Z | Aug 23 06:16:21.665 Aug 23 06:16:21.665DEBG INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4544 | 2026-08-23T06:16:23.033Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4545 | 2026-08-23T06:16:23.033Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 INFODEBG adding route 3fff:beef:c::/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 } }] |
| 4546 | 2026-08-23T06:16:23.033Z | |
| 4547 | 2026-08-23T06:16:23.033Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 INFODEBG adding route 3fff:beef:9::/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 } }] |
| 4548 | 2026-08-23T06:16:23.033Z | |
| 4549 | 2026-08-23T06:16:23.033Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 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:d::/64 -> 2001:db8::55:ff |
| 4550 | 2026-08-23T06:16:23.034Z | |
| 4551 | 2026-08-23T06:16:23.034Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 INFODEBG adding route 3fff:beef:a::/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 } }] |
| 4552 | 2026-08-23T06:16:23.035Z | |
| 4553 | 2026-08-23T06:16:23.035Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 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:e::/64 -> 2001:db8::55:ff |
| 4554 | 2026-08-23T06:16:23.035Z | |
| 4555 | 2026-08-23T06:16:23.035Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4556 | 2026-08-23T06:16:23.035Z | |
| 4557 | 2026-08-23T06:16:23.035Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 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:f::/64 -> 2001:db8::55:ff |
| 4558 | 2026-08-23T06:16:23.035Z | |
| 4559 | 2026-08-23T06:16:23.035Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4560 | 2026-08-23T06:16:23.035Z | |
| 4561 | 2026-08-23T06:16:23.035Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 INFODEBG adding route 3fff:beef:10::/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 } }] |
| 4562 | 2026-08-23T06:16:23.035Z | |
| 4563 | 2026-08-23T06:16:23.035Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4564 | 2026-08-23T06:16:23.035Z | |
| 4565 | 2026-08-23T06:16:23.037Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 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 } }] |
| 4566 | 2026-08-23T06:16:23.037Z | Aug 23 06:16:21.665 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4567 | 2026-08-23T06:16:23.037Z | Aug 23 06:16:21.665 DEBG |
| 4568 | 2026-08-23T06:16:23.037Z | 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 } }] |
| 4569 | 2026-08-23T06:16:23.037Z | |
| 4570 | 2026-08-23T06:16:23.037Z | Aug 23 06:16:21.665 INFOAug 23 06:16:21.665 Aug 23 06:16:21.665DEBG INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff 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 } }] |
| 4571 | 2026-08-23T06:16:23.037Z | |
| 4572 | 2026-08-23T06:16:23.037Z | |
| 4573 | 2026-08-23T06:16:23.037Z | 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 } }] |
| 4574 | 2026-08-23T06:16:23.037Z | Aug 23 06:16:21.665Aug 23 06:16:21.665Aug 23 06:16:21.665 DEBG INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 23 06:16:21.665 |
| 4575 | 2026-08-23T06:16:23.037Z | |
| 4576 | 2026-08-23T06:16:23.037Z | 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 } }]created new freemap |
| 4577 | 2026-08-23T06:16:23.037Z | Aug 23 06:16:21.665Aug 23 06:16:21.665, Aug 23 06:16:21.665DEBGINFOunit Aug 23 06:16:21.665replacing 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 } }]: |
| 4578 | 2026-08-23T06:16:23.037Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4579 | 2026-08-23T06:16:23.037Z | INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 23 06:16:21.665Aug 23 06:16:21.665adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4580 | 2026-08-23T06:16:23.037Z | |
| 4581 | 2026-08-23T06:16:23.038Z | |
| 4582 | 2026-08-23T06:16:23.038Z | DEBG INFOAug 23 06:16:21.665 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBGAug 23 06:16:21.665replacing 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 } }] |
| 4583 | 2026-08-23T06:16:23.038Z | 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 } }] |
| 4584 | 2026-08-23T06:16:23.038Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 |
| 4585 | 2026-08-23T06:16:23.038Z | DEBGDEBGDEBGAug 23 06:16:21.665 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 4586 | 2026-08-23T06:16:23.038Z | |
| 4587 | 2026-08-23T06:16:23.038Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffcreated new freemap |
| 4588 | 2026-08-23T06:16:23.039Z | , unit: freemap_route_ipv6Aug 23 06:16:21.665Aug 23 06:16:21.665Aug 23 06:16:21.665Aug 23 06:16:21.665 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff INFO |
| 4589 | 2026-08-23T06:16:23.039Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4590 | 2026-08-23T06:16:23.039Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4591 | 2026-08-23T06:16:23.039Z | |
| 4592 | 2026-08-23T06:16:23.039Z | Aug 23 06:16:21.665 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFOAug 23 06:16:21.665 |
| 4593 | 2026-08-23T06:16:23.039Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4594 | 2026-08-23T06:16:23.039Z | DEBG Aug 23 06:16:21.665Aug 23 06:16:21.665Aug 23 06:16:21.665replacing 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 |
| 4595 | 2026-08-23T06:16:23.039Z | 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 } }]Aug 23 06:16:21.665 Aug 23 06:16:21.665DEBG |
| 4596 | 2026-08-23T06:16:23.039Z | DEBG initted freemap. low: 0, size: 64INFOreplacing 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 23 06:16:21.665 |
| 4597 | 2026-08-23T06:16:23.040Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 4598 | 2026-08-23T06:16:23.040Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffunitadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4599 | 2026-08-23T06:16:23.045Z | : |
| 4600 | 2026-08-23T06:16:23.045Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 Aug 23 06:16:21.665INFOINFO Aug 23 06:16:21.665freemap_route_ipv4 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4601 | 2026-08-23T06:16:23.045Z | DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4602 | 2026-08-23T06:16:23.045Z | |
| 4603 | 2026-08-23T06:16:23.045Z | 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 |
| 4604 | 2026-08-23T06:16:23.045Z | Aug 23 06:16:21.665Aug 23 06:16:21.665 Aug 23 06:16:21.665 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 |
| 4605 | 2026-08-23T06:16:23.045Z | Aug 23 06:16:21.665DEBGDEBG 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 } }] |
| 4606 | 2026-08-23T06:16:23.045Z | 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 23 06:16:21.665INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4607 | 2026-08-23T06:16:23.045Z | reset freemapAug 23 06:16:21.665 INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4608 | 2026-08-23T06:16:23.045Z | |
| 4609 | 2026-08-23T06:16:23.046Z | |
| 4610 | 2026-08-23T06:16:23.046Z | Aug 23 06:16:21.665Aug 23 06:16:21.665Aug 23 06:16:21.665 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 4611 | 2026-08-23T06:16:23.046Z | |
| 4612 | 2026-08-23T06:16:23.046Z | 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 } }] |
| 4613 | 2026-08-23T06:16:23.047Z | Aug 23 06:16:21.666 INFO Aug 23 06:16:21.666adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4614 | 2026-08-23T06:16:23.047Z | INFOAug 23 06:16:21.666 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4615 | 2026-08-23T06:16:23.047Z | INFOAug 23 06:16:21.666 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBGAug 23 06:16:21.666 |
| 4616 | 2026-08-23T06:16:23.047Z | 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 |
| 4617 | 2026-08-23T06:16:23.047Z | 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 } }] |
| 4618 | 2026-08-23T06:16:23.047Z | Aug 23 06:16:21.666 Aug 23 06:16:21.666INFO Aug 23 06:16:21.666adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4619 | 2026-08-23T06:16:23.047Z | DEBGINFO, unit :adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4620 | 2026-08-23T06:16:23.047Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 23 06:16:21.666 |
| 4621 | 2026-08-23T06:16:23.047Z | |
| 4622 | 2026-08-23T06:16:23.047Z | Aug 23 06:16:21.666DEBG 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 |
| 4623 | 2026-08-23T06:16:23.047Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.666 |
| 4624 | 2026-08-23T06:16:23.047Z | Aug 23 06:16:21.666INFOAug 23 06:16:21.666 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4625 | 2026-08-23T06:16:23.047Z | Aug 23 06:16:21.666INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 DEBGDEBG |
| 4626 | 2026-08-23T06:16:23.047Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 |
| 4627 | 2026-08-23T06:16:23.047Z | 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 } }] |
| 4628 | 2026-08-23T06:16:23.047Z | Aug 23 06:16:21.666Aug 23 06:16:21.666 INFODEBG 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:24::/64 -> 2001:db8::55:ff |
| 4629 | 2026-08-23T06:16:23.049Z | |
| 4630 | 2026-08-23T06:16:23.049Z | initted freemap. low: 0, size: 64adding route 3fff:beef:15::/64 -> 2001:db8::55:ff, |
| 4631 | 2026-08-23T06:16:23.050Z | unit: freemap_route_ipv6 |
| 4632 | 2026-08-23T06:16:23.050Z | Aug 23 06:16:21.666Aug 23 06:16:21.666 INFO Aug 23 06:16:21.666 Aug 23 06:16:21.666DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 4633 | 2026-08-23T06:16:23.050Z | 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 |
| 4634 | 2026-08-23T06:16:23.050Z | reset freemap, 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 } }]unit |
| 4635 | 2026-08-23T06:16:23.050Z | :Aug 23 06:16:21.666Aug 23 06:16:21.666 freemap_route_ipv6 |
| 4636 | 2026-08-23T06:16:23.050Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 23 06:16:21.666DEBG |
| 4637 | 2026-08-23T06:16:23.050Z | Aug 23 06:16:21.666 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4638 | 2026-08-23T06:16:23.050Z | 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 } }] |
| 4639 | 2026-08-23T06:16:23.050Z | Aug 23 06:16:21.666 |
| 4640 | 2026-08-23T06:16:23.050Z | DEBGAug 23 06:16:21.666 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 23 06:16:21.666 |
| 4641 | 2026-08-23T06:16:23.050Z | DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4642 | 2026-08-23T06:16:23.050Z | |
| 4643 | 2026-08-23T06:16:23.050Z | Aug 23 06:16:21.666 INFOAug 23 06:16:21.666 Aug 23 06:16:21.666adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4644 | 2026-08-23T06:16:23.050Z | INFOINFOAug 23 06:16:21.666 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4645 | 2026-08-23T06:16:23.050Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4646 | 2026-08-23T06:16:23.051Z | |
| 4647 | 2026-08-23T06:16:23.051Z | Aug 23 06:16:21.666 DEBGAug 23 06:16:21.666Aug 23 06:16:21.666 DEBG Aug 23 06:16:21.666 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 } }]DEBG |
| 4648 | 2026-08-23T06:16:23.051Z | 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: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 } }] |
| 4649 | 2026-08-23T06:16:23.051Z | |
| 4650 | 2026-08-23T06:16:23.051Z | Aug 23 06:16:21.666replacing 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 } }] |
| 4651 | 2026-08-23T06:16:23.051Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 23 06:16:21.666 |
| 4652 | 2026-08-23T06:16:23.051Z | Aug 23 06:16:21.666INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFOAug 23 06:16:21.666Aug 23 06:16:21.666 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4653 | 2026-08-23T06:16:23.051Z | |
| 4654 | 2026-08-23T06:16:23.051Z | INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4655 | 2026-08-23T06:16:23.051Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 Aug 23 06:16:21.666DEBG Aug 23 06:16:21.666DEBG |
| 4656 | 2026-08-23T06:16:23.051Z | 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: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 } }] |
| 4657 | 2026-08-23T06:16:23.051Z | |
| 4658 | 2026-08-23T06:16:23.051Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4659 | 2026-08-23T06:16:23.051Z | Aug 23 06:16:21.666 INFO Aug 23 06:16:21.666adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4660 | 2026-08-23T06:16:23.051Z | Aug 23 06:16:21.666Aug 23 06:16:21.666DEBG DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]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 } }] |
| 4661 | 2026-08-23T06:16:23.051Z | |
| 4662 | 2026-08-23T06:16:23.051Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 |
| 4663 | 2026-08-23T06:16:23.051Z | DEBGAug 23 06:16:21.666 Aug 23 06:16:21.666 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 23 06:16:21.666DEBG |
| 4664 | 2026-08-23T06:16:23.051Z | 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 4665 | 2026-08-23T06:16:23.051Z | Aug 23 06:16:21.666 |
| 4666 | 2026-08-23T06:16:23.051Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 4667 | 2026-08-23T06:16:23.051Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4668 | 2026-08-23T06:16:23.051Z | Aug 23 06:16:21.666 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 |
| 4669 | 2026-08-23T06:16:23.051Z | 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 23 06:16:21.666 |
| 4670 | 2026-08-23T06:16:23.051Z | Aug 23 06:16:21.666DEBGAug 23 06:16:21.666 INFODEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4671 | 2026-08-23T06:16:23.053Z | 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 } }] |
| 4672 | 2026-08-23T06:16:23.053Z | Aug 23 06:16:21.666 Aug 23 06:16:21.666INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4673 | 2026-08-23T06:16:23.053Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4674 | 2026-08-23T06:16:23.053Z | Aug 23 06:16:21.666adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4675 | 2026-08-23T06:16:23.053Z | Aug 23 06:16:21.666DEBG 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 } }] |
| 4676 | 2026-08-23T06:16:23.053Z | 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 } }] |
| 4677 | 2026-08-23T06:16:23.053Z | Aug 23 06:16:21.666Aug 23 06:16:21.666 INFODEBG adding route 3fff:beef:2b::/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 } }]Aug 23 06:16:21.666 |
| 4678 | 2026-08-23T06:16:23.053Z | |
| 4679 | 2026-08-23T06:16:23.053Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 |
| 4680 | 2026-08-23T06:16:23.053Z | Aug 23 06:16:21.666DEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4681 | 2026-08-23T06:16:23.053Z | |
| 4682 | 2026-08-23T06:16:23.053Z | Aug 23 06:16:21.666Aug 23 06:16:21.666Aug 23 06:16:21.666 Aug 23 06:16:21.666INFO DEBG DEBG 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 } }] |
| 4683 | 2026-08-23T06:16:23.053Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4684 | 2026-08-23T06:16:23.053Z | |
| 4685 | 2026-08-23T06:16:23.053Z | 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 } }] |
| 4686 | 2026-08-23T06:16:23.054Z | Aug 23 06:16:21.666Aug 23 06:16:21.666 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: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 } }] |
| 4687 | 2026-08-23T06:16:23.054Z | |
| 4688 | 2026-08-23T06:16:23.055Z | Aug 23 06:16:21.666Aug 23 06:16:21.666Aug 23 06:16:21.666 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4689 | 2026-08-23T06:16:23.055Z | |
| 4690 | 2026-08-23T06:16:23.055Z | INFO Aug 23 06:16:21.666Aug 23 06:16:21.666 Aug 23 06:16:21.666 DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4691 | 2026-08-23T06:16:23.055Z | 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 |
| 4692 | 2026-08-23T06:16:23.055Z | 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 } }]INFOAug 23 06:16:21.666 Aug 23 06:16:21.666DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4693 | 2026-08-23T06:16:23.055Z | |
| 4694 | 2026-08-23T06:16:23.055Z | |
| 4695 | 2026-08-23T06:16:23.055Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4696 | 2026-08-23T06:16:23.055Z | Aug 23 06:16:21.666Aug 23 06:16:21.666 INFO Aug 23 06:16:21.666DEBGAug 23 06:16:21.666adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff 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 } }] |
| 4697 | 2026-08-23T06:16:23.055Z | |
| 4698 | 2026-08-23T06:16:23.055Z | DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4699 | 2026-08-23T06:16:23.059Z | 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 23 06:16:21.666 |
| 4700 | 2026-08-23T06:16:23.059Z | DEBGAug 23 06:16:21.666Aug 23 06:16:21.666 Aug 23 06:16:21.666DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 4701 | 2026-08-23T06:16:23.062Z | INFO |
| 4702 | 2026-08-23T06:16:23.062Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4703 | 2026-08-23T06:16:23.062Z | |
| 4704 | 2026-08-23T06:16:23.062Z | Aug 23 06:16:21.666Aug 23 06:16:21.666Aug 23 06:16:21.666 Aug 23 06:16:21.666DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4705 | 2026-08-23T06:16:23.062Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4706 | 2026-08-23T06:16:23.062Z | DEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 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 } }] |
| 4707 | 2026-08-23T06:16:23.062Z | INFO |
| 4708 | 2026-08-23T06:16:23.062Z | Aug 23 06:16:21.666 DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 |
| 4709 | 2026-08-23T06:16:23.062Z | DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:16:21.666replacing 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 } }] |
| 4710 | 2026-08-23T06:16:23.062Z | |
| 4711 | 2026-08-23T06:16:23.062Z | DEBGAug 23 06:16:21.666 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 } }]INFOAug 23 06:16:21.666Aug 23 06:16:21.666 |
| 4712 | 2026-08-23T06:16:23.062Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4713 | 2026-08-23T06:16:23.062Z | |
| 4714 | 2026-08-23T06:16:23.062Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 INFO |
| 4715 | 2026-08-23T06:16:23.062Z | Aug 23 06:16:21.666Aug 23 06:16:21.666adding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 23 06:16:21.666DEBG |
| 4716 | 2026-08-23T06:16:23.062Z | DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4717 | 2026-08-23T06:16:23.062Z | |
| 4718 | 2026-08-23T06:16:23.063Z | DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.666 |
| 4719 | 2026-08-23T06:16:23.063Z | Aug 23 06:16:21.666DEBGAug 23 06:16:21.666 INFOINFOreplacing 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 23 06:16:21.666 |
| 4720 | 2026-08-23T06:16:23.063Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4721 | 2026-08-23T06:16:23.063Z | |
| 4722 | 2026-08-23T06:16:23.063Z | INFO Aug 23 06:16:21.666Aug 23 06:16:21.666 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 23 06:16:21.666INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4723 | 2026-08-23T06:16:23.063Z | 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 } }] |
| 4724 | 2026-08-23T06:16:23.063Z | |
| 4725 | 2026-08-23T06:16:23.063Z | 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 } }] |
| 4726 | 2026-08-23T06:16:23.063Z | Aug 23 06:16:21.666 DEBGAug 23 06:16:21.666Aug 23 06:16:21.666 Aug 23 06:16:21.666 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 } }] |
| 4727 | 2026-08-23T06:16:23.063Z | DEBGINFO INFOadding route 3fff:beef:32::/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 } }] |
| 4728 | 2026-08-23T06:16:23.063Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4729 | 2026-08-23T06:16:23.063Z | Aug 23 06:16:21.666 INFO |
| 4730 | 2026-08-23T06:16:23.063Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 |
| 4731 | 2026-08-23T06:16:23.063Z | INFO Aug 23 06:16:21.666Aug 23 06:16:21.666 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 4732 | 2026-08-23T06:16:23.064Z | DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 4733 | 2026-08-23T06:16:23.064Z | Aug 23 06:16:21.666 |
| 4734 | 2026-08-23T06:16:23.064Z | Aug 23 06:16:21.666 DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4735 | 2026-08-23T06:16:23.064Z | 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 23 06:16:21.666Aug 23 06:16:21.666 INFO |
| 4736 | 2026-08-23T06:16:23.064Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFOAug 23 06:16:21.666 |
| 4737 | 2026-08-23T06:16:23.064Z | Aug 23 06:16:21.666INFO INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4738 | 2026-08-23T06:16:23.064Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 |
| 4739 | 2026-08-23T06:16:23.064Z | |
| 4740 | 2026-08-23T06:16:23.064Z | 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 } }] |
| 4741 | 2026-08-23T06:16:23.064Z | Aug 23 06:16:21.666 Aug 23 06:16:21.666DEBG Aug 23 06:16:21.666replacing 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 |
| 4742 | 2026-08-23T06:16:23.064Z | Aug 23 06:16:21.666DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 |
| 4743 | 2026-08-23T06:16:23.064Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 |
| 4744 | 2026-08-23T06:16:23.064Z | |
| 4745 | 2026-08-23T06:16:23.064Z | Aug 23 06:16:21.666Aug 23 06:16:21.666INFOAug 23 06:16:21.666 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG INFO |
| 4746 | 2026-08-23T06:16:23.064Z | 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 } }]INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4747 | 2026-08-23T06:16:23.065Z | |
| 4748 | 2026-08-23T06:16:23.065Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4749 | 2026-08-23T06:16:23.065Z | Aug 23 06:16:21.666Aug 23 06:16:21.666Aug 23 06:16:21.666 Aug 23 06:16:21.666 DEBG DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4750 | 2026-08-23T06:16:23.065Z | |
| 4751 | 2026-08-23T06:16:23.065Z | |
| 4752 | 2026-08-23T06:16:23.065Z | 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 } }] |
| 4753 | 2026-08-23T06:16:23.065Z | Aug 23 06:16:21.666Aug 23 06:16:21.666Aug 23 06:16:21.666 Aug 23 06:16:21.666DEBG INFOINFO 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:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4754 | 2026-08-23T06:16:23.065Z | |
| 4755 | 2026-08-23T06:16:23.065Z | |
| 4756 | 2026-08-23T06:16:23.065Z | test route::tests::identity_replace_is_noop ... ok |
| 4757 | 2026-08-23T06:16:23.065Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4758 | 2026-08-23T06:16:23.065Z | Aug 23 06:16:21.666 DEBGAug 23 06:16:21.666Aug 23 06:16:21.666 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 23 06:16:21.666 |
| 4759 | 2026-08-23T06:16:23.065Z | INFODEBG 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 } }]Aug 23 06:16:21.666replacing 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 } }] |
| 4760 | 2026-08-23T06:16:23.065Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO |
| 4761 | 2026-08-23T06:16:23.065Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4762 | 2026-08-23T06:16:23.066Z | |
| 4763 | 2026-08-23T06:16:23.066Z | Aug 23 06:16:21.666 Aug 23 06:16:21.666 Aug 23 06:16:21.666INFOAug 23 06:16:21.666DEBG 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 } }] INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4764 | 2026-08-23T06:16:23.066Z | |
| 4765 | 2026-08-23T06:16:23.066Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4766 | 2026-08-23T06:16:23.066Z | |
| 4767 | 2026-08-23T06:16:23.066Z | Aug 23 06:16:21.666Aug 23 06:16:21.666 INFO INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 |
| 4768 | 2026-08-23T06:16:23.066Z | Aug 23 06:16:21.666 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4769 | 2026-08-23T06:16:23.066Z | DEBG 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 23 06:16:21.666 |
| 4770 | 2026-08-23T06:16:23.066Z | Aug 23 06:16:21.666 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 23 06:16:21.666replacing 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 |
| 4771 | 2026-08-23T06:16:23.066Z | |
| 4772 | 2026-08-23T06:16:23.066Z | 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 |
| 4773 | 2026-08-23T06:16:23.066Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 |
| 4774 | 2026-08-23T06:16:23.066Z | INFOAug 23 06:16:21.666 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO |
| 4775 | 2026-08-23T06:16:23.066Z | Aug 23 06:16:21.666 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 23 06:16:21.666INFOAug 23 06:16:21.666 |
| 4776 | 2026-08-23T06:16:23.066Z | 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 } }] DEBG |
| 4777 | 2026-08-23T06:16:23.066Z | Aug 23 06:16:21.667 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:28::/64 -> 2001:db8::55:ff |
| 4778 | 2026-08-23T06:16:23.068Z | Aug 23 06:16:21.667 |
| 4779 | 2026-08-23T06:16:23.068Z | DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4780 | 2026-08-23T06:16:23.068Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 23 06:16:21.667Aug 23 06:16:21.667 |
| 4781 | 2026-08-23T06:16:23.068Z | INFO Aug 23 06:16:21.667 DEBGAug 23 06:16:21.667INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 4782 | 2026-08-23T06:16:23.068Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 4783 | 2026-08-23T06:16:23.068Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4784 | 2026-08-23T06:16:23.068Z | Aug 23 06:16:21.667Aug 23 06:16:21.667 |
| 4785 | 2026-08-23T06:16:23.068Z | DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 4786 | 2026-08-23T06:16:23.068Z | , unit : freemap_route_ipv4 |
| 4787 | 2026-08-23T06:16:23.068Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.667 DEBGAug 23 06:16:21.667 DEBG |
| 4788 | 2026-08-23T06:16:23.068Z | Aug 23 06:16:21.667created new freemap, unitAug 23 06:16:21.667: freemap_route_ipv6 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 } }] |
| 4789 | 2026-08-23T06:16:23.068Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4790 | 2026-08-23T06:16:23.068Z | Aug 23 06:16:21.667 Aug 23 06:16:21.667Aug 23 06:16:21.667 DEBGDEBG initted freemap. low: 0, size: 64INFO, unit |
| 4791 | 2026-08-23T06:16:23.068Z | : freemap_route_ipv4replacing 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 } }] |
| 4792 | 2026-08-23T06:16:23.068Z | |
| 4793 | 2026-08-23T06:16:23.069Z | Aug 23 06:16:21.667Aug 23 06:16:21.667 Aug 23 06:16:21.667DEBG reset freemap INFOINFO , unit: adding route 3fff:beef:39::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4794 | 2026-08-23T06:16:23.069Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO |
| 4795 | 2026-08-23T06:16:23.069Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4796 | 2026-08-23T06:16:23.069Z | |
| 4797 | 2026-08-23T06:16:23.069Z | Aug 23 06:16:21.667 Aug 23 06:16:21.667DEBG DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:16:21.667 DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4798 | 2026-08-23T06:16:23.069Z | |
| 4799 | 2026-08-23T06:16:23.074Z | Aug 23 06:16:21.667 INFOinitted freemap. low: 0, size: 64Aug 23 06:16:21.667, 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 } }]unit:Aug 23 06:16:21.667 |
| 4800 | 2026-08-23T06:16:23.074Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv6Aug 23 06:16:21.667 |
| 4801 | 2026-08-23T06:16:23.074Z | |
| 4802 | 2026-08-23T06:16:23.074Z | Aug 23 06:16:21.667 DEBG INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 23 06:16:21.667 |
| 4803 | 2026-08-23T06:16:23.074Z | reset freemap, unit DEBG:Aug 23 06:16:21.667adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4804 | 2026-08-23T06:16:23.074Z | DEBG freemap_route_ipv6 |
| 4805 | 2026-08-23T06:16:23.074Z | 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 } }] |
| 4806 | 2026-08-23T06:16:23.074Z | INFO Aug 23 06:16:21.667Aug 23 06:16:21.667 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:16:21.667 |
| 4807 | 2026-08-23T06:16:23.074Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff 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 |
| 4808 | 2026-08-23T06:16:23.074Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 23 06:16:21.667 Aug 23 06:16:21.667 Aug 23 06:16:21.667DEBG 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 } }] |
| 4809 | 2026-08-23T06:16:23.075Z | |
| 4810 | 2026-08-23T06:16:23.075Z | |
| 4811 | 2026-08-23T06:16:23.075Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4812 | 2026-08-23T06:16:23.075Z | Aug 23 06:16:21.667 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 23 06:16:21.667 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 4813 | 2026-08-23T06:16:23.075Z | |
| 4814 | 2026-08-23T06:16:23.075Z | Aug 23 06:16:21.667 DEBGAug 23 06:16:21.667 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 } }] |
| 4815 | 2026-08-23T06:16:23.075Z | Aug 23 06:16:21.667 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 23 06:16:21.667 |
| 4816 | 2026-08-23T06:16:23.075Z | 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 } }] |
| 4817 | 2026-08-23T06:16:23.075Z | Aug 23 06:16:21.667 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 } }]INFOAug 23 06:16:21.667Aug 23 06:16:21.667 INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 4818 | 2026-08-23T06:16:23.075Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4819 | 2026-08-23T06:16:23.075Z | |
| 4820 | 2026-08-23T06:16:23.075Z | 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 23 06:16:21.667INFO Aug 23 06:16:21.667 DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4821 | 2026-08-23T06:16:23.075Z | |
| 4822 | 2026-08-23T06:16:23.075Z | DEBGAug 23 06:16:21.667 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 } }]INFOAug 23 06:16:21.667 |
| 4823 | 2026-08-23T06:16:23.076Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 4824 | 2026-08-23T06:16:23.076Z | DEBG Aug 23 06:16:21.667 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 } }] |
| 4825 | 2026-08-23T06:16:23.076Z | INFO Aug 23 06:16:21.667replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4826 | 2026-08-23T06:16:23.076Z | Aug 23 06:16:21.667 |
| 4827 | 2026-08-23T06:16:23.076Z | Aug 23 06:16:21.667INFOAug 23 06:16:21.667 DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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:2c::/64 -> 2001:db8::55:ff |
| 4828 | 2026-08-23T06:16:23.076Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4829 | 2026-08-23T06:16:23.076Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4830 | 2026-08-23T06:16:23.076Z | Aug 23 06:16:21.667DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4831 | 2026-08-23T06:16:23.076Z | Aug 23 06:16:21.667 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 |
| 4832 | 2026-08-23T06:16:23.076Z | 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 } }] |
| 4833 | 2026-08-23T06:16:23.076Z | Aug 23 06:16:21.667 INFOAug 23 06:16:21.667Aug 23 06:16:21.667 Aug 23 06:16:21.667DEBG failed to allocate space for the new target list |
| 4834 | 2026-08-23T06:16:23.076Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOINFO |
| 4835 | 2026-08-23T06:16:23.077Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff Aug 23 06:16:21.667 |
| 4836 | 2026-08-23T06:16:23.077Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBGAug 23 06:16:21.667 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 } }] |
| 4837 | 2026-08-23T06:16:23.077Z | Aug 23 06:16:21.667replacing 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 } }] |
| 4838 | 2026-08-23T06:16:23.077Z | DEBG |
| 4839 | 2026-08-23T06:16:23.077Z | 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 23 06:16:21.667 |
| 4840 | 2026-08-23T06:16:23.077Z | DEBGAug 23 06:16:21.667 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 23 06:16:21.667 |
| 4841 | 2026-08-23T06:16:23.077Z | INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4842 | 2026-08-23T06:16:23.077Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4843 | 2026-08-23T06:16:23.077Z | Aug 23 06:16:21.667 INFOAug 23 06:16:21.667 Aug 23 06:16:21.667DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff 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 } }] |
| 4844 | 2026-08-23T06:16:23.077Z | |
| 4845 | 2026-08-23T06:16:23.078Z | 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 23 06:16:21.667Aug 23 06:16:21.667 |
| 4846 | 2026-08-23T06:16:23.078Z | DEBGINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4847 | 2026-08-23T06:16:23.078Z | |
| 4848 | 2026-08-23T06:16:23.078Z | Aug 23 06:16:21.667 INFO Aug 23 06:16:21.667adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Aug 23 06:16:21.667DEBG |
| 4849 | 2026-08-23T06:16:23.078Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4850 | 2026-08-23T06:16:23.078Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4851 | 2026-08-23T06:16:23.078Z | Aug 23 06:16:21.667 Aug 23 06:16:21.667INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 23 06:16:21.667 |
| 4852 | 2026-08-23T06:16:23.078Z | 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 } }] |
| 4853 | 2026-08-23T06:16:23.078Z | DEBGAug 23 06:16:21.667 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 } }] |
| 4854 | 2026-08-23T06:16:23.078Z | Aug 23 06:16:21.667DEBG 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 } }] |
| 4855 | 2026-08-23T06:16:23.078Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4856 | 2026-08-23T06:16:23.078Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4857 | 2026-08-23T06:16:23.078Z | Aug 23 06:16:21.667 Aug 23 06:16:21.667INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 23 06:16:21.667 |
| 4858 | 2026-08-23T06:16:23.078Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4859 | 2026-08-23T06:16:23.078Z | 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 |
| 4860 | 2026-08-23T06:16:23.078Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4861 | 2026-08-23T06:16:23.078Z | Aug 23 06:16:21.667 DEBGAug 23 06:16:21.667 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 |
| 4862 | 2026-08-23T06:16:23.078Z | Aug 23 06:16:21.667 |
| 4863 | 2026-08-23T06:16:23.078Z | 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 |
| 4864 | 2026-08-23T06:16:23.078Z | Aug 23 06:16:21.667 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOAug 23 06:16:21.667Aug 23 06:16:21.667 DEBG Aug 23 06:16:21.668Aug 23 06:16:21.668 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 |
| 4865 | 2026-08-23T06:16:23.078Z | created new freemapAug 23 06:16:21.668 , DEBGunitAug 23 06:16:21.678: DEBG created new freemapINFOfreemap_route_ipv4, created new freemap |
| 4866 | 2026-08-23T06:16:23.081Z | unit, unit:adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff: |
| 4867 | 2026-08-23T06:16:23.081Z | freemap_route_ipv4 freemap_route_ipv4 |
| 4868 | 2026-08-23T06:16:23.081Z | Aug 23 06:16:21.678 |
| 4869 | 2026-08-23T06:16:23.081Z | Aug 23 06:16:21.678Aug 23 06:16:21.678 DEBG DEBGDEBG created new freemap created new 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 } }]Aug 23 06:16:21.668 |
| 4870 | 2026-08-23T06:16:23.081Z | , unitDEBG, :unitAug 23 06:16:21.678:Aug 23 06:16:21.678 DEBG freemap_route_ipv6 INFOfreemap_route_ipv6 |
| 4871 | 2026-08-23T06:16:23.081Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffcreated new freemapcreated new freemap |
| 4872 | 2026-08-23T06:16:23.081Z | , , unitunit::Aug 23 06:16:21.678 DEBG freemap_route_ipv6Aug 23 06:16:21.678initted freemap. low: 0, size: 64, |
| 4873 | 2026-08-23T06:16:23.081Z | unit DEBG: freemap_route_ipv4replacing 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 } }] |
| 4874 | 2026-08-23T06:16:23.081Z | |
| 4875 | 2026-08-23T06:16:23.081Z | Aug 23 06:16:21.678 Aug 23 06:16:21.678 DEBGINFOAug 23 06:16:21.678 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 4876 | 2026-08-23T06:16:23.081Z | reset freemapinitted freemap. low: 0, size: 64, , unitunit:: Aug 23 06:16:21.678freemap_route_ipv4 |
| 4877 | 2026-08-23T06:16:23.081Z | freemap_route_ipv4DEBG |
| 4878 | 2026-08-23T06:16:23.081Z | 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 23 06:16:21.678 |
| 4879 | 2026-08-23T06:16:23.081Z | Aug 23 06:16:21.678DEBG DEBG reset freemapINFOinitted freemap. low: 0, size: 64, Aug 23 06:16:21.678 unit, :freemap_route_ipv4adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOunit |
| 4880 | 2026-08-23T06:16:23.081Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4: |
| 4881 | 2026-08-23T06:16:23.081Z | |
| 4882 | 2026-08-23T06:16:23.081Z | |
| 4883 | 2026-08-23T06:16:23.081Z | freemap_route_ipv6 |
| 4884 | 2026-08-23T06:16:23.081Z | Aug 23 06:16:21.678Aug 23 06:16:21.678Aug 23 06:16:21.678Aug 23 06:16:21.678 DEBG 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 } }] |
| 4885 | 2026-08-23T06:16:23.085Z | initted freemap. low: 0, size: 64replacing 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 } }], unit |
| 4886 | 2026-08-23T06:16:23.085Z | :Aug 23 06:16:21.678 INFOfreemap_route_ipv6 Aug 23 06:16:21.678adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4887 | 2026-08-23T06:16:23.085Z | |
| 4888 | 2026-08-23T06:16:23.085Z | DEBG DEBG Aug 23 06:16:21.678created new freemap reset freemapINFO, Aug 23 06:16:21.678unitadding route 3fff:beef:32::/64 -> 2001:db8::55:ff: |
| 4889 | 2026-08-23T06:16:23.085Z | , freemap_route_ipv6DEBG |
| 4890 | 2026-08-23T06:16:23.085Z | Aug 23 06:16:21.678 unit :Aug 23 06:16:21.678reset freemap Aug 23 06:16:21.678 DEBG DEBG, freemap_route_ipv6 |
| 4891 | 2026-08-23T06:16:23.085Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 4892 | 2026-08-23T06:16:23.085Z | 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 |
| 4893 | 2026-08-23T06:16:23.085Z | Aug 23 06:16:21.678 adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6 |
| 4894 | 2026-08-23T06:16:23.085Z | Aug 23 06:16:21.678INFOAug 23 06:16:21.678 |
| 4895 | 2026-08-23T06:16:23.085Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 23 06:16:21.678INFO |
| 4896 | 2026-08-23T06:16:23.085Z | DEBG INFOAug 23 06:16:21.679 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4897 | 2026-08-23T06:16:23.085Z | |
| 4898 | 2026-08-23T06:16:23.085Z | initted freemap. low: 0, size: 64DEBGAug 23 06:16:21.679Aug 23 06:16:21.679 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], DEBGAug 23 06:16:21.679DEBG |
| 4899 | 2026-08-23T06:16:23.089Z | 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 } }]unit: |
| 4900 | 2026-08-23T06:16:23.089Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv4 |
| 4901 | 2026-08-23T06:16:23.089Z | |
| 4902 | 2026-08-23T06:16:23.089Z | Aug 23 06:16:21.679 Aug 23 06:16:21.679 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 23 06:16:21.679INFO Aug 23 06:16:21.679INFO |
| 4903 | 2026-08-23T06:16:23.089Z | INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4904 | 2026-08-23T06:16:23.089Z | |
| 4905 | 2026-08-23T06:16:23.089Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 23 06:16:21.679 |
| 4906 | 2026-08-23T06:16:23.089Z | Aug 23 06:16:21.679 reset freemapAug 23 06:16:21.679DEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 4907 | 2026-08-23T06:16:23.089Z | unitAug 23 06:16:21.679:DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 23 06:16:21.679 |
| 4908 | 2026-08-23T06:16:23.089Z | 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 } }] DEBGINFO |
| 4909 | 2026-08-23T06:16:23.089Z | freemap_route_ipv4 |
| 4910 | 2026-08-23T06:16:23.089Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 23 06:16:21.679 |
| 4911 | 2026-08-23T06:16:23.089Z | INFO |
| 4912 | 2026-08-23T06:16:23.089Z | Aug 23 06:16:21.679 Aug 23 06:16:21.679adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBGAug 23 06:16:21.679 |
| 4913 | 2026-08-23T06:16:23.090Z | DEBG DEBGinitted freemap. low: 0, size: 64Aug 23 06:16:21.679, Aug 23 06:16:21.679replacing 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 } }]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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:3 |
| 4914 | 2026-08-23T06:16:23.090Z | DEBG |
| 4915 | 2026-08-23T06:16:23.090Z | |
| 4916 | 2026-08-23T06:16:23.090Z | freemap_route_ipv6replacing 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 } }] |
| 4917 | 2026-08-23T06:16:23.090Z | Aug 23 06:16:21.679 |
| 4918 | 2026-08-23T06:16:23.090Z | Aug 23 06:16:21.679 INFO Aug 23 06:16:21.679Aug 23 06:16:21.679adding route 3fff:dead::/64 -> 2001:db8::55: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 } }] |
| 4919 | 2026-08-23T06:16:23.090Z | INFOAug 23 06:16:21.679INFO |
| 4920 | 2026-08-23T06:16:23.090Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff DEBGAug 23 06:16:21.679adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4921 | 2026-08-23T06:16:23.090Z | |
| 4922 | 2026-08-23T06:16:23.090Z | DEBGreset freemapAug 23 06:16:21.679 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 23 06:16:21.679 |
| 4923 | 2026-08-23T06:16:23.090Z | INFOAug 23 06:16:21.679 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 4924 | 2026-08-23T06:16:23.090Z | DEBG , unitAug 23 06:16:21.679 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 } }]: |
| 4925 | 2026-08-23T06:16:23.090Z | 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 23 06:16:21.679replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4926 | 2026-08-23T06:16:23.090Z | |
| 4927 | 2026-08-23T06:16:23.090Z | freemap_route_ipv6Aug 23 06:16:21.679 |
| 4928 | 2026-08-23T06:16:23.090Z | DEBGINFOAug 23 06:16:21.679 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 4929 | 2026-08-23T06:16:23.090Z | Aug 23 06:16:21.679INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4930 | 2026-08-23T06:16:23.090Z | Aug 23 06:16:21.679adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4931 | 2026-08-23T06:16:23.090Z | WARN Aug 23 06:16:21.679shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4932 | 2026-08-23T06:16:23.090Z | DEBG Aug 23 06:16:21.679INFO Aug 23 06:16:21.679replacing 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 |
| 4933 | 2026-08-23T06:16:23.090Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 |
| 4934 | 2026-08-23T06:16:23.090Z | |
| 4935 | 2026-08-23T06:16:23.090Z | Aug 23 06:16:21.679replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4936 | 2026-08-23T06:16:23.091Z | INFO Aug 23 06:16:21.679adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4937 | 2026-08-23T06:16:23.091Z | Aug 23 06:16:21.679INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4938 | 2026-08-23T06:16:23.091Z | 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 23 06:16:21.679Aug 23 06:16:21.679 |
| 4939 | 2026-08-23T06:16:23.091Z | WARNAug 23 06:16:21.679 DEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) 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 |
| 4940 | 2026-08-23T06:16:23.091Z | 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 } }] |
| 4941 | 2026-08-23T06:16:23.091Z | |
| 4942 | 2026-08-23T06:16:23.091Z | Aug 23 06:16:21.679Aug 23 06:16:21.679 Aug 23 06:16:21.679ERROINFOAug 23 06:16:21.679 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 4943 | 2026-08-23T06:16:23.091Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4944 | 2026-08-23T06:16:23.091Z | |
| 4945 | 2026-08-23T06:16:23.091Z | |
| 4946 | 2026-08-23T06:16:23.091Z | Aug 23 06:16:21.679Aug 23 06:16:21.679Aug 23 06:16:21.679 Aug 23 06:16:21.679DEBG DEBG ERRODEBG 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 } }] |
| 4947 | 2026-08-23T06:16:23.091Z | 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 } }]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 |
| 4948 | 2026-08-23T06:16:23.091Z | |
| 4949 | 2026-08-23T06:16:23.091Z | 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 23 06:16:21.679 |
| 4950 | 2026-08-23T06:16:23.091Z | INFOAug 23 06:16:21.679 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4951 | 2026-08-23T06:16:23.091Z | Aug 23 06:16:21.679 |
| 4952 | 2026-08-23T06:16:23.091Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4953 | 2026-08-23T06:16:23.091Z | |
| 4954 | 2026-08-23T06:16:23.091Z | Aug 23 06:16:21.679Aug 23 06:16:21.679INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:16:21.679 |
| 4955 | 2026-08-23T06:16:23.091Z | initted freemap. low: 0, size: 64DEBG, unitreplacing 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:Aug 23 06:16:21.679 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 } }] |
| 4956 | 2026-08-23T06:16:23.092Z | |
| 4957 | 2026-08-23T06:16:23.092Z | DEBG freemap_route_ipv4replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4958 | 2026-08-23T06:16:23.092Z | |
| 4959 | 2026-08-23T06:16:23.092Z | Aug 23 06:16:21.679Aug 23 06:16:21.679 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 23 06:16:21.679Aug 23 06:16:21.679 |
| 4960 | 2026-08-23T06:16:23.092Z | |
| 4961 | 2026-08-23T06:16:23.092Z | INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreset freemap |
| 4962 | 2026-08-23T06:16:23.092Z | Aug 23 06:16:21.679 , Aug 23 06:16:21.679unitDEBG Aug 23 06:16:21.679: DEBG freemap_route_ipv4 |
| 4963 | 2026-08-23T06:16:23.092Z | 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 |
| 4964 | 2026-08-23T06:16:23.092Z | 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 } }] |
| 4965 | 2026-08-23T06:16:23.092Z | 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 23 06:16:21.679 |
| 4966 | 2026-08-23T06:16:23.092Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 4967 | 2026-08-23T06:16:23.092Z | Aug 23 06:16:21.679DEBGAug 23 06:16:21.679 INFOinitted freemap. low: 0, size: 64INFO , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4968 | 2026-08-23T06:16:23.092Z | unit |
| 4969 | 2026-08-23T06:16:23.093Z | Aug 23 06:16:21.679 INFO: adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 23 06:16:21.679Aug 23 06:16:21.679 |
| 4970 | 2026-08-23T06:16:23.093Z | DEBGDEBGfreemap_route_ipv6 |
| 4971 | 2026-08-23T06:16:23.093Z | 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: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 } }] |
| 4972 | 2026-08-23T06:16:23.093Z | Aug 23 06:16:21.680 |
| 4973 | 2026-08-23T06:16:23.093Z | Aug 23 06:16:21.688 DEBG DEBGfailed to allocate space for the new target list |
| 4974 | 2026-08-23T06:16:23.093Z | created new freemapAug 23 06:16:21.688, unitINFO: adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 23 06:16:21.688 |
| 4975 | 2026-08-23T06:16:23.093Z | freemap_route_ipv4 DEBG |
| 4976 | 2026-08-23T06:16:23.093Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:16:21.688 |
| 4977 | 2026-08-23T06:16:23.094Z | DEBGAug 23 06:16:21.688 DEBG Aug 23 06:16:21.688 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 } }] Aug 23 06:16:21.688adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffcreated new freemapreplacing 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 } }] |
| 4978 | 2026-08-23T06:16:23.094Z | |
| 4979 | 2026-08-23T06:16:23.094Z | , |
| 4980 | 2026-08-23T06:16:23.094Z | unit: Aug 23 06:16:21.688freemap_route_ipv6DEBG Aug 23 06:16:21.688INFOAug 23 06:16:21.688 |
| 4981 | 2026-08-23T06:16:23.094Z | DEBG reset freemapadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff, |
| 4982 | 2026-08-23T06:16:23.094Z | unitINFO 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 } }] |
| 4983 | 2026-08-23T06:16:23.094Z | Aug 23 06:16:21.688Aug 23 06:16:21.688 DEBG adding route 172.16.0.0/32 -> 10.0.0.2Aug 23 06:16:21.688 |
| 4984 | 2026-08-23T06:16:23.094Z | DEBG initted freemap. low: 0, size: 64 , 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 } }]unitINFO |
| 4985 | 2026-08-23T06:16:23.094Z | : Aug 23 06:16:21.688freemap_route_ipv4 |
| 4986 | 2026-08-23T06:16:23.094Z | DEBG Aug 23 06:16:21.688replacing 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 23 06:16:21.688 |
| 4987 | 2026-08-23T06:16:23.094Z | DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4988 | 2026-08-23T06:16:23.094Z | INFOreset freemap Aug 23 06:16:21.688adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff, unit |
| 4989 | 2026-08-23T06:16:23.094Z | : INFO freemap_route_ipv4Aug 23 06:16:21.688 |
| 4990 | 2026-08-23T06:16:23.094Z | Aug 23 06:16:21.688 DEBG adding route 172.17.0.0/32 -> 10.0.0.255DEBG Aug 23 06:16:21.688replacing 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: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 } }] |
| 4991 | 2026-08-23T06:16:23.094Z | |
| 4992 | 2026-08-23T06:16:23.094Z | |
| 4993 | 2026-08-23T06:16:23.094Z | DEBG initted freemap. low: 0, size: 64, Aug 23 06:16:21.688Aug 23 06:16:21.688 INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffunitadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff: |
| 4994 | 2026-08-23T06:16:23.094Z | |
| 4995 | 2026-08-23T06:16:23.094Z | Aug 23 06:16:21.688freemap_route_ipv6 DEBG |
| 4996 | 2026-08-23T06:16:23.094Z | 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 23 06:16:21.688Aug 23 06:16:21.688 DEBGDEBG |
| 4997 | 2026-08-23T06:16:23.096Z | 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:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.688 |
| 4998 | 2026-08-23T06:16:23.096Z | |
| 4999 | 2026-08-23T06:16:23.100Z | DEBGAug 23 06:16:21.688 Aug 23 06:16:21.688INFOAug 23 06:16:21.688 reset freemapINFO, adding route 172.17.0.1/32 -> 10.0.0.255unit :INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 5000 | 2026-08-23T06:16:23.100Z | |
| 5001 | 2026-08-23T06:16:23.100Z | freemap_route_ipv6 |
| 5002 | 2026-08-23T06:16:23.100Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 23 06:16:21.688 |
| 5003 | 2026-08-23T06:16:23.100Z | Aug 23 06:16:21.688 DEBG DEBGreplacing 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 } }] |
| 5004 | 2026-08-23T06:16:23.100Z | Aug 23 06:16:21.688Aug 23 06:16:21.688replacing 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 } }] INFODEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5005 | 2026-08-23T06:16:23.100Z | Aug 23 06:16:21.688 |
| 5006 | 2026-08-23T06:16:23.100Z | DEBG |
| 5007 | 2026-08-23T06:16:23.100Z | failed to allocate space for the new target listAug 23 06:16:21.688 |
| 5008 | 2026-08-23T06:16:23.100Z | Aug 23 06:16:21.688DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 5009 | 2026-08-23T06:16:23.100Z | Aug 23 06:16:21.688adding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBGAug 23 06:16:21.688 |
| 5010 | 2026-08-23T06:16:23.100Z | INFOAug 23 06:16:21.688 adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5011 | 2026-08-23T06:16:23.100Z | 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 } }] |
| 5012 | 2026-08-23T06:16:23.101Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:16:21.688 |
| 5013 | 2026-08-23T06:16:23.101Z | DEBGAug 23 06:16:21.688 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 |
| 5014 | 2026-08-23T06:16:23.101Z | Aug 23 06:16:21.688 Aug 23 06:16:21.688replacing 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 Aug 23 06:16:21.688 |
| 5015 | 2026-08-23T06:16:23.101Z | DEBG failed to allocate space for the new target list |
| 5016 | 2026-08-23T06:16:23.101Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOAug 23 06:16:21.688 |
| 5017 | 2026-08-23T06:16:23.101Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255 |
| 5018 | 2026-08-23T06:16:23.101Z | |
| 5019 | 2026-08-23T06:16:23.101Z | Aug 23 06:16:21.688 Aug 23 06:16:21.688Aug 23 06:16:21.688 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 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 } }] |
| 5020 | 2026-08-23T06:16:23.101Z | |
| 5021 | 2026-08-23T06:16:23.101Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5022 | 2026-08-23T06:16:23.101Z | Aug 23 06:16:21.688Aug 23 06:16:21.688 Aug 23 06:16:21.688INFO INFODEBG adding route 172.17.0.4/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 } }] |
| 5023 | 2026-08-23T06:16:23.101Z | |
| 5024 | 2026-08-23T06:16:23.101Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5025 | 2026-08-23T06:16:23.101Z | Aug 23 06:16:21.688Aug 23 06:16:21.688 DEBGINFO Aug 23 06:16:21.688adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 5026 | 2026-08-23T06:16:23.101Z | |
| 5027 | 2026-08-23T06:16:23.101Z | 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 23 06:16:21.688 |
| 5028 | 2026-08-23T06:16:23.101Z | Aug 23 06:16:21.680Aug 23 06:16:21.688 Aug 23 06:16:21.688 INFODEBG DEBGcreated new freemapadding route 172.17.0.5/32 -> 10.0.0.255, |
| 5029 | 2026-08-23T06:16:23.101Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit |
| 5030 | 2026-08-23T06:16:23.101Z | INFO: Aug 23 06:16:21.688freemap_route_ipv4 |
| 5031 | 2026-08-23T06:16:23.101Z | DEBG Aug 23 06:16:21.688adding route 3fff:beef:24::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5032 | 2026-08-23T06:16:23.101Z | |
| 5033 | 2026-08-23T06:16:23.101Z | Aug 23 06:16:21.688 replacing targets for 3fff:dead::/64 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 } }] |
| 5034 | 2026-08-23T06:16:23.102Z | DEBGAug 23 06:16:21.688 Aug 23 06:16:21.688INFO created new freemap DEBGadding route 172.17.0.6/32 -> 10.0.0.255, Aug 23 06:16:21.688unit :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 } }] |
| 5035 | 2026-08-23T06:16:23.102Z | WARN |
| 5036 | 2026-08-23T06:16:23.102Z | shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })freemap_route_ipv6 |
| 5037 | 2026-08-23T06:16:23.102Z | |
| 5038 | 2026-08-23T06:16:23.102Z | Aug 23 06:16:21.688 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 } }] |
| 5039 | 2026-08-23T06:16:23.102Z | Aug 23 06:16:21.688Aug 23 06:16:21.688Aug 23 06:16:21.688 INFO INFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255 initted freemap. low: 0, size: 64adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 5040 | 2026-08-23T06:16:23.102Z | , |
| 5041 | 2026-08-23T06:16:23.102Z | unit: Aug 23 06:16:21.688 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5042 | 2026-08-23T06:16:23.102Z | freemap_route_ipv4 |
| 5043 | 2026-08-23T06:16:23.102Z | Aug 23 06:16:21.688Aug 23 06:16:21.688 INFODEBGAug 23 06:16:21.688 DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 5044 | 2026-08-23T06:16:23.102Z | |
| 5045 | 2026-08-23T06:16:23.102Z | reset freemap, Aug 23 06:16:21.688 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 } }] |
| 5046 | 2026-08-23T06:16:23.102Z | unit: Aug 23 06:16:21.688freemap_route_ipv4Aug 23 06:16:21.688 INFO |
| 5047 | 2026-08-23T06:16:23.102Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5048 | 2026-08-23T06:16:23.102Z | |
| 5049 | 2026-08-23T06:16:23.102Z | Aug 23 06:16:21.688 DEBG initted freemap. low: 0, size: 64, Aug 23 06:16:21.688Aug 23 06:16:21.688unit :DEBG DEBG freemap_route_ipv6replacing 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 } }] |
| 5050 | 2026-08-23T06:16:23.102Z | |
| 5051 | 2026-08-23T06:16:23.102Z | 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 } }] |
| 5052 | 2026-08-23T06:16:23.102Z | Aug 23 06:16:21.688 Aug 23 06:16:21.688INFOAug 23 06:16:21.688 adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 5053 | 2026-08-23T06:16:23.102Z | Aug 23 06:16:21.688adding route 3fff:beef:28::/64 -> 2001:db8::55:ff DEBGDEBG |
| 5054 | 2026-08-23T06:16:23.102Z | Aug 23 06:16:21.688 reset freemapreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit |
| 5055 | 2026-08-23T06:16:23.102Z | Aug 23 06:16:21.688DEBG :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 } }] |
| 5056 | 2026-08-23T06:16:23.102Z | freemap_route_ipv6DEBG Aug 23 06:16:21.688replacing 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 23 06:16:21.688 |
| 5057 | 2026-08-23T06:16:23.102Z | test route::tests::grow_succeeds ... ok |
| 5058 | 2026-08-23T06:16:23.102Z | INFO |
| 5059 | 2026-08-23T06:16:23.102Z | INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5060 | 2026-08-23T06:16:23.102Z | Aug 23 06:16:21.688 INFO Aug 23 06:16:21.688adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:16:21.688 |
| 5061 | 2026-08-23T06:16:23.102Z | |
| 5062 | 2026-08-23T06:16:23.102Z | INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5063 | 2026-08-23T06:16:23.102Z | 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 } }] |
| 5064 | 2026-08-23T06:16:23.102Z | Aug 23 06:16:21.688 DEBGAug 23 06:16:21.688 Aug 23 06:16:21.688 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGDEBG |
| 5065 | 2026-08-23T06:16:23.102Z | 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: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 } }] |
| 5066 | 2026-08-23T06:16:23.102Z | Aug 23 06:16:21.688 |
| 5067 | 2026-08-23T06:16:23.102Z | Aug 23 06:16:21.688INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5068 | 2026-08-23T06:16:23.102Z | Aug 23 06:16:21.688adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 23 06:16:21.688 |
| 5069 | 2026-08-23T06:16:23.102Z | INFO Aug 23 06:16:21.688INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.688 |
| 5070 | 2026-08-23T06:16:23.103Z | adding route 172.17.0.11/32 -> 10.0.0.255DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5071 | 2026-08-23T06:16:23.103Z | |
| 5072 | 2026-08-23T06:16:23.103Z | Aug 23 06:16:21.688 |
| 5073 | 2026-08-23T06:16:23.103Z | INFO Aug 23 06:16:21.688 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 23 06:16:21.688 |
| 5074 | 2026-08-23T06:16:23.103Z | DEBGDEBGAug 23 06:16:21.688 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5075 | 2026-08-23T06:16:23.103Z | Aug 23 06:16:21.688 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 5076 | 2026-08-23T06:16:23.103Z | |
| 5077 | 2026-08-23T06:16:23.103Z | 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 } }] |
| 5078 | 2026-08-23T06:16:23.103Z | Aug 23 06:16:21.688 Aug 23 06:16:21.688Aug 23 06:16:21.688 INFO Aug 23 06:16:21.689Aug 23 06:16:21.688 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 5079 | 2026-08-23T06:16:23.103Z | DEBGcreated new freemap , created new freemapunit, :unit :freemap_route_ipv4 |
| 5080 | 2026-08-23T06:16:23.103Z | freemap_route_ipv4Aug 23 06:16:21.703 |
| 5081 | 2026-08-23T06:16:23.103Z | DEBGAug 23 06:16:21.703 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5082 | 2026-08-23T06:16:23.103Z | created new freemap, Aug 23 06:16:21.703Aug 23 06:16:21.703 unitDEBGINFO created new freemapINFO: , adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunitadding route 172.17.0.12/32 -> 10.0.0.255: |
| 5083 | 2026-08-23T06:16:23.103Z | |
| 5084 | 2026-08-23T06:16:23.104Z | freemap_route_ipv6freemap_route_ipv6 |
| 5085 | 2026-08-23T06:16:23.104Z | Aug 23 06:16:21.703 |
| 5086 | 2026-08-23T06:16:23.105Z | Aug 23 06:16:21.703 DEBG DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 23 06:16:21.689 |
| 5087 | 2026-08-23T06:16:23.105Z | |
| 5088 | 2026-08-23T06:16:23.105Z | DEBG :Aug 23 06:16:21.703created new freemapAug 23 06:16:21.703 INFOINFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:25::/64 -> 2001:db8::55:fffreemap_route_ipv6Aug 23 06:16:21.703, |
| 5089 | 2026-08-23T06:16:23.105Z | |
| 5090 | 2026-08-23T06:16:23.105Z | unit : |
| 5091 | 2026-08-23T06:16:23.105Z | freemap_route_ipv4 |
| 5092 | 2026-08-23T06:16:23.105Z | INFOAug 23 06:16:21.703 Aug 23 06:16:21.703DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 23 06:16:21.703 DEBGINFOAug 23 06:16:21.703 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 } }]DEBGcreated new freemap adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }], |
| 5093 | 2026-08-23T06:16:23.105Z | unit: |
| 5094 | 2026-08-23T06:16:23.105Z | |
| 5095 | 2026-08-23T06:16:23.105Z | |
| 5096 | 2026-08-23T06:16:23.105Z | freemap_route_ipv6Aug 23 06:16:21.703 |
| 5097 | 2026-08-23T06:16:23.105Z | INFOAug 23 06:16:21.703 Aug 23 06:16:21.703 Aug 23 06:16:21.703 INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 5098 | 2026-08-23T06:16:23.105Z | Aug 23 06:16:21.703Aug 23 06:16:21.703DEBG initted freemap. low: 0, size: 64adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 5099 | 2026-08-23T06:16:23.109Z | , unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]initted freemap. low: 0, size: 64 Aug 23 06:16:21.703DEBG, : unit:freemap_route_ipv4replacing 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 } }] |
| 5100 | 2026-08-23T06:16:23.109Z | Aug 23 06:16:21.703 |
| 5101 | 2026-08-23T06:16:23.109Z | |
| 5102 | 2026-08-23T06:16:23.109Z | DEBG DEBG freemap_route_ipv4replacing 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 } }] |
| 5103 | 2026-08-23T06:16:23.110Z | 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 23 06:16:21.703 |
| 5104 | 2026-08-23T06:16:23.110Z | |
| 5105 | 2026-08-23T06:16:23.110Z | INFOAug 23 06:16:21.703Aug 23 06:16:21.703 INFOAug 23 06:16:21.703 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGAug 23 06:16:21.703Aug 23 06:16:21.703 |
| 5106 | 2026-08-23T06:16:23.110Z | adding route 172.17.0.15/32 -> 10.0.0.255INFODEBG |
| 5107 | 2026-08-23T06:16:23.110Z | reset freemapDEBG, Aug 23 06:16:21.703unitadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5108 | 2026-08-23T06:16:23.110Z | 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 } }] |
| 5109 | 2026-08-23T06:16:23.110Z | freemap_route_ipv4reset freemap |
| 5110 | 2026-08-23T06:16:23.111Z | Aug 23 06:16:21.703, Aug 23 06:16:21.703 unit Aug 23 06:16:21.703DEBGAug 23 06:16:21.703 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 adding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv4 |
| 5111 | 2026-08-23T06:16:23.111Z | |
| 5112 | 2026-08-23T06:16:23.111Z | |
| 5113 | 2026-08-23T06:16:23.111Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG Aug 23 06:16:21.703replacing 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 23 06:16:21.703 |
| 5114 | 2026-08-23T06:16:23.111Z | DEBGDEBG initted freemap. low: 0, size: 64 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 23 06:16:21.703 |
| 5115 | 2026-08-23T06:16:23.111Z | INFO, initted freemap. low: 0, size: 64adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5116 | 2026-08-23T06:16:23.111Z | unit: |
| 5117 | 2026-08-23T06:16:23.111Z | , freemap_route_ipv6unit |
| 5118 | 2026-08-23T06:16:23.111Z | :Aug 23 06:16:21.703 Aug 23 06:16:21.703 INFOINFOAug 23 06:16:21.703 freemap_route_ipv6adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5119 | 2026-08-23T06:16:23.111Z | |
| 5120 | 2026-08-23T06:16:23.112Z | Aug 23 06:16:21.703DEBG reset freemap , DEBGAug 23 06:16:21.703Aug 23 06:16:21.703unit DEBG: adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 5121 | 2026-08-23T06:16:23.112Z | 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 } }] |
| 5122 | 2026-08-23T06:16:23.112Z | |
| 5123 | 2026-08-23T06:16:23.112Z | freemap_route_ipv6reset freemap |
| 5124 | 2026-08-23T06:16:23.112Z | , unit: freemap_route_ipv6 |
| 5125 | 2026-08-23T06:16:23.112Z | Aug 23 06:16:21.703Aug 23 06:16:21.703 INFOAug 23 06:16:21.703 INFOadding route 172.17.0.18/32 -> 10.0.0.255 Aug 23 06:16:21.703 |
| 5126 | 2026-08-23T06:16:23.112Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:16:21.703 |
| 5127 | 2026-08-23T06:16:23.112Z | Aug 23 06:16:21.703DEBG |
| 5128 | 2026-08-23T06:16:23.112Z | INFODEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5129 | 2026-08-23T06:16:23.112Z | 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 } }] |
| 5130 | 2026-08-23T06:16:23.112Z | |
| 5131 | 2026-08-23T06:16:23.112Z | Aug 23 06:16:21.703Aug 23 06:16:21.703Aug 23 06:16:21.703 DEBGINFO Aug 23 06:16:21.703 Aug 23 06:16:21.703adding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5132 | 2026-08-23T06:16:23.112Z | |
| 5133 | 2026-08-23T06:16:23.112Z | DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5134 | 2026-08-23T06:16:23.112Z | Aug 23 06:16:21.703Aug 23 06:16:21.703 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 } }] |
| 5135 | 2026-08-23T06:16:23.112Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 5136 | 2026-08-23T06:16:23.113Z | |
| 5137 | 2026-08-23T06:16:23.113Z | Aug 23 06:16:21.703Aug 23 06:16:21.703 adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 23 06:16:21.703INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5138 | 2026-08-23T06:16:23.113Z | |
| 5139 | 2026-08-23T06:16:23.113Z | Aug 23 06:16:21.703INFO adding route 172.17.0.20/32 -> 10.0.0.255INFODEBGAug 23 06:16:21.703 |
| 5140 | 2026-08-23T06:16:23.113Z | Aug 23 06:16:21.703 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG DEBGAug 23 06:16:21.703 |
| 5141 | 2026-08-23T06:16:23.113Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5142 | 2026-08-23T06:16:23.113Z | |
| 5143 | 2026-08-23T06:16:23.113Z | 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: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 } }] |
| 5144 | 2026-08-23T06:16:23.113Z | |
| 5145 | 2026-08-23T06:16:23.113Z | Aug 23 06:16:21.703Aug 23 06:16:21.703 Aug 23 06:16:21.703Aug 23 06:16:21.703 DEBGINFOAug 23 06:16:21.703 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5146 | 2026-08-23T06:16:23.113Z | 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 } }] |
| 5147 | 2026-08-23T06:16:23.113Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5148 | 2026-08-23T06:16:23.115Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5149 | 2026-08-23T06:16:23.115Z | |
| 5150 | 2026-08-23T06:16:23.115Z | Aug 23 06:16:21.703 DEBGAug 23 06:16:21.703 Aug 23 06:16:21.703replacing 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 } }] |
| 5151 | 2026-08-23T06:16:23.115Z | DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5152 | 2026-08-23T06:16:23.115Z | |
| 5153 | 2026-08-23T06:16:23.115Z | Aug 23 06:16:21.703Aug 23 06:16:21.703 INFOINFO Aug 23 06:16:21.703Aug 23 06:16:21.703 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 5154 | 2026-08-23T06:16:23.115Z | adding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 5155 | 2026-08-23T06:16:23.115Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5156 | 2026-08-23T06:16:23.115Z | Aug 23 06:16:21.703adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 23 06:16:21.703 DEBGDEBG Aug 23 06:16:21.703replacing 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 } }] |
| 5157 | 2026-08-23T06:16:23.115Z | 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 } }] |
| 5158 | 2026-08-23T06:16:23.115Z | DEBG |
| 5159 | 2026-08-23T06:16:23.115Z | 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 23 06:16:21.703Aug 23 06:16:21.703 |
| 5160 | 2026-08-23T06:16:23.115Z | INFO DEBG adding route 172.17.0.23/32 -> 10.0.0.255Aug 23 06:16:21.703 |
| 5161 | 2026-08-23T06:16:23.115Z | Aug 23 06:16:21.703replacing 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 |
| 5162 | 2026-08-23T06:16:23.115Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 5163 | 2026-08-23T06:16:23.115Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 23 06:16:21.703 |
| 5164 | 2026-08-23T06:16:23.115Z | DEBGAug 23 06:16:21.703Aug 23 06:16:21.703 Aug 23 06:16:21.703DEBGreplacing 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 } }] |
| 5165 | 2026-08-23T06:16:23.115Z | 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 } }] |
| 5166 | 2026-08-23T06:16:23.115Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGAug 23 06:16:21.703 |
| 5167 | 2026-08-23T06:16:23.115Z | Aug 23 06:16:21.703INFO INFOadding route 172.17.0.24/32 -> 10.0.0.255 |
| 5168 | 2026-08-23T06:16:23.115Z | 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 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 5169 | 2026-08-23T06:16:23.115Z | |
| 5170 | 2026-08-23T06:16:23.115Z | Aug 23 06:16:21.703Aug 23 06:16:21.703Aug 23 06:16:21.703 DEBG Aug 23 06:16:21.703replacing 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 } }]DEBGDEBG |
| 5171 | 2026-08-23T06:16:23.115Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 5172 | 2026-08-23T06:16:23.115Z | |
| 5173 | 2026-08-23T06:16:23.115Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5174 | 2026-08-23T06:16:23.115Z | Aug 23 06:16:21.703 INFOAug 23 06:16:21.703Aug 23 06:16:21.703 Aug 23 06:16:21.703INFO INFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5175 | 2026-08-23T06:16:23.115Z | |
| 5176 | 2026-08-23T06:16:23.115Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5177 | 2026-08-23T06:16:23.115Z | 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 23 06:16:21.703 |
| 5178 | 2026-08-23T06:16:23.115Z | Aug 23 06:16:21.703DEBG 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 } }] |
| 5179 | 2026-08-23T06:16:23.116Z | 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 23 06:16:21.703 |
| 5180 | 2026-08-23T06:16:23.116Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 5181 | 2026-08-23T06:16:23.116Z | DEBGAug 23 06:16:21.703 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 23 06:16:21.703 |
| 5182 | 2026-08-23T06:16:23.116Z | Aug 23 06:16:21.703 INFOINFOINFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 23 06:16:21.703adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255 |
| 5183 | 2026-08-23T06:16:23.116Z | |
| 5184 | 2026-08-23T06:16:23.116Z | |
| 5185 | 2026-08-23T06:16:23.116Z | INFO Aug 23 06:16:21.703 Aug 23 06:16:21.703DEBG 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 } }]Aug 23 06:16:21.703 |
| 5186 | 2026-08-23T06:16:23.116Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5187 | 2026-08-23T06:16:23.116Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 23 06:16:21.703 |
| 5188 | 2026-08-23T06:16:23.116Z | INFOAug 23 06:16:21.703 INFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 5189 | 2026-08-23T06:16:23.116Z | 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 } }] |
| 5190 | 2026-08-23T06:16:23.116Z | Aug 23 06:16:21.704Aug 23 06:16:21.718 DEBGAug 23 06:16:21.703 DEBGcreated new freemap INFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:4: |
| 5191 | 2026-08-23T06:16:23.118Z | 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 } }] |
| 5192 | 2026-08-23T06:16:23.119Z | freemap_route_ipv4 |
| 5193 | 2026-08-23T06:16:23.119Z | Aug 23 06:16:21.703Aug 23 06:16:21.718Aug 23 06:16:21.718 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]initted freemap. low: 0, size: 64INFO |
| 5194 | 2026-08-23T06:16:23.119Z | Aug 23 06:16:21.718 DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffcreated new freemap |
| 5195 | 2026-08-23T06:16:23.119Z | , , Aug 23 06:16:21.718unit 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:4, vlan_id: None } }]freemap_route_ipv6 |
| 5196 | 2026-08-23T06:16:23.119Z | unit |
| 5197 | 2026-08-23T06:16:23.119Z | : freemap_route_ipv4 |
| 5198 | 2026-08-23T06:16:23.119Z | Aug 23 06:16:21.718 Aug 23 06:16:21.718DEBG DEBGinitted freemap. low: 0, size: 64 , 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 } }]unit:Aug 23 06:16:21.718 Aug 23 06:16:21.718freemap_route_ipv4 WARN |
| 5199 | 2026-08-23T06:16:23.123Z | DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5200 | 2026-08-23T06:16:23.123Z | reset freemap, Aug 23 06:16:21.718 |
| 5201 | 2026-08-23T06:16:23.123Z | DEBGunit :reset freemapadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 23 06:16:21.718, |
| 5202 | 2026-08-23T06:16:23.123Z | INFOunit: freemap_route_ipv4freemap_route_ipv4 |
| 5203 | 2026-08-23T06:16:23.123Z | |
| 5204 | 2026-08-23T06:16:23.123Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5205 | 2026-08-23T06:16:23.123Z | Aug 23 06:16:21.718 DEBG Aug 23 06:16:21.718Aug 23 06:16:21.718 initted freemap. low: 0, size: 64DEBG Aug 23 06:16:21.718DEBG DEBG, initted freemap. low: 0, size: 64replacing 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 } }]unit |
| 5206 | 2026-08-23T06:16:23.123Z | :replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , freemap_route_ipv6 |
| 5207 | 2026-08-23T06:16:23.123Z | |
| 5208 | 2026-08-23T06:16:23.123Z | unitAug 23 06:16:21.718: INFOfreemap_route_ipv6 Aug 23 06:16:21.718Aug 23 06:16:21.718 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5209 | 2026-08-23T06:16:23.123Z | reset freemapINFO, unitadding route 3fff:beef:38::/64 -> 2001:db8::55:ff: |
| 5210 | 2026-08-23T06:16:23.123Z | |
| 5211 | 2026-08-23T06:16:23.123Z | Aug 23 06:16:21.718 freemap_route_ipv6DEBG |
| 5212 | 2026-08-23T06:16:23.123Z | 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 23 06:16:21.718Aug 23 06:16:21.718 |
| 5213 | 2026-08-23T06:16:23.123Z | DEBG DEBGAug 23 06:16:21.718replacing 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 } }] |
| 5214 | 2026-08-23T06:16:23.123Z | INFOAug 23 06:16:21.718 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5215 | 2026-08-23T06:16:23.123Z | reset freemapINFOAug 23 06:16:21.718 , INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 23 06:16:21.718 |
| 5216 | 2026-08-23T06:16:23.124Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffunit: DEBG |
| 5217 | 2026-08-23T06:16:23.124Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 23 06:16:21.718freemap_route_ipv6 |
| 5218 | 2026-08-23T06:16:23.124Z | 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 } }] |
| 5219 | 2026-08-23T06:16:23.124Z | |
| 5220 | 2026-08-23T06:16:23.124Z | Aug 23 06:16:21.718 Aug 23 06:16:21.718Aug 23 06:16:21.718 INFO |
| 5221 | 2026-08-23T06:16:23.124Z | Aug 23 06:16:21.718 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5222 | 2026-08-23T06:16:23.124Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5223 | 2026-08-23T06:16:23.125Z | |
| 5224 | 2026-08-23T06:16:23.125Z | Aug 23 06:16:21.718DEBGAug 23 06:16:21.718Aug 23 06:16:21.718 Aug 23 06:16:21.718 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 } }] DEBGINFODEBG DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5225 | 2026-08-23T06:16:23.125Z | |
| 5226 | 2026-08-23T06:16:23.125Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5227 | 2026-08-23T06:16:23.125Z | |
| 5228 | 2026-08-23T06:16:23.125Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5229 | 2026-08-23T06:16:23.125Z | Aug 23 06:16:21.718 Aug 23 06:16:21.718Aug 23 06:16:21.718INFO Aug 23 06:16:21.718adding route 3fff:beef:35::/64 -> 2001:db8::55:ff INFODEBG |
| 5230 | 2026-08-23T06:16:23.125Z | 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 23 06:16:21.718adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 23 06:16:21.718 |
| 5231 | 2026-08-23T06:16:23.125Z | |
| 5232 | 2026-08-23T06:16:23.125Z | DEBG INFOAug 23 06:16:21.718 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 23 06:16:21.718 |
| 5233 | 2026-08-23T06:16:23.125Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255DEBGINFOAug 23 06:16:21.718 adding route 172.17.0.3/32 -> 10.0.0.255adding 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 } }] |
| 5234 | 2026-08-23T06:16:23.125Z | INFO |
| 5235 | 2026-08-23T06:16:23.125Z | |
| 5236 | 2026-08-23T06:16:23.125Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5237 | 2026-08-23T06:16:23.125Z | |
| 5238 | 2026-08-23T06:16:23.125Z | Aug 23 06:16:21.718Aug 23 06:16:21.718 Aug 23 06:16:21.718Aug 23 06:16:21.718 DEBG Aug 23 06:16:21.718DEBG INFO 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:dead::/64 -> 2001:db8::55:4DEBG |
| 5239 | 2026-08-23T06:16:23.125Z | 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: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 } }] |
| 5240 | 2026-08-23T06:16:23.125Z | |
| 5241 | 2026-08-23T06:16:23.125Z | |
| 5242 | 2026-08-23T06:16:23.125Z | 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 23 06:16:21.718 |
| 5243 | 2026-08-23T06:16:23.125Z | Aug 23 06:16:21.718 INFOAug 23 06:16:21.718 Aug 23 06:16:21.718adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5244 | 2026-08-23T06:16:23.125Z | DEBGINFO 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 } }]Aug 23 06:16:21.718adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5245 | 2026-08-23T06:16:23.125Z | |
| 5246 | 2026-08-23T06:16:23.125Z | Aug 23 06:16:21.718 DEBGINFOAug 23 06:16:21.718 |
| 5247 | 2026-08-23T06:16:23.126Z | 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 23 06:16:21.718DEBG |
| 5248 | 2026-08-23T06:16:23.126Z | adding route 172.17.0.1/32 -> 10.0.0.255 Aug 23 06:16:21.718 |
| 5249 | 2026-08-23T06:16:23.126Z | 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 23 06:16:21.718DEBG |
| 5250 | 2026-08-23T06:16:23.126Z | 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 } }] |
| 5251 | 2026-08-23T06:16:23.126Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO Aug 23 06:16:21.718adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5252 | 2026-08-23T06:16:23.126Z | Aug 23 06:16:21.718 |
| 5253 | 2026-08-23T06:16:23.126Z | INFOAug 23 06:16:21.718 DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5254 | 2026-08-23T06:16:23.126Z | INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5255 | 2026-08-23T06:16:23.126Z | |
| 5256 | 2026-08-23T06:16:23.126Z | Aug 23 06:16:21.718Aug 23 06:16:21.718 DEBGDEBG Aug 23 06:16:21.718replacing 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 } }] |
| 5257 | 2026-08-23T06:16:23.126Z | 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 23 06:16:21.718 |
| 5258 | 2026-08-23T06:16:23.126Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255DEBGAug 23 06:16:21.718 |
| 5259 | 2026-08-23T06:16:23.126Z | 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 } }]INFOAug 23 06:16:21.718 |
| 5260 | 2026-08-23T06:16:23.127Z | INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 5261 | 2026-08-23T06:16:23.127Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 23 06:16:21.718 |
| 5262 | 2026-08-23T06:16:23.127Z | DEBGAug 23 06:16:21.718Aug 23 06:16:21.718 Aug 23 06:16:21.718DEBGreplacing 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 |
| 5263 | 2026-08-23T06:16:23.127Z | 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 |
| 5264 | 2026-08-23T06:16:23.127Z | failed to allocate space for the new target listreplacing 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 } }] |
| 5265 | 2026-08-23T06:16:23.127Z | Aug 23 06:16:21.718Aug 23 06:16:21.718 |
| 5266 | 2026-08-23T06:16:23.127Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 5267 | 2026-08-23T06:16:23.127Z | Aug 23 06:16:21.718Aug 23 06:16:21.718adding route 172.17.0.3/32 -> 10.0.0.255 INFODEBG |
| 5268 | 2026-08-23T06:16:23.128Z | Aug 23 06:16:21.718 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 } }]Aug 23 06:16:21.718 |
| 5269 | 2026-08-23T06:16:23.128Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5270 | 2026-08-23T06:16:23.128Z | DEBG DEBG |
| 5271 | 2026-08-23T06:16:23.128Z | 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 23 06:16:21.718 |
| 5272 | 2026-08-23T06:16:23.128Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5273 | 2026-08-23T06:16:23.128Z | 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 23 06:16:21.718 |
| 5274 | 2026-08-23T06:16:23.128Z | INFO Aug 23 06:16:21.718adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5275 | 2026-08-23T06:16:23.128Z | Aug 23 06:16:21.718INFO adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 5276 | 2026-08-23T06:16:23.128Z | Aug 23 06:16:21.718adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5277 | 2026-08-23T06:16:23.128Z | 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 23 06:16:21.718 |
| 5278 | 2026-08-23T06:16:23.128Z | Aug 23 06:16:21.718 DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5279 | 2026-08-23T06:16:23.128Z | Aug 23 06:16:21.718replacing 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 } }] |
| 5280 | 2026-08-23T06:16:23.128Z | INFO Aug 23 06:16:21.718 adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 5281 | 2026-08-23T06:16:23.129Z | Aug 23 06:16:21.718 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 23 06:16:21.704 |
| 5282 | 2026-08-23T06:16:23.129Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5283 | 2026-08-23T06:16:23.129Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5284 | 2026-08-23T06:16:23.129Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5285 | 2026-08-23T06:16:23.129Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5286 | 2026-08-23T06:16:23.129Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5287 | 2026-08-23T06:16:23.129Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5288 | 2026-08-23T06:16:23.129Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5289 | 2026-08-23T06:16:23.129Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5290 | 2026-08-23T06:16:23.129Z | Aug 23 06:16:21.718 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 } }]Aug 23 06:16:21.718created new freemap , DEBGINFOunit |
| 5291 | 2026-08-23T06:16:23.129Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5292 | 2026-08-23T06:16:23.129Z | : 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 |
| 5293 | 2026-08-23T06:16:23.129Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5294 | 2026-08-23T06:16:23.129Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5295 | 2026-08-23T06:16:23.129Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5296 | 2026-08-23T06:16:23.129Z | |
| 5297 | 2026-08-23T06:16:23.129Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5298 | 2026-08-23T06:16:23.129Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5299 | 2026-08-23T06:16:23.133Z | Aug 23 06:16:21.718Aug 23 06:16:21.718 Aug 23 06:16:21.718INFO Aug 23 06:16:21.718 DEBG INFOadding route 172.17.0.10/32 -> 10.0.0.255 DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 5300 | 2026-08-23T06:16:23.134Z | created new freemapreplacing 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 } }], |
| 5301 | 2026-08-23T06:16:23.134Z | |
| 5302 | 2026-08-23T06:16:23.134Z | unitAug 23 06:16:21.718: freemap_route_ipv6Aug 23 06:16:21.718DEBG Aug 23 06:16:21.718 |
| 5303 | 2026-08-23T06:16:23.134Z | replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5304 | 2026-08-23T06:16:23.134Z | 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 |
| 5305 | 2026-08-23T06:16:23.134Z | Aug 23 06:16:21.718adding route 172.17.0.6/32 -> 10.0.0.255 Aug 23 06:16:21.718DEBG |
| 5306 | 2026-08-23T06:16:23.134Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5307 | 2026-08-23T06:16:23.134Z | INFOinitted freemap. low: 0, size: 64 Aug 23 06:16:21.718adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 5308 | 2026-08-23T06:16:23.134Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5309 | 2026-08-23T06:16:23.134Z | , unitINFO: freemap_route_ipv4Aug 23 06:16:21.718Aug 23 06:16:21.718 |
| 5310 | 2026-08-23T06:16:23.134Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5311 | 2026-08-23T06:16:23.134Z | DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 5312 | 2026-08-23T06:16:23.134Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5313 | 2026-08-23T06:16:23.134Z | 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 } }] |
| 5314 | 2026-08-23T06:16:23.134Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5315 | 2026-08-23T06:16:23.134Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5316 | 2026-08-23T06:16:23.134Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5317 | 2026-08-23T06:16:23.135Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5318 | 2026-08-23T06:16:23.135Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5319 | 2026-08-23T06:16:23.135Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5320 | 2026-08-23T06:16:23.135Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5321 | 2026-08-23T06:16:23.135Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5322 | 2026-08-23T06:16:23.135Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5323 | 2026-08-23T06:16:23.135Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5324 | 2026-08-23T06:16:23.135Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5325 | 2026-08-23T06:16:23.135Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5326 | 2026-08-23T06:16:23.135Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5327 | 2026-08-23T06:16:23.135Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5328 | 2026-08-23T06:16:23.135Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5329 | 2026-08-23T06:16:23.135Z | DEBG Aug 23 06:16:21.718Aug 23 06:16:21.718replacing 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 Aug 23 06:16:21.719replacing 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 23 06:16:21.719 DEBGDEBG |
| 5330 | 2026-08-23T06:16:23.135Z | created new freemap , created new freemapunitDEBG:, unitfreemap_route_ipv4 |
| 5331 | 2026-08-23T06:16:23.135Z | reset freemapAug 23 06:16:21.732:, Aug 23 06:16:21.718 Aug 23 06:16:21.732DEBG DEBGfailed to allocate space for the new target list freemap_route_ipv4created new freemap |
| 5332 | 2026-08-23T06:16:23.135Z | , |
| 5333 | 2026-08-23T06:16:23.135Z | unit: freemap_route_ipv6 |
| 5334 | 2026-08-23T06:16:23.135Z | INFOAug 23 06:16:21.732 adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 5335 | 2026-08-23T06:16:23.135Z | Aug 23 06:16:21.732 Aug 23 06:16:21.732DEBGcreated new freemap initted freemap. low: 0, size: 64, , unitunitDEBG::Aug 23 06:16:21.732 freemap_route_ipv4freemap_route_ipv6 |
| 5336 | 2026-08-23T06:16:23.135Z | |
| 5337 | 2026-08-23T06:16:23.135Z | 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 23 06:16:21.732replacing 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 |
| 5338 | 2026-08-23T06:16:23.135Z | |
| 5339 | 2026-08-23T06:16:23.135Z | reset freemapAug 23 06:16:21.732 , DEBGunit :Aug 23 06:16:21.732 freemap_route_ipv4INFO |
| 5340 | 2026-08-23T06:16:23.135Z | initted freemap. low: 0, size: 64 , unitadding route 172.17.0.13/32 -> 10.0.0.255: |
| 5341 | 2026-08-23T06:16:23.135Z | Aug 23 06:16:21.732freemap_route_ipv4 |
| 5342 | 2026-08-23T06:16:23.135Z | DEBGAug 23 06:16:21.732 DEBG initted freemap. low: 0, size: 64replacing 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 23 06:16:21.732unit : |
| 5343 | 2026-08-23T06:16:23.135Z | DEBG freemap_route_ipv6 |
| 5344 | 2026-08-23T06:16:23.135Z | reset freemapAug 23 06:16:21.732, unit: Aug 23 06:16:21.732freemap_route_ipv4 |
| 5345 | 2026-08-23T06:16:23.136Z | |
| 5346 | 2026-08-23T06:16:23.136Z | DEBG reset freemap , INFOunit Aug 23 06:16:21.733adding route 172.17.0.14/32 -> 10.0.0.255 :INFO |
| 5347 | 2026-08-23T06:16:23.136Z | Aug 23 06:16:21.733adding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv6 |
| 5348 | 2026-08-23T06:16:23.136Z | |
| 5349 | 2026-08-23T06:16:23.136Z | DEBGAug 23 06:16:21.733Aug 23 06:16:21.733 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 5350 | 2026-08-23T06:16:23.136Z | initted freemap. low: 0, size: 64 |
| 5351 | 2026-08-23T06:16:23.136Z | , unit: Aug 23 06:16:21.733freemap_route_ipv6 |
| 5352 | 2026-08-23T06:16:23.136Z | DEBGAug 23 06:16:21.733Aug 23 06:16:21.733 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 5353 | 2026-08-23T06:16:23.136Z | DEBG Aug 23 06:16:21.733replacing 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 } }] |
| 5354 | 2026-08-23T06:16:23.139Z | adding route 172.17.0.8/32 -> 10.0.0.255Aug 23 06:16:21.733 |
| 5355 | 2026-08-23T06:16:23.139Z | DEBG INFOreset freemap adding route 172.16.0.0/32 -> 10.0.0.2, unit |
| 5356 | 2026-08-23T06:16:23.140Z | Aug 23 06:16:21.733: Aug 23 06:16:21.733DEBG Aug 23 06:16:21.733INFO 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 } }] |
| 5357 | 2026-08-23T06:16:23.140Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] freemap_route_ipv6 |
| 5358 | 2026-08-23T06:16:23.140Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5359 | 2026-08-23T06:16:23.140Z | |
| 5360 | 2026-08-23T06:16:23.140Z | Aug 23 06:16:21.733 Aug 23 06:16:21.733 INFOINFO Aug 23 06:16:21.733adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3Aug 23 06:16:21.733 |
| 5361 | 2026-08-23T06:16:23.140Z | test route::tests::same_size_non_subset_replace ... ok |
| 5362 | 2026-08-23T06:16:23.140Z | |
| 5363 | 2026-08-23T06:16:23.140Z | DEBG 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 } }]Aug 23 06:16:21.733 |
| 5364 | 2026-08-23T06:16:23.140Z | Aug 23 06:16:21.733 DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 23 06:16:21.733 |
| 5365 | 2026-08-23T06:16:23.140Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5366 | 2026-08-23T06:16:23.140Z | INFO |
| 5367 | 2026-08-23T06:16:23.140Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5368 | 2026-08-23T06:16:23.140Z | Aug 23 06:16:21.733Aug 23 06:16:21.733 Aug 23 06:16:21.733Aug 23 06:16:21.733DEBG INFO INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5369 | 2026-08-23T06:16:23.142Z | |
| 5370 | 2026-08-23T06:16:23.142Z | DEBG |
| 5371 | 2026-08-23T06:16:23.142Z | 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 } }] |
| 5372 | 2026-08-23T06:16:23.142Z | Aug 23 06:16:21.733Aug 23 06:16:21.733Aug 23 06:16:21.733 DEBGDEBG Aug 23 06:16:21.733replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 5373 | 2026-08-23T06:16:23.142Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5374 | 2026-08-23T06:16:23.142Z | INFOAug 23 06:16:21.733 |
| 5375 | 2026-08-23T06:16:23.142Z | INFOadding route 172.17.0.17/32 -> 10.0.0.255 Aug 23 06:16:21.733adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5376 | 2026-08-23T06:16:23.142Z | |
| 5377 | 2026-08-23T06:16:23.143Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 23 06:16:21.733 |
| 5378 | 2026-08-23T06:16:23.143Z | Aug 23 06:16:21.733 DEBGDEBG Aug 23 06:16:21.733 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 23 06:16:21.733DEBG |
| 5379 | 2026-08-23T06:16:23.143Z | |
| 5380 | 2026-08-23T06:16:23.143Z | 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 |
| 5381 | 2026-08-23T06:16:23.143Z | Aug 23 06:16:21.733replacing 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 } }] |
| 5382 | 2026-08-23T06:16:23.144Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 23 06:16:21.733 |
| 5383 | 2026-08-23T06:16:23.144Z | INFO Aug 23 06:16:21.733adding route 172.16.0.0/32 -> 10.0.0.3Aug 23 06:16:21.733 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 23 06:16:21.733 |
| 5384 | 2026-08-23T06:16:23.144Z | |
| 5385 | 2026-08-23T06:16:23.144Z | DEBGadding route 172.17.0.12/32 -> 10.0.0.255 |
| 5386 | 2026-08-23T06:16:23.144Z | 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 23 06:16:21.733Aug 23 06:16:21.733 |
| 5387 | 2026-08-23T06:16:23.144Z | Aug 23 06:16:21.733 DEBGDEBGDEBG Aug 23 06:16:21.733replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5388 | 2026-08-23T06:16:23.144Z | INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.2/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 } }] |
| 5389 | 2026-08-23T06:16:23.144Z | |
| 5390 | 2026-08-23T06:16:23.144Z | |
| 5391 | 2026-08-23T06:16:23.144Z | Aug 23 06:16:21.733Aug 23 06:16:21.733Aug 23 06:16:21.733 DEBGINFOINFO Aug 23 06:16:21.733 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.13/32 -> 10.0.0.255 |
| 5392 | 2026-08-23T06:16:23.144Z | |
| 5393 | 2026-08-23T06:16:23.144Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5394 | 2026-08-23T06:16:23.144Z | |
| 5395 | 2026-08-23T06:16:23.144Z | Aug 23 06:16:21.733Aug 23 06:16:21.733 DEBGINFOAug 23 06:16:21.733Aug 23 06:16:21.733 adding route 172.17.0.3/32 -> 10.0.0.255 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 } }] |
| 5396 | 2026-08-23T06:16:23.144Z | |
| 5397 | 2026-08-23T06:16:23.144Z | DEBG 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 23 06:16:21.733Aug 23 06:16:21.733 |
| 5398 | 2026-08-23T06:16:23.144Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] INFO |
| 5399 | 2026-08-23T06:16:23.148Z | 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 } }] |
| 5400 | 2026-08-23T06:16:23.148Z | Aug 23 06:16:21.733 adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 5401 | 2026-08-23T06:16:23.148Z | Aug 23 06:16:21.733adding route 172.17.0.20/32 -> 10.0.0.255 Aug 23 06:16:21.733INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 5402 | 2026-08-23T06:16:23.148Z | Aug 23 06:16:21.733replacing 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 } }] |
| 5403 | 2026-08-23T06:16:23.149Z | DEBG |
| 5404 | 2026-08-23T06:16:23.149Z | Aug 23 06:16:21.733 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 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 } }] |
| 5405 | 2026-08-23T06:16:23.149Z | Aug 23 06:16:21.733Aug 23 06:16:21.733 |
| 5406 | 2026-08-23T06:16:23.149Z | 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 } }]INFO |
| 5407 | 2026-08-23T06:16:23.149Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 23 06:16:21.733 |
| 5408 | 2026-08-23T06:16:23.149Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5409 | 2026-08-23T06:16:23.149Z | Aug 23 06:16:21.733 Aug 23 06:16:21.733DEBG Aug 23 06:16:21.733 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 } }] |
| 5410 | 2026-08-23T06:16:23.150Z | DEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5411 | 2026-08-23T06:16:23.150Z | |
| 5412 | 2026-08-23T06:16:23.150Z | Aug 23 06:16:21.733 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5413 | 2026-08-23T06:16:23.150Z | Aug 23 06:16:21.733 Aug 23 06:16:21.733DEBG INFOAug 23 06:16:21.733replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5414 | 2026-08-23T06:16:23.150Z | 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 } }] |
| 5415 | 2026-08-23T06:16:23.150Z | |
| 5416 | 2026-08-23T06:16:23.150Z | Aug 23 06:16:21.733 INFO Aug 23 06:16:21.733adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5417 | 2026-08-23T06:16:23.150Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5418 | 2026-08-23T06:16:23.150Z | Aug 23 06:16:21.733 DEBGAug 23 06:16:21.733 Aug 23 06:16:21.733replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGDEBG |
| 5419 | 2026-08-23T06:16:23.150Z | 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.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 } }] |
| 5420 | 2026-08-23T06:16:23.150Z | |
| 5421 | 2026-08-23T06:16:23.150Z | Aug 23 06:16:21.733 INFOunitAug 23 06:16:21.733Aug 23 06:16:21.733 : adding route 172.17.0.23/32 -> 10.0.0.255 INFOINFO |
| 5422 | 2026-08-23T06:16:23.150Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5423 | 2026-08-23T06:16:23.150Z | adding route 172.17.0.18/32 -> 10.0.0.255freemap_route_ipv4 |
| 5424 | 2026-08-23T06:16:23.150Z | |
| 5425 | 2026-08-23T06:16:23.150Z | Aug 23 06:16:21.733Aug 23 06:16:21.733 DEBG DEBG Aug 23 06:16:21.733 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5426 | 2026-08-23T06:16:23.152Z | |
| 5427 | 2026-08-23T06:16:23.152Z | Aug 23 06:16:21.733DEBG DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5428 | 2026-08-23T06:16:23.152Z | initted freemap. low: 0, size: 64Aug 23 06:16:21.733Aug 23 06:16:21.733 INFO, INFOadding route 172.17.0.8/32 -> 10.0.0.255Aug 23 06:16:21.733 |
| 5429 | 2026-08-23T06:16:23.152Z | unit INFO :adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5430 | 2026-08-23T06:16:23.152Z | Aug 23 06:16:21.733freemap_route_ipv6 |
| 5431 | 2026-08-23T06:16:23.152Z | DEBG |
| 5432 | 2026-08-23T06:16:23.152Z | 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 23 06:16:21.733 |
| 5433 | 2026-08-23T06:16:23.152Z | Aug 23 06:16:21.733DEBG 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 |
| 5434 | 2026-08-23T06:16:23.152Z | 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 } }] |
| 5435 | 2026-08-23T06:16:23.152Z | Aug 23 06:16:21.733Aug 23 06:16:21.733 INFODEBG Aug 23 06:16:21.733adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5436 | 2026-08-23T06:16:23.152Z | Aug 23 06:16:21.733 INFOreset freemap INFOadding route 172.17.0.20/32 -> 10.0.0.255 , |
| 5437 | 2026-08-23T06:16:23.153Z | adding route 172.17.0.25/32 -> 10.0.0.255Aug 23 06:16:21.733 |
| 5438 | 2026-08-23T06:16:23.153Z | DEBG unitreplacing 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 23 06:16:21.733 |
| 5439 | 2026-08-23T06:16:23.153Z | Aug 23 06:16:21.733DEBG 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 } }] |
| 5440 | 2026-08-23T06:16:23.153Z | 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 23 06:16:21.733 |
| 5441 | 2026-08-23T06:16:23.153Z | INFO freemap_route_ipv6adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5442 | 2026-08-23T06:16:23.153Z | Aug 23 06:16:21.733 |
| 5443 | 2026-08-23T06:16:23.153Z | Aug 23 06:16:21.748DEBG DEBGcreated new freemapAug 23 06:16:21.703 , Aug 23 06:16:21.733unitreplacing 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 } }]: |
| 5444 | 2026-08-23T06:16:23.153Z | freemap_route_ipv4Aug 23 06:16:21.748 |
| 5445 | 2026-08-23T06:16:23.153Z | INFO Aug 23 06:16:21.748adding route 172.17.0.26/32 -> 10.0.0.255 INFOINFO |
| 5446 | 2026-08-23T06:16:23.153Z | DEBG adding route 172.17.0.11/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 5447 | 2026-08-23T06:16:23.153Z | |
| 5448 | 2026-08-23T06:16:23.153Z | |
| 5449 | 2026-08-23T06:16:23.153Z | Aug 23 06:16:21.748Aug 23 06:16:21.748 DEBGAug 23 06:16:21.748 DEBG created new freemapDEBGreplacing 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 23 06:16:21.748replacing 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 } }] |
| 5450 | 2026-08-23T06:16:23.153Z | INFO |
| 5451 | 2026-08-23T06:16:23.153Z | , adding route 172.17.0.28/32 -> 10.0.0.255unit |
| 5452 | 2026-08-23T06:16:23.153Z | : freemap_route_ipv6Aug 23 06:16:21.748 |
| 5453 | 2026-08-23T06:16:23.153Z | Aug 23 06:16:21.748Aug 23 06:16:21.748INFOAug 23 06:16:21.748 adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 5454 | 2026-08-23T06:16:23.153Z | DEBG INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 23 06:16:21.748 |
| 5455 | 2026-08-23T06:16:23.153Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }]DEBGAug 23 06:16:21.748 |
| 5456 | 2026-08-23T06:16:23.153Z | |
| 5457 | 2026-08-23T06:16:23.153Z | Aug 23 06:16:21.748DEBGreplacing 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 } }] |
| 5458 | 2026-08-23T06:16:23.154Z | DEBGinitted freemap. low: 0, size: 64 Aug 23 06:16:21.748replacing 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 } }], |
| 5459 | 2026-08-23T06:16:23.154Z | Aug 23 06:16:21.748 INFOunit Aug 23 06:16:21.748:adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5460 | 2026-08-23T06:16:23.154Z | INFO freemap_route_ipv4 |
| 5461 | 2026-08-23T06:16:23.154Z | adding route 172.17.0.13/32 -> 10.0.0.255Aug 23 06:16:21.748 |
| 5462 | 2026-08-23T06:16:23.154Z | INFOAug 23 06:16:21.748 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.748 adding route 172.16.0.0/32 -> 10.0.0.2DEBGAug 23 06:16:21.748 adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5463 | 2026-08-23T06:16:23.154Z | DEBG reset freemap |
| 5464 | 2026-08-23T06:16:23.154Z | , Aug 23 06:16:21.748 |
| 5465 | 2026-08-23T06:16:23.154Z | 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 } }]unitINFOAug 23 06:16:21.748: |
| 5466 | 2026-08-23T06:16:23.154Z | freemap_route_ipv4adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5467 | 2026-08-23T06:16:23.154Z | |
| 5468 | 2026-08-23T06:16:23.154Z | Aug 23 06:16:21.748DEBG INFOAug 23 06:16:21.748 Aug 23 06:16:21.748replacing 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.14/32 -> 10.0.0.255 |
| 5469 | 2026-08-23T06:16:23.154Z | DEBG Aug 23 06:16:21.748DEBG |
| 5470 | 2026-08-23T06:16:23.154Z | 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 } }] |
| 5471 | 2026-08-23T06:16:23.154Z | initted freemap. low: 0, size: 64Aug 23 06:16:21.748DEBG, Aug 23 06:16:21.748unitINFO :adding route 172.17.0.29/32 -> 10.0.0.255DEBG Aug 23 06:16:21.748 |
| 5472 | 2026-08-23T06:16:23.154Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5473 | 2026-08-23T06:16:23.155Z | freemap_route_ipv6 |
| 5474 | 2026-08-23T06:16:23.155Z | INFO |
| 5475 | 2026-08-23T06:16:23.155Z | adding route 172.17.0.31/32 -> 10.0.0.255Aug 23 06:16:21.748 |
| 5476 | 2026-08-23T06:16:23.155Z | Aug 23 06:16:21.748 INFODEBGAug 23 06:16:21.748 Aug 23 06:16:21.748Aug 23 06:16:21.748 adding route 172.17.0.15/32 -> 10.0.0.255DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5477 | 2026-08-23T06:16:23.155Z | reset freemap , DEBG |
| 5478 | 2026-08-23T06:16:23.155Z | unit DEBG Aug 23 06:16:21.748: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] DEBGAug 23 06:16:21.748replacing 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 } }] |
| 5479 | 2026-08-23T06:16:23.155Z | |
| 5480 | 2026-08-23T06:16:23.155Z | freemap_route_ipv6 |
| 5481 | 2026-08-23T06:16:23.155Z | 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 } }] |
| 5482 | 2026-08-23T06:16:23.155Z | Aug 23 06:16:21.748adding route 172.17.0.30/32 -> 10.0.0.255 Aug 23 06:16:21.748Aug 23 06:16:21.748 |
| 5483 | 2026-08-23T06:16:23.155Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5484 | 2026-08-23T06:16:23.155Z | adding route 172.17.0.16/32 -> 10.0.0.255INFO |
| 5485 | 2026-08-23T06:16:23.155Z | Aug 23 06:16:21.748Aug 23 06:16:21.748adding route 172.17.0.32/32 -> 10.0.0.255 DEBG |
| 5486 | 2026-08-23T06:16:23.155Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.748 |
| 5487 | 2026-08-23T06:16:23.155Z | |
| 5488 | 2026-08-23T06:16:23.156Z | Aug 23 06:16:21.748DEBG 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 23 06:16:21.748DEBG |
| 5489 | 2026-08-23T06:16:23.156Z | Aug 23 06:16:21.748 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5490 | 2026-08-23T06:16:23.156Z | adding route 172.16.0.0/32 -> 10.0.0.2 INFO |
| 5491 | 2026-08-23T06:16:23.156Z | Aug 23 06:16:21.748adding route 172.17.0.31/32 -> 10.0.0.255 Aug 23 06:16:21.748Aug 23 06:16:21.748 |
| 5492 | 2026-08-23T06:16:23.156Z | INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255Aug 23 06:16:21.748DEBG 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 } }] |
| 5493 | 2026-08-23T06:16:23.156Z | |
| 5494 | 2026-08-23T06:16:23.156Z | |
| 5495 | 2026-08-23T06:16:23.156Z | 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 } }] |
| 5496 | 2026-08-23T06:16:23.156Z | Aug 23 06:16:21.748Aug 23 06:16:21.748 Aug 23 06:16:21.748DEBG 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 } }] 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 } }] |
| 5497 | 2026-08-23T06:16:23.156Z | Aug 23 06:16:21.748 |
| 5498 | 2026-08-23T06:16:23.156Z | adding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 5499 | 2026-08-23T06:16:23.160Z | Aug 23 06:16:21.748Aug 23 06:16:21.748 adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 5500 | 2026-08-23T06:16:23.160Z | INFOadding route 172.17.0.18/32 -> 10.0.0.255 Aug 23 06:16:21.748 |
| 5501 | 2026-08-23T06:16:23.160Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5502 | 2026-08-23T06:16:23.160Z | DEBGAug 23 06:16:21.748 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 23 06:16:21.748 DEBG |
| 5503 | 2026-08-23T06:16:23.160Z | 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 } }] |
| 5504 | 2026-08-23T06:16:23.161Z | Aug 23 06:16:21.733Aug 23 06:16:21.759 INFOINFO Aug 23 06:16:21.759 adding route 172.17.0.1/32 -> 10.0.0.255Aug 23 06:16:21.759 adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5505 | 2026-08-23T06:16:23.161Z | DEBG |
| 5506 | 2026-08-23T06:16:23.161Z | INFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255Aug 23 06:16:21.759 |
| 5507 | 2026-08-23T06:16:23.161Z | |
| 5508 | 2026-08-23T06:16:23.161Z | DEBGAug 23 06:16:21.759 Aug 23 06:16:21.759DEBGreplacing 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 } }] |
| 5509 | 2026-08-23T06:16:23.161Z | 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 |
| 5510 | 2026-08-23T06:16:23.161Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5511 | 2026-08-23T06:16:23.161Z | Aug 23 06:16:21.759 Aug 23 06:16:21.759INFO Aug 23 06:16:21.759 INFOAug 23 06:16:21.759 adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5512 | 2026-08-23T06:16:23.161Z | DEBG |
| 5513 | 2026-08-23T06:16:23.161Z | 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 } }]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 } }] |
| 5514 | 2026-08-23T06:16:23.161Z | |
| 5515 | 2026-08-23T06:16:23.161Z | Aug 23 06:16:21.759Aug 23 06:16:21.718 Aug 23 06:16:21.759INFO Aug 23 06:16:21.759INFO adding route 172.17.0.36/32 -> 10.0.0.255DEBG |
| 5516 | 2026-08-23T06:16:23.161Z | DEBGadding route 172.17.0.34/32 -> 10.0.0.255 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5517 | 2026-08-23T06:16:23.161Z | created new freemapAug 23 06:16:21.759 |
| 5518 | 2026-08-23T06:16:23.161Z | DEBG, Aug 23 06:16:21.759 unitDEBG: replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5519 | 2026-08-23T06:16:23.161Z | Aug 23 06:16:21.759 INFO |
| 5520 | 2026-08-23T06:16:23.161Z | freemap_route_ipv4 |
| 5521 | 2026-08-23T06:16:23.161Z | adding route 172.17.0.23/32 -> 10.0.0.255Aug 23 06:16:21.759 |
| 5522 | 2026-08-23T06:16:23.161Z | Aug 23 06:16:21.759INFO adding route 172.17.0.35/32 -> 10.0.0.255INFO |
| 5523 | 2026-08-23T06:16:23.161Z | Aug 23 06:16:21.759Aug 23 06:16:21.759 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5524 | 2026-08-23T06:16:23.162Z | DEBG Aug 23 06:16:21.759created new freemap DEBG, DEBGAug 23 06:16:21.759 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 } }]unitDEBG: |
| 5525 | 2026-08-23T06:16:23.162Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5526 | 2026-08-23T06:16:23.162Z | freemap_route_ipv6 |
| 5527 | 2026-08-23T06:16:23.162Z | |
| 5528 | 2026-08-23T06:16:23.162Z | Aug 23 06:16:21.759Aug 23 06:16:21.759 INFOINFO Aug 23 06:16:21.759adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5529 | 2026-08-23T06:16:23.162Z | DEBGAug 23 06:16:21.759adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5530 | 2026-08-23T06:16:23.162Z | initted freemap. low: 0, size: 64INFO, Aug 23 06:16:21.759unit Aug 23 06:16:21.759:DEBGadding route 172.17.0.38/32 -> 10.0.0.255 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 } }] |
| 5531 | 2026-08-23T06:16:23.162Z | 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 } }]freemap_route_ipv4 |
| 5532 | 2026-08-23T06:16:23.162Z | |
| 5533 | 2026-08-23T06:16:23.162Z | |
| 5534 | 2026-08-23T06:16:23.162Z | Aug 23 06:16:21.759 Aug 23 06:16:21.759DEBG Aug 23 06:16:21.759INFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.25/32 -> 10.0.0.255INFO |
| 5535 | 2026-08-23T06:16:23.162Z | |
| 5536 | 2026-08-23T06:16:23.162Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 23 06:16:21.759 |
| 5537 | 2026-08-23T06:16:23.162Z | Aug 23 06:16:21.759 Aug 23 06:16:21.759INFODEBG Aug 23 06:16:21.759adding route 172.17.0.39/32 -> 10.0.0.255DEBG 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 } }] |
| 5538 | 2026-08-23T06:16:23.162Z | 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 } }] |
| 5539 | 2026-08-23T06:16:23.162Z | |
| 5540 | 2026-08-23T06:16:23.163Z | , unitAug 23 06:16:21.759:Aug 23 06:16:21.759 INFODEBG freemap_route_ipv4 adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5541 | 2026-08-23T06:16:23.163Z | Aug 23 06:16:21.759replacing 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 } }] |
| 5542 | 2026-08-23T06:16:23.163Z | |
| 5543 | 2026-08-23T06:16:23.163Z | INFO Aug 23 06:16:21.759Aug 23 06:16:21.759 DEBGAug 23 06:16:21.759adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5544 | 2026-08-23T06:16:23.163Z | INFO 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 } }]adding route 172.17.0.40/32 -> 10.0.0.255initted freemap. low: 0, size: 64 |
| 5545 | 2026-08-23T06:16:23.163Z | |
| 5546 | 2026-08-23T06:16:23.163Z | , Aug 23 06:16:21.759unit :Aug 23 06:16:21.759DEBG 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 } }] |
| 5547 | 2026-08-23T06:16:23.163Z | Aug 23 06:16:21.759 adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5548 | 2026-08-23T06:16:23.163Z | freemap_route_ipv6DEBGAug 23 06:16:21.759 |
| 5549 | 2026-08-23T06:16:23.163Z | 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 } }] |
| 5550 | 2026-08-23T06:16:23.163Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 23 06:16:21.759 |
| 5551 | 2026-08-23T06:16:23.163Z | DEBGAug 23 06:16:21.759 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 } }] |
| 5552 | 2026-08-23T06:16:23.163Z | Aug 23 06:16:21.759DEBGAug 23 06:16:21.759 INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 reset freemap |
| 5553 | 2026-08-23T06:16:23.163Z | 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 } }], |
| 5554 | 2026-08-23T06:16:23.163Z | Aug 23 06:16:21.759 INFOunit : Aug 23 06:16:21.759adding route 172.17.0.40/32 -> 10.0.0.255freemap_route_ipv6Aug 23 06:16:21.759 |
| 5555 | 2026-08-23T06:16:23.163Z | |
| 5556 | 2026-08-23T06:16:23.163Z | DEBGINFO Aug 23 06:16:21.759 Aug 23 06:16:21.759replacing 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.28/32 -> 10.0.0.255 |
| 5557 | 2026-08-23T06:16:23.163Z | DEBG |
| 5558 | 2026-08-23T06:16:23.163Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5559 | 2026-08-23T06:16:23.163Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:16:21.759Aug 23 06:16:21.759 |
| 5560 | 2026-08-23T06:16:23.164Z | INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255 Aug 23 06:16:21.759 |
| 5561 | 2026-08-23T06:16:23.164Z | Aug 23 06:16:21.759replacing 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 } }] |
| 5562 | 2026-08-23T06:16:23.164Z | DEBG INFOAug 23 06:16:21.759replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5563 | 2026-08-23T06:16:23.164Z | DEBG Aug 23 06:16:21.759 adding route 172.17.0.41/32 -> 10.0.0.255 DEBG |
| 5564 | 2026-08-23T06:16:23.164Z | 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 } }] adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5565 | 2026-08-23T06:16:23.164Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 23 06:16:21.759 |
| 5566 | 2026-08-23T06:16:23.164Z | Aug 23 06:16:21.759 DEBGINFO Aug 23 06:16:21.759 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 23 06:16:21.759INFO |
| 5567 | 2026-08-23T06:16:23.164Z | adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5568 | 2026-08-23T06:16:23.164Z | |
| 5569 | 2026-08-23T06:16:23.164Z | |
| 5570 | 2026-08-23T06:16:23.164Z | DEBG Aug 23 06:16:21.759replacing 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 } }] |
| 5571 | 2026-08-23T06:16:23.164Z | Aug 23 06:16:21.759Aug 23 06:16:21.759 Aug 23 06:16:21.759 DEBGINFO 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 } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5572 | 2026-08-23T06:16:23.164Z | |
| 5573 | 2026-08-23T06:16:23.164Z | Aug 23 06:16:21.759replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 23 06:16:21.759 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5574 | 2026-08-23T06:16:23.164Z | |
| 5575 | 2026-08-23T06:16:23.164Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:16:21.759INFO |
| 5576 | 2026-08-23T06:16:23.164Z | 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 23 06:16:21.759 |
| 5577 | 2026-08-23T06:16:23.164Z | INFOAug 23 06:16:21.759 adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5578 | 2026-08-23T06:16:23.164Z | Aug 23 06:16:21.759 |
| 5579 | 2026-08-23T06:16:23.164Z | DEBGAug 23 06:16:21.759 Aug 23 06:16:21.759replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5580 | 2026-08-23T06:16:23.164Z | INFO DEBG Aug 23 06:16:21.759DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 5581 | 2026-08-23T06:16:23.164Z | Aug 23 06:16:21.759replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5582 | 2026-08-23T06:16:23.165Z | |
| 5583 | 2026-08-23T06:16:23.165Z | |
| 5584 | 2026-08-23T06:16:23.165Z | Aug 23 06:16:21.759DEBGAug 23 06:16:21.759 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 |
| 5585 | 2026-08-23T06:16:23.165Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 23 06:16:21.759DEBG |
| 5586 | 2026-08-23T06:16:23.165Z | INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.759 DEBG |
| 5587 | 2026-08-23T06:16:23.165Z | Aug 23 06:16:21.759Aug 23 06:16:21.759replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGINFO |
| 5588 | 2026-08-23T06:16:23.165Z | |
| 5589 | 2026-08-23T06:16:23.165Z | adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5590 | 2026-08-23T06:16:23.165Z | |
| 5591 | 2026-08-23T06:16:23.165Z | Aug 23 06:16:21.759 INFOAug 23 06:16:21.759 Aug 23 06:16:21.759INFOAug 23 06:16:21.759 adding route 172.17.0.32/32 -> 10.0.0.255Aug 23 06:16:21.759DEBG |
| 5592 | 2026-08-23T06:16:23.165Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.44/32 -> 10.0.0.255 |
| 5593 | 2026-08-23T06:16:23.165Z | INFODEBG |
| 5594 | 2026-08-23T06:16:23.165Z | Aug 23 06:16:21.759 adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5595 | 2026-08-23T06:16:23.165Z | DEBG Aug 23 06:16:21.759replacing 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 } }] |
| 5596 | 2026-08-23T06:16:23.167Z | Aug 23 06:16:21.759Aug 23 06:16:21.759 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 } }] |
| 5597 | 2026-08-23T06:16:23.167Z | Aug 23 06:16:21.759 DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5598 | 2026-08-23T06:16:23.167Z | 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 } }]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 } }] |
| 5599 | 2026-08-23T06:16:23.171Z | Aug 23 06:16:21.759 |
| 5600 | 2026-08-23T06:16:23.171Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255Aug 23 06:16:21.759Aug 23 06:16:21.759 |
| 5601 | 2026-08-23T06:16:23.171Z | |
| 5602 | 2026-08-23T06:16:23.171Z | Aug 23 06:16:21.759 INFODEBG INFOAug 23 06:16:21.759 adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5603 | 2026-08-23T06:16:23.171Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5604 | 2026-08-23T06:16:23.171Z | |
| 5605 | 2026-08-23T06:16:23.171Z | Aug 23 06:16:21.759Aug 23 06:16:21.759 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 } }] DEBGDEBGAug 23 06:16:21.759 |
| 5606 | 2026-08-23T06:16:23.171Z | 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 } }] |
| 5607 | 2026-08-23T06:16:23.171Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 23 06:16:21.759 |
| 5608 | 2026-08-23T06:16:23.173Z | Aug 23 06:16:21.759 DEBG |
| 5609 | 2026-08-23T06:16:23.173Z | INFOAug 23 06:16:21.759Aug 23 06:16:21.759 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5610 | 2026-08-23T06:16:23.173Z | |
| 5611 | 2026-08-23T06:16:23.173Z | adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 23 06:16:21.759 |
| 5612 | 2026-08-23T06:16:23.173Z | |
| 5613 | 2026-08-23T06:16:23.173Z | INFO Aug 23 06:16:21.759adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5614 | 2026-08-23T06:16:23.173Z | DEBGAug 23 06:16:21.759 Aug 23 06:16:21.759 DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }] |
| 5615 | 2026-08-23T06:16:23.173Z | Aug 23 06:16:21.760 |
| 5616 | 2026-08-23T06:16:23.173Z | DEBG created new freemap, unitAug 23 06:16:21.768:Aug 23 06:16:21.768 Aug 23 06:16:21.768 freemap_route_ipv4 INFOINFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 |
| 5617 | 2026-08-23T06:16:23.173Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5618 | 2026-08-23T06:16:23.173Z | |
| 5619 | 2026-08-23T06:16:23.173Z | 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 } }] |
| 5620 | 2026-08-23T06:16:23.173Z | Aug 23 06:16:21.768Aug 23 06:16:21.768 DEBGAug 23 06:16:21.768DEBG created new freemapAug 23 06:16:21.768 , 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 } }]unitINFODEBG adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5621 | 2026-08-23T06:16:23.174Z | :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 } }] |
| 5622 | 2026-08-23T06:16:23.175Z | freemap_route_ipv6 |
| 5623 | 2026-08-23T06:16:23.175Z | |
| 5624 | 2026-08-23T06:16:23.176Z | Aug 23 06:16:21.768 INFOAug 23 06:16:21.768 adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 5625 | 2026-08-23T06:16:23.176Z | Aug 23 06:16:21.768 INFOinitted freemap. low: 0, size: 64 |
| 5626 | 2026-08-23T06:16:23.176Z | , unitadding route 172.17.0.49/32 -> 10.0.0.255:Aug 23 06:16:21.768 Aug 23 06:16:21.768freemap_route_ipv4 |
| 5627 | 2026-08-23T06:16:23.176Z | DEBG |
| 5628 | 2026-08-23T06:16:23.176Z | Aug 23 06:16:21.768 INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255 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.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 } }] |
| 5629 | 2026-08-23T06:16:23.176Z | |
| 5630 | 2026-08-23T06:16:23.176Z | Aug 23 06:16:21.768 |
| 5631 | 2026-08-23T06:16:23.176Z | DEBG Aug 23 06:16:21.768reset freemap , Aug 23 06:16:21.768unitAug 23 06:16:21.768:Aug 23 06:16:21.768 freemap_route_ipv4 INFODEBGINFO |
| 5632 | 2026-08-23T06:16:23.176Z | 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 } }] |
| 5633 | 2026-08-23T06:16:23.176Z | DEBG Aug 23 06:16:21.768replacing 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.49/32 -> 10.0.0.255 |
| 5634 | 2026-08-23T06:16:23.176Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5635 | 2026-08-23T06:16:23.176Z | DEBG |
| 5636 | 2026-08-23T06:16:23.176Z | initted freemap. low: 0, size: 64Aug 23 06:16:21.768Aug 23 06:16:21.768Aug 23 06:16:21.768, INFO unitDEBG: Aug 23 06:16:21.768replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5637 | 2026-08-23T06:16:23.176Z | adding route 172.17.0.50/32 -> 10.0.0.255 freemap_route_ipv6adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5638 | 2026-08-23T06:16:23.176Z | |
| 5639 | 2026-08-23T06:16:23.176Z | |
| 5640 | 2026-08-23T06:16:23.177Z | Aug 23 06:16:21.768 DEBGINFO Aug 23 06:16:21.768Aug 23 06:16:21.768 adding route 172.17.0.5/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 5641 | 2026-08-23T06:16:23.177Z | |
| 5642 | 2026-08-23T06:16:23.177Z | reset freemap, Aug 23 06:16:21.768unit : DEBGDEBGAug 23 06:16:21.768Aug 23 06:16:21.768 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 } }]freemap_route_ipv6 |
| 5643 | 2026-08-23T06:16:23.177Z | |
| 5644 | 2026-08-23T06:16:23.177Z | 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 |
| 5645 | 2026-08-23T06:16:23.177Z | Aug 23 06:16:21.768 INFOadding route 172.17.0.50/32 -> 10.0.0.255 |
| 5646 | 2026-08-23T06:16:23.177Z | DEBG Aug 23 06:16:21.768adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 5647 | 2026-08-23T06:16:23.177Z | |
| 5648 | 2026-08-23T06:16:23.177Z | INFOAug 23 06:16:21.768 adding route 172.17.0.37/32 -> 10.0.0.255Aug 23 06:16:21.768 |
| 5649 | 2026-08-23T06:16:23.177Z | Aug 23 06:16:21.768 Aug 23 06:16:21.768INFODEBGDEBG 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.51/32 -> 10.0.0.255 |
| 5650 | 2026-08-23T06:16:23.177Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5651 | 2026-08-23T06:16:23.177Z | INFOAug 23 06:16:21.768 adding route 172.17.0.6/32 -> 10.0.0.255Aug 23 06:16:21.768 |
| 5652 | 2026-08-23T06:16:23.177Z | DEBG DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:16:21.768 |
| 5653 | 2026-08-23T06:16:23.177Z | 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 |
| 5654 | 2026-08-23T06:16:23.177Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5655 | 2026-08-23T06:16:23.177Z | Aug 23 06:16:21.768 |
| 5656 | 2026-08-23T06:16:23.179Z | Aug 23 06:16:21.768 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.768 |
| 5657 | 2026-08-23T06:16:23.179Z | |
| 5658 | 2026-08-23T06:16:23.179Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5659 | 2026-08-23T06:16:23.179Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5660 | 2026-08-23T06:16:23.179Z | Aug 23 06:16:21.768Aug 23 06:16:21.768 Aug 23 06:16:21.768DEBG INFO 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 23 06:16:21.768 DEBGAug 23 06:16:21.768 |
| 5661 | 2026-08-23T06:16:23.179Z | INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 23 06:16:21.768replacing 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.7/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5662 | 2026-08-23T06:16:23.179Z | |
| 5663 | 2026-08-23T06:16:23.179Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5664 | 2026-08-23T06:16:23.179Z | test route::tests::delete_targets_full ... ok |
| 5665 | 2026-08-23T06:16:23.179Z | Aug 23 06:16:21.768Aug 23 06:16:21.768 |
| 5666 | 2026-08-23T06:16:23.179Z | INFODEBG |
| 5667 | 2026-08-23T06:16:23.179Z | test route::tests::delete_targets_fragmented ... ok |
| 5668 | 2026-08-23T06:16:23.179Z | Aug 23 06:16:21.768 Aug 23 06:16:21.768 adding route 172.17.0.53/32 -> 10.0.0.255 INFODEBGreplacing 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 } }] |
| 5669 | 2026-08-23T06:16:23.179Z | |
| 5670 | 2026-08-23T06:16:23.179Z | 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 } }] |
| 5671 | 2026-08-23T06:16:23.179Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5672 | 2026-08-23T06:16:23.179Z | Aug 23 06:16:21.768Aug 23 06:16:21.768 INFOAug 23 06:16:21.768 adding route 172.17.0.8/32 -> 10.0.0.255DEBGAug 23 06:16:21.768 |
| 5673 | 2026-08-23T06:16:23.180Z | Aug 23 06:16:21.768replacing 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 } }] |
| 5674 | 2026-08-23T06:16:23.180Z | INFODEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 5675 | 2026-08-23T06:16:23.180Z | |
| 5676 | 2026-08-23T06:16:23.180Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5677 | 2026-08-23T06:16:23.180Z | Aug 23 06:16:21.768 Aug 23 06:16:21.768DEBGAug 23 06:16:21.768 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 } }] |
| 5678 | 2026-08-23T06:16:23.180Z | Aug 23 06:16:21.768INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255 |
| 5679 | 2026-08-23T06:16:23.180Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5680 | 2026-08-23T06:16:23.180Z | Aug 23 06:16:21.782 INFO Aug 23 06:16:21.768Aug 23 06:16:21.759Aug 23 06:16:21.782Aug 23 06:16:21.782 adding route 172.17.0.9/32 -> 10.0.0.255INFODEBG |
| 5681 | 2026-08-23T06:16:23.180Z | 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 } }] |
| 5682 | 2026-08-23T06:16:23.180Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.4 |
| 5683 | 2026-08-23T06:16:23.180Z | 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 23 06:16:21.782replacing 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 } }] |
| 5684 | 2026-08-23T06:16:23.180Z | |
| 5685 | 2026-08-23T06:16:23.180Z | DEBG Aug 23 06:16:21.782replacing 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 23 06:16:21.782 INFO |
| 5686 | 2026-08-23T06:16:23.180Z | 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 } }] |
| 5687 | 2026-08-23T06:16:23.180Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5688 | 2026-08-23T06:16:23.180Z | Aug 23 06:16:21.782 INFOAug 23 06:16:21.782 adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 5689 | 2026-08-23T06:16:23.181Z | Aug 23 06:16:21.782replacing targets for 172.16.0.0/32 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 } }] |
| 5690 | 2026-08-23T06:16:23.181Z | DEBGAug 23 06:16:21.782 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5691 | 2026-08-23T06:16:23.181Z | 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 23 06:16:21.782DEBG |
| 5692 | 2026-08-23T06:16:23.181Z | INFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5693 | 2026-08-23T06:16:23.181Z | |
| 5694 | 2026-08-23T06:16:23.181Z | Aug 23 06:16:21.782 INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 23 06:16:21.782 |
| 5695 | 2026-08-23T06:16:23.181Z | Aug 23 06:16:21.782 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.54/32 -> 10.0.0.255 |
| 5696 | 2026-08-23T06:16:23.181Z | |
| 5697 | 2026-08-23T06:16:23.181Z | Aug 23 06:16:21.782 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 } }]Aug 23 06:16:21.782 |
| 5698 | 2026-08-23T06:16:23.181Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5699 | 2026-08-23T06:16:23.185Z | Aug 23 06:16:21.782 Aug 23 06:16:21.782DEBG INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5700 | 2026-08-23T06:16:23.185Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 23 06:16:21.782 |
| 5701 | 2026-08-23T06:16:23.186Z | DEBGAug 23 06:16:21.782 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 |
| 5702 | 2026-08-23T06:16:23.186Z | Aug 23 06:16:21.782adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5703 | 2026-08-23T06:16:23.186Z | DEBG Aug 23 06:16:21.782replacing 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 } }] |
| 5704 | 2026-08-23T06:16:23.186Z | INFO Aug 23 06:16:21.782 adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 5705 | 2026-08-23T06:16:23.186Z | 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 23 06:16:21.782 |
| 5706 | 2026-08-23T06:16:23.186Z | INFOAug 23 06:16:21.782 DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 5707 | 2026-08-23T06:16:23.186Z | Aug 23 06:16:21.782replacing 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 } }] |
| 5708 | 2026-08-23T06:16:23.186Z | INFO Aug 23 06:16:21.782adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5709 | 2026-08-23T06:16:23.186Z | DEBG Aug 23 06:16:21.782 INFOAug 23 06:16:21.782 Aug 23 06:16:21.782replacing 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 } }] |
| 5710 | 2026-08-23T06:16:23.186Z | DEBGINFOadding route 172.17.0.44/32 -> 10.0.0.255 |
| 5711 | 2026-08-23T06:16:23.186Z | 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 } }] |
| 5712 | 2026-08-23T06:16:23.186Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 23 06:16:21.782 |
| 5713 | 2026-08-23T06:16:23.186Z | INFOAug 23 06:16:21.782 adding route 172.17.0.14/32 -> 10.0.0.255Aug 23 06:16:21.782 |
| 5714 | 2026-08-23T06:16:23.186Z | DEBGINFO 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 } }] |
| 5715 | 2026-08-23T06:16:23.186Z | |
| 5716 | 2026-08-23T06:16:23.186Z | Aug 23 06:16:21.782 Aug 23 06:16:21.782INFO Aug 23 06:16:21.782adding route 172.17.0.25/32 -> 10.0.0.255 DEBGDEBGAug 23 06:16:21.782 |
| 5717 | 2026-08-23T06:16:23.186Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5718 | 2026-08-23T06:16:23.186Z | 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 23 06:16:21.782replacing 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 } }] |
| 5719 | 2026-08-23T06:16:23.186Z | Aug 23 06:16:21.782 |
| 5720 | 2026-08-23T06:16:23.186Z | Aug 23 06:16:21.782INFO adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 5721 | 2026-08-23T06:16:23.186Z | Aug 23 06:16:21.782 Aug 23 06:16:21.782adding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 5722 | 2026-08-23T06:16:23.186Z | Aug 23 06:16:21.782INFOadding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 5723 | 2026-08-23T06:16:23.186Z | DEBGAug 23 06:16:21.782adding route 172.17.0.15/32 -> 10.0.0.255 DEBG |
| 5724 | 2026-08-23T06:16:23.186Z | 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.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 } }] |
| 5725 | 2026-08-23T06:16:23.186Z | |
| 5726 | 2026-08-23T06:16:23.186Z | 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 23 06:16:21.782Aug 23 06:16:21.782 |
| 5727 | 2026-08-23T06:16:23.186Z | Aug 23 06:16:21.782Aug 23 06:16:21.782 DEBG INFO INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5728 | 2026-08-23T06:16:23.186Z | adding route 172.17.0.57/32 -> 10.0.0.255 Aug 23 06:16:21.782replacing 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 } }] |
| 5729 | 2026-08-23T06:16:23.186Z | INFO |
| 5730 | 2026-08-23T06:16:23.186Z | adding route 172.17.0.26/32 -> 10.0.0.255Aug 23 06:16:21.782 |
| 5731 | 2026-08-23T06:16:23.186Z | Aug 23 06:16:21.782 INFODEBGAug 23 06:16:21.782 adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5732 | 2026-08-23T06:16:23.186Z | Aug 23 06:16:21.782replacing 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 } }] |
| 5733 | 2026-08-23T06:16:23.188Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5734 | 2026-08-23T06:16:23.188Z | DEBGINFOAug 23 06:16:21.782 Aug 23 06:16:21.782Aug 23 06:16:21.782INFOreplacing 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 } }] |
| 5735 | 2026-08-23T06:16:23.188Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5736 | 2026-08-23T06:16:23.188Z | 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 } }]DEBG |
| 5737 | 2026-08-23T06:16:23.188Z | Aug 23 06:16:21.782 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 } }]DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 5738 | 2026-08-23T06:16:23.188Z | |
| 5739 | 2026-08-23T06:16:23.188Z | 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 23 06:16:21.782 |
| 5740 | 2026-08-23T06:16:23.188Z | INFO Aug 23 06:16:21.782adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5741 | 2026-08-23T06:16:23.188Z | Aug 23 06:16:21.782Aug 23 06:16:21.782 Aug 23 06:16:21.782 INFO INFODEBGAug 23 06:16:21.782adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5742 | 2026-08-23T06:16:23.188Z | INFO DEBG adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5743 | 2026-08-23T06:16:23.188Z | |
| 5744 | 2026-08-23T06:16:23.188Z | 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 23 06:16:21.782 |
| 5745 | 2026-08-23T06:16:23.188Z | 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 } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5746 | 2026-08-23T06:16:23.188Z | |
| 5747 | 2026-08-23T06:16:23.188Z | Aug 23 06:16:21.782Aug 23 06:16:21.782 Aug 23 06:16:21.782INFO INFOAug 23 06:16:21.782adding route 172.17.0.17/32 -> 10.0.0.255 DEBG |
| 5748 | 2026-08-23T06:16:23.188Z | DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 5749 | 2026-08-23T06:16:23.189Z | failed to allocate space for the new target list |
| 5750 | 2026-08-23T06:16:23.189Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.782 Aug 23 06:16:21.782 |
| 5751 | 2026-08-23T06:16:23.189Z | DEBG DEBG Aug 23 06:16:21.782Aug 23 06:16:21.782 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 23 06:16:21.782 |
| 5752 | 2026-08-23T06:16:23.189Z | 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 } }]DEBGINFO Aug 23 06:16:21.782replacing targets for 172.16.0.0/32 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 } }] |
| 5753 | 2026-08-23T06:16:23.189Z | |
| 5754 | 2026-08-23T06:16:23.189Z | DEBG adding route 172.17.0.28/32 -> 10.0.0.255Aug 23 06:16:21.782failed to allocate space for the new target list INFO |
| 5755 | 2026-08-23T06:16:23.189Z | |
| 5756 | 2026-08-23T06:16:23.189Z | adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5757 | 2026-08-23T06:16:23.189Z | |
| 5758 | 2026-08-23T06:16:23.190Z | Aug 23 06:16:21.782Aug 23 06:16:21.782Aug 23 06:16:21.782 Aug 23 06:16:21.782DEBG 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.2, vlan_id: None } }]DEBG |
| 5759 | 2026-08-23T06:16:23.190Z | adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 5760 | 2026-08-23T06:16:23.190Z | test route::tests::add_target_fails_full ... ok |
| 5761 | 2026-08-23T06:16:23.190Z | 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 } }] |
| 5762 | 2026-08-23T06:16:23.190Z | 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 } }] |
| 5763 | 2026-08-23T06:16:23.190Z | Aug 23 06:16:21.782 DEBGAug 23 06:16:21.782 Aug 23 06:16:21.782replacing 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 } }] |
| 5764 | 2026-08-23T06:16:23.190Z | INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255 |
| 5765 | 2026-08-23T06:16:23.190Z | adding route 172.17.0.49/32 -> 10.0.0.255Aug 23 06:16:21.782 |
| 5766 | 2026-08-23T06:16:23.190Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5767 | 2026-08-23T06:16:23.190Z | Aug 23 06:16:21.782Aug 23 06:16:21.782 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 } }]DEBGAug 23 06:16:21.782 |
| 5768 | 2026-08-23T06:16:23.190Z | 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 } }]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 } }] |
| 5769 | 2026-08-23T06:16:23.190Z | |
| 5770 | 2026-08-23T06:16:23.190Z | Aug 23 06:16:21.782 INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 23 06:16:21.782 |
| 5771 | 2026-08-23T06:16:23.190Z | INFOAug 23 06:16:21.782 adding route 172.17.0.50/32 -> 10.0.0.255INFO |
| 5772 | 2026-08-23T06:16:23.190Z | Aug 23 06:16:21.782adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5773 | 2026-08-23T06:16:23.190Z | DEBG Aug 23 06:16:21.782replacing 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 } }] |
| 5774 | 2026-08-23T06:16:23.190Z | Aug 23 06:16:21.782DEBG DEBGAug 23 06:16:21.782replacing 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.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 } }] |
| 5775 | 2026-08-23T06:16:23.191Z | |
| 5776 | 2026-08-23T06:16:23.191Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5777 | 2026-08-23T06:16:23.191Z | Aug 23 06:16:21.782 INFOAug 23 06:16:21.782Aug 23 06:16:21.782 DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 5778 | 2026-08-23T06:16:23.191Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5779 | 2026-08-23T06:16:23.191Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 23 06:16:21.782 |
| 5780 | 2026-08-23T06:16:23.191Z | Aug 23 06:16:21.782 DEBG INFOAug 23 06:16:21.782replacing 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 } }] |
| 5781 | 2026-08-23T06:16:23.191Z | DEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 5782 | 2026-08-23T06:16:23.191Z | 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 } }] |
| 5783 | 2026-08-23T06:16:23.191Z | Aug 23 06:16:21.782Aug 23 06:16:21.782Aug 23 06:16:21.782 INFO INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.22/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 } }] |
| 5784 | 2026-08-23T06:16:23.191Z | |
| 5785 | 2026-08-23T06:16:23.191Z | |
| 5786 | 2026-08-23T06:16:23.192Z | Aug 23 06:16:21.782Aug 23 06:16:21.782Aug 23 06:16:21.782 INFODEBG DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.33/32 -> 10.0.0.255 |
| 5787 | 2026-08-23T06:16:23.192Z | |
| 5788 | 2026-08-23T06:16:23.192Z | |
| 5789 | 2026-08-23T06:16:23.192Z | Aug 23 06:16:21.782Aug 23 06:16:21.782 Aug 23 06:16:21.782DEBGINFO 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.23/32 -> 10.0.0.255INFO |
| 5790 | 2026-08-23T06:16:23.192Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5791 | 2026-08-23T06:16:23.192Z | |
| 5792 | 2026-08-23T06:16:23.192Z | Aug 23 06:16:21.782 DEBGAug 23 06:16:21.782 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 } }] |
| 5793 | 2026-08-23T06:16:23.192Z | DEBGAug 23 06:16:21.782 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 } }]INFOAug 23 06:16:21.792 |
| 5794 | 2026-08-23T06:16:23.192Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5795 | 2026-08-23T06:16:23.192Z | |
| 5796 | 2026-08-23T06:16:23.196Z | Aug 23 06:16:21.792 INFO Aug 23 06:16:21.792Aug 23 06:16:21.792adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5797 | 2026-08-23T06:16:23.196Z | DEBG 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 } }] |
| 5798 | 2026-08-23T06:16:23.196Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.792 |
| 5799 | 2026-08-23T06:16:23.201Z | DEBG Aug 23 06:16:21.792replacing 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 } }] |
| 5800 | 2026-08-23T06:16:23.201Z | INFOAug 23 06:16:21.792 adding route 172.17.0.25/32 -> 10.0.0.255INFO |
| 5801 | 2026-08-23T06:16:23.201Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5802 | 2026-08-23T06:16:23.201Z | Aug 23 06:16:21.792 INFOAug 23 06:16:21.792 adding route 172.17.0.55/32 -> 10.0.0.255Aug 23 06:16:21.792DEBG |
| 5803 | 2026-08-23T06:16:23.201Z | 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 } }]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 } }] |
| 5804 | 2026-08-23T06:16:23.201Z | |
| 5805 | 2026-08-23T06:16:23.201Z | Aug 23 06:16:21.792 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.792 |
| 5806 | 2026-08-23T06:16:23.201Z | Aug 23 06:16:21.792INFO INFOadding route 172.17.0.36/32 -> 10.0.0.255Aug 23 06:16:21.792 |
| 5807 | 2026-08-23T06:16:23.201Z | adding route 172.17.0.26/32 -> 10.0.0.255 INFO |
| 5808 | 2026-08-23T06:16:23.202Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5809 | 2026-08-23T06:16:23.202Z | Aug 23 06:16:21.792 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 } }] |
| 5810 | 2026-08-23T06:16:23.202Z | Aug 23 06:16:21.792 Aug 23 06:16:21.792DEBG INFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5811 | 2026-08-23T06:16:23.202Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5812 | 2026-08-23T06:16:23.202Z | Aug 23 06:16:21.792 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 } }] |
| 5813 | 2026-08-23T06:16:23.202Z | Aug 23 06:16:21.792 INFO Aug 23 06:16:21.792adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5814 | 2026-08-23T06:16:23.202Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5815 | 2026-08-23T06:16:23.202Z | Aug 23 06:16:21.792 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 23 06:16:21.792 |
| 5816 | 2026-08-23T06:16:23.202Z | DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.792 |
| 5817 | 2026-08-23T06:16:23.202Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 23 06:16:21.792Aug 23 06:16:21.792 |
| 5818 | 2026-08-23T06:16:23.202Z | INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255 Aug 23 06:16:21.792 |
| 5819 | 2026-08-23T06:16:23.202Z | 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 |
| 5820 | 2026-08-23T06:16:23.202Z | 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 23 06:16:21.792 |
| 5821 | 2026-08-23T06:16:23.202Z | Aug 23 06:16:21.792DEBG INFOAug 23 06:16:21.792 adding route 172.17.0.37/32 -> 10.0.0.255INFO |
| 5822 | 2026-08-23T06:16:23.202Z | 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 } }] |
| 5823 | 2026-08-23T06:16:23.202Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5824 | 2026-08-23T06:16:23.202Z | Aug 23 06:16:21.792Aug 23 06:16:21.792 Aug 23 06:16:21.792DEBGINFO 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 |
| 5825 | 2026-08-23T06:16:23.202Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5826 | 2026-08-23T06:16:23.202Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.792 |
| 5827 | 2026-08-23T06:16:23.202Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255Aug 23 06:16:21.792 |
| 5828 | 2026-08-23T06:16:23.203Z | DEBG Aug 23 06:16:21.792replacing 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 23 06:16:21.792INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255 |
| 5829 | 2026-08-23T06:16:23.203Z | 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 } }] |
| 5830 | 2026-08-23T06:16:23.203Z | |
| 5831 | 2026-08-23T06:16:23.203Z | Aug 23 06:16:21.792 Aug 23 06:16:21.792INFO Aug 23 06:16:21.792DEBG INFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.39/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 } }] |
| 5832 | 2026-08-23T06:16:23.203Z | |
| 5833 | 2026-08-23T06:16:23.203Z | |
| 5834 | 2026-08-23T06:16:23.203Z | Aug 23 06:16:21.792Aug 23 06:16:21.792 Aug 23 06:16:21.792INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 5835 | 2026-08-23T06:16:23.203Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5836 | 2026-08-23T06:16:23.203Z | 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 } }] |
| 5837 | 2026-08-23T06:16:23.203Z | Aug 23 06:16:21.792 DEBGAug 23 06:16:21.792 Aug 23 06:16:21.792replacing 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 } }] |
| 5838 | 2026-08-23T06:16:23.204Z | INFO adding route 172.17.0.61/32 -> 10.0.0.255INFO |
| 5839 | 2026-08-23T06:16:23.204Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 23 06:16:21.792 |
| 5840 | 2026-08-23T06:16:23.204Z | INFO Aug 23 06:16:21.792adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5841 | 2026-08-23T06:16:23.204Z | Aug 23 06:16:21.792DEBG DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5842 | 2026-08-23T06:16:23.204Z | Aug 23 06:16:21.792replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5843 | 2026-08-23T06:16:23.204Z | 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 23 06:16:21.792 |
| 5844 | 2026-08-23T06:16:23.204Z | INFOAug 23 06:16:21.792 Aug 23 06:16:21.792INFO adding route 172.17.0.62/32 -> 10.0.0.255INFO |
| 5845 | 2026-08-23T06:16:23.204Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5846 | 2026-08-23T06:16:23.204Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5847 | 2026-08-23T06:16:23.204Z | Aug 23 06:16:21.792 Aug 23 06:16:21.792Aug 23 06:16:21.792 DEBG DEBGDEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5848 | 2026-08-23T06:16:23.204Z | |
| 5849 | 2026-08-23T06:16:23.204Z | |
| 5850 | 2026-08-23T06:16:23.204Z | Aug 23 06:16:21.792Aug 23 06:16:21.792 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5851 | 2026-08-23T06:16:23.204Z | Aug 23 06:16:21.792 |
| 5852 | 2026-08-23T06:16:23.204Z | INFO adding route 172.17.0.63/32 -> 10.0.0.255Aug 23 06:16:21.792 |
| 5853 | 2026-08-23T06:16:23.205Z | DEBGAug 23 06:16:21.792 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 } }] |
| 5854 | 2026-08-23T06:16:23.205Z | 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 23 06:16:21.792 |
| 5855 | 2026-08-23T06:16:23.205Z | 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 23 06:16:21.793Aug 23 06:16:21.793 |
| 5856 | 2026-08-23T06:16:23.205Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 5857 | 2026-08-23T06:16:23.205Z | test route::tests::delete_target_fragmented ... ok |
| 5858 | 2026-08-23T06:16:23.205Z | Aug 23 06:16:21.793adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5859 | 2026-08-23T06:16:23.205Z | test route::tests::delete_target_full ... ok |
| 5860 | 2026-08-23T06:16:23.205Z | |
| 5861 | 2026-08-23T06:16:23.205Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s |
| 5862 | 2026-08-23T06:16:23.205Z | |
| 5863 | 2026-08-23T06:16:23.205Z | DEBG failed to allocate space for the new target listAug 23 06:16:21.793 |
| 5864 | 2026-08-23T06:16:23.205Z | Aug 23 06:16:21.793DEBG 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 |
| 5865 | 2026-08-23T06:16:23.205Z | 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 } }] |
| 5866 | 2026-08-23T06:16:23.205Z | Aug 23 06:16:21.793Aug 23 06:16:21.793 DEBGAug 23 06:16:21.793INFO INFOadding route 172.17.0.37/32 -> 10.0.0.255 |
| 5867 | 2026-08-23T06:16:23.205Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5868 | 2026-08-23T06:16:23.206Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5869 | 2026-08-23T06:16:23.206Z | Aug 23 06:16:21.793 DEBGAug 23 06:16:21.793 Aug 23 06:16:21.793replacing 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 } }] |
| 5870 | 2026-08-23T06:16:23.206Z | 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 } }]failed to allocate space for the new target listAug 23 06:16:21.793 |
| 5871 | 2026-08-23T06:16:23.206Z | |
| 5872 | 2026-08-23T06:16:23.206Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5873 | 2026-08-23T06:16:23.206Z | Aug 23 06:16:21.793 INFOAug 23 06:16:21.793 adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 5874 | 2026-08-23T06:16:23.206Z | 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 } }] |
| 5875 | 2026-08-23T06:16:23.206Z | Aug 23 06:16:21.793 DEBGAug 23 06:16:21.793 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5876 | 2026-08-23T06:16:23.206Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5877 | 2026-08-23T06:16:23.206Z | Aug 23 06:16:21.793 INFOAug 23 06:16:21.793 adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 5878 | 2026-08-23T06:16:23.208Z | 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 } }] |
| 5879 | 2026-08-23T06:16:23.208Z | Aug 23 06:16:21.793 DEBGAug 23 06:16:21.793 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5880 | 2026-08-23T06:16:23.208Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5881 | 2026-08-23T06:16:23.208Z | Aug 23 06:16:21.793Aug 23 06:16:21.793 INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 |
| 5882 | 2026-08-23T06:16:23.208Z | Aug 23 06:16:21.793 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 } }] |
| 5883 | 2026-08-23T06:16:23.208Z | 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 } }] |
| 5884 | 2026-08-23T06:16:23.208Z | Aug 23 06:16:21.793Aug 23 06:16:21.793 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5885 | 2026-08-23T06:16:23.208Z | |
| 5886 | 2026-08-23T06:16:23.208Z | Aug 23 06:16:21.793Aug 23 06:16:21.793 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5887 | 2026-08-23T06:16:23.208Z | |
| 5888 | 2026-08-23T06:16:23.208Z | Aug 23 06:16:21.793Aug 23 06:16:21.793 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5889 | 2026-08-23T06:16:23.208Z | |
| 5890 | 2026-08-23T06:16:23.208Z | Aug 23 06:16:21.793Aug 23 06:16:21.793 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.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 } }] |
| 5891 | 2026-08-23T06:16:23.208Z | |
| 5892 | 2026-08-23T06:16:23.208Z | Aug 23 06:16:21.793Aug 23 06:16:21.793 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5893 | 2026-08-23T06:16:23.208Z | |
| 5894 | 2026-08-23T06:16:23.209Z | Aug 23 06:16:21.793Aug 23 06:16:21.793 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5895 | 2026-08-23T06:16:23.209Z | |
| 5896 | 2026-08-23T06:16:23.209Z | Aug 23 06:16:21.793 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5897 | 2026-08-23T06:16:23.209Z | Aug 23 06:16:21.793 INFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 23 06:16:21.793 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 } }] |
| 5898 | 2026-08-23T06:16:23.209Z | |
| 5899 | 2026-08-23T06:16:23.214Z | Aug 23 06:16:21.793 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 23 06:16:21.793 |
| 5900 | 2026-08-23T06:16:23.214Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5901 | 2026-08-23T06:16:23.214Z | Aug 23 06:16:21.793 INFO adding route 172.17.0.52/32 -> 10.0.0.255Aug 23 06:16:21.793 |
| 5902 | 2026-08-23T06:16:23.214Z | 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 } }] |
| 5903 | 2026-08-23T06:16:23.214Z | Aug 23 06:16:21.793 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.793 |
| 5904 | 2026-08-23T06:16:23.214Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5905 | 2026-08-23T06:16:23.214Z | Aug 23 06:16:21.793 INFO adding route 172.17.0.53/32 -> 10.0.0.255Aug 23 06:16:21.793 |
| 5906 | 2026-08-23T06:16:23.214Z | 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 } }]Aug 23 06:16:21.793 |
| 5907 | 2026-08-23T06:16:23.214Z | 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 } }] |
| 5908 | 2026-08-23T06:16:23.214Z | Aug 23 06:16:21.793 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 23 06:16:21.793 |
| 5909 | 2026-08-23T06:16:23.214Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5910 | 2026-08-23T06:16:23.215Z | Aug 23 06:16:21.793 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 23 06:16:21.793 |
| 5911 | 2026-08-23T06:16:23.215Z | 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 } }] |
| 5912 | 2026-08-23T06:16:23.215Z | Aug 23 06:16:21.793 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 23 06:16:21.793 |
| 5913 | 2026-08-23T06:16:23.215Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5914 | 2026-08-23T06:16:23.215Z | Aug 23 06:16:21.793 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.793 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 } }] |
| 5915 | 2026-08-23T06:16:23.215Z | |
| 5916 | 2026-08-23T06:16:23.215Z | Aug 23 06:16:21.807Aug 23 06:16:21.807 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5917 | 2026-08-23T06:16:23.215Z | |
| 5918 | 2026-08-23T06:16:23.215Z | Aug 23 06:16:21.807Aug 23 06:16:21.807 DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5919 | 2026-08-23T06:16:23.215Z | |
| 5920 | 2026-08-23T06:16:23.215Z | Aug 23 06:16:21.807Aug 23 06:16:21.807 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5921 | 2026-08-23T06:16:23.215Z | |
| 5922 | 2026-08-23T06:16:23.215Z | Aug 23 06:16:21.807Aug 23 06:16:21.807 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5923 | 2026-08-23T06:16:23.215Z | |
| 5924 | 2026-08-23T06:16:23.215Z | Aug 23 06:16:21.807Aug 23 06:16:21.807 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5925 | 2026-08-23T06:16:23.215Z | |
| 5926 | 2026-08-23T06:16:23.215Z | Aug 23 06:16:21.807Aug 23 06:16:21.807 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5927 | 2026-08-23T06:16:23.215Z | |
| 5928 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807Aug 23 06:16:21.807 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5929 | 2026-08-23T06:16:23.216Z | INFO Aug 23 06:16:21.807adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5930 | 2026-08-23T06:16:23.216Z | 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 } }] |
| 5931 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 Aug 23 06:16:21.807DEBG 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 } }] |
| 5932 | 2026-08-23T06:16:23.216Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5933 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 Aug 23 06:16:21.807INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 5934 | 2026-08-23T06:16:23.216Z | 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 } }] |
| 5935 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 Aug 23 06:16:21.807DEBG 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 } }] |
| 5936 | 2026-08-23T06:16:23.216Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5937 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 Aug 23 06:16:21.807DEBG DEBGfailed to allocate space for the new target list |
| 5938 | 2026-08-23T06:16:23.216Z | 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 } }] |
| 5939 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 Aug 23 06:16:21.807DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 5940 | 2026-08-23T06:16:23.216Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5941 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 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 } }] |
| 5942 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5943 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 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 } }] |
| 5944 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5945 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 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 } }] |
| 5946 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5947 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 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 } }] |
| 5948 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5949 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 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 } }] |
| 5950 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5951 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 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 } }] |
| 5952 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 5953 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 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 } }] |
| 5954 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5955 | 2026-08-23T06:16:23.216Z | Aug 23 06:16:21.807 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 } }] |
| 5956 | 2026-08-23T06:16:23.216Z | |
| 5957 | 2026-08-23T06:16:23.217Z | Aug 23 06:16:21.807 DEBG failed to allocate space for the new target list |
| 5958 | 2026-08-23T06:16:23.217Z | running 0 tests |
| 5959 | 2026-08-23T06:16:23.218Z | |
| 5960 | 2026-08-23T06:16:23.218Z | Aug 23 06:16:21.807 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 } }] |
| 5961 | 2026-08-23T06:16:23.218Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5962 | 2026-08-23T06:16:23.218Z | |
| 5963 | 2026-08-23T06:16:23.218Z | |
| 5964 | 2026-08-23T06:16:23.218Z | running 0 tests |
| 5965 | 2026-08-23T06:16:23.218Z | |
| 5966 | 2026-08-23T06:16:23.218Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5967 | 2026-08-23T06:16:23.218Z | |
| 5968 | 2026-08-23T06:16:23.218Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a804865a37201522) |
| 5969 | 2026-08-23T06:16:23.218Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 5970 | 2026-08-23T06:16:23.218Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-ed47d9a65b6b4825) |
| 5971 | 2026-08-23T06:16:23.218Z | |
| 5972 | 2026-08-23T06:16:23.218Z | running 6 tests |
| 5973 | 2026-08-23T06:16:23.218Z | test tests::test_full_lot_id_neither_present ... ok |
| 5974 | 2026-08-23T06:16:23.218Z | test tests::test_full_lot_id_both_present ... ok |
| 5975 | 2026-08-23T06:16:23.218Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5976 | 2026-08-23T06:16:23.218Z | test tests::test_full_lot_id_lot_only ... ok |
| 5977 | 2026-08-23T06:16:23.218Z | test tests::test_parse_client_port_id ... ok |
| 5978 | 2026-08-23T06:16:23.218Z | test tests::test_port_id_cmp ... ok |
| 5979 | 2026-08-23T06:16:23.218Z | |
| 5980 | 2026-08-23T06:16:23.218Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5981 | 2026-08-23T06:16:23.218Z | |
| 5982 | 2026-08-23T06:16:23.218Z | Running tests/test_all.rs (target/debug/deps/test_all-0f6543fcb0fd5fc6) |
| 5983 | 2026-08-23T06:16:23.219Z | |
| 5984 | 2026-08-23T06:16:23.219Z | running 0 tests |
| 5985 | 2026-08-23T06:16:23.219Z | |
| 5986 | 2026-08-23T06:16:23.219Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5987 | 2026-08-23T06:16:23.219Z | |
| 5988 | 2026-08-23T06:16:23.219Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 5989 | 2026-08-23T06:16:23.220Z | |
| 5990 | 2026-08-23T06:16:23.220Z | running 0 tests |
| 5991 | 2026-08-23T06:16:23.220Z | |
| 5992 | 2026-08-23T06:16:23.220Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5993 | 2026-08-23T06:16:23.220Z | |
| 5994 | 2026-08-23T06:16:23.220Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 5995 | 2026-08-23T06:16:23.220Z | |
| 5996 | 2026-08-23T06:16:23.220Z | running 15 tests |
| 5997 | 2026-08-23T06:16:23.220Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 5998 | 2026-08-23T06:16:23.220Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 5999 | 2026-08-23T06:16:23.224Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 6000 | 2026-08-23T06:16:23.224Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 6001 | 2026-08-23T06:16:23.224Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 6002 | 2026-08-23T06:16:23.224Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 6003 | 2026-08-23T06:16:23.224Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 6004 | 2026-08-23T06:16:23.224Z | test v1::network::tests::test_equal ... ok |
| 6005 | 2026-08-23T06:16:23.224Z | test v1::network::tests::test_eui64 ... ok |
| 6006 | 2026-08-23T06:16:23.224Z | test v1::network::tests::test_into ... ok |
| 6007 | 2026-08-23T06:16:23.224Z | test v1::network::tests::test_not_equal ... ok |
| 6008 | 2026-08-23T06:16:23.224Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 6009 | 2026-08-23T06:16:23.225Z | test v1::network::tests::test_to_string ... ok |
| 6010 | 2026-08-23T06:16:23.225Z | test v1::network::tests::test_parse ... ok |
| 6011 | 2026-08-23T06:16:23.225Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 6012 | 2026-08-23T06:16:23.225Z | |
| 6013 | 2026-08-23T06:16:23.225Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6014 | 2026-08-23T06:16:23.225Z | |
| 6015 | 2026-08-23T06:16:23.225Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 6016 | 2026-08-23T06:16:23.225Z | |
| 6017 | 2026-08-23T06:16:23.226Z | running 12 tests |
| 6018 | 2026-08-23T06:16:23.226Z | test icmp::test_v4_checksum ... ok |
| 6019 | 2026-08-23T06:16:23.226Z | test icmp::test_v6_checksum ... ok |
| 6020 | 2026-08-23T06:16:23.226Z | test lldp::test_lldp_parse ... ok |
| 6021 | 2026-08-23T06:16:23.226Z | test ipv6::test_ipv6_parse ... ok |
| 6022 | 2026-08-23T06:16:23.226Z | test pbuf::test_byte ... ok |
| 6023 | 2026-08-23T06:16:23.226Z | test pbuf::test_nibble ... ok |
| 6024 | 2026-08-23T06:16:23.226Z | test pbuf::test_short ... ok |
| 6025 | 2026-08-23T06:16:23.226Z | test pbuf::test_overflow ... ok |
| 6026 | 2026-08-23T06:16:23.226Z | test pbuf::test_twelve ... ok |
| 6027 | 2026-08-23T06:16:23.226Z | test pbuf::test_word ... ok |
| 6028 | 2026-08-23T06:16:23.226Z | test tcp::test_checksum_ack_data ... ok |
| 6029 | 2026-08-23T06:16:23.226Z | test tcp::test_checksum_syn_nodata ... ok |
| 6030 | 2026-08-23T06:16:23.226Z | |
| 6031 | 2026-08-23T06:16:23.226Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6032 | 2026-08-23T06:16:23.226Z | |
| 6033 | 2026-08-23T06:16:23.226Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6034 | 2026-08-23T06:16:23.226Z | |
| 6035 | 2026-08-23T06:16:23.226Z | running 0 tests |
| 6036 | 2026-08-23T06:16:23.227Z | |
| 6037 | 2026-08-23T06:16:23.227Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6038 | 2026-08-23T06:16:23.227Z | |
| 6039 | 2026-08-23T06:16:23.227Z | Running unittests src/main.rs (target/debug/deps/swadm-d1296a2fbade52c1) |
| 6040 | 2026-08-23T06:16:23.227Z | |
| 6041 | 2026-08-23T06:16:23.227Z | running 5 tests |
| 6042 | 2026-08-23T06:16:23.227Z | test switchport::test::test_compute_lanes ... ok |
| 6043 | 2026-08-23T06:16:23.227Z | test switchport::test::port_id_ordering ... ok |
| 6044 | 2026-08-23T06:16:23.227Z | Lane 0 Lane 1 Lane 2 Lane 0 Lane 3 |
| 6045 | 2026-08-23T06:16:23.227Z | Lane 1 State: Activated Lane 2 ActivatedLane 3 |
| 6046 | 2026-08-23T06:16:23.227Z | Activated Rx Loss-of-lock: YesActivated |
| 6047 | 2026-08-23T06:16:23.227Z | Yes Rx Output Enabled: false Yesfalse Yesfalse |
| 6048 | 2026-08-23T06:16:23.227Z | false |
| 6049 | 2026-08-23T06:16:23.227Z | Rx Loss-of-signal: Yes Rx Output Status: valid Yes valid Yesvalid Yesvalid |
| 6050 | 2026-08-23T06:16:23.227Z | |
| 6051 | 2026-08-23T06:16:23.227Z | Rx CDR Enabled: Yes Rx Loss-of-lock: true Yes Yestrue Yestrue |
| 6052 | 2026-08-23T06:16:23.227Z | true |
| 6053 | 2026-08-23T06:16:23.227Z | Tx Enabled: Yes Rx Loss-of-signal: false Yesfalse Yes falseYes |
| 6054 | 2026-08-23T06:16:23.227Z | false |
| 6055 | 2026-08-23T06:16:23.227Z | Tx Loss-of-lock: NoRx Auto-squelch Disable: true Notrue Notrue trueNo |
| 6056 | 2026-08-23T06:16:23.227Z | |
| 6057 | 2026-08-23T06:16:23.227Z | Tx Output Enabled: true Tx Loss-of-signal: No trueNo Notrue No |
| 6058 | 2026-08-23T06:16:23.227Z | true |
| 6059 | 2026-08-23T06:16:23.227Z | Tx CDR Enabled: No Tx Output Status: invalidNo No invalidNo |
| 6060 | 2026-08-23T06:16:23.227Z | invalid Tx Adaptive EQ Fault: Noinvalid |
| 6061 | 2026-08-23T06:16:23.227Z | No Tx Loss-of-lock: false Nofalse No |
| 6062 | 2026-08-23T06:16:23.227Z | false Tx Fault: Yesfalse |
| 6063 | 2026-08-23T06:16:23.227Z | Yes Tx Loss-of-signal: true trueYes Yestrue |
| 6064 | 2026-08-23T06:16:23.227Z | true |
| 6065 | 2026-08-23T06:16:23.227Z | Tx Auto-squelch Disable: false false false false |
| 6066 | 2026-08-23T06:16:23.227Z | Tx Adaptive EQ Fail: true true true true |
| 6067 | 2026-08-23T06:16:23.227Z | Tx Failure: false false false false |
| 6068 | 2026-08-23T06:16:23.227Z | Tx Force Squelch: true true true true |
| 6069 | 2026-08-23T06:16:23.227Z | Tx Input Polarity: normal normal normal normal |
| 6070 | 2026-08-23T06:16:23.227Z | test switchport::test::test_print_sff_datapath ... ok |
| 6071 | 2026-08-23T06:16:23.227Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6072 | 2026-08-23T06:16:23.227Z | test link::test_filter ... ok |
| 6073 | 2026-08-23T06:16:23.227Z | |
| 6074 | 2026-08-23T06:16:23.228Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6075 | 2026-08-23T06:16:23.228Z | |
| 6076 | 2026-08-23T06:16:23.228Z | Running tests/counters.rs (target/debug/deps/counters-aecad265e7a0b390) |
| 6077 | 2026-08-23T06:16:23.228Z | |
| 6078 | 2026-08-23T06:16:23.228Z | running 1 test |
| 6079 | 2026-08-23T06:16:23.228Z | test test_p4_counter_list ... ignored |
| 6080 | 2026-08-23T06:16:23.228Z | |
| 6081 | 2026-08-23T06:16:23.228Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6082 | 2026-08-23T06:16:23.228Z | |
| 6083 | 2026-08-23T06:16:23.228Z | Running tests/port-link.rs (target/debug/deps/port_link-36820cbf083b7ae3) |
| 6084 | 2026-08-23T06:16:23.228Z | |
| 6085 | 2026-08-23T06:16:23.228Z | running 5 tests |
| 6086 | 2026-08-23T06:16:23.228Z | test test_an ... ignored |
| 6087 | 2026-08-23T06:16:23.229Z | test test_enable ... ignored |
| 6088 | 2026-08-23T06:16:23.229Z | test test_ip_addresses ... ignored |
| 6089 | 2026-08-23T06:16:23.229Z | test test_kr ... ignored |
| 6090 | 2026-08-23T06:16:23.229Z | test test_mac ... ignored |
| 6091 | 2026-08-23T06:16:23.229Z | |
| 6092 | 2026-08-23T06:16:23.229Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6093 | 2026-08-23T06:16:23.229Z | |
| 6094 | 2026-08-23T06:16:23.229Z | Running unittests src/main.rs (target/debug/deps/tfportd-1718e82b6bca7b26) |
| 6095 | 2026-08-23T06:16:23.229Z | |
| 6096 | 2026-08-23T06:16:23.229Z | running 3 tests |
| 6097 | 2026-08-23T06:16:23.229Z | test linklocal::test_parse_ipadm ... ok |
| 6098 | 2026-08-23T06:16:23.229Z | test tfport::test_parse_tfport ... ok |
| 6099 | 2026-08-23T06:16:23.232Z | test config::tests::test_updates ... ok |
| 6100 | 2026-08-23T06:16:23.232Z | |
| 6101 | 2026-08-23T06:16:23.232Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6102 | 2026-08-23T06:16:23.232Z | |
| 6103 | 2026-08-23T06:16:23.233Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 6104 | 2026-08-23T06:16:23.233Z | |
| 6105 | 2026-08-23T06:16:23.233Z | running 0 tests |
| 6106 | 2026-08-23T06:16:23.233Z | |
| 6107 | 2026-08-23T06:16:23.233Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6108 | 2026-08-23T06:16:23.233Z | |
| 6109 | 2026-08-23T06:16:23.233Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 6110 | 2026-08-23T06:16:23.233Z | |
| 6111 | 2026-08-23T06:16:23.233Z | running 0 tests |
| 6112 | 2026-08-23T06:16:23.233Z | |
| 6113 | 2026-08-23T06:16:23.233Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6114 | 2026-08-23T06:16:23.233Z | |
| 6115 | 2026-08-23T06:16:23.235Z | Doc-tests aal |
| 6116 | 2026-08-23T06:16:23.429Z | |
| 6117 | 2026-08-23T06:16:23.429Z | running 0 tests |
| 6118 | 2026-08-23T06:16:23.429Z | |
| 6119 | 2026-08-23T06:16:23.429Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6120 | 2026-08-23T06:16:23.429Z | |
| 6121 | 2026-08-23T06:16:23.454Z | Doc-tests aal_macros |
| 6122 | 2026-08-23T06:16:23.523Z | |
| 6123 | 2026-08-23T06:16:23.523Z | running 0 tests |
| 6124 | 2026-08-23T06:16:23.523Z | |
| 6125 | 2026-08-23T06:16:23.523Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6126 | 2026-08-23T06:16:23.523Z | |
| 6127 | 2026-08-23T06:16:23.535Z | Doc-tests common |
| 6128 | 2026-08-23T06:16:23.770Z | |
| 6129 | 2026-08-23T06:16:23.770Z | running 0 tests |
| 6130 | 2026-08-23T06:16:23.770Z | |
| 6131 | 2026-08-23T06:16:23.770Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6132 | 2026-08-23T06:16:23.770Z | |
| 6133 | 2026-08-23T06:16:23.798Z | Doc-tests dpd_api |
| 6134 | 2026-08-23T06:16:24.509Z | |
| 6135 | 2026-08-23T06:16:24.509Z | running 2 tests |
| 6136 | 2026-08-23T06:16:24.509Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 6137 | 2026-08-23T06:16:24.510Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 6138 | 2026-08-23T06:16:24.510Z | |
| 6139 | 2026-08-23T06:16:24.510Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6140 | 2026-08-23T06:16:24.510Z | |
| 6141 | 2026-08-23T06:16:24.541Z | Doc-tests dpd_client |
| 6142 | 2026-08-23T06:16:25.941Z | |
| 6143 | 2026-08-23T06:16:25.941Z | running 0 tests |
| 6144 | 2026-08-23T06:16:25.941Z | |
| 6145 | 2026-08-23T06:16:25.941Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6146 | 2026-08-23T06:16:25.941Z | |
| 6147 | 2026-08-23T06:16:25.996Z | Doc-tests dpd_types |
| 6148 | 2026-08-23T06:16:26.186Z | |
| 6149 | 2026-08-23T06:16:26.186Z | running 0 tests |
| 6150 | 2026-08-23T06:16:26.187Z | |
| 6151 | 2026-08-23T06:16:26.187Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6152 | 2026-08-23T06:16:26.187Z | |
| 6153 | 2026-08-23T06:16:26.209Z | Doc-tests dpd_types_versions |
| 6154 | 2026-08-23T06:16:27.716Z | |
| 6155 | 2026-08-23T06:16:27.717Z | running 1 test |
| 6156 | 2026-08-23T06:16:27.717Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6157 | 2026-08-23T06:16:27.717Z | |
| 6158 | 2026-08-23T06:16:27.717Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6159 | 2026-08-23T06:16:27.717Z | |
| 6160 | 2026-08-23T06:16:27.765Z | Doc-tests packet |
| 6161 | 2026-08-23T06:16:27.988Z | |
| 6162 | 2026-08-23T06:16:27.989Z | running 0 tests |
| 6163 | 2026-08-23T06:16:27.989Z | |
| 6164 | 2026-08-23T06:16:27.989Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6165 | 2026-08-23T06:16:27.989Z | |
| 6166 | 2026-08-23T06:16:28.015Z | Doc-tests pcap |
| 6167 | 2026-08-23T06:16:28.069Z | |
| 6168 | 2026-08-23T06:16:28.069Z | running 0 tests |
| 6169 | 2026-08-23T06:16:28.069Z | |
| 6170 | 2026-08-23T06:16:28.069Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6171 | 2026-08-23T06:16:28.069Z | |
| 6172 | 2026-08-23T06:16:28.116Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6173 | 2026-08-23T06:16:28.119Z | + RUST_BACKTRACE=full |
| 6174 | 2026-08-23T06:16:28.119Z | + cargo test --features softnpu --no-fail-fast |
| 6175 | 2026-08-23T06:16:28.760Z | Compiling num-integer v0.1.46 |
| 6176 | 2026-08-23T06:16:28.843Z | Compiling num-complex v0.4.6 |
| 6177 | 2026-08-23T06:16:28.882Z | Compiling bitstruct_derive v0.1.0 |
| 6178 | 2026-08-23T06:16:28.885Z | Compiling tap v1.0.1 |
| 6179 | 2026-08-23T06:16:29.005Z | Compiling wyz v0.5.1 |
| 6180 | 2026-08-23T06:16:29.142Z | Compiling num-iter v0.1.45 |
| 6181 | 2026-08-23T06:16:29.173Z | Compiling num-rational v0.4.2 |
| 6182 | 2026-08-23T06:16:29.176Z | Compiling num-bigint v0.4.6 |
| 6183 | 2026-08-23T06:16:29.263Z | Compiling radium v0.7.0 |
| 6184 | 2026-08-23T06:16:29.275Z | Compiling funty v2.0.0 |
| 6185 | 2026-08-23T06:16:29.325Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6186 | 2026-08-23T06:16:29.367Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6187 | 2026-08-23T06:16:29.464Z | Compiling num v0.4.3 |
| 6188 | 2026-08-23T06:16:29.546Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6189 | 2026-08-23T06:16:29.567Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6190 | 2026-08-23T06:16:29.579Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6191 | 2026-08-23T06:16:29.689Z | Compiling bitvec v1.0.1 |
| 6192 | 2026-08-23T06:16:29.703Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6193 | 2026-08-23T06:16:29.838Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6194 | 2026-08-23T06:16:29.877Z | Compiling typeid v1.0.3 |
| 6195 | 2026-08-23T06:16:29.945Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6196 | 2026-08-23T06:16:29.960Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6197 | 2026-08-23T06:16:29.996Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6198 | 2026-08-23T06:16:30.297Z | Compiling ascii v1.1.0 |
| 6199 | 2026-08-23T06:16:30.726Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6200 | 2026-08-23T06:16:30.798Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6201 | 2026-08-23T06:16:30.873Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6202 | 2026-08-23T06:16:30.906Z | Compiling erased-serde v0.4.8 |
| 6203 | 2026-08-23T06:16:31.077Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6204 | 2026-08-23T06:16:31.260Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6205 | 2026-08-23T06:16:31.321Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6206 | 2026-08-23T06:16:31.358Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6207 | 2026-08-23T06:16:31.386Z | Compiling bitstruct v0.1.1 |
| 6208 | 2026-08-23T06:16:31.705Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6209 | 2026-08-23T06:16:31.918Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6210 | 2026-08-23T06:16:31.948Z | Compiling serde_arrays v0.1.0 |
| 6211 | 2026-08-23T06:16:31.990Z | Compiling libloading v0.7.4 |
| 6212 | 2026-08-23T06:16:32.224Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6213 | 2026-08-23T06:16:32.440Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6214 | 2026-08-23T06:16:33.011Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6215 | 2026-08-23T06:16:33.068Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6216 | 2026-08-23T06:16:34.122Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6217 | 2026-08-23T06:16:35.057Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6218 | 2026-08-23T06:16:40.919Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6219 | 2026-08-23T06:16:41.146Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6220 | 2026-08-23T06:16:41.146Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6221 | 2026-08-23T06:16:41.150Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6222 | 2026-08-23T06:16:41.227Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6223 | 2026-08-23T06:16:43.224Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6224 | 2026-08-23T06:16:43.432Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6225 | 2026-08-23T06:16:43.736Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6226 | 2026-08-23T06:16:49.654Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6227 | 2026-08-23T06:16:49.885Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6228 | 2026-08-23T06:16:57.625Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6229 | 2026-08-23T06:17:00.061Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6230 | 2026-08-23T06:17:03.702Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6231 | 2026-08-23T06:17:43.423Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 6232 | 2026-08-23T06:17:43.545Z | Running unittests src/lib.rs (target/debug/deps/aal-169c9c6e8c7e0be8) |
| 6233 | 2026-08-23T06:17:43.554Z | |
| 6234 | 2026-08-23T06:17:43.554Z | running 0 tests |
| 6235 | 2026-08-23T06:17:43.554Z | |
| 6236 | 2026-08-23T06:17:43.557Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6237 | 2026-08-23T06:17:43.557Z | |
| 6238 | 2026-08-23T06:17:43.557Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6239 | 2026-08-23T06:17:43.561Z | |
| 6240 | 2026-08-23T06:17:43.561Z | running 0 tests |
| 6241 | 2026-08-23T06:17:43.561Z | |
| 6242 | 2026-08-23T06:17:43.561Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6243 | 2026-08-23T06:17:43.561Z | |
| 6244 | 2026-08-23T06:17:43.561Z | Running unittests src/lib.rs (target/debug/deps/asic-9778e4a822966eeb) |
| 6245 | 2026-08-23T06:17:43.567Z | |
| 6246 | 2026-08-23T06:17:43.568Z | running 0 tests |
| 6247 | 2026-08-23T06:17:43.571Z | |
| 6248 | 2026-08-23T06:17:43.572Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6249 | 2026-08-23T06:17:43.572Z | |
| 6250 | 2026-08-23T06:17:43.572Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 6251 | 2026-08-23T06:17:43.590Z | |
| 6252 | 2026-08-23T06:17:43.590Z | running 4 tests |
| 6253 | 2026-08-23T06:17:43.594Z | test nat::tests::test_vni ... ok |
| 6254 | 2026-08-23T06:17:43.594Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6255 | 2026-08-23T06:17:43.597Z | test test_purge ... ok |
| 6256 | 2026-08-23T06:17:43.601Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6257 | 2026-08-23T06:17:43.601Z | |
| 6258 | 2026-08-23T06:17:43.601Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6259 | 2026-08-23T06:17:43.601Z | |
| 6260 | 2026-08-23T06:17:43.601Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 6261 | 2026-08-23T06:17:43.605Z | |
| 6262 | 2026-08-23T06:17:43.605Z | running 1 test |
| 6263 | 2026-08-23T06:17:43.608Z | ------- |
| 6264 | 2026-08-23T06:17:43.608Z | Generating OpenAPI documents from API definitions ... |
| 6265 | 2026-08-23T06:17:43.753Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6266 | 2026-08-23T06:17:43.828Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6267 | 2026-08-23T06:17:44.857Z | ------- |
| 6268 | 2026-08-23T06:17:44.857Z | Checking 13 OpenAPI documents... |
| 6269 | 2026-08-23T06:17:44.857Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6270 | 2026-08-23T06:17:44.857Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6271 | 2026-08-23T06:17:44.857Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6272 | 2026-08-23T06:17:44.857Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6273 | 2026-08-23T06:17:44.862Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6274 | 2026-08-23T06:17:44.862Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6275 | 2026-08-23T06:17:44.862Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6276 | 2026-08-23T06:17:44.862Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6277 | 2026-08-23T06:17:44.862Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6278 | 2026-08-23T06:17:44.862Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6279 | 2026-08-23T06:17:44.862Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6280 | 2026-08-23T06:17:44.862Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-08-23T06:17:44.862Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-08-23T06:17:44.862Z | Fresh dpd "latest" symlink |
| 6283 | 2026-08-23T06:17:44.862Z | ------- |
| 6284 | 2026-08-23T06:17:44.862Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 6285 | 2026-08-23T06:17:44.929Z | test test::test_apis_up_to_date ... ok |
| 6286 | 2026-08-23T06:17:44.929Z | |
| 6287 | 2026-08-23T06:17:44.929Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s |
| 6288 | 2026-08-23T06:17:44.929Z | |
| 6289 | 2026-08-23T06:17:44.989Z | Running unittests src/main.rs (target/debug/deps/dpd-8083d66362bc5a10) |
| 6290 | 2026-08-23T06:17:44.995Z | |
| 6291 | 2026-08-23T06:17:44.996Z | running 34 tests |
| 6292 | 2026-08-23T06:17:44.999Z | test freemap::test_ordering ... ok |
| 6293 | 2026-08-23T06:17:44.999Z | test config::tests::test_updates ... ok |
| 6294 | 2026-08-23T06:17:44.999Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6295 | 2026-08-23T06:17:44.999Z | test freemap::test_split ... ok |
| 6296 | 2026-08-23T06:17:45.001Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6297 | 2026-08-23T06:17:45.001Z | test macaddrs::tests::test_mac_offset ... ok |
| 6298 | 2026-08-23T06:17:45.001Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6299 | 2026-08-23T06:17:45.007Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6300 | 2026-08-23T06:17:45.007Z | Aug 23 06:17:43.658 DEBG created new freemapAug 23 06:17:43.658 DEBG created new freemap, Aug 23 06:17:43.658unit :DEBG , freemap_testunitcreated new freemap: , freemap_testunit |
| 6301 | 2026-08-23T06:17:45.007Z | : |
| 6302 | 2026-08-23T06:17:45.007Z | freemap_test |
| 6303 | 2026-08-23T06:17:45.007Z | Aug 23 06:17:43.658 Aug 23 06:17:43.658DEBG DEBGinitted freemap. low: 0, size: 128 , initted freemap. low: 0, size: 128unit, Aug 23 06:17:43.658unit :DEBG: freemap_test freemap_test |
| 6304 | 2026-08-23T06:17:45.007Z | |
| 6305 | 2026-08-23T06:17:45.007Z | initted freemap. low: 0, size: 128, unit:Aug 23 06:17:43.658 Aug 23 06:17:43.658freemap_testDEBG |
| 6306 | 2026-08-23T06:17:45.007Z | DEBG reset freemapAug 23 06:17:43.658reset freemap, , unitDEBGunit:: freemap_testreset freemapfreemap_test |
| 6307 | 2026-08-23T06:17:45.007Z | , |
| 6308 | 2026-08-23T06:17:45.007Z | unit: freemap_test |
| 6309 | 2026-08-23T06:17:45.007Z | test nat::test_mapping ... ok |
| 6310 | 2026-08-23T06:17:45.008Z | Aug 23 06:17:43.658 DEBG created new freemap, unit: freemap_test |
| 6311 | 2026-08-23T06:17:45.008Z | Aug 23 06:17:43.658 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 6312 | 2026-08-23T06:17:45.008Z | Aug 23 06:17:43.658 DEBG reset freemap, unit: freemap_test |
| 6313 | 2026-08-23T06:17:45.008Z | test freemap::test_free ... ok |
| 6314 | 2026-08-23T06:17:45.008Z | test freemap::test_reclaim ... ok |
| 6315 | 2026-08-23T06:17:45.008Z | test freemap::test_exhaustion ... ok |
| 6316 | 2026-08-23T06:17:45.008Z | test freemap::test_basic ... ok |
| 6317 | 2026-08-23T06:17:45.008Z | test port_map::tests::test_backplane_group ... ok |
| 6318 | 2026-08-23T06:17:45.008Z | test port_map::tests::test_port_map ... ok |
| 6319 | 2026-08-23T06:17:45.008Z | Aug 23 06:17:43.658 DEBG created new freemap, unit: freemap_test |
| 6320 | 2026-08-23T06:17:45.008Z | Aug 23 06:17:43.658 DEBG initted freemap. low: 0, size: 8, unit: freemap_test |
| 6321 | 2026-08-23T06:17:45.008Z | Aug 23 06:17:43.658 DEBG reset freemap, unit: freemap_test |
| 6322 | 2026-08-23T06:17:45.008Z | test port_map::tests::dump_map ... ok |
| 6323 | 2026-08-23T06:17:45.008Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6324 | 2026-08-23T06:17:45.008Z | Aug 23 06:17:43.659 DEBG created new freemap, unit: freemap_test |
| 6325 | 2026-08-23T06:17:45.009Z | Aug 23 06:17:43.659 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 6326 | 2026-08-23T06:17:45.009Z | Aug 23 06:17:43.659 DEBG reset freemap, unit: freemap_test |
| 6327 | 2026-08-23T06:17:45.009Z | Aug 23 06:17:43.659 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6328 | 2026-08-23T06:17:45.009Z | Aug 23 06:17:43.659 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6329 | 2026-08-23T06:17:45.009Z | Aug 23 06:17:43.659 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv4 |
| 6330 | 2026-08-23T06:17:45.009Z | Aug 23 06:17:43.659 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6331 | 2026-08-23T06:17:45.009Z | test freemap::test_span ... ok |
| 6332 | 2026-08-23T06:17:45.009Z | Aug 23 06:17:43.659 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv6 |
| 6333 | 2026-08-23T06:17:45.009Z | Aug 23 06:17:43.659 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6334 | 2026-08-23T06:17:45.009Z | Aug 23 06:17:43.659 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6335 | 2026-08-23T06:17:45.009Z | Aug 23 06:17:43.659 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 } }] |
| 6336 | 2026-08-23T06:17:45.009Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6337 | 2026-08-23T06:17:45.009Z | Aug 23 06:17:43.659 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 } }] |
| 6338 | 2026-08-23T06:17:45.009Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6339 | 2026-08-23T06:17:45.009Z | Aug 23 06:17:43.659 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 } }] |
| 6340 | 2026-08-23T06:17:45.010Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6341 | 2026-08-23T06:17:45.010Z | Aug 23 06:17:43.659 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 } }] |
| 6342 | 2026-08-23T06:17:45.010Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6343 | 2026-08-23T06:17:45.010Z | Aug 23 06:17:43.659 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 } }] |
| 6344 | 2026-08-23T06:17:45.010Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6345 | 2026-08-23T06:17:45.010Z | Aug 23 06:17:43.659 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 } }] |
| 6346 | 2026-08-23T06:17:45.010Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6347 | 2026-08-23T06:17:45.010Z | Aug 23 06:17:43.659 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 } }] |
| 6348 | 2026-08-23T06:17:45.010Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6349 | 2026-08-23T06:17:45.010Z | Aug 23 06:17:43.659 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 } }] |
| 6350 | 2026-08-23T06:17:45.010Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6351 | 2026-08-23T06:17:45.010Z | Aug 23 06:17:43.659 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 } }] |
| 6352 | 2026-08-23T06:17:45.010Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6353 | 2026-08-23T06:17:45.011Z | Aug 23 06:17:43.659 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 } }] |
| 6354 | 2026-08-23T06:17:45.011Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6355 | 2026-08-23T06:17:45.011Z | Aug 23 06:17:43.659 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 } }] |
| 6356 | 2026-08-23T06:17:45.012Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6357 | 2026-08-23T06:17:45.014Z | test api_server::tests::test_build_info ... ok |
| 6358 | 2026-08-23T06:17:45.014Z | Aug 23 06:17:43.659 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 } }] |
| 6359 | 2026-08-23T06:17:45.014Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6360 | 2026-08-23T06:17:45.014Z | Aug 23 06:17:43.659 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 } }] |
| 6361 | 2026-08-23T06:17:45.014Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6362 | 2026-08-23T06:17:45.014Z | Aug 23 06:17:43.659 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 } }] |
| 6363 | 2026-08-23T06:17:45.014Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6364 | 2026-08-23T06:17:45.014Z | Aug 23 06:17:43.659 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 } }] |
| 6365 | 2026-08-23T06:17:45.014Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6366 | 2026-08-23T06:17:45.014Z | Aug 23 06:17:43.659 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 } }] |
| 6367 | 2026-08-23T06:17:45.014Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6368 | 2026-08-23T06:17:45.014Z | Aug 23 06:17:43.659 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 } }] |
| 6369 | 2026-08-23T06:17:45.014Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6370 | 2026-08-23T06:17:45.015Z | Aug 23 06:17:43.659 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 } }] |
| 6371 | 2026-08-23T06:17:45.016Z | Aug 23 06:17:43.659 DEBG Aug 23 06:17:43.659created new freemap INFO , adding route 3fff:beef:11::/64 -> 2001:db8::55:ffunit |
| 6372 | 2026-08-23T06:17:45.016Z | : freemap_route_ipv4Aug 23 06:17:43.659 |
| 6373 | 2026-08-23T06:17:45.016Z | 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 } }] |
| 6374 | 2026-08-23T06:17:45.016Z | Aug 23 06:17:43.659Aug 23 06:17:43.659 DEBGINFO created new freemapadding route 3fff:beef:12::/64 -> 2001:db8::55:ff, |
| 6375 | 2026-08-23T06:17:45.016Z | unit: Aug 23 06:17:43.659freemap_route_ipv6 |
| 6376 | 2026-08-23T06:17:45.016Z | 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 } }] |
| 6377 | 2026-08-23T06:17:45.016Z | Aug 23 06:17:43.659 DEBGAug 23 06:17:43.659 initted freemap. low: 0, size: 64INFO, unitadding route 3fff:beef:13::/64 -> 2001:db8::55:ff: |
| 6378 | 2026-08-23T06:17:45.016Z | freemap_route_ipv4 |
| 6379 | 2026-08-23T06:17:45.016Z | Aug 23 06:17:43.659Aug 23 06:17:43.659 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 } }]reset freemap |
| 6380 | 2026-08-23T06:17:45.016Z | , unit: freemap_route_ipv4Aug 23 06:17:43.659 |
| 6381 | 2026-08-23T06:17:45.017Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 23 06:17:43.659 |
| 6382 | 2026-08-23T06:17:45.017Z | DEBG initted freemap. low: 0, size: 64, Aug 23 06:17:43.659unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 6383 | 2026-08-23T06:17:45.017Z | |
| 6384 | 2026-08-23T06:17:45.017Z | Aug 23 06:17:43.659Aug 23 06:17:43.659 DEBGINFO reset freemapadding route 3fff:beef:15::/64 -> 2001:db8::55:ff, |
| 6385 | 2026-08-23T06:17:45.017Z | unit: freemap_route_ipv6 |
| 6386 | 2026-08-23T06:17:45.017Z | Aug 23 06:17:43.659 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 23 06:17:43.659 |
| 6387 | 2026-08-23T06:17:45.017Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6388 | 2026-08-23T06:17:45.018Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 23 06:17:43.659 |
| 6389 | 2026-08-23T06:17:45.018Z | 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 23 06:17:43.659 |
| 6390 | 2026-08-23T06:17:45.018Z | DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.659 |
| 6391 | 2026-08-23T06:17:45.018Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6392 | 2026-08-23T06:17:45.018Z | Aug 23 06:17:43.659 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 23 06:17:43.659 |
| 6393 | 2026-08-23T06:17:45.018Z | 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 23 06:17:43.659 |
| 6394 | 2026-08-23T06:17:45.018Z | 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 } }] |
| 6395 | 2026-08-23T06:17:45.018Z | Aug 23 06:17:43.659 INFO Aug 23 06:17:43.659adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6396 | 2026-08-23T06:17:45.018Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6397 | 2026-08-23T06:17:45.018Z | Aug 23 06:17:43.659 DEBG Aug 23 06:17:43.659replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6398 | 2026-08-23T06:17:45.018Z | 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 } }] |
| 6399 | 2026-08-23T06:17:45.023Z | Aug 23 06:17:43.659 INFO Aug 23 06:17:43.659adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6400 | 2026-08-23T06:17:45.024Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6401 | 2026-08-23T06:17:45.024Z | Aug 23 06:17:43.659 Aug 23 06:17:43.659DEBG 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 } }] |
| 6402 | 2026-08-23T06:17:45.024Z | 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 } }] |
| 6403 | 2026-08-23T06:17:45.025Z | Aug 23 06:17:43.659 Aug 23 06:17:43.659INFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6404 | 2026-08-23T06:17:45.025Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6405 | 2026-08-23T06:17:45.025Z | Aug 23 06:17:43.659Aug 23 06:17:43.659 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: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 } }] |
| 6406 | 2026-08-23T06:17:45.025Z | |
| 6407 | 2026-08-23T06:17:45.025Z | Aug 23 06:17:43.659Aug 23 06:17:43.659 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6408 | 2026-08-23T06:17:45.025Z | |
| 6409 | 2026-08-23T06:17:45.025Z | Aug 23 06:17:43.659Aug 23 06:17:43.659 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: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 } }] |
| 6410 | 2026-08-23T06:17:45.025Z | |
| 6411 | 2026-08-23T06:17:45.025Z | Aug 23 06:17:43.659Aug 23 06:17:43.659 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6412 | 2026-08-23T06:17:45.025Z | |
| 6413 | 2026-08-23T06:17:45.025Z | Aug 23 06:17:43.659Aug 23 06:17:43.659 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6414 | 2026-08-23T06:17:45.025Z | |
| 6415 | 2026-08-23T06:17:45.025Z | Aug 23 06:17:43.659Aug 23 06:17:43.659 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6416 | 2026-08-23T06:17:45.025Z | |
| 6417 | 2026-08-23T06:17:45.026Z | Aug 23 06:17:43.659Aug 23 06:17:43.659 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 } }]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 } }] |
| 6418 | 2026-08-23T06:17:45.026Z | |
| 6419 | 2026-08-23T06:17:45.026Z | Aug 23 06:17:43.659Aug 23 06:17:43.659 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6420 | 2026-08-23T06:17:45.026Z | |
| 6421 | 2026-08-23T06:17:45.026Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6422 | 2026-08-23T06:17:45.026Z | |
| 6423 | 2026-08-23T06:17:45.026Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6424 | 2026-08-23T06:17:45.026Z | |
| 6425 | 2026-08-23T06:17:45.026Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6426 | 2026-08-23T06:17:45.026Z | |
| 6427 | 2026-08-23T06:17:45.026Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6428 | 2026-08-23T06:17:45.026Z | |
| 6429 | 2026-08-23T06:17:45.026Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 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: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 } }] |
| 6430 | 2026-08-23T06:17:45.028Z | |
| 6431 | 2026-08-23T06:17:45.028Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6432 | 2026-08-23T06:17:45.028Z | |
| 6433 | 2026-08-23T06:17:45.028Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6434 | 2026-08-23T06:17:45.028Z | |
| 6435 | 2026-08-23T06:17:45.028Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6436 | 2026-08-23T06:17:45.028Z | |
| 6437 | 2026-08-23T06:17:45.028Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 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: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 } }] |
| 6438 | 2026-08-23T06:17:45.028Z | |
| 6439 | 2026-08-23T06:17:45.028Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6440 | 2026-08-23T06:17:45.028Z | |
| 6441 | 2026-08-23T06:17:45.028Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6442 | 2026-08-23T06:17:45.028Z | |
| 6443 | 2026-08-23T06:17:45.028Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6444 | 2026-08-23T06:17:45.028Z | |
| 6445 | 2026-08-23T06:17:45.029Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 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: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 } }] |
| 6446 | 2026-08-23T06:17:45.029Z | |
| 6447 | 2026-08-23T06:17:45.029Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6448 | 2026-08-23T06:17:45.029Z | |
| 6449 | 2026-08-23T06:17:45.033Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6450 | 2026-08-23T06:17:45.033Z | |
| 6451 | 2026-08-23T06:17:45.033Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6452 | 2026-08-23T06:17:45.033Z | |
| 6453 | 2026-08-23T06:17:45.034Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6454 | 2026-08-23T06:17:45.034Z | |
| 6455 | 2026-08-23T06:17:45.034Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6456 | 2026-08-23T06:17:45.034Z | |
| 6457 | 2026-08-23T06:17:45.034Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 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: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 } }] |
| 6458 | 2026-08-23T06:17:45.034Z | |
| 6459 | 2026-08-23T06:17:45.034Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6460 | 2026-08-23T06:17:45.035Z | |
| 6461 | 2026-08-23T06:17:45.035Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6462 | 2026-08-23T06:17:45.035Z | |
| 6463 | 2026-08-23T06:17:45.035Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6464 | 2026-08-23T06:17:45.035Z | |
| 6465 | 2026-08-23T06:17:45.035Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6466 | 2026-08-23T06:17:45.035Z | |
| 6467 | 2026-08-23T06:17:45.035Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6468 | 2026-08-23T06:17:45.035Z | |
| 6469 | 2026-08-23T06:17:45.035Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6470 | 2026-08-23T06:17:45.035Z | |
| 6471 | 2026-08-23T06:17:45.035Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6472 | 2026-08-23T06:17:45.035Z | |
| 6473 | 2026-08-23T06:17:45.035Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 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: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 } }] |
| 6474 | 2026-08-23T06:17:45.036Z | |
| 6475 | 2026-08-23T06:17:45.037Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6476 | 2026-08-23T06:17:45.037Z | |
| 6477 | 2026-08-23T06:17:45.037Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6478 | 2026-08-23T06:17:45.037Z | |
| 6479 | 2026-08-23T06:17:45.037Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6480 | 2026-08-23T06:17:45.037Z | |
| 6481 | 2026-08-23T06:17:45.037Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 23 06:17:43.660 |
| 6482 | 2026-08-23T06:17:45.037Z | |
| 6483 | 2026-08-23T06:17:45.037Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6484 | 2026-08-23T06:17:45.037Z | DEBGAug 23 06:17:43.660 created new freemapINFOAug 23 06:17:43.660 , unitINFO:adding route 3fff:beef:14::/64 -> 2001:db8::55:ff adding route 3fff:beef:2e::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6485 | 2026-08-23T06:17:45.037Z | |
| 6486 | 2026-08-23T06:17:45.037Z | |
| 6487 | 2026-08-23T06:17:45.037Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 Aug 23 06:17:43.660DEBG 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 |
| 6488 | 2026-08-23T06:17:45.038Z | DEBG created new freemapreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 6489 | 2026-08-23T06:17:45.038Z | unit: Aug 23 06:17:43.660freemap_route_ipv6 |
| 6490 | 2026-08-23T06:17:45.038Z | INFOAug 23 06:17:43.660 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 23 06:17:43.660 |
| 6491 | 2026-08-23T06:17:45.038Z | INFOAug 23 06:17:43.660 DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6492 | 2026-08-23T06:17:45.038Z | initted freemap. low: 0, size: 64DEBGAug 23 06:17:43.660, unitcreated new freemap:Aug 23 06:17:43.660 , DEBG unit freemap_route_ipv4replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6493 | 2026-08-23T06:17:45.038Z | : DEBG |
| 6494 | 2026-08-23T06:17:45.038Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 23 06:17:43.660 |
| 6495 | 2026-08-23T06:17:45.038Z | Aug 23 06:17:43.660 |
| 6496 | 2026-08-23T06:17:45.038Z | DEBGINFO reset freemapadding route 3fff:beef:16::/64 -> 2001:db8::55:ff, |
| 6497 | 2026-08-23T06:17:45.038Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 unitDEBG: freemap_route_ipv4INFO |
| 6498 | 2026-08-23T06:17:45.038Z | Aug 23 06:17:43.660created new freemap , adding route 3fff:beef:30::/64 -> 2001:db8::55:ff unitAug 23 06:17:43.660DEBG |
| 6499 | 2026-08-23T06:17:45.043Z | : 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 |
| 6500 | 2026-08-23T06:17:45.043Z | initted freemap. low: 0, size: 64freemap_route_ipv6, |
| 6501 | 2026-08-23T06:17:45.043Z | unit:Aug 23 06:17:43.660 Aug 23 06:17:43.660Aug 23 06:17:43.660INFO DEBGDEBGfreemap_route_ipv6 |
| 6502 | 2026-08-23T06:17:45.043Z | initted freemap. low: 0, size: 64adding route 3fff:beef:17::/64 -> 2001:db8::55:ff, |
| 6503 | 2026-08-23T06:17:45.043Z | 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 } }]unit: |
| 6504 | 2026-08-23T06:17:45.043Z | freemap_route_ipv4Aug 23 06:17:43.660 |
| 6505 | 2026-08-23T06:17:45.043Z | Aug 23 06:17:43.660 Aug 23 06:17:43.660DEBG DEBG reset freemapreplacing 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, Aug 23 06:17:43.660 |
| 6506 | 2026-08-23T06:17:45.044Z | unit adding route 3fff:beef:31::/64 -> 2001:db8::55:ff: |
| 6507 | 2026-08-23T06:17:45.044Z | Aug 23 06:17:43.660freemap_route_ipv6DEBG |
| 6508 | 2026-08-23T06:17:45.044Z | INFO reset freemapadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 23 06:17:43.660 |
| 6509 | 2026-08-23T06:17:45.044Z | Aug 23 06:17:43.660 INFO, DEBGunit 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 23 06:17:43.660: |
| 6510 | 2026-08-23T06:17:45.044Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6511 | 2026-08-23T06:17:45.044Z | DEBG freemap_route_ipv4replacing 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 } }] |
| 6512 | 2026-08-23T06:17:45.044Z | |
| 6513 | 2026-08-23T06:17:45.044Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOAug 23 06:17:43.660DEBG 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 } }]initted freemap. low: 0, size: 64 |
| 6514 | 2026-08-23T06:17:45.044Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 23 06:17:43.660 |
| 6515 | 2026-08-23T06:17:45.044Z | INFO, Aug 23 06:17:43.660adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunit |
| 6516 | 2026-08-23T06:17:45.044Z | INFO:Aug 23 06:17:43.660 freemap_route_ipv6 |
| 6517 | 2026-08-23T06:17:45.044Z | Aug 23 06:17:43.660adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6518 | 2026-08-23T06:17:45.044Z | DEBGDEBGAug 23 06:17:43.660 DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6519 | 2026-08-23T06:17:45.044Z | |
| 6520 | 2026-08-23T06:17:45.044Z | Aug 23 06:17:43.660 Aug 23 06:17:43.660 DEBGAug 23 06:17:43.660created new freemapDEBG INFOAug 23 06:17:43.660reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], , unit adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 6521 | 2026-08-23T06:17:45.044Z | |
| 6522 | 2026-08-23T06:17:45.045Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff:unit : |
| 6523 | 2026-08-23T06:17:45.045Z | freemap_route_ipv4freemap_route_ipv6 |
| 6524 | 2026-08-23T06:17:45.045Z | Aug 23 06:17:43.660 |
| 6525 | 2026-08-23T06:17:45.045Z | DEBGAug 23 06:17:43.660Aug 23 06:17:43.660 Aug 23 06:17:43.660 INFOINFO 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:dead::/64 -> 2001:db8::55:1DEBG |
| 6526 | 2026-08-23T06:17:45.045Z | |
| 6527 | 2026-08-23T06:17:45.045Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 23 06:17:43.660 |
| 6528 | 2026-08-23T06:17:45.045Z | 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 } }] |
| 6529 | 2026-08-23T06:17:45.045Z | DEBG Aug 23 06:17:43.660Aug 23 06:17:43.660 created new freemapAug 23 06:17:43.660 , INFOunit adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 23 06:17:43.660 |
| 6530 | 2026-08-23T06:17:45.045Z | DEBGDEBG 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 } }] |
| 6531 | 2026-08-23T06:17:45.045Z | 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:34::/64 -> 2001:db8::55:ff |
| 6532 | 2026-08-23T06:17:45.045Z | Aug 23 06:17:43.660 |
| 6533 | 2026-08-23T06:17:45.045Z | Aug 23 06:17:43.660DEBG INFOAug 23 06:17:43.660replacing 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 23 06:17:43.660 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 6534 | 2026-08-23T06:17:45.045Z | |
| 6535 | 2026-08-23T06:17:45.045Z | DEBG adding route 3fff:beef:1::/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 } }] |
| 6536 | 2026-08-23T06:17:45.045Z | |
| 6537 | 2026-08-23T06:17:45.046Z | Aug 23 06:17:43.660 INFOAug 23 06:17:43.660Aug 23 06:17:43.660 Aug 23 06:17:43.660 DEBGDEBG adding route 3fff:beef:1c::/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 } }]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 } }] |
| 6538 | 2026-08-23T06:17:45.046Z | INFO |
| 6539 | 2026-08-23T06:17:45.047Z | |
| 6540 | 2026-08-23T06:17:45.047Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6541 | 2026-08-23T06:17:45.048Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 Aug 23 06:17:43.660Aug 23 06:17:43.660 INFODEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 6542 | 2026-08-23T06:17:45.048Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/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 } }] |
| 6543 | 2026-08-23T06:17:45.048Z | |
| 6544 | 2026-08-23T06:17:45.048Z | |
| 6545 | 2026-08-23T06:17:45.049Z | Aug 23 06:17:43.660 Aug 23 06:17:43.660DEBG Aug 23 06:17:43.660Aug 23 06:17:43.660 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 } }] |
| 6546 | 2026-08-23T06:17:45.049Z | DEBG INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 23 06:17:43.660 |
| 6547 | 2026-08-23T06:17:45.049Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6548 | 2026-08-23T06:17:45.049Z | INFO |
| 6549 | 2026-08-23T06:17:45.049Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:17:43.660Aug 23 06:17:43.660 |
| 6550 | 2026-08-23T06:17:45.049Z | INFODEBG Aug 23 06:17:43.660 adding route 3fff:beef:3::/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 } }] |
| 6551 | 2026-08-23T06:17:45.049Z | Aug 23 06:17:43.660DEBG |
| 6552 | 2026-08-23T06:17:45.049Z | 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 |
| 6553 | 2026-08-23T06:17:45.049Z | Aug 23 06:17:43.660 Aug 23 06:17:43.660DEBG Aug 23 06:17:43.660INFOreplacing 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: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 } }] |
| 6554 | 2026-08-23T06:17:45.050Z | |
| 6555 | 2026-08-23T06:17:45.050Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6556 | 2026-08-23T06:17:45.050Z | |
| 6557 | 2026-08-23T06:17:45.050Z | Aug 23 06:17:43.660 INFOAug 23 06:17:43.660 Aug 23 06:17:43.660adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6558 | 2026-08-23T06:17:45.050Z | DEBGDEBG Aug 23 06:17:43.660replacing 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: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 } }] |
| 6559 | 2026-08-23T06:17:45.050Z | INFO |
| 6560 | 2026-08-23T06:17:45.050Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6561 | 2026-08-23T06:17:45.050Z | Aug 23 06:17:43.660Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFODEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 23 06:17:43.660 |
| 6562 | 2026-08-23T06:17:45.050Z | 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 } }] |
| 6563 | 2026-08-23T06:17:45.050Z | DEBG |
| 6564 | 2026-08-23T06:17:45.050Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 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 } }]DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.660replacing 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 } }] |
| 6565 | 2026-08-23T06:17:45.050Z | INFO |
| 6566 | 2026-08-23T06:17:45.050Z | |
| 6567 | 2026-08-23T06:17:45.050Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6568 | 2026-08-23T06:17:45.050Z | Aug 23 06:17:43.660Aug 23 06:17:43.660Aug 23 06:17:43.660Aug 23 06:17:43.660 INFODEBG INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO |
| 6569 | 2026-08-23T06:17:45.050Z | 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 } }] |
| 6570 | 2026-08-23T06:17:45.050Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6571 | 2026-08-23T06:17:45.051Z | |
| 6572 | 2026-08-23T06:17:45.051Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 Aug 23 06:17:43.660DEBG INFODEBGAug 23 06:17:43.660 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 } }] |
| 6573 | 2026-08-23T06:17:45.051Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 6574 | 2026-08-23T06:17:45.051Z | 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:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6575 | 2026-08-23T06:17:45.051Z | |
| 6576 | 2026-08-23T06:17:45.051Z | Aug 23 06:17:43.660 INFOAug 23 06:17:43.660 Aug 23 06:17:43.660adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6577 | 2026-08-23T06:17:45.051Z | Aug 23 06:17:43.660DEBG INFO 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:21::/64 -> 2001:db8::55:ff |
| 6578 | 2026-08-23T06:17:45.051Z | |
| 6579 | 2026-08-23T06:17:45.051Z | INFOAug 23 06:17:43.660 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 6580 | 2026-08-23T06:17:45.051Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 DEBGINFOreplacing 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 } }] |
| 6581 | 2026-08-23T06:17:45.051Z | adding route 3fff:beef:7::/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 } }] |
| 6582 | 2026-08-23T06:17:45.051Z | |
| 6583 | 2026-08-23T06:17:45.051Z | Aug 23 06:17:43.660 Aug 23 06:17:43.660DEBG Aug 23 06:17:43.660replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.660 |
| 6584 | 2026-08-23T06:17:45.051Z | DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6585 | 2026-08-23T06:17:45.051Z | |
| 6586 | 2026-08-23T06:17:45.051Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6587 | 2026-08-23T06:17:45.051Z | Aug 23 06:17:43.660 INFOAug 23 06:17:43.660 Aug 23 06:17:43.660adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 23 06:17:43.660 |
| 6588 | 2026-08-23T06:17:45.051Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff DEBGAug 23 06:17:43.660DEBG |
| 6589 | 2026-08-23T06:17:45.052Z | 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: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 } }] |
| 6590 | 2026-08-23T06:17:45.052Z | 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 } }] |
| 6591 | 2026-08-23T06:17:45.052Z | |
| 6592 | 2026-08-23T06:17:45.052Z | Aug 23 06:17:43.660Aug 23 06:17:43.660 Aug 23 06:17:43.660INFOAug 23 06:17:43.660DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 6593 | 2026-08-23T06:17:45.052Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6594 | 2026-08-23T06:17:45.052Z | |
| 6595 | 2026-08-23T06:17:45.052Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 23 06:17:43.660 |
| 6596 | 2026-08-23T06:17:45.052Z | Aug 23 06:17:43.660 Aug 23 06:17:43.660 Aug 23 06:17:43.660DEBG 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 } }]adding route 3fff:beef:9::/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 } }]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 } }] |
| 6597 | 2026-08-23T06:17:45.053Z | |
| 6598 | 2026-08-23T06:17:45.053Z | |
| 6599 | 2026-08-23T06:17:45.058Z | Aug 23 06:17:43.661Aug 23 06:17:43.661Aug 23 06:17:43.661 INFOINFOINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6600 | 2026-08-23T06:17:45.058Z | |
| 6601 | 2026-08-23T06:17:45.058Z | |
| 6602 | 2026-08-23T06:17:45.058Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6603 | 2026-08-23T06:17:45.058Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 Aug 23 06:17:43.661 DEBG Aug 23 06:17:43.661DEBG 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: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 } }] |
| 6604 | 2026-08-23T06:17:45.058Z | 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 } }] |
| 6605 | 2026-08-23T06:17:45.058Z | |
| 6606 | 2026-08-23T06:17:45.058Z | Aug 23 06:17:43.661replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 6607 | 2026-08-23T06:17:45.058Z | Aug 23 06:17:43.661adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6608 | 2026-08-23T06:17:45.058Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 |
| 6609 | 2026-08-23T06:17:45.058Z | Aug 23 06:17:43.661 Aug 23 06:17:43.661 INFO 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 } }]Aug 23 06:17:43.661 |
| 6610 | 2026-08-23T06:17:45.058Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6611 | 2026-08-23T06:17:45.059Z | 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 } }] |
| 6612 | 2026-08-23T06:17:45.059Z | |
| 6613 | 2026-08-23T06:17:45.059Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 Aug 23 06:17:43.661DEBG Aug 23 06:17:43.661INFO DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 6614 | 2026-08-23T06:17:45.059Z | |
| 6615 | 2026-08-23T06:17:45.059Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6616 | 2026-08-23T06:17:45.059Z | |
| 6617 | 2026-08-23T06:17:45.059Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 Aug 23 06:17:43.661Aug 23 06:17:43.661 INFODEBG DEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ff 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: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 } }] |
| 6618 | 2026-08-23T06:17:45.059Z | |
| 6619 | 2026-08-23T06:17:45.060Z | |
| 6620 | 2026-08-23T06:17:45.060Z | INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 6621 | 2026-08-23T06:17:45.060Z | Aug 23 06:17:43.661Aug 23 06:17:43.661Aug 23 06:17:43.661 DEBGINFO 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 } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6622 | 2026-08-23T06:17:45.060Z | |
| 6623 | 2026-08-23T06:17:45.060Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 23 06:17:43.661Aug 23 06:17:43.661 |
| 6624 | 2026-08-23T06:17:45.060Z | DEBGAug 23 06:17:43.661 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 } }]DEBG |
| 6625 | 2026-08-23T06:17:45.060Z | INFO Aug 23 06:17:43.661 adding route 3fff:beef:27::/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 } }] Aug 23 06:17:43.661 |
| 6626 | 2026-08-23T06:17:45.060Z | DEBG |
| 6627 | 2026-08-23T06:17:45.060Z | DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6628 | 2026-08-23T06:17:45.061Z | failed to allocate space for the new target list |
| 6629 | 2026-08-23T06:17:45.061Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 INFO DEBGAug 23 06:17:43.661 adding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 23 06:17:43.661INFO |
| 6630 | 2026-08-23T06:17:45.061Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6631 | 2026-08-23T06:17:45.061Z | |
| 6632 | 2026-08-23T06:17:45.061Z | DEBG Aug 23 06:17:43.661replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 23 06:17:43.661Aug 23 06:17:43.661DEBG 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 } }] |
| 6633 | 2026-08-23T06:17:45.062Z | |
| 6634 | 2026-08-23T06:17:45.062Z | INFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6635 | 2026-08-23T06:17:45.063Z | |
| 6636 | 2026-08-23T06:17:45.063Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 DEBG failed to allocate space for the new target listINFOAug 23 06:17:43.661 |
| 6637 | 2026-08-23T06:17:45.063Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 |
| 6638 | 2026-08-23T06:17:45.063Z | DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6639 | 2026-08-23T06:17:45.063Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6640 | 2026-08-23T06:17:45.063Z | Aug 23 06:17:43.661 Aug 23 06:17:43.661DEBG INFOAug 23 06:17:43.661 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 |
| 6641 | 2026-08-23T06:17:45.063Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6642 | 2026-08-23T06:17:45.063Z | 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 } }] |
| 6643 | 2026-08-23T06:17:45.064Z | Aug 23 06:17:43.661 Aug 23 06:17:43.661INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 |
| 6644 | 2026-08-23T06:17:45.064Z | INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6645 | 2026-08-23T06:17:45.064Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6646 | 2026-08-23T06:17:45.064Z | Aug 23 06:17:43.661 DEBGAug 23 06:17:43.661 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 } }]INFOAug 23 06:17:43.661 |
| 6647 | 2026-08-23T06:17:45.064Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6648 | 2026-08-23T06:17:45.064Z | 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 } }]Aug 23 06:17:43.661 |
| 6649 | 2026-08-23T06:17:45.065Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 |
| 6650 | 2026-08-23T06:17:45.065Z | Aug 23 06:17:43.661DEBG 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 } }] |
| 6651 | 2026-08-23T06:17:45.065Z | Aug 23 06:17:43.661adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6652 | 2026-08-23T06:17:45.065Z | 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 23 06:17:43.661 |
| 6653 | 2026-08-23T06:17:45.065Z | Aug 23 06:17:43.661INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6654 | 2026-08-23T06:17:45.065Z | 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 23 06:17:43.661 |
| 6655 | 2026-08-23T06:17:45.065Z | INFOAug 23 06:17:43.661Aug 23 06:17:43.661 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO |
| 6656 | 2026-08-23T06:17:45.065Z | DEBG adding route 3fff:beef:d::/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 } }] |
| 6657 | 2026-08-23T06:17:45.065Z | Aug 23 06:17:43.661 |
| 6658 | 2026-08-23T06:17:45.067Z | DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661 |
| 6659 | 2026-08-23T06:17:45.067Z | Aug 23 06:17:43.661DEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6660 | 2026-08-23T06:17:45.067Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6661 | 2026-08-23T06:17:45.067Z | Aug 23 06:17:43.661 INFO Aug 23 06:17:43.661adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6662 | 2026-08-23T06:17:45.067Z | 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 } }] |
| 6663 | 2026-08-23T06:17:45.067Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 Aug 23 06:17:43.661DEBG INFOINFO 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 } }] |
| 6664 | 2026-08-23T06:17:45.067Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6665 | 2026-08-23T06:17:45.067Z | |
| 6666 | 2026-08-23T06:17:45.067Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 INFODEBG adding route 3fff:beef:13::/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 } }] |
| 6667 | 2026-08-23T06:17:45.067Z | |
| 6668 | 2026-08-23T06:17:45.068Z | Aug 23 06:17:43.661 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 } }] |
| 6669 | 2026-08-23T06:17:45.068Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 DEBG INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661 |
| 6670 | 2026-08-23T06:17:45.068Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 6671 | 2026-08-23T06:17:45.068Z | Aug 23 06:17:43.661adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6672 | 2026-08-23T06:17:45.068Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 |
| 6673 | 2026-08-23T06:17:45.068Z | 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 } }]Aug 23 06:17:43.661 |
| 6674 | 2026-08-23T06:17:45.068Z | Aug 23 06:17:43.661 DEBGDEBG Aug 23 06:17:43.661replacing 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 } }] |
| 6675 | 2026-08-23T06:17:45.069Z | INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6676 | 2026-08-23T06:17:45.069Z | |
| 6677 | 2026-08-23T06:17:45.069Z | Aug 23 06:17:43.661 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 |
| 6678 | 2026-08-23T06:17:45.069Z | 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 23 06:17:43.661Aug 23 06:17:43.661 |
| 6679 | 2026-08-23T06:17:45.069Z | DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6680 | 2026-08-23T06:17:45.069Z | |
| 6681 | 2026-08-23T06:17:45.069Z | Aug 23 06:17:43.661 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 |
| 6682 | 2026-08-23T06:17:45.069Z | 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 23 06:17:43.661Aug 23 06:17:43.661 INFO |
| 6683 | 2026-08-23T06:17:45.069Z | DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6684 | 2026-08-23T06:17:45.069Z | |
| 6685 | 2026-08-23T06:17:45.069Z | Aug 23 06:17:43.661 INFOAug 23 06:17:43.661 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO |
| 6686 | 2026-08-23T06:17:45.069Z | Aug 23 06:17:43.661adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6687 | 2026-08-23T06:17:45.069Z | DEBG Aug 23 06:17:43.661replacing 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 } }] |
| 6688 | 2026-08-23T06:17:45.069Z | 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 } }] |
| 6689 | 2026-08-23T06:17:45.070Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 INFODEBGAug 23 06:17:43.661 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 } }] |
| 6690 | 2026-08-23T06:17:45.070Z | INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6691 | 2026-08-23T06:17:45.070Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 |
| 6692 | 2026-08-23T06:17:45.071Z | INFOAug 23 06:17:43.661 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 6693 | 2026-08-23T06:17:45.071Z | 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 } }] |
| 6694 | 2026-08-23T06:17:45.071Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 DEBGDEBGAug 23 06:17:43.661 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 |
| 6695 | 2026-08-23T06:17:45.071Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6696 | 2026-08-23T06:17:45.071Z | |
| 6697 | 2026-08-23T06:17:45.071Z | Aug 23 06:17:43.661 Aug 23 06:17:43.661INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 6698 | 2026-08-23T06:17:45.071Z | Aug 23 06:17:43.661adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6699 | 2026-08-23T06:17:45.076Z | 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 } }] |
| 6700 | 2026-08-23T06:17:45.076Z | Aug 23 06:17:43.661 DEBG Aug 23 06:17:43.661replacing 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 } }] |
| 6701 | 2026-08-23T06:17:45.076Z | INFO Aug 23 06:17:43.661adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 |
| 6702 | 2026-08-23T06:17:45.076Z | DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6703 | 2026-08-23T06:17:45.076Z | |
| 6704 | 2026-08-23T06:17:45.077Z | Aug 23 06:17:43.661 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 23 06:17:43.661 |
| 6705 | 2026-08-23T06:17:45.077Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 23 06:17:43.661Aug 23 06:17:43.661 |
| 6706 | 2026-08-23T06:17:45.077Z | DEBGINFO 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 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6707 | 2026-08-23T06:17:45.077Z | |
| 6708 | 2026-08-23T06:17:45.077Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661 |
| 6709 | 2026-08-23T06:17:45.077Z | |
| 6710 | 2026-08-23T06:17:45.077Z | 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 23 06:17:43.661 |
| 6711 | 2026-08-23T06:17:45.077Z | 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 23 06:17:43.661 |
| 6712 | 2026-08-23T06:17:45.077Z | INFOAug 23 06:17:43.661 Aug 23 06:17:43.661adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 6713 | 2026-08-23T06:17:45.077Z | INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6714 | 2026-08-23T06:17:45.077Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 |
| 6715 | 2026-08-23T06:17:45.077Z | 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 23 06:17:43.661 |
| 6716 | 2026-08-23T06:17:45.077Z | 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 23 06:17:43.661 |
| 6717 | 2026-08-23T06:17:45.077Z | Aug 23 06:17:43.661INFO DEBG Aug 23 06:17:43.661adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 6718 | 2026-08-23T06:17:45.078Z | |
| 6719 | 2026-08-23T06:17:45.078Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6720 | 2026-08-23T06:17:45.078Z | Aug 23 06:17:43.661 INFO Aug 23 06:17:43.661adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6721 | 2026-08-23T06:17:45.078Z | 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 } }] |
| 6722 | 2026-08-23T06:17:45.078Z | |
| 6723 | 2026-08-23T06:17:45.078Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 DEBGINFO 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:1d::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 |
| 6724 | 2026-08-23T06:17:45.078Z | |
| 6725 | 2026-08-23T06:17:45.079Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 23 06:17:43.661Aug 23 06:17:43.661 INFODEBG |
| 6726 | 2026-08-23T06:17:45.079Z | adding route 3fff:beef:38::/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 } }] |
| 6727 | 2026-08-23T06:17:45.079Z | |
| 6728 | 2026-08-23T06:17:45.079Z | Aug 23 06:17:43.661 DEBG Aug 23 06:17:43.661replacing 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 } }] |
| 6729 | 2026-08-23T06:17:45.079Z | 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 } }] |
| 6730 | 2026-08-23T06:17:45.080Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 Aug 23 06:17:43.661 INFOINFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6731 | 2026-08-23T06:17:45.080Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6732 | 2026-08-23T06:17:45.080Z | |
| 6733 | 2026-08-23T06:17:45.080Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 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 } }]Aug 23 06:17:43.661replacing 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 } }] |
| 6734 | 2026-08-23T06:17:45.080Z | |
| 6735 | 2026-08-23T06:17:45.080Z | DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661 |
| 6736 | 2026-08-23T06:17:45.080Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 |
| 6737 | 2026-08-23T06:17:45.080Z | Aug 23 06:17:43.661 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6738 | 2026-08-23T06:17:45.080Z | |
| 6739 | 2026-08-23T06:17:45.080Z | Aug 23 06:17:43.661 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 23 06:17:43.661 |
| 6740 | 2026-08-23T06:17:45.080Z | 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 23 06:17:43.661 |
| 6741 | 2026-08-23T06:17:45.081Z | Aug 23 06:17:43.661DEBG 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 } }] |
| 6742 | 2026-08-23T06:17:45.081Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6743 | 2026-08-23T06:17:45.081Z | Aug 23 06:17:43.661 INFOAug 23 06:17:43.661 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 6744 | 2026-08-23T06:17:45.081Z | Aug 23 06:17:43.661 :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 } }] |
| 6745 | 2026-08-23T06:17:45.081Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 |
| 6746 | 2026-08-23T06:17:45.081Z | freemap_route_ipv6DEBG |
| 6747 | 2026-08-23T06:17:45.081Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 6748 | 2026-08-23T06:17:45.081Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 6749 | 2026-08-23T06:17:45.081Z | 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 23 06:17:43.661 |
| 6750 | 2026-08-23T06:17:45.081Z | Aug 23 06:17:43.661INFO Aug 23 06:17:43.661adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6751 | 2026-08-23T06:17:45.081Z | Aug 23 06:17:43.661DEBG INFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 |
| 6752 | 2026-08-23T06:17:45.081Z | |
| 6753 | 2026-08-23T06:17:45.081Z | DEBGDEBG initted freemap. low: 0, size: 64replacing 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 23 06:17:43.661 |
| 6754 | 2026-08-23T06:17:45.081Z | , Aug 23 06:17:43.661DEBGunit Aug 23 06:17:43.661:DEBGfailed to allocate space for the new target list INFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6755 | 2026-08-23T06:17:45.082Z | |
| 6756 | 2026-08-23T06:17:45.082Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6757 | 2026-08-23T06:17:45.082Z | freemap_route_ipv4 |
| 6758 | 2026-08-23T06:17:45.082Z | Aug 23 06:17:43.661Aug 23 06:17:43.661 Aug 23 06:17:43.661DEBG 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 } }]INFO |
| 6759 | 2026-08-23T06:17:45.082Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6760 | 2026-08-23T06:17:45.082Z | |
| 6761 | 2026-08-23T06:17:45.082Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6762 | 2026-08-23T06:17:45.082Z | Aug 23 06:17:43.661 DEBG Aug 23 06:17:43.661reset freemapAug 23 06:17:43.661 INFODEBG, unitreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6763 | 2026-08-23T06:17:45.082Z | freemap_route_ipv4 |
| 6764 | 2026-08-23T06:17:45.082Z | |
| 6765 | 2026-08-23T06:17:45.082Z | Aug 23 06:17:43.661Aug 23 06:17:43.661Aug 23 06:17:43.661 DEBGDEBG INFO initted freemap. low: 0, size: 64replacing 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 } }], |
| 6766 | 2026-08-23T06:17:45.083Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit |
| 6767 | 2026-08-23T06:17:45.083Z | : freemap_route_ipv6Aug 23 06:17:43.661 |
| 6768 | 2026-08-23T06:17:45.083Z | Aug 23 06:17:43.661INFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6769 | 2026-08-23T06:17:45.083Z | Aug 23 06:17:43.661 |
| 6770 | 2026-08-23T06:17:45.083Z | DEBG reset freemapAug 23 06:17:43.661Aug 23 06:17:43.661 INFOAug 23 06:17:43.663 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG Aug 23 06:17:43.663created new freemap |
| 6771 | 2026-08-23T06:17:45.083Z | , DEBGunit :created new freemap , freemap_route_ipv4unit |
| 6772 | 2026-08-23T06:17:45.083Z | : Aug 23 06:17:43.661 Aug 23 06:17:43.664DEBG DEBGfreemap_route_ipv4created new freemap |
| 6773 | 2026-08-23T06:17:45.083Z | , unit:, unitfreemap_route_ipv4replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6774 | 2026-08-23T06:17:45.083Z | : |
| 6775 | 2026-08-23T06:17:45.083Z | freemap_route_ipv6DEBGAug 23 06:17:43.664 Aug 23 06:17:43.664replacing 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 23 06:17:43.664 Aug 23 06:17:43.664 |
| 6776 | 2026-08-23T06:17:45.083Z | INFODEBG DEBG |
| 6777 | 2026-08-23T06:17:45.083Z | DEBGcreated new freemap created new freemap, unitcreated new freemapadding route 3fff:beef:25::/64 -> 2001:db8::55:ff, : |
| 6778 | 2026-08-23T06:17:45.083Z | unit :freemap_route_ipv6 , |
| 6779 | 2026-08-23T06:17:45.084Z | Aug 23 06:17:43.664unitfreemap_route_ipv6: Aug 23 06:17:43.664Aug 23 06:17:43.664Aug 23 06:17:43.664freemap_route_ipv6 DEBG |
| 6780 | 2026-08-23T06:17:45.084Z | INFO DEBGINFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6781 | 2026-08-23T06:17:45.084Z | |
| 6782 | 2026-08-23T06:17:45.084Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff initted freemap. low: 0, size: 64Aug 23 06:17:43.664 , DEBGunitAug 23 06:17:43.664 initted freemap. low: 0, size: 64 |
| 6783 | 2026-08-23T06:17:45.084Z | , Aug 23 06:17:43.664 unit INFO: adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG |
| 6784 | 2026-08-23T06:17:45.084Z | : Aug 23 06:17:43.664freemap_route_ipv4 |
| 6785 | 2026-08-23T06:17:45.084Z | DEBG |
| 6786 | 2026-08-23T06:17:45.084Z | Aug 23 06:17:43.664adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. low: 0, size: 64 , 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 } }] |
| 6787 | 2026-08-23T06:17:45.084Z | unitAug 23 06:17:43.664replacing 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 } }] : |
| 6788 | 2026-08-23T06:17:45.084Z | DEBGAug 23 06:17:43.664 |
| 6789 | 2026-08-23T06:17:45.084Z | freemap_route_ipv4Aug 23 06:17:43.664 |
| 6790 | 2026-08-23T06:17:45.084Z | DEBG reset freemap , reset freemapINFOunitAug 23 06:17:43.664 , DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 23 06:17:43.664unitreset freemap ::, unit :freemap_route_ipv4 |
| 6791 | 2026-08-23T06:17:45.084Z | |
| 6792 | 2026-08-23T06:17:45.084Z | INFOfreemap_route_ipv4Aug 23 06:17:43.664Aug 23 06:17:43.664 |
| 6793 | 2026-08-23T06:17:45.084Z | Aug 23 06:17:43.664DEBG freemap_route_ipv4 DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff initted freemap. low: 0, size: 64 |
| 6794 | 2026-08-23T06:17:45.084Z | , unitreplacing 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 } }] |
| 6795 | 2026-08-23T06:17:45.084Z | :Aug 23 06:17:43.664 |
| 6796 | 2026-08-23T06:17:45.084Z | DEBG freemap_route_ipv6initted freemap. low: 0, size: 64 Aug 23 06:17:43.664, |
| 6797 | 2026-08-23T06:17:45.084Z | Aug 23 06:17:43.664 INFOunit Aug 23 06:17:43.664Aug 23 06:17:43.664 DEBGDEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff:DEBG |
| 6798 | 2026-08-23T06:17:45.084Z | freemap_route_ipv6reset freemap |
| 6799 | 2026-08-23T06:17:45.089Z | , unit:replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6800 | 2026-08-23T06:17:45.089Z | initted freemap. low: 0, size: 64Aug 23 06:17:43.664 , Aug 23 06:17:43.664DEBGunitAug 23 06:17:43.664freemap_route_ipv6: |
| 6801 | 2026-08-23T06:17:45.090Z | freemap_route_ipv6 |
| 6802 | 2026-08-23T06:17:45.090Z | 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 } }] |
| 6803 | 2026-08-23T06:17:45.090Z | DEBG INFOAug 23 06:17:43.664reset freemap , Aug 23 06:17:43.664Aug 23 06:17:43.664 unit DEBG:INFO reset freemap adding route 3fff:dead::/64 -> 2001:db8::55:1, unitfreemap_route_ipv6 |
| 6804 | 2026-08-23T06:17:45.091Z | :adding route 3fff:beef:21::/64 -> 2001:db8::55:ff freemap_route_ipv6INFO |
| 6805 | 2026-08-23T06:17:45.091Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6806 | 2026-08-23T06:17:45.091Z | Aug 23 06:17:43.664 |
| 6807 | 2026-08-23T06:17:45.091Z | DEBG |
| 6808 | 2026-08-23T06:17:45.091Z | Aug 23 06:17:43.664Aug 23 06:17:43.664Aug 23 06:17:43.664 Aug 23 06:17:43.664 DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, 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 } }] |
| 6809 | 2026-08-23T06:17:45.091Z | DEBG |
| 6810 | 2026-08-23T06:17:45.091Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6811 | 2026-08-23T06:17:45.091Z | INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:17:43.664adding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:17:43.664 |
| 6812 | 2026-08-23T06:17:45.091Z | Aug 23 06:17:43.664 INFO DEBG |
| 6813 | 2026-08-23T06:17:45.091Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6814 | 2026-08-23T06:17:45.091Z | |
| 6815 | 2026-08-23T06:17:45.091Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 23 06:17:43.664Aug 23 06:17:43.664 Aug 23 06:17:43.664DEBG DEBG |
| 6816 | 2026-08-23T06:17:45.091Z | 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 } }] |
| 6817 | 2026-08-23T06:17:45.093Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6818 | 2026-08-23T06:17:45.093Z | Aug 23 06:17:43.664 |
| 6819 | 2026-08-23T06:17:45.093Z | Aug 23 06:17:43.664INFO INFOAug 23 06:17:43.664Aug 23 06:17:43.664adding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6820 | 2026-08-23T06:17:45.093Z | INFO |
| 6821 | 2026-08-23T06:17:45.093Z | DEBG adding route 172.17.0.0/32 -> 10.0.0.255 |
| 6822 | 2026-08-23T06:17:45.093Z | 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 } }] |
| 6823 | 2026-08-23T06:17:45.093Z | Aug 23 06:17:43.664Aug 23 06:17:43.664 DEBGDEBG Aug 23 06:17:43.664 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFOreplacing targets for 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 23 06:17:43.664 |
| 6824 | 2026-08-23T06:17:45.093Z | DEBG |
| 6825 | 2026-08-23T06:17:45.093Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 23 06:17:43.664replacing 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 } }] |
| 6826 | 2026-08-23T06:17:45.093Z | |
| 6827 | 2026-08-23T06:17:45.093Z | INFOAug 23 06:17:43.664 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6828 | 2026-08-23T06:17:45.093Z | |
| 6829 | 2026-08-23T06:17:45.093Z | Aug 23 06:17:43.664 Aug 23 06:17:43.664INFO Aug 23 06:17:43.664DEBG DEBG adding route 172.17.0.1/32 -> 10.0.0.255 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6830 | 2026-08-23T06:17:45.094Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 23 06:17:43.664 |
| 6831 | 2026-08-23T06:17:45.094Z | |
| 6832 | 2026-08-23T06:17:45.094Z | DEBGAug 23 06:17:43.664DEBG DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 23 06:17:43.664 |
| 6833 | 2026-08-23T06:17:45.095Z | Aug 23 06:17:43.664 INFO |
| 6834 | 2026-08-23T06:17:45.095Z | Aug 23 06:17:43.664INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 6835 | 2026-08-23T06:17:45.095Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 172.17.0.2/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 } }] |
| 6836 | 2026-08-23T06:17:45.095Z | |
| 6837 | 2026-08-23T06:17:45.095Z | |
| 6838 | 2026-08-23T06:17:45.095Z | Aug 23 06:17:43.664 Aug 23 06:17:43.664DEBG Aug 23 06:17:43.664DEBGAug 23 06:17:43.664 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 6839 | 2026-08-23T06:17:45.095Z | INFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 23 06:17:43.664 |
| 6840 | 2026-08-23T06:17:45.095Z | |
| 6841 | 2026-08-23T06:17:45.095Z | 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 } }] |
| 6842 | 2026-08-23T06:17:45.095Z | Aug 23 06:17:43.664INFO DEBGAug 23 06:17:43.664 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 23 06:17:43.664 |
| 6843 | 2026-08-23T06:17:45.096Z | DEBGAug 23 06:17:43.664 |
| 6844 | 2026-08-23T06:17:45.096Z | 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 |
| 6845 | 2026-08-23T06:17:45.096Z | INFOadding route 172.17.0.3/32 -> 10.0.0.255 |
| 6846 | 2026-08-23T06:17:45.096Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 23 06:17:43.664 |
| 6847 | 2026-08-23T06:17:45.096Z | WARNAug 23 06:17:43.664 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 23 06:17:43.664 |
| 6848 | 2026-08-23T06:17:45.096Z | Aug 23 06:17:43.664 DEBGDEBG Aug 23 06:17:43.664 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6849 | 2026-08-23T06:17:45.096Z | |
| 6850 | 2026-08-23T06:17:45.096Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffERROAug 23 06:17:43.664 |
| 6851 | 2026-08-23T06:17:45.096Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 23 06:17:43.664Aug 23 06:17:43.664 |
| 6852 | 2026-08-23T06:17:45.096Z | INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6853 | 2026-08-23T06:17:45.096Z | |
| 6854 | 2026-08-23T06:17:45.097Z | Aug 23 06:17:43.664 DEBGAug 23 06:17:43.664 Aug 23 06:17:43.664 DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.664 ERRO |
| 6855 | 2026-08-23T06:17:45.097Z | 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 } }] |
| 6856 | 2026-08-23T06:17:45.097Z | 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 } }] |
| 6857 | 2026-08-23T06:17:45.098Z | Aug 23 06:17:43.664shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itAug 23 06:17:43.664 |
| 6858 | 2026-08-23T06:17:45.098Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 6859 | 2026-08-23T06:17:45.098Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 23 06:17:43.664 |
| 6860 | 2026-08-23T06:17:45.098Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 6861 | 2026-08-23T06:17:45.098Z | Aug 23 06:17:43.662Aug 23 06:17:43.664 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapAug 23 06:17:43.664 |
| 6862 | 2026-08-23T06:17:45.098Z | Aug 23 06:17:43.662, DEBGunitINFO: DEBGAug 23 06:17:43.664 created new freemapfreemap_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 } }]INFO, |
| 6863 | 2026-08-23T06:17:45.098Z | |
| 6864 | 2026-08-23T06:17:45.098Z | adding route 172.17.0.5/32 -> 10.0.0.255unit |
| 6865 | 2026-08-23T06:17:45.099Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 23 06:17:43.664: |
| 6866 | 2026-08-23T06:17:45.099Z | INFOfreemap_route_ipv4Aug 23 06:17:43.664 |
| 6867 | 2026-08-23T06:17:45.099Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGAug 23 06:17:43.664 |
| 6868 | 2026-08-23T06:17:45.099Z | Aug 23 06:17:43.664replacing 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 23 06:17:43.664DEBG |
| 6869 | 2026-08-23T06:17:45.099Z | DEBGAug 23 06:17:43.664 DEBGDEBG created new freemapreplacing 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: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 } }] |
| 6870 | 2026-08-23T06:17:45.099Z | unitcreated new freemap:, |
| 6871 | 2026-08-23T06:17:45.099Z | unit: freemap_route_ipv6freemap_route_ipv6 |
| 6872 | 2026-08-23T06:17:45.099Z | |
| 6873 | 2026-08-23T06:17:45.099Z | Aug 23 06:17:43.664Aug 23 06:17:43.664 Aug 23 06:17:43.664Aug 23 06:17:43.664 INFOINFOAug 23 06:17:43.664DEBG initted freemap. low: 0, size: 64 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff, DEBG |
| 6874 | 2026-08-23T06:17:45.100Z | unitINFO: adding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6875 | 2026-08-23T06:17:45.100Z | initted freemap. low: 0, size: 64 |
| 6876 | 2026-08-23T06:17:45.100Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 6877 | 2026-08-23T06:17:45.100Z | , unitAug 23 06:17:43.664: DEBGfreemap_route_ipv4Aug 23 06:17:43.664 |
| 6878 | 2026-08-23T06:17:45.100Z | 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 23 06:17:43.664Aug 23 06:17:43.664 |
| 6879 | 2026-08-23T06:17:45.100Z | Aug 23 06:17:43.664 DEBGDEBGAug 23 06:17:43.664DEBG INFOreset freemap , reset freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:ff, unitunit::DEBG freemap_route_ipv4 |
| 6880 | 2026-08-23T06:17:45.100Z | freemap_route_ipv4 |
| 6881 | 2026-08-23T06:17:45.100Z | |
| 6882 | 2026-08-23T06:17:45.100Z | 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.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 23 06:17:43.664Aug 23 06:17:43.664 |
| 6883 | 2026-08-23T06:17:45.100Z | Aug 23 06:17:43.664DEBG |
| 6884 | 2026-08-23T06:17:45.100Z | initted freemap. low: 0, size: 64DEBG, unit :replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6885 | 2026-08-23T06:17:45.101Z | freemap_route_ipv6 |
| 6886 | 2026-08-23T06:17:45.101Z | Aug 23 06:17:43.664Aug 23 06:17:43.664 initted freemap. low: 0, size: 64 INFOINFOAug 23 06:17:43.664Aug 23 06:17:43.664 , INFOadding route 172.17.0.7/32 -> 10.0.0.255DEBG unitreset freemap:adding route 3fff:beef:34::/64 -> 2001:db8::55:ff , freemap_route_ipv6 |
| 6887 | 2026-08-23T06:17:45.101Z | |
| 6888 | 2026-08-23T06:17:45.101Z | unit: freemap_route_ipv6 |
| 6889 | 2026-08-23T06:17:45.101Z | Aug 23 06:17:43.665 DEBG Aug 23 06:17:43.681created new freemap , Aug 23 06:17:43.681adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6890 | 2026-08-23T06:17:45.101Z | INFODEBG 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.16.0.0/32 -> 10.0.0.1 |
| 6891 | 2026-08-23T06:17:45.102Z | unit |
| 6892 | 2026-08-23T06:17:45.102Z | : Aug 23 06:17:43.681freemap_route_ipv4 |
| 6893 | 2026-08-23T06:17:45.102Z | Aug 23 06:17:43.681 DEBGAug 23 06:17:43.681 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 6894 | 2026-08-23T06:17:45.103Z | Aug 23 06:17:43.681 INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:17:43.681adding route 172.17.0.8/32 -> 10.0.0.255DEBGDEBG |
| 6895 | 2026-08-23T06:17:45.103Z | created new freemap |
| 6896 | 2026-08-23T06:17:45.103Z | , INFOunitAug 23 06:17:43.681: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 23 06:17:43.681adding route 172.16.0.0/32 -> 10.0.0.2 DEBG |
| 6897 | 2026-08-23T06:17:45.103Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO freemap_route_ipv6adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6898 | 2026-08-23T06:17:45.103Z | |
| 6899 | 2026-08-23T06:17:45.109Z | Aug 23 06:17:43.681 |
| 6900 | 2026-08-23T06:17:45.109Z | DEBG |
| 6901 | 2026-08-23T06:17:45.109Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 23 06:17:43.681 |
| 6902 | 2026-08-23T06:17:45.109Z | Aug 23 06:17:43.681 DEBG Aug 23 06:17:43.681replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 23 06:17:43.681 |
| 6903 | 2026-08-23T06:17:45.109Z | INFO INFOinitted freemap. low: 0, size: 64 adding route 172.17.0.9/32 -> 10.0.0.255, |
| 6904 | 2026-08-23T06:17:45.109Z | unitadding route 172.16.0.0/32 -> 10.0.0.3: |
| 6905 | 2026-08-23T06:17:45.109Z | freemap_route_ipv4Aug 23 06:17:43.681 |
| 6906 | 2026-08-23T06:17:45.109Z | INFOAug 23 06:17:43.681Aug 23 06:17:43.681 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 6907 | 2026-08-23T06:17:45.110Z | 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 } }] |
| 6908 | 2026-08-23T06:17:45.110Z | Aug 23 06:17:43.681Aug 23 06:17:43.681DEBGAug 23 06:17:43.681 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 6909 | 2026-08-23T06:17:45.110Z | Aug 23 06:17:43.681 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 } }] |
| 6910 | 2026-08-23T06:17:45.110Z | INFOreset freemapINFO , Aug 23 06:17:43.681 unitINFOadding route 172.17.0.10/32 -> 10.0.0.255 Aug 23 06:17:43.681adding route 172.16.0.0/32 -> 10.0.0.4 |
| 6911 | 2026-08-23T06:17:45.110Z | |
| 6912 | 2026-08-23T06:17:45.110Z | : freemap_route_ipv4 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6913 | 2026-08-23T06:17:45.110Z | INFO |
| 6914 | 2026-08-23T06:17:45.111Z | Aug 23 06:17:43.681 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 6915 | 2026-08-23T06:17:45.111Z | Aug 23 06:17:43.681replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6916 | 2026-08-23T06:17:45.111Z | Aug 23 06:17:43.681Aug 23 06:17:43.681 DEBG Aug 23 06:17:43.681DEBG DEBGINFOreplacing 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.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 6917 | 2026-08-23T06:17:45.111Z | initted freemap. low: 0, size: 64 |
| 6918 | 2026-08-23T06:17:45.111Z | |
| 6919 | 2026-08-23T06:17:45.111Z | , unit:Aug 23 06:17:43.681Aug 23 06:17:43.681 Aug 23 06:17:43.681INFOAug 23 06:17:43.681 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv6 |
| 6920 | 2026-08-23T06:17:45.112Z | |
| 6921 | 2026-08-23T06:17:45.112Z | DEBGDEBG |
| 6922 | 2026-08-23T06:17:45.112Z | 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 } }] |
| 6923 | 2026-08-23T06:17:45.112Z | Aug 23 06:17:43.681Aug 23 06:17:43.681 DEBGDEBGAug 23 06:17:43.681 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 } }] reset freemapadding route 172.17.0.1/32 -> 10.0.0.255, |
| 6924 | 2026-08-23T06:17:45.112Z | |
| 6925 | 2026-08-23T06:17:45.112Z | Aug 23 06:17:43.681replacing 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 } }] |
| 6926 | 2026-08-23T06:17:45.112Z | DEBGunit Aug 23 06:17:43.681replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6927 | 2026-08-23T06:17:45.112Z | Aug 23 06:17:43.681DEBG: freemap_route_ipv6 |
| 6928 | 2026-08-23T06:17:45.112Z | Aug 23 06:17:43.681Aug 23 06:17:43.681 INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6929 | 2026-08-23T06:17:45.112Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 6930 | 2026-08-23T06:17:45.112Z | INFOAug 23 06:17:43.681 INFO Aug 23 06:17:43.681adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 23 06:17:43.681 |
| 6931 | 2026-08-23T06:17:45.113Z | INFOINFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 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 23 06:17:43.681adding route 172.17.0.2/32 -> 10.0.0.255 |
| 6932 | 2026-08-23T06:17:45.113Z | |
| 6933 | 2026-08-23T06:17:45.113Z | |
| 6934 | 2026-08-23T06:17:45.113Z | |
| 6935 | 2026-08-23T06:17:45.113Z | DEBGAug 23 06:17:43.681 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 23 06:17:43.681 |
| 6936 | 2026-08-23T06:17:45.113Z | Aug 23 06:17:43.681 DEBG DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 23 06:17:43.681 |
| 6937 | 2026-08-23T06:17:45.113Z | |
| 6938 | 2026-08-23T06:17:45.113Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255INFO |
| 6939 | 2026-08-23T06:17:45.113Z | Aug 23 06:17:43.681Aug 23 06:17:43.681 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOAug 23 06:17:43.681 |
| 6940 | 2026-08-23T06:17:45.113Z | Aug 23 06:17:43.681 adding route 3fff:dead::/64 -> 2001:db8::55:2 INFOAug 23 06:17:43.681 |
| 6941 | 2026-08-23T06:17:45.113Z | 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 } }] adding route 172.17.0.3/32 -> 10.0.0.255 |
| 6942 | 2026-08-23T06:17:45.114Z | |
| 6943 | 2026-08-23T06:17:45.114Z | DEBGAug 23 06:17:43.681 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 23 06:17:43.681Aug 23 06:17:43.681 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGDEBG |
| 6944 | 2026-08-23T06:17:45.114Z | |
| 6945 | 2026-08-23T06:17:45.114Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 |
| 6946 | 2026-08-23T06:17:45.114Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 6947 | 2026-08-23T06:17:45.114Z | |
| 6948 | 2026-08-23T06:17:45.114Z | Aug 23 06:17:43.681Aug 23 06:17:43.681Aug 23 06:17:43.681Aug 23 06:17:43.681 INFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6949 | 2026-08-23T06:17:45.115Z | Aug 23 06:17:43.681INFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6950 | 2026-08-23T06:17:45.116Z | DEBG |
| 6951 | 2026-08-23T06:17:45.116Z | 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 |
| 6952 | 2026-08-23T06:17:45.116Z | Aug 23 06:17:43.681Aug 23 06:17:43.681replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 23 06:17:43.681DEBG Aug 23 06:17:43.681 INFO DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6953 | 2026-08-23T06:17:45.116Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255 |
| 6954 | 2026-08-23T06:17:45.116Z | |
| 6955 | 2026-08-23T06:17:45.116Z | 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 } }] |
| 6956 | 2026-08-23T06:17:45.116Z | |
| 6957 | 2026-08-23T06:17:45.116Z | test route::tests::identity_replace_is_noop ... ok |
| 6958 | 2026-08-23T06:17:45.116Z | Aug 23 06:17:43.681Aug 23 06:17:43.681 Aug 23 06:17:43.681DEBG INFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOAug 23 06:17:43.681 |
| 6959 | 2026-08-23T06:17:45.116Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6960 | 2026-08-23T06:17:45.116Z | |
| 6961 | 2026-08-23T06:17:45.116Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 6962 | 2026-08-23T06:17:45.117Z | Aug 23 06:17:43.681Aug 23 06:17:43.681 DEBGDEBG Aug 23 06:17:43.681replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:17:43.681 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 } }] |
| 6963 | 2026-08-23T06:17:45.117Z | 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 } }] |
| 6964 | 2026-08-23T06:17:45.117Z | |
| 6965 | 2026-08-23T06:17:45.117Z | INFOAug 23 06:17:43.681Aug 23 06:17:43.681Aug 23 06:17:43.681 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6966 | 2026-08-23T06:17:45.117Z | replacing targets for 3fff:dead::/64 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 } }] |
| 6967 | 2026-08-23T06:17:45.117Z | |
| 6968 | 2026-08-23T06:17:45.117Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 23 06:17:43.681Aug 23 06:17:43.681 DEBGWARN 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 23 06:17:43.681 |
| 6969 | 2026-08-23T06:17:45.117Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6970 | 2026-08-23T06:17:45.117Z | |
| 6971 | 2026-08-23T06:17:45.117Z | DEBGAug 23 06:17:43.681 Aug 23 06:17:43.681replacing 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 } }] |
| 6972 | 2026-08-23T06:17:45.117Z | INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing 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 23 06:17:43.681 |
| 6973 | 2026-08-23T06:17:45.117Z | |
| 6974 | 2026-08-23T06:17:45.118Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 23 06:17:43.681 |
| 6975 | 2026-08-23T06:17:45.118Z | Aug 23 06:17:43.681INFO DEBG adding route 172.17.0.17/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 } }] |
| 6976 | 2026-08-23T06:17:45.118Z | |
| 6977 | 2026-08-23T06:17:45.118Z | Aug 23 06:17:43.681 DEBGAug 23 06:17:43.681Aug 23 06:17:43.681 DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 6978 | 2026-08-23T06:17:45.118Z | 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.8/32 -> 10.0.0.255 |
| 6979 | 2026-08-23T06:17:45.118Z | |
| 6980 | 2026-08-23T06:17:45.118Z | Aug 23 06:17:43.681Aug 23 06:17:43.681 Aug 23 06:17:43.681INFO DEBGINFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6981 | 2026-08-23T06:17:45.118Z | adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6982 | 2026-08-23T06:17:45.118Z | |
| 6983 | 2026-08-23T06:17:45.118Z | Aug 23 06:17:43.681 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 } }] |
| 6984 | 2026-08-23T06:17:45.118Z | Aug 23 06:17:43.682 DEBG |
| 6985 | 2026-08-23T06:17:45.118Z | Aug 23 06:17:43.682Aug 23 06:17:43.700 DEBG created new freemapcreated new freemap, unitAug 23 06:17:43.700, :DEBGunit :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 } }] |
| 6986 | 2026-08-23T06:17:45.119Z | freemap_route_ipv4 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6987 | 2026-08-23T06:17:45.119Z | |
| 6988 | 2026-08-23T06:17:45.119Z | freemap_route_ipv4Aug 23 06:17:43.700 |
| 6989 | 2026-08-23T06:17:45.119Z | INFO Aug 23 06:17:43.700adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6990 | 2026-08-23T06:17:45.119Z | DEBG Aug 23 06:17:43.700created new freemap , DEBGAug 23 06:17:43.700unitAug 23 06:17:43.700: DEBGDEBGfreemap_route_ipv6 |
| 6991 | 2026-08-23T06:17:45.119Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6992 | 2026-08-23T06:17:45.120Z | |
| 6993 | 2026-08-23T06:17:45.120Z | created new freemapAug 23 06:17:43.700Aug 23 06:17:43.700 DEBG initted freemap. low: 0, size: 64, , unitAug 23 06:17:43.700: INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6994 | 2026-08-23T06:17:45.120Z | unitfreemap_route_ipv4adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6995 | 2026-08-23T06:17:45.120Z | |
| 6996 | 2026-08-23T06:17:45.120Z | : Aug 23 06:17:43.700Aug 23 06:17:43.700 DEBGDEBG freemap_route_ipv6 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6997 | 2026-08-23T06:17:45.120Z | |
| 6998 | 2026-08-23T06:17:45.120Z | |
| 6999 | 2026-08-23T06:17:45.126Z | Aug 23 06:17:43.700 DEBGAug 23 06:17:43.700 reset freemapAug 23 06:17:43.681INFOAug 23 06:17:43.700 , adding route 3fff:beef:37::/64 -> 2001:db8::55:ffunit |
| 7000 | 2026-08-23T06:17:45.126Z | : INFO INFOfreemap_route_ipv4 |
| 7001 | 2026-08-23T06:17:45.126Z | Aug 23 06:17:43.700adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7002 | 2026-08-23T06:17:45.126Z | Aug 23 06:17:43.700 adding route 172.17.0.9/32 -> 10.0.0.255DEBGDEBG |
| 7003 | 2026-08-23T06:17:45.126Z | Aug 23 06:17:43.700 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 } }] |
| 7004 | 2026-08-23T06:17:45.126Z | Aug 23 06:17:43.700 DEBG initted freemap. low: 0, size: 64initted freemap. low: 0, size: 64Aug 23 06:17:43.700, DEBGINFO, unit :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 } }]unitadding route 3fff:beef:38::/64 -> 2001:db8::55:ff: |
| 7005 | 2026-08-23T06:17:45.126Z | Aug 23 06:17:43.700freemap_route_ipv6 |
| 7006 | 2026-08-23T06:17:45.126Z | DEBG |
| 7007 | 2026-08-23T06:17:45.126Z | Aug 23 06:17:43.700 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 } }]DEBGAug 23 06:17:43.700 |
| 7008 | 2026-08-23T06:17:45.127Z | 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 } }]DEBGAug 23 06:17:43.700freemap_route_ipv4 |
| 7009 | 2026-08-23T06:17:45.127Z | INFOreset freemap, |
| 7010 | 2026-08-23T06:17:45.127Z | Aug 23 06:17:43.700unit Aug 23 06:17:43.700INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7011 | 2026-08-23T06:17:45.127Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff: |
| 7012 | 2026-08-23T06:17:45.127Z | INFO freemap_route_ipv6 |
| 7013 | 2026-08-23T06:17:45.127Z | adding route 172.17.0.10/32 -> 10.0.0.255Aug 23 06:17:43.700 |
| 7014 | 2026-08-23T06:17:45.127Z | Aug 23 06:17:43.700 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 23 06:17:43.700 |
| 7015 | 2026-08-23T06:17:45.127Z | Aug 23 06:17:43.700 INFO DEBG Aug 23 06:17:43.700 Aug 23 06:17:43.700adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 7016 | 2026-08-23T06:17:45.128Z | INFO |
| 7017 | 2026-08-23T06:17:45.128Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGAug 23 06:17:43.701 |
| 7018 | 2026-08-23T06:17:45.128Z | DEBGDEBGreplacing 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 23 06:17:43.701replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7019 | 2026-08-23T06:17:45.128Z | |
| 7020 | 2026-08-23T06:17:45.128Z | 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 23 06:17:43.701 |
| 7021 | 2026-08-23T06:17:45.128Z | reset freemap INFOAug 23 06:17:43.701, Aug 23 06:17:43.701Aug 23 06:17:43.701 INFO INFOINFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7022 | 2026-08-23T06:17:45.128Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255 |
| 7023 | 2026-08-23T06:17:45.128Z | |
| 7024 | 2026-08-23T06:17:45.129Z | Aug 23 06:17:43.701unit |
| 7025 | 2026-08-23T06:17:45.129Z | 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 } }]: |
| 7026 | 2026-08-23T06:17:45.129Z | Aug 23 06:17:43.701Aug 23 06:17:43.701 Aug 23 06:17:43.701DEBGDEBG Aug 23 06:17:43.701 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.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 } }]INFODEBG |
| 7027 | 2026-08-23T06:17:45.129Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7028 | 2026-08-23T06:17:45.129Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 7029 | 2026-08-23T06:17:45.129Z | |
| 7030 | 2026-08-23T06:17:45.129Z | |
| 7031 | 2026-08-23T06:17:45.129Z | Aug 23 06:17:43.701Aug 23 06:17:43.701 INFO INFOAug 23 06:17:43.701adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7032 | 2026-08-23T06:17:45.129Z | Aug 23 06:17:43.701adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7033 | 2026-08-23T06:17:45.129Z | INFO DEBG Aug 23 06:17:43.701replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7034 | 2026-08-23T06:17:45.129Z | Aug 23 06:17:43.701Aug 23 06:17:43.701 DEBGDEBGAug 23 06:17:43.701 |
| 7035 | 2026-08-23T06:17:45.129Z | 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.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 } }] |
| 7036 | 2026-08-23T06:17:45.129Z | |
| 7037 | 2026-08-23T06:17:45.129Z | INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4Aug 23 06:17:43.701 |
| 7038 | 2026-08-23T06:17:45.130Z | Aug 23 06:17:43.701Aug 23 06:17:43.701 INFODEBG INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7039 | 2026-08-23T06:17:45.130Z | 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 } }] |
| 7040 | 2026-08-23T06:17:45.130Z | |
| 7041 | 2026-08-23T06:17:45.130Z | initted freemap. low: 0, size: 64Aug 23 06:17:43.701, Aug 23 06:17:43.701unit Aug 23 06:17:43.701Aug 23 06:17:43.701 DEBGINFO replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff: |
| 7042 | 2026-08-23T06:17:45.131Z | DEBG |
| 7043 | 2026-08-23T06:17:45.131Z | freemap_route_ipv6replacing 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 } }] |
| 7044 | 2026-08-23T06:17:45.131Z | |
| 7045 | 2026-08-23T06:17:45.131Z | Aug 23 06:17:43.701Aug 23 06:17:43.701 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBGAug 23 06:17:43.701 |
| 7046 | 2026-08-23T06:17:45.131Z | 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 } }] |
| 7047 | 2026-08-23T06:17:45.131Z | |
| 7048 | 2026-08-23T06:17:45.131Z | INFO Aug 23 06:17:43.701adding route 172.17.0.14/32 -> 10.0.0.255 Aug 23 06:17:43.701Aug 23 06:17:43.701 |
| 7049 | 2026-08-23T06:17:45.131Z | DEBGINFO replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7050 | 2026-08-23T06:17:45.131Z | DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 23 06:17:43.701replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 23 06:17:43.701DEBG |
| 7051 | 2026-08-23T06:17:45.131Z | DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] failed to allocate space for the new target listAug 23 06:17:43.701 |
| 7052 | 2026-08-23T06:17:45.131Z | |
| 7053 | 2026-08-23T06:17:45.131Z | |
| 7054 | 2026-08-23T06:17:45.131Z | DEBGAug 23 06:17:43.701Aug 23 06:17:43.701 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7055 | 2026-08-23T06:17:45.131Z | |
| 7056 | 2026-08-23T06:17:45.131Z | Aug 23 06:17:43.701 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.701 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 } }] |
| 7057 | 2026-08-23T06:17:45.131Z | reset freemap |
| 7058 | 2026-08-23T06:17:45.132Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7059 | 2026-08-23T06:17:45.132Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7060 | 2026-08-23T06:17:45.132Z | , unit:Aug 23 06:17:43.701 freemap_route_ipv6INFOAug 23 06:17:43.701 |
| 7061 | 2026-08-23T06:17:45.132Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7062 | 2026-08-23T06:17:45.132Z | DEBG Aug 23 06:17:43.701failed to allocate space for the new target list |
| 7063 | 2026-08-23T06:17:45.132Z | INFOAug 23 06:17:43.701 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7064 | 2026-08-23T06:17:45.132Z | Aug 23 06:17:43.701replacing 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 } }] |
| 7065 | 2026-08-23T06:17:45.132Z | DEBG Aug 23 06:17:43.701Aug 23 06:17:43.701 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7066 | 2026-08-23T06:17:45.132Z | |
| 7067 | 2026-08-23T06:17:45.132Z | |
| 7068 | 2026-08-23T06:17:45.132Z | Aug 23 06:17:43.701Aug 23 06:17:43.681Aug 23 06:17:43.701 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7069 | 2026-08-23T06:17:45.132Z | |
| 7070 | 2026-08-23T06:17:45.132Z | 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 } }] |
| 7071 | 2026-08-23T06:17:45.132Z | Aug 23 06:17:43.701 DEBGAug 23 06:17:43.701 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7072 | 2026-08-23T06:17:45.132Z | Aug 23 06:17:43.701adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7073 | 2026-08-23T06:17:45.132Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7074 | 2026-08-23T06:17:45.132Z | Aug 23 06:17:43.701 Aug 23 06:17:43.701DEBG Aug 23 06:17:43.701 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 |
| 7075 | 2026-08-23T06:17:45.132Z | 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 23 06:17:43.665Aug 23 06:17:43.701 |
| 7076 | 2026-08-23T06:17:45.132Z | |
| 7077 | 2026-08-23T06:17:45.132Z | INFODEBG created new freemapadding route 172.17.0.19/32 -> 10.0.0.255, |
| 7078 | 2026-08-23T06:17:45.133Z | unit: freemap_route_ipv4 |
| 7079 | 2026-08-23T06:17:45.133Z | Aug 23 06:17:43.701 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7080 | 2026-08-23T06:17:45.133Z | Aug 23 06:17:43.701Aug 23 06:17:43.701Aug 23 06:17:43.701 DEBG DEBG DEBGreset freemap Aug 23 06:17:43.701replacing 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 } }], |
| 7081 | 2026-08-23T06:17:45.133Z | unitcreated new freemap , :DEBGunit freemap_route_ipv6: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 } }] |
| 7082 | 2026-08-23T06:17:45.133Z | |
| 7083 | 2026-08-23T06:17:45.133Z | freemap_route_ipv6 |
| 7084 | 2026-08-23T06:17:45.134Z | Aug 23 06:17:43.701Aug 23 06:17:43.701 Aug 23 06:17:43.701 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:17:43.701 |
| 7085 | 2026-08-23T06:17:45.134Z | DEBGINFO adding route 172.17.0.21/32 -> 10.0.0.255 initted freemap. low: 0, size: 64 |
| 7086 | 2026-08-23T06:17:45.134Z | Aug 23 06:17:43.701 |
| 7087 | 2026-08-23T06:17:45.134Z | , Aug 23 06:17:43.701 DEBGunit : Aug 23 06:17:43.701 DEBGfreemap_route_ipv4Aug 23 06:17:43.701 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7088 | 2026-08-23T06:17:45.134Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 7089 | 2026-08-23T06:17:45.134Z | 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 } }] |
| 7090 | 2026-08-23T06:17:45.134Z | 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 } }] |
| 7091 | 2026-08-23T06:17:45.134Z | Aug 23 06:17:43.701 |
| 7092 | 2026-08-23T06:17:45.134Z | Aug 23 06:17:43.701INFO Aug 23 06:17:43.701DEBG Aug 23 06:17:43.701adding route 3fff:dead::/64 -> 2001:db8::55:1 reset freemapINFO, INFO Aug 23 06:17:43.701 |
| 7093 | 2026-08-23T06:17:45.137Z | INFOadding route 172.17.0.22/32 -> 10.0.0.255 |
| 7094 | 2026-08-23T06:17:45.137Z | adding route 3fff:dead::/64 -> 2001:db8::55:4unitadding route 172.17.0.21/32 -> 10.0.0.255 |
| 7095 | 2026-08-23T06:17:45.137Z | : |
| 7096 | 2026-08-23T06:17:45.137Z | freemap_route_ipv4 |
| 7097 | 2026-08-23T06:17:45.137Z | Aug 23 06:17:43.701Aug 23 06:17:43.701 Aug 23 06:17:43.701DEBG 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 Aug 23 06:17:43.702replacing 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 } }] |
| 7098 | 2026-08-23T06:17:45.137Z | DEBG Aug 23 06:17:43.701created new freemap DEBG, unit: Aug 23 06:17:43.715created new freemapAug 23 06:17:43.701, freemap_route_ipv4 unit |
| 7099 | 2026-08-23T06:17:45.142Z | :DEBGINFO freemap_route_ipv4adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7100 | 2026-08-23T06:17:45.142Z | created new freemap |
| 7101 | 2026-08-23T06:17:45.143Z | , unitAug 23 06:17:43.715: Aug 23 06:17:43.715freemap_route_ipv4DEBGAug 23 06:17:43.715 |
| 7102 | 2026-08-23T06:17:45.143Z | DEBGcreated new freemapDEBG , created new 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 } }]unit |
| 7103 | 2026-08-23T06:17:45.143Z | :Aug 23 06:17:43.715, unitfreemap_route_ipv6: |
| 7104 | 2026-08-23T06:17:45.143Z | DEBG created new freemapfreemap_route_ipv6, Aug 23 06:17:43.715 |
| 7105 | 2026-08-23T06:17:45.143Z | INFO Aug 23 06:17:43.715adding route 172.17.0.24/32 -> 10.0.0.255unit |
| 7106 | 2026-08-23T06:17:45.143Z | DEBG:Aug 23 06:17:43.715 DEBG freemap_route_ipv6 Aug 23 06:17:43.715 |
| 7107 | 2026-08-23T06:17:45.143Z | initted freemap. low: 0, size: 64DEBG 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 } }]initted freemap. low: 0, size: 64 |
| 7108 | 2026-08-23T06:17:45.143Z | , Aug 23 06:17:43.715unit :, DEBG freemap_route_ipv4unitinitted freemap. low: 0, size: 64:Aug 23 06:17:43.716 |
| 7109 | 2026-08-23T06:17:45.143Z | , unitINFO: adding route 172.17.0.25/32 -> 10.0.0.255freemap_route_ipv4 |
| 7110 | 2026-08-23T06:17:45.143Z | |
| 7111 | 2026-08-23T06:17:45.144Z | Aug 23 06:17:43.716freemap_route_ipv4 |
| 7112 | 2026-08-23T06:17:45.144Z | DEBGAug 23 06:17:43.716Aug 23 06:17:43.716 reset freemapDEBG, Aug 23 06:17:43.716unit DEBG :reset freemapDEBG , 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 } }]freemap_route_ipv4 |
| 7113 | 2026-08-23T06:17:45.144Z | |
| 7114 | 2026-08-23T06:17:45.144Z | reset freemapunit, :unit freemap_route_ipv4: |
| 7115 | 2026-08-23T06:17:45.144Z | freemap_route_ipv4Aug 23 06:17:43.716 |
| 7116 | 2026-08-23T06:17:45.145Z | DEBGAug 23 06:17:43.716 initted freemap. low: 0, size: 64INFO, Aug 23 06:17:43.716adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7117 | 2026-08-23T06:17:45.145Z | DEBGunit initted freemap. low: 0, size: 64Aug 23 06:17:43.716, :unit : Aug 23 06:17:43.716 DEBGfreemap_route_ipv6 |
| 7118 | 2026-08-23T06:17:45.145Z | DEBGfreemap_route_ipv6 |
| 7119 | 2026-08-23T06:17:45.145Z | initted freemap. low: 0, size: 64replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 7120 | 2026-08-23T06:17:45.145Z | unit:Aug 23 06:17:43.716 Aug 23 06:17:43.716freemap_route_ipv6 |
| 7121 | 2026-08-23T06:17:45.145Z | DEBGAug 23 06:17:43.701DEBG reset freemap , reset freemapunitAug 23 06:17:43.716: , INFO Aug 23 06:17:43.716freemap_route_ipv6unit |
| 7122 | 2026-08-23T06:17:45.145Z | : freemap_route_ipv6adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 7123 | 2026-08-23T06:17:45.145Z | |
| 7124 | 2026-08-23T06:17:45.145Z | Aug 23 06:17:43.716 DEBG INFO reset freemapAug 23 06:17:43.716adding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG, |
| 7125 | 2026-08-23T06:17:45.145Z | unit : replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.716freemap_route_ipv6 |
| 7126 | 2026-08-23T06:17:45.145Z | |
| 7127 | 2026-08-23T06:17:45.145Z | |
| 7128 | 2026-08-23T06:17:45.145Z | INFO Aug 23 06:17:43.716adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:17:43.716 |
| 7129 | 2026-08-23T06:17:45.145Z | Aug 23 06:17:43.716DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 7130 | 2026-08-23T06:17:45.145Z | Aug 23 06:17:43.716adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7131 | 2026-08-23T06:17:45.147Z | DEBGINFO Aug 23 06:17:43.716replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 23 06:17:43.716 |
| 7132 | 2026-08-23T06:17:45.147Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 7133 | 2026-08-23T06:17:45.147Z | 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 } }] |
| 7134 | 2026-08-23T06:17:45.147Z | Aug 23 06:17:43.716INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 23 06:17:43.716Aug 23 06:17:43.716Aug 23 06:17:43.716INFO INFO |
| 7135 | 2026-08-23T06:17:45.147Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7136 | 2026-08-23T06:17:45.147Z | DEBG Aug 23 06:17:43.716 |
| 7137 | 2026-08-23T06:17:45.147Z | INFOAug 23 06:17:43.716DEBGreplacing 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 } }] |
| 7138 | 2026-08-23T06:17:45.147Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7139 | 2026-08-23T06:17:45.148Z | |
| 7140 | 2026-08-23T06:17:45.148Z | |
| 7141 | 2026-08-23T06:17:45.148Z | Aug 23 06:17:43.716Aug 23 06:17:43.716Aug 23 06:17:43.716Aug 23 06:17:43.716 INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7142 | 2026-08-23T06:17:45.148Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 7143 | 2026-08-23T06:17:45.148Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:17:43.716 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7144 | 2026-08-23T06:17:45.148Z | Aug 23 06:17:43.716DEBG |
| 7145 | 2026-08-23T06:17:45.148Z | DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7146 | 2026-08-23T06:17:45.149Z | |
| 7147 | 2026-08-23T06:17:45.149Z | Aug 23 06:17:43.716Aug 23 06:17:43.716 DEBGAug 23 06:17:43.716 INFOAug 23 06:17:43.716replacing 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 } }] |
| 7148 | 2026-08-23T06:17:45.149Z | adding route 3fff:dead::/64 -> 2001:db8::55:3INFOINFO |
| 7149 | 2026-08-23T06:17:45.149Z | adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7150 | 2026-08-23T06:17:45.149Z | |
| 7151 | 2026-08-23T06:17:45.149Z | Aug 23 06:17:43.716 Aug 23 06:17:43.716DEBG 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 } }] |
| 7152 | 2026-08-23T06:17:45.149Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:17:43.716 |
| 7153 | 2026-08-23T06:17:45.149Z | Aug 23 06:17:43.716DEBG 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 } }]DEBGAug 23 06:17:43.716 |
| 7154 | 2026-08-23T06:17:45.149Z | DEBGAug 23 06:17:43.716 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 } }] |
| 7155 | 2026-08-23T06:17:45.149Z | 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 |
| 7156 | 2026-08-23T06:17:45.150Z | Aug 23 06:17:43.716 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 7157 | 2026-08-23T06:17:45.150Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7158 | 2026-08-23T06:17:45.150Z | Aug 23 06:17:43.716Aug 23 06:17:43.716 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7159 | 2026-08-23T06:17:45.151Z | |
| 7160 | 2026-08-23T06:17:45.151Z | Aug 23 06:17:43.716 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 23 06:17:43.716Aug 23 06:17:43.716 |
| 7161 | 2026-08-23T06:17:45.151Z | DEBG DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7162 | 2026-08-23T06:17:45.151Z | |
| 7163 | 2026-08-23T06:17:45.151Z | Aug 23 06:17:43.716Aug 23 06:17:43.716 DEBGAug 23 06:17:43.716DEBG INFO Aug 23 06:17:43.716replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 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 } }] |
| 7164 | 2026-08-23T06:17:45.151Z | |
| 7165 | 2026-08-23T06:17:45.152Z | |
| 7166 | 2026-08-23T06:17:45.152Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 23 06:17:43.716Aug 23 06:17:43.716 INFOAug 23 06:17:43.716 adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7167 | 2026-08-23T06:17:45.152Z | DEBG |
| 7168 | 2026-08-23T06:17:45.152Z | 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 23 06:17:43.716 |
| 7169 | 2026-08-23T06:17:45.152Z | Aug 23 06:17:43.716 WARNDEBGDEBG 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 } }]shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7170 | 2026-08-23T06:17:45.152Z | |
| 7171 | 2026-08-23T06:17:45.152Z | 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 23 06:17:43.716 |
| 7172 | 2026-08-23T06:17:45.152Z | INFOAug 23 06:17:43.716 |
| 7173 | 2026-08-23T06:17:45.152Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7174 | 2026-08-23T06:17:45.153Z | Aug 23 06:17:43.716 INFOadding route 172.17.0.1/32 -> 10.0.0.255Aug 23 06:17:43.716 |
| 7175 | 2026-08-23T06:17:45.153Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 7176 | 2026-08-23T06:17:45.153Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.716 |
| 7177 | 2026-08-23T06:17:45.153Z | Aug 23 06:17:43.716DEBG Aug 23 06:17:43.716 DEBGDEBGAug 23 06:17:43.716 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] 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.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 } }] |
| 7178 | 2026-08-23T06:17:45.153Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7179 | 2026-08-23T06:17:45.153Z | |
| 7180 | 2026-08-23T06:17:45.153Z | |
| 7181 | 2026-08-23T06:17:45.153Z | Aug 23 06:17:43.716 INFO Aug 23 06:17:43.716adding route 172.17.0.2/32 -> 10.0.0.255Aug 23 06:17:43.716 |
| 7182 | 2026-08-23T06:17:45.153Z | DEBGAug 23 06:17:43.716 WARN replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 23 06:17:43.716 |
| 7183 | 2026-08-23T06:17:45.153Z | adding route 172.17.0.5/32 -> 10.0.0.255shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7184 | 2026-08-23T06:17:45.153Z | DEBGAug 23 06:17:43.716 |
| 7185 | 2026-08-23T06:17:45.155Z | 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 |
| 7186 | 2026-08-23T06:17:45.155Z | adding route 172.17.0.36/32 -> 10.0.0.255Aug 23 06:17:43.716 |
| 7187 | 2026-08-23T06:17:45.155Z | DEBG Aug 23 06:17:43.716replacing 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 } }] |
| 7188 | 2026-08-23T06:17:45.155Z | INFOAug 23 06:17:43.716 adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 7189 | 2026-08-23T06:17:45.155Z | Aug 23 06:17:43.716 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7190 | 2026-08-23T06:17:45.155Z | Aug 23 06:17:43.716adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7191 | 2026-08-23T06:17:45.155Z | DEBG Aug 23 06:17:43.716replacing 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 } }] |
| 7192 | 2026-08-23T06:17:45.155Z | Aug 23 06:17:43.716replacing 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 } }] |
| 7193 | 2026-08-23T06:17:45.156Z | INFOAug 23 06:17:43.716 adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 7194 | 2026-08-23T06:17:45.156Z | 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 } }] |
| 7195 | 2026-08-23T06:17:45.156Z | INFO Aug 23 06:17:43.716adding route 172.17.0.37/32 -> 10.0.0.255Aug 23 06:17:43.716 |
| 7196 | 2026-08-23T06:17:45.156Z | DEBGINFOAug 23 06:17:43.716 Aug 23 06:17:43.716adding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 7197 | 2026-08-23T06:17:45.156Z | INFO DEBG adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7198 | 2026-08-23T06:17:45.156Z | |
| 7199 | 2026-08-23T06:17:45.161Z | 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 23 06:17:43.716 |
| 7200 | 2026-08-23T06:17:45.161Z | INFOAug 23 06:17:43.716 adding route 172.17.0.5/32 -> 10.0.0.255DEBGAug 23 06:17:43.716 |
| 7201 | 2026-08-23T06:17:45.161Z | Aug 23 06:17:43.716 DEBGINFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.38/32 -> 10.0.0.255replacing 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 } }] |
| 7202 | 2026-08-23T06:17:45.161Z | Aug 23 06:17:43.717 |
| 7203 | 2026-08-23T06:17:45.162Z | Aug 23 06:17:43.717DEBG Aug 23 06:17:43.733 created new freemapDEBGAug 23 06:17:43.733 , 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 } }]unitINFO |
| 7204 | 2026-08-23T06:17:45.162Z | : freemap_route_ipv4DEBG |
| 7205 | 2026-08-23T06:17:45.162Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:17:43.733 |
| 7206 | 2026-08-23T06:17:45.162Z | created new freemapINFO, Aug 23 06:17:43.733 unitadding route 172.17.0.39/32 -> 10.0.0.255Aug 23 06:17:43.733 |
| 7207 | 2026-08-23T06:17:45.162Z | |
| 7208 | 2026-08-23T06:17:45.162Z | : DEBG freemap_route_ipv4Aug 23 06:17:43.733 |
| 7209 | 2026-08-23T06:17:45.162Z | DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:17:43.716Aug 23 06:17:43.733 |
| 7210 | 2026-08-23T06:17:45.162Z | Aug 23 06:17:43.733 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7211 | 2026-08-23T06:17:45.162Z | |
| 7212 | 2026-08-23T06:17:45.162Z | adding route 172.17.0.8/32 -> 10.0.0.255Aug 23 06:17:43.733DEBG INFO |
| 7213 | 2026-08-23T06:17:45.162Z | created new freemap, adding route 172.17.0.40/32 -> 10.0.0.255unit |
| 7214 | 2026-08-23T06:17:45.163Z | Aug 23 06:17:43.733 INFOAug 23 06:17:43.733Aug 23 06:17:43.733Aug 23 06:17:43.733 INFODEBG adding route 172.17.0.6/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 } }] |
| 7215 | 2026-08-23T06:17:45.163Z | |
| 7216 | 2026-08-23T06:17:45.163Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 7217 | 2026-08-23T06:17:45.163Z | 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 } }]: |
| 7218 | 2026-08-23T06:17:45.163Z | Aug 23 06:17:43.733Aug 23 06:17:43.733 Aug 23 06:17:43.733freemap_route_ipv6 Aug 23 06:17:43.733INFODEBG INFOadding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7219 | 2026-08-23T06:17:45.163Z | |
| 7220 | 2026-08-23T06:17:45.164Z | adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 7221 | 2026-08-23T06:17:45.164Z | |
| 7222 | 2026-08-23T06:17:45.164Z | 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 23 06:17:43.733 |
| 7223 | 2026-08-23T06:17:45.164Z | Aug 23 06:17:43.733 INFO DEBGAug 23 06:17:43.733 Aug 23 06:17:43.733replacing 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 } }] DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO |
| 7224 | 2026-08-23T06:17:45.164Z | |
| 7225 | 2026-08-23T06:17:45.164Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7226 | 2026-08-23T06:17:45.164Z | Aug 23 06:17:43.733replacing 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 23 06:17:43.733 |
| 7227 | 2026-08-23T06:17:45.164Z | DEBGINFO initted freemap. low: 0, size: 64adding route 172.17.0.42/32 -> 10.0.0.255, |
| 7228 | 2026-08-23T06:17:45.164Z | unitAug 23 06:17:43.733:Aug 23 06:17:43.733 freemap_route_ipv4DEBG Aug 23 06:17:43.733 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 23 06:17:43.733 |
| 7229 | 2026-08-23T06:17:45.164Z | DEBG |
| 7230 | 2026-08-23T06:17:45.164Z | DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 7231 | 2026-08-23T06:17:45.165Z | |
| 7232 | 2026-08-23T06:17:45.165Z | INFOAug 23 06:17:43.733 Aug 23 06:17:43.733DEBG adding route 172.17.0.10/32 -> 10.0.0.255 Aug 23 06:17:43.733 |
| 7233 | 2026-08-23T06:17:45.165Z | Aug 23 06:17:43.733 INFOINFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 |
| 7234 | 2026-08-23T06:17:45.165Z | adding route 172.17.0.43/32 -> 10.0.0.255reset freemap |
| 7235 | 2026-08-23T06:17:45.165Z | Aug 23 06:17:43.733 Aug 23 06:17:43.733, DEBGDEBGAug 23 06:17:43.733 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7236 | 2026-08-23T06:17:45.165Z | 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 |
| 7237 | 2026-08-23T06:17:45.165Z | 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 } }] |
| 7238 | 2026-08-23T06:17:45.165Z | |
| 7239 | 2026-08-23T06:17:45.165Z | unitAug 23 06:17:43.733 :INFO Aug 23 06:17:43.733Aug 23 06:17:43.733Aug 23 06:17:43.733freemap_route_ipv4 |
| 7240 | 2026-08-23T06:17:45.165Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255 INFOadding route 172.17.0.44/32 -> 10.0.0.255 Aug 23 06:17:43.733 |
| 7241 | 2026-08-23T06:17:45.165Z | DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7242 | 2026-08-23T06:17:45.165Z | |
| 7243 | 2026-08-23T06:17:45.165Z | DEBGAug 23 06:17:43.733 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 23 06:17:43.733 |
| 7244 | 2026-08-23T06:17:45.165Z | DEBG Aug 23 06:17:43.733replacing 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 } }]initted freemap. low: 0, size: 64 |
| 7245 | 2026-08-23T06:17:45.165Z | Aug 23 06:17:43.733DEBG INFO 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 } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 7246 | 2026-08-23T06:17:45.165Z | 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 } }] |
| 7247 | 2026-08-23T06:17:45.166Z | , unitAug 23 06:17:43.733: |
| 7248 | 2026-08-23T06:17:45.166Z | freemap_route_ipv6Aug 23 06:17:43.733INFO |
| 7249 | 2026-08-23T06:17:45.166Z | Aug 23 06:17:43.733 DEBGadding route 172.17.0.45/32 -> 10.0.0.255Aug 23 06:17:43.733 |
| 7250 | 2026-08-23T06:17:45.166Z | DEBG INFOreset freemap , adding route 172.17.0.10/32 -> 10.0.0.255unitAug 23 06:17:43.733: freemap_route_ipv6DEBG |
| 7251 | 2026-08-23T06:17:45.166Z | |
| 7252 | 2026-08-23T06:17:45.166Z | 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 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 } }] |
| 7253 | 2026-08-23T06:17:45.166Z | |
| 7254 | 2026-08-23T06:17:45.166Z | Aug 23 06:17:43.733Aug 23 06:17:43.733 Aug 23 06:17:43.733INFOAug 23 06:17:43.733 INFO Aug 23 06:17:43.733 INFOINFOadding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7255 | 2026-08-23T06:17:45.166Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7256 | 2026-08-23T06:17:45.166Z | |
| 7257 | 2026-08-23T06:17:45.166Z | |
| 7258 | 2026-08-23T06:17:45.166Z | DEBG Aug 23 06:17:43.733Aug 23 06:17:43.733replacing 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 23 06:17:43.733 DEBG Aug 23 06:17:43.733 DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7259 | 2026-08-23T06:17:45.166Z | DEBG |
| 7260 | 2026-08-23T06:17:45.166Z | 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 } }] |
| 7261 | 2026-08-23T06:17:45.166Z | 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 } }]Aug 23 06:17:43.733 Aug 23 06:17:43.733 |
| 7262 | 2026-08-23T06:17:45.167Z | INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.733 INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 23 06:17:43.733 |
| 7263 | 2026-08-23T06:17:45.167Z | |
| 7264 | 2026-08-23T06:17:45.167Z | adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 7265 | 2026-08-23T06:17:45.167Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.11/32 -> 10.0.0.255Aug 23 06:17:43.733 |
| 7266 | 2026-08-23T06:17:45.167Z | Aug 23 06:17:43.733INFO |
| 7267 | 2026-08-23T06:17:45.167Z | DEBGAug 23 06:17:43.733 adding route 172.17.0.13/32 -> 10.0.0.255Aug 23 06:17:43.733 |
| 7268 | 2026-08-23T06:17:45.167Z | 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: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 } }] |
| 7269 | 2026-08-23T06:17:45.167Z | Aug 23 06:17:43.733Aug 23 06:17:43.733 DEBG DEBGDEBG |
| 7270 | 2026-08-23T06:17:45.167Z | 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 23 06:17:43.733 |
| 7271 | 2026-08-23T06:17:45.167Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7272 | 2026-08-23T06:17:45.167Z | Aug 23 06:17:43.733adding route 172.17.0.48/32 -> 10.0.0.255Aug 23 06:17:43.733 |
| 7273 | 2026-08-23T06:17:45.167Z | INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 7274 | 2026-08-23T06:17:45.167Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 23 06:17:43.734adding route 172.17.0.12/32 -> 10.0.0.255Aug 23 06:17:43.734 |
| 7275 | 2026-08-23T06:17:45.168Z | Aug 23 06:17:43.734DEBG 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 } }] |
| 7276 | 2026-08-23T06:17:45.168Z | DEBGAug 23 06:17:43.734adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7277 | 2026-08-23T06:17:45.168Z | DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.734 |
| 7278 | 2026-08-23T06:17:45.169Z | INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7279 | 2026-08-23T06:17:45.169Z | |
| 7280 | 2026-08-23T06:17:45.169Z | |
| 7281 | 2026-08-23T06:17:45.169Z | Aug 23 06:17:43.734Aug 23 06:17:43.734 DEBGAug 23 06:17:43.734INFO adding route 172.17.0.13/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 } }] |
| 7282 | 2026-08-23T06:17:45.169Z | DEBG |
| 7283 | 2026-08-23T06:17:45.169Z | 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 23 06:17:43.734Aug 23 06:17:43.734Aug 23 06:17:43.734 |
| 7284 | 2026-08-23T06:17:45.169Z | Aug 23 06:17:43.734 INFO adding route 172.17.0.50/32 -> 10.0.0.255DEBGAug 23 06:17:43.734 |
| 7285 | 2026-08-23T06:17:45.169Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO INFO |
| 7286 | 2026-08-23T06:17:45.169Z | Aug 23 06:17:43.734adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 7287 | 2026-08-23T06:17:45.169Z | |
| 7288 | 2026-08-23T06:17:45.169Z | Aug 23 06:17:43.734DEBG 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 } }] |
| 7289 | 2026-08-23T06:17:45.169Z | INFO Aug 23 06:17:43.734adding route 172.17.0.14/32 -> 10.0.0.255Aug 23 06:17:43.734Aug 23 06:17:43.734 |
| 7290 | 2026-08-23T06:17:45.169Z | DEBGINFODEBG Aug 23 06:17:43.734 adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 7291 | 2026-08-23T06:17:45.169Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 7292 | 2026-08-23T06:17:45.169Z | 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 23 06:17:43.734 |
| 7293 | 2026-08-23T06:17:45.169Z | |
| 7294 | 2026-08-23T06:17:45.169Z | 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 23 06:17:43.734 |
| 7295 | 2026-08-23T06:17:45.169Z | Aug 23 06:17:43.734replacing 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 } }] INFOAug 23 06:17:43.734 |
| 7296 | 2026-08-23T06:17:45.170Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 7297 | 2026-08-23T06:17:45.170Z | adding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7298 | 2026-08-23T06:17:45.170Z | Aug 23 06:17:43.734 |
| 7299 | 2026-08-23T06:17:45.175Z | INFOAug 23 06:17:43.734 adding route 172.17.0.52/32 -> 10.0.0.255DEBG |
| 7300 | 2026-08-23T06:17:45.175Z | Aug 23 06:17:43.734replacing 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 23 06:17:43.734 Aug 23 06:17:43.734DEBG DEBG |
| 7301 | 2026-08-23T06:17:45.175Z | 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 } }] |
| 7302 | 2026-08-23T06:17:45.175Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7303 | 2026-08-23T06:17:45.175Z | |
| 7304 | 2026-08-23T06:17:45.175Z | Aug 23 06:17:43.734Aug 23 06:17:43.734Aug 23 06:17:43.734 Aug 23 06:17:43.734INFO INFO INFO adding route 172.17.0.53/32 -> 10.0.0.255 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 7305 | 2026-08-23T06:17:45.175Z | INFOadding route 172.17.0.17/32 -> 10.0.0.255 |
| 7306 | 2026-08-23T06:17:45.175Z | |
| 7307 | 2026-08-23T06:17:45.175Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7308 | 2026-08-23T06:17:45.175Z | Aug 23 06:17:43.734Aug 23 06:17:43.734 DEBGDEBGAug 23 06:17:43.701 Aug 23 06:17:43.734DEBGreplacing 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 } }] |
| 7309 | 2026-08-23T06:17:45.176Z | 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 } }] |
| 7310 | 2026-08-23T06:17:45.176Z | DEBGAug 23 06:17:43.734 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 } }] |
| 7311 | 2026-08-23T06:17:45.176Z | 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 } }] |
| 7312 | 2026-08-23T06:17:45.176Z | Aug 23 06:17:43.734 Aug 23 06:17:43.734 created new freemapINFO DEBGINFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff, Aug 23 06:17:43.734 |
| 7313 | 2026-08-23T06:17:45.176Z | Aug 23 06:17:43.734unitadding route 172.17.0.54/32 -> 10.0.0.255 INFO |
| 7314 | 2026-08-23T06:17:45.176Z | : freemap_route_ipv6INFOadding route 172.17.0.18/32 -> 10.0.0.255Aug 23 06:17:43.734 Aug 23 06:17:43.734DEBG adding route 172.17.0.17/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 } }] |
| 7315 | 2026-08-23T06:17:45.176Z | |
| 7316 | 2026-08-23T06:17:45.176Z | |
| 7317 | 2026-08-23T06:17:45.176Z | Aug 23 06:17:43.747 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 } }] |
| 7318 | 2026-08-23T06:17:45.176Z | Aug 23 06:17:43.747Aug 23 06:17:43.747 DEBG DEBG initted freemap. low: 0, size: 64Aug 23 06:17:43.747DEBG 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 23 06:17:43.747DEBG |
| 7319 | 2026-08-23T06:17:45.176Z | unit 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 } }] :adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7320 | 2026-08-23T06:17:45.177Z | |
| 7321 | 2026-08-23T06:17:45.177Z | freemap_route_ipv4replacing 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 } }] |
| 7322 | 2026-08-23T06:17:45.177Z | |
| 7323 | 2026-08-23T06:17:45.177Z | Aug 23 06:17:43.747 Aug 23 06:17:43.747Aug 23 06:17:43.747DEBGAug 23 06:17:43.747 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 } }]INFOINFO |
| 7324 | 2026-08-23T06:17:45.178Z | adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 7325 | 2026-08-23T06:17:45.178Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreset freemap |
| 7326 | 2026-08-23T06:17:45.178Z | , unitAug 23 06:17:43.747: INFO freemap_route_ipv4Aug 23 06:17:43.747 |
| 7327 | 2026-08-23T06:17:45.178Z | Aug 23 06:17:43.747adding route 172.17.0.19/32 -> 10.0.0.255Aug 23 06:17:43.747 |
| 7328 | 2026-08-23T06:17:45.179Z | DEBGAug 23 06:17:43.747 DEBG DEBG INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. low: 0, size: 64 |
| 7329 | 2026-08-23T06:17:45.179Z | , |
| 7330 | 2026-08-23T06:17:45.179Z | Aug 23 06:17:43.747unit : freemap_route_ipv6DEBG |
| 7331 | 2026-08-23T06:17:45.179Z | Aug 23 06:17:43.747replacing 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.19/32 -> 10.0.0.255 |
| 7332 | 2026-08-23T06:17:45.179Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 23 06:17:43.747 |
| 7333 | 2026-08-23T06:17:45.179Z | Aug 23 06:17:43.747INFO |
| 7334 | 2026-08-23T06:17:45.179Z | Aug 23 06:17:43.747Aug 23 06:17:43.747 INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 172.17.0.20/32 -> 10.0.0.255 DEBG |
| 7335 | 2026-08-23T06:17:45.179Z | reset freemap |
| 7336 | 2026-08-23T06:17:45.179Z | , unitAug 23 06:17:43.747: replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 23 06:17:43.747 |
| 7337 | 2026-08-23T06:17:45.179Z | |
| 7338 | 2026-08-23T06:17:45.179Z | DEBGAug 23 06:17:43.747 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 } }] DEBGAug 23 06:17:43.747 |
| 7339 | 2026-08-23T06:17:45.179Z | INFOAug 23 06:17:43.747 adding route 172.17.0.25/32 -> 10.0.0.255INFO |
| 7340 | 2026-08-23T06:17:45.179Z | Aug 23 06:17:43.747 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:dead::/64 -> 2001:db8::55:1 |
| 7341 | 2026-08-23T06:17:45.181Z | |
| 7342 | 2026-08-23T06:17:45.181Z | 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.21/32 -> 10.0.0.255Aug 23 06:17:43.747Aug 23 06:17:43.747 |
| 7343 | 2026-08-23T06:17:45.181Z | Aug 23 06:17:43.747DEBG 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 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 |
| 7344 | 2026-08-23T06:17:45.181Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 7345 | 2026-08-23T06:17:45.181Z | Aug 23 06:17:43.747 |
| 7346 | 2026-08-23T06:17:45.181Z | Aug 23 06:17:43.747DEBG |
| 7347 | 2026-08-23T06:17:45.181Z | INFO 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 3fff:dead::/64 -> 2001:db8::55:2 |
| 7348 | 2026-08-23T06:17:45.181Z | |
| 7349 | 2026-08-23T06:17:45.181Z | Aug 23 06:17:43.747 INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 23 06:17:43.747 |
| 7350 | 2026-08-23T06:17:45.181Z | Aug 23 06:17:43.747 Aug 23 06:17:43.747DEBGAug 23 06:17:43.747 INFO Aug 23 06:17:43.747 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 } }] adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7351 | 2026-08-23T06:17:45.181Z | |
| 7352 | 2026-08-23T06:17:45.181Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 7353 | 2026-08-23T06:17:45.181Z | Aug 23 06:17:43.747 |
| 7354 | 2026-08-23T06:17:45.181Z | Aug 23 06:17:43.747 |
| 7355 | 2026-08-23T06:17:45.181Z | DEBGINFO Aug 23 06:17:43.747replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7356 | 2026-08-23T06:17:45.181Z | |
| 7357 | 2026-08-23T06:17:45.182Z | INFO Aug 23 06:17:43.747adding route 172.17.0.27/32 -> 10.0.0.255Aug 23 06:17:43.747 Aug 23 06:17:43.747 |
| 7358 | 2026-08-23T06:17:45.182Z | DEBGINFOINFO Aug 23 06:17:43.747 adding route 172.17.0.23/32 -> 10.0.0.255adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7359 | 2026-08-23T06:17:45.182Z | |
| 7360 | 2026-08-23T06:17:45.182Z | |
| 7361 | 2026-08-23T06:17:45.182Z | test route::tests::grow_succeeds ... ok |
| 7362 | 2026-08-23T06:17:45.182Z | DEBGAug 23 06:17:43.747Aug 23 06:17:43.747Aug 23 06:17:43.747 Aug 23 06:17:43.747INFODEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 7363 | 2026-08-23T06:17:45.182Z | 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 } }] |
| 7364 | 2026-08-23T06:17:45.182Z | 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.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: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 } }] |
| 7365 | 2026-08-23T06:17:45.182Z | Aug 23 06:17:43.747 |
| 7366 | 2026-08-23T06:17:45.182Z | DEBG |
| 7367 | 2026-08-23T06:17:45.182Z | Aug 23 06:17:43.747replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7368 | 2026-08-23T06:17:45.182Z | INFOAug 23 06:17:43.747 adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7369 | 2026-08-23T06:17:45.184Z | test route::tests::add_target_fails_full ... ok |
| 7370 | 2026-08-23T06:17:45.184Z | INFOAug 23 06:17:43.747 Aug 23 06:17:43.747DEBG replacing targets for 3fff:dead::/64 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 } }] |
| 7371 | 2026-08-23T06:17:45.184Z | Aug 23 06:17:43.747 Aug 23 06:17:43.747INFO |
| 7372 | 2026-08-23T06:17:45.184Z | DEBG adding route 172.17.0.21/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 } }] |
| 7373 | 2026-08-23T06:17:45.184Z | |
| 7374 | 2026-08-23T06:17:45.184Z | Aug 23 06:17:43.766 INFOAug 23 06:17:43.766Aug 23 06:17:43.766 DEBG 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 } }] |
| 7375 | 2026-08-23T06:17:45.184Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7376 | 2026-08-23T06:17:45.184Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7377 | 2026-08-23T06:17:45.184Z | Aug 23 06:17:43.766 INFO Aug 23 06:17:43.766adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7378 | 2026-08-23T06:17:45.185Z | DEBG Aug 23 06:17:43.766replacing 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 } }] |
| 7379 | 2026-08-23T06:17:45.185Z | 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 23 06:17:43.766initted freemap. low: 0, size: 64 |
| 7380 | 2026-08-23T06:17:45.185Z | DEBG, Aug 23 06:17:43.766unit : INFOfreemap_route_ipv6replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7381 | 2026-08-23T06:17:45.185Z | |
| 7382 | 2026-08-23T06:17:45.185Z | adding route 172.17.0.56/32 -> 10.0.0.255Aug 23 06:17:43.766 |
| 7383 | 2026-08-23T06:17:45.185Z | INFOAug 23 06:17:43.766 INFOadding route 172.17.0.26/32 -> 10.0.0.255Aug 23 06:17:43.766 |
| 7384 | 2026-08-23T06:17:45.185Z | adding route 172.17.0.23/32 -> 10.0.0.255Aug 23 06:17:43.766DEBG |
| 7385 | 2026-08-23T06:17:45.185Z | DEBGreset freemapAug 23 06:17:43.766 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 |
| 7386 | 2026-08-23T06:17:45.186Z | , unit: freemap_route_ipv6replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766Aug 23 06:17:43.766 INFO |
| 7387 | 2026-08-23T06:17:45.186Z | adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 7388 | 2026-08-23T06:17:45.186Z | |
| 7389 | 2026-08-23T06:17:45.186Z | 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 } }]Aug 23 06:17:43.766 |
| 7390 | 2026-08-23T06:17:45.186Z | Aug 23 06:17:43.766INFOAug 23 06:17:43.766 adding route 172.16.0.0/32 -> 10.0.0.1 INFOAug 23 06:17:43.766DEBG |
| 7391 | 2026-08-23T06:17:45.186Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7392 | 2026-08-23T06:17:45.186Z | |
| 7393 | 2026-08-23T06:17:45.186Z | INFOAug 23 06:17:43.766 DEBGAug 23 06:17:43.766adding route 172.17.0.24/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 } }]Aug 23 06:17:43.766 |
| 7394 | 2026-08-23T06:17:45.186Z | INFO |
| 7395 | 2026-08-23T06:17:45.186Z | DEBG adding route 172.17.0.58/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 } }] |
| 7396 | 2026-08-23T06:17:45.186Z | |
| 7397 | 2026-08-23T06:17:45.186Z | Aug 23 06:17:43.766 Aug 23 06:17:43.766DEBG Aug 23 06:17:43.766DEBG Aug 23 06:17:43.766 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 } }] |
| 7398 | 2026-08-23T06:17:45.186Z | INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7399 | 2026-08-23T06:17:45.191Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7400 | 2026-08-23T06:17:45.192Z | |
| 7401 | 2026-08-23T06:17:45.192Z | Aug 23 06:17:43.766Aug 23 06:17:43.766 Aug 23 06:17:43.766INFO INFO DEBG adding route 172.17.0.59/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 } }]adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7402 | 2026-08-23T06:17:45.192Z | |
| 7403 | 2026-08-23T06:17:45.192Z | |
| 7404 | 2026-08-23T06:17:45.192Z | Aug 23 06:17:43.766Aug 23 06:17:43.766 Aug 23 06:17:43.766DEBG 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 } }] |
| 7405 | 2026-08-23T06:17:45.192Z | adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 7406 | 2026-08-23T06:17:45.192Z | 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 23 06:17:43.766 INFO |
| 7407 | 2026-08-23T06:17:45.192Z | adding route 172.17.0.60/32 -> 10.0.0.255Aug 23 06:17:43.766 |
| 7408 | 2026-08-23T06:17:45.192Z | Aug 23 06:17:43.766 DEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766 |
| 7409 | 2026-08-23T06:17:45.192Z | adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 7410 | 2026-08-23T06:17:45.192Z | 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 } }] |
| 7411 | 2026-08-23T06:17:45.192Z | Aug 23 06:17:43.766 INFOadding route 172.17.0.28/32 -> 10.0.0.255Aug 23 06:17:43.766 Aug 23 06:17:43.766adding route 172.17.0.30/32 -> 10.0.0.255INFO |
| 7412 | 2026-08-23T06:17:45.192Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7413 | 2026-08-23T06:17:45.193Z | |
| 7414 | 2026-08-23T06:17:45.193Z | 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 23 06:17:43.766 |
| 7415 | 2026-08-23T06:17:45.193Z | Aug 23 06:17:43.766DEBG DEBGreplacing 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 } }] |
| 7416 | 2026-08-23T06:17:45.193Z | 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 } }] |
| 7417 | 2026-08-23T06:17:45.194Z | Aug 23 06:17:43.766Aug 23 06:17:43.766 Aug 23 06:17:43.766 DEBG Aug 23 06:17:43.766INFOreplacing 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 } }] |
| 7418 | 2026-08-23T06:17:45.194Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255INFO |
| 7419 | 2026-08-23T06:17:45.194Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7420 | 2026-08-23T06:17:45.194Z | adding route 172.17.0.62/32 -> 10.0.0.255Aug 23 06:17:43.766 |
| 7421 | 2026-08-23T06:17:45.194Z | INFOAug 23 06:17:43.766 Aug 23 06:17:43.766 Aug 23 06:17:43.766DEBGadding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 7422 | 2026-08-23T06:17:45.194Z | 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 } }] 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 } }] |
| 7423 | 2026-08-23T06:17:45.194Z | |
| 7424 | 2026-08-23T06:17:45.194Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766 |
| 7425 | 2026-08-23T06:17:45.194Z | DEBGAug 23 06:17:43.766 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 23 06:17:43.766INFO |
| 7426 | 2026-08-23T06:17:45.194Z | INFOadding route 172.17.0.32/32 -> 10.0.0.255 |
| 7427 | 2026-08-23T06:17:45.194Z | adding route 172.17.0.63/32 -> 10.0.0.255 |
| 7428 | 2026-08-23T06:17:45.194Z | Aug 23 06:17:43.766Aug 23 06:17:43.766 INFOINFOAug 23 06:17:43.766Aug 23 06:17:43.766 adding route 172.17.0.28/32 -> 10.0.0.255DEBGDEBG adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7429 | 2026-08-23T06:17:45.194Z | |
| 7430 | 2026-08-23T06:17:45.194Z | 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.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 } }] |
| 7431 | 2026-08-23T06:17:45.194Z | |
| 7432 | 2026-08-23T06:17:45.194Z | Aug 23 06:17:43.766 DEBGAug 23 06:17:43.766 Aug 23 06:17:43.766replacing 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 } }]DEBGAug 23 06:17:43.766 DEBGINFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7433 | 2026-08-23T06:17:45.195Z | failed to allocate space for the new target list |
| 7434 | 2026-08-23T06:17:45.195Z | |
| 7435 | 2026-08-23T06:17:45.195Z | |
| 7436 | 2026-08-23T06:17:45.195Z | Aug 23 06:17:43.766Aug 23 06:17:43.766 Aug 23 06:17:43.766DEBGAug 23 06:17:43.766 DEBGINFO INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 7437 | 2026-08-23T06:17:45.195Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7438 | 2026-08-23T06:17:45.195Z | |
| 7439 | 2026-08-23T06:17:45.195Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7440 | 2026-08-23T06:17:45.195Z | Aug 23 06:17:43.766Aug 23 06:17:43.766 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.34/32 -> 10.0.0.255 |
| 7441 | 2026-08-23T06:17:45.195Z | Aug 23 06:17:43.766Aug 23 06:17:43.766 |
| 7442 | 2026-08-23T06:17:45.195Z | DEBGDEBG Aug 23 06:17:43.766failed to allocate space for the new target listAug 23 06:17:43.766 |
| 7443 | 2026-08-23T06:17:45.195Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7444 | 2026-08-23T06:17:45.195Z | 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 } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7445 | 2026-08-23T06:17:45.195Z | |
| 7446 | 2026-08-23T06:17:45.195Z | Aug 23 06:17:43.766 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7447 | 2026-08-23T06:17:45.195Z | Aug 23 06:17:43.766Aug 23 06:17:43.766 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 } }]Aug 23 06:17:43.766 |
| 7448 | 2026-08-23T06:17:45.196Z | adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 7449 | 2026-08-23T06:17:45.196Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766 |
| 7450 | 2026-08-23T06:17:45.196Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 23 06:17:43.766 |
| 7451 | 2026-08-23T06:17:45.196Z | 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 } }]Aug 23 06:17:43.766Aug 23 06:17:43.766adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 7452 | 2026-08-23T06:17:45.196Z | |
| 7453 | 2026-08-23T06:17:45.196Z | 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 } }]INFO |
| 7454 | 2026-08-23T06:17:45.196Z | Aug 23 06:17:43.766adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7455 | 2026-08-23T06:17:45.196Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7456 | 2026-08-23T06:17:45.196Z | Aug 23 06:17:43.766Aug 23 06:17:43.766 Aug 23 06:17:43.734 INFODEBG Aug 23 06:17:43.766 created new freemapDEBGadding route 172.17.0.34/32 -> 10.0.0.255, DEBG |
| 7457 | 2026-08-23T06:17:45.196Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7458 | 2026-08-23T06:17:45.196Z | : freemap_route_ipv4Aug 23 06:17:43.766 |
| 7459 | 2026-08-23T06:17:45.196Z | Aug 23 06:17:43.766Aug 23 06:17:43.766replacing 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 } }] |
| 7460 | 2026-08-23T06:17:45.196Z | DEBGDEBG Aug 23 06:17:43.766replacing 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 |
| 7461 | 2026-08-23T06:17:45.198Z | DEBG adding route 172.17.0.37/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 } }]created new freemap, |
| 7462 | 2026-08-23T06:17:45.198Z | unit |
| 7463 | 2026-08-23T06:17:45.198Z | Aug 23 06:17:43.766: INFOAug 23 06:17:43.766 Aug 23 06:17:43.766freemap_route_ipv6 DEBGadding route 172.17.0.35/32 -> 10.0.0.255 Aug 23 06:17:43.766 |
| 7464 | 2026-08-23T06:17:45.198Z | |
| 7465 | 2026-08-23T06:17:45.198Z | 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 |
| 7466 | 2026-08-23T06:17:45.198Z | Aug 23 06:17:43.766 Aug 23 06:17:43.766 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff DEBG |
| 7467 | 2026-08-23T06:17:45.198Z | initted freemap. low: 0, size: 64Aug 23 06:17:43.766INFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO, |
| 7468 | 2026-08-23T06:17:45.198Z | unit: adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7469 | 2026-08-23T06:17:45.198Z | freemap_route_ipv4Aug 23 06:17:43.766 |
| 7470 | 2026-08-23T06:17:45.198Z | Aug 23 06:17:43.766 INFODEBG Aug 23 06:17:43.766replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255Aug 23 06:17:43.766 |
| 7471 | 2026-08-23T06:17:45.198Z | |
| 7472 | 2026-08-23T06:17:45.199Z | DEBGDEBG reset freemapAug 23 06:17:43.766Aug 23 06:17:43.766, 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 |
| 7473 | 2026-08-23T06:17:45.199Z | DEBG : 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 } }] |
| 7474 | 2026-08-23T06:17:45.199Z | INFO |
| 7475 | 2026-08-23T06:17:45.199Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 172.17.0.32/32 -> 10.0.0.255 |
| 7476 | 2026-08-23T06:17:45.199Z | |
| 7477 | 2026-08-23T06:17:45.199Z | Aug 23 06:17:43.766 Aug 23 06:17:43.766Aug 23 06:17:43.766DEBG Aug 23 06:17:43.766INFO initted freemap. low: 0, size: 64 , Aug 23 06:17:43.766unit :DEBGadding route 172.17.0.37/32 -> 10.0.0.255 DEBG |
| 7478 | 2026-08-23T06:17:45.199Z | freemap_route_ipv6 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 } }] |
| 7479 | 2026-08-23T06:17:45.199Z | INFO |
| 7480 | 2026-08-23T06:17:45.199Z | Aug 23 06:17:43.766 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766 Aug 23 06:17:43.766 DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7481 | 2026-08-23T06:17:45.200Z | reset freemap adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 7482 | 2026-08-23T06:17:45.200Z | , |
| 7483 | 2026-08-23T06:17:45.200Z | unit:Aug 23 06:17:43.766adding route 172.17.0.39/32 -> 10.0.0.255 freemap_route_ipv6INFO |
| 7484 | 2026-08-23T06:17:45.200Z | |
| 7485 | 2026-08-23T06:17:45.200Z | Aug 23 06:17:43.766adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7486 | 2026-08-23T06:17:45.200Z | DEBG Aug 23 06:17:43.766Aug 23 06:17:43.766Aug 23 06:17:43.766Aug 23 06:17:43.766 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 DEBG INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7487 | 2026-08-23T06:17:45.200Z | Aug 23 06:17:43.766Aug 23 06:17:43.766 DEBG DEBGAug 23 06:17:43.783 created new freemapINFOcreated new freemap , adding route 172.17.0.39/32 -> 10.0.0.255unit |
| 7488 | 2026-08-23T06:17:45.200Z | :, unitfreemap_route_ipv4:Aug 23 06:17:43.783 |
| 7489 | 2026-08-23T06:17:45.200Z | 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 } }]freemap_route_ipv4 |
| 7490 | 2026-08-23T06:17:45.200Z | |
| 7491 | 2026-08-23T06:17:45.200Z | |
| 7492 | 2026-08-23T06:17:45.200Z | INFOAug 23 06:17:43.783 adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 7493 | 2026-08-23T06:17:45.201Z | Aug 23 06:17:43.783Aug 23 06:17:43.783adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7494 | 2026-08-23T06:17:45.201Z | INFODEBG Aug 23 06:17:43.783 adding route 172.17.0.40/32 -> 10.0.0.255created new freemap |
| 7495 | 2026-08-23T06:17:45.201Z | Aug 23 06:17:43.783DEBG 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 } }], |
| 7496 | 2026-08-23T06:17:45.201Z | 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 |
| 7497 | 2026-08-23T06:17:45.203Z | :Aug 23 06:17:43.783 freemap_route_ipv6INFO |
| 7498 | 2026-08-23T06:17:45.203Z | Aug 23 06:17:43.783 adding route 172.17.0.34/32 -> 10.0.0.255Aug 23 06:17:43.783INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 7499 | 2026-08-23T06:17:45.207Z | 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 } }] |
| 7500 | 2026-08-23T06:17:45.207Z | |
| 7501 | 2026-08-23T06:17:45.208Z | Aug 23 06:17:43.783Aug 23 06:17:43.783 Aug 23 06:17:43.783DEBG Aug 23 06:17:43.783replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG INFO |
| 7502 | 2026-08-23T06:17:45.208Z | DEBG initted freemap. low: 0, size: 64adding route 172.17.0.41/32 -> 10.0.0.255, unit |
| 7503 | 2026-08-23T06:17:45.208Z | 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 } }]: |
| 7504 | 2026-08-23T06:17:45.208Z | Aug 23 06:17:43.783 Aug 23 06:17:43.783INFO DEBG freemap_route_ipv4adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7505 | 2026-08-23T06:17:45.208Z | 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 } }] |
| 7506 | 2026-08-23T06:17:45.208Z | |
| 7507 | 2026-08-23T06:17:45.208Z | Aug 23 06:17:43.783 Aug 23 06:17:43.783Aug 23 06:17:43.783 INFO DEBGINFO adding route 172.17.0.42/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 } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7508 | 2026-08-23T06:17:45.208Z | |
| 7509 | 2026-08-23T06:17:45.208Z | Aug 23 06:17:43.783 |
| 7510 | 2026-08-23T06:17:45.208Z | DEBGAug 23 06:17:43.783Aug 23 06:17:43.783 INFOAug 23 06:17:43.783 DEBGadding route 172.17.0.43/32 -> 10.0.0.255 reset freemapDEBG |
| 7511 | 2026-08-23T06:17:45.208Z | 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.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 } }] |
| 7512 | 2026-08-23T06:17:45.208Z | |
| 7513 | 2026-08-23T06:17:45.210Z | unitAug 23 06:17:43.783: Aug 23 06:17:43.783DEBG freemap_route_ipv4replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7514 | 2026-08-23T06:17:45.210Z | |
| 7515 | 2026-08-23T06:17:45.210Z | Aug 23 06:17:43.783INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7516 | 2026-08-23T06:17:45.210Z | Aug 23 06:17:43.783INFO INFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7517 | 2026-08-23T06:17:45.210Z | |
| 7518 | 2026-08-23T06:17:45.210Z | Aug 23 06:17:43.783 Aug 23 06:17:43.783DEBG Aug 23 06:17:43.783Aug 23 06:17:43.783replacing 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 } }] |
| 7519 | 2026-08-23T06:17:45.210Z | DEBG DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7520 | 2026-08-23T06:17:45.210Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7521 | 2026-08-23T06:17:45.210Z | Aug 23 06:17:43.783 initted freemap. low: 0, size: 64Aug 23 06:17:43.783 , INFOAug 23 06:17:43.783 adding route 172.17.0.45/32 -> 10.0.0.255INFOunitINFO |
| 7522 | 2026-08-23T06:17:45.210Z | adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7523 | 2026-08-23T06:17:45.210Z | |
| 7524 | 2026-08-23T06:17:45.210Z | : Aug 23 06:17:43.783Aug 23 06:17:43.783 Aug 23 06:17:43.783 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 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 } }] |
| 7525 | 2026-08-23T06:17:45.210Z | |
| 7526 | 2026-08-23T06:17:45.210Z | freemap_route_ipv6DEBG |
| 7527 | 2026-08-23T06:17:45.210Z | Aug 23 06:17:43.783replacing 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 23 06:17:43.783 |
| 7528 | 2026-08-23T06:17:45.210Z | INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255 Aug 23 06:17:43.783adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7529 | 2026-08-23T06:17:45.211Z | INFOAug 23 06:17:43.783 |
| 7530 | 2026-08-23T06:17:45.213Z | adding route 172.17.0.38/32 -> 10.0.0.255DEBGAug 23 06:17:43.783 |
| 7531 | 2026-08-23T06:17:45.213Z | reset freemapAug 23 06:17:43.783DEBG, unitreplacing 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 } }] |
| 7532 | 2026-08-23T06:17:45.213Z | DEBG: Aug 23 06:17:43.783Aug 23 06:17:43.783 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7533 | 2026-08-23T06:17:45.213Z | freemap_route_ipv6 INFO |
| 7534 | 2026-08-23T06:17:45.213Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255Aug 23 06:17:43.783 |
| 7535 | 2026-08-23T06:17:45.213Z | |
| 7536 | 2026-08-23T06:17:45.213Z | INFO Aug 23 06:17:43.783adding route 172.17.0.46/32 -> 10.0.0.255Aug 23 06:17:43.783 |
| 7537 | 2026-08-23T06:17:45.213Z | DEBGAug 23 06:17:43.783 INFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7538 | 2026-08-23T06:17:45.213Z | Aug 23 06:17:43.783INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7539 | 2026-08-23T06:17:45.213Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 23 06:17:43.783DEBG 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 172.17.0.48/32 -> 10.0.0.255 |
| 7540 | 2026-08-23T06:17:45.213Z | |
| 7541 | 2026-08-23T06:17:45.213Z | |
| 7542 | 2026-08-23T06:17:45.213Z | Aug 23 06:17:43.783Aug 23 06:17:43.783 Aug 23 06:17:43.783DEBGDEBG Aug 23 06:17:43.783replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7543 | 2026-08-23T06:17:45.213Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7544 | 2026-08-23T06:17:45.214Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7545 | 2026-08-23T06:17:45.214Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 23 06:17:43.783 |
| 7546 | 2026-08-23T06:17:45.215Z | INFO Aug 23 06:17:43.783adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7547 | 2026-08-23T06:17:45.215Z | INFO |
| 7548 | 2026-08-23T06:17:45.215Z | Aug 23 06:17:43.783 Aug 23 06:17:43.783adding route 172.17.0.40/32 -> 10.0.0.255DEBGAug 23 06:17:43.783 |
| 7549 | 2026-08-23T06:17:45.215Z | Aug 23 06:17:43.783replacing 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 } }] |
| 7550 | 2026-08-23T06:17:45.215Z | INFOINFODEBG 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 23 06:17:43.783 |
| 7551 | 2026-08-23T06:17:45.215Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 7552 | 2026-08-23T06:17:45.215Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 23 06:17:43.783Aug 23 06:17:43.783replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7553 | 2026-08-23T06:17:45.216Z | |
| 7554 | 2026-08-23T06:17:45.216Z | adding route 172.17.0.50/32 -> 10.0.0.255INFOAug 23 06:17:43.783 |
| 7555 | 2026-08-23T06:17:45.216Z | DEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing 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 } }] |
| 7556 | 2026-08-23T06:17:45.216Z | Aug 23 06:17:43.783 |
| 7557 | 2026-08-23T06:17:45.216Z | Aug 23 06:17:43.783 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.41/32 -> 10.0.0.255 |
| 7558 | 2026-08-23T06:17:45.216Z | |
| 7559 | 2026-08-23T06:17:45.216Z | Aug 23 06:17:43.783 INFOAug 23 06:17:43.783 Aug 23 06:17:43.783adding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 23 06:17:43.783 DEBG |
| 7560 | 2026-08-23T06:17:45.216Z | test route::tests::same_size_non_subset_replace ... ok |
| 7561 | 2026-08-23T06:17:45.216Z | DEBGINFOreplacing 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 } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7562 | 2026-08-23T06:17:45.218Z | test route::tests::delete_targets_fragmented ... ok |
| 7563 | 2026-08-23T06:17:45.218Z | test route::tests::delete_target_fragmented ... ok |
| 7564 | 2026-08-23T06:17:45.218Z | Aug 23 06:17:43.783 |
| 7565 | 2026-08-23T06:17:45.218Z | |
| 7566 | 2026-08-23T06:17:45.218Z | DEBG Aug 23 06:17:43.783Aug 23 06:17:43.783replacing 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 } }] |
| 7567 | 2026-08-23T06:17:45.218Z | Aug 23 06:17:43.783 Aug 23 06:17:43.783INFODEBG Aug 23 06:17:43.783adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7568 | 2026-08-23T06:17:45.218Z | |
| 7569 | 2026-08-23T06:17:45.218Z | INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.49/32 -> 10.0.0.255 |
| 7570 | 2026-08-23T06:17:45.218Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 23 06:17:43.783Aug 23 06:17:43.783 |
| 7571 | 2026-08-23T06:17:45.218Z | DEBG INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:17:43.783 |
| 7572 | 2026-08-23T06:17:45.218Z | adding route 172.17.0.52/32 -> 10.0.0.255 DEBG |
| 7573 | 2026-08-23T06:17:45.219Z | |
| 7574 | 2026-08-23T06:17:45.219Z | 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 23 06:17:43.783 |
| 7575 | 2026-08-23T06:17:45.219Z | Aug 23 06:17:43.783Aug 23 06:17:43.783 DEBGDEBG Aug 23 06:17:43.783INFO Aug 23 06:17:43.783INFO 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.43/32 -> 10.0.0.255 |
| 7576 | 2026-08-23T06:17:45.219Z | 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 } }] |
| 7577 | 2026-08-23T06:17:45.219Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 7578 | 2026-08-23T06:17:45.219Z | |
| 7579 | 2026-08-23T06:17:45.219Z | INFO Aug 23 06:17:43.783adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 23 06:17:43.783Aug 23 06:17:43.783DEBG |
| 7580 | 2026-08-23T06:17:45.219Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 23 06:17:43.783 |
| 7581 | 2026-08-23T06:17:45.219Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 7582 | 2026-08-23T06:17:45.219Z | INFOadding route 172.17.0.53/32 -> 10.0.0.255Aug 23 06:17:43.783 |
| 7583 | 2026-08-23T06:17:45.219Z | Aug 23 06:17:43.783INFO adding route 172.17.0.50/32 -> 10.0.0.255INFOAug 23 06:17:43.783 Aug 23 06:17:43.783adding route 3fff:beef:17::/64 -> 2001:db8::55:ff adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 7584 | 2026-08-23T06:17:45.219Z | 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 } }] |
| 7585 | 2026-08-23T06:17:45.219Z | |
| 7586 | 2026-08-23T06:17:45.219Z | |
| 7587 | 2026-08-23T06:17:45.219Z | Aug 23 06:17:43.783Aug 23 06:17:43.783DEBGAug 23 06:17:43.783 Aug 23 06:17:43.783 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGDEBG |
| 7588 | 2026-08-23T06:17:45.219Z | INFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7589 | 2026-08-23T06:17:45.219Z | DEBG |
| 7590 | 2026-08-23T06:17:45.219Z | 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 } }] |
| 7591 | 2026-08-23T06:17:45.219Z | 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 23 06:17:43.783 |
| 7592 | 2026-08-23T06:17:45.220Z | Aug 23 06:17:43.783Aug 23 06:17:43.783 Aug 23 06:17:43.783DEBG INFO Aug 23 06:17:43.783replacing 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 |
| 7593 | 2026-08-23T06:17:45.220Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7594 | 2026-08-23T06:17:45.220Z | Aug 23 06:17:43.783 |
| 7595 | 2026-08-23T06:17:45.220Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 INFO |
| 7596 | 2026-08-23T06:17:45.220Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 23 06:17:43.783 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7597 | 2026-08-23T06:17:45.220Z | |
| 7598 | 2026-08-23T06:17:45.220Z | Aug 23 06:17:43.783Aug 23 06:17:43.783 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 } }]DEBGAug 23 06:17:43.783 |
| 7599 | 2026-08-23T06:17:45.225Z | Aug 23 06:17:43.783DEBG 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 } }] |
| 7600 | 2026-08-23T06:17:45.225Z | 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 } }] |
| 7601 | 2026-08-23T06:17:45.225Z | 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.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 } }] |
| 7602 | 2026-08-23T06:17:45.225Z | |
| 7603 | 2026-08-23T06:17:45.225Z | Aug 23 06:17:43.783 Aug 23 06:17:43.783INFOAug 23 06:17:43.783 Aug 23 06:17:43.783Aug 23 06:17:43.783 INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 7604 | 2026-08-23T06:17:45.225Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7605 | 2026-08-23T06:17:45.225Z | adding route 172.17.0.52/32 -> 10.0.0.255 Aug 23 06:17:43.783DEBG adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7606 | 2026-08-23T06:17:45.226Z | replacing targets for 3fff:dead::/64 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 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 } }] |
| 7607 | 2026-08-23T06:17:45.226Z | |
| 7608 | 2026-08-23T06:17:45.226Z | |
| 7609 | 2026-08-23T06:17:45.227Z | Aug 23 06:17:43.800Aug 23 06:17:43.800Aug 23 06:17:43.800 DEBGAug 23 06:17:43.800INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7610 | 2026-08-23T06:17:45.227Z | DEBG |
| 7611 | 2026-08-23T06:17:45.227Z | 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 |
| 7612 | 2026-08-23T06:17:45.227Z | Aug 23 06:17:43.800replacing 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 23 06:17:43.800 DEBG Aug 23 06:17:43.800replacing 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 } }] |
| 7613 | 2026-08-23T06:17:45.227Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 7614 | 2026-08-23T06:17:45.227Z | Aug 23 06:17:43.800 adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 7615 | 2026-08-23T06:17:45.227Z | Aug 23 06:17:43.800adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff DEBG |
| 7616 | 2026-08-23T06:17:45.227Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.800 |
| 7617 | 2026-08-23T06:17:45.227Z | DEBG Aug 23 06:17:43.800adding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:17:43.800 |
| 7618 | 2026-08-23T06:17:45.227Z | INFO DEBGadding route 172.17.0.54/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 } }] |
| 7619 | 2026-08-23T06:17:45.227Z | 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 23 06:17:43.800 |
| 7620 | 2026-08-23T06:17:45.227Z | DEBG |
| 7621 | 2026-08-23T06:17:45.228Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 23 06:17:43.800 |
| 7622 | 2026-08-23T06:17:45.228Z | Aug 23 06:17:43.800INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 23 06:17:43.800 |
| 7623 | 2026-08-23T06:17:45.228Z | INFO 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.2 |
| 7624 | 2026-08-23T06:17:45.228Z | |
| 7625 | 2026-08-23T06:17:45.228Z | Aug 23 06:17:43.800 Aug 23 06:17:43.800INFO Aug 23 06:17:43.800DEBGadding route 172.17.0.48/32 -> 10.0.0.255Aug 23 06:17:43.800 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 |
| 7626 | 2026-08-23T06:17:45.228Z | DEBG |
| 7627 | 2026-08-23T06:17:45.228Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.55/32 -> 10.0.0.255 |
| 7628 | 2026-08-23T06:17:45.228Z | Aug 23 06:17:43.800Aug 23 06:17:43.800 |
| 7629 | 2026-08-23T06:17:45.229Z | INFODEBG Aug 23 06:17:43.800replacing 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 23 06:17:43.800 |
| 7630 | 2026-08-23T06:17:45.229Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBGDEBG |
| 7631 | 2026-08-23T06:17:45.229Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 7632 | 2026-08-23T06:17:45.229Z | |
| 7633 | 2026-08-23T06:17:45.229Z | Aug 23 06:17:43.800Aug 23 06:17:43.800 INFODEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7634 | 2026-08-23T06:17:45.229Z | |
| 7635 | 2026-08-23T06:17:45.229Z | Aug 23 06:17:43.800 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7636 | 2026-08-23T06:17:45.229Z | Aug 23 06:17:43.800Aug 23 06:17:43.800 Aug 23 06:17:43.800DEBG 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 } }]DEBG |
| 7637 | 2026-08-23T06:17:45.230Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7638 | 2026-08-23T06:17:45.230Z | |
| 7639 | 2026-08-23T06:17:45.230Z | Aug 23 06:17:43.800 INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 23 06:17:43.800 |
| 7640 | 2026-08-23T06:17:45.230Z | Aug 23 06:17:43.800INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255 Aug 23 06:17:43.800replacing 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 } }] |
| 7641 | 2026-08-23T06:17:45.230Z | |
| 7642 | 2026-08-23T06:17:45.230Z | DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.800 |
| 7643 | 2026-08-23T06:17:45.230Z | Aug 23 06:17:43.800INFO DEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7644 | 2026-08-23T06:17:45.230Z | Aug 23 06:17:43.800 |
| 7645 | 2026-08-23T06:17:45.230Z | INFOAug 23 06:17:43.800 adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 7646 | 2026-08-23T06:17:45.230Z | 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 23 06:17:43.800 |
| 7647 | 2026-08-23T06:17:45.230Z | Aug 23 06:17:43.800INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255Aug 23 06:17:43.800 |
| 7648 | 2026-08-23T06:17:45.230Z | 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 |
| 7649 | 2026-08-23T06:17:45.230Z | Aug 23 06:17:43.800 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7650 | 2026-08-23T06:17:45.230Z | DEBG Aug 23 06:17:43.800replacing 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 } }] |
| 7651 | 2026-08-23T06:17:45.230Z | INFO Aug 23 06:17:43.800 adding route 172.17.0.52/32 -> 10.0.0.255DEBG |
| 7652 | 2026-08-23T06:17:45.231Z | Aug 23 06:17:43.800 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 } }]INFO |
| 7653 | 2026-08-23T06:17:45.231Z | adding route 172.17.0.59/32 -> 10.0.0.255Aug 23 06:17:43.800 |
| 7654 | 2026-08-23T06:17:45.231Z | DEBGAug 23 06:17:43.800 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 |
| 7655 | 2026-08-23T06:17:45.231Z | Aug 23 06:17:43.800 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7656 | 2026-08-23T06:17:45.231Z | DEBG Aug 23 06:17:43.800 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 |
| 7657 | 2026-08-23T06:17:45.231Z | adding route 172.17.0.53/32 -> 10.0.0.255Aug 23 06:17:43.800 |
| 7658 | 2026-08-23T06:17:45.231Z | DEBG Aug 23 06:17:43.800replacing 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 } }] |
| 7659 | 2026-08-23T06:17:45.231Z | INFOAug 23 06:17:43.800Aug 23 06:17:43.800 DEBGadding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 7660 | 2026-08-23T06:17:45.231Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7661 | 2026-08-23T06:17:45.231Z | test route::tests::delete_target_full ... ok |
| 7662 | 2026-08-23T06:17:45.232Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7663 | 2026-08-23T06:17:45.232Z | created new freemapAug 23 06:17:43.800 , 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 } }]unit |
| 7664 | 2026-08-23T06:17:45.232Z | :Aug 23 06:17:43.800 INFO Aug 23 06:17:43.800adding route 3fff:beef:22::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 7665 | 2026-08-23T06:17:45.232Z | DEBG |
| 7666 | 2026-08-23T06:17:45.232Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7667 | 2026-08-23T06:17:45.232Z | |
| 7668 | 2026-08-23T06:17:45.232Z | Aug 23 06:17:43.800 Aug 23 06:17:43.800DEBG Aug 23 06:17:43.800DEBG 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 } }] |
| 7669 | 2026-08-23T06:17:45.232Z | 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 } }]initted freemap. low: 0, size: 64 |
| 7670 | 2026-08-23T06:17:45.232Z | , Aug 23 06:17:43.800unit :Aug 23 06:17:43.800DEBG INFOfailed to allocate space for the new target listAug 23 06:17:43.800 |
| 7671 | 2026-08-23T06:17:45.232Z | freemap_route_ipv4 |
| 7672 | 2026-08-23T06:17:45.232Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 7673 | 2026-08-23T06:17:45.232Z | INFOAug 23 06:17:43.800 DEBGAug 23 06:17:43.800Aug 23 06:17:43.800 replacing targets for 172.16.0.0/32 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 } }]DEBG |
| 7674 | 2026-08-23T06:17:45.232Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7675 | 2026-08-23T06:17:45.232Z | DEBG reset freemap |
| 7676 | 2026-08-23T06:17:45.232Z | , unit: Aug 23 06:17:43.800freemap_route_ipv4 |
| 7677 | 2026-08-23T06:17:45.232Z | INFOAug 23 06:17:43.800 |
| 7678 | 2026-08-23T06:17:45.232Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7679 | 2026-08-23T06:17:45.232Z | DEBG Aug 23 06:17:43.800replacing 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 } }] |
| 7680 | 2026-08-23T06:17:45.232Z | INFOAug 23 06:17:43.800Aug 23 06:17:43.800 DEBGDEBGAug 23 06:17:43.800 adding route 172.17.0.57/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 } }]INFOinitted freemap. low: 0, size: 64 |
| 7681 | 2026-08-23T06:17:45.233Z | |
| 7682 | 2026-08-23T06:17:45.233Z | , adding route 172.17.0.56/32 -> 10.0.0.255unit: |
| 7683 | 2026-08-23T06:17:45.233Z | freemap_route_ipv6Aug 23 06:17:43.800Aug 23 06:17:43.800 |
| 7684 | 2026-08-23T06:17:45.233Z | DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7685 | 2026-08-23T06:17:45.233Z | Aug 23 06:17:43.800Aug 23 06:17:43.800adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7686 | 2026-08-23T06:17:45.233Z | DEBG DEBGreset freemap Aug 23 06:17:43.800replacing 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 } }], |
| 7687 | 2026-08-23T06:17:45.233Z | Aug 23 06:17:43.800DEBGunit 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 23 06:17:43.800 |
| 7688 | 2026-08-23T06:17:45.233Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7689 | 2026-08-23T06:17:45.233Z | adding route 172.17.0.57/32 -> 10.0.0.255Aug 23 06:17:43.800 |
| 7690 | 2026-08-23T06:17:45.233Z | freemap_route_ipv6 |
| 7691 | 2026-08-23T06:17:45.233Z | INFO Aug 23 06:17:43.800adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7692 | 2026-08-23T06:17:45.233Z | DEBGAug 23 06:17:43.800 INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7693 | 2026-08-23T06:17:45.234Z | Aug 23 06:17:43.800adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7694 | 2026-08-23T06:17:45.234Z | DEBG Aug 23 06:17:43.800replacing 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 23 06:17:43.800 |
| 7695 | 2026-08-23T06:17:45.234Z | Aug 23 06:17:43.800DEBG DEBGINFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 23 06:17:43.800 |
| 7696 | 2026-08-23T06:17:45.234Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7697 | 2026-08-23T06:17:45.234Z | INFO |
| 7698 | 2026-08-23T06:17:45.234Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 23 06:17:43.800 |
| 7699 | 2026-08-23T06:17:45.239Z | Aug 23 06:17:43.800Aug 23 06:17:43.800 DEBGINFOINFO Aug 23 06:17:43.800 adding route 172.17.0.58/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 } }] |
| 7700 | 2026-08-23T06:17:45.239Z | DEBG |
| 7701 | 2026-08-23T06:17:45.239Z | adding route 172.16.0.0/32 -> 10.0.0.2 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 } }] |
| 7702 | 2026-08-23T06:17:45.240Z | Aug 23 06:17:43.800 |
| 7703 | 2026-08-23T06:17:45.240Z | DEBGAug 23 06:17:43.800 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 23 06:17:43.800 |
| 7704 | 2026-08-23T06:17:45.240Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 23 06:17:43.800DEBG |
| 7705 | 2026-08-23T06:17:45.240Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 23 06:17:43.800INFO Aug 23 06:17:43.800 |
| 7706 | 2026-08-23T06:17:45.240Z | INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 7707 | 2026-08-23T06:17:45.240Z | replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7708 | 2026-08-23T06:17:45.240Z | |
| 7709 | 2026-08-23T06:17:45.240Z | Aug 23 06:17:43.800Aug 23 06:17:43.800 INFODEBGAug 23 06:17:43.800 adding route 172.16.0.0/32 -> 10.0.0.3Aug 23 06:17:43.800DEBG |
| 7710 | 2026-08-23T06:17:45.240Z | failed to allocate space for the new target listreplacing 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 } }] |
| 7711 | 2026-08-23T06:17:45.240Z | |
| 7712 | 2026-08-23T06:17:45.240Z | 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 23 06:17:43.800Aug 23 06:17:43.800 Aug 23 06:17:43.800DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 7713 | 2026-08-23T06:17:45.240Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7714 | 2026-08-23T06:17:45.240Z | |
| 7715 | 2026-08-23T06:17:45.240Z | 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 } }] |
| 7716 | 2026-08-23T06:17:45.241Z | Aug 23 06:17:43.800Aug 23 06:17:43.800 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7717 | 2026-08-23T06:17:45.241Z | |
| 7718 | 2026-08-23T06:17:45.241Z | Aug 23 06:17:43.800 INFO Aug 23 06:17:43.800Aug 23 06:17:43.800adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7719 | 2026-08-23T06:17:45.241Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 7720 | 2026-08-23T06:17:45.241Z | Aug 23 06:17:43.800replacing 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 } }] DEBG Aug 23 06:17:43.800 DEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }], |
| 7721 | 2026-08-23T06:17:45.241Z | unit: freemap_route_ipv4Aug 23 06:17:43.818 |
| 7722 | 2026-08-23T06:17:45.241Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7723 | 2026-08-23T06:17:45.241Z | |
| 7724 | 2026-08-23T06:17:45.241Z | Aug 23 06:17:43.800 Aug 23 06:17:43.818DEBG 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 } }] Aug 23 06:17:43.818adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7725 | 2026-08-23T06:17:45.241Z | |
| 7726 | 2026-08-23T06:17:45.241Z | DEBG created new freemap, unit:Aug 23 06:17:43.818 Aug 23 06:17:43.818freemap_route_ipv6 |
| 7727 | 2026-08-23T06:17:45.241Z | DEBG INFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7728 | 2026-08-23T06:17:45.241Z | Aug 23 06:17:43.818adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7729 | 2026-08-23T06:17:45.241Z | DEBG initted freemap. low: 0, size: 64, unitAug 23 06:17:43.818Aug 23 06:17:43.818 : INFOfreemap_route_ipv4DEBG |
| 7730 | 2026-08-23T06:17:45.241Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7731 | 2026-08-23T06:17:45.242Z | |
| 7732 | 2026-08-23T06:17:45.242Z | Aug 23 06:17:43.818 DEBGAug 23 06:17:43.818Aug 23 06:17:43.818 INFODEBG reset freemap adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing 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 } }], |
| 7733 | 2026-08-23T06:17:45.242Z | unit |
| 7734 | 2026-08-23T06:17:45.242Z | : freemap_route_ipv4 |
| 7735 | 2026-08-23T06:17:45.242Z | Aug 23 06:17:43.818Aug 23 06:17:43.818 DEBGAug 23 06:17:43.818DEBG 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 } }] |
| 7736 | 2026-08-23T06:17:45.242Z | initted freemap. low: 0, size: 64 , failed to allocate space for the new target listunit |
| 7737 | 2026-08-23T06:17:45.244Z | :Aug 23 06:17:43.818 INFOfreemap_route_ipv6 |
| 7738 | 2026-08-23T06:17:45.244Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 23 06:17:43.818 |
| 7739 | 2026-08-23T06:17:45.244Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 23 06:17:43.818 |
| 7740 | 2026-08-23T06:17:45.244Z | Aug 23 06:17:43.818DEBG DEBGreset freemap , 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 } }]unit |
| 7741 | 2026-08-23T06:17:45.244Z | : freemap_route_ipv6 |
| 7742 | 2026-08-23T06:17:45.244Z | Aug 23 06:17:43.818 INFOAug 23 06:17:43.818 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 7743 | 2026-08-23T06:17:45.245Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7744 | 2026-08-23T06:17:45.245Z | Aug 23 06:17:43.818 Aug 23 06:17:43.818DEBG 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 } }] |
| 7745 | 2026-08-23T06:17:45.247Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7746 | 2026-08-23T06:17:45.247Z | Aug 23 06:17:43.818Aug 23 06:17:43.818 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7747 | 2026-08-23T06:17:45.247Z | |
| 7748 | 2026-08-23T06:17:45.247Z | Aug 23 06:17:43.818Aug 23 06:17:43.818 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 } }]DEBG |
| 7749 | 2026-08-23T06:17:45.247Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7750 | 2026-08-23T06:17:45.247Z | Aug 23 06:17:43.818 Aug 23 06:17:43.818INFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7751 | 2026-08-23T06:17:45.247Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7752 | 2026-08-23T06:17:45.247Z | Aug 23 06:17:43.818Aug 23 06:17:43.818 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7753 | 2026-08-23T06:17:45.247Z | |
| 7754 | 2026-08-23T06:17:45.247Z | Aug 23 06:17:43.818Aug 23 06:17:43.818 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7755 | 2026-08-23T06:17:45.247Z | |
| 7756 | 2026-08-23T06:17:45.248Z | Aug 23 06:17:43.818Aug 23 06:17:43.818 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 } }]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 } }] |
| 7757 | 2026-08-23T06:17:45.248Z | |
| 7758 | 2026-08-23T06:17:45.248Z | Aug 23 06:17:43.818Aug 23 06:17:43.818 INFODEBG adding route 3fff:beef:32::/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.3, vlan_id: None } }] |
| 7759 | 2026-08-23T06:17:45.249Z | |
| 7760 | 2026-08-23T06:17:45.249Z | Aug 23 06:17:43.818 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 } }] |
| 7761 | 2026-08-23T06:17:45.249Z | Aug 23 06:17:43.818 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7762 | 2026-08-23T06:17:45.249Z | Aug 23 06:17:43.818 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 } }] |
| 7763 | 2026-08-23T06:17:45.249Z | Aug 23 06:17:43.818 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7764 | 2026-08-23T06:17:45.249Z | Aug 23 06:17:43.818 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 } }] |
| 7765 | 2026-08-23T06:17:45.249Z | Aug 23 06:17:43.818 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7766 | 2026-08-23T06:17:45.249Z | Aug 23 06:17:43.818 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 } }] |
| 7767 | 2026-08-23T06:17:45.249Z | Aug 23 06:17:43.818 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7768 | 2026-08-23T06:17:45.249Z | Aug 23 06:17:43.818 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 } }] |
| 7769 | 2026-08-23T06:17:45.249Z | Aug 23 06:17:43.832 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7770 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.832 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 } }] |
| 7771 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.832 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7772 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.832 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 } }] |
| 7773 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.832 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7774 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.832 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 } }] |
| 7775 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.832 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7776 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.832 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 } }] |
| 7777 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.832 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7778 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.832 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 } }] |
| 7779 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.832 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7780 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.832 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 } }] |
| 7781 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.832 DEBG failed to allocate space for the new target list |
| 7782 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.832 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 } }] |
| 7783 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.833 DEBG created new freemap, unit: freemap_route_ipv4 |
| 7784 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.833 DEBG created new freemap, unit: freemap_route_ipv6 |
| 7785 | 2026-08-23T06:17:45.251Z | Aug 23 06:17:43.833 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv4 |
| 7786 | 2026-08-23T06:17:45.252Z | Aug 23 06:17:43.833 DEBG reset freemap, unit: freemap_route_ipv4 |
| 7787 | 2026-08-23T06:17:45.252Z | Aug 23 06:17:43.833 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv6 |
| 7788 | 2026-08-23T06:17:45.253Z | Aug 23 06:17:43.833 DEBG reset freemap, unit: freemap_route_ipv6 |
| 7789 | 2026-08-23T06:17:45.253Z | Aug 23 06:17:43.833 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7790 | 2026-08-23T06:17:45.253Z | Aug 23 06:17:43.833 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 } }] |
| 7791 | 2026-08-23T06:17:45.253Z | Aug 23 06:17:43.833 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7792 | 2026-08-23T06:17:45.253Z | Aug 23 06:17:43.833 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 } }] |
| 7793 | 2026-08-23T06:17:45.253Z | Aug 23 06:17:43.833 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7794 | 2026-08-23T06:17:45.253Z | Aug 23 06:17:43.833 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 } }] |
| 7795 | 2026-08-23T06:17:45.253Z | Aug 23 06:17:43.833 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7796 | 2026-08-23T06:17:45.253Z | Aug 23 06:17:43.833 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 } }] |
| 7797 | 2026-08-23T06:17:45.253Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7798 | 2026-08-23T06:17:45.254Z | Aug 23 06:17:43.833 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 } }] |
| 7799 | 2026-08-23T06:17:45.259Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7800 | 2026-08-23T06:17:45.261Z | Aug 23 06:17:43.833 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 } }] |
| 7801 | 2026-08-23T06:17:45.261Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7802 | 2026-08-23T06:17:45.261Z | Aug 23 06:17:43.833 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 } }] |
| 7803 | 2026-08-23T06:17:45.261Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7804 | 2026-08-23T06:17:45.261Z | Aug 23 06:17:43.833 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 } }] |
| 7805 | 2026-08-23T06:17:45.261Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7806 | 2026-08-23T06:17:45.261Z | Aug 23 06:17:43.833 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 } }] |
| 7807 | 2026-08-23T06:17:45.261Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7808 | 2026-08-23T06:17:45.261Z | Aug 23 06:17:43.833 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 } }] |
| 7809 | 2026-08-23T06:17:45.262Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7810 | 2026-08-23T06:17:45.262Z | Aug 23 06:17:43.833 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 } }] |
| 7811 | 2026-08-23T06:17:45.262Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7812 | 2026-08-23T06:17:45.262Z | Aug 23 06:17:43.833 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 } }] |
| 7813 | 2026-08-23T06:17:45.262Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7814 | 2026-08-23T06:17:45.262Z | Aug 23 06:17:43.833 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 } }] |
| 7815 | 2026-08-23T06:17:45.262Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7816 | 2026-08-23T06:17:45.263Z | Aug 23 06:17:43.833 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 } }] |
| 7817 | 2026-08-23T06:17:45.263Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7818 | 2026-08-23T06:17:45.263Z | Aug 23 06:17:43.833 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 } }] |
| 7819 | 2026-08-23T06:17:45.263Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7820 | 2026-08-23T06:17:45.263Z | Aug 23 06:17:43.833 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 } }] |
| 7821 | 2026-08-23T06:17:45.263Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7822 | 2026-08-23T06:17:45.263Z | Aug 23 06:17:43.833 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 } }] |
| 7823 | 2026-08-23T06:17:45.263Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7824 | 2026-08-23T06:17:45.263Z | Aug 23 06:17:43.833 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 } }] |
| 7825 | 2026-08-23T06:17:45.263Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7826 | 2026-08-23T06:17:45.263Z | Aug 23 06:17:43.833 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 } }] |
| 7827 | 2026-08-23T06:17:45.264Z | Aug 23 06:17:43.833 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7828 | 2026-08-23T06:17:45.264Z | Aug 23 06:17:43.833 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 } }] |
| 7829 | 2026-08-23T06:17:45.264Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7830 | 2026-08-23T06:17:45.264Z | Aug 23 06:17:43.834 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 } }] |
| 7831 | 2026-08-23T06:17:45.264Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7832 | 2026-08-23T06:17:45.265Z | Aug 23 06:17:43.834 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 } }] |
| 7833 | 2026-08-23T06:17:45.265Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7834 | 2026-08-23T06:17:45.265Z | Aug 23 06:17:43.834 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 } }] |
| 7835 | 2026-08-23T06:17:45.265Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7836 | 2026-08-23T06:17:45.265Z | Aug 23 06:17:43.834 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 } }] |
| 7837 | 2026-08-23T06:17:45.265Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7838 | 2026-08-23T06:17:45.265Z | Aug 23 06:17:43.834 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 } }] |
| 7839 | 2026-08-23T06:17:45.265Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7840 | 2026-08-23T06:17:45.265Z | Aug 23 06:17:43.834 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 } }] |
| 7841 | 2026-08-23T06:17:45.265Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7842 | 2026-08-23T06:17:45.265Z | Aug 23 06:17:43.834 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 } }] |
| 7843 | 2026-08-23T06:17:45.265Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7844 | 2026-08-23T06:17:45.265Z | Aug 23 06:17:43.834 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 } }] |
| 7845 | 2026-08-23T06:17:45.265Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7846 | 2026-08-23T06:17:45.266Z | Aug 23 06:17:43.834 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 } }] |
| 7847 | 2026-08-23T06:17:45.266Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7848 | 2026-08-23T06:17:45.268Z | Aug 23 06:17:43.834 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 } }] |
| 7849 | 2026-08-23T06:17:45.268Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7850 | 2026-08-23T06:17:45.268Z | Aug 23 06:17:43.834 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 } }] |
| 7851 | 2026-08-23T06:17:45.268Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7852 | 2026-08-23T06:17:45.268Z | Aug 23 06:17:43.834 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 } }] |
| 7853 | 2026-08-23T06:17:45.268Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7854 | 2026-08-23T06:17:45.268Z | Aug 23 06:17:43.834 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 } }] |
| 7855 | 2026-08-23T06:17:45.268Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7856 | 2026-08-23T06:17:45.269Z | test route::tests::delete_targets_full ... ok |
| 7857 | 2026-08-23T06:17:45.269Z | |
| 7858 | 2026-08-23T06:17:45.269Z | Aug 23 06:17:43.834 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 } }] |
| 7859 | 2026-08-23T06:17:45.269Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7860 | 2026-08-23T06:17:45.269Z | Aug 23 06:17:43.834 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 } }] |
| 7861 | 2026-08-23T06:17:45.269Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7862 | 2026-08-23T06:17:45.269Z | Aug 23 06:17:43.834 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 } }] |
| 7863 | 2026-08-23T06:17:45.269Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s |
| 7864 | 2026-08-23T06:17:45.269Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7865 | 2026-08-23T06:17:45.270Z | |
| 7866 | 2026-08-23T06:17:45.270Z | |
| 7867 | 2026-08-23T06:17:45.270Z | Aug 23 06:17:43.834 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 } }] |
| 7868 | 2026-08-23T06:17:45.270Z | running 0 tests |
| 7869 | 2026-08-23T06:17:45.270Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7870 | 2026-08-23T06:17:45.270Z | |
| 7871 | 2026-08-23T06:17:45.271Z | Aug 23 06:17:43.834 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 } }] |
| 7872 | 2026-08-23T06:17:45.271Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7873 | 2026-08-23T06:17:45.271Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7874 | 2026-08-23T06:17:45.271Z | |
| 7875 | 2026-08-23T06:17:45.271Z | Aug 23 06:17:43.834 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 } }] |
| 7876 | 2026-08-23T06:17:45.271Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7877 | 2026-08-23T06:17:45.271Z | Aug 23 06:17:43.834 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 } }] |
| 7878 | 2026-08-23T06:17:45.271Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7879 | 2026-08-23T06:17:45.271Z | Aug 23 06:17:43.834 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 } }] |
| 7880 | 2026-08-23T06:17:45.271Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7881 | 2026-08-23T06:17:45.271Z | Aug 23 06:17:43.834 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 } }] |
| 7882 | 2026-08-23T06:17:45.271Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7883 | 2026-08-23T06:17:45.271Z | Aug 23 06:17:43.834 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 } }] |
| 7884 | 2026-08-23T06:17:45.272Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7885 | 2026-08-23T06:17:45.272Z | Aug 23 06:17:43.834 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 } }] |
| 7886 | 2026-08-23T06:17:45.272Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7887 | 2026-08-23T06:17:45.272Z | Aug 23 06:17:43.834 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 } }] |
| 7888 | 2026-08-23T06:17:45.272Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7889 | 2026-08-23T06:17:45.272Z | Aug 23 06:17:43.834 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 } }] |
| 7890 | 2026-08-23T06:17:45.272Z | Aug 23 06:17:43.834 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7891 | 2026-08-23T06:17:45.272Z | Aug 23 06:17:43.834 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 } }] |
| 7892 | 2026-08-23T06:17:45.272Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7893 | 2026-08-23T06:17:45.272Z | Aug 23 06:17:43.849 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 } }] |
| 7894 | 2026-08-23T06:17:45.272Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7895 | 2026-08-23T06:17:45.273Z | Aug 23 06:17:43.849 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 } }] |
| 7896 | 2026-08-23T06:17:45.273Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7897 | 2026-08-23T06:17:45.273Z | Aug 23 06:17:43.849 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 } }] |
| 7898 | 2026-08-23T06:17:45.273Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7899 | 2026-08-23T06:17:45.278Z | Aug 23 06:17:43.849 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 } }] |
| 7900 | 2026-08-23T06:17:45.279Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7901 | 2026-08-23T06:17:45.279Z | Aug 23 06:17:43.849 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 } }] |
| 7902 | 2026-08-23T06:17:45.279Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7903 | 2026-08-23T06:17:45.279Z | Aug 23 06:17:43.849 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 } }] |
| 7904 | 2026-08-23T06:17:45.279Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7905 | 2026-08-23T06:17:45.280Z | Aug 23 06:17:43.849 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 } }] |
| 7906 | 2026-08-23T06:17:45.280Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7907 | 2026-08-23T06:17:45.280Z | Aug 23 06:17:43.849 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 } }] |
| 7908 | 2026-08-23T06:17:45.280Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7909 | 2026-08-23T06:17:45.280Z | Aug 23 06:17:43.849 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 } }] |
| 7910 | 2026-08-23T06:17:45.280Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7911 | 2026-08-23T06:17:45.280Z | Aug 23 06:17:43.849 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 } }] |
| 7912 | 2026-08-23T06:17:45.280Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7913 | 2026-08-23T06:17:45.280Z | Aug 23 06:17:43.849 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 } }] |
| 7914 | 2026-08-23T06:17:45.280Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7915 | 2026-08-23T06:17:45.280Z | Aug 23 06:17:43.849 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 } }] |
| 7916 | 2026-08-23T06:17:45.281Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7917 | 2026-08-23T06:17:45.281Z | Aug 23 06:17:43.849 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 } }] |
| 7918 | 2026-08-23T06:17:45.281Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7919 | 2026-08-23T06:17:45.281Z | Aug 23 06:17:43.849 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 } }] |
| 7920 | 2026-08-23T06:17:45.281Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7921 | 2026-08-23T06:17:45.281Z | Aug 23 06:17:43.849 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 } }] |
| 7922 | 2026-08-23T06:17:45.281Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7923 | 2026-08-23T06:17:45.281Z | Aug 23 06:17:43.849 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 } }] |
| 7924 | 2026-08-23T06:17:45.281Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7925 | 2026-08-23T06:17:45.281Z | Aug 23 06:17:43.849 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 } }] |
| 7926 | 2026-08-23T06:17:45.281Z | Aug 23 06:17:43.849 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7927 | 2026-08-23T06:17:45.281Z | Aug 23 06:17:43.849 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 } }] |
| 7928 | 2026-08-23T06:17:45.282Z | Aug 23 06:17:43.849 DEBG failed to allocate space for the new target list |
| 7929 | 2026-08-23T06:17:45.282Z | Aug 23 06:17:43.849 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 } }] |
| 7930 | 2026-08-23T06:17:45.282Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-8eb1c8c2d7d06d7f) |
| 7931 | 2026-08-23T06:17:45.282Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 7932 | 2026-08-23T06:17:45.283Z | |
| 7933 | 2026-08-23T06:17:45.283Z | running 0 tests |
| 7934 | 2026-08-23T06:17:45.283Z | |
| 7935 | 2026-08-23T06:17:45.283Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7936 | 2026-08-23T06:17:45.283Z | |
| 7937 | 2026-08-23T06:17:45.283Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-46f990a541b57c34) |
| 7938 | 2026-08-23T06:17:45.283Z | |
| 7939 | 2026-08-23T06:17:45.283Z | running 6 tests |
| 7940 | 2026-08-23T06:17:45.283Z | test tests::test_full_lot_id_both_present ... ok |
| 7941 | 2026-08-23T06:17:45.283Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7942 | 2026-08-23T06:17:45.283Z | test tests::test_full_lot_id_lot_only ... ok |
| 7943 | 2026-08-23T06:17:45.283Z | test tests::test_full_lot_id_neither_present ... ok |
| 7944 | 2026-08-23T06:17:45.284Z | test tests::test_parse_client_port_id ... ok |
| 7945 | 2026-08-23T06:17:45.284Z | test tests::test_port_id_cmp ... ok |
| 7946 | 2026-08-23T06:17:45.284Z | |
| 7947 | 2026-08-23T06:17:45.284Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7948 | 2026-08-23T06:17:45.284Z | |
| 7949 | 2026-08-23T06:17:45.284Z | Running tests/test_all.rs (target/debug/deps/test_all-d463c0c7b8038ad2) |
| 7950 | 2026-08-23T06:17:45.284Z | |
| 7951 | 2026-08-23T06:17:45.284Z | running 0 tests |
| 7952 | 2026-08-23T06:17:45.284Z | |
| 7953 | 2026-08-23T06:17:45.284Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7954 | 2026-08-23T06:17:45.284Z | |
| 7955 | 2026-08-23T06:17:45.284Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 7956 | 2026-08-23T06:17:45.284Z | |
| 7957 | 2026-08-23T06:17:45.284Z | running 0 tests |
| 7958 | 2026-08-23T06:17:45.285Z | |
| 7959 | 2026-08-23T06:17:45.285Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7960 | 2026-08-23T06:17:45.285Z | |
| 7961 | 2026-08-23T06:17:45.285Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 7962 | 2026-08-23T06:17:45.285Z | |
| 7963 | 2026-08-23T06:17:45.285Z | running 15 tests |
| 7964 | 2026-08-23T06:17:45.285Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 7965 | 2026-08-23T06:17:45.285Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 7966 | 2026-08-23T06:17:45.285Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 7967 | 2026-08-23T06:17:45.285Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 7968 | 2026-08-23T06:17:45.285Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 7969 | 2026-08-23T06:17:45.285Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 7970 | 2026-08-23T06:17:45.285Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 7971 | 2026-08-23T06:17:45.285Z | test v1::network::tests::test_equal ... ok |
| 7972 | 2026-08-23T06:17:45.286Z | test v1::network::tests::test_eui64 ... ok |
| 7973 | 2026-08-23T06:17:45.286Z | test v1::network::tests::test_into ... ok |
| 7974 | 2026-08-23T06:17:45.286Z | test v1::network::tests::test_not_equal ... ok |
| 7975 | 2026-08-23T06:17:45.286Z | test v1::network::tests::test_to_string ... ok |
| 7976 | 2026-08-23T06:17:45.286Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 7977 | 2026-08-23T06:17:45.286Z | test v1::network::tests::test_parse ... ok |
| 7978 | 2026-08-23T06:17:45.286Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 7979 | 2026-08-23T06:17:45.286Z | |
| 7980 | 2026-08-23T06:17:45.286Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 7981 | 2026-08-23T06:17:45.286Z | |
| 7982 | 2026-08-23T06:17:45.286Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 7983 | 2026-08-23T06:17:45.286Z | |
| 7984 | 2026-08-23T06:17:45.286Z | running 12 tests |
| 7985 | 2026-08-23T06:17:45.288Z | test icmp::test_v6_checksum ... ok |
| 7986 | 2026-08-23T06:17:45.288Z | test icmp::test_v4_checksum ... ok |
| 7987 | 2026-08-23T06:17:45.288Z | test lldp::test_lldp_parse ... ok |
| 7988 | 2026-08-23T06:17:45.288Z | test ipv6::test_ipv6_parse ... ok |
| 7989 | 2026-08-23T06:17:45.288Z | test pbuf::test_byte ... ok |
| 7990 | 2026-08-23T06:17:45.288Z | test pbuf::test_nibble ... ok |
| 7991 | 2026-08-23T06:17:45.288Z | test pbuf::test_short ... ok |
| 7992 | 2026-08-23T06:17:45.288Z | test pbuf::test_overflow ... ok |
| 7993 | 2026-08-23T06:17:45.288Z | test pbuf::test_twelve ... ok |
| 7994 | 2026-08-23T06:17:45.288Z | test pbuf::test_word ... ok |
| 7995 | 2026-08-23T06:17:45.390Z | test tcp::test_checksum_syn_nodata ... ok |
| 7996 | 2026-08-23T06:17:45.390Z | test tcp::test_checksum_ack_data ... ok |
| 7997 | 2026-08-23T06:17:45.390Z | |
| 7998 | 2026-08-23T06:17:45.390Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7999 | 2026-08-23T06:17:45.390Z | |
| 8000 | 2026-08-23T06:17:45.390Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 8001 | 2026-08-23T06:17:45.390Z | |
| 8002 | 2026-08-23T06:17:45.390Z | running 0 tests |
| 8003 | 2026-08-23T06:17:45.391Z | |
| 8004 | 2026-08-23T06:17:45.391Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8005 | 2026-08-23T06:17:45.391Z | |
| 8006 | 2026-08-23T06:17:45.391Z | Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d) |
| 8007 | 2026-08-23T06:17:45.391Z | |
| 8008 | 2026-08-23T06:17:45.391Z | running 5 tests |
| 8009 | 2026-08-23T06:17:45.391Z | test switchport::test::test_compute_lanes ... ok |
| 8010 | 2026-08-23T06:17:45.391Z | test switchport::test::port_id_ordering ... ok |
| 8011 | 2026-08-23T06:17:45.391Z | test link::test_filter ... ok |
| 8012 | 2026-08-23T06:17:45.391Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8013 | 2026-08-23T06:17:45.392Z | State: Activated Activated Activated Activated |
| 8014 | 2026-08-23T06:17:45.392Z | Rx Output Enabled: false false false false |
| 8015 | 2026-08-23T06:17:45.392Z | Rx Output Status: valid valid valid valid |
| 8016 | 2026-08-23T06:17:45.392Z | Rx Loss-of-lock: true true true true |
| 8017 | 2026-08-23T06:17:45.392Z | Rx Loss-of-signal: false false false false |
| 8018 | 2026-08-23T06:17:45.392Z | Rx Auto-squelch Disable: true true true true Lane 0 |
| 8019 | 2026-08-23T06:17:45.392Z | Tx Output Enabled: true Lane 1true Lane 2true Lane 3true |
| 8020 | 2026-08-23T06:17:45.392Z | |
| 8021 | 2026-08-23T06:17:45.392Z | Rx Loss-of-lock: Yes Tx Output Status: invalidYes invalid Yes invalid Yesinvalid |
| 8022 | 2026-08-23T06:17:45.393Z | |
| 8023 | 2026-08-23T06:17:45.393Z | Rx Loss-of-signal: Yes Tx Loss-of-lock: false Yesfalse Yesfalse Yes |
| 8024 | 2026-08-23T06:17:45.393Z | false |
| 8025 | 2026-08-23T06:17:45.393Z | Rx CDR Enabled: Yes Tx Loss-of-signal: trueYes Yestrue Yestrue |
| 8026 | 2026-08-23T06:17:45.393Z | true |
| 8027 | 2026-08-23T06:17:45.393Z | Tx Enabled: Yes Tx Auto-squelch Disable: false false Yes falseYes falseYes |
| 8028 | 2026-08-23T06:17:45.393Z | |
| 8029 | 2026-08-23T06:17:45.393Z | Tx Adaptive EQ Fail: true Tx Loss-of-lock: No true No trueNo trueNo |
| 8030 | 2026-08-23T06:17:45.393Z | |
| 8031 | 2026-08-23T06:17:45.393Z | Tx Failure: false Tx Loss-of-signal: No false Nofalse falseNo |
| 8032 | 2026-08-23T06:17:45.393Z | No |
| 8033 | 2026-08-23T06:17:45.393Z | Tx Force Squelch: true Tx CDR Enabled: Notrue trueNo trueNo |
| 8034 | 2026-08-23T06:17:45.393Z | No Tx Input Polarity: normal |
| 8035 | 2026-08-23T06:17:45.393Z | Tx Adaptive EQ Fault: Nonormal normalNo normal |
| 8036 | 2026-08-23T06:17:45.393Z | No No |
| 8037 | 2026-08-23T06:17:45.393Z | Tx Fault: Yes Yes Yes Yes |
| 8038 | 2026-08-23T06:17:45.393Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8039 | 2026-08-23T06:17:45.393Z | test switchport::test::test_print_sff_datapath ... ok |
| 8040 | 2026-08-23T06:17:45.393Z | |
| 8041 | 2026-08-23T06:17:45.393Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8042 | 2026-08-23T06:17:45.393Z | |
| 8043 | 2026-08-23T06:17:45.394Z | Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240) |
| 8044 | 2026-08-23T06:17:45.394Z | |
| 8045 | 2026-08-23T06:17:45.394Z | running 1 test |
| 8046 | 2026-08-23T06:17:45.394Z | test test_p4_counter_list ... ignored |
| 8047 | 2026-08-23T06:17:45.394Z | |
| 8048 | 2026-08-23T06:17:45.394Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8049 | 2026-08-23T06:17:45.394Z | |
| 8050 | 2026-08-23T06:17:45.394Z | Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed) |
| 8051 | 2026-08-23T06:17:45.394Z | |
| 8052 | 2026-08-23T06:17:45.394Z | running 5 tests |
| 8053 | 2026-08-23T06:17:45.394Z | test test_an ... ignored |
| 8054 | 2026-08-23T06:17:45.394Z | test test_enable ... ignored |
| 8055 | 2026-08-23T06:17:45.394Z | test test_ip_addresses ... ignored |
| 8056 | 2026-08-23T06:17:45.394Z | test test_kr ... ignored |
| 8057 | 2026-08-23T06:17:45.394Z | test test_mac ... ignored |
| 8058 | 2026-08-23T06:17:45.394Z | |
| 8059 | 2026-08-23T06:17:45.394Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8060 | 2026-08-23T06:17:45.394Z | |
| 8061 | 2026-08-23T06:17:45.394Z | Running unittests src/main.rs (target/debug/deps/tfportd-6974a95e51a2690a) |
| 8062 | 2026-08-23T06:17:45.394Z | |
| 8063 | 2026-08-23T06:17:45.395Z | running 3 tests |
| 8064 | 2026-08-23T06:17:45.396Z | test linklocal::test_parse_ipadm ... ok |
| 8065 | 2026-08-23T06:17:45.396Z | test tfport::test_parse_tfport ... ok |
| 8066 | 2026-08-23T06:17:45.396Z | test config::tests::test_updates ... ok |
| 8067 | 2026-08-23T06:17:45.396Z | |
| 8068 | 2026-08-23T06:17:45.396Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8069 | 2026-08-23T06:17:45.396Z | |
| 8070 | 2026-08-23T06:17:45.396Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 8071 | 2026-08-23T06:17:45.396Z | |
| 8072 | 2026-08-23T06:17:45.396Z | running 0 tests |
| 8073 | 2026-08-23T06:17:45.396Z | |
| 8074 | 2026-08-23T06:17:45.396Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8075 | 2026-08-23T06:17:45.396Z | |
| 8076 | 2026-08-23T06:17:45.396Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 8077 | 2026-08-23T06:17:45.396Z | |
| 8078 | 2026-08-23T06:17:45.397Z | running 0 tests |
| 8079 | 2026-08-23T06:17:45.397Z | |
| 8080 | 2026-08-23T06:17:45.397Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8081 | 2026-08-23T06:17:45.397Z | |
| 8082 | 2026-08-23T06:17:45.397Z | Doc-tests aal |
| 8083 | 2026-08-23T06:17:45.575Z | |
| 8084 | 2026-08-23T06:17:45.575Z | running 0 tests |
| 8085 | 2026-08-23T06:17:45.575Z | |
| 8086 | 2026-08-23T06:17:45.579Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8087 | 2026-08-23T06:17:45.579Z | |
| 8088 | 2026-08-23T06:17:45.601Z | Doc-tests aal_macros |
| 8089 | 2026-08-23T06:17:45.675Z | |
| 8090 | 2026-08-23T06:17:45.675Z | running 0 tests |
| 8091 | 2026-08-23T06:17:45.675Z | |
| 8092 | 2026-08-23T06:17:45.675Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8093 | 2026-08-23T06:17:45.675Z | |
| 8094 | 2026-08-23T06:17:45.687Z | Doc-tests common |
| 8095 | 2026-08-23T06:17:45.927Z | |
| 8096 | 2026-08-23T06:17:45.927Z | running 0 tests |
| 8097 | 2026-08-23T06:17:45.927Z | |
| 8098 | 2026-08-23T06:17:45.927Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8099 | 2026-08-23T06:17:45.927Z | |
| 8100 | 2026-08-23T06:17:45.955Z | Doc-tests dpd_api |
| 8101 | 2026-08-23T06:17:46.684Z | |
| 8102 | 2026-08-23T06:17:46.684Z | running 2 tests |
| 8103 | 2026-08-23T06:17:46.688Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 8104 | 2026-08-23T06:17:46.689Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 8105 | 2026-08-23T06:17:46.689Z | |
| 8106 | 2026-08-23T06:17:46.689Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8107 | 2026-08-23T06:17:46.689Z | |
| 8108 | 2026-08-23T06:17:46.717Z | Doc-tests dpd_client |
| 8109 | 2026-08-23T06:17:48.094Z | |
| 8110 | 2026-08-23T06:17:48.094Z | running 0 tests |
| 8111 | 2026-08-23T06:17:48.095Z | |
| 8112 | 2026-08-23T06:17:48.095Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8113 | 2026-08-23T06:17:48.095Z | |
| 8114 | 2026-08-23T06:17:48.153Z | Doc-tests dpd_types |
| 8115 | 2026-08-23T06:17:48.343Z | |
| 8116 | 2026-08-23T06:17:48.343Z | running 0 tests |
| 8117 | 2026-08-23T06:17:48.343Z | |
| 8118 | 2026-08-23T06:17:48.343Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8119 | 2026-08-23T06:17:48.343Z | |
| 8120 | 2026-08-23T06:17:48.370Z | Doc-tests dpd_types_versions |
| 8121 | 2026-08-23T06:17:49.907Z | |
| 8122 | 2026-08-23T06:17:49.907Z | running 1 test |
| 8123 | 2026-08-23T06:17:49.907Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8124 | 2026-08-23T06:17:49.907Z | |
| 8125 | 2026-08-23T06:17:49.907Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8126 | 2026-08-23T06:17:49.907Z | |
| 8127 | 2026-08-23T06:17:49.961Z | Doc-tests packet |
| 8128 | 2026-08-23T06:17:50.189Z | |
| 8129 | 2026-08-23T06:17:50.189Z | running 0 tests |
| 8130 | 2026-08-23T06:17:50.189Z | |
| 8131 | 2026-08-23T06:17:50.189Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8132 | 2026-08-23T06:17:50.189Z | |
| 8133 | 2026-08-23T06:17:50.218Z | Doc-tests pcap |
| 8134 | 2026-08-23T06:17:50.273Z | |
| 8135 | 2026-08-23T06:17:50.273Z | running 0 tests |
| 8136 | 2026-08-23T06:17:50.273Z | |
| 8137 | 2026-08-23T06:17:50.273Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8138 | 2026-08-23T06:17:50.273Z | |
| 8139 | 2026-08-23T06:17:50.325Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8140 | 2026-08-23T06:17:50.325Z | + RUST_BACKTRACE=full |
| 8141 | 2026-08-23T06:17:50.326Z | + cargo test --features chaos --no-fail-fast |
| 8142 | 2026-08-23T06:17:50.939Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8143 | 2026-08-23T06:17:51.019Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8144 | 2026-08-23T06:17:51.028Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8145 | 2026-08-23T06:17:59.637Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8146 | 2026-08-23T06:17:59.756Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8147 | 2026-08-23T06:18:38.127Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 47.78s |
| 8148 | 2026-08-23T06:18:38.250Z | Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a) |
| 8149 | 2026-08-23T06:18:38.260Z | |
| 8150 | 2026-08-23T06:18:38.260Z | running 0 tests |
| 8151 | 2026-08-23T06:18:38.260Z | |
| 8152 | 2026-08-23T06:18:38.260Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8153 | 2026-08-23T06:18:38.260Z | |
| 8154 | 2026-08-23T06:18:38.263Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8155 | 2026-08-23T06:18:38.267Z | |
| 8156 | 2026-08-23T06:18:38.267Z | running 0 tests |
| 8157 | 2026-08-23T06:18:38.267Z | |
| 8158 | 2026-08-23T06:18:38.270Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8159 | 2026-08-23T06:18:38.270Z | |
| 8160 | 2026-08-23T06:18:38.270Z | Running unittests src/lib.rs (target/debug/deps/asic-993c138cbfdc1231) |
| 8161 | 2026-08-23T06:18:38.273Z | |
| 8162 | 2026-08-23T06:18:38.273Z | running 0 tests |
| 8163 | 2026-08-23T06:18:38.273Z | |
| 8164 | 2026-08-23T06:18:38.276Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8165 | 2026-08-23T06:18:38.276Z | |
| 8166 | 2026-08-23T06:18:38.277Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 8167 | 2026-08-23T06:18:38.299Z | |
| 8168 | 2026-08-23T06:18:38.299Z | running 4 tests |
| 8169 | 2026-08-23T06:18:38.302Z | test nat::tests::test_vni ... ok |
| 8170 | 2026-08-23T06:18:38.302Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8171 | 2026-08-23T06:18:38.305Z | test test_purge ... ok |
| 8172 | 2026-08-23T06:18:38.310Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8173 | 2026-08-23T06:18:38.310Z | |
| 8174 | 2026-08-23T06:18:38.313Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8175 | 2026-08-23T06:18:38.313Z | |
| 8176 | 2026-08-23T06:18:38.313Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 8177 | 2026-08-23T06:18:38.338Z | |
| 8178 | 2026-08-23T06:18:38.338Z | running 1 test |
| 8179 | 2026-08-23T06:18:38.341Z | ------- |
| 8180 | 2026-08-23T06:18:38.344Z | Generating OpenAPI documents from API definitions ... |
| 8181 | 2026-08-23T06:18:38.500Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8182 | 2026-08-23T06:18:38.572Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8183 | 2026-08-23T06:18:39.614Z | ------- |
| 8184 | 2026-08-23T06:18:39.614Z | Checking 13 OpenAPI documents... |
| 8185 | 2026-08-23T06:18:39.614Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8186 | 2026-08-23T06:18:39.617Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8187 | 2026-08-23T06:18:39.617Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8188 | 2026-08-23T06:18:39.617Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8189 | 2026-08-23T06:18:39.618Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8190 | 2026-08-23T06:18:39.618Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8191 | 2026-08-23T06:18:39.618Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8192 | 2026-08-23T06:18:39.618Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8193 | 2026-08-23T06:18:39.618Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8194 | 2026-08-23T06:18:39.618Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8195 | 2026-08-23T06:18:39.618Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-08-23T06:18:39.618Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-08-23T06:18:39.619Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8198 | 2026-08-23T06:18:39.619Z | Fresh dpd "latest" symlink |
| 8199 | 2026-08-23T06:18:39.619Z | ------- |
| 8200 | 2026-08-23T06:18:39.619Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 8201 | 2026-08-23T06:18:39.683Z | test test::test_apis_up_to_date ... ok |
| 8202 | 2026-08-23T06:18:39.683Z | |
| 8203 | 2026-08-23T06:18:39.683Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s |
| 8204 | 2026-08-23T06:18:39.683Z | |
| 8205 | 2026-08-23T06:18:39.743Z | Running unittests src/main.rs (target/debug/deps/dpd-e7face9dfb47d614) |
| 8206 | 2026-08-23T06:18:39.750Z | |
| 8207 | 2026-08-23T06:18:39.750Z | running 34 tests |
| 8208 | 2026-08-23T06:18:39.753Z | test freemap::test_ordering ... ok |
| 8209 | 2026-08-23T06:18:39.753Z | test config::tests::test_updates ... ok |
| 8210 | 2026-08-23T06:18:39.753Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8211 | 2026-08-23T06:18:39.753Z | test freemap::test_split ... ok |
| 8212 | 2026-08-23T06:18:39.756Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8213 | 2026-08-23T06:18:39.757Z | test macaddrs::tests::test_mac_offset ... ok |
| 8214 | 2026-08-23T06:18:39.757Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8215 | 2026-08-23T06:18:39.757Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8216 | 2026-08-23T06:18:39.757Z | Aug 23 06:18:38.413 DEBG created new freemap, unit: freemap_test |
| 8217 | 2026-08-23T06:18:39.757Z | Aug 23 06:18:38.413 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 8218 | 2026-08-23T06:18:39.757Z | Aug 23 06:18:38.413 DEBG reset freemap, unit: freemap_test |
| 8219 | 2026-08-23T06:18:39.757Z | test nat::test_mapping ... ok |
| 8220 | 2026-08-23T06:18:39.757Z | Aug 23 06:18:38.413 DEBG created new freemap, unit: freemap_test |
| 8221 | 2026-08-23T06:18:39.757Z | Aug 23 06:18:38.413 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 8222 | 2026-08-23T06:18:39.757Z | Aug 23 06:18:38.413 DEBG reset freemap, unit: freemap_test |
| 8223 | 2026-08-23T06:18:39.757Z | Aug 23 06:18:38.413 DEBG created new freemap, unit: freemap_test |
| 8224 | 2026-08-23T06:18:39.757Z | Aug 23 06:18:38.413 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 8225 | 2026-08-23T06:18:39.757Z | Aug 23 06:18:38.413 DEBG reset freemap, Aug 23 06:18:38.413unit :DEBG freemap_testcreated new freemap |
| 8226 | 2026-08-23T06:18:39.757Z | , unit: freemap_test |
| 8227 | 2026-08-23T06:18:39.757Z | Aug 23 06:18:38.413 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 8228 | 2026-08-23T06:18:39.757Z | Aug 23 06:18:38.413 DEBG reset freemap, unit: freemap_test |
| 8229 | 2026-08-23T06:18:39.757Z | test freemap::test_basic ... ok |
| 8230 | 2026-08-23T06:18:39.757Z | test freemap::test_exhaustion ... ok |
| 8231 | 2026-08-23T06:18:39.757Z | test freemap::test_reclaim ... ok |
| 8232 | 2026-08-23T06:18:39.757Z | test freemap::test_free ... ok |
| 8233 | 2026-08-23T06:18:39.757Z | test port_map::tests::test_backplane_group ... ok |
| 8234 | 2026-08-23T06:18:39.757Z | test port_map::tests::dump_map ... ok |
| 8235 | 2026-08-23T06:18:39.758Z | test port_map::tests::test_port_map ... ok |
| 8236 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.413 DEBG created new freemap, unit: freemap_test |
| 8237 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.413 DEBG initted freemap. low: 0, size: 8, unit: freemap_test |
| 8238 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.413 DEBG reset freemap, unit: freemap_test |
| 8239 | 2026-08-23T06:18:39.758Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8240 | 2026-08-23T06:18:39.758Z | test api_server::tests::test_build_info ... ok |
| 8241 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 DEBG created new freemap, unit: freemap_test |
| 8242 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 8243 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 Aug 23 06:18:38.414DEBG DEBGcreated new freemap reset freemap, , unitunit:: freemap_route_ipv4freemap_test |
| 8244 | 2026-08-23T06:18:39.758Z | |
| 8245 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8246 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv4 |
| 8247 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8248 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv6 |
| 8249 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8250 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8251 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 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 } }] |
| 8252 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8253 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 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 } }] |
| 8254 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8255 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 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 } }] |
| 8256 | 2026-08-23T06:18:39.758Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8257 | 2026-08-23T06:18:39.759Z | Aug 23 06:18:38.414 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 } }] |
| 8258 | 2026-08-23T06:18:39.759Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8259 | 2026-08-23T06:18:39.759Z | Aug 23 06:18:38.414 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 } }] |
| 8260 | 2026-08-23T06:18:39.759Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8261 | 2026-08-23T06:18:39.759Z | Aug 23 06:18:38.414 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 } }] |
| 8262 | 2026-08-23T06:18:39.759Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8263 | 2026-08-23T06:18:39.760Z | Aug 23 06:18:38.414 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 } }] |
| 8264 | 2026-08-23T06:18:39.760Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8265 | 2026-08-23T06:18:39.760Z | Aug 23 06:18:38.414 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 } }] |
| 8266 | 2026-08-23T06:18:39.760Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8267 | 2026-08-23T06:18:39.760Z | Aug 23 06:18:38.414 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 } }] |
| 8268 | 2026-08-23T06:18:39.760Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8269 | 2026-08-23T06:18:39.760Z | Aug 23 06:18:38.414 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 } }] |
| 8270 | 2026-08-23T06:18:39.760Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8271 | 2026-08-23T06:18:39.760Z | Aug 23 06:18:38.414 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 } }] |
| 8272 | 2026-08-23T06:18:39.761Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8273 | 2026-08-23T06:18:39.761Z | Aug 23 06:18:38.414 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 } }] |
| 8274 | 2026-08-23T06:18:39.761Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8275 | 2026-08-23T06:18:39.761Z | Aug 23 06:18:38.414 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 } }] |
| 8276 | 2026-08-23T06:18:39.761Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8277 | 2026-08-23T06:18:39.761Z | Aug 23 06:18:38.414 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 } }] |
| 8278 | 2026-08-23T06:18:39.761Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8279 | 2026-08-23T06:18:39.761Z | Aug 23 06:18:38.414 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 } }] |
| 8280 | 2026-08-23T06:18:39.761Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8281 | 2026-08-23T06:18:39.761Z | Aug 23 06:18:38.414 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 } }] |
| 8282 | 2026-08-23T06:18:39.765Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8283 | 2026-08-23T06:18:39.765Z | Aug 23 06:18:38.414 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 } }] |
| 8284 | 2026-08-23T06:18:39.765Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8285 | 2026-08-23T06:18:39.765Z | Aug 23 06:18:38.414 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 } }] |
| 8286 | 2026-08-23T06:18:39.765Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8287 | 2026-08-23T06:18:39.767Z | Aug 23 06:18:38.414 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 } }] |
| 8288 | 2026-08-23T06:18:39.767Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8289 | 2026-08-23T06:18:39.767Z | Aug 23 06:18:38.414 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 } }] |
| 8290 | 2026-08-23T06:18:39.767Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8291 | 2026-08-23T06:18:39.767Z | Aug 23 06:18:38.414 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 } }] |
| 8292 | 2026-08-23T06:18:39.767Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8293 | 2026-08-23T06:18:39.767Z | Aug 23 06:18:38.414 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 } }] |
| 8294 | 2026-08-23T06:18:39.767Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8295 | 2026-08-23T06:18:39.767Z | Aug 23 06:18:38.414 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 } }] |
| 8296 | 2026-08-23T06:18:39.767Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8297 | 2026-08-23T06:18:39.767Z | Aug 23 06:18:38.414 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 } }] |
| 8298 | 2026-08-23T06:18:39.767Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8299 | 2026-08-23T06:18:39.767Z | Aug 23 06:18:38.414 DEBG created new freemap, unit: freemap_route_ipv4Aug 23 06:18:38.414 |
| 8300 | 2026-08-23T06:18:39.767Z | 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 } }] |
| 8301 | 2026-08-23T06:18:39.767Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8302 | 2026-08-23T06:18:39.768Z | Aug 23 06:18:38.414 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8303 | 2026-08-23T06:18:39.768Z | Aug 23 06:18:38.414 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 } }] |
| 8304 | 2026-08-23T06:18:39.768Z | test freemap::test_span ... ok |
| 8305 | 2026-08-23T06:18:39.768Z | Aug 23 06:18:38.414Aug 23 06:18:38.414 DEBGINFO created new freemapadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8306 | 2026-08-23T06:18:39.768Z | , unit: Aug 23 06:18:38.414freemap_route_ipv4 DEBG |
| 8307 | 2026-08-23T06:18:39.768Z | 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 } }] |
| 8308 | 2026-08-23T06:18:39.768Z | Aug 23 06:18:38.414 Aug 23 06:18:38.414INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8309 | 2026-08-23T06:18:39.768Z | created new freemap, unit: Aug 23 06:18:38.414freemap_route_ipv6 |
| 8310 | 2026-08-23T06:18:39.768Z | 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 } }] |
| 8311 | 2026-08-23T06:18:39.768Z | Aug 23 06:18:38.414 Aug 23 06:18:38.414DEBG INFOinitted freemap. low: 0, size: 64 , adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffunit |
| 8312 | 2026-08-23T06:18:39.768Z | : freemap_route_ipv4Aug 23 06:18:38.414 |
| 8313 | 2026-08-23T06:18:39.768Z | 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 } }] |
| 8314 | 2026-08-23T06:18:39.768Z | Aug 23 06:18:38.414 DEBG reset freemapAug 23 06:18:38.414, unitINFO: adding route 3fff:beef:1c::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 23 06:18:38.414 |
| 8315 | 2026-08-23T06:18:39.768Z | |
| 8316 | 2026-08-23T06:18:39.769Z | DEBG created new freemapAug 23 06:18:38.414, Aug 23 06:18:38.414unit :DEBGDEBG freemap_route_ipv4 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 } }]initted freemap. low: 0, size: 64 |
| 8317 | 2026-08-23T06:18:39.769Z | , |
| 8318 | 2026-08-23T06:18:39.769Z | unit: freemap_route_ipv6Aug 23 06:18:38.414 |
| 8319 | 2026-08-23T06:18:39.769Z | INFO Aug 23 06:18:38.414adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8320 | 2026-08-23T06:18:39.769Z | Aug 23 06:18:38.414DEBG created new freemap, Aug 23 06:18:38.414unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 8321 | 2026-08-23T06:18:39.771Z | DEBG |
| 8322 | 2026-08-23T06:18:39.771Z | reset freemap, unit:Aug 23 06:18:38.415 freemap_route_ipv6Aug 23 06:18:38.415DEBG |
| 8323 | 2026-08-23T06:18:39.771Z | initted freemap. low: 0, size: 64INFO, Aug 23 06:18:38.415unit adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff: |
| 8324 | 2026-08-23T06:18:39.771Z | freemap_route_ipv4INFO |
| 8325 | 2026-08-23T06:18:39.771Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8326 | 2026-08-23T06:18:39.771Z | Aug 23 06:18:38.415 Aug 23 06:18:38.415DEBGAug 23 06:18:38.415 DEBGDEBGreplacing 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 } }] |
| 8327 | 2026-08-23T06:18:39.771Z | 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 } }] |
| 8328 | 2026-08-23T06:18:39.771Z | reset freemap, unit:Aug 23 06:18:38.415Aug 23 06:18:38.415 freemap_route_ipv4INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8329 | 2026-08-23T06:18:39.771Z | |
| 8330 | 2026-08-23T06:18:39.771Z | |
| 8331 | 2026-08-23T06:18:39.771Z | Aug 23 06:18:38.415Aug 23 06:18:38.415Aug 23 06:18:38.415 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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. low: 0, size: 64 |
| 8332 | 2026-08-23T06:18:39.771Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8333 | 2026-08-23T06:18:39.771Z | unit: freemap_route_ipv6 |
| 8334 | 2026-08-23T06:18:39.771Z | Aug 23 06:18:38.415 Aug 23 06:18:38.415INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 23 06:18:38.415 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8335 | 2026-08-23T06:18:39.771Z | |
| 8336 | 2026-08-23T06:18:39.771Z | DEBG reset freemap, unitAug 23 06:18:38.415Aug 23 06:18:38.415: DEBGfreemap_route_ipv6 |
| 8337 | 2026-08-23T06:18:39.771Z | 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 } }] |
| 8338 | 2026-08-23T06:18:39.772Z | 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 } }] |
| 8339 | 2026-08-23T06:18:39.772Z | Aug 23 06:18:38.415 INFOAug 23 06:18:38.415 Aug 23 06:18:38.415INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8340 | 2026-08-23T06:18:39.772Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8341 | 2026-08-23T06:18:39.772Z | |
| 8342 | 2026-08-23T06:18:39.772Z | Aug 23 06:18:38.415Aug 23 06:18:38.415Aug 23 06:18:38.415 DEBG 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 } }, NextHop { asic_port_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 } }]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 } }] |
| 8343 | 2026-08-23T06:18:39.773Z | |
| 8344 | 2026-08-23T06:18:39.773Z | |
| 8345 | 2026-08-23T06:18:39.773Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 Aug 23 06:18:38.415 INFOINFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8346 | 2026-08-23T06:18:39.773Z | |
| 8347 | 2026-08-23T06:18:39.773Z | |
| 8348 | 2026-08-23T06:18:39.773Z | Aug 23 06:18:38.415Aug 23 06:18:38.415Aug 23 06:18:38.415 DEBGDEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8349 | 2026-08-23T06:18:39.773Z | 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: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 } }] |
| 8350 | 2026-08-23T06:18:39.773Z | |
| 8351 | 2026-08-23T06:18:39.773Z | Aug 23 06:18:38.415 Aug 23 06:18:38.415INFO Aug 23 06:18:38.415adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO |
| 8352 | 2026-08-23T06:18:39.773Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8353 | 2026-08-23T06:18:39.773Z | |
| 8354 | 2026-08-23T06:18:39.773Z | Aug 23 06:18:38.415 DEBG Aug 23 06:18:38.415Aug 23 06:18:38.415 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 } }] |
| 8355 | 2026-08-23T06:18:39.773Z | DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8356 | 2026-08-23T06:18:39.773Z | 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 } }] |
| 8357 | 2026-08-23T06:18:39.773Z | Aug 23 06:18:38.415 INFOAug 23 06:18:38.415Aug 23 06:18:38.414 Aug 23 06:18:38.415 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8358 | 2026-08-23T06:18:39.773Z | DEBG created new freemapINFOINFO , unitadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:18:38.415:adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8359 | 2026-08-23T06:18:39.773Z | |
| 8360 | 2026-08-23T06:18:39.773Z | freemap_route_ipv6DEBG |
| 8361 | 2026-08-23T06:18:39.773Z | 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 } }] |
| 8362 | 2026-08-23T06:18:39.773Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 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: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 23 06:18:38.415 |
| 8363 | 2026-08-23T06:18:39.774Z | |
| 8364 | 2026-08-23T06:18:39.774Z | INFO Aug 23 06:18:38.415adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8365 | 2026-08-23T06:18:39.774Z | Aug 23 06:18:38.415DEBG Aug 23 06:18:38.415INFO Aug 23 06:18:38.415 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO |
| 8366 | 2026-08-23T06:18:39.774Z | DEBG initted freemap. low: 0, size: 64adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8367 | 2026-08-23T06:18:39.774Z | , replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8368 | 2026-08-23T06:18:39.774Z | : freemap_route_ipv4 |
| 8369 | 2026-08-23T06:18:39.774Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 DEBGAug 23 06:18:38.415DEBG INFOAug 23 06:18:38.415replacing 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: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 } }] |
| 8370 | 2026-08-23T06:18:39.774Z | DEBG |
| 8371 | 2026-08-23T06:18:39.774Z | reset freemapadding route 3fff:beef:4::/64 -> 2001:db8::55:ff, |
| 8372 | 2026-08-23T06:18:39.774Z | unitAug 23 06:18:38.415Aug 23 06:18:38.415: Aug 23 06:18:38.415INFOINFO freemap_route_ipv4 DEBG |
| 8373 | 2026-08-23T06:18:39.774Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8374 | 2026-08-23T06:18:39.774Z | |
| 8375 | 2026-08-23T06:18:39.774Z | 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 } }] |
| 8376 | 2026-08-23T06:18:39.774Z | Aug 23 06:18:38.415Aug 23 06:18:38.415Aug 23 06:18:38.415 Aug 23 06:18:38.415DEBG 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 } }]DEBG |
| 8377 | 2026-08-23T06:18:39.775Z | INFO adding route 3fff:beef:5::/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 } }] |
| 8378 | 2026-08-23T06:18:39.775Z | |
| 8379 | 2026-08-23T06:18:39.775Z | Aug 23 06:18:38.415 INFO Aug 23 06:18:38.415adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8380 | 2026-08-23T06:18:39.775Z | DEBGAug 23 06:18:38.415 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 |
| 8381 | 2026-08-23T06:18:39.775Z | Aug 23 06:18:38.415 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG |
| 8382 | 2026-08-23T06:18:39.846Z | Aug 23 06:18:38.415 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 |
| 8383 | 2026-08-23T06:18:39.846Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 23 06:18:38.415 |
| 8384 | 2026-08-23T06:18:39.846Z | DEBG Aug 23 06:18:38.415Aug 23 06:18:38.415 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 } }] DEBG |
| 8385 | 2026-08-23T06:18:39.846Z | adding route 3fff:beef:28::/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 } }] |
| 8386 | 2026-08-23T06:18:39.846Z | initted freemap. low: 0, size: 64 |
| 8387 | 2026-08-23T06:18:39.846Z | Aug 23 06:18:38.415, unitAug 23 06:18:38.415: INFOINFO Aug 23 06:18:38.415 adding route 3fff:beef:7::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8388 | 2026-08-23T06:18:39.846Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8389 | 2026-08-23T06:18:39.846Z | DEBG |
| 8390 | 2026-08-23T06:18:39.846Z | 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 } }] |
| 8391 | 2026-08-23T06:18:39.846Z | Aug 23 06:18:38.415Aug 23 06:18:38.415Aug 23 06:18:38.415 Aug 23 06:18:38.415DEBG INFO DEBGadding route 3fff:beef:29::/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 } }] DEBG |
| 8392 | 2026-08-23T06:18:39.848Z | |
| 8393 | 2026-08-23T06:18:39.848Z | 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 } }] |
| 8394 | 2026-08-23T06:18:39.848Z | reset freemapAug 23 06:18:38.415, Aug 23 06:18:38.415DEBGunit Aug 23 06:18:38.415INFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8395 | 2026-08-23T06:18:39.848Z | |
| 8396 | 2026-08-23T06:18:39.848Z | 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 } }]: |
| 8397 | 2026-08-23T06:18:39.848Z | freemap_route_ipv6Aug 23 06:18:38.415 |
| 8398 | 2026-08-23T06:18:39.848Z | 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 } }] |
| 8399 | 2026-08-23T06:18:39.848Z | Aug 23 06:18:38.415 INFOAug 23 06:18:38.415 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO |
| 8400 | 2026-08-23T06:18:39.848Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8401 | 2026-08-23T06:18:39.848Z | Aug 23 06:18:38.415 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 } }] |
| 8402 | 2026-08-23T06:18:39.848Z | Aug 23 06:18:38.415 DEBG Aug 23 06:18:38.415replacing 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 } }] |
| 8403 | 2026-08-23T06:18:39.848Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8404 | 2026-08-23T06:18:39.848Z | Aug 23 06:18:38.415 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 23 06:18:38.415 |
| 8405 | 2026-08-23T06:18:39.848Z | 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 23 06:18:38.415 |
| 8406 | 2026-08-23T06:18:39.848Z | 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 } }] |
| 8407 | 2026-08-23T06:18:39.849Z | Aug 23 06:18:38.415 INFO Aug 23 06:18:38.415adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8408 | 2026-08-23T06:18:39.849Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8409 | 2026-08-23T06:18:39.849Z | Aug 23 06:18:38.415 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 23 06:18:38.415 |
| 8410 | 2026-08-23T06:18:39.849Z | 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 } }] |
| 8411 | 2026-08-23T06:18:39.849Z | Aug 23 06:18:38.415 INFO Aug 23 06:18:38.415adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8412 | 2026-08-23T06:18:39.849Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8413 | 2026-08-23T06:18:39.849Z | Aug 23 06:18:38.415 DEBG Aug 23 06:18:38.415replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8414 | 2026-08-23T06:18:39.849Z | 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 } }] |
| 8415 | 2026-08-23T06:18:39.849Z | Aug 23 06:18:38.415 Aug 23 06:18:38.415INFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8416 | 2026-08-23T06:18:39.849Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8417 | 2026-08-23T06:18:39.849Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8418 | 2026-08-23T06:18:39.849Z | |
| 8419 | 2026-08-23T06:18:39.850Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8420 | 2026-08-23T06:18:39.850Z | |
| 8421 | 2026-08-23T06:18:39.850Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 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: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 } }] |
| 8422 | 2026-08-23T06:18:39.850Z | |
| 8423 | 2026-08-23T06:18:39.850Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 23 06:18:38.415 |
| 8424 | 2026-08-23T06:18:39.850Z | DEBG |
| 8425 | 2026-08-23T06:18:39.850Z | Aug 23 06:18:38.415replacing 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 } }] |
| 8426 | 2026-08-23T06:18:39.850Z | DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.415 |
| 8427 | 2026-08-23T06:18:39.850Z | Aug 23 06:18:38.415DEBG INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8428 | 2026-08-23T06:18:39.850Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 23 06:18:38.415 |
| 8429 | 2026-08-23T06:18:39.850Z | INFOAug 23 06:18:38.415 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFOAug 23 06:18:38.415 |
| 8430 | 2026-08-23T06:18:39.850Z | DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8431 | 2026-08-23T06:18:39.850Z | Aug 23 06:18:38.415replacing 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 } }] |
| 8432 | 2026-08-23T06:18:39.850Z | 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 } }] |
| 8433 | 2026-08-23T06:18:39.850Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 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 } }] |
| 8434 | 2026-08-23T06:18:39.851Z | Aug 23 06:18:38.415adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8435 | 2026-08-23T06:18:39.851Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8436 | 2026-08-23T06:18:39.851Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 Aug 23 06:18:38.415 INFODEBG 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 } }]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 } }] |
| 8437 | 2026-08-23T06:18:39.851Z | |
| 8438 | 2026-08-23T06:18:39.851Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8439 | 2026-08-23T06:18:39.851Z | Aug 23 06:18:38.415Aug 23 06:18:38.415Aug 23 06:18:38.415 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 8440 | 2026-08-23T06:18:39.851Z | |
| 8441 | 2026-08-23T06:18:39.851Z | 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 } }] |
| 8442 | 2026-08-23T06:18:39.851Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 DEBGAug 23 06:18:38.415 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 } }]DEBGINFO |
| 8443 | 2026-08-23T06:18:39.851Z | 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:e::/64 -> 2001:db8::55:ff |
| 8444 | 2026-08-23T06:18:39.851Z | |
| 8445 | 2026-08-23T06:18:39.851Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 Aug 23 06:18:38.415 INFO INFODEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8446 | 2026-08-23T06:18:39.851Z | |
| 8447 | 2026-08-23T06:18:39.851Z | |
| 8448 | 2026-08-23T06:18:39.851Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 Aug 23 06:18:38.415DEBG INFODEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/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 } }] |
| 8449 | 2026-08-23T06:18:39.851Z | |
| 8450 | 2026-08-23T06:18:39.853Z | |
| 8451 | 2026-08-23T06:18:39.853Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 Aug 23 06:18:38.415INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8452 | 2026-08-23T06:18:39.853Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8453 | 2026-08-23T06:18:39.853Z | |
| 8454 | 2026-08-23T06:18:39.853Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 INFODEBGAug 23 06:18:38.415 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8455 | 2026-08-23T06:18:39.853Z | adding route 3fff:beef:10::/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 } }] |
| 8456 | 2026-08-23T06:18:39.853Z | |
| 8457 | 2026-08-23T06:18:39.853Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 INFOAug 23 06:18:38.415 DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 8458 | 2026-08-23T06:18:39.853Z | adding route 3fff:beef:e::/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 } }] |
| 8459 | 2026-08-23T06:18:39.853Z | |
| 8460 | 2026-08-23T06:18:39.853Z | Aug 23 06:18:38.415 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 } }]Aug 23 06:18:38.415 |
| 8461 | 2026-08-23T06:18:39.853Z | Aug 23 06:18:38.415INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff Aug 23 06:18:38.415 |
| 8462 | 2026-08-23T06:18:39.853Z | 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 |
| 8463 | 2026-08-23T06:18:39.853Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8464 | 2026-08-23T06:18:39.853Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.415 |
| 8465 | 2026-08-23T06:18:39.853Z | DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8466 | 2026-08-23T06:18:39.853Z | 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 23 06:18:38.415 |
| 8467 | 2026-08-23T06:18:39.854Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 23 06:18:38.415 |
| 8468 | 2026-08-23T06:18:39.854Z | Aug 23 06:18:38.415 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8469 | 2026-08-23T06:18:39.854Z | |
| 8470 | 2026-08-23T06:18:39.854Z | Aug 23 06:18:38.415 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 } }]Aug 23 06:18:38.415 |
| 8471 | 2026-08-23T06:18:39.854Z | Aug 23 06:18:38.415 INFODEBG Aug 23 06:18:38.415 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 8472 | 2026-08-23T06:18:39.854Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8473 | 2026-08-23T06:18:39.856Z | |
| 8474 | 2026-08-23T06:18:39.856Z | Aug 23 06:18:38.415Aug 23 06:18:38.415Aug 23 06:18:38.415 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG |
| 8475 | 2026-08-23T06:18:39.856Z | Aug 23 06:18:38.415 |
| 8476 | 2026-08-23T06:18:39.856Z | 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 } }]DEBGAug 23 06:18:38.415 |
| 8477 | 2026-08-23T06:18:39.856Z | created new freemapDEBG , replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitAug 23 06:18:38.415Aug 23 06:18:38.415 |
| 8478 | 2026-08-23T06:18:39.856Z | : freemap_route_ipv4INFO |
| 8479 | 2026-08-23T06:18:39.856Z | Aug 23 06:18:38.415 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 8480 | 2026-08-23T06:18:39.856Z | |
| 8481 | 2026-08-23T06:18:39.856Z | Aug 23 06:18:38.415 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGAug 23 06:18:38.415 created new freemap |
| 8482 | 2026-08-23T06:18:39.861Z | DEBG, Aug 23 06:18:38.415unit :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 23 06:18:38.415 |
| 8483 | 2026-08-23T06:18:39.861Z | freemap_route_ipv6 DEBGDEBG |
| 8484 | 2026-08-23T06:18:39.861Z | 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 } }] |
| 8485 | 2026-08-23T06:18:39.861Z | 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 } }] |
| 8486 | 2026-08-23T06:18:39.861Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 INFO Aug 23 06:18:38.415DEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffinitted freemap. low: 0, size: 64 |
| 8487 | 2026-08-23T06:18:39.861Z | , Aug 23 06:18:38.415unitINFO: freemap_route_ipv4adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8488 | 2026-08-23T06:18:39.861Z | |
| 8489 | 2026-08-23T06:18:39.861Z | INFO Aug 23 06:18:38.415adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8490 | 2026-08-23T06:18:39.861Z | Aug 23 06:18:38.415Aug 23 06:18:38.415 DEBGDEBG DEBG reset 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 } }], unitAug 23 06:18:38.415 |
| 8491 | 2026-08-23T06:18:39.861Z | 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 } }]: |
| 8492 | 2026-08-23T06:18:39.861Z | DEBGfreemap_route_ipv4Aug 23 06:18:38.415 |
| 8493 | 2026-08-23T06:18:39.861Z | 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 } }] |
| 8494 | 2026-08-23T06:18:39.861Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 23 06:18:38.415Aug 23 06:18:38.415 |
| 8495 | 2026-08-23T06:18:39.861Z | DEBG INFOinitted freemap. low: 0, size: 64 , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffunit |
| 8496 | 2026-08-23T06:18:39.861Z | :Aug 23 06:18:38.416 freemap_route_ipv6Aug 23 06:18:38.416 |
| 8497 | 2026-08-23T06:18:39.861Z | INFOAug 23 06:18:38.416 Aug 23 06:18:38.416DEBG DEBGDEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8498 | 2026-08-23T06:18:39.861Z | |
| 8499 | 2026-08-23T06:18:39.861Z | reset freemapreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8500 | 2026-08-23T06:18:39.861Z | unit:Aug 23 06:18:38.416Aug 23 06:18:38.416 INFOfreemap_route_ipv6 |
| 8501 | 2026-08-23T06:18:39.861Z | Aug 23 06:18:38.416INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8502 | 2026-08-23T06:18:39.861Z | DEBG |
| 8503 | 2026-08-23T06:18:39.861Z | Aug 23 06:18:38.416 INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416Aug 23 06:18:38.416 |
| 8504 | 2026-08-23T06:18:39.861Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG |
| 8505 | 2026-08-23T06:18:39.862Z | DEBGAug 23 06:18:38.416 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: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 } }] |
| 8506 | 2026-08-23T06:18:39.862Z | |
| 8507 | 2026-08-23T06:18:39.862Z | Aug 23 06:18:38.416 DEBGINFOAug 23 06:18:38.416 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 23 06:18:38.416adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 8508 | 2026-08-23T06:18:39.862Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 8509 | 2026-08-23T06:18:39.862Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8510 | 2026-08-23T06:18:39.862Z | |
| 8511 | 2026-08-23T06:18:39.862Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:18:38.416replacing 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 23 06:18:38.416 |
| 8512 | 2026-08-23T06:18:39.862Z | |
| 8513 | 2026-08-23T06:18:39.862Z | DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416DEBGAug 23 06:18:38.416 |
| 8514 | 2026-08-23T06:18:39.862Z | 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 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 } }] |
| 8515 | 2026-08-23T06:18:39.863Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8516 | 2026-08-23T06:18:39.863Z | |
| 8517 | 2026-08-23T06:18:39.863Z | Aug 23 06:18:38.416Aug 23 06:18:38.416Aug 23 06:18:38.416 DEBGINFOAug 23 06:18:38.416 INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8518 | 2026-08-23T06:18:39.863Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8519 | 2026-08-23T06:18:39.863Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8520 | 2026-08-23T06:18:39.863Z | Aug 23 06:18:38.416INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO |
| 8521 | 2026-08-23T06:18:39.863Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 23 06:18:38.416 |
| 8522 | 2026-08-23T06:18:39.863Z | Aug 23 06:18:38.416DEBG Aug 23 06:18:38.416DEBG 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 } }] |
| 8523 | 2026-08-23T06:18:39.863Z | DEBG Aug 23 06:18:38.416replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8524 | 2026-08-23T06:18:39.863Z | DEBG |
| 8525 | 2026-08-23T06:18:39.863Z | Aug 23 06:18:38.416replacing 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 } }] |
| 8526 | 2026-08-23T06:18:39.863Z | INFO Aug 23 06:18:38.416adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8527 | 2026-08-23T06:18:39.863Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 INFO |
| 8528 | 2026-08-23T06:18:39.863Z | Aug 23 06:18:38.416adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8529 | 2026-08-23T06:18:39.865Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 8530 | 2026-08-23T06:18:39.865Z | Aug 23 06:18:38.416 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 } }] Aug 23 06:18:38.416replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 23 06:18:38.416 |
| 8531 | 2026-08-23T06:18:39.865Z | |
| 8532 | 2026-08-23T06:18:39.865Z | DEBGDEBG Aug 23 06:18:38.416Aug 23 06:18:38.416replacing 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: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 |
| 8533 | 2026-08-23T06:18:39.865Z | |
| 8534 | 2026-08-23T06:18:39.865Z | 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 } }] |
| 8535 | 2026-08-23T06:18:39.865Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 23 06:18:38.416 |
| 8536 | 2026-08-23T06:18:39.865Z | INFO Aug 23 06:18:38.416adding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 23 06:18:38.416 |
| 8537 | 2026-08-23T06:18:39.865Z | INFODEBG adding route 3fff:beef:17::/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 } }] |
| 8538 | 2026-08-23T06:18:39.865Z | |
| 8539 | 2026-08-23T06:18:39.865Z | Aug 23 06:18:38.416 Aug 23 06:18:38.416DEBG Aug 23 06:18:38.416INFO 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:1c::/64 -> 2001:db8::55:ff |
| 8540 | 2026-08-23T06:18:39.866Z | |
| 8541 | 2026-08-23T06:18:39.866Z | 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 } }] |
| 8542 | 2026-08-23T06:18:39.866Z | Aug 23 06:18:38.416 Aug 23 06:18:38.416INFO Aug 23 06:18:38.416DEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO |
| 8543 | 2026-08-23T06:18:39.866Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8544 | 2026-08-23T06:18:39.866Z | |
| 8545 | 2026-08-23T06:18:39.866Z | Aug 23 06:18:38.416 Aug 23 06:18:38.416DEBG Aug 23 06:18:38.416INFOreplacing 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 } }] |
| 8546 | 2026-08-23T06:18:39.866Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 8547 | 2026-08-23T06:18:39.866Z | 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 23 06:18:38.416 |
| 8548 | 2026-08-23T06:18:39.866Z | Aug 23 06:18:38.416INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8549 | 2026-08-23T06:18:39.866Z | Aug 23 06:18:38.416replacing 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 } }] |
| 8550 | 2026-08-23T06:18:39.866Z | INFOAug 23 06:18:38.416 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff DEBG |
| 8551 | 2026-08-23T06:18:39.866Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416 |
| 8552 | 2026-08-23T06:18:39.866Z | Aug 23 06:18:38.416INFO Aug 23 06:18:38.416DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8553 | 2026-08-23T06:18:39.866Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8554 | 2026-08-23T06:18:39.866Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8555 | 2026-08-23T06:18:39.867Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 INFODEBGAug 23 06:18:38.416 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 |
| 8556 | 2026-08-23T06:18:39.867Z | adding route 3fff:beef:1a::/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 } }] |
| 8557 | 2026-08-23T06:18:39.867Z | |
| 8558 | 2026-08-23T06:18:39.867Z | Aug 23 06:18:38.416 Aug 23 06:18:38.416INFO Aug 23 06:18:38.416 DEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8559 | 2026-08-23T06:18:39.867Z | |
| 8560 | 2026-08-23T06:18:39.867Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8561 | 2026-08-23T06:18:39.867Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 DEBGINFO Aug 23 06:18:38.416replacing 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 } }] |
| 8562 | 2026-08-23T06:18:39.867Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 8563 | 2026-08-23T06:18:39.867Z | 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 } }] |
| 8564 | 2026-08-23T06:18:39.867Z | Aug 23 06:18:38.416 INFOAug 23 06:18:38.416 Aug 23 06:18:38.416adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 8565 | 2026-08-23T06:18:39.868Z | INFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8566 | 2026-08-23T06:18:39.868Z | |
| 8567 | 2026-08-23T06:18:39.868Z | Aug 23 06:18:38.416 DEBGAug 23 06:18:38.416Aug 23 06:18:38.416 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 |
| 8568 | 2026-08-23T06:18:39.868Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8569 | 2026-08-23T06:18:39.868Z | |
| 8570 | 2026-08-23T06:18:39.869Z | Aug 23 06:18:38.416 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 23 06:18:38.416Aug 23 06:18:38.416 INFODEBG |
| 8571 | 2026-08-23T06:18:39.869Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8572 | 2026-08-23T06:18:39.869Z | |
| 8573 | 2026-08-23T06:18:39.869Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 INFOAug 23 06:18:38.416DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 8574 | 2026-08-23T06:18:39.869Z | |
| 8575 | 2026-08-23T06:18:39.869Z | 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 } }] |
| 8576 | 2026-08-23T06:18:39.869Z | Aug 23 06:18:38.416Aug 23 06:18:38.416Aug 23 06:18:38.416 DEBG INFOINFO adding route 3fff:beef:1b::/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 } }] |
| 8577 | 2026-08-23T06:18:39.869Z | |
| 8578 | 2026-08-23T06:18:39.869Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8579 | 2026-08-23T06:18:39.869Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 Aug 23 06:18:38.416INFO 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 } }] adding route 3fff:beef:1e::/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 } }] |
| 8580 | 2026-08-23T06:18:39.869Z | |
| 8581 | 2026-08-23T06:18:39.869Z | |
| 8582 | 2026-08-23T06:18:39.873Z | Aug 23 06:18:38.416Aug 23 06:18:38.416Aug 23 06:18:38.416 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 } }]INFO |
| 8583 | 2026-08-23T06:18:39.873Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8584 | 2026-08-23T06:18:39.873Z | Aug 23 06:18:38.416 |
| 8585 | 2026-08-23T06:18:39.873Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 23 06:18:38.416Aug 23 06:18:38.416 |
| 8586 | 2026-08-23T06:18:39.875Z | DEBGDEBG Aug 23 06:18:38.416replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 8587 | 2026-08-23T06:18:39.875Z | DEBG |
| 8588 | 2026-08-23T06:18:39.875Z | 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 23 06:18:38.416 |
| 8589 | 2026-08-23T06:18:39.875Z | Aug 23 06:18:38.416INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 23 06:18:38.416 |
| 8590 | 2026-08-23T06:18:39.875Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 8591 | 2026-08-23T06:18:39.875Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 23 06:18:38.416 |
| 8592 | 2026-08-23T06:18:39.875Z | Aug 23 06:18:38.416DEBGAug 23 06:18:38.416 DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8593 | 2026-08-23T06:18:39.875Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8594 | 2026-08-23T06:18:39.875Z | |
| 8595 | 2026-08-23T06:18:39.875Z | Aug 23 06:18:38.416Aug 23 06:18:38.416Aug 23 06:18:38.416 INFOINFO INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8596 | 2026-08-23T06:18:39.875Z | |
| 8597 | 2026-08-23T06:18:39.875Z | |
| 8598 | 2026-08-23T06:18:39.875Z | Aug 23 06:18:38.416Aug 23 06:18:38.416Aug 23 06:18:38.416 DEBGDEBGDEBG 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: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 } }] |
| 8599 | 2026-08-23T06:18:39.875Z | 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 } }] |
| 8600 | 2026-08-23T06:18:39.876Z | |
| 8601 | 2026-08-23T06:18:39.876Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 INFOAug 23 06:18:38.416 INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8602 | 2026-08-23T06:18:39.876Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8603 | 2026-08-23T06:18:39.876Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8604 | 2026-08-23T06:18:39.876Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 DEBGDEBG Aug 23 06:18:38.416replacing 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 } }] |
| 8605 | 2026-08-23T06:18:39.876Z | 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: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 } }] |
| 8606 | 2026-08-23T06:18:39.876Z | Aug 23 06:18:38.416 |
| 8607 | 2026-08-23T06:18:39.876Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8608 | 2026-08-23T06:18:39.876Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 INFOINFO Aug 23 06:18:38.416adding route 3fff:beef:27::/64 -> 2001:db8::55:ff adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8609 | 2026-08-23T06:18:39.876Z | |
| 8610 | 2026-08-23T06:18:39.876Z | 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 } }] |
| 8611 | 2026-08-23T06:18:39.876Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 DEBGDEBG Aug 23 06:18:38.416replacing 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: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 } }] |
| 8612 | 2026-08-23T06:18:39.876Z | |
| 8613 | 2026-08-23T06:18:39.876Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8614 | 2026-08-23T06:18:39.876Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 23 06:18:38.416 |
| 8615 | 2026-08-23T06:18:39.876Z | DEBG |
| 8616 | 2026-08-23T06:18:39.877Z | 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 23 06:18:38.416 |
| 8617 | 2026-08-23T06:18:39.877Z | Aug 23 06:18:38.416DEBGAug 23 06:18:38.416 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 } }]INFO 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 } }] |
| 8618 | 2026-08-23T06:18:39.877Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8619 | 2026-08-23T06:18:39.877Z | |
| 8620 | 2026-08-23T06:18:39.877Z | Aug 23 06:18:38.416Aug 23 06:18:38.416Aug 23 06:18:38.416 INFODEBGINFO 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 |
| 8621 | 2026-08-23T06:18:39.877Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8622 | 2026-08-23T06:18:39.877Z | |
| 8623 | 2026-08-23T06:18:39.877Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 Aug 23 06:18:38.416 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 8624 | 2026-08-23T06:18:39.877Z | 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: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 } }] |
| 8625 | 2026-08-23T06:18:39.877Z | |
| 8626 | 2026-08-23T06:18:39.877Z | Aug 23 06:18:38.416 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 23 06:18:38.416Aug 23 06:18:38.416 |
| 8627 | 2026-08-23T06:18:39.877Z | INFO INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8628 | 2026-08-23T06:18:39.877Z | Aug 23 06:18:38.416adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8629 | 2026-08-23T06:18:39.877Z | INFO Aug 23 06:18:38.416adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8630 | 2026-08-23T06:18:39.877Z | DEBGAug 23 06:18:38.416 DEBGAug 23 06:18:38.416 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 } }]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 } }] |
| 8631 | 2026-08-23T06:18:39.878Z | |
| 8632 | 2026-08-23T06:18:39.878Z | 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 } }] |
| 8633 | 2026-08-23T06:18:39.879Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 Aug 23 06:18:38.416INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8634 | 2026-08-23T06:18:39.879Z | |
| 8635 | 2026-08-23T06:18:39.879Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8636 | 2026-08-23T06:18:39.879Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 DEBGDEBG Aug 23 06:18:38.416replacing 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: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 } }] |
| 8637 | 2026-08-23T06:18:39.879Z | |
| 8638 | 2026-08-23T06:18:39.879Z | DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8639 | 2026-08-23T06:18:39.879Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 INFOAug 23 06:18:38.416 INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff INFO |
| 8640 | 2026-08-23T06:18:39.879Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8641 | 2026-08-23T06:18:39.879Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8642 | 2026-08-23T06:18:39.879Z | Aug 23 06:18:38.416 Aug 23 06:18:38.416DEBGAug 23 06:18:38.416 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 |
| 8643 | 2026-08-23T06:18:39.879Z | 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: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 } }] |
| 8644 | 2026-08-23T06:18:39.879Z | |
| 8645 | 2026-08-23T06:18:39.879Z | Aug 23 06:18:38.416 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 23 06:18:38.416 |
| 8646 | 2026-08-23T06:18:39.879Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 23 06:18:38.416Aug 23 06:18:38.416 |
| 8647 | 2026-08-23T06:18:39.879Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBGAug 23 06:18:38.416 |
| 8648 | 2026-08-23T06:18:39.879Z | DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8649 | 2026-08-23T06:18:39.880Z | Aug 23 06:18:38.416replacing 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 } }] |
| 8650 | 2026-08-23T06:18:39.880Z | DEBGAug 23 06:18:38.416 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8651 | 2026-08-23T06:18:39.880Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8652 | 2026-08-23T06:18:39.880Z | Aug 23 06:18:38.416 Aug 23 06:18:38.416INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBGAug 23 06:18:38.416 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 } }] |
| 8653 | 2026-08-23T06:18:39.880Z | |
| 8654 | 2026-08-23T06:18:39.880Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 23 06:18:38.416Aug 23 06:18:38.416 |
| 8655 | 2026-08-23T06:18:39.880Z | INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8656 | 2026-08-23T06:18:39.880Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416 |
| 8657 | 2026-08-23T06:18:39.883Z | DEBGAug 23 06:18:38.416 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 |
| 8658 | 2026-08-23T06:18:39.883Z | Aug 23 06:18:38.416 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8659 | 2026-08-23T06:18:39.883Z | Aug 23 06:18:38.416 INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8660 | 2026-08-23T06:18:39.883Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 23 06:18:38.416 |
| 8661 | 2026-08-23T06:18:39.883Z | INFOAug 23 06:18:38.416 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 8662 | 2026-08-23T06:18:39.883Z | 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 23 06:18:38.416 |
| 8663 | 2026-08-23T06:18:39.883Z | Aug 23 06:18:38.416 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 23 06:18:38.416 |
| 8664 | 2026-08-23T06:18:39.883Z | |
| 8665 | 2026-08-23T06:18:39.884Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8666 | 2026-08-23T06:18:39.884Z | Aug 23 06:18:38.416 INFO Aug 23 06:18:38.416adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8667 | 2026-08-23T06:18:39.884Z | Aug 23 06:18:38.416DEBG 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 } }] Aug 23 06:18:38.416adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8668 | 2026-08-23T06:18:39.884Z | |
| 8669 | 2026-08-23T06:18:39.884Z | DEBG Aug 23 06:18:38.416replacing 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 } }] |
| 8670 | 2026-08-23T06:18:39.884Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8671 | 2026-08-23T06:18:39.884Z | Aug 23 06:18:38.416Aug 23 06:18:38.416 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 23 06:18:38.416Aug 23 06:18:38.416 DEBG |
| 8672 | 2026-08-23T06:18:39.884Z | INFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8673 | 2026-08-23T06:18:39.884Z | |
| 8674 | 2026-08-23T06:18:39.884Z | |
| 8675 | 2026-08-23T06:18:39.884Z | Aug 23 06:18:38.416 Aug 23 06:18:38.416DEBGAug 23 06:18:38.416Aug 23 06:18:38.416 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 } }]INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8676 | 2026-08-23T06:18:39.884Z | |
| 8677 | 2026-08-23T06:18:39.886Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8678 | 2026-08-23T06:18:39.886Z | Aug 23 06:18:38.416 |
| 8679 | 2026-08-23T06:18:39.887Z | Aug 23 06:18:38.416INFO Aug 23 06:18:38.416 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8680 | 2026-08-23T06:18:39.887Z | DEBGAug 23 06:18:38.416 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 } }] |
| 8681 | 2026-08-23T06:18:39.887Z | Aug 23 06:18:38.416created new freemap DEBG, DEBGunit : replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4replacing 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 23 06:18:38.416Aug 23 06:18:38.416 |
| 8682 | 2026-08-23T06:18:39.891Z | |
| 8683 | 2026-08-23T06:18:39.891Z | |
| 8684 | 2026-08-23T06:18:39.891Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 23 06:18:38.416INFOAug 23 06:18:38.416 |
| 8685 | 2026-08-23T06:18:39.891Z | Aug 23 06:18:38.416 INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOAug 23 06:18:38.417 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff DEBG |
| 8686 | 2026-08-23T06:18:39.891Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8687 | 2026-08-23T06:18:39.891Z | DEBG |
| 8688 | 2026-08-23T06:18:39.891Z | created new freemapAug 23 06:18:38.417 |
| 8689 | 2026-08-23T06:18:39.891Z | DEBG, Aug 23 06:18:38.417 unitreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 8690 | 2026-08-23T06:18:39.891Z | Aug 23 06:18:38.417 Aug 23 06:18:38.417 INFODEBGfreemap_route_ipv6 |
| 8691 | 2026-08-23T06:18:39.891Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8692 | 2026-08-23T06:18:39.891Z | Aug 23 06:18:38.417replacing 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 23 06:18:38.417INFO |
| 8693 | 2026-08-23T06:18:39.892Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 8694 | 2026-08-23T06:18:39.892Z | 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 23 06:18:38.417DEBG |
| 8695 | 2026-08-23T06:18:39.892Z | Aug 23 06:18:38.417 Aug 23 06:18:38.417initted freemap. low: 0, size: 64DEBG, 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 } }]INFO |
| 8696 | 2026-08-23T06:18:39.892Z | 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 } }] |
| 8697 | 2026-08-23T06:18:39.892Z | unit: Aug 23 06:18:38.417 adding route 3fff:beef:33::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 23 06:18:38.417 |
| 8698 | 2026-08-23T06:18:39.892Z | |
| 8699 | 2026-08-23T06:18:39.892Z | INFO Aug 23 06:18:38.417 INFOINFO Aug 23 06:18:38.417adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8700 | 2026-08-23T06:18:39.892Z | Aug 23 06:18:38.417adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8701 | 2026-08-23T06:18:39.892Z | Aug 23 06:18:38.417DEBG DEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:18:38.417replacing 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 } }] |
| 8702 | 2026-08-23T06:18:39.892Z | |
| 8703 | 2026-08-23T06:18:39.892Z | 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 } }] |
| 8704 | 2026-08-23T06:18:39.892Z | Aug 23 06:18:38.417 reset freemapINFO, Aug 23 06:18:38.417 unitadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 23 06:18:38.417: |
| 8705 | 2026-08-23T06:18:39.892Z | INFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8706 | 2026-08-23T06:18:39.893Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 23 06:18:38.417 |
| 8707 | 2026-08-23T06:18:39.893Z | freemap_route_ipv4 |
| 8708 | 2026-08-23T06:18:39.893Z | DEBGAug 23 06:18:38.417 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 } }] |
| 8709 | 2026-08-23T06:18:39.893Z | Aug 23 06:18:38.417DEBG DEBG Aug 23 06:18:38.417replacing 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: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 } }] |
| 8710 | 2026-08-23T06:18:39.893Z | Aug 23 06:18:38.417DEBG |
| 8711 | 2026-08-23T06:18:39.893Z | INFO initted freemap. low: 0, size: 64adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 23 06:18:38.417 |
| 8712 | 2026-08-23T06:18:39.893Z | Aug 23 06:18:38.417INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff, Aug 23 06:18:38.417INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8713 | 2026-08-23T06:18:39.893Z | 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 23 06:18:38.417 |
| 8714 | 2026-08-23T06:18:39.893Z | DEBG |
| 8715 | 2026-08-23T06:18:39.893Z | created new freemapunit, Aug 23 06:18:38.417unit:: DEBGfreemap_route_ipv4 |
| 8716 | 2026-08-23T06:18:39.893Z | Aug 23 06:18:38.417Aug 23 06:18:38.417 DEBG created new freemap, unit:freemap_route_ipv6 DEBGfreemap_route_ipv6replacing 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 } }] |
| 8717 | 2026-08-23T06:18:39.893Z | |
| 8718 | 2026-08-23T06:18:39.893Z | |
| 8719 | 2026-08-23T06:18:39.893Z | Aug 23 06:18:38.417 Aug 23 06:18:38.417adding route 3fff:beef:30::/64 -> 2001:db8::55:ff Aug 23 06:18:38.417Aug 23 06:18:38.417 INFODEBG DEBG |
| 8720 | 2026-08-23T06:18:39.893Z | initted freemap. low: 0, size: 64adding route 3fff:beef:31::/64 -> 2001:db8::55:ff, |
| 8721 | 2026-08-23T06:18:39.893Z | unit: INFOfreemap_route_ipv4 |
| 8722 | 2026-08-23T06:18:39.893Z | 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 23 06:18:38.417 |
| 8723 | 2026-08-23T06:18:39.893Z | Aug 23 06:18:38.417 DEBGDEBG reset freemap, unit: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 } }] |
| 8724 | 2026-08-23T06:18:39.893Z | reset freemap, unit:freemap_route_ipv6 adding route 3fff:beef:36::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8725 | 2026-08-23T06:18:39.894Z | |
| 8726 | 2026-08-23T06:18:39.894Z | |
| 8727 | 2026-08-23T06:18:39.894Z | Aug 23 06:18:38.417 DEBG initted freemap. low: 0, size: 64, unit: Aug 23 06:18:38.417freemap_route_ipv6Aug 23 06:18:38.417 |
| 8728 | 2026-08-23T06:18:39.894Z | INFO Aug 23 06:18:38.417adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 23 06:18:38.417 |
| 8729 | 2026-08-23T06:18:39.894Z | Aug 23 06:18:38.417DEBG reset freemap, unit: DEBGfreemap_route_ipv6 |
| 8730 | 2026-08-23T06:18:39.894Z | 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 } }] |
| 8731 | 2026-08-23T06:18:39.894Z | Aug 23 06:18:38.417 DEBGAug 23 06:18:38.417 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 23 06:18:38.417 |
| 8732 | 2026-08-23T06:18:39.894Z | INFO Aug 23 06:18:38.417 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:dead::/64 with: [NextHop { asic_port_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 23 06:18:38.417 |
| 8733 | 2026-08-23T06:18:39.894Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8734 | 2026-08-23T06:18:39.894Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8735 | 2026-08-23T06:18:39.894Z | Aug 23 06:18:38.417Aug 23 06:18:38.417 |
| 8736 | 2026-08-23T06:18:39.894Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 23 06:18:38.417 |
| 8737 | 2026-08-23T06:18:39.894Z | Aug 23 06:18:38.417DEBG Aug 23 06:18:38.417 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: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 } }] |
| 8738 | 2026-08-23T06:18:39.894Z | 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: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 } }] |
| 8739 | 2026-08-23T06:18:39.894Z | |
| 8740 | 2026-08-23T06:18:39.894Z | Aug 23 06:18:38.417 INFO |
| 8741 | 2026-08-23T06:18:39.894Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 23 06:18:38.417adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8742 | 2026-08-23T06:18:39.894Z | |
| 8743 | 2026-08-23T06:18:39.894Z | Aug 23 06:18:38.417 Aug 23 06:18:38.417 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 } }] |
| 8744 | 2026-08-23T06:18:39.894Z | Aug 23 06:18:38.417 DEBGAug 23 06:18:38.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.1, vlan_id: None } }]INFO INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8745 | 2026-08-23T06:18:39.894Z | Aug 23 06:18:38.417adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8746 | 2026-08-23T06:18:39.894Z | DEBG |
| 8747 | 2026-08-23T06:18:39.894Z | 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 } }] |
| 8748 | 2026-08-23T06:18:39.894Z | Aug 23 06:18:38.417Aug 23 06:18:38.417 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 8749 | 2026-08-23T06:18:39.895Z | Aug 23 06:18:38.417Aug 23 06:18:38.417 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 23 06:18:38.417 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 8750 | 2026-08-23T06:18:39.896Z | DEBG INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:18:38.417 |
| 8751 | 2026-08-23T06:18:39.896Z | 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 } }]DEBGAug 23 06:18:38.417 |
| 8752 | 2026-08-23T06:18:39.896Z | DEBGAug 23 06:18:38.417 INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8753 | 2026-08-23T06:18:39.896Z | test route::tests::identity_replace_is_noop ... ok |
| 8754 | 2026-08-23T06:18:39.896Z | INFOAug 23 06:18:38.417 adding route 3fff:beef:3::/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 } }] |
| 8755 | 2026-08-23T06:18:39.896Z | |
| 8756 | 2026-08-23T06:18:39.896Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8757 | 2026-08-23T06:18:39.896Z | Aug 23 06:18:38.417Aug 23 06:18:38.417Aug 23 06:18:38.422 DEBGDEBG DEBGcreated new freemap , replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8758 | 2026-08-23T06:18:39.896Z | unit: Aug 23 06:18:38.423freemap_route_ipv4 |
| 8759 | 2026-08-23T06:18:39.896Z | INFO |
| 8760 | 2026-08-23T06:18:39.896Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8761 | 2026-08-23T06:18:39.896Z | Aug 23 06:18:38.423Aug 23 06:18:38.423 DEBGINFOAug 23 06:18:38.423 INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8762 | 2026-08-23T06:18:39.896Z | Aug 23 06:18:38.423replacing 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:34::/64 -> 2001:db8::55:ffDEBG |
| 8763 | 2026-08-23T06:18:39.896Z | |
| 8764 | 2026-08-23T06:18:39.896Z | created new freemapDEBG , 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 } }]unitAug 23 06:18:38.423:Aug 23 06:18:38.423 |
| 8765 | 2026-08-23T06:18:39.896Z | freemap_route_ipv6 DEBG INFO |
| 8766 | 2026-08-23T06:18:39.896Z | 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 23 06:18:38.423Aug 23 06:18:38.423adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8767 | 2026-08-23T06:18:39.896Z | |
| 8768 | 2026-08-23T06:18:39.896Z | INFOAug 23 06:18:38.423 DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8769 | 2026-08-23T06:18:39.896Z | Aug 23 06:18:38.423 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 } }] DEBGAug 23 06:18:38.423Aug 23 06:18:38.423 INFODEBGDEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8770 | 2026-08-23T06:18:39.896Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. low: 0, size: 64 |
| 8771 | 2026-08-23T06:18:39.896Z | |
| 8772 | 2026-08-23T06:18:39.897Z | , |
| 8773 | 2026-08-23T06:18:39.898Z | unit:Aug 23 06:18:38.423 Aug 23 06:18:38.423INFO Aug 23 06:18:38.423DEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8774 | 2026-08-23T06:18:39.898Z | freemap_route_ipv4 |
| 8775 | 2026-08-23T06:18:39.898Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8776 | 2026-08-23T06:18:39.898Z | |
| 8777 | 2026-08-23T06:18:39.898Z | Aug 23 06:18:38.423Aug 23 06:18:38.423 Aug 23 06:18:38.423INFO DEBGINFO Aug 23 06:18:38.423adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8778 | 2026-08-23T06:18:39.898Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8779 | 2026-08-23T06:18:39.898Z | |
| 8780 | 2026-08-23T06:18:39.898Z | DEBGAug 23 06:18:38.423Aug 23 06:18:38.423 Aug 23 06:18:38.423DEBGAug 23 06:18:38.423 reset freemapINFODEBG, replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit DEBG: |
| 8781 | 2026-08-23T06:18:39.898Z | 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 } }] |
| 8782 | 2026-08-23T06:18:39.903Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 8783 | 2026-08-23T06:18:39.903Z | Aug 23 06:18:38.423 |
| 8784 | 2026-08-23T06:18:39.903Z | Aug 23 06:18:38.423 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8785 | 2026-08-23T06:18:39.903Z | Aug 23 06:18:38.423 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 8786 | 2026-08-23T06:18:39.903Z | Aug 23 06:18:38.423DEBG INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff 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 } }] |
| 8787 | 2026-08-23T06:18:39.903Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8788 | 2026-08-23T06:18:39.903Z | Aug 23 06:18:38.423Aug 23 06:18:38.423 |
| 8789 | 2026-08-23T06:18:39.903Z | Aug 23 06:18:38.423Aug 23 06:18:38.423 DEBG INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 8790 | 2026-08-23T06:18:39.903Z | initted freemap. low: 0, size: 64DEBGreplacing 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 23 06:18:38.423 |
| 8791 | 2026-08-23T06:18:39.903Z | unit :replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGfreemap_route_ipv6Aug 23 06:18:38.423 |
| 8792 | 2026-08-23T06:18:39.903Z | 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 } }] |
| 8793 | 2026-08-23T06:18:39.903Z | DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.423 |
| 8794 | 2026-08-23T06:18:39.903Z | |
| 8795 | 2026-08-23T06:18:39.903Z | Aug 23 06:18:38.423INFO INFOAug 23 06:18:38.423 DEBGAug 23 06:18:38.423 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8796 | 2026-08-23T06:18:39.903Z | INFOreset freemapadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 23 06:18:38.423 |
| 8797 | 2026-08-23T06:18:39.903Z | , adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO Aug 23 06:18:38.423adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8798 | 2026-08-23T06:18:39.903Z | |
| 8799 | 2026-08-23T06:18:39.903Z | DEBGunit :Aug 23 06:18:38.423 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 23 06:18:38.423DEBG |
| 8800 | 2026-08-23T06:18:39.904Z | 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 } }] |
| 8801 | 2026-08-23T06:18:39.904Z | 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 23 06:18:38.423freemap_route_ipv6 Aug 23 06:18:38.423 |
| 8802 | 2026-08-23T06:18:39.904Z | DEBGAug 23 06:18:38.423DEBG failed to allocate space for the new target listreplacing 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 |
| 8803 | 2026-08-23T06:18:39.904Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8804 | 2026-08-23T06:18:39.904Z | |
| 8805 | 2026-08-23T06:18:39.904Z | Aug 23 06:18:38.423 INFO |
| 8806 | 2026-08-23T06:18:39.904Z | Aug 23 06:18:38.423adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8807 | 2026-08-23T06:18:39.904Z | DEBGAug 23 06:18:38.423 replacing targets for 3fff:dead::/64 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 } }] |
| 8808 | 2026-08-23T06:18:39.904Z | Aug 23 06:18:38.423 INFOAug 23 06:18:38.423 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 23 06:18:38.423 |
| 8809 | 2026-08-23T06:18:39.904Z | DEBG DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 8810 | 2026-08-23T06:18:39.904Z | |
| 8811 | 2026-08-23T06:18:39.904Z | INFO Aug 23 06:18:38.423Aug 23 06:18:38.423 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8812 | 2026-08-23T06:18:39.904Z | Aug 23 06:18:38.423Aug 23 06:18:38.423DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8813 | 2026-08-23T06:18:39.905Z | 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:39::/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 } }] |
| 8814 | 2026-08-23T06:18:39.905Z | |
| 8815 | 2026-08-23T06:18:39.905Z | Aug 23 06:18:38.423 |
| 8816 | 2026-08-23T06:18:39.905Z | INFO Aug 23 06:18:38.423adding route 172.16.0.0/32 -> 10.0.0.3 Aug 23 06:18:38.423DEBG |
| 8817 | 2026-08-23T06:18:39.905Z | Aug 23 06:18:38.423 Aug 23 06:18:38.423 DEBG INFOAug 23 06:18:38.423replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 8818 | 2026-08-23T06:18:39.905Z | DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8819 | 2026-08-23T06:18:39.905Z | adding route 3fff:beef:a::/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 } }] |
| 8820 | 2026-08-23T06:18:39.905Z | |
| 8821 | 2026-08-23T06:18:39.905Z | |
| 8822 | 2026-08-23T06:18:39.905Z | Aug 23 06:18:38.423Aug 23 06:18:38.423 Aug 23 06:18:38.423INFO Aug 23 06:18:38.423DEBG Aug 23 06:18:38.423replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 8823 | 2026-08-23T06:18:39.905Z | 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 } }] |
| 8824 | 2026-08-23T06:18:39.905Z | INFO |
| 8825 | 2026-08-23T06:18:39.905Z | Aug 23 06:18:38.423DEBG adding route 172.16.0.0/32 -> 10.0.0.4 |
| 8826 | 2026-08-23T06:18:39.905Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:18:38.423 |
| 8827 | 2026-08-23T06:18:39.905Z | 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 23 06:18:38.423Aug 23 06:18:38.423 |
| 8828 | 2026-08-23T06:18:39.905Z | DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO |
| 8829 | 2026-08-23T06:18:39.905Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8830 | 2026-08-23T06:18:39.905Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 23 06:18:38.423 |
| 8831 | 2026-08-23T06:18:39.905Z | INFOAug 23 06:18:38.423 Aug 23 06:18:38.423 Aug 23 06:18:38.423DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8832 | 2026-08-23T06:18:39.905Z | 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 } }] |
| 8833 | 2026-08-23T06:18:39.905Z | 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 } }] |
| 8834 | 2026-08-23T06:18:39.905Z | Aug 23 06:18:38.423 |
| 8835 | 2026-08-23T06:18:39.905Z | DEBG Aug 23 06:18:38.423replacing 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 } }] |
| 8836 | 2026-08-23T06:18:39.905Z | Aug 23 06:18:38.423DEBG failed to allocate space for the new target listINFO |
| 8837 | 2026-08-23T06:18:39.905Z | Aug 23 06:18:38.423adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8838 | 2026-08-23T06:18:39.905Z | INFO Aug 23 06:18:38.423 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 8839 | 2026-08-23T06:18:39.905Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8840 | 2026-08-23T06:18:39.905Z | Aug 23 06:18:38.423 Aug 23 06:18:38.423DEBG 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 } }] |
| 8841 | 2026-08-23T06:18:39.907Z | 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 } }] |
| 8842 | 2026-08-23T06:18:39.907Z | created new freemapAug 23 06:18:38.423Aug 23 06:18:38.423 , unitINFO: adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFOfreemap_route_ipv4 |
| 8843 | 2026-08-23T06:18:39.907Z | |
| 8844 | 2026-08-23T06:18:39.908Z | test route::tests::grow_succeeds ... ok |
| 8845 | 2026-08-23T06:18:39.908Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8846 | 2026-08-23T06:18:39.908Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8847 | 2026-08-23T06:18:39.908Z | Aug 23 06:18:38.423Aug 23 06:18:38.423 DEBGDEBG created new freemapAug 23 06:18:38.423replacing 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 } }] , DEBGunit |
| 8848 | 2026-08-23T06:18:39.908Z | 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 } }]: |
| 8849 | 2026-08-23T06:18:39.908Z | freemap_route_ipv6 |
| 8850 | 2026-08-23T06:18:39.908Z | Aug 23 06:18:38.423adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 23 06:18:38.423 |
| 8851 | 2026-08-23T06:18:39.908Z | INFOAug 23 06:18:38.423 INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 8852 | 2026-08-23T06:18:39.908Z | Aug 23 06:18:38.423 DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff initted freemap. low: 0, 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 23 06:18:38.423 |
| 8853 | 2026-08-23T06:18:39.908Z | |
| 8854 | 2026-08-23T06:18:39.908Z | , unitDEBG: freemap_route_ipv4Aug 23 06:18:38.423 |
| 8855 | 2026-08-23T06:18:39.908Z | 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 } }]Aug 23 06:18:38.423 |
| 8856 | 2026-08-23T06:18:39.908Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 8857 | 2026-08-23T06:18:39.908Z | Aug 23 06:18:38.423replacing 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 } }] |
| 8858 | 2026-08-23T06:18:39.908Z | DEBGAug 23 06:18:38.423Aug 23 06:18:38.423 reset freemap DEBGAug 23 06:18:38.423 INFO , INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8859 | 2026-08-23T06:18:39.908Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ffunit |
| 8860 | 2026-08-23T06:18:39.908Z | |
| 8861 | 2026-08-23T06:18:39.908Z | :Aug 23 06:18:38.423 freemap_route_ipv4Aug 23 06:18:38.423Aug 23 06:18:38.423 |
| 8862 | 2026-08-23T06:18:39.908Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 8863 | 2026-08-23T06:18:39.908Z | |
| 8864 | 2026-08-23T06:18:39.908Z | replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.423 |
| 8865 | 2026-08-23T06:18:39.908Z | DEBGAug 23 06:18:38.423Aug 23 06:18:38.423 INFO Aug 23 06:18:38.424adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8866 | 2026-08-23T06:18:39.908Z | DEBGAug 23 06:18:38.424 created new freemap , DEBGunit:DEBG created new freemapreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 8867 | 2026-08-23T06:18:39.908Z | |
| 8868 | 2026-08-23T06:18:39.908Z | Aug 23 06:18:38.423, unitAug 23 06:18:38.503 Aug 23 06:18:38.503: Aug 23 06:18:38.503 DEBGDEBGfreemap_route_ipv4 |
| 8869 | 2026-08-23T06:18:39.908Z | INFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 8870 | 2026-08-23T06:18:39.908Z | |
| 8871 | 2026-08-23T06:18:39.908Z | DEBG |
| 8872 | 2026-08-23T06:18:39.908Z | Aug 23 06:18:38.503Aug 23 06:18:38.503Aug 23 06:18:38.503 INFO Aug 23 06:18:38.503adding route 3fff:beef:11::/64 -> 2001:db8::55:ffcreated new freemap |
| 8873 | 2026-08-23T06:18:39.908Z | DEBG DEBGDEBG Aug 23 06:18:38.503, created new freemapreplacing 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 } }]unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], |
| 8874 | 2026-08-23T06:18:39.908Z | :DEBG |
| 8875 | 2026-08-23T06:18:39.908Z | unitreplacing 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 23 06:18:38.503 |
| 8876 | 2026-08-23T06:18:39.909Z | DEBG freemap_route_ipv6failed to allocate space for the new target list |
| 8877 | 2026-08-23T06:18:39.909Z | Aug 23 06:18:38.504 |
| 8878 | 2026-08-23T06:18:39.909Z | Aug 23 06:18:38.504INFO INFOAug 23 06:18:38.504 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8879 | 2026-08-23T06:18:39.909Z | |
| 8880 | 2026-08-23T06:18:39.909Z | DEBG Aug 23 06:18:38.504freemap_route_ipv6 |
| 8881 | 2026-08-23T06:18:39.909Z | initted freemap. low: 0, size: 64, unit: Aug 23 06:18:38.504Aug 23 06:18:38.504DEBG freemap_route_ipv4 |
| 8882 | 2026-08-23T06:18:39.913Z | 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 |
| 8883 | 2026-08-23T06:18:39.913Z | 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 } }]initted freemap. low: 0, size: 64Aug 23 06:18:38.504 Aug 23 06:18:38.504 |
| 8884 | 2026-08-23T06:18:39.913Z | , unitinitted freemap. low: 0, size: 64DEBG:INFO, Aug 23 06:18:38.504freemap_route_ipv6 |
| 8885 | 2026-08-23T06:18:39.913Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFOreset freemap |
| 8886 | 2026-08-23T06:18:39.913Z | unitadding route 3fff:beef:37::/64 -> 2001:db8::55:ff, : |
| 8887 | 2026-08-23T06:18:39.913Z | unit freemap_route_ipv4: |
| 8888 | 2026-08-23T06:18:39.913Z | Aug 23 06:18:38.504freemap_route_ipv4 Aug 23 06:18:38.504Aug 23 06:18:38.504 |
| 8889 | 2026-08-23T06:18:39.913Z | 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 } }] |
| 8890 | 2026-08-23T06:18:39.913Z | 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 } }]reset freemap |
| 8891 | 2026-08-23T06:18:39.914Z | Aug 23 06:18:38.504Aug 23 06:18:38.504 , DEBG unitreset freemap Aug 23 06:18:38.504Aug 23 06:18:38.504, :INFOunit :adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8892 | 2026-08-23T06:18:39.914Z | DEBGINFO freemap_route_ipv4initted freemap. low: 0, size: 64freemap_route_ipv6 |
| 8893 | 2026-08-23T06:18:39.914Z | Aug 23 06:18:38.504, unit |
| 8894 | 2026-08-23T06:18:39.915Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff: DEBG freemap_route_ipv6 |
| 8895 | 2026-08-23T06:18:39.915Z | |
| 8896 | 2026-08-23T06:18:39.915Z | 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 23 06:18:38.504 |
| 8897 | 2026-08-23T06:18:39.915Z | Aug 23 06:18:38.504 INFO Aug 23 06:18:38.504DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:18:38.504DEBGAug 23 06:18:38.504 |
| 8898 | 2026-08-23T06:18:39.915Z | 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 } }] DEBGINFO initted freemap. low: 0, size: 64 |
| 8899 | 2026-08-23T06:18:39.915Z | , reset freemapunitAug 23 06:18:38.504, adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8900 | 2026-08-23T06:18:39.915Z | unit::Aug 23 06:18:38.504 DEBGfreemap_route_ipv6 |
| 8901 | 2026-08-23T06:18:39.915Z | 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:15::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8902 | 2026-08-23T06:18:39.915Z | Aug 23 06:18:38.504 |
| 8903 | 2026-08-23T06:18:39.915Z | |
| 8904 | 2026-08-23T06:18:39.915Z | Aug 23 06:18:38.504INFO Aug 23 06:18:38.504Aug 23 06:18:38.504adding route 172.16.0.0/32 -> 10.0.0.1DEBG Aug 23 06:18:38.504 INFO |
| 8905 | 2026-08-23T06:18:39.915Z | 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 |
| 8906 | 2026-08-23T06:18:39.915Z | 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 23 06:18:38.504Aug 23 06:18:38.504 |
| 8907 | 2026-08-23T06:18:39.915Z | |
| 8908 | 2026-08-23T06:18:39.915Z | DEBG reset freemap INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 23 06:18:38.504adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8909 | 2026-08-23T06:18:39.915Z | |
| 8910 | 2026-08-23T06:18:39.915Z | DEBG, 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 } }]Aug 23 06:18:38.504 |
| 8911 | 2026-08-23T06:18:39.915Z | Aug 23 06:18:38.504Aug 23 06:18:38.504DEBG 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 } }] |
| 8912 | 2026-08-23T06:18:39.915Z | 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 |
| 8913 | 2026-08-23T06:18:39.915Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8914 | 2026-08-23T06:18:39.915Z | |
| 8915 | 2026-08-23T06:18:39.915Z | Aug 23 06:18:38.504 Aug 23 06:18:38.504INFO INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8916 | 2026-08-23T06:18:39.915Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8917 | 2026-08-23T06:18:39.915Z | Aug 23 06:18:38.504Aug 23 06:18:38.504 INFODEBGAug 23 06:18:38.424Aug 23 06:18:38.504 Aug 23 06:18:38.504replacing 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 172.16.0.0/32 -> 10.0.0.1 |
| 8918 | 2026-08-23T06:18:39.916Z | DEBG |
| 8919 | 2026-08-23T06:18:39.916Z | DEBGDEBG Aug 23 06:18:38.504 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8920 | 2026-08-23T06:18:39.916Z | created new freemap |
| 8921 | 2026-08-23T06:18:39.916Z | INFO, Aug 23 06:18:38.504unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ff: |
| 8922 | 2026-08-23T06:18:39.916Z | Aug 23 06:18:38.504 freemap_route_ipv4DEBGINFO Aug 23 06:18:38.504adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8923 | 2026-08-23T06:18:39.916Z | |
| 8924 | 2026-08-23T06:18:39.916Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 23 06:18:38.504 INFOAug 23 06:18:38.504 |
| 8925 | 2026-08-23T06:18:39.916Z | 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 } }]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 } }] |
| 8926 | 2026-08-23T06:18:39.916Z | |
| 8927 | 2026-08-23T06:18:39.916Z | Aug 23 06:18:38.504adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8928 | 2026-08-23T06:18:39.916Z | INFO Aug 23 06:18:38.504Aug 23 06:18:38.504adding route 172.16.0.0/32 -> 10.0.0.2Aug 23 06:18:38.504 |
| 8929 | 2026-08-23T06:18:39.916Z | Aug 23 06:18:38.504 DEBGDEBG 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 } }] |
| 8930 | 2026-08-23T06:18:39.916Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffcreated new freemap |
| 8931 | 2026-08-23T06:18:39.916Z | , 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 } }]unit: |
| 8932 | 2026-08-23T06:18:39.916Z | Aug 23 06:18:38.504freemap_route_ipv6 |
| 8933 | 2026-08-23T06:18:39.916Z | WARNAug 23 06:18:38.504 Aug 23 06:18:38.504Aug 23 06:18:38.504 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) DEBG |
| 8934 | 2026-08-23T06:18:39.916Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 Aug 23 06:18:38.504DEBG |
| 8935 | 2026-08-23T06:18:39.917Z | Aug 23 06:18:38.504failed to allocate space for the new target list |
| 8936 | 2026-08-23T06:18:39.917Z | ERROreplacing 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 } }] |
| 8937 | 2026-08-23T06:18:39.917Z | Aug 23 06:18:38.504Aug 23 06:18:38.504 DEBGINFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:18:38.504 |
| 8938 | 2026-08-23T06:18:39.917Z | INFOinitted freemap. low: 0, size: 64rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) , adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8939 | 2026-08-23T06:18:39.917Z | |
| 8940 | 2026-08-23T06:18:39.917Z | unitadding route 172.16.0.0/32 -> 10.0.0.3: |
| 8941 | 2026-08-23T06:18:39.917Z | freemap_route_ipv4Aug 23 06:18:38.504 |
| 8942 | 2026-08-23T06:18:39.917Z | 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 23 06:18:38.504 |
| 8943 | 2026-08-23T06:18:39.917Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 8944 | 2026-08-23T06:18:39.917Z | DEBG Aug 23 06:18:38.504Aug 23 06:18:38.504 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] ERRO |
| 8945 | 2026-08-23T06:18:39.917Z | DEBG Aug 23 06:18:38.504 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 reset freemapINFO |
| 8946 | 2026-08-23T06:18:39.917Z | , unitadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 23 06:18:38.504: |
| 8947 | 2026-08-23T06:18:39.917Z | freemap_route_ipv4INFO |
| 8948 | 2026-08-23T06:18:39.917Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 8949 | 2026-08-23T06:18:39.917Z | Aug 23 06:18:38.504 DEBG Aug 23 06:18:38.424Aug 23 06:18:38.504 DEBGAug 23 06:18:38.504 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 } }] |
| 8950 | 2026-08-23T06:18:39.917Z | DEBGDEBGcreated new freemap , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]unitinitted freemap. low: 0, size: 64 |
| 8951 | 2026-08-23T06:18:39.918Z | , : unit:freemap_route_ipv4 freemap_route_ipv6 |
| 8952 | 2026-08-23T06:18:39.918Z | Aug 23 06:18:38.504 |
| 8953 | 2026-08-23T06:18:39.918Z | INFO Aug 23 06:18:38.504adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8954 | 2026-08-23T06:18:39.918Z | Aug 23 06:18:38.504INFO DEBG adding route 172.17.0.0/32 -> 10.0.0.255created new freemapAug 23 06:18:38.504 |
| 8955 | 2026-08-23T06:18:39.918Z | Aug 23 06:18:38.504, DEBG unit :DEBGAug 23 06:18:38.504 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 , 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 } }] |
| 8956 | 2026-08-23T06:18:39.918Z | freemap_route_ipv6freemap_route_ipv6 |
| 8957 | 2026-08-23T06:18:39.918Z | |
| 8958 | 2026-08-23T06:18:39.918Z | |
| 8959 | 2026-08-23T06:18:39.918Z | Aug 23 06:18:38.504Aug 23 06:18:38.504Aug 23 06:18:38.504 INFOINFOAug 23 06:18:38.504 adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 8960 | 2026-08-23T06:18:39.918Z | |
| 8961 | 2026-08-23T06:18:39.918Z | adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 8962 | 2026-08-23T06:18:39.918Z | initted freemap. low: 0, size: 64Aug 23 06:18:38.504, unitDEBG:Aug 23 06:18:38.504 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 } }]DEBGAug 23 06:18:38.504 freemap_route_ipv4replacing 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 } }] |
| 8963 | 2026-08-23T06:18:39.918Z | |
| 8964 | 2026-08-23T06:18:39.918Z | |
| 8965 | 2026-08-23T06:18:39.918Z | DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.504 |
| 8966 | 2026-08-23T06:18:39.919Z | Aug 23 06:18:38.504Aug 23 06:18:38.504 DEBGINFO reset freemapINFO, unitadding route 172.16.0.0/32 -> 10.0.0.1:Aug 23 06:18:38.504 adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 8967 | 2026-08-23T06:18:39.919Z | freemap_route_ipv4adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8968 | 2026-08-23T06:18:39.919Z | |
| 8969 | 2026-08-23T06:18:39.919Z | |
| 8970 | 2026-08-23T06:18:39.919Z | Aug 23 06:18:38.504Aug 23 06:18:38.504Aug 23 06:18:38.504 DEBGDEBG Aug 23 06:18:38.504replacing 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 } }] |
| 8971 | 2026-08-23T06:18:39.919Z | 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 } }]initted freemap. low: 0, size: 64DEBG, |
| 8972 | 2026-08-23T06:18:39.919Z | unitreplacing 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 23 06:18:38.504 Aug 23 06:18:38.504 |
| 8973 | 2026-08-23T06:18:39.919Z | Aug 23 06:18:38.505Aug 23 06:18:38.518 DEBGINFO created new freemapadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff, Aug 23 06:18:38.504unit: DEBGfreemap_route_ipv4 |
| 8974 | 2026-08-23T06:18:39.919Z | created new freemap, |
| 8975 | 2026-08-23T06:18:39.919Z | unitAug 23 06:18:38.518Aug 23 06:18:38.505: freemap_route_ipv4DEBG DEBGcreated new freemap , INFO |
| 8976 | 2026-08-23T06:18:39.919Z | unit:adding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:18:38.518replacing 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 } }] |
| 8977 | 2026-08-23T06:18:39.919Z | |
| 8978 | 2026-08-23T06:18:39.919Z | Aug 23 06:18:38.518freemap_route_ipv4 DEBG |
| 8979 | 2026-08-23T06:18:39.919Z | created new freemap Aug 23 06:18:38.518, unitINFO:Aug 23 06:18:38.518Aug 23 06:18:38.518 DEBGfreemap_route_ipv6 |
| 8980 | 2026-08-23T06:18:39.919Z | created new freemap , unitDEBG: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8981 | 2026-08-23T06:18:39.920Z | freemap_route_ipv6Aug 23 06:18:38.519 |
| 8982 | 2026-08-23T06:18:39.924Z | |
| 8983 | 2026-08-23T06:18:39.924Z | DEBG initted freemap. low: 0, size: 64DEBG, Aug 23 06:18:38.519Aug 23 06:18:38.519unitAug 23 06:18:38.519 : DEBGDEBG initted freemap. low: 0, size: 64replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO , unitfreemap_route_ipv4 |
| 8984 | 2026-08-23T06:18:39.924Z | |
| 8985 | 2026-08-23T06:18:39.924Z | :adding route 172.16.0.0/32 -> 10.0.0.2 freemap_route_ipv4Aug 23 06:18:38.519 |
| 8986 | 2026-08-23T06:18:39.925Z | Aug 23 06:18:38.519 INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8987 | 2026-08-23T06:18:39.925Z | |
| 8988 | 2026-08-23T06:18:39.925Z | Aug 23 06:18:38.519reset freemap , DEBGunitAug 23 06:18:38.519: DEBGfreemap_route_ipv4 Aug 23 06:18:38.519 reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }], |
| 8989 | 2026-08-23T06:18:39.925Z | DEBGunit 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 } }]: |
| 8990 | 2026-08-23T06:18:39.925Z | |
| 8991 | 2026-08-23T06:18:39.925Z | freemap_route_ipv4Aug 23 06:18:38.519 |
| 8992 | 2026-08-23T06:18:39.925Z | created new freemapINFO, Aug 23 06:18:38.519Aug 23 06:18:38.519adding route 172.17.0.0/32 -> 10.0.0.255 |
| 8993 | 2026-08-23T06:18:39.925Z | DEBG DEBGAug 23 06:18:38.519unit Aug 23 06:18:38.519 initted freemap. low: 0, size: 64DEBGINFOinitted freemap. low: 0, size: 64: , , adding route 3fff:beef:21::/64 -> 2001:db8::55:ffunitunit |
| 8994 | 2026-08-23T06:18:39.925Z | :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 } }] |
| 8995 | 2026-08-23T06:18:39.925Z | freemap_route_ipv6: |
| 8996 | 2026-08-23T06:18:39.925Z | freemap_route_ipv6Aug 23 06:18:38.519 |
| 8997 | 2026-08-23T06:18:39.925Z | DEBGAug 23 06:18:38.519 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8998 | 2026-08-23T06:18:39.925Z | Aug 23 06:18:38.519Aug 23 06:18:38.519INFO adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 8999 | 2026-08-23T06:18:39.925Z | Aug 23 06:18:38.519 DEBG INFOreset freemap adding route 3fff:beef:22::/64 -> 2001:db8::55:ff, reset freemapAug 23 06:18:38.519unit, |
| 9000 | 2026-08-23T06:18:39.925Z | unit :: DEBG freemap_route_ipv6 freemap_route_ipv6 |
| 9001 | 2026-08-23T06:18:39.925Z | 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 } }] |
| 9002 | 2026-08-23T06:18:39.925Z | |
| 9003 | 2026-08-23T06:18:39.925Z | |
| 9004 | 2026-08-23T06:18:39.925Z | Aug 23 06:18:38.519Aug 23 06:18:38.519 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 } }]INFO |
| 9005 | 2026-08-23T06:18:39.925Z | Aug 23 06:18:38.519adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9006 | 2026-08-23T06:18:39.925Z | Aug 23 06:18:38.519INFO INFO Aug 23 06:18:38.519adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:18:38.519 |
| 9007 | 2026-08-23T06:18:39.925Z | Aug 23 06:18:38.519 |
| 9008 | 2026-08-23T06:18:39.925Z | DEBGINFO Aug 23 06:18:38.519 adding route 3fff:beef:23::/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 } }]Aug 23 06:18:38.519 |
| 9009 | 2026-08-23T06:18:39.925Z | |
| 9010 | 2026-08-23T06:18:39.925Z | 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 } }] |
| 9011 | 2026-08-23T06:18:39.925Z | Aug 23 06:18:38.519 Aug 23 06:18:38.519INFODEBGDEBG Aug 23 06:18:38.519DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9012 | 2026-08-23T06:18:39.926Z | |
| 9013 | 2026-08-23T06:18:39.926Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9014 | 2026-08-23T06:18:39.926Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9015 | 2026-08-23T06:18:39.926Z | Aug 23 06:18:38.519Aug 23 06:18:38.519Aug 23 06:18:38.519 Aug 23 06:18:38.519 DEBGINFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO |
| 9016 | 2026-08-23T06:18:39.926Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9017 | 2026-08-23T06:18:39.926Z | initted freemap. low: 0, size: 64adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9018 | 2026-08-23T06:18:39.926Z | INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 23 06:18:38.519, |
| 9019 | 2026-08-23T06:18:39.926Z | INFO Aug 23 06:18:38.519adding route 172.17.0.3/32 -> 10.0.0.255 adding route 172.17.0.1/32 -> 10.0.0.255Aug 23 06:18:38.519 |
| 9020 | 2026-08-23T06:18:39.926Z | |
| 9021 | 2026-08-23T06:18:39.926Z | DEBG Aug 23 06:18:38.519INFO DEBGAug 23 06:18:38.519adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9022 | 2026-08-23T06:18:39.926Z | 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 } }]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 } }] |
| 9023 | 2026-08-23T06:18:39.926Z | 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 } }] |
| 9024 | 2026-08-23T06:18:39.926Z | |
| 9025 | 2026-08-23T06:18:39.927Z | unitAug 23 06:18:38.519Aug 23 06:18:38.519Aug 23 06:18:38.519 DEBG INFOAug 23 06:18:38.519replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 23 06:18:38.519 |
| 9026 | 2026-08-23T06:18:39.928Z | adding route 172.17.0.2/32 -> 10.0.0.255DEBGINFO 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 } }] |
| 9027 | 2026-08-23T06:18:39.928Z | Aug 23 06:18:38.519INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9028 | 2026-08-23T06:18:39.928Z | |
| 9029 | 2026-08-23T06:18:39.928Z | INFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 9030 | 2026-08-23T06:18:39.928Z | Aug 23 06:18:38.519 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO: adding route 172.17.0.4/32 -> 10.0.0.255Aug 23 06:18:38.519Aug 23 06:18:38.519 |
| 9031 | 2026-08-23T06:18:39.928Z | |
| 9032 | 2026-08-23T06:18:39.928Z | DEBG Aug 23 06:18:38.519 DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:18:38.519 |
| 9033 | 2026-08-23T06:18:39.928Z | 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 23 06:18:38.519 |
| 9034 | 2026-08-23T06:18:39.928Z | DEBG freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 23 06:18:38.519replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9035 | 2026-08-23T06:18:39.928Z | |
| 9036 | 2026-08-23T06:18:39.928Z | Aug 23 06:18:38.519replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9037 | 2026-08-23T06:18:39.928Z | |
| 9038 | 2026-08-23T06:18:39.929Z | Aug 23 06:18:38.519INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 23 06:18:38.519 |
| 9039 | 2026-08-23T06:18:39.929Z | INFOAug 23 06:18:38.519adding route 172.17.0.3/32 -> 10.0.0.255 DEBG |
| 9040 | 2026-08-23T06:18:39.929Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9041 | 2026-08-23T06:18:39.929Z | replacing targets for 3fff:dead::/64 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 } }]INFOAug 23 06:18:38.519 |
| 9042 | 2026-08-23T06:18:39.929Z | DEBG Aug 23 06:18:38.519 Aug 23 06:18:38.519replacing 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 } }] |
| 9043 | 2026-08-23T06:18:39.929Z | DEBG adding route 172.17.0.5/32 -> 10.0.0.255DEBG 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: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 } }] |
| 9044 | 2026-08-23T06:18:39.929Z | |
| 9045 | 2026-08-23T06:18:39.929Z | |
| 9046 | 2026-08-23T06:18:39.929Z | Aug 23 06:18:38.519Aug 23 06:18:38.519Aug 23 06:18:38.519Aug 23 06:18:38.519 Aug 23 06:18:38.519INFO WARNadding route 172.17.0.4/32 -> 10.0.0.255 INFOINFO |
| 9047 | 2026-08-23T06:18:39.929Z | Aug 23 06:18:38.519 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255 |
| 9048 | 2026-08-23T06:18:39.929Z | DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9049 | 2026-08-23T06:18:39.929Z | |
| 9050 | 2026-08-23T06:18:39.929Z | DEBGAug 23 06:18:38.519Aug 23 06:18:38.519 DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:18:38.519 |
| 9051 | 2026-08-23T06:18:39.929Z | 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 } }] |
| 9052 | 2026-08-23T06:18:39.929Z | 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 |
| 9053 | 2026-08-23T06:18:39.930Z | Aug 23 06:18:38.519 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9054 | 2026-08-23T06:18:39.930Z | Aug 23 06:18:38.519reset freemap INFOAug 23 06:18:38.519 adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9055 | 2026-08-23T06:18:39.930Z | |
| 9056 | 2026-08-23T06:18:39.930Z | Aug 23 06:18:38.519INFO adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 9057 | 2026-08-23T06:18:39.930Z | Aug 23 06:18:38.519 Aug 23 06:18:38.519adding route 172.17.0.5/32 -> 10.0.0.255 DEBG |
| 9058 | 2026-08-23T06:18:39.930Z | Aug 23 06:18:38.519DEBG 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 } }] 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.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 } }] |
| 9059 | 2026-08-23T06:18:39.930Z | |
| 9060 | 2026-08-23T06:18:39.930Z | |
| 9061 | 2026-08-23T06:18:39.930Z | Aug 23 06:18:38.519 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 23 06:18:38.519Aug 23 06:18:38.519 |
| 9062 | 2026-08-23T06:18:39.930Z | Aug 23 06:18:38.519 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 9063 | 2026-08-23T06:18:39.930Z | |
| 9064 | 2026-08-23T06:18:39.930Z | Aug 23 06:18:38.519 INFO INFOunitAug 23 06:18:38.519 Aug 23 06:18:38.519adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9065 | 2026-08-23T06:18:39.930Z | DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9066 | 2026-08-23T06:18:39.930Z | Aug 23 06:18:38.519: |
| 9067 | 2026-08-23T06:18:39.930Z | DEBG |
| 9068 | 2026-08-23T06:18:39.930Z | 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 } }] |
| 9069 | 2026-08-23T06:18:39.930Z | Aug 23 06:18:38.519 Aug 23 06:18:38.519INFOAug 23 06:18:38.519 Aug 23 06:18:38.519 DEBGINFO adding route 172.17.0.7/32 -> 10.0.0.255 INFO |
| 9070 | 2026-08-23T06:18:39.931Z | adding route 172.17.0.9/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 } }] |
| 9071 | 2026-08-23T06:18:39.931Z | |
| 9072 | 2026-08-23T06:18:39.931Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 23 06:18:38.519Aug 23 06:18:38.519 |
| 9073 | 2026-08-23T06:18:39.931Z | Aug 23 06:18:38.519DEBG DEBG INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9074 | 2026-08-23T06:18:39.931Z | Aug 23 06:18:38.519 |
| 9075 | 2026-08-23T06:18:39.931Z | DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 9076 | 2026-08-23T06:18:39.931Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.519 |
| 9077 | 2026-08-23T06:18:39.931Z | Aug 23 06:18:38.519INFO INFO Aug 23 06:18:38.519adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9078 | 2026-08-23T06:18:39.931Z | Aug 23 06:18:38.519DEBG INFO |
| 9079 | 2026-08-23T06:18:39.931Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4Aug 23 06:18:38.519 |
| 9080 | 2026-08-23T06:18:39.931Z | |
| 9081 | 2026-08-23T06:18:39.931Z | Aug 23 06:18:38.519DEBG DEBGAug 23 06:18:38.519 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9082 | 2026-08-23T06:18:39.936Z | |
| 9083 | 2026-08-23T06:18:39.936Z | |
| 9084 | 2026-08-23T06:18:39.936Z | Aug 23 06:18:38.519DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 23 06:18:38.520Aug 23 06:18:38.519 INFO |
| 9085 | 2026-08-23T06:18:39.936Z | DEBG adding route 172.17.0.9/32 -> 10.0.0.255created new freemap |
| 9086 | 2026-08-23T06:18:39.936Z | , unit |
| 9087 | 2026-08-23T06:18:39.936Z | Aug 23 06:18:38.531 DEBGAug 23 06:18:38.531 DEBGAug 23 06:18:38.531 Aug 23 06:18:38.531initted freemap. low: 0, size: 64 , INFOunit :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 } }] |
| 9088 | 2026-08-23T06:18:39.936Z | freemap_route_ipv6adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 9089 | 2026-08-23T06:18:39.936Z | |
| 9090 | 2026-08-23T06:18:39.936Z | 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 } }] |
| 9091 | 2026-08-23T06:18:39.936Z | : Aug 23 06:18:38.531freemap_route_ipv4 |
| 9092 | 2026-08-23T06:18:39.936Z | Aug 23 06:18:38.531INFO Aug 23 06:18:38.531DEBGadding route 172.17.0.10/32 -> 10.0.0.255Aug 23 06:18:38.531 |
| 9093 | 2026-08-23T06:18:39.936Z | INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.10/32 -> 10.0.0.255Aug 23 06:18:38.531 |
| 9094 | 2026-08-23T06:18:39.936Z | Aug 23 06:18:38.531DEBGDEBG |
| 9095 | 2026-08-23T06:18:39.936Z | reset freemapAug 23 06:18:38.531 , DEBGcreated new freemapunitDEBG:Aug 23 06:18:38.531 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 |
| 9096 | 2026-08-23T06:18:39.936Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 9097 | 2026-08-23T06:18:39.936Z | , |
| 9098 | 2026-08-23T06:18:39.937Z | unitreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 9099 | 2026-08-23T06:18:39.937Z | Aug 23 06:18:38.531freemap_route_ipv6 |
| 9100 | 2026-08-23T06:18:39.937Z | Aug 23 06:18:38.531INFO Aug 23 06:18:38.531INFO Aug 23 06:18:38.531adding route 172.16.0.0/32 -> 10.0.0.1 Aug 23 06:18:38.531 |
| 9101 | 2026-08-23T06:18:39.937Z | adding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 9102 | 2026-08-23T06:18:39.937Z | initted freemap. low: 0, size: 64 Aug 23 06:18:38.531 DEBGDEBG, INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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 } }] |
| 9103 | 2026-08-23T06:18:39.937Z | |
| 9104 | 2026-08-23T06:18:39.937Z | unitAug 23 06:18:38.531: Aug 23 06:18:38.531 freemap_route_ipv4 INFO |
| 9105 | 2026-08-23T06:18:39.937Z | adding route 172.17.0.11/32 -> 10.0.0.255 DEBG |
| 9106 | 2026-08-23T06:18:39.937Z | Aug 23 06:18:38.531 adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9107 | 2026-08-23T06:18:39.937Z | INFO |
| 9108 | 2026-08-23T06:18:39.937Z | Aug 23 06:18:38.531Aug 23 06:18:38.531adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 23 06:18:38.531DEBG |
| 9109 | 2026-08-23T06:18:39.937Z | DEBG reset freemapDEBGreplacing 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 23 06:18:38.531 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9110 | 2026-08-23T06:18:39.938Z | , Aug 23 06:18:38.531 |
| 9111 | 2026-08-23T06:18:39.938Z | unitadding route 172.17.0.12/32 -> 10.0.0.255 |
| 9112 | 2026-08-23T06:18:39.938Z | 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 } }] |
| 9113 | 2026-08-23T06:18:39.938Z | :Aug 23 06:18:38.531 Aug 23 06:18:38.531Aug 23 06:18:38.531DEBG Aug 23 06:18:38.531INFO INFOfreemap_route_ipv4 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 } }] |
| 9114 | 2026-08-23T06:18:39.938Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9115 | 2026-08-23T06:18:39.938Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9116 | 2026-08-23T06:18:39.938Z | |
| 9117 | 2026-08-23T06:18:39.938Z | Aug 23 06:18:38.531adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9118 | 2026-08-23T06:18:39.938Z | Aug 23 06:18:38.531 INFO Aug 23 06:18:38.531adding route 172.17.0.13/32 -> 10.0.0.255DEBG |
| 9119 | 2026-08-23T06:18:39.938Z | Aug 23 06:18:38.531Aug 23 06:18:38.531 DEBGDEBG DEBG Aug 23 06:18:38.531initted freemap. low: 0, size: 64replacing 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 } }] |
| 9120 | 2026-08-23T06:18:39.938Z | 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, unit |
| 9121 | 2026-08-23T06:18:39.938Z | :Aug 23 06:18:38.531 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9122 | 2026-08-23T06:18:39.939Z | freemap_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 } }, 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 } }] |
| 9123 | 2026-08-23T06:18:39.939Z | adding route 172.17.0.13/32 -> 10.0.0.255Aug 23 06:18:38.531 |
| 9124 | 2026-08-23T06:18:39.939Z | INFO |
| 9125 | 2026-08-23T06:18:39.939Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 23 06:18:38.531Aug 23 06:18:38.531 Aug 23 06:18:38.531INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255 |
| 9126 | 2026-08-23T06:18:39.939Z | 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 } }] |
| 9127 | 2026-08-23T06:18:39.939Z | |
| 9128 | 2026-08-23T06:18:39.939Z | Aug 23 06:18:38.531 INFODEBGAug 23 06:18:38.531Aug 23 06:18:38.531Aug 23 06:18:38.531 adding route 172.16.0.0/32 -> 10.0.0.2 reset freemapDEBG DEBG |
| 9129 | 2026-08-23T06:18:39.939Z | INFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 9130 | 2026-08-23T06:18:39.939Z | 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 } }]unit |
| 9131 | 2026-08-23T06:18:39.939Z | : freemap_route_ipv6 |
| 9132 | 2026-08-23T06:18:39.939Z | adding route 172.17.0.14/32 -> 10.0.0.255Aug 23 06:18:38.531Aug 23 06:18:38.531 Aug 23 06:18:38.531INFO |
| 9133 | 2026-08-23T06:18:39.939Z | INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 23 06:18:38.531 |
| 9134 | 2026-08-23T06:18:39.939Z | |
| 9135 | 2026-08-23T06:18:39.939Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9136 | 2026-08-23T06:18:39.939Z | Aug 23 06:18:38.531 INFOAug 23 06:18:38.531DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:18:38.531DEBG Aug 23 06:18:38.531 |
| 9137 | 2026-08-23T06:18:39.939Z | INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9138 | 2026-08-23T06:18:39.939Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 9139 | 2026-08-23T06:18:39.939Z | |
| 9140 | 2026-08-23T06:18:39.939Z | 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 } }] |
| 9141 | 2026-08-23T06:18:39.939Z | Aug 23 06:18:38.531Aug 23 06:18:38.531 Aug 23 06:18:38.531INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255 |
| 9142 | 2026-08-23T06:18:39.939Z | 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 23 06:18:38.531 Aug 23 06:18:38.531 |
| 9143 | 2026-08-23T06:18:39.939Z | INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff DEBG |
| 9144 | 2026-08-23T06:18:39.939Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 23 06:18:38.531Aug 23 06:18:38.531replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9145 | 2026-08-23T06:18:39.939Z | |
| 9146 | 2026-08-23T06:18:39.939Z | DEBGINFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 23 06:18:38.531replacing 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 23 06:18:38.531 |
| 9147 | 2026-08-23T06:18:39.939Z | |
| 9148 | 2026-08-23T06:18:39.939Z | DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9149 | 2026-08-23T06:18:39.939Z | Aug 23 06:18:38.531Aug 23 06:18:38.531 Aug 23 06:18:38.531 |
| 9150 | 2026-08-23T06:18:39.939Z | INFO INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:18:38.531Aug 23 06:18:38.531adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9151 | 2026-08-23T06:18:39.939Z | |
| 9152 | 2026-08-23T06:18:39.939Z | 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 } }] |
| 9153 | 2026-08-23T06:18:39.939Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 9154 | 2026-08-23T06:18:39.939Z | Aug 23 06:18:38.531 Aug 23 06:18:38.531DEBG DEBGAug 23 06:18:38.531 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 } }]DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9155 | 2026-08-23T06:18:39.939Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.531 |
| 9156 | 2026-08-23T06:18:39.939Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 9157 | 2026-08-23T06:18:39.939Z | |
| 9158 | 2026-08-23T06:18:39.939Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 23 06:18:38.531 |
| 9159 | 2026-08-23T06:18:39.939Z | Aug 23 06:18:38.531INFOAug 23 06:18:38.531 Aug 23 06:18:38.531DEBG adding route 172.17.0.17/32 -> 10.0.0.255INFOAug 23 06:18:38.531DEBG |
| 9160 | 2026-08-23T06:18:39.939Z | 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 } }]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.18/32 -> 10.0.0.255 |
| 9161 | 2026-08-23T06:18:39.939Z | |
| 9162 | 2026-08-23T06:18:39.940Z | 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 } }] |
| 9163 | 2026-08-23T06:18:39.940Z | |
| 9164 | 2026-08-23T06:18:39.940Z | Aug 23 06:18:38.531Aug 23 06:18:38.531Aug 23 06:18:38.531 INFODEBG adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9165 | 2026-08-23T06:18:39.940Z | |
| 9166 | 2026-08-23T06:18:39.940Z | DEBGAug 23 06:18:38.531 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 } }] |
| 9167 | 2026-08-23T06:18:39.940Z | INFO Aug 23 06:18:38.531Aug 23 06:18:38.531 DEBGINFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9168 | 2026-08-23T06:18:39.940Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9169 | 2026-08-23T06:18:39.940Z | |
| 9170 | 2026-08-23T06:18:39.940Z | Aug 23 06:18:38.531 INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 23 06:18:38.531Aug 23 06:18:38.504Aug 23 06:18:38.531 |
| 9171 | 2026-08-23T06:18:39.940Z | Aug 23 06:18:38.531 DEBG INFODEBG adding route 172.17.0.4/32 -> 10.0.0.255created new freemap |
| 9172 | 2026-08-23T06:18:39.940Z | 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 23 06:18:38.531 DEBG |
| 9173 | 2026-08-23T06:18:39.940Z | unit: Aug 23 06:18:38.531 Aug 23 06:18:38.531freemap_route_ipv4replacing 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 |
| 9174 | 2026-08-23T06:18:39.940Z | |
| 9175 | 2026-08-23T06:18:39.940Z | 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 } }]INFODEBG |
| 9176 | 2026-08-23T06:18:39.940Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9177 | 2026-08-23T06:18:39.940Z | 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 23 06:18:38.531 |
| 9178 | 2026-08-23T06:18:39.940Z | INFOAug 23 06:18:38.531 Aug 23 06:18:38.531adding route 172.17.0.20/32 -> 10.0.0.255Aug 23 06:18:38.531 |
| 9179 | 2026-08-23T06:18:39.940Z | INFO DEBGDEBG adding route 172.17.0.5/32 -> 10.0.0.255 created new freemap |
| 9180 | 2026-08-23T06:18:39.940Z | Aug 23 06:18:38.531, Aug 23 06:18:38.531replacing 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 |
| 9181 | 2026-08-23T06:18:39.940Z | INFO 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 } }]unitAug 23 06:18:38.531: |
| 9182 | 2026-08-23T06:18:39.944Z | adding route 172.17.0.19/32 -> 10.0.0.255DEBGfreemap_route_ipv6 |
| 9183 | 2026-08-23T06:18:39.945Z | |
| 9184 | 2026-08-23T06:18:39.945Z | 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 23 06:18:38.531 |
| 9185 | 2026-08-23T06:18:39.945Z | Aug 23 06:18:38.531Aug 23 06:18:38.531Aug 23 06:18:38.531 Aug 23 06:18:38.531 DEBG INFOINFOreplacing 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 } }] INFOadding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9186 | 2026-08-23T06:18:39.945Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9187 | 2026-08-23T06:18:39.945Z | |
| 9188 | 2026-08-23T06:18:39.945Z | |
| 9189 | 2026-08-23T06:18:39.945Z | DEBGAug 23 06:18:38.531 Aug 23 06:18:38.531 initted freemap. low: 0, size: 64DEBGAug 23 06:18:38.531 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 } }] |
| 9190 | 2026-08-23T06:18:39.945Z | Aug 23 06:18:38.531 , 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 INFO |
| 9191 | 2026-08-23T06:18:39.945Z | 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.20/32 -> 10.0.0.255Aug 23 06:18:38.531 |
| 9192 | 2026-08-23T06:18:39.945Z | unit |
| 9193 | 2026-08-23T06:18:39.945Z | : freemap_route_ipv4Aug 23 06:18:38.531INFO |
| 9194 | 2026-08-23T06:18:39.945Z | Aug 23 06:18:38.531Aug 23 06:18:38.531 DEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 9195 | 2026-08-23T06:18:39.945Z | 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 } }]INFOINFO |
| 9196 | 2026-08-23T06:18:39.945Z | Aug 23 06:18:38.531adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9197 | 2026-08-23T06:18:39.945Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 23 06:18:38.531 |
| 9198 | 2026-08-23T06:18:39.945Z | DEBGAug 23 06:18:38.531 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 Aug 23 06:18:38.531adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9199 | 2026-08-23T06:18:39.945Z | 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 } }] |
| 9200 | 2026-08-23T06:18:39.945Z | Aug 23 06:18:38.531Aug 23 06:18:38.548 DEBGINFO 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 23 06:18:38.548adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9201 | 2026-08-23T06:18:39.945Z | DEBG |
| 9202 | 2026-08-23T06:18:39.945Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.519 |
| 9203 | 2026-08-23T06:18:39.945Z | Aug 23 06:18:38.548 INFODEBG Aug 23 06:18:38.548 Aug 23 06:18:38.548replacing 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 } }] |
| 9204 | 2026-08-23T06:18:39.945Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255 INFOadding route 172.17.0.22/32 -> 10.0.0.255 |
| 9205 | 2026-08-23T06:18:39.945Z | |
| 9206 | 2026-08-23T06:18:39.945Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9207 | 2026-08-23T06:18:39.945Z | Aug 23 06:18:38.548Aug 23 06:18:38.548 INFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9208 | 2026-08-23T06:18:39.945Z | |
| 9209 | 2026-08-23T06:18:39.945Z | Aug 23 06:18:38.548 DEBGAug 23 06:18:38.548 Aug 23 06:18:38.548replacing 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 } }] DEBGDEBG Aug 23 06:18:38.548 |
| 9210 | 2026-08-23T06:18:39.947Z | 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 } }]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 } }] |
| 9211 | 2026-08-23T06:18:39.947Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9212 | 2026-08-23T06:18:39.947Z | Aug 23 06:18:38.548 |
| 9213 | 2026-08-23T06:18:39.947Z | INFOAug 23 06:18:38.549 Aug 23 06:18:38.549 Aug 23 06:18:38.549INFO |
| 9214 | 2026-08-23T06:18:39.947Z | adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9215 | 2026-08-23T06:18:39.947Z | INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9216 | 2026-08-23T06:18:39.947Z | 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 } }] |
| 9217 | 2026-08-23T06:18:39.947Z | Aug 23 06:18:38.549 |
| 9218 | 2026-08-23T06:18:39.947Z | Aug 23 06:18:38.549INFOAug 23 06:18:38.549 DEBG DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 9219 | 2026-08-23T06:18:39.947Z | 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.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 23 06:18:38.549 |
| 9220 | 2026-08-23T06:18:39.947Z | |
| 9221 | 2026-08-23T06:18:39.947Z | Aug 23 06:18:38.549DEBG Aug 23 06:18:38.549replacing 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 23 06:18:38.549 DEBGAug 23 06:18:38.549INFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9222 | 2026-08-23T06:18:39.947Z | INFO |
| 9223 | 2026-08-23T06:18:39.947Z | adding route 172.17.0.13/32 -> 10.0.0.255INFO Aug 23 06:18:38.549adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9224 | 2026-08-23T06:18:39.947Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9225 | 2026-08-23T06:18:39.947Z | |
| 9226 | 2026-08-23T06:18:39.948Z | INFOAug 23 06:18:38.549 Aug 23 06:18:38.549INFOadding route 172.17.0.9/32 -> 10.0.0.255 |
| 9227 | 2026-08-23T06:18:39.948Z | Aug 23 06:18:38.549Aug 23 06:18:38.549 DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 23 06:18:38.549DEBG 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 } }] |
| 9228 | 2026-08-23T06:18:39.948Z | 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 } }] |
| 9229 | 2026-08-23T06:18:39.948Z | DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.549 |
| 9230 | 2026-08-23T06:18:39.948Z | |
| 9231 | 2026-08-23T06:18:39.948Z | Aug 23 06:18:38.549replacing 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 } }] INFOAug 23 06:18:38.549 adding route 172.17.0.26/32 -> 10.0.0.255INFO |
| 9232 | 2026-08-23T06:18:39.948Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9233 | 2026-08-23T06:18:39.948Z | |
| 9234 | 2026-08-23T06:18:39.948Z | 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 23 06:18:38.549 Aug 23 06:18:38.549DEBGAug 23 06:18:38.549 |
| 9235 | 2026-08-23T06:18:39.948Z | INFOAug 23 06:18:38.549 DEBGadding route 172.17.0.25/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 } }]INFO |
| 9236 | 2026-08-23T06:18:39.948Z | Aug 23 06:18:38.549replacing 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 } }] |
| 9237 | 2026-08-23T06:18:39.948Z | |
| 9238 | 2026-08-23T06:18:39.948Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9239 | 2026-08-23T06:18:39.948Z | INFOAug 23 06:18:38.549Aug 23 06:18:38.549Aug 23 06:18:38.549 INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 9240 | 2026-08-23T06:18:39.948Z | Aug 23 06:18:38.549adding route 3fff:beef:3c::/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 } }] adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 9241 | 2026-08-23T06:18:39.949Z | |
| 9242 | 2026-08-23T06:18:39.949Z | |
| 9243 | 2026-08-23T06:18:39.949Z | 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 23 06:18:38.549 |
| 9244 | 2026-08-23T06:18:39.949Z | Aug 23 06:18:38.549 Aug 23 06:18:38.549 Aug 23 06:18:38.549DEBG DEBG INFOAug 23 06:18:38.549 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 } }] DEBGadding route 172.17.0.26/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 } }] INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9245 | 2026-08-23T06:18:39.949Z | |
| 9246 | 2026-08-23T06:18:39.949Z | |
| 9247 | 2026-08-23T06:18:39.949Z | |
| 9248 | 2026-08-23T06:18:39.949Z | Aug 23 06:18:38.549Aug 23 06:18:38.549Aug 23 06:18:38.549 Aug 23 06:18:38.549 INFOadding route 172.17.0.15/32 -> 10.0.0.255 |
| 9249 | 2026-08-23T06:18:39.949Z | adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 9250 | 2026-08-23T06:18:39.949Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 9251 | 2026-08-23T06:18:39.949Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO |
| 9252 | 2026-08-23T06:18:39.949Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9253 | 2026-08-23T06:18:39.949Z | test route::tests::same_size_non_subset_replace ... ok |
| 9254 | 2026-08-23T06:18:39.949Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 9255 | 2026-08-23T06:18:39.949Z | DEBG Aug 23 06:18:38.549Aug 23 06:18:38.549replacing 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 23 06:18:38.549 |
| 9256 | 2026-08-23T06:18:39.949Z | DEBG DEBGAug 23 06:18:38.549 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9257 | 2026-08-23T06:18:39.951Z | DEBG |
| 9258 | 2026-08-23T06:18:39.951Z | 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 23 06:18:38.549 |
| 9259 | 2026-08-23T06:18:39.951Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9260 | 2026-08-23T06:18:39.951Z | Aug 23 06:18:38.559 Aug 23 06:18:38.559INFO INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 9261 | 2026-08-23T06:18:39.951Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9262 | 2026-08-23T06:18:39.951Z | freemap_route_ipv6Aug 23 06:18:38.559 |
| 9263 | 2026-08-23T06:18:39.951Z | 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 } }]Aug 23 06:18:38.559 |
| 9264 | 2026-08-23T06:18:39.951Z | DEBGAug 23 06:18:38.559 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9265 | 2026-08-23T06:18:39.951Z | failed to allocate space for the new target list |
| 9266 | 2026-08-23T06:18:39.952Z | Aug 23 06:18:38.559 DEBGAug 23 06:18:38.559 Aug 23 06:18:38.559reset freemap , DEBGunit :INFO freemap_route_ipv6adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9267 | 2026-08-23T06:18:39.952Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9268 | 2026-08-23T06:18:39.952Z | |
| 9269 | 2026-08-23T06:18:39.952Z | Aug 23 06:18:38.559 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9270 | 2026-08-23T06:18:39.952Z | Aug 23 06:18:38.559Aug 23 06:18:38.532Aug 23 06:18:38.559 DEBGDEBGDEBG created new freemapreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit |
| 9271 | 2026-08-23T06:18:39.952Z | Aug 23 06:18:38.559 |
| 9272 | 2026-08-23T06:18:39.952Z | :INFO Aug 23 06:18:38.559 freemap_route_ipv4Aug 23 06:18:38.560 |
| 9273 | 2026-08-23T06:18:39.952Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9274 | 2026-08-23T06:18:39.952Z | |
| 9275 | 2026-08-23T06:18:39.952Z | INFOAug 23 06:18:38.560Aug 23 06:18:38.560Aug 23 06:18:38.560 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 } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9276 | 2026-08-23T06:18:39.952Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9277 | 2026-08-23T06:18:39.952Z | |
| 9278 | 2026-08-23T06:18:39.952Z | created new freemap, Aug 23 06:18:38.560Aug 23 06:18:38.560unit :INFO Aug 23 06:18:38.560 freemap_route_ipv6 adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9279 | 2026-08-23T06:18:39.952Z | |
| 9280 | 2026-08-23T06:18:39.952Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 9281 | 2026-08-23T06:18:39.952Z | Aug 23 06:18:38.560replacing 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 } }] |
| 9282 | 2026-08-23T06:18:39.956Z | DEBGAug 23 06:18:38.560 initted freemap. low: 0, size: 64 , DEBGAug 23 06:18:38.560unit :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 Aug 23 06:18:38.560freemap_route_ipv4adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9283 | 2026-08-23T06:18:39.956Z | |
| 9284 | 2026-08-23T06:18:39.956Z | |
| 9285 | 2026-08-23T06:18:39.956Z | DEBGAug 23 06:18:38.560Aug 23 06:18:38.560 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255reset freemap |
| 9286 | 2026-08-23T06:18:39.956Z | , Aug 23 06:18:38.560unit :DEBG Aug 23 06:18:38.560freemap_route_ipv4 |
| 9287 | 2026-08-23T06:18:39.956Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9288 | 2026-08-23T06:18:39.957Z | 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 } }] |
| 9289 | 2026-08-23T06:18:39.957Z | |
| 9290 | 2026-08-23T06:18:39.957Z | DEBGAug 23 06:18:38.560Aug 23 06:18:38.560 Aug 23 06:18:38.560DEBGreset freemap INFO, unitinitted freemap. low: 0, size: 64 INFOadding route 172.17.0.32/32 -> 10.0.0.255, : |
| 9291 | 2026-08-23T06:18:39.957Z | Aug 23 06:18:38.560unitfreemap_route_ipv4 :adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9292 | 2026-08-23T06:18:39.957Z | |
| 9293 | 2026-08-23T06:18:39.957Z | freemap_route_ipv6 |
| 9294 | 2026-08-23T06:18:39.957Z | Aug 23 06:18:38.560 DEBG INFOAug 23 06:18:38.560replacing 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 23 06:18:38.560 |
| 9295 | 2026-08-23T06:18:39.957Z | DEBG DEBGAug 23 06:18:38.560reset freemap , adding route 3fff:dead::/64 -> 2001:db8::55:4unitDEBG |
| 9296 | 2026-08-23T06:18:39.957Z | 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 } }] :initted freemap. low: 0, size: 64 |
| 9297 | 2026-08-23T06:18:39.957Z | , Aug 23 06:18:38.560Aug 23 06:18:38.560 unitDEBGfreemap_route_ipv6: |
| 9298 | 2026-08-23T06:18:39.957Z | INFOfreemap_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 } }] |
| 9299 | 2026-08-23T06:18:39.957Z | |
| 9300 | 2026-08-23T06:18:39.957Z | Aug 23 06:18:38.560adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9301 | 2026-08-23T06:18:39.959Z | INFOAug 23 06:18:38.560Aug 23 06:18:38.560Aug 23 06:18:38.560 INFO DEBGDEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 23 06:18:38.560 |
| 9302 | 2026-08-23T06:18:39.959Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 9303 | 2026-08-23T06:18:39.959Z | |
| 9304 | 2026-08-23T06:18:39.959Z | DEBGadding route 172.17.0.21/32 -> 10.0.0.255 Aug 23 06:18:38.560Aug 23 06:18:38.560reset freemapAug 23 06:18:38.560, INFO |
| 9305 | 2026-08-23T06:18:39.959Z | WARNDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9306 | 2026-08-23T06:18:39.959Z | unit |
| 9307 | 2026-08-23T06:18:39.960Z | : shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9308 | 2026-08-23T06:18:39.960Z | freemap_route_ipv6Aug 23 06:18:38.560 |
| 9309 | 2026-08-23T06:18:39.960Z | Aug 23 06:18:38.560 Aug 23 06:18:38.560DEBG DEBGAug 23 06:18:38.560 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 } }] 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9310 | 2026-08-23T06:18:39.960Z | |
| 9311 | 2026-08-23T06:18:39.960Z | |
| 9312 | 2026-08-23T06:18:39.960Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9313 | 2026-08-23T06:18:39.960Z | Aug 23 06:18:38.560 Aug 23 06:18:38.560INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 9314 | 2026-08-23T06:18:39.960Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 23 06:18:38.560 |
| 9315 | 2026-08-23T06:18:39.960Z | INFO Aug 23 06:18:38.560adding route 172.17.0.22/32 -> 10.0.0.255 Aug 23 06:18:38.560 |
| 9316 | 2026-08-23T06:18:39.960Z | DEBGAug 23 06:18:38.560 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.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 } }]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 } }] |
| 9317 | 2026-08-23T06:18:39.961Z | |
| 9318 | 2026-08-23T06:18:39.961Z | |
| 9319 | 2026-08-23T06:18:39.961Z | Aug 23 06:18:38.560 DEBGAug 23 06:18:38.560 Aug 23 06:18:38.560INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9320 | 2026-08-23T06:18:39.961Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9321 | 2026-08-23T06:18:39.961Z | 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 } }] |
| 9322 | 2026-08-23T06:18:39.961Z | Aug 23 06:18:38.560 DEBG Aug 23 06:18:38.560Aug 23 06:18:38.560 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG |
| 9323 | 2026-08-23T06:18:39.961Z | 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.23/32 -> 10.0.0.255 |
| 9324 | 2026-08-23T06:18:39.961Z | |
| 9325 | 2026-08-23T06:18:39.961Z | Aug 23 06:18:38.560 INFO Aug 23 06:18:38.560adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 23 06:18:38.560 |
| 9326 | 2026-08-23T06:18:39.961Z | DEBGINFO adding route 172.17.0.37/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 } }] |
| 9327 | 2026-08-23T06:18:39.961Z | |
| 9328 | 2026-08-23T06:18:39.961Z | Aug 23 06:18:38.560 DEBG Aug 23 06:18:38.560replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 23 06:18:38.560 |
| 9329 | 2026-08-23T06:18:39.961Z | INFODEBG adding route 172.17.0.24/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 } }] |
| 9330 | 2026-08-23T06:18:39.963Z | |
| 9331 | 2026-08-23T06:18:39.963Z | Aug 23 06:18:38.560 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9332 | 2026-08-23T06:18:39.963Z | Aug 23 06:18:38.560Aug 23 06:18:38.560 INFOAug 23 06:18:38.560DEBG adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9333 | 2026-08-23T06:18:39.963Z | 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9334 | 2026-08-23T06:18:39.963Z | |
| 9335 | 2026-08-23T06:18:39.963Z | Aug 23 06:18:38.560 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 } }] |
| 9336 | 2026-08-23T06:18:39.963Z | Aug 23 06:18:38.560 INFOAug 23 06:18:38.560 adding route 172.17.0.39/32 -> 10.0.0.255INFO |
| 9337 | 2026-08-23T06:18:39.963Z | Aug 23 06:18:38.549adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9338 | 2026-08-23T06:18:39.963Z | INFOAug 23 06:18:38.560 adding route 172.17.0.13/32 -> 10.0.0.255Aug 23 06:18:38.560DEBG DEBG |
| 9339 | 2026-08-23T06:18:39.963Z | 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.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 } }] |
| 9340 | 2026-08-23T06:18:39.963Z | Aug 23 06:18:38.560 |
| 9341 | 2026-08-23T06:18:39.963Z | 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:4, vlan_id: None } }] |
| 9342 | 2026-08-23T06:18:39.963Z | Aug 23 06:18:38.560 Aug 23 06:18:38.560INFO Aug 23 06:18:38.560INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 9343 | 2026-08-23T06:18:39.964Z | adding route 172.17.0.40/32 -> 10.0.0.255WARN |
| 9344 | 2026-08-23T06:18:39.964Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 23 06:18:38.560 |
| 9345 | 2026-08-23T06:18:39.964Z | DEBGAug 23 06:18:38.560Aug 23 06:18:38.560 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 } }]DEBG |
| 9346 | 2026-08-23T06:18:39.964Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9347 | 2026-08-23T06:18:39.964Z | |
| 9348 | 2026-08-23T06:18:39.964Z | |
| 9349 | 2026-08-23T06:18:39.964Z | Aug 23 06:18:38.560Aug 23 06:18:38.560Aug 23 06:18:38.560 Aug 23 06:18:38.560 INFOINFOINFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9350 | 2026-08-23T06:18:39.964Z | adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 9351 | 2026-08-23T06:18:39.964Z | |
| 9352 | 2026-08-23T06:18:39.964Z | Aug 23 06:18:38.560 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 |
| 9353 | 2026-08-23T06:18:39.964Z | Aug 23 06:18:38.560replacing 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 23 06:18:38.560 DEBGDEBG |
| 9354 | 2026-08-23T06:18:39.964Z | Aug 23 06:18:38.560replacing 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 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 } }] |
| 9355 | 2026-08-23T06:18:39.964Z | |
| 9356 | 2026-08-23T06:18:39.964Z | Aug 23 06:18:38.560adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9357 | 2026-08-23T06:18:39.964Z | INFO Aug 23 06:18:38.560Aug 23 06:18:38.560 adding route 172.17.0.28/32 -> 10.0.0.255Aug 23 06:18:38.560 INFODEBG INFO adding route 172.17.0.42/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 } }] |
| 9358 | 2026-08-23T06:18:39.965Z | |
| 9359 | 2026-08-23T06:18:39.965Z | |
| 9360 | 2026-08-23T06:18:39.965Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9361 | 2026-08-23T06:18:39.965Z | Aug 23 06:18:38.560Aug 23 06:18:38.560 DEBGAug 23 06:18:38.560DEBG Aug 23 06:18:38.560 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 } }]DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 23 06:18:38.560 |
| 9362 | 2026-08-23T06:18:39.965Z | DEBGINFOAug 23 06:18:38.571 created new freemap INFOadding route 172.17.0.29/32 -> 10.0.0.255, |
| 9363 | 2026-08-23T06:18:39.965Z | unitadding route 172.17.0.16/32 -> 10.0.0.255: |
| 9364 | 2026-08-23T06:18:39.965Z | freemap_route_ipv4 |
| 9365 | 2026-08-23T06:18:39.965Z | Aug 23 06:18:38.560Aug 23 06:18:38.571Aug 23 06:18:38.571 DEBGDEBG 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 } }] |
| 9366 | 2026-08-23T06:18:39.965Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemapAug 23 06:18:38.571, |
| 9367 | 2026-08-23T06:18:39.965Z | Aug 23 06:18:38.571unit |
| 9368 | 2026-08-23T06:18:39.965Z | Aug 23 06:18:38.571 : DEBGfreemap_route_ipv4 INFOcreated new freemap , |
| 9369 | 2026-08-23T06:18:39.965Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255unitadding route 172.17.0.17/32 -> 10.0.0.255: |
| 9370 | 2026-08-23T06:18:39.965Z | |
| 9371 | 2026-08-23T06:18:39.965Z | Aug 23 06:18:38.571 freemap_route_ipv6DEBG |
| 9372 | 2026-08-23T06:18:39.965Z | Aug 23 06:18:38.571created new freemapAug 23 06:18:38.571 , INFO unitadding route 172.17.0.43/32 -> 10.0.0.255DEBG:Aug 23 06:18:38.571 Aug 23 06:18:38.571 freemap_route_ipv6 DEBG |
| 9373 | 2026-08-23T06:18:39.965Z | initted freemap. low: 0, size: 64 |
| 9374 | 2026-08-23T06:18:39.965Z | , 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: |
| 9375 | 2026-08-23T06:18:39.965Z | freemap_route_ipv4Aug 23 06:18:38.571 |
| 9376 | 2026-08-23T06:18:39.965Z | Aug 23 06:18:38.571Aug 23 06:18:38.571DEBG DEBGinitted freemap. low: 0, size: 64 , replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9377 | 2026-08-23T06:18:39.965Z | INFO Aug 23 06:18:38.571adding route 172.17.0.31/32 -> 10.0.0.255 Aug 23 06:18:38.571 |
| 9378 | 2026-08-23T06:18:39.965Z | DEBG unitINFO reset freemapadding route 172.17.0.44/32 -> 10.0.0.255:, unit |
| 9379 | 2026-08-23T06:18:39.965Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:18:38.571freemap_route_ipv4 |
| 9380 | 2026-08-23T06:18:39.965Z | |
| 9381 | 2026-08-23T06:18:39.965Z | DEBG:Aug 23 06:18:38.571 freemap_route_ipv4DEBGreplacing 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 23 06:18:38.571replacing 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 } }] |
| 9382 | 2026-08-23T06:18:39.970Z | |
| 9383 | 2026-08-23T06:18:39.970Z | |
| 9384 | 2026-08-23T06:18:39.970Z | DEBG Aug 23 06:18:38.571reset freemap , DEBGunitAug 23 06:18:38.571Aug 23 06:18:38.571Aug 23 06:18:38.571 initted freemap. low: 0, size: 64INFOINFO, adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255unit |
| 9385 | 2026-08-23T06:18:39.970Z | : |
| 9386 | 2026-08-23T06:18:39.970Z | :freemap_route_ipv6 freemap_route_ipv4Aug 23 06:18:38.571 |
| 9387 | 2026-08-23T06:18:39.970Z | DEBG |
| 9388 | 2026-08-23T06:18:39.970Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9389 | 2026-08-23T06:18:39.970Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 23 06:18:38.571Aug 23 06:18:38.571 |
| 9390 | 2026-08-23T06:18:39.970Z | Aug 23 06:18:38.571DEBG Aug 23 06:18:38.571 DEBG Aug 23 06:18:38.571INFOreplacing 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 } }] initted freemap. low: 0, size: 64 |
| 9391 | 2026-08-23T06:18:39.971Z | adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 9392 | 2026-08-23T06:18:39.971Z | reset freemap, unit, :unitAug 23 06:18:38.571: freemap_route_ipv6DEBG Aug 23 06:18:38.571 |
| 9393 | 2026-08-23T06:18:39.973Z | freemap_route_ipv6replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9394 | 2026-08-23T06:18:39.973Z | |
| 9395 | 2026-08-23T06:18:39.973Z | 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 } }]INFO Aug 23 06:18:38.571 |
| 9396 | 2026-08-23T06:18:39.973Z | Aug 23 06:18:38.571adding route 172.17.0.33/32 -> 10.0.0.255INFO INFO |
| 9397 | 2026-08-23T06:18:39.973Z | Aug 23 06:18:38.571adding route 172.17.0.47/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9398 | 2026-08-23T06:18:39.973Z | |
| 9399 | 2026-08-23T06:18:39.973Z | Aug 23 06:18:38.571DEBG Aug 23 06:18:38.571DEBG Aug 23 06:18:38.571Aug 23 06:18:38.571DEBG 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 } }]reset freemap |
| 9400 | 2026-08-23T06:18:39.973Z | 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 } }], |
| 9401 | 2026-08-23T06:18:39.973Z | unit:DEBG freemap_route_ipv6 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 } }]Aug 23 06:18:38.571 |
| 9402 | 2026-08-23T06:18:39.973Z | INFO |
| 9403 | 2026-08-23T06:18:39.973Z | adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9404 | 2026-08-23T06:18:39.973Z | |
| 9405 | 2026-08-23T06:18:39.973Z | Aug 23 06:18:38.571 Aug 23 06:18:38.571Aug 23 06:18:38.571 Aug 23 06:18:38.571INFO INFOINFODEBG adding route 172.17.0.34/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9406 | 2026-08-23T06:18:39.973Z | |
| 9407 | 2026-08-23T06:18:39.973Z | 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.16.0.0/32 -> 10.0.0.1 |
| 9408 | 2026-08-23T06:18:39.976Z | |
| 9409 | 2026-08-23T06:18:39.976Z | Aug 23 06:18:38.571 DEBG Aug 23 06:18:38.571replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 23 06:18:38.571Aug 23 06:18:38.571 |
| 9410 | 2026-08-23T06:18:39.976Z | 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 } }] |
| 9411 | 2026-08-23T06:18:39.976Z | adding route 172.17.0.49/32 -> 10.0.0.255DEBG 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 } }] |
| 9412 | 2026-08-23T06:18:39.976Z | Aug 23 06:18:38.571Aug 23 06:18:38.571Aug 23 06:18:38.571 INFO DEBGINFOAug 23 06:18:38.571 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9413 | 2026-08-23T06:18:39.976Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9414 | 2026-08-23T06:18:39.976Z | 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 } }] |
| 9415 | 2026-08-23T06:18:39.976Z | |
| 9416 | 2026-08-23T06:18:39.976Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9417 | 2026-08-23T06:18:39.976Z | Aug 23 06:18:38.571 INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 23 06:18:38.571 |
| 9418 | 2026-08-23T06:18:39.976Z | Aug 23 06:18:38.571 DEBGINFOAug 23 06:18:38.571 INFOadding route 172.17.0.50/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 } }]Aug 23 06:18:38.571 |
| 9419 | 2026-08-23T06:18:39.976Z | |
| 9420 | 2026-08-23T06:18:39.976Z | |
| 9421 | 2026-08-23T06:18:39.976Z | adding route 172.16.0.0/32 -> 10.0.0.2 Aug 23 06:18:38.571 DEBG |
| 9422 | 2026-08-23T06:18:39.976Z | Aug 23 06:18:38.571DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBGAug 23 06:18:38.571 |
| 9423 | 2026-08-23T06:18:39.977Z | 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 } }] |
| 9424 | 2026-08-23T06:18:39.978Z | INFO Aug 23 06:18:38.571Aug 23 06:18:38.571 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255 DEBGAug 23 06:18:38.571INFOAug 23 06:18:38.571 |
| 9425 | 2026-08-23T06:18:39.978Z | INFO INFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9426 | 2026-08-23T06:18:39.978Z | |
| 9427 | 2026-08-23T06:18:39.978Z | |
| 9428 | 2026-08-23T06:18:39.978Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:4Aug 23 06:18:38.571 |
| 9429 | 2026-08-23T06:18:39.978Z | |
| 9430 | 2026-08-23T06:18:39.978Z | DEBGAug 23 06:18:38.571 Aug 23 06:18:38.571 Aug 23 06:18:38.571Aug 23 06:18:38.571 Aug 23 06:18:38.571replacing 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 |
| 9431 | 2026-08-23T06:18:39.978Z | INFO 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 23 06:18:38.571 |
| 9432 | 2026-08-23T06:18:39.978Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGadding route 172.17.0.0/32 -> 10.0.0.255 |
| 9433 | 2026-08-23T06:18:39.978Z | |
| 9434 | 2026-08-23T06:18:39.978Z | INFOAug 23 06:18:38.571 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 23 06:18:38.571 Aug 23 06:18:38.571adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9435 | 2026-08-23T06:18:39.978Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9436 | 2026-08-23T06:18:39.978Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9437 | 2026-08-23T06:18:39.978Z | |
| 9438 | 2026-08-23T06:18:39.978Z | DEBG Aug 23 06:18:38.571 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 23 06:18:38.571 |
| 9439 | 2026-08-23T06:18:39.978Z | DEBG |
| 9440 | 2026-08-23T06:18:39.978Z | Aug 23 06:18:38.571DEBG 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 } }] |
| 9441 | 2026-08-23T06:18:39.978Z | 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 23 06:18:38.571 |
| 9442 | 2026-08-23T06:18:39.978Z | INFOINFOAug 23 06:18:38.571 adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9443 | 2026-08-23T06:18:39.978Z | Aug 23 06:18:38.571 |
| 9444 | 2026-08-23T06:18:39.978Z | DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 23 06:18:38.571Aug 23 06:18:38.571 |
| 9445 | 2026-08-23T06:18:39.978Z | Aug 23 06:18:38.571 DEBG adding route 172.17.0.53/32 -> 10.0.0.255 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9446 | 2026-08-23T06:18:39.978Z | INFO |
| 9447 | 2026-08-23T06:18:39.978Z | adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9448 | 2026-08-23T06:18:39.978Z | |
| 9449 | 2026-08-23T06:18:39.978Z | Aug 23 06:18:38.571 INFO Aug 23 06:18:38.571adding route 172.17.0.31/32 -> 10.0.0.255Aug 23 06:18:38.571 |
| 9450 | 2026-08-23T06:18:39.978Z | test route::tests::add_target_fails_full ... ok |
| 9451 | 2026-08-23T06:18:39.979Z | INFO Aug 23 06:18:38.571DEBGadding route 172.17.0.22/32 -> 10.0.0.255Aug 23 06:18:38.571 Aug 23 06:18:38.571 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG |
| 9452 | 2026-08-23T06:18:39.979Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9453 | 2026-08-23T06:18:39.979Z | 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 } }] |
| 9454 | 2026-08-23T06:18:39.979Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 23 06:18:38.571 |
| 9455 | 2026-08-23T06:18:39.979Z | |
| 9456 | 2026-08-23T06:18:39.979Z | INFOAug 23 06:18:38.571 INFOadding route 172.17.0.54/32 -> 10.0.0.255 Aug 23 06:18:38.571Aug 23 06:18:38.571 |
| 9457 | 2026-08-23T06:18:39.979Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9458 | 2026-08-23T06:18:39.979Z | adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 9459 | 2026-08-23T06:18:39.979Z | adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 9460 | 2026-08-23T06:18:39.979Z | Aug 23 06:18:38.571Aug 23 06:18:38.571 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.571replacing 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 } }] |
| 9461 | 2026-08-23T06:18:39.979Z | |
| 9462 | 2026-08-23T06:18:39.979Z | DEBG Aug 23 06:18:38.571 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 23 06:18:38.571replacing 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 } }] |
| 9463 | 2026-08-23T06:18:39.979Z | INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255Aug 23 06:18:38.571 |
| 9464 | 2026-08-23T06:18:39.979Z | |
| 9465 | 2026-08-23T06:18:39.979Z | 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 } }]INFOAug 23 06:18:38.571 |
| 9466 | 2026-08-23T06:18:39.979Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 23 06:18:38.571 |
| 9467 | 2026-08-23T06:18:39.980Z | Aug 23 06:18:38.571 INFODEBG INFOAug 23 06:18:38.571 adding route 172.17.0.40/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 } }] |
| 9468 | 2026-08-23T06:18:39.980Z | |
| 9469 | 2026-08-23T06:18:39.980Z | DEBG adding route 172.17.0.23/32 -> 10.0.0.255Aug 23 06:18:38.571 |
| 9470 | 2026-08-23T06:18:39.980Z | Aug 23 06:18:38.571replacing 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 } }] |
| 9471 | 2026-08-23T06:18:39.981Z | DEBG INFOAug 23 06:18:38.571replacing 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 } }] |
| 9472 | 2026-08-23T06:18:39.981Z | INFOadding route 172.17.0.33/32 -> 10.0.0.255Aug 23 06:18:38.571 |
| 9473 | 2026-08-23T06:18:39.981Z | Aug 23 06:18:38.571adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9474 | 2026-08-23T06:18:39.981Z | Aug 23 06:18:38.571 INFO INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9475 | 2026-08-23T06:18:39.981Z | Aug 23 06:18:38.571 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 |
| 9476 | 2026-08-23T06:18:39.981Z | 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.4/32 -> 10.0.0.255 |
| 9477 | 2026-08-23T06:18:39.981Z | |
| 9478 | 2026-08-23T06:18:39.981Z | Aug 23 06:18:38.571Aug 23 06:18:38.571 DEBGAug 23 06:18:38.571 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 } }]DEBGINFO |
| 9479 | 2026-08-23T06:18:39.981Z | 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.57/32 -> 10.0.0.255 |
| 9480 | 2026-08-23T06:18:39.981Z | Aug 23 06:18:38.571 |
| 9481 | 2026-08-23T06:18:39.981Z | Aug 23 06:18:38.571 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 } }] |
| 9482 | 2026-08-23T06:18:39.985Z | Aug 23 06:18:38.571 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9483 | 2026-08-23T06:18:39.986Z | Aug 23 06:18:38.582 Aug 23 06:18:38.582Aug 23 06:18:38.582DEBG 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 } }]DEBG adding route 172.17.0.5/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 } }] |
| 9484 | 2026-08-23T06:18:39.986Z | |
| 9485 | 2026-08-23T06:18:39.988Z | |
| 9486 | 2026-08-23T06:18:39.988Z | Aug 23 06:18:38.582Aug 23 06:18:38.582 Aug 23 06:18:38.582 INFODEBG INFOadding route 172.17.0.58/32 -> 10.0.0.255 |
| 9487 | 2026-08-23T06:18:39.988Z | 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 } }] |
| 9488 | 2026-08-23T06:18:39.988Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9489 | 2026-08-23T06:18:39.988Z | Aug 23 06:18:38.582Aug 23 06:18:38.582 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9490 | 2026-08-23T06:18:39.988Z | DEBGAug 23 06:18:38.582 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 |
| 9491 | 2026-08-23T06:18:39.988Z | 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 } }] |
| 9492 | 2026-08-23T06:18:39.988Z | Aug 23 06:18:38.582 DEBG Aug 23 06:18:38.582Aug 23 06:18:38.582 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 } }] |
| 9493 | 2026-08-23T06:18:39.988Z | INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9494 | 2026-08-23T06:18:39.988Z | |
| 9495 | 2026-08-23T06:18:39.988Z | Aug 23 06:18:38.582 Aug 23 06:18:38.582INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9496 | 2026-08-23T06:18:39.988Z | Aug 23 06:18:38.582 DEBGAug 23 06:18:38.582 DEBGDEBGreplacing 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 } }] |
| 9497 | 2026-08-23T06:18:39.988Z | 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 } }] |
| 9498 | 2026-08-23T06:18:39.988Z | 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 } }] |
| 9499 | 2026-08-23T06:18:39.989Z | Aug 23 06:18:38.582 INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 23 06:18:38.582 |
| 9500 | 2026-08-23T06:18:39.989Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9501 | 2026-08-23T06:18:39.989Z | Aug 23 06:18:38.582INFO Aug 23 06:18:38.582Aug 23 06:18:38.572INFOadding route 172.17.0.34/32 -> 10.0.0.255 Aug 23 06:18:38.582DEBG |
| 9502 | 2026-08-23T06:18:39.989Z | created new freemapadding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 9503 | 2026-08-23T06:18:39.989Z | , DEBG 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 } }]:Aug 23 06:18:38.582 freemap_route_ipv4replacing 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 |
| 9504 | 2026-08-23T06:18:39.989Z | |
| 9505 | 2026-08-23T06:18:39.989Z | |
| 9506 | 2026-08-23T06:18:39.989Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.582 |
| 9507 | 2026-08-23T06:18:39.989Z | DEBGAug 23 06:18:38.582 Aug 23 06:18:38.582INFO Aug 23 06:18:38.582DEBG INFOcreated new freemapadding route 172.17.0.28/32 -> 10.0.0.255, |
| 9508 | 2026-08-23T06:18:39.989Z | Aug 23 06:18:38.582unit :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 } }] |
| 9509 | 2026-08-23T06:18:39.989Z | freemap_route_ipv6 |
| 9510 | 2026-08-23T06:18:39.989Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9511 | 2026-08-23T06:18:39.989Z | adding route 172.17.0.35/32 -> 10.0.0.255Aug 23 06:18:38.582Aug 23 06:18:38.582 Aug 23 06:18:38.582 |
| 9512 | 2026-08-23T06:18:39.989Z | DEBG Aug 23 06:18:38.582 INFO initted freemap. low: 0, size: 64adding route 172.17.0.61/32 -> 10.0.0.255, Aug 23 06:18:38.582DEBG |
| 9513 | 2026-08-23T06:18:39.989Z | unitreplacing 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 } }] |
| 9514 | 2026-08-23T06:18:39.989Z | : freemap_route_ipv4DEBG |
| 9515 | 2026-08-23T06:18:39.989Z | Aug 23 06:18:38.582replacing 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 |
| 9516 | 2026-08-23T06:18:39.989Z | 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 } }] |
| 9517 | 2026-08-23T06:18:39.989Z | Aug 23 06:18:38.582 Aug 23 06:18:38.582DEBG Aug 23 06:18:38.582INFO INFODEBG adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9518 | 2026-08-23T06:18:39.989Z | |
| 9519 | 2026-08-23T06:18:39.989Z | reset freemapreplacing 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 } }] |
| 9520 | 2026-08-23T06:18:39.989Z | , unitAug 23 06:18:38.582: Aug 23 06:18:38.582INFO Aug 23 06:18:38.582INFO freemap_route_ipv4adding route 172.17.0.62/32 -> 10.0.0.255 Aug 23 06:18:38.582 |
| 9521 | 2026-08-23T06:18:39.989Z | |
| 9522 | 2026-08-23T06:18:39.989Z | 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 } }] |
| 9523 | 2026-08-23T06:18:39.989Z | 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 } }] |
| 9524 | 2026-08-23T06:18:39.989Z | Aug 23 06:18:38.582 Aug 23 06:18:38.582DEBGadding route 172.17.0.29/32 -> 10.0.0.255 Aug 23 06:18:38.582DEBGreplacing 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 23 06:18:38.582 |
| 9525 | 2026-08-23T06:18:39.989Z | initted freemap. low: 0, size: 64INFO, unitadding route 172.17.0.37/32 -> 10.0.0.255 : |
| 9526 | 2026-08-23T06:18:39.989Z | |
| 9527 | 2026-08-23T06:18:39.989Z | Aug 23 06:18:38.582freemap_route_ipv6 INFO |
| 9528 | 2026-08-23T06:18:39.989Z | INFOAug 23 06:18:38.582 Aug 23 06:18:38.582 DEBGadding route 172.17.0.11/32 -> 10.0.0.255DEBGadding route 172.17.0.63/32 -> 10.0.0.255 |
| 9529 | 2026-08-23T06:18:39.989Z | Aug 23 06:18:38.582replacing 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 } }] |
| 9530 | 2026-08-23T06:18:39.989Z | |
| 9531 | 2026-08-23T06:18:39.989Z | DEBG reset freemapAug 23 06:18:38.582replacing 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 23 06:18:38.582unit Aug 23 06:18:38.582:DEBGDEBG freemap_route_ipv6INFO |
| 9532 | 2026-08-23T06:18:39.989Z | 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 } }]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 } }] |
| 9533 | 2026-08-23T06:18:39.989Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9534 | 2026-08-23T06:18:39.990Z | Aug 23 06:18:38.582 |
| 9535 | 2026-08-23T06:18:39.990Z | |
| 9536 | 2026-08-23T06:18:39.990Z | Aug 23 06:18:38.582INFO Aug 23 06:18:38.582DEBG INFO failed to allocate space for the new target list |
| 9537 | 2026-08-23T06:18:39.990Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9538 | 2026-08-23T06:18:39.990Z | Aug 23 06:18:38.582 |
| 9539 | 2026-08-23T06:18:39.990Z | DEBGAug 23 06:18:38.582 Aug 23 06:18:38.582DEBG Aug 23 06:18:38.582replacing 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 } }] |
| 9540 | 2026-08-23T06:18:39.990Z | DEBGAug 23 06:18:38.582 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9541 | 2026-08-23T06:18:39.990Z | Aug 23 06:18:38.582 |
| 9542 | 2026-08-23T06:18:39.990Z | INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255 Aug 23 06:18:38.582 |
| 9543 | 2026-08-23T06:18:39.990Z | replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9544 | 2026-08-23T06:18:39.990Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 23 06:18:38.582 |
| 9545 | 2026-08-23T06:18:39.990Z | DEBGINFOAug 23 06:18:38.582 Aug 23 06:18:38.582Aug 23 06:18:38.582 failed to allocate space for the new target listDEBGINFO 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 } }] |
| 9546 | 2026-08-23T06:18:39.990Z | |
| 9547 | 2026-08-23T06:18:39.990Z | 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 } }] |
| 9548 | 2026-08-23T06:18:39.990Z | adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255Aug 23 06:18:38.582 |
| 9549 | 2026-08-23T06:18:39.990Z | |
| 9550 | 2026-08-23T06:18:39.991Z | Aug 23 06:18:38.582INFO INFOadding route 172.16.0.0/32 -> 10.0.0.3 |
| 9551 | 2026-08-23T06:18:39.991Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 23 06:18:38.582 |
| 9552 | 2026-08-23T06:18:39.991Z | Aug 23 06:18:38.582 DEBGDEBG Aug 23 06:18:38.582replacing 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 } }] |
| 9553 | 2026-08-23T06:18:39.991Z | Aug 23 06:18:38.582DEBG 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.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9554 | 2026-08-23T06:18:39.991Z | |
| 9555 | 2026-08-23T06:18:39.991Z | |
| 9556 | 2026-08-23T06:18:39.991Z | Aug 23 06:18:38.582 INFO Aug 23 06:18:38.582adding route 172.17.0.14/32 -> 10.0.0.255Aug 23 06:18:38.582Aug 23 06:18:38.582 INFOINFO |
| 9557 | 2026-08-23T06:18:39.991Z | adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 9558 | 2026-08-23T06:18:39.991Z | adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9559 | 2026-08-23T06:18:39.991Z | |
| 9560 | 2026-08-23T06:18:39.991Z | Aug 23 06:18:38.582Aug 23 06:18:38.582 DEBGDEBG Aug 23 06:18:38.582replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 9561 | 2026-08-23T06:18:39.991Z | |
| 9562 | 2026-08-23T06:18:39.991Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 23 06:18:38.582 |
| 9563 | 2026-08-23T06:18:39.991Z | Aug 23 06:18:38.582DEBG Aug 23 06:18:38.582INFO Aug 23 06:18:38.582replacing 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 } }] 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.3, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9564 | 2026-08-23T06:18:39.991Z | |
| 9565 | 2026-08-23T06:18:39.991Z | |
| 9566 | 2026-08-23T06:18:39.991Z | |
| 9567 | 2026-08-23T06:18:39.991Z | Aug 23 06:18:38.582 Aug 23 06:18:38.582DEBG 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 } }] |
| 9568 | 2026-08-23T06:18:39.991Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9569 | 2026-08-23T06:18:39.991Z | Aug 23 06:18:38.582 Aug 23 06:18:38.582Aug 23 06:18:38.582Aug 23 06:18:38.560 DEBG 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 } }] DEBGadding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 9570 | 2026-08-23T06:18:39.991Z | |
| 9571 | 2026-08-23T06:18:39.991Z | 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 } }] |
| 9572 | 2026-08-23T06:18:39.991Z | created new freemapAug 23 06:18:38.582, unitINFOAug 23 06:18:38.582: DEBG adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9573 | 2026-08-23T06:18:39.991Z | Aug 23 06:18:38.582freemap_route_ipv4replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9574 | 2026-08-23T06:18:39.992Z | |
| 9575 | 2026-08-23T06:18:39.992Z | INFOAug 23 06:18:38.582 adding route 172.17.0.33/32 -> 10.0.0.255Aug 23 06:18:38.582 |
| 9576 | 2026-08-23T06:18:39.992Z | DEBG INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9577 | 2026-08-23T06:18:39.993Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9578 | 2026-08-23T06:18:39.993Z | Aug 23 06:18:38.582 Aug 23 06:18:38.582DEBGAug 23 06:18:38.582 INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9579 | 2026-08-23T06:18:39.993Z | |
| 9580 | 2026-08-23T06:18:39.993Z | 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 } }] |
| 9581 | 2026-08-23T06:18:39.993Z | Aug 23 06:18:38.582 Aug 23 06:18:38.582Aug 23 06:18:38.582DEBG INFO INFO adding route 172.17.0.45/32 -> 10.0.0.255 created new freemap |
| 9582 | 2026-08-23T06:18:39.998Z | , adding route 172.17.0.34/32 -> 10.0.0.255Aug 23 06:18:38.582 |
| 9583 | 2026-08-23T06:18:39.998Z | unit :DEBG freemap_route_ipv6 Aug 23 06:18:38.582replacing 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 } }] |
| 9584 | 2026-08-23T06:18:39.998Z | |
| 9585 | 2026-08-23T06:18:39.998Z | 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 23 06:18:38.582 |
| 9586 | 2026-08-23T06:18:39.998Z | Aug 23 06:18:38.582 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255Aug 23 06:18:38.582 |
| 9587 | 2026-08-23T06:18:39.998Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.582 |
| 9588 | 2026-08-23T06:18:39.998Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 9589 | 2026-08-23T06:18:39.998Z | initted freemap. low: 0, size: 64Aug 23 06:18:38.582, unitINFOAug 23 06:18:38.582 :adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9590 | 2026-08-23T06:18:39.998Z | freemap_route_ipv4Aug 23 06:18:38.582 |
| 9591 | 2026-08-23T06:18:39.999Z | DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9592 | 2026-08-23T06:18:39.999Z | Aug 23 06:18:38.582replacing 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 23 06:18:38.582 |
| 9593 | 2026-08-23T06:18:39.999Z | DEBGAug 23 06:18:38.582 reset freemapINFODEBG , adding route 172.17.0.19/32 -> 10.0.0.255unitAug 23 06:18:38.582 |
| 9594 | 2026-08-23T06:18:39.999Z | 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 } }] |
| 9595 | 2026-08-23T06:18:39.999Z | :adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9596 | 2026-08-23T06:18:39.999Z | Aug 23 06:18:38.582freemap_route_ipv4 |
| 9597 | 2026-08-23T06:18:39.999Z | Aug 23 06:18:38.593 Aug 23 06:18:38.593DEBG DEBGinitted freemap. low: 0, size: 64 , 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 } }]unit |
| 9598 | 2026-08-23T06:18:39.999Z | : Aug 23 06:18:38.582 freemap_route_ipv6INFO |
| 9599 | 2026-08-23T06:18:39.999Z | adding route 172.17.0.36/32 -> 10.0.0.255Aug 23 06:18:38.593 |
| 9600 | 2026-08-23T06:18:39.999Z | INFOAug 23 06:18:38.593 adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 9601 | 2026-08-23T06:18:39.999Z | reset freemapAug 23 06:18:38.593 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 } }] |
| 9602 | 2026-08-23T06:18:39.999Z | , unit:Aug 23 06:18:38.593 freemap_route_ipv6DEBGAug 23 06:18:38.593 |
| 9603 | 2026-08-23T06:18:39.999Z | 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 } }] |
| 9604 | 2026-08-23T06:18:39.999Z | INFO Aug 23 06:18:38.593 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9605 | 2026-08-23T06:18:39.999Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 23 06:18:38.593Aug 23 06:18:38.593 |
| 9606 | 2026-08-23T06:18:39.999Z | INFODEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9607 | 2026-08-23T06:18:40.000Z | |
| 9608 | 2026-08-23T06:18:40.000Z | |
| 9609 | 2026-08-23T06:18:40.000Z | Aug 23 06:18:38.593 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.593Aug 23 06:18:38.593 |
| 9610 | 2026-08-23T06:18:40.000Z | INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 9611 | 2026-08-23T06:18:40.000Z | Aug 23 06:18:38.593Aug 23 06:18:38.593 INFO |
| 9612 | 2026-08-23T06:18:40.000Z | INFOAug 23 06:18:38.593 adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9613 | 2026-08-23T06:18:40.000Z | DEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 9614 | 2026-08-23T06:18:40.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 } }]Aug 23 06:18:38.593 |
| 9615 | 2026-08-23T06:18:40.001Z | Aug 23 06:18:38.593INFO Aug 23 06:18:38.593adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 9616 | 2026-08-23T06:18:40.001Z | 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 23 06:18:38.593 |
| 9617 | 2026-08-23T06:18:40.001Z | INFOAug 23 06:18:38.593 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9618 | 2026-08-23T06:18:40.001Z | Aug 23 06:18:38.593replacing 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 } }] |
| 9619 | 2026-08-23T06:18:40.001Z | |
| 9620 | 2026-08-23T06:18:40.001Z | INFO Aug 23 06:18:38.593adding route 172.17.0.21/32 -> 10.0.0.255Aug 23 06:18:38.593 |
| 9621 | 2026-08-23T06:18:40.001Z | INFODEBG adding route 172.17.0.51/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 } }] |
| 9622 | 2026-08-23T06:18:40.001Z | |
| 9623 | 2026-08-23T06:18:40.001Z | Aug 23 06:18:38.593Aug 23 06:18:38.593 INFODEBG Aug 23 06:18:38.593adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9624 | 2026-08-23T06:18:40.001Z | DEBG |
| 9625 | 2026-08-23T06:18:40.001Z | 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 23 06:18:38.593 |
| 9626 | 2026-08-23T06:18:40.001Z | Aug 23 06:18:38.593INFO Aug 23 06:18:38.593INFOAug 23 06:18:38.593 INFOadding route 172.17.0.22/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9627 | 2026-08-23T06:18:40.001Z | DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9628 | 2026-08-23T06:18:40.001Z | 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 } }] |
| 9629 | 2026-08-23T06:18:40.001Z | |
| 9630 | 2026-08-23T06:18:40.001Z | Aug 23 06:18:38.593Aug 23 06:18:38.593 Aug 23 06:18:38.593DEBGDEBG 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 } }]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 } }] |
| 9631 | 2026-08-23T06:18:40.001Z | Aug 23 06:18:38.593 |
| 9632 | 2026-08-23T06:18:40.001Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9633 | 2026-08-23T06:18:40.001Z | DEBG Aug 23 06:18:38.593replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9634 | 2026-08-23T06:18:40.001Z | INFOAug 23 06:18:38.593 adding route 172.17.0.53/32 -> 10.0.0.255INFOAug 23 06:18:38.593 |
| 9635 | 2026-08-23T06:18:40.001Z | Aug 23 06:18:38.593 DEBGDEBG adding route 172.17.0.23/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:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:18:38.593 |
| 9636 | 2026-08-23T06:18:40.001Z | 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 } }] |
| 9637 | 2026-08-23T06:18:40.001Z | |
| 9638 | 2026-08-23T06:18:40.001Z | DEBG Aug 23 06:18:38.593replacing 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 } }] |
| 9639 | 2026-08-23T06:18:40.001Z | DEBGAug 23 06:18:38.593 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9640 | 2026-08-23T06:18:40.001Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9641 | 2026-08-23T06:18:40.001Z | Aug 23 06:18:38.593 INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 23 06:18:38.593 |
| 9642 | 2026-08-23T06:18:40.001Z | 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 } }] |
| 9643 | 2026-08-23T06:18:40.002Z | Aug 23 06:18:38.593Aug 23 06:18:38.593 INFODEBG adding route 172.17.0.24/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 } }] |
| 9644 | 2026-08-23T06:18:40.002Z | Aug 23 06:18:38.593 |
| 9645 | 2026-08-23T06:18:40.002Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9646 | 2026-08-23T06:18:40.002Z | Aug 23 06:18:38.593 INFOAug 23 06:18:38.593 Aug 23 06:18:38.593DEBGadding route 172.17.0.55/32 -> 10.0.0.255 |
| 9647 | 2026-08-23T06:18:40.002Z | 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 |
| 9648 | 2026-08-23T06:18:40.002Z | test route::tests::delete_target_fragmented ... ok |
| 9649 | 2026-08-23T06:18:40.002Z | 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 } }] |
| 9650 | 2026-08-23T06:18:40.003Z | Aug 23 06:18:38.602 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9651 | 2026-08-23T06:18:40.003Z | Aug 23 06:18:38.593 Aug 23 06:18:38.602INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255 Aug 23 06:18:38.602 |
| 9652 | 2026-08-23T06:18:40.003Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9653 | 2026-08-23T06:18:40.003Z | 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 23 06:18:38.602Aug 23 06:18:38.602 DEBG |
| 9654 | 2026-08-23T06:18:40.003Z | 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 } }] |
| 9655 | 2026-08-23T06:18:40.003Z | INFOAug 23 06:18:38.602 adding route 172.17.0.44/32 -> 10.0.0.255Aug 23 06:18:38.602INFO |
| 9656 | 2026-08-23T06:18:40.003Z | INFOadding route 172.17.0.56/32 -> 10.0.0.255 adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9657 | 2026-08-23T06:18:40.003Z | |
| 9658 | 2026-08-23T06:18:40.003Z | Aug 23 06:18:38.602 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 } }] |
| 9659 | 2026-08-23T06:18:40.003Z | Aug 23 06:18:38.602Aug 23 06:18:38.602 Aug 23 06:18:38.602INFO DEBGDEBGadding route 172.17.0.45/32 -> 10.0.0.255 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9660 | 2026-08-23T06:18:40.003Z | |
| 9661 | 2026-08-23T06:18:40.003Z | |
| 9662 | 2026-08-23T06:18:40.003Z | Aug 23 06:18:38.602Aug 23 06:18:38.602 DEBGINFO adding route 172.17.0.57/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 } }] |
| 9663 | 2026-08-23T06:18:40.003Z | |
| 9664 | 2026-08-23T06:18:40.003Z | Aug 23 06:18:38.602 INFOAug 23 06:18:38.602 adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 9665 | 2026-08-23T06:18:40.003Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9666 | 2026-08-23T06:18:40.003Z | Aug 23 06:18:38.602 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 } }] |
| 9667 | 2026-08-23T06:18:40.003Z | Aug 23 06:18:38.602 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 } }] |
| 9668 | 2026-08-23T06:18:40.003Z | Aug 23 06:18:38.602 Aug 23 06:18:38.602INFO DEBGAug 23 06:18:38.602adding route 172.17.0.58/32 -> 10.0.0.255 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 } }] |
| 9669 | 2026-08-23T06:18:40.003Z | |
| 9670 | 2026-08-23T06:18:40.004Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 23 06:18:38.602 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 } }] |
| 9671 | 2026-08-23T06:18:40.004Z | |
| 9672 | 2026-08-23T06:18:40.004Z | Aug 23 06:18:38.602Aug 23 06:18:38.602 Aug 23 06:18:38.602 INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 9673 | 2026-08-23T06:18:40.004Z | 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.59/32 -> 10.0.0.255 |
| 9674 | 2026-08-23T06:18:40.004Z | |
| 9675 | 2026-08-23T06:18:40.004Z | Aug 23 06:18:38.602 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 } }] |
| 9676 | 2026-08-23T06:18:40.004Z | Aug 23 06:18:38.602Aug 23 06:18:38.602Aug 23 06:18:38.602 INFO DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9677 | 2026-08-23T06:18:40.004Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9678 | 2026-08-23T06:18:40.004Z | |
| 9679 | 2026-08-23T06:18:40.004Z | Aug 23 06:18:38.602 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 } }] |
| 9680 | 2026-08-23T06:18:40.004Z | Aug 23 06:18:38.602Aug 23 06:18:38.602Aug 23 06:18:38.602 INFODEBGINFO 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 } }] |
| 9681 | 2026-08-23T06:18:40.004Z | adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9682 | 2026-08-23T06:18:40.008Z | |
| 9683 | 2026-08-23T06:18:40.008Z | Aug 23 06:18:38.602 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9684 | 2026-08-23T06:18:40.008Z | Aug 23 06:18:38.602Aug 23 06:18:38.602 Aug 23 06:18:38.602 DEBGDEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 9685 | 2026-08-23T06:18:40.008Z | 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 } }] |
| 9686 | 2026-08-23T06:18:40.008Z | |
| 9687 | 2026-08-23T06:18:40.008Z | Aug 23 06:18:38.602 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9688 | 2026-08-23T06:18:40.008Z | Aug 23 06:18:38.602Aug 23 06:18:38.602 Aug 23 06:18:38.602DEBG 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 } }] |
| 9689 | 2026-08-23T06:18:40.008Z | adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 9690 | 2026-08-23T06:18:40.008Z | failed to allocate space for the new target list |
| 9691 | 2026-08-23T06:18:40.008Z | Aug 23 06:18:38.602 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 } }] |
| 9692 | 2026-08-23T06:18:40.008Z | Aug 23 06:18:38.602Aug 23 06:18:38.602Aug 23 06:18:38.602 INFODEBG INFOadding route 172.17.0.51/32 -> 10.0.0.255 |
| 9693 | 2026-08-23T06:18:40.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 } }, NextHop { asic_port_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.32/32 -> 10.0.0.255 |
| 9694 | 2026-08-23T06:18:40.009Z | |
| 9695 | 2026-08-23T06:18:40.009Z | Aug 23 06:18:38.602 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 } }] |
| 9696 | 2026-08-23T06:18:40.009Z | Aug 23 06:18:38.602 Aug 23 06:18:38.602INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9697 | 2026-08-23T06:18:40.009Z | 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 } }] |
| 9698 | 2026-08-23T06:18:40.009Z | Aug 23 06:18:38.602 Aug 23 06:18:38.602 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.33/32 -> 10.0.0.255 |
| 9699 | 2026-08-23T06:18:40.009Z | Aug 23 06:18:38.593 |
| 9700 | 2026-08-23T06:18:40.009Z | DEBG Aug 23 06:18:38.602created new freemap INFO, unitadding route 172.17.0.53/32 -> 10.0.0.255: |
| 9701 | 2026-08-23T06:18:40.009Z | freemap_route_ipv4 |
| 9702 | 2026-08-23T06:18:40.009Z | Aug 23 06:18:38.602Aug 23 06:18:38.602 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9703 | 2026-08-23T06:18:40.009Z | Aug 23 06:18:38.602Aug 23 06:18:38.602 |
| 9704 | 2026-08-23T06:18:40.009Z | INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255Aug 23 06:18:38.602Aug 23 06:18:38.602 |
| 9705 | 2026-08-23T06:18:40.009Z | created new freemapINFO, unitINFO: Aug 23 06:18:38.602freemap_route_ipv6 |
| 9706 | 2026-08-23T06:18:40.009Z | DEBGadding route 172.17.0.54/32 -> 10.0.0.255 |
| 9707 | 2026-08-23T06:18:40.009Z | adding route 172.17.0.34/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 } }] |
| 9708 | 2026-08-23T06:18:40.009Z | |
| 9709 | 2026-08-23T06:18:40.009Z | Aug 23 06:18:38.602Aug 23 06:18:38.602 DEBGDEBG initted freemap. low: 0, size: 64Aug 23 06:18:38.602Aug 23 06:18:38.602, 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 } }]unit :INFO |
| 9710 | 2026-08-23T06:18:40.009Z | adding route 172.17.0.43/32 -> 10.0.0.255freemap_route_ipv4 |
| 9711 | 2026-08-23T06:18:40.009Z | DEBG |
| 9712 | 2026-08-23T06:18:40.009Z | 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 } }] |
| 9713 | 2026-08-23T06:18:40.010Z | Aug 23 06:18:38.602Aug 23 06:18:38.602 Aug 23 06:18:38.602DEBG INFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:18:38.602adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9714 | 2026-08-23T06:18:40.010Z | |
| 9715 | 2026-08-23T06:18:40.010Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 9716 | 2026-08-23T06:18:40.010Z | Aug 23 06:18:38.602reset freemapAug 23 06:18:38.602, unit : DEBGINFO freemap_route_ipv4adding route 172.17.0.44/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 } }] |
| 9717 | 2026-08-23T06:18:40.010Z | |
| 9718 | 2026-08-23T06:18:40.010Z | |
| 9719 | 2026-08-23T06:18:40.010Z | Aug 23 06:18:38.602 DEBG Aug 23 06:18:38.602Aug 23 06:18:38.602Aug 23 06:18:38.602replacing 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 } }] |
| 9720 | 2026-08-23T06:18:40.010Z | INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9721 | 2026-08-23T06:18:40.010Z | 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 } }] |
| 9722 | 2026-08-23T06:18:40.010Z | DEBG initted freemap. low: 0, size: 64Aug 23 06:18:38.602, Aug 23 06:18:38.602Aug 23 06:18:38.602 unit DEBGINFOINFO :adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9723 | 2026-08-23T06:18:40.010Z | adding route 172.17.0.45/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 } }] |
| 9724 | 2026-08-23T06:18:40.010Z | |
| 9725 | 2026-08-23T06:18:40.010Z | freemap_route_ipv6 |
| 9726 | 2026-08-23T06:18:40.010Z | Aug 23 06:18:38.602 Aug 23 06:18:38.602DEBGAug 23 06:18:38.602Aug 23 06:18:38.602 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 } }] DEBGINFO |
| 9727 | 2026-08-23T06:18:40.010Z | reset freemapDEBG , adding route 172.17.0.37/32 -> 10.0.0.255Aug 23 06:18:38.602unit |
| 9728 | 2026-08-23T06:18:40.010Z | : freemap_route_ipv6replacing 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 } }] |
| 9729 | 2026-08-23T06:18:40.010Z | |
| 9730 | 2026-08-23T06:18:40.010Z | INFOAug 23 06:18:38.602 adding route 172.17.0.46/32 -> 10.0.0.255 DEBG |
| 9731 | 2026-08-23T06:18:40.010Z | 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 23 06:18:38.602 |
| 9732 | 2026-08-23T06:18:40.010Z | INFO Aug 23 06:18:38.602adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9733 | 2026-08-23T06:18:40.010Z | Aug 23 06:18:38.602Aug 23 06:18:38.602 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9734 | 2026-08-23T06:18:40.010Z | |
| 9735 | 2026-08-23T06:18:40.010Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 23 06:18:38.602 |
| 9736 | 2026-08-23T06:18:40.010Z | Aug 23 06:18:38.602Aug 23 06:18:38.602DEBG 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 } }]DEBG |
| 9737 | 2026-08-23T06:18:40.010Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9738 | 2026-08-23T06:18:40.010Z | 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 } }] |
| 9739 | 2026-08-23T06:18:40.010Z | Aug 23 06:18:38.602Aug 23 06:18:38.602 Aug 23 06:18:38.602Aug 23 06:18:38.602 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9740 | 2026-08-23T06:18:40.010Z | |
| 9741 | 2026-08-23T06:18:40.010Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9742 | 2026-08-23T06:18:40.010Z | DEBG INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9743 | 2026-08-23T06:18:40.010Z | Aug 23 06:18:38.602Aug 23 06:18:38.602 adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 9744 | 2026-08-23T06:18:40.010Z | adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 9745 | 2026-08-23T06:18:40.010Z | Aug 23 06:18:38.602replacing 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 23 06:18:38.602 |
| 9746 | 2026-08-23T06:18:40.011Z | test route::tests::delete_targets_fragmented ... ok |
| 9747 | 2026-08-23T06:18:40.011Z | INFO Aug 23 06:18:38.602 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 } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9748 | 2026-08-23T06:18:40.011Z | test route::tests::delete_targets_full ... ok |
| 9749 | 2026-08-23T06:18:40.011Z | Aug 23 06:18:38.602 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9750 | 2026-08-23T06:18:40.011Z | test route::tests::delete_target_full ... ok |
| 9751 | 2026-08-23T06:18:40.011Z | |
| 9752 | 2026-08-23T06:18:40.011Z | |
| 9753 | 2026-08-23T06:18:40.011Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9754 | 2026-08-23T06:18:40.011Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s |
| 9755 | 2026-08-23T06:18:40.011Z | |
| 9756 | 2026-08-23T06:18:40.011Z | Aug 23 06:18:38.602 Aug 23 06:18:38.602INFO Aug 23 06:18:38.602INFO Aug 23 06:18:38.602adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9757 | 2026-08-23T06:18:40.011Z | adding route 172.17.0.49/32 -> 10.0.0.255 DEBG |
| 9758 | 2026-08-23T06:18:40.011Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9759 | 2026-08-23T06:18:40.011Z | Aug 23 06:18:38.602replacing 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 23 06:18:38.602DEBG 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 } }] |
| 9760 | 2026-08-23T06:18:40.011Z | 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 } }] |
| 9761 | 2026-08-23T06:18:40.013Z | Aug 23 06:18:38.603Aug 23 06:18:38.603 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9762 | 2026-08-23T06:18:40.013Z | |
| 9763 | 2026-08-23T06:18:40.013Z | |
| 9764 | 2026-08-23T06:18:40.014Z | Aug 23 06:18:38.603 Aug 23 06:18:38.603INFO Aug 23 06:18:38.603DEBG adding route 172.17.0.41/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 } }] |
| 9765 | 2026-08-23T06:18:40.014Z | Aug 23 06:18:38.603 |
| 9766 | 2026-08-23T06:18:40.014Z | INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255 Aug 23 06:18:38.603replacing 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 } }] |
| 9767 | 2026-08-23T06:18:40.014Z | Aug 23 06:18:38.603DEBG |
| 9768 | 2026-08-23T06:18:40.014Z | 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 replacing targets for 172.16.0.0/32 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 } }] |
| 9769 | 2026-08-23T06:18:40.014Z | |
| 9770 | 2026-08-23T06:18:40.014Z | Aug 23 06:18:38.614 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9771 | 2026-08-23T06:18:40.014Z | Aug 23 06:18:38.614Aug 23 06:18:38.614 DEBG DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9772 | 2026-08-23T06:18:40.014Z | 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 } }] |
| 9773 | 2026-08-23T06:18:40.014Z | Aug 23 06:18:38.614 INFO Aug 23 06:18:38.614adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9774 | 2026-08-23T06:18:40.014Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9775 | 2026-08-23T06:18:40.015Z | Aug 23 06:18:38.614 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 } }] |
| 9776 | 2026-08-23T06:18:40.015Z | Aug 23 06:18:38.614 DEBGAug 23 06:18:38.614 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 |
| 9777 | 2026-08-23T06:18:40.015Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9778 | 2026-08-23T06:18:40.015Z | Aug 23 06:18:38.614 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 } }] |
| 9779 | 2026-08-23T06:18:40.015Z | Aug 23 06:18:38.614 DEBGAug 23 06:18:38.614 failed to allocate space for the new target listINFO |
| 9780 | 2026-08-23T06:18:40.015Z | adding route 172.17.0.45/32 -> 10.0.0.255Aug 23 06:18:38.614 |
| 9781 | 2026-08-23T06:18:40.015Z | INFOAug 23 06:18:38.614 adding route 172.17.0.51/32 -> 10.0.0.255Aug 23 06:18:38.614 |
| 9782 | 2026-08-23T06:18:40.019Z | 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.2, vlan_id: None } }] |
| 9783 | 2026-08-23T06:18:40.019Z | Aug 23 06:18:38.614replacing 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 } }] |
| 9784 | 2026-08-23T06:18:40.019Z | 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 } }] |
| 9785 | 2026-08-23T06:18:40.019Z | Aug 23 06:18:38.614 INFO Aug 23 06:18:38.614adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9786 | 2026-08-23T06:18:40.019Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9787 | 2026-08-23T06:18:40.019Z | Aug 23 06:18:38.614 DEBG Aug 23 06:18:38.614replacing 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 } }] |
| 9788 | 2026-08-23T06:18:40.019Z | 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 } }] |
| 9789 | 2026-08-23T06:18:40.019Z | Aug 23 06:18:38.614 INFO Aug 23 06:18:38.614adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9790 | 2026-08-23T06:18:40.019Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9791 | 2026-08-23T06:18:40.020Z | Aug 23 06:18:38.614 DEBG Aug 23 06:18:38.614replacing 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 } }] |
| 9792 | 2026-08-23T06:18:40.020Z | 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 } }] |
| 9793 | 2026-08-23T06:18:40.020Z | Aug 23 06:18:38.614Aug 23 06:18:38.614 INFO adding route 172.17.0.54/32 -> 10.0.0.255 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9794 | 2026-08-23T06:18:40.020Z | |
| 9795 | 2026-08-23T06:18:40.020Z | Aug 23 06:18:38.614 DEBGAug 23 06:18:38.614 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 } }] |
| 9796 | 2026-08-23T06:18:40.020Z | 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 } }] |
| 9797 | 2026-08-23T06:18:40.020Z | Aug 23 06:18:38.614 INFOAug 23 06:18:38.614 adding route 172.17.0.49/32 -> 10.0.0.255INFO |
| 9798 | 2026-08-23T06:18:40.020Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9799 | 2026-08-23T06:18:40.020Z | Aug 23 06:18:38.614 Aug 23 06:18:38.614DEBG DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9800 | 2026-08-23T06:18:40.020Z | 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 } }] |
| 9801 | 2026-08-23T06:18:40.020Z | Aug 23 06:18:38.614 Aug 23 06:18:38.614INFO INFOadding route 172.17.0.50/32 -> 10.0.0.255 |
| 9802 | 2026-08-23T06:18:40.020Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9803 | 2026-08-23T06:18:40.020Z | Aug 23 06:18:38.614 Aug 23 06:18:38.614DEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9804 | 2026-08-23T06:18:40.020Z | 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 } }] |
| 9805 | 2026-08-23T06:18:40.020Z | Aug 23 06:18:38.614 Aug 23 06:18:38.614INFO INFOadding route 172.17.0.51/32 -> 10.0.0.255 |
| 9806 | 2026-08-23T06:18:40.020Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9807 | 2026-08-23T06:18:40.020Z | Aug 23 06:18:38.614 Aug 23 06:18:38.614DEBG 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 } }] |
| 9808 | 2026-08-23T06:18:40.020Z | 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 } }] |
| 9809 | 2026-08-23T06:18:40.021Z | Aug 23 06:18:38.614 Aug 23 06:18:38.614INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9810 | 2026-08-23T06:18:40.021Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9811 | 2026-08-23T06:18:40.021Z | Aug 23 06:18:38.614 Aug 23 06:18:38.614DEBG 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 } }] |
| 9812 | 2026-08-23T06:18:40.021Z | 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 } }] |
| 9813 | 2026-08-23T06:18:40.021Z | Aug 23 06:18:38.614 Aug 23 06:18:38.614INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255 |
| 9814 | 2026-08-23T06:18:40.021Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9815 | 2026-08-23T06:18:40.021Z | Aug 23 06:18:38.614 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 23 06:18:38.614 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 } }] |
| 9816 | 2026-08-23T06:18:40.021Z | |
| 9817 | 2026-08-23T06:18:40.021Z | Aug 23 06:18:38.614 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9818 | 2026-08-23T06:18:40.021Z | Aug 23 06:18:38.614 INFOAug 23 06:18:38.614 adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 9819 | 2026-08-23T06:18:40.021Z | 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 } }] |
| 9820 | 2026-08-23T06:18:40.021Z | Aug 23 06:18:38.614 DEBGAug 23 06:18:38.614 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 |
| 9821 | 2026-08-23T06:18:40.021Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9822 | 2026-08-23T06:18:40.021Z | Aug 23 06:18:38.614 Aug 23 06:18:38.614DEBG DEBGfailed to allocate space for the new target list |
| 9823 | 2026-08-23T06:18:40.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 } }] |
| 9824 | 2026-08-23T06:18:40.022Z | Aug 23 06:18:38.614 Aug 23 06:18:38.614DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9825 | 2026-08-23T06:18:40.022Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9826 | 2026-08-23T06:18:40.022Z | Aug 23 06:18:38.614 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 } }] |
| 9827 | 2026-08-23T06:18:40.022Z | Aug 23 06:18:38.614 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9828 | 2026-08-23T06:18:40.022Z | Aug 23 06:18:38.614 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 } }] |
| 9829 | 2026-08-23T06:18:40.022Z | Aug 23 06:18:38.614 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9830 | 2026-08-23T06:18:40.022Z | Aug 23 06:18:38.614 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 } }] |
| 9831 | 2026-08-23T06:18:40.022Z | Aug 23 06:18:38.614 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9832 | 2026-08-23T06:18:40.022Z | Aug 23 06:18:38.614 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 } }] |
| 9833 | 2026-08-23T06:18:40.022Z | Aug 23 06:18:38.614 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9834 | 2026-08-23T06:18:40.022Z | Aug 23 06:18:38.614 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 } }] |
| 9835 | 2026-08-23T06:18:40.023Z | Aug 23 06:18:38.614 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9836 | 2026-08-23T06:18:40.023Z | Aug 23 06:18:38.614 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 } }] |
| 9837 | 2026-08-23T06:18:40.023Z | Aug 23 06:18:38.614 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9838 | 2026-08-23T06:18:40.023Z | Aug 23 06:18:38.614 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 } }] |
| 9839 | 2026-08-23T06:18:40.024Z | Aug 23 06:18:38.614 DEBG failed to allocate space for the new target list |
| 9840 | 2026-08-23T06:18:40.024Z | Aug 23 06:18:38.614 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 } }] |
| 9841 | 2026-08-23T06:18:40.024Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-533ffba855d0bdc4) |
| 9842 | 2026-08-23T06:18:40.024Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 9843 | 2026-08-23T06:18:40.024Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-010cc57018614502) |
| 9844 | 2026-08-23T06:18:40.024Z | |
| 9845 | 2026-08-23T06:18:40.024Z | running 0 tests |
| 9846 | 2026-08-23T06:18:40.024Z | |
| 9847 | 2026-08-23T06:18:40.024Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9848 | 2026-08-23T06:18:40.025Z | |
| 9849 | 2026-08-23T06:18:40.025Z | |
| 9850 | 2026-08-23T06:18:40.025Z | running 0 tests |
| 9851 | 2026-08-23T06:18:40.025Z | |
| 9852 | 2026-08-23T06:18:40.025Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9853 | 2026-08-23T06:18:40.027Z | |
| 9854 | 2026-08-23T06:18:40.027Z | |
| 9855 | 2026-08-23T06:18:40.027Z | running 6 tests |
| 9856 | 2026-08-23T06:18:40.027Z | test tests::test_parse_client_port_id ... ok |
| 9857 | 2026-08-23T06:18:40.027Z | test tests::test_full_lot_id_neither_present ... ok |
| 9858 | 2026-08-23T06:18:40.027Z | test tests::test_full_lot_id_lot_only ... ok |
| 9859 | 2026-08-23T06:18:40.027Z | test tests::test_full_lot_id_both_present ... ok |
| 9860 | 2026-08-23T06:18:40.027Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9861 | 2026-08-23T06:18:40.027Z | test tests::test_port_id_cmp ... ok |
| 9862 | 2026-08-23T06:18:40.027Z | |
| 9863 | 2026-08-23T06:18:40.027Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9864 | 2026-08-23T06:18:40.027Z | |
| 9865 | 2026-08-23T06:18:40.027Z | Running tests/test_all.rs (target/debug/deps/test_all-8956ce6591e34167) |
| 9866 | 2026-08-23T06:18:40.027Z | |
| 9867 | 2026-08-23T06:18:40.027Z | running 6 tests |
| 9868 | 2026-08-23T06:18:43.022Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9869 | 2026-08-23T06:18:43.025Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9870 | 2026-08-23T06:18:43.026Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9871 | 2026-08-23T06:18:43.031Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9872 | 2026-08-23T06:18:43.360Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9873 | 2026-08-23T06:18:44.299Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9874 | 2026-08-23T06:18:44.299Z | |
| 9875 | 2026-08-23T06:18:44.299Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.29s |
| 9876 | 2026-08-23T06:18:44.300Z | |
| 9877 | 2026-08-23T06:18:44.306Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 9878 | 2026-08-23T06:18:44.315Z | |
| 9879 | 2026-08-23T06:18:44.315Z | running 0 tests |
| 9880 | 2026-08-23T06:18:44.315Z | |
| 9881 | 2026-08-23T06:18:44.318Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9882 | 2026-08-23T06:18:44.318Z | |
| 9883 | 2026-08-23T06:18:44.318Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 9884 | 2026-08-23T06:18:44.336Z | |
| 9885 | 2026-08-23T06:18:44.336Z | running 15 tests |
| 9886 | 2026-08-23T06:18:44.339Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 9887 | 2026-08-23T06:18:44.340Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 9888 | 2026-08-23T06:18:44.340Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 9889 | 2026-08-23T06:18:44.340Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 9890 | 2026-08-23T06:18:44.340Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 9891 | 2026-08-23T06:18:44.340Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 9892 | 2026-08-23T06:18:44.340Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 9893 | 2026-08-23T06:18:44.340Z | test v1::network::tests::test_equal ... ok |
| 9894 | 2026-08-23T06:18:44.340Z | test v1::network::tests::test_eui64 ... ok |
| 9895 | 2026-08-23T06:18:44.340Z | test v1::network::tests::test_into ... ok |
| 9896 | 2026-08-23T06:18:44.340Z | test v1::network::tests::test_to_string ... ok |
| 9897 | 2026-08-23T06:18:44.340Z | test v1::network::tests::test_not_equal ... ok |
| 9898 | 2026-08-23T06:18:44.340Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 9899 | 2026-08-23T06:18:44.340Z | test v1::network::tests::test_parse ... ok |
| 9900 | 2026-08-23T06:18:44.343Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 9901 | 2026-08-23T06:18:44.343Z | |
| 9902 | 2026-08-23T06:18:44.343Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9903 | 2026-08-23T06:18:44.343Z | |
| 9904 | 2026-08-23T06:18:44.346Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 9905 | 2026-08-23T06:18:44.368Z | |
| 9906 | 2026-08-23T06:18:44.368Z | running 12 tests |
| 9907 | 2026-08-23T06:18:44.372Z | test icmp::test_v6_checksum ... ok |
| 9908 | 2026-08-23T06:18:44.372Z | test icmp::test_v4_checksum ... ok |
| 9909 | 2026-08-23T06:18:44.372Z | test lldp::test_lldp_parse ... ok |
| 9910 | 2026-08-23T06:18:44.372Z | test ipv6::test_ipv6_parse ... ok |
| 9911 | 2026-08-23T06:18:44.372Z | test pbuf::test_byte ... ok |
| 9912 | 2026-08-23T06:18:44.372Z | test pbuf::test_nibble ... ok |
| 9913 | 2026-08-23T06:18:44.372Z | test pbuf::test_short ... ok |
| 9914 | 2026-08-23T06:18:44.372Z | test pbuf::test_twelve ... ok |
| 9915 | 2026-08-23T06:18:44.372Z | test pbuf::test_word ... ok |
| 9916 | 2026-08-23T06:18:44.372Z | test pbuf::test_overflow ... ok |
| 9917 | 2026-08-23T06:18:44.372Z | test tcp::test_checksum_ack_data ... ok |
| 9918 | 2026-08-23T06:18:44.372Z | test tcp::test_checksum_syn_nodata ... ok |
| 9919 | 2026-08-23T06:18:44.372Z | |
| 9920 | 2026-08-23T06:18:44.372Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9921 | 2026-08-23T06:18:44.372Z | |
| 9922 | 2026-08-23T06:18:44.438Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9923 | 2026-08-23T06:18:44.442Z | |
| 9924 | 2026-08-23T06:18:44.442Z | running 0 tests |
| 9925 | 2026-08-23T06:18:44.442Z | |
| 9926 | 2026-08-23T06:18:44.442Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9927 | 2026-08-23T06:18:44.442Z | |
| 9928 | 2026-08-23T06:18:44.442Z | Running unittests src/main.rs (target/debug/deps/swadm-3cab8fcc95f76afd) |
| 9929 | 2026-08-23T06:18:44.442Z | |
| 9930 | 2026-08-23T06:18:44.442Z | running 5 tests |
| 9931 | 2026-08-23T06:18:44.442Z | test switchport::test::test_compute_lanes ... ok |
| 9932 | 2026-08-23T06:18:44.443Z | test switchport::test::port_id_ordering ... ok |
| 9933 | 2026-08-23T06:18:44.443Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 9934 | 2026-08-23T06:18:44.443Z | Lane 0 Rx Loss-of-lock: Yes YesLane 1 YesLane 2 YesLane 3 |
| 9935 | 2026-08-23T06:18:44.443Z | |
| 9936 | 2026-08-23T06:18:44.443Z | Rx Loss-of-signal: Yes State: ActivatedYes ActivatedYes Yes |
| 9937 | 2026-08-23T06:18:44.443Z | Activated Activated Rx CDR Enabled: Yes |
| 9938 | 2026-08-23T06:18:44.443Z | Yes Rx Output Enabled: falseYes Yes |
| 9939 | 2026-08-23T06:18:44.443Z | false Tx Enabled: Yesfalse falseYes |
| 9940 | 2026-08-23T06:18:44.443Z | Yes Rx Output Status: validYes |
| 9941 | 2026-08-23T06:18:44.444Z | valid Tx Loss-of-lock: No valid Novalid |
| 9942 | 2026-08-23T06:18:44.444Z | No No |
| 9943 | 2026-08-23T06:18:44.444Z | Rx Loss-of-lock: true Tx Loss-of-signal: No trueNo trueNo true |
| 9944 | 2026-08-23T06:18:44.444Z | No |
| 9945 | 2026-08-23T06:18:44.445Z | Tx CDR Enabled: No Rx Loss-of-signal: false No falseNo falseNo |
| 9946 | 2026-08-23T06:18:44.445Z | false |
| 9947 | 2026-08-23T06:18:44.445Z | Tx Adaptive EQ Fault: No No Rx Auto-squelch Disable: true No Notrue |
| 9948 | 2026-08-23T06:18:44.445Z | Tx Fault: Yestrue trueYes |
| 9949 | 2026-08-23T06:18:44.445Z | Yes Tx Output Enabled: true Yes |
| 9950 | 2026-08-23T06:18:44.445Z | true true true |
| 9951 | 2026-08-23T06:18:44.445Z | Tx Output Status: invalid invalid invalid invalid |
| 9952 | 2026-08-23T06:18:44.445Z | Tx Loss-of-lock: false false false false |
| 9953 | 2026-08-23T06:18:44.445Z | Tx Loss-of-signal: true true true true |
| 9954 | 2026-08-23T06:18:44.445Z | Tx Auto-squelch Disable: false false false false |
| 9955 | 2026-08-23T06:18:44.445Z | Tx Adaptive EQ Fail: true true true true |
| 9956 | 2026-08-23T06:18:44.445Z | Tx Failure: false false false false |
| 9957 | 2026-08-23T06:18:44.445Z | Tx Force Squelch: true true true true |
| 9958 | 2026-08-23T06:18:44.445Z | Tx Input Polarity: normal normal normal normal |
| 9959 | 2026-08-23T06:18:44.445Z | test switchport::test::test_print_sff_datapath ... ok |
| 9960 | 2026-08-23T06:18:44.445Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9961 | 2026-08-23T06:18:44.446Z | test link::test_filter ... ok |
| 9962 | 2026-08-23T06:18:44.446Z | |
| 9963 | 2026-08-23T06:18:44.446Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9964 | 2026-08-23T06:18:44.446Z | |
| 9965 | 2026-08-23T06:18:44.446Z | Running tests/counters.rs (target/debug/deps/counters-adc46d7ad514a7fd) |
| 9966 | 2026-08-23T06:18:44.446Z | |
| 9967 | 2026-08-23T06:18:44.446Z | running 1 test |
| 9968 | 2026-08-23T06:18:44.446Z | test test_p4_counter_list ... ignored |
| 9969 | 2026-08-23T06:18:44.446Z | |
| 9970 | 2026-08-23T06:18:44.447Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9971 | 2026-08-23T06:18:44.447Z | |
| 9972 | 2026-08-23T06:18:44.447Z | Running tests/port-link.rs (target/debug/deps/port_link-28f05c94768857aa) |
| 9973 | 2026-08-23T06:18:44.447Z | |
| 9974 | 2026-08-23T06:18:44.447Z | running 5 tests |
| 9975 | 2026-08-23T06:18:44.447Z | test test_an ... ignored |
| 9976 | 2026-08-23T06:18:44.447Z | test test_enable ... ignored |
| 9977 | 2026-08-23T06:18:44.447Z | test test_ip_addresses ... ignored |
| 9978 | 2026-08-23T06:18:44.447Z | test test_kr ... ignored |
| 9979 | 2026-08-23T06:18:44.447Z | test test_mac ... ignored |
| 9980 | 2026-08-23T06:18:44.447Z | |
| 9981 | 2026-08-23T06:18:44.447Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9982 | 2026-08-23T06:18:44.447Z | |
| 9983 | 2026-08-23T06:18:44.447Z | Running unittests src/main.rs (target/debug/deps/tfportd-902caed4cd2c2ea0) |
| 9984 | 2026-08-23T06:18:44.447Z | |
| 9985 | 2026-08-23T06:18:44.447Z | running 3 tests |
| 9986 | 2026-08-23T06:18:44.447Z | test linklocal::test_parse_ipadm ... ok |
| 9987 | 2026-08-23T06:18:44.447Z | test tfport::test_parse_tfport ... ok |
| 9988 | 2026-08-23T06:18:44.447Z | test config::tests::test_updates ... ok |
| 9989 | 2026-08-23T06:18:44.447Z | |
| 9990 | 2026-08-23T06:18:44.447Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9991 | 2026-08-23T06:18:44.447Z | |
| 9992 | 2026-08-23T06:18:44.447Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 9993 | 2026-08-23T06:18:44.448Z | |
| 9994 | 2026-08-23T06:18:44.448Z | running 0 tests |
| 9995 | 2026-08-23T06:18:44.448Z | |
| 9996 | 2026-08-23T06:18:44.448Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9997 | 2026-08-23T06:18:44.448Z | |
| 9998 | 2026-08-23T06:18:44.448Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 9999 | 2026-08-23T06:18:44.448Z | |
| 10000 | 2026-08-23T06:18:44.448Z | running 0 tests |
| 10001 | 2026-08-23T06:18:44.448Z | |
| 10002 | 2026-08-23T06:18:44.448Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10003 | 2026-08-23T06:18:44.448Z | |
| 10004 | 2026-08-23T06:18:44.448Z | Doc-tests aal |
| 10005 | 2026-08-23T06:18:44.944Z | |
| 10006 | 2026-08-23T06:18:44.944Z | running 0 tests |
| 10007 | 2026-08-23T06:18:44.944Z | |
| 10008 | 2026-08-23T06:18:44.948Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10009 | 2026-08-23T06:18:44.948Z | |
| 10010 | 2026-08-23T06:18:44.972Z | Doc-tests aal_macros |
| 10011 | 2026-08-23T06:18:45.047Z | |
| 10012 | 2026-08-23T06:18:45.047Z | running 0 tests |
| 10013 | 2026-08-23T06:18:45.047Z | |
| 10014 | 2026-08-23T06:18:45.047Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10015 | 2026-08-23T06:18:45.047Z | |
| 10016 | 2026-08-23T06:18:45.059Z | Doc-tests common |
| 10017 | 2026-08-23T06:18:45.297Z | |
| 10018 | 2026-08-23T06:18:45.298Z | running 0 tests |
| 10019 | 2026-08-23T06:18:45.298Z | |
| 10020 | 2026-08-23T06:18:45.298Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10021 | 2026-08-23T06:18:45.298Z | |
| 10022 | 2026-08-23T06:18:45.325Z | Doc-tests dpd_api |
| 10023 | 2026-08-23T06:18:46.118Z | |
| 10024 | 2026-08-23T06:18:46.118Z | running 2 tests |
| 10025 | 2026-08-23T06:18:46.118Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 10026 | 2026-08-23T06:18:46.118Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 10027 | 2026-08-23T06:18:46.118Z | |
| 10028 | 2026-08-23T06:18:46.118Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10029 | 2026-08-23T06:18:46.118Z | |
| 10030 | 2026-08-23T06:18:46.148Z | Doc-tests dpd_client |
| 10031 | 2026-08-23T06:18:47.656Z | |
| 10032 | 2026-08-23T06:18:47.656Z | running 0 tests |
| 10033 | 2026-08-23T06:18:47.656Z | |
| 10034 | 2026-08-23T06:18:47.656Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10035 | 2026-08-23T06:18:47.656Z | |
| 10036 | 2026-08-23T06:18:47.712Z | Doc-tests dpd_types |
| 10037 | 2026-08-23T06:18:47.895Z | |
| 10038 | 2026-08-23T06:18:47.895Z | running 0 tests |
| 10039 | 2026-08-23T06:18:47.895Z | |
| 10040 | 2026-08-23T06:18:47.895Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10041 | 2026-08-23T06:18:47.895Z | |
| 10042 | 2026-08-23T06:18:47.919Z | Doc-tests dpd_types_versions |
| 10043 | 2026-08-23T06:18:49.458Z | |
| 10044 | 2026-08-23T06:18:49.458Z | running 1 test |
| 10045 | 2026-08-23T06:18:49.458Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10046 | 2026-08-23T06:18:49.458Z | |
| 10047 | 2026-08-23T06:18:49.458Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10048 | 2026-08-23T06:18:49.458Z | |
| 10049 | 2026-08-23T06:18:49.509Z | Doc-tests packet |
| 10050 | 2026-08-23T06:18:49.729Z | |
| 10051 | 2026-08-23T06:18:49.733Z | running 0 tests |
| 10052 | 2026-08-23T06:18:49.733Z | |
| 10053 | 2026-08-23T06:18:49.733Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10054 | 2026-08-23T06:18:49.733Z | |
| 10055 | 2026-08-23T06:18:49.756Z | Doc-tests pcap |
| 10056 | 2026-08-23T06:18:49.810Z | |
| 10057 | 2026-08-23T06:18:49.810Z | running 0 tests |
| 10058 | 2026-08-23T06:18:49.810Z | |
| 10059 | 2026-08-23T06:18:49.810Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10060 | 2026-08-23T06:18:49.810Z | |
| 10061 | 2026-08-23T06:18:49.865Z | process exited: duration 613552 ms, exit code 0 |
| |
| 10062 | 2026-08-23T06:18:49.876Z | found 0 output files |